	/* General */
	#cssdropdown, #cssdropdown ul {  list-style: none; }
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink { width: 120px; float: left; background-color: #e9e9e9; text-align: center; }
	#cssdropdown li.headlink a { display: block; padding: 10px; background: url(../images/flyout/navigation_separators.gif) left -30px no-repeat;}

	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; border-top: 1px black solid; text-align: left; }
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a { padding: 5px; height: 17px; }
	#cssdropdown li.headlink ul li a:hover { background-color: #333; }
	
	/* Pretty styling */
	
	
	#cssdropdown li.headlink  a { color: white; text-decoration: none; } 
	/*#cssdropdown li.headlink ul a {width: 500px;  color: black; } #cssdropdown ul li a:hover { text-decoration: none; }*/
	#cssdropdown li.headlink {  font-size: 13px; font-weight: bold; background-color: white; background-image: url(/Content/images/header_bar_menu_bg.jpg); background-repeat:repeat-x;}
	#cssdropdown ul { z-index: 1; border: 1px solid black; position: absolute; width: 240px; background-color: White; font-size: 12px; font-weight: normal;}
	#cssdropdown li.headlink ul a { color: black; text-decoration: none; }


	/*#cssdropdown li.headlink ul { width: 500px; background-image: url(/Content/images/drop_shadow_bg.png); background-position: bottom; padding-bottom: 10px; }*/


.busca{
	width: 360px;
	margin-top: 16px;
	margin-left: 70px;
	color: #dddddd;
	font-weight: bold;
/*	background-color: red;*/
}

.busca INPUT{
	background-color: #efefef;
}

.destacados{
	border: solid 1px #cccccc;
	border-bottom: solid 4px #cccccc;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	height: 208px;
	min-height:208px;
	height:208px !important;
	
}

/* HOW TO CENTER IMAGE */

.destacado_img
{
height: 102px;
width: 148px;
text-align: center; 	
line-height:102px; 
font-size:100px;
}
*>.destacado_img
{
	font-size:12px;
}
.destacado_img IMG
{
vertical-align:middle;
}

.listado_item_img{
height: 150px;
width: 158px;
text-align: center; 
line-height:150px; 
font-size:150px;

}

*>.listado_item_img{
	font-size:12px
}

.listado_item_img img
{
	vertical-align:middle;
}


.destacados_item{
	text-align: center;
	float: left;
	width: 147px;
	margin: 0;
	padding-top: 8px;
}	

.destacados_item2{
	text-align: center;
	float: left;
	width: 149px;
	margin: 0;
	padding-top: 8px;
	border-left: solid 1px #cccccc;
}

.destacado_texto{
	background-color: #f7f3f7;
	padding-bottom: 8px;
	width: 100%;
	height: 68px;
}
.destacado_precio{
	font-weight: bold;
}



.destacado_moto img{
	margin-top: 1px;
}


.warning
{
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-height: 30px;
	text-align: center;
	padding-top: 4px;
	background-color: #cccccc;	
	border: solid 1px gray;
}	

.action_bar
{
	text-align: right;
	width: 96%;
}

.list
{
	width: 96%;
}
.list th
{
	background-color: red;
	color: White;
}
.list td
{
	background-color: #eeeeee;
}


.listado_orderby
{
	background-color: #f0f0f1;
	border: 1px solid #c4c4c4;
	padding: 4px;
	height: 20px;
	margin-left: 3px;
	margin-bottom: 12px;
	width: 96%;
}

.listado_total_results
{
	margin-top: 3px;
	float: left; width: 20%;
	text-transform:lowercase;
}
.listado_sort
{
	float: left; white-space: nowrap; width: 28%;
}

.listado_sort SELECT
{
	font-size: 12px;
}


/***** pagination ****/
.listado_pagination
{
	float: left;
	width: 50%;
}

div.pagination{font-family:Arial,Helvetica,sans-serif;font-size:12px;padding:3px}
div.pagination a:link, div.pagination a:visited, div.pagination a:active
{
	padding:2px 2px 2px 2px;
	margin:2px;border:1px solid #CCC;
	text-decoration:none;
	color:#666
}
div.pagination a:hover{
background:#333;border:1px solid #F90;color:#3CF
}
div.pagination.on_page{
padding:4px 4px 4px 4px;margin:2px;background:#333;border:1px solid #F90;color:#FFF
}

.on_page{padding:2px 2px 2px 2px;margin:2px;background:#333;border:1px solid #F90;color:#FFF}

.listado_item{
	text-align: center;
	float: left;
	width: 168px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 4px;
	border: 1px dotted #cccccc;
	height: 228px;
}	

.listado_item_texto
{
	padding-top: 4px;
	background-color: #f7f3f7;
	width: 100%;
	height: 78px;
}

.listado_item_img
{
	height: 150px;
}





.buy_box select{
	font-size: 10px;
}

.buy_box p{
	margin-top: 3px;

}

.buy_box .nombre_producto{
display: block;
	font-size: 16px;
	font-weight: bold;
}
.precio{
	font-size: 14px;
	font-weight: bold;

}
.not_available
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: Red;	
	display: none;
	/*background-color: Yellow;*/
}

.add_cart_box{
	padding: 8px;
	text-align: center;
	position: relative;
	top: -30px;
	float: right;
	margin-right: 20px;
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid gray;
}


.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/Content/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/Content/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.stock{
    background-color: #cccccc;
    border: 1px solid #990000;
    color: #990000;
    margin-bottom: 4px;
    width: 90%;
    margin: 0 auto; 
    margin-bottom: 8px;
}

.stock table{
    width: 90%;
    border: 1px solid gray;
    margin-bottom: 8px;
}

.stock table td{
    text-align: center;
}

.stock_header_item{
    border-bottom: 1px solid gray;
    background-color: #cccccc;
    text-align: center;
}

.stock_header_col{
    border-right: 1px solid gray;
}

.warning_msg{
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.warning_msg img{
    position: relative;
    top: 6px;
}

.buy_box select
{
	font-size: 14px;
}

.top_menu{
	padding: 1px;
	background-color: Gray; 
	color: White;
	font-weight:bold;
	text-align:right;
	padding-right: 8px;
}

.top_menu A
{
	color: White;
	
}
.top_menu A:hover
{
text-decoration: none;	
}


.lgt_tbl
{
	width: 98%;	
	background-color: #cecfce;
}

.lgt_tbl_hdr
{
	
	background-color: #f7f7f7;
	border: 1px solid #cecfce;
}

.lgt_tbl_hdr h2
{
	font-size: 16px;
	margin: 2px;
	margin-left: 4px;
}
.lgt_tbl_bdy
{
	min-height:300px;
	height:auto !important;
	background-color: #ffffff;
	border: 1px solid #cecfce;
	padding-top: 4px;
	padding-left: 8px;
}

.brn_txt
{
	font-weight: bold;
	color: #9c6531;
}


.descuento_precio
{
	color: #cc0000;
	font-weight: bold;
}

.msrp_precio
{
	color: #666666;
	text-decoration: line-through;
}


/* recomendados */
.recomendheadertext {
 color: #fefefe; 
/* float: left; */
 background: url(../images/gradient2.jpg) repeat;
 font-size: 14px;
 font-weight: bold;
 height: 20px;
 line-height: 20px;
 padding: 0 0 0 5px;
}

.recomend{
	border: solid 1px #cccccc;
	border-bottom: solid 4px #cccccc;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: 182px;
}

.recomend_item{
	text-align: center;
	float: left;
	width: 144px;
	margin: 0;
	padding-top: 8px;
}	

.recomend_item2{
	text-align: center;
	float: left;
	width: 146px;
	margin: 0;
	padding-top: 8px;
	border-left: solid 1px #cccccc;
}

.tab_clickable {
cursor:pointer;
}

.smalltxt {
font-size:11px;
line-height:normal;
}

.white_text {
color:#FFFFFF;
font-family:Tahoma,Arial,sans-serif;
font-size:11px;
font-weight: bold;
}

.avg_rating
{
	margin-bottom: 10px;
}

.brand_desc
{
    margin-left: 6px;
    margin-top: 4px;padding : 0 10 10 0; width: 96%;
}

.brand_desc P
{
    font-family: Tahoma; font-size: 14px; color: #333333;
}

.brand_desc h1
{
    margin: 1px; font-size: 28px;
}
