/* @override 
	http://localhost:8500/manhattan/css/product_detail.css
	http://localhost:8500/babe/css/product_detail.css
*/

#pdf{
	display:inline;
	float:right;
	width:100px;
}
#product_image{
	float: left;
	display:inline;
	width: 250px;
	border: 1px solid #d3dfed;
	/*padding: 5px;*/
	margin: 0 10px 10px 0;
	text-align:center;
}
#product_image img{
	height:150px;
	max-width: 240px;
	_width: auto;
	padding-top:6px;
}

#product_image .highlight{
	width: 244px;
}
#more_images{
	float: left;
	display:inline;
	width: 240px;
	padding: 5px;
	text-align:center;
	/*margin: 0 10px 10px 0;*/
}

#product_info{
	float:left;
	display:inline;
	width: 285px;/*was 375*/
}
.add_image{
	border: 1px sold #ccc;
	float: left;
	margin: 10px 2px;
	display: inline;
}
#price{
	float: left;
}

#price h2{
	margin: 7px 0 0 5px;
}
#add_to_cart{
	margin: 10px 0;
	font-weight: bolder;
	float: right;
	font-size: 16px;
	margin: 8px 5px 0 0;
}
#cart_price{
	float: left;
	display:inline;
	width: 280px;/*was 280*/
	font-size: 16px;
	line-height: 30px;
}
#docs{
	list-style: square;
	list-style-position: inside;
	margin: 0;
	padding: 0 0 0 10px;
}
.rule{
	/*border-bottom: 1px solid #cfa85d;*/
	border-bottom: 1px solid #d3dfed;
	float: left;
	width: 315px;/*was375*/
	margin: 5px 0;
}
.our_offer{
	color: red;
}
