#fashion {
}
#fashion .left {
	background-image: url(../images/title_bg.gif);
	width: 500px;
	float: left;
}
#fashion .left .c {
	background-color: #FFF;
	margin: 5px;
}
#fashion .left .c .title {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 21px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #00A5BC;
}
#fashion .left .c .leftpic {
	width: 199px;
	float: left;
	margin-left: 5px;
	display:inline;
}
#fashion .left .c h1 {
	font-size: 14px;
	background-image: url(../images/title_bg.gif);
	padding: 3px;
	background-repeat: repeat;
	color: #000;
	font-weight: bold;
}

#fashion .left .c img {
	height: 90px;
	width: 90px;
}
#fashion .left .c .pic {
	border: 1px solid #CCC;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	height: 90px;
	width: 90px;
	float:left;
}
#fashion .left .c .rightlist {
	width: 279px;
	float: left;
	margin-left: 5px;
}
#fashion .left .c ul {

}

#fashion .left .c li {
	padding-bottom: 2px;
	background-image: url(../images/off.jpg);
	background-repeat: no-repeat;
	text-indent: 5px;
	padding-top: 1px;
	height:16px;
	overflow:hidden;
}
#fashion .right {
	float: right;
	width: 250px;
}
