/* CSS Document */
#menuproductos { width:200px;margin:0px;padding:0px}

/************************************************************** MAIN ACCORDION STYLES */
.product_category {float:left;width:199px;cursor:pointer;border-top:dotted 1px #5493AC; /*#b9a894;*/
	display:block;outline:none;margin:0px}
h6 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;
	color:#333;line-height:130%;text-align:left;white-space:nowrap}
.product_category_active {color:#036;font-weight:bold}
.product_category:before {content:":: "}
.product_category_content {float:left;width:194px;border-left:0px;overflow:none;background-color:#FAFAFA;}
	.product_category_content ul {text-align:left;list-style-type:none;margin:0px;margin-left:5px;padding:0px;}
	
/****************************************************/
	.product_category_content li {font-family:verdana, sans-serif;font-size:12px;color:#333;}
	.product_category_content li:before {content:".: ";}
	.product_category_content li a {text-decoration: none;outline:none;color:#333;}
	.product_category_content li a:hover {font-weight:bold;color:#036;}