@CHARSET "UTF-8";
/******* GENERAL RESET *******/


a{
	text-decoration: none;
}
.clear {
clear: both;
height: 0;
visibility: hidden;
display: block;
}
/******* GENERAL RESET *******/

/******* /LOGO  *******/
/******* MENU *******/
#container{
	width: 975px;
	height: auto;
	float: left;
}
#container ul{
	list-style: none;
	list-style-position: outside;
	float: right;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 2px solid #0057b6;
	border-width: 2px 2px 0px 2px;
	position: relative;
	cursor: pointer;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 2px solid #0057b6;
	text-align: left;
	padding: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	float:left;
	width: 950px;
}

.content .pic{
	float:left;
	width:100%;
	height:100%;
	background:url(/images/tab_pic_bg.jpg) no-repeat;
	}
	
.item_img {
width: 170px;
height: 170px;
margin: 2px auto 0px auto;
position: relative;
}
.item_img img{
width: 100%;
height: 100%;}

.item_name {
width: auto;
height: 20px;



}
.item_name a{color:#00C;}
.pro_price {
color: #FE0024;
font-size: 16px;
font-weight: bold;
padding-top: 6px;
padding-left: 67px;
}


