/* product-list.tpl */
ul#product_list { list-style-type: none; margin:0; }
ul#product_list li { /* columnas productos categoria */
	width:200px;
	/*height: 365px;*/
	float: left;
	margin: 0 9px 0 9px;
}

* html ul#product_list li {
	height: auto !important;
	/*height: 365px;*/
}

ul#product_list a.product_img_link {

	border: 0;
	margin:0;
}
ul#product_list a.product_img_link img { /*imagen producto categoria*/
	/*vertical-align: bottom;*/
	border: solid 1px #111b22;
	padding:0;
	margin:0;
	/*display: block;*/
	/*width: 214px;*/
	/*height: 214px;*/
	
	/*display: block;*/
	/*background-color: transparent;*/
	/*margin-bottom: 2px;*/
	/*margin-left: 2px;*/
	/*width: 214px;*/
	/*height: 214px;*/
	/*padding:1px 1px 14px 1px;*/
	/*background:url(../img/producto-imagen-categoria-sombra.png) bottom no-repeat;*/
}

ul#product_list li h3 { margin:0; 	/*text-transform: uppercase;*/ } 
ul#product_list li h3 a { 
	/*font-size: 1.1em; */
	text-decoration: underline;
	
	color: #000;
	text-decoration: none;
}

ul#product_list li p.product_desc {
	/*margin-bottom: 0;*/
	/*font-size: 0.92em*/
	margin:0;
}

p.product_desc { /* descripciom del producto categorias */
	/*margin: 0.5em 0 !important;*/ 
	/*padding: 0.5em 0em 0.5em 0 !important;*/
	/*text-transform: uppercase;*/

	/*border: none;*/
	/*border-top: 1px dashed #646464;*/
	/*border-bottom: 1px dashed #646464;*/
	/*background:#602a15;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 10px 5px 10px;
	color:#000;
	border:none;
	text-align:justify;
	/*width:197px;*/
}

p.product_desc a {
	color: #666;
	text-decoration: none;
}

p.product_desc a:hover {
	color: #000;
	text-decoration: none;
}

.right_block {
	text-align: right;
}



