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

#page_html{background-color: #fff;background: url(../images/main_bg.gif) no-repeat left top;}


/*PAGE NUMS*/
#catalog_page_nums{
	float:left;
	width:190px;
	height:15px;
	padding:;	
	padding: 0px 0px 0px 4px;
}#catalog_page_nums #total{
	float:left;	
}#catalog_page_nums #lists{
	float:right;	
}#catalog_page_nums #lists a{
	color:#999;
	cursor:pointer;
}#catalog_page_nums #lists a:hover{
	color:#333;	
}

/*SUBS*/
#subs_box{
	width:908px;
	height:85px;
	float:left;
	display:block;
	margin-left: 1px;
}#left_arrow_box{
	width:25px;
	height:75px;
	float:left;
	padding: 5px;		
}#left_arrow{
	background: url(../images/prev.png) no-repeat;		
}#right_arrow_box{
	width:25px;
	height:75px;
	float:right;
	padding: 5px 5px 5px 0px;
}#right_arrow{
	background: url(../images/next.png) no-repeat;	
}.sub_list_images{
	-webkit-border-radius: 5px;    /* for Safari */
    -moz-border-radius: 5px;       /* for Firefox */
}#sub_list_box{
	float:left;
	padding:5px 9px 5px 0px;
	margin: 0px;	
}

#cat_content {
	cursor:pointer;
}
