﻿/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
body,td,th {
	color: #757575;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #757575;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover 
{
	text-decoration : none;
	position : relative;
	top : 1px;
	left : 1px;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003399;
}
.head {color:#444444;}
a.head.link {color:#444444;}

/* 顶部当前频道文字链接的css定义，导航设置*/
.Channel2,.Channel{display:block;width:73px;height:26px;text-align:center;line-height:26px;float:left;margin-right:2px;}

.Channel{background:url(../image/menu_bg2.jpg);color:#88243D;}
a.Channel:link {color: #88243D;}
a.Channel:visited {color: #88243D;}
a.Channel:hover{color: #ffffff;background:url(../image/menu_bg1.jpg)}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
.Channel2{background:url(../image/menu_bg1.jpg);color:#fff;}
a.Channel2:link {color: #fff;}
a.Channel2:visited {color: #fff;}
a.Channel2:hover{color: #fff;}
a.Channel2:active {color: #fff;}

/* 边框为一的表格样式 */
.table{
BORDER-RIGHT: #cecece 1px solid; BORDER-TOP: #cecece 1px solid; BORDER-LEFT: #cecece 1px solid; BORDER-BOTTOM: #cecece 1px solid
 }
 
 /* 商品和店铺搜索的CSS样式*/

 .seach1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.seach2 {
	font-size: 12px;
	font-style: normal;
	color: #757575;
	border: 1px solid #cecece;
}
.seach3 {
	font-size: 12px;
	color: #000000;
	background-color: #771C2D;
	background-image: url(../image/search.gif);
	border: none;
	clear: none;
	height: 20px;
	width: 54px;
	cursor: hand;
}
.seach4 {
	font-size: 12px;
	color: #000000;
	background-color: #771C2D;
	background-image: url(../image/sousuo.jpg);
	border: none;
	clear: none;
	height: 32px;
	width: 160px;
	cursor: hand;
}
.seach5 {
	font-size: 12px;
	color: #000000;
	background-color: #771C2D;
	background-image: url(../image/login.jpg);
	border: none;
	clear: none;
	height:47px;
	width: 62px;
	cursor: hand;
}
 /* “高级搜索链接颜色设置”  */
.gjss{color:#FFFFFF;}

 /* 红色粗体字*/
.red {
	font-size: 12px;
	font-weight: bold;
	color: #B40411;
}
.error_red
{
	font-size:12px;
	font-weight: bold;
	color:Red;
}
.red1 {
	font-size: 14px;
	font-weight: bold;
	color: #A50510;
}

.red2 {
	font-size: 16px;
	font-weight: bold;
	color: #A50510;
}
 /* 文章内容的CSS样式，调节行距*/
.content {
	font-size: 12px;
	line-height: 150%;
}
 /* 商品种类{左缩进}的CSS样式*/
.productlist {
	text-indent: 20px;
}

 /* 首页左边会员中心的伸缩菜单开始  */
.zi {
	text-indent: 40px;
	line-height: 150%;
}
 /* 首页左边会员中心的伸缩菜单结束  */
 
 /* 标题字体颜色设置  */
 .h {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-indent: 10px;
}
 /* 页面内容字体行距设置  */
.z12 {
	font-size: 12px;
	line-height: 200%;
	color: #444444;
}

.z123 {
	font-size: 12px;
	line-height: 200%;
	color: #ffffff;
}
.z1234 {
	font-size: 12px;
	line-height: 200%;
	color: #111111;
}
 /* 鼠标放上去变成手形  */
.hand {
	cursor: hand;
}
 /* 虚线  */
.xuline {
	border-top: 1px dashed #cecece;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
 /* 实线  */
.shixian {
	border-top: 1px solid #cecece;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


ul {
  margin: 0;
  list-style: none;
  width: 187px; /* Width of Menu Items */
  }
  
ul li {
  position: relative;
  }
  
li ul {
  position: absolute;
  left: 187px; /* Set 1px less than menu width */
  top: 0;
  display: none;
  }

/* Styles for Menu Items */
ul li a {
  display: block;
  background: #fff; /* IE6 Bug */
  border-bottom: 0;
  }
  
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
li.overTop a { color:red; }

.jianju { line-height: 200%;text-indent: 40px;}
a.jianju:link {color: #757575;}
a.jianju:visited {color: #757575;}
a.jianju:hover{
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecece;
}
a.jianju:active {color: #003399;}

.lang_title {
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 30px;
}
a.lang_title:link{
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 30px;
	}
a.lang_title:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 30px;
	}
.scj {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: line-through;
}
/* 商品介绍页面CSS*/
 .show {
	font-size: 12px;
	font-weight: normal;
	padding-right:10px;
	color: #650414;
	line-height: 2em;
}

 .show_1 {
	padding-left:48px;
	}
	
 .show_2 {
	padding-left:20px;
	}
/* 左侧广告CSS*/
.rollboder {BORDER: #bcbcbc 0px solid;}
.rollleft {FLOAT: left; WIDTH: 180px}
.rollleft STRONG {COLOR: #666}
.rollcenter {BORDER-RIGHT: #bcbcbc 1px solid; BORDER-LEFT: #bcbcbc 1px solid; WIDTH: 30px; TEXT-ALIGN: center}
.rollright {FLOAT: right; WIDTH: 40px; TEXT-ALIGN: center}
.rollright IMG {VERTICAL-ALIGN: middle}.pro_font {
	font-size: 12px;
	color: #000066;
	text-decoration: blink;
}
.dazi {
	font-size: 13px;
	line-height: 200%;
	color: #444444;
}
 .sejin {
	padding-left:10px;
	color: #444444;
	}
 .sejin1 {
	padding-left:12px;
	}
.bh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.Message {
	color: #3c3c3c;
}
.top_Message {
	color: #A50510;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

