@charset "utf-8";
/*mainimage*/
#viewer {
	width: 950px;
	margin: 0 auto;
}
/*maincontents*/
#maincontents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#maincontents #maincate {
	width: 940px;
	padding: 5px;
	float: left;
}
.boxContainer {
	overflow: hidden;
}
/* clearfix */
.boxContainer:before, .boxContainer:after {
	content: "";
	display: table;
}
.boxContainer:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
	zoom: 1;
}
/* jquery.capSlide */
.box {
	float: left;
}
.ic_container {
	vertical-align: baseline;
	position: relative;
}
.overlay {
	/*    opacity:0.3;*/
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;/*    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);*/
}
.ic_caption {
	position: absolute;
	opacity: 0.85;
	overflow: hidden;
	margin: 0px 5px;
	padding: 0px;
	left: 0px;
	right: 0px;
	cursor: default;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
.ic_category {
	padding: 10px 0 5px 10px;
	margin: 0px;
	text-align: left;
}
.ic_text {
	padding: 0px 0 5px 10px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	color:#FFF
}
#maincontents #maincate a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
#maincontents #maincate a:visited {
	color: #FFF;
}
#maincontents #maincate a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* NewsTicker */
#topics {
	margin-top: 15px;
	margin-left: 50px;
	width: 900px;
	height: 32px;
	background-image: url(../../images/topicstit.png);
	background-repeat: no-repeat;
}
#shopinfo {
	margin-top: 5px;
	margin-left: 50px;
	width: 900px;
	height: 32px;
	background-image: url(../../images/shopinfotit.png);
	background-repeat: no-repeat;
}
.news {
	width: 670px;
	margin-left: 5px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
}
.news li {
	float: left;
	width: 670px;
	font-size: 12px;
	font-weight: bold;
	color: #afafaf;
	margin: 0px;
	padding-top: 5px;
}
.news li a {
	color: #afafaf;
}
.newslist {
	position: absolute;
	top: 0px;
	right: 50px;
}