@charset "utf-8";

/* top style */

#news {
	width:660px;
	background:#fff;
}

#news-header {
	height:46px;
	background:#231815;
	border:1px #efeeeb solid;
	border-bottom:none;
	position:relative;
}

#news-header h3 {
	position:absolute;
	left:15px;
	top:13px;
}

#news-header p {
	position:absolute;
	right:15px;
	top:21px;
}

#news-header ul {
	position:absolute;
	left:15px;
	top:34px;
}

#news-header ul li {
	float:left;
}

#news-header ul li img {
	cursor:pointer;
}

#news-body {
	padding:35px 15px 15px 15px;
	border:1px #efeeeb solid;
	border-top:none;
	font-size:84%;
}


.news dl dt {
	width:140px;
}

.news dl dt img {
	margin-right:5px;
}

.news dl dd {
	width:460px;
	margin:-1.3em 0 0 10em;
}

.news dl dd a{
	line-height:150%;
	color:#231815;
}


.news dl dd a:hover{
	color: #7e7545;
}


.fashion dl dt {
	width:200px;
}

.fashion dl dd {
	width:400px;
	margin:-1.3em 0 0 15em;
}


p.tolist{
	margin:10px 0;
	text-align:right;
}






/* pkg class */

.news dl:after {
	content: ""; /* Vvf */
	display: block; /* ubNxvf */
	clear: both;
	height: 0;
	visibility: hidden;
}

.news dl {
	min-height: 1px;
	margin:1px;
	background:#FFF;
	padding:10px;
	color:#231815;
}

.news dl.odd {
	background:#f7f6f5;
}

.news dl.even {
	background:#efeeeb;
}

* html .news dl {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* side */

#banners li {
	margin-bottom:5px;
}
