@charset "utf-8";
/* CSS Document */
/*首页推荐面料*/
.recommendedfabricspanel a
{
	text-decoration:none;
	color:#000;
}

#modcategorymenu
{
	height:450px;
	width:200px;
}

#categorycontent
{
	position:relative;
	top:0px;
	left:0px;
	height:440px;
	width:200px;
	background-image:url(../../images/border1_m.gif);
}

.categoryitem
{
	position:relative;
	top:0px;
	left:0px;
	width:200px;
}

.categoryitem .categoryitemtitle
{
	position:relative;
	top:0px;
	left:0px;
	width:200px;
	height:33px;
	background-image:url(../../images/keywordsmenutitle.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	cursor:pointer;
}

.categoryitem .categoryitemtitle .categoryitemtitletext
{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin:12px 0px 0px 12px;
}

.categoryitem .categoryitemtitle .categoryitemtitleimage
{
	float:right;
	margin:14px 20px 0px 0px;
	width:9px;
	height:9px;
}

.categoryitem .categoryitemcontent
{
	position:relative;
	top:0px;
	left:0px;
	width:180px;
	padding:10px 10px 0px 10px;
	line-height:20px;
	display:none;
	height:120px;
	overflow:auto;
}

.categoryitem .categoryitemcontent a
{
	text-decoration:none;
	color:#000;
}


/*推荐面料*/
#recommendedfabrics
{
	position:relative;
	top:0px;
	left:0px;
	height:130px;
	width:630px;
	margin-top:10px;
}

#recommendedfabrics #rcfabricscontent
{
	position:relative;
	height:100px;
	background-image:url(../../images/border4_m.gif);
	background-repeat:repeat-y;
}

#recommendedfabrics #rcfabricscontent .rcproduct
{
	width:102px;
	height:100px;
	margin:0px 0px 0px 20px;
	float:left;
	display:inline;
}

#recommendedfabrics #rcfabricscontent .rcproduct a
{
	text-decoration:none;
	color:#000;
}

#recommendedfabrics #rcfabricscontent .rcproduct .fabricname
{
	height:16px;
	text-align:center;
	line-height:16px;
	padding-top:5px;
}

/*面料列表*/
.fabricslist
{
	color:#555;
}

.fabricslist td
{
	color:#555;
}

.fabricslist .fabricitem
{
	cursor:pointer;
}

.fabricslist .fabricimagepreview
{
	border:1px solid #666;
}

/*热门分类*/
.hotcategorylist
{
	position:relative;
	top:0px;
	left:0px;
	width:630px;
	height:auto;
	font-size:12px;
	color:#666;
	margin:5px 0px 0px 0px;
}

.hotcategorylist .title
{
	position:relative;
	top:0px;
	left:0px;
	width:80px;
	height:20px;
	font-size:14px;
	line-height:20px;
	color:#666;
	font-weight:bold;
	float:left;
}

.hotcategorylist .content
{
	position:relative;
	top:0px;
	left:0px;
	width:550px;
	font-size:12px;
	line-height:20px;
	color:#666;
	float:left;
}

.hotcategorylist a
{
	font-size:12px;
	color:#666;
}

.hotcategorylist a:hover
{
	color:#eb6300;
}


