@charset "UTF-8";
/* CSS Document */

/* side bar category  */
.brand-scroll, .cat-scroll {
	background: transparent;
	overflow: auto;
}
.brand-scroll {
	height: 547px;
	/*height: 100%;*/
}
.cat-scroll {
	height: 527px;
	/*height: 100%;*/
}
.brand-scroll a:hover, .cat-scroll a:hover {
	color: #f05983;
}
#brand_list, #cat_list {
	padding-left:10px;
}
.ui-tabs-hide { display: none; }

#category {
	width:85px;
}
div.pane{
	overflow:hidden;
	clear:left;
	margin: 10px 0 0 10px;
	position:relative;
	width:170px;
	height:450px;
}

/*sub category on the right styles */

#subcat_img_scroller {
	width:180px;
	padding:10px;
	margin: 5px 0;
	position:relative;
	clear:both;
}
#subcat_img_scroller a {
	font-size:10px;
}		
#sub_cate {
	margin:0px;
	position:relative;
}
#wrp_right_clm #main_cate #sub_cate	{
	height: 379px;
}		
.subcat_img {
	position:relative;
	text-align:center;
	border-bottom:1px solid #999999;
	height:94px;
}
.subcat_img a {
	text-decoration:none;
}			
.subcat_img img {
	border:none;
	padding-top:2px;
	height:80px;
	float:left;
	margin-right:4px;
}			
.subcat_img_text {
	text-transform:uppercase;
	position:absolute;
	top:30%;
	left:85px;
	width:80px;
	font-weight:bold;
	font-size:11px;
	color:#999;
}					
.clear_img {
	height:1px;
	display:inline;
	clear:both;
}	
.noborder {
	border-bottom:none;
}