.noselected_content {
	DISPLAY: none;
}
.selected_content {
	DISPLAY: block;
}
#mainleft .selected_content,
#mainleft .noselected_content
{
	border:1px solid #B5D9D5;
	border-top:0;
}
#category_title {
	BACKGROUND: url(../images/category_title_bg.gif) repeat-x;
	OVERFLOW: hidden;
	HEIGHT: 31px;
}
.noselected_category_title,
.selected_category_title
{
	FONT-SIZE: 12px;
	COLOR: #2D697B;
	font-weight: bold;
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 98px;
	LINE-HEIGHT: 28px;
	HEIGHT: 35px;
	TEXT-ALIGN: center;
}
.selected_category_title {
	BACKGROUND: url(../images/category_title_on.gif) no-repeat;
}
.selected_category_title a{
	TEXT-DECORATION: none
}
#new_arrived_title{
	FONT-WEIGHT: bold;
	BACKGROUND: url(../images/new_arrived_title_bg.jpg) repeat-x;
	OVERFLOW: hidden;
	WIDTH: 579px;
	curosr: pointer;
	HEIGHT: 31px;
	color:#2D697B;
}
.selected_new_arrived_title ,
.noselected_new_arrived_title {
	width:289px;
	float:left;
	LINE-HEIGHT: 31px;
}
.selected_new_arrived_title {
	FONT-WEIGHT: bold;
	BACKGROUND: url(../images/new_arrived_title_on.jpg) repeat-x right top;
}
#new_arrived_content,#promotion_content{
	border:1px solid #B5D9D5;
	border-top:0;
	padding-left:4px;
	margin-bottom:10px;
}

