@charset "utf-8";
/*************************************
*
* 文件名称：common.css
* 创建日期：2007-8-13
* 制 造 者：胡苹
* 内容概要：存放通用布局、公共字体、颜色、输入框、按钮等样式
*
*************************************/

body { 
	width:1004px; 
	padding:0px;
	margin:0 auto;
	color:#5B5B5B;
	background:url(../images/common/ditu.jpg);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}
* {
	margin:0px;
	padding:0px;
}
ul,li {
	list-style-type:none;
}
img {
	border:0px;
	vertical-align:middle;
}

/** 文字链接样式 **/
a:link {
	color:#5B5B5B;
	text-decoration:none;
}
a:visited {
	color:#5B5B5B;
	text-decoration:none;
}
a:hover {
	color:#5B5B5B;
	text-decoration:underline;
}
a:active {
	color:#5B5B5B;
	text-decoration:underline;
}

/********** 页面内部公共部分样式开始 **********/

/** 头部样式开始 **/
.header {
	clear:both;
	overflow:hidden;
}
.header li {
	float:left;
}	
.header li.logo { 
	background:url(../images/logo.jpg) no-repeat left top;
	width:177px;
	height:63px;
}
.header li.banner { 
	background:url(../images/banner.gif) no-repeat left top;
	width:318px;
	height:39px;
	margin:24px 0px 0px 32px;
}
.header li.shopping {
	width:30%;
	text-align:right;
	margin-top:12px;
	display:none;
}
.nav {
	clear:both;
	margin:0 auto;
}
/** 头部样式结束 **/	

/** 正文样式开始 **/	
.main {	
	margin:7px 0px 10px 0px;
	clear:both;
	height:auto;
}
.mainLeft {
	float:left;
	width:169px;
}
.mainCenter {
	float:left;
	width:426px;
	margin:0px 0px 0px 7px;
}
.mainRight {
	float:right;
	width:169px;
}
.mainS {
	float:left;    
	width:598px;
	margin:0px 0px 0px 7px;
}
.login {
	height:182px;
	margin-bottom:7px;
	display:block;
	float:left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.productTree {
	height:243px;
	margin-top:14px !important;
	margin-top:7px;
	background-color:#BBD57A;
}
.productTree1 {
	height:28px;
	margin:7px 0px !important;
	margin:0px 0px 7px 0px;
}
.introduct {
	background-color:#BBD57A;
	overflow:hidden;
	padding:7px 7px 7px 7px;
}

.adText {
	height:142px;
	margin-top:7px;
}
.investigate {
	height:200px;
	margin-top:7px;
	background-color:#BBD57A;
}
.search {
	height:34px;
}
.newList {
	height:149px;
	margin-top:0px;
	clear:both;
}
.dayPrice {
	height:243px;
	margin-top:7px;
	clear:both;
}
.nweShelf {
	height:281px;
	margin-top:7px;
}
.productCommend {
	height:182px;
	background-color:#FBFFEE;
}
.saleTaxis {
	height:243px;
	background-color:#BDD67B;
	margin-top:14px !important;
	margin-top:7px;
	overflow:hidden;
}
.saleTaxis1 {
	height:143px;
	background-color:#BBD57A;
	overflow:hidden;
	margin-top:7px;
}
.saleTaxis2 {
	background-color:#BBD57A;
	overflow:hidden;
	margin-top:7px;
}
.ad1 {
	height:122px !important;
	height:94px;
	margin-top:7px;
}

/** 正文样式结束 **/

/** 底部样式开始 **/	
.bottom {
	clear:both;
	height:90px;
}
.bottom p.top {
	background-color:#8FB126;
	line-height:4px;
}
.bottom ul.center {
	margin-top:10px;
	height:49px;
}
.bottom ul.center li{
	float:left;
}
.bottom ul.center li.visit {
	width:30%;
}
.bottom ul.center li.visit span {
	color:#7F9D00;
	font-weight:bold;
}
.bottom ul.center li.link {
	width:49%;
	color:#5A6F24;
	text-align:center;
}
.bottom ul.center li.link a {
	color:#5A6F24;
	text-decoration:none;
}
.bottom ul.center li.link a:hover {
	color:#5A6F24;
	text-decoration:underline;
}
.bottom ul.center li.pic {
	width:20%;
	text-align:right;
}
.bottom ul.center li.pic img {
	padding:0px 9px;
	vertical-align:middle;
}
.bottom p.copyright {
	text-align:center;
}		
/** 底部样式结束 **/	
/** 新增样式**/

/** 页面布局 **/

.orderLogin * {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"宋体";
}

/** 页面布局 **/
.orderLogin {
	clear:both;
}
.orderLogin .left {
	float:left;
	width:25%;
	margin-right:50px;
	overflow:hidden;
}
.orderLogin .right {
	float:left;
	width:65%;
}
.orderLogin .left .content2 {
	margin-top:20px;
}
/** 标题 **/
.orderLogin h3 {
	color:#111111;
	font-size:14px;
	margin:0;
	margin-top:20px;
}
.orderLogin p {
	color:#999999;
	margin:10px 0;
}
/** 登录 **/
.orderLogin .left .content1 .mlogin {
	border:1px solid #9ec680;
	padding:10px;
	height:210px;
}
/** 购买 **/
.orderLogin .left .content2 .buy {
	border:1px solid #cccccc;
	padding:10px;
}
/** 注册**/
.orderLogin .right .content3 .register {
	border:1px solid #ebb1a6;
	padding:10px;
	
}
