@charset "utf-8";
/* CSS Document */

.clearboth {clear:both;}

/* for 6 items horizontal list*/
div#highly_recommend {
	width:490px;
}
div#highly_recommend h2 {
	font-size:1.25em;
	font-weight:bold;
	color:#F00;
	text-align:center;
	background-color:#FC0;
	margin-bottom:2px;
	padding:1px;
}
div#highly_recommend h2.ladies {
	color: #FFF;
	background-color:#fd7bb7;
}
div#highly_recommend ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	padding-left: 2px;
}
div#highly_recommend li {
	float:left;	
	width:79px;
	height:140px;
	text-decoration:none;
	color:white;
	background-color:#F00;
	padding:0;
	border:1px solid white;
	display:inline-block;
	margin-bottom:4px;
}
div#highly_recommend ul.ladies li {
	background-color:#ffb7dc;
}
div#highly_recommend li img {
	margin:2px 2px;
	border:1px solid #999;
}
div#highly_recommend li h3 {
	margin:1px 0 2px 2px;
	color:#FFF;
	font-weight:bold
}
div#highly_recommend li h3 a {
	text-decoration: none;
}
div#highly_recommend ul.ladies li h3 {
	font-weight: normal;
	color: #000;
}
div#highly_recommend li h3.text-small {
	font-size:0.95em;
}
div#highly_recommend li h3.text-small2 {
	font-size:0.8em;
}
div#highly_recommend li h3.text-small3 {
	font-size:0.7em;
}


div#highly_recommend a:link {color:#FFF;}    /* unvisited link */
div#highly_recommend a:visited {color:#FFF;} /* visited link */
div#highly_recommend a:hover {color:#FFF;}   /* mouse over link */
div#highly_recommend a:active {color:#FF3;}  /* selected link */
#highly_recommend ul li a h3 .title {
	font-size: x-small;
	color: #FFF;
}

/* for 4 banners */
div#category_top_banners {
	width:492px;
}
div#category_top_banners h2 {
	font-size:1.25em;
	font-weight:bold;
	color:#F00;
	text-align:center;
	background-color:#FC0;
	margin-bottom:2px;
	padding:1px;
}
div#category_top_banners ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
div#category_top_banners li {
	float:left;	
	padding:0;
	margin:0;
	border:1px solid white;
	display:inline-block;
}

/* for manufacuturer list */
#search_box {
	width: 490px;
	padding-bottom: 30px;
}
div#search_box h2 {
	font-size:1.25em;
	font-weight:bold;
	color:#F00;
	background-color:#CCC;
	margin-bottom:2px;
	padding-top:1px 2px;
	padding-left:4px;
}
div#search_box h2.ladies {
	color: #000;
	background-color:#ebebeb;
}
div#search_box ul {
	float:left;
	width:100%;
	margin:0;
	padding:0 0 5px 4px;
}
div#search_box li {
	float:left;	
	width:98px;
	height:1.2em;
	text-decoration:none;
	padding:0;
	display:inline-block;
	margin-bottom:2px;
}
div#search_box li.s_text {
	font-size:0.8em;
}

/* for more categories (accessories) */
.more_categories_wrapper {
	clear: both;
	width: 490px;
	border: #CCC 1px dotted;
	margin-bottom: 10px;
}
.more_categories_content {
	width:100%;
	height:100%;
	overflow: visible;
}
.more_categories_content h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #F00;
	background-color:#CCC;
	margin:0;
	padding:4px;
}
.more_categories_content ul {
	margin: 10px 10px;
}
.more_categories_content ul li {
	display:inline;
	zoom:1;
	margin-right: 20px;
}
.more_categories_content ul li a:hover,
.more_categories_content ul li a:active {
	color: #cb0000;
}

