body {
	margin: 3px;
	padding: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFF;
}

h1{
	font-family: 'Arial Black', Tahoma;
	text-transform: uppercase;
	color: #336198;
	font-size: 13px;
	margin: 4px 0;
}
h2{
	font-size: 12px;
	margin: 4px 0;
}
h3{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
p{
	margin: 4px 0;
}
select {
	font-size: 10px;
	border: solid 1px #666;
	background: #CCC;
	z-index: 0;
}
option {
	font-size: 10px;
	padding: 2px 10px;
	background: #CCC;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #336099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.btn {
	display: block;
	margin: 0;
	float: left;
}
.btn:hover {
	width: 85px;
}
#header {
	width: 740px;
	margin: 0 0 3px 0;
}
#nav {
	width: 740px;
	margin: 0 0 3px 0;
}
#nav2 {
	width: 243px;
	height: 99px;
	float: left;
	background: url("images/nav_list.gif");
	margin: 0 3px 3px 0;
}
#nav2 a {
	font-size: 12px;
	font-weight: bold;
	margin:  1px 0 0 0;
	padding: 0;
	color: #336099;
	text-decoration: none;
	display: block;
}
#nav2 a:hover {
	text-decoration: none;
	background: #FFFFFF;
	color: #EB2530;
}
#nav2 .on{
	font-size: 12px;
	font-weight: bold;
	margin:  1px 0 0 0;
	padding: 0;
	text-decoration: none;
	background: #EB2530;
	color: #FFFFFF;
}

#feature {
}

#content {
	width: 740px;
}

#footer {
	width: 735px;
	height: 60px;
	background: #336099;
	clear: both;
	color: #FFFFFF;
}
#footer img {
	float: right;
	border: none;
	margin: 5px 30px 0 0;
}
#footer a {
	font-size: 12px;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.item {
	height: 200px;
	clear: both;
	margin: 0 0 3px 0;
}
.box {
	width: 243px;
	height: 200px;
	background: url("images/content_bg.jpg");
	float: left;
	margin: 0 3px 0 0;
	overflow: hidden;
}
.buy {
height: 30px;
clear: both;
}
.price {
	font-size: 13px;
	font-weight: bold;
	color: #EB2530;
	margin: 0px 0 0px 90px;
}

.box_content{
	margin: 15px;
}
.box_content_link{
	margin: 15px;
	color: red;
}
.box_content_link h1{
	font-family: Arial, Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB2530;
	font-size: 12px;
	margin: 4px 0;
}

.detail { 
	/*background: url("images/popbg.png");*/
	width: 400px;
	height: 400px;
	position: absolute;
}
.pop{
	height: 343px;
	width: 360px;
	margin: 20px;
	overflow: auto;
	position: absolute;
	top: 0;
	left:0;
	z-index: 999;
}

.pop p{
	line-height: 16px;
}
.close {
	position: absolute;
	top: 370px;
	left: 20px;
}