#category_content {
	background: url("../images/bg_content_div.gif") repeat-y ; 
}

/* left content */
#category_leftcontent {
	float: left;
	width: 628px;
}

.ssprice {
	font-size: 13px;
	font-weight: bold;
}

.category_title {
	font-size: 12px;
	font-weight: bold;
}

/* category list div */
#category_listdiv {
	width: 628px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	clear: both;
}

#category_listdiv .catbox, #category_listdiv .catbox_right
 {
	float: left;
	width: 192px;
	padding-left: 14px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
#category_listdiv .catbox{
	height:250px;
}

#category_listdiv .catbox_right{
	height:250px;
}
 
#category_listdiv .catbox  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
}

#category_listdiv .catbox_middle {
	height: 48px;
}

#category_listdiv .catbox_bottom {
	height: 35px;
	padding-bottom: 5px;
}


#category_listdiv .list_img {
	margin: 14px 14px 14px 40px;
}

#category_pagination {
	width: 610px;
	text-align: right;
	padding: 10px 18px 0px 0px;
	clear: both;
}

/* right menu */
#category_rightmenu {
	float: right;
	width: 208px;
	padding-right:2px;
}
