/*
	ESTILOS PARA EL DETALLE PRODUCTO
================================ */

#main #center-main div#product-detail{
	border-top: 1px solid #282828;
	padding: 20px 10px;
}
#main #center-main div#product-detail div#photo{
	float: left;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	width: 244px;
	height: 244px;
}
#main #center-main div#product-detail div#photo a{
	float: left;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	width: 244px;
	height: 244px;
	display: block;
}
#main #center-main div#product-detail div#description{
	float: right;
	width: 244px;
	font-family: Arial, sans-serif;
}
#main #center-main div#product-detail div#description h2{
	font-size: 18px;
	background: none;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 18px;
	
}
#main #center-main div#product-detail div#description h3{
	font-size: 11px;
	font-weight: normal;
}
#main #center-main div#product-detail div#description p{
	margin-bottom: 18px;
	line-height: 16px;
	
}
#main #center-main div#product-detail div#description div#options{
	line-height: 20px;
	margin-top: 22px;
}
#main #center-main div#product-detail div#description div#options span{
	color: #F0027F;
}