
body{
	background-color: #caecf9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#main{
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	
	background: url(../images/nav_bg.jpg) repeat-y;
}
#main_left{
	width: 197px;
	float: left;
	
}
#top img{
	float: left;
}

#main_right{
	width: 742px;
	float: right;
		background: url(../images/content_bg.jpg) repeat-y;
}
.nogap{
	margin: 0px;
	float: right;
}
#content{
	width: 100%;
	
}
#items{
	width: 710px;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#items li.itemsli{
	list-style-type: none;
	float: left;
	width: 128px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
}

#items li.itemsli img.thumbnail{
	border: 1px solid #cccccc;
}

#items li.itemsli .btn{
	background: url(../images/btn_bg.jpg) no-repeat;
	width: 93px;
	height: 24px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#items li.itemsli .title{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
}
a.link{
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.clear{
	clear: both;
}
.detail{
	width: 400px;
	height: 200px;
	border: 1px solid #67c7e8;
	padding: 10px;
	z-index: 1;
	position: absolute;
	left:50%;
	background-color: #fff;
	margin-top: -900px;
	margin-left: -220px;
}
.detail img{
	border-style: none;
}
.detail img.prod{
	float: left;
	margin-right: 10px;
}
.detail img.close{
	position: absolute;
	top: 5px;
	right: 5px;
}
.detail li{
	list-style-type: none;
	font-size: 12px;
}
h3{
	color: #265fa4;
	font-weight: bold;
	font-size: 12px;
}
