/* new release */
.newrelease{
	width: 278px;
	margin: 0px auto;
	margin-bottom: 19px;
	color: #333333;
}
.newrelease .hd .co,
.newrelease .ft .co{
	font-size: 1px; /* ensure minimum height */
	height: 32px;
}
.newrelease .ft .co{
	height: 5px;
}
.newrelease .hd{
	background: transparent url(./images/tl-newrelease.png) no-repeat 0px 0px;
}
.newrelease .hd .co{
	background: transparent url(./images/tr.png) no-repeat right 0px;
}
.newrelease .bd{
	background: transparent url(./images/ml.png) no-repeat 0px 0px;
}
.newrelease .bd .co{
	background: transparent url(./images/mr.png) no-repeat right 0px;
}
.newrelease .bd .co .s{
	margin: 0px 10px 0px 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
.newrelease .bd .co .s li{
	color: #0066cc;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-bottom: 6px;
	list-style-position: outside;
	list-style-image: url(./images/topinfo-marker.png);
	background-image: url(./images/topinfo-line.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.newrelease .bd .co .s li a:hover{color: #0066cc;text-decoration:underline;}
.newrelease .bd .co .s li a{color: #0066cc;text-decoration:none;}
.newrelease .ft{
	background: transparent url(./images/bl.png) no-repeat 0px 0px;
}
.newrelease .ft .co{
	background: transparent url(./images/br.png) no-repeat right 0px;
}

/* now on sale */
.nowonsale{
	width: 278px;
	margin: 0px auto;
	color: #333333;
}
.nowonsale .hd .co,
.nowonsale .ft .co{
	font-size: 1px; /* ensure minimum height */
	height: 32px;
}
.nowonsale .ft .co{
	height: 5px;
}
.nowonsale .hd{
	background: transparent url(./images/tl-nowonsale.png) no-repeat 0px 0px;
}
.nowonsale .hd .co{
	background: transparent url(./images/tr.png) no-repeat right 0px;
}
.nowonsale .bd{
	background: transparent url(./images/ml.png) no-repeat 0px 0px;
}
.nowonsale .bd .co{
	background: transparent url(./images/mr.png) no-repeat right 0px;
}
.nowonsale .bd .co .s{
	margin: 0px 10px 0px 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
.nowonsale .bd .co .s li{
	color: #0066cc;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-bottom: 6px;
	list-style-position: outside;
	list-style-image: url(./images/topinfo-marker.png);
	background-image: url(./images/topinfo-line.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.nowonsale .bd .co .s li a:hover{color: #0066cc;text-decoration:underline;}
.nowonsale .bd .co .s li a{color: #0066cc;text-decoration:none;}
.nowonsale .ft{
	background: transparent url(./images/bl.png) no-repeat 0px 0px;
}
.nowonsale .ft .co{
	background: transparent url(./images/br.png) no-repeat right 0px;
}

/* topics */
.topics{
	width: 388px;
	margin: 0px auto;
	color: #333333;
}
.topics .hd .co,
.topics .ft .co{
	font-size: 1px; /* ensure minimum height */
	height: 32px;
}
.topics .ft .co{
	height: 5px;
}
.topics .hd{
	background: transparent url(./images/tl-topics.png) no-repeat 0px 0px;
}
.topics .hd .co{
	background: transparent url(./images/tr.png) no-repeat right 0px;
}
.topics .bd{
	background: transparent url(./images/ml.png) no-repeat 0px 0px;
}
.topics .bd .co{
	background: transparent url(./images/mr.png) no-repeat right 0px;
}
.topics .bd .co .s{
	margin: 0px 10px 0px 18px;
}
.topics .bd .co .s .d{
	color: #999999;
	width: 83px;
	float: left;
}
.topics .bd .co .s .i{
	color: #0066cc;
	width: 277px;
	float: left;
}
.topics .bd .co .s .i a:hover{color: #0066cc;text-decoration:underline;}
.topics .bd .co .s .i a{color: #0066cc;text-decoration:none;}
.topics .bd .co .s .ll{
	font-size: 1px;
	width: 100%;
	height: 9px;
	background-image: url(./images/topinfo-line.png);
	background-repeat: repeat-x;
	background-position: left center;
	clear: both;
}
.topics .bd .co .s .blank{
	font-size: 1px;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
}
.topics .ft{
	background: transparent url(./images/bl.png) no-repeat 0px 0px;
}
.topics .ft .co{
	background: transparent url(./images/br.png) no-repeat right 0px;
}


