table#phonesTable {
	/* display: none; */
	
}

div.phone {
	width: 150px;
	float: left;
	height: 275px;
	margin:15px 5px 15px 5px;
	
}

div.phone a {
	text-align: center;
	line-height:15px;

}

div.phone span {
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0;
	display: block;

}

div.phone a.btnAddToCart {
	background-image: none;
	text-indent: 0;
	float: none;
}

a.phoneName {
	height: 48px;
	
}

.btnAddAnother {
	background-image: none !important;
	float: none;
	text-indent: 0 !important;
}

