@CHARSET "UTF-8";

body, ul, ol, li, p, form, fieldset, table, td,
	img, div, dl, dt, dd, input, p, span, table {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: tahoma, arial, 'Hiragino Sans GB' , 'Microsoft Yahei', sans-serif;
}

body {
	overflow-x: hidden;
}

html {
	overflow: -moz-scrollbars-vertical;
}

img {
	border: none;
}

li {
	list-style: none;
}
/*
input, select, textarea {
	outline: none;
	border: none;
}
*/
textarea {
	resize: none;
}

a, a:focus, a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: arial, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
	font-weight: 100;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
.header {
	min-width: 1200px;
}

.top0 {
	height: 40px;
	line-height: 40px;
	background: #fafafa;
}

.top1 {
	width: 1200px;
	margin: 0 auto;
}

.top0 ul li {
	float: left;
}

.top0 ul li a {
	color: #666;
	font-size: 14px;
	border-right: 1px solid #e5e5e5;
	padding: 0 15px;
}

.top0 ul li.groupnone a {
	border: none;
}

.top0 ul li .select {
	margin-left: 5px;
}

.head {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

.right {
	width: 535px;
	margin-top:10px;
}

.right .search-form {
	position: relative;
	width: 400px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
}

.right .search-form .search-txt {
	width: 343px;
	*width: 330px;
	padding: 1px;
	padding: 7px 10px;
	box-sizing: content-box;
	webkit-box-sizing: content-box;
	moz-box-sizing: content-box;
	height: 20px;
	line-height: 20px;
	border:0;
	*border-right: 1px solid #ccc;
	color: #999;
	font-size: 100%;
	vertical-align:baseline;
}

.right .search-form .search-btn {
	position: absolute;
	top: -1px;
	right: -1px;
	*top: 0;
	*right: 0;
	width: 72px;
	height: 36px;
	*width: 35px;
	*height: 35px;
	padding: 0;
	font-size: 16px;
	color: #ccc;
	background-color: #fff;
	border-radius: 0;
	/* margin-left: 15px; */
	cursor: pointer;
	border: 1px solid #ccc;
	*border: 0;
}

.right span.btn-cart {
	width: 120px;
	height:36px;
	background: #0e90d2;
	color: #fff;
}

.btn-cart .badge {
	position: relative;
	background-color: #fff;
	color: #0e90d2;
	padding: 2px 5px;
	top: -6px;
}

.right span a {
	width: 120px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	line-height: 36px;
	text-align:center;
}

.right p {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}

.right p a {
	color: #999;
	font-size: 14px;
	margin: 0 5px;
}

.right p a:hover {
	color: #3498db;
}


