/* CSS Document */

/* PRODUCT INFO */
.product-info {
	padding: 50px;
	
}
.product-info .name {
	color: #23263A;
	font-size: 24px;
	margin: 0 0 10px 0;
	
}
.product-info .image {
	width: auto;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #CCC;
	padding: 8px;
	background-color: #EEE;
}
.product-info .detailed-images {
	width: 207px;
	float: left;
	
}
.product-info .detailed-images .image {
	margin:0 3px 6px 3px;
	padding: 3px;
	width: 55px;
	overflow: hidden;
	height: 77px;
	
}
.product-info .details {
	width:280px;
	float:left;
	font-size: 12px;
	margin-left: 25px;
}

.product-info .price {
	color: #060;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}
.product-info .options {
	margin-bottom: 30px;
}
.product-info .options td { padding:0 6px 10px 0; }
.product-info .quantity {
	margin-bottom: 20px;
	padding-top: 6px;
	width: auto;
	float: left;
	margin-right: 15px;
}
.product-info .add-to-cart-btn {
	width:102px;
	float:left;
}
.product-info .description {
	clear: both;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 10px;
}
.related-products {
	font-size: 10px;
	margin: 0 auto 30px auto;
	text-align: center;
}
.related-products a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}
.related-products td {
	width: 200px;
	border: 1px solid #CCC;
	background-color: #EEE;
}
.related-products .product {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.addthis_button {
	clear: both;
	margin: 15px 0;
	;
}

