/*
Template Name: 天御茗茶
Template URI: http://www.goutea.com/
Description: The tianyumingcha template for ECSHOP 2.5.1
Version: 1.0
Author: tianyumingcha 天御茗茶 CODE:qiywe
Author URI: http://www.goutea.com/
Logo filename: logo.gif
*/

@import url(css/layout.css); /*布局*/
@import url(css/component.css); /*模块部分*/

/*  ==================== 全局通用部分 ====================  */
* html {
  filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
body,p,td,th,input,select,textarea {
  font: normal normal 12px Arial;
  margin: 0;  padding: 0;
}
ul,ol,dl,dt,dd,form {
  margin: 0;  padding: 0;
}
ul,ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
  margin: 0;  padding: 0;
}
body {	

	background-color:#F1F2EF;
}
img {
  border: 0;
}
textarea {
  padding: 3px;
  border: 1px solid #2AA300;
}
a:link,a:visited {
  color: #2A8000;
  text-decoration: none;
}
a:hover,a:active {
  text-decoration: underline;
}
.vAlign {
  vertical-align: middle;
}
a.linkSkyblue{  color: #2A8000;
  text-decoration: underline;}
a:visited.linkSkyblue{  color: #2A8000;
  text-decoration: underline;}
.linkSkyblue a,
.linkSkyblue a:visited {
  color: #2A8000;
  text-decoration: underline;
}
a:hover.linkSkyblue{  color: #000;}
.linkSkyblue a:hover {
  color: #666;
}
.listStyle {
  padding: 10px;
}
.listStyle a,
.listStyle a:visited {
  color: #2A8000;
}
.listStyle li {
  color: #2A8000;
  background: url(images/icon_list_arrow01.gif) no-repeat left 6px;
  width: 90%;
  padding-left: 12px;    margin-bottom: 3px;
}
.listStyle .fRight {
  color: #999;
  float: right;
}
#rss {
  text-align: center;
  margin: -20px 0 20px 0;
}
.textDesc {
  color: #A3A3A3;
}
.textStrong {
  color: #f60;
}
.textTime {
  font: 10px Arial;
  color: #999;
  margin-left: 5px;
}
.btnBlue {
  display: block;
  background: url(images/btn_blue_l.gif) no-repeat left center;
  float: left;
  padding-left: 1px;    margin-right: 3px;
}
.btnBlue a,
.btnBlue a:visited {
  line-height: 17px;
  color: #0b54ab;
  background: url(images/btn_blue_r.gif) no-repeat right center;
  float: left;
  padding: 2px 10px;
}
.msgNocice {
  background: #f1fafd url(images/icon_notice.gif) no-repeat 10px center;
  padding: 10px 5px 10px 40px;    margin: 10px 5px;
  border: 1px solid #a5d2eb;
}
#loader {
  background-color: #ffc;
  border: 1px solid #cc0;
  position: fixed;
  color: #CC0000;
  z-index: 1000;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px;
  /*display: none;*/
  filter: alpha(opacity=65);
  opacity: 0.65;
}
* html #loader {
  position: absolute;
}
.watermark_small {
  display: block;
  text-indent: -9999px;
  width: 31px;    height: 15px;
  margin-right: 3px;
  float: left;
}
.watermark_promote_small {
  background: url(images/watermark_promote_small.gif) no-repeat;
}
.watermark_new_small {
  background: url(images/watermark_new_small.gif) no-repeat;
}
.watermark_best_small {
  background: url(images/watermark_best_small.gif) no-repeat;
}
.watermark_hot_small {
  background: url(images/watermark_hot_small.gif) no-repeat;
}

/*  ==================== 首页增加样式 ====================  */
.tab-front2,
.tab-back2 {
  line-height: 26px;
  height: 24px;
  display: inline;
  float:left;
  cursor: pointer;
  width: 104px;
  text-align: center;
}
.tab-front2 {
  color:#FFF;
  font-weight: bold;
  background: url(images/new1.jpg) no-repeat
}
.tab-back2 {
  color: #666666;
  background: url(images/new2.jpg) no-repeat
}
.newbg {
	background-image: url(images/newbg2.gif);
	background-repeat: repeat-y;	
}
.product-list {
	padding-left:0px;
}
.product-list li {
	width:230px;
	float:left;
	list-style:none;
	padding:2px;    /*产品列表区*/
}
.product-list .photo {
	float:left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #EEEEEE;
}
.product-list .photo a {
	display: block;	
	border: 1px dashed #FFFFFF;	
}
.product-list .photo a:hover{
	
}
.product-list .price {
	height:25px;
	color: #cc0000;
	font-weight: 600;
}
.product-list .info {
	padding-top: 10px;	
}
.product-list .name a{
	height:25px;
	padding-top:5px;
	color: #2A8000;
}
.product-list .name a:hover{
	text-decoration: underline;
	color: #FF6600;
}
.market-price {
    color:#999999;
    background:url(images/line_through.gif) repeat-x center 8px;
}