﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
.f {
	float: right !important;
}
.f-r {
	float: left !important;
}

.clearfix {
	float: none;
	clear: both;
}

.clearmargin {
	margin-top: 0px !important;
}

/***************************************************************************************************************************/
.shoContainer {
	width:645px;
	/*height:60px;*/
	border:1px solid #d8d8d8;
	background-color: #fff; 
}
.logo {
	width:85px;
	height:60px;
}

.logo img{
	width:80px;
}

.search {
	width:560px;
}

.search label {
	font:18px Arial, Helvetica, sans-serif;
	color:#d28000;
	font-weight:bold;
	position: relative;
	top: 5px;;
}

.search ul {
	list-style:none;
}
.search li {
	margin:11px 7px 0 0;
}
.search .input {
	width: 150px;
	height: 25px;
	padding-right: 5px;
	margin-top:3px;
	background-color: #F4F4F4;
	border: 1px solid #BEBEBE;
	text-align: right;
	color:#767676;
	font:11px Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #CFCFCF;
	-moz-box-shadow: inset 0px 0px 3px #CFCFCF;
	-webkit-box-shadow: inset 0px 0px 3px #CFCFCF;
}

