
#content .center.product_list {
}
#content .center.product_list .order {	
	padding: 5px;	
	margin-bottom: 5px;
}
#content .center.product_list .order span {
	font-weight: bold;
	margin-right: 15px;
}
#content .center.product_list .order a.selected {
	color: #EF239C;
	font-weight: bold;
}
#content .center.product_list .order a:hover {
	text-decoration: underline;
}

#content .center.product_list.product_category .category p {
	margin-top: 5px;
}

/* =========================== PRODUCTO ============================ */
#content .center.product_list .products_content {
	background-color: #f0f0f0;
}
#content .center.product_list .products_top {
	height: 7px;
}
#content .center.product_list .products_bottom {
	height: 5px;
	margin-bottom: 5px;
}
#content .center.product_list .product {
	float: left;
	width: 132px;
	padding: 7px 25px;
	margin: 0 0 20px 0;
}
#content .center.product_list .product p.picture {
	margin-bottom: 7px;
}
#content .center.product_list .product p.picture a {
	/*border: 1px solid #050505;*/
	/*display: block;*/
	width: 130px;
	height: 130px;
}
#content .center.product_list  .product p.picture img {
	border: 1px solid #0F3046;
}
#content .center.product_list  .product p.title {
	margin-bottom: 3px;
	min-height: 80px;
	font-size: 12px;
	font-weight: bold;
}
#content .center.product_list .product p.title a {
	color: #11364F;
	line-height: 16px;
	margin-top: 10px;
}
#content .center.product_list .product p.title a:hover {
	text-decoration: underline;
}
#content .center.product_list .product p.price {
	font-size: 18px;
	font-weight: bold;
	color: #025DB8;
	margin-bottom: 7px;
}
#content .center.product_list .product p.price span.iva {
	font-size: 10px;
}
#content .center.product_list .product p.stock {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}
#content .center.product_list .product p.stock.stock_type_1 {
	color: green;
}
#content .center.product_list .product p.stock.stock_type_2,
#content .center.product_list .product p.stock.stock_type_3 {
	color: orange;
}
#content .center.product_list .product p.stock.stock_type_4 {
	color: red;
}
#content .center.product_list .product p.more_info a {
	background: url(../../img/yellowblue/more_info.gif) left no-repeat;
	padding-left: 20px;
	color: #025DB8;
}
#content .center.product_list .product p.more_info a:hover {
	text-decoration: underline;
}
#content .center.product_list .product p.more_info {
	margin-bottom: 7px;
}

#content .center.product_list .pagination {
	text-align: center;	
	border: 1px red solid;
}
