﻿@charset "utf-8";
/*快速购买*/
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

.welcome-msg {
    float: left;
    font-size: 0.95em;
}
#header-cart {
    position: absolute;
    z-index: 20;
    width: 200px;
    right: 0;
    top: 7px;
}
#header-cart .head {
    margin-bottom: 7px;
    padding-right: 8px;
}
#header-cart .head h4 {
    cursor: pointer;
    float: none;
    display: inline;
    padding-left: 15px;
    background: url(../images/icon-cart.gif) no-repeat 0 50%;
}
#header-cart .head h4,
#header-cart .head h4 a {
    color: #ababab;
    font-size: 0.95em;
    font-weight: normal;
}
#cart-content {
    background: #292a34;
    border: 1px solid #727379;
    border-top: none;
    padding: 0 3px 5px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0 0 8px 8px;
    color: #aaa;
    position: absolute;
    top: 23px;
    right: 0px;
    width: 200px;
}
#cart-content .product-images {
    float: left;
}
#cart-content .product-images img {
    border: 1px solid #a9a9a9;
}
#cart-content .product-details {
    margin: 0 0 0 60px;
}
#cart-content h6 {
    color: #1E7EC8;
    text-indent: 5px; 
}
#cart-content li {
    clear: both;
}
#cart-content a:hover {
    color: #aaa;
}
#cart-content .actions a span {
    cursor: pointer;
}
#cart-content #center-buttons {
    padding-top: 5px;
    clear: both;
    text-align: center;
}

#slider
{
    height: 300px;
    /*position: relative;*/
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid #ccc;
	z-index:-10;
}
div.scroller
{
    height: 200px;
    overflow: hidden;
    width: 930px;
    zoom: 1;
}
div.scroller .content 
{
    padding: 0;
}
div.slidercontrolwr
{
    position: absolute;
    right: 15px;
    top: 15px;
}
div.scroller img
{
    border: none;
}
div.scroller div.section
{
    float: left;
    height: 200px;
    overflow: hidden;
    width: 930px;
}
div.scroller div.content
{
    width: 10000px;
    float: left;
}
.slidercontrol
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.slidercontrol a
{
    color: #aaa;
    filter: alpha(opacity=60);
    float: left;
    height: 14px;
    margin: 0px 2px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    text-indent: -1000px;
    width: 14px;
}
.slidercontrol a:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}
.content .sliderdescription
{
    background: url(../images/grid.gif) repeat left top;
    color: #222;
    filter: alpha(opacity=50);
    font: 12px bold Helvetica, sans-serif;
    left: 15px;
    opacity: 0.5;
    padding: 10px;
    position: relative;
    top: -100px;
    width: 650px;
}
div.sliderdescription:hover, .sliderdescription.active
{
    background-color: #fff !important;
}
.content a
{
    font: 12px bold Helvetica, sans-serif;
    text-decoration: none;
}
.aprev
{
    background: url(../images/aprev.gif) no-repeat 3px 3px;
}
.anext
{
    background: url(../images/anext.gif) no-repeat 3px 3px;
}
.astop
{
    background: url(../images/astop.gif) no-repeat 3px 3px;
}
.aplay
{
    background: url(../images/aplay.gif) no-repeat 6px 3px;
}

.footerl .mini-newsletter {
    float: left;
    clear:both;
    width:390px;
    text-align: left;
}
.footerl {
    float: left;
}
.footerl .mini-newsletter h4{
    color: #505050;
    margin-right: 10px;
}
.footerl form, .footerl .mini-newsletter h4 {
    float: left;
    line-height: 30px;
    font-size: 11px;
}
.footerl .mini-newsletter input.input-text {
    float: left;
}
.footerl .form-button-alt{
    float: right;
    margin:3px 0px 0px 6px;
}

.form-button, .form-button-alt {
    background: #aeaeae url(../images/gradient-gray.gif) repeat-x 0 0;
    border: 1px solid #adadad;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px;
    margin: 0px;
    vertical-align:top;
    padding: 3px 6px;
    color: #4f4f4f;
	text-decoration: none;
}
.form-button:hover, .form-button-alt:hover {
    border-color: #888;
    color: #333;
	text-decoration: none;
}

h4, h3, .category-head h2 {
    font-size: 12px;
    font-weight: bold;
    color: #007ed3;
}


.col-main p{
	margin-left:  5px;
	margin-right:  5px;
	margin-top:2px;
}

/*自定义首页图片*/
.dakuang {
width: 518px;
top: 0px;
margin-left: 6px;
}

.xiaokuang {
float: left;
position: relative;
width: 125px;
height: 170px;
margin-top: 5px;
margin-right: 3px;
margin-bottom: 0pt;
margin-left: 0pt;
background-color: transparent;
background-image: url(../images/line.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
cursor: pointer;
}

.tu, .img {
/*border-top-width: 0pt;
border-right-width-value: 0pt;
*/
text-align:center;
vertical-align:middle;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
/*border-bottom-width: 0pt;
border-left-width-value: 0pt;
*/border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
position: relative; top: 2px
}

.wz {
position: relative;
top: 25px;
line-height: 100%;
padding-left: 0px;
width: 120px;
text-align: left;
white-space: nowrap;
overflow-x: hidden;
overflow-y: hidden;
}
.wz ,price {
color: #007ed3;
text-decoration: none;
margin-bottom: 0.4em;
}

.buy{
position: absolute;
top: 134px;
left: 95px;
z-index: 0;
}
/*自定义首页图片*/

/*首页产品列表TAB*/
.wrap {
PADDING-LEFT: 1px;
}
.a10 {
 FONT-WEIGHT: bold; COLOR: #0099cc;  TEXT-DECORATION: none;
}
.a10:hover {
 COLOR: #bb2233; TEXT-DECORATION: underline
}
.md-head {
 PADDING-LEFT: 0px; LINE-HEIGHT: 26px; HEIGHT: 26px
}
.md-head A {
 BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 1px; FLOAT: left; BORDER-BOTTOM-WIDTH: 1px; MARGIN-LEFT: -1px; WIDTH: 76px; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center; BORDER-RIGHT-WIDTH: 0px
}
.md-head A.wid {
 WIDTH: 148px
}
.md-head A.cur {
  BORDER-BOTTOM-WIDTH: 0px; COLOR: #000; BACKGROUND-COLOR: #3399FF; TEXT-DECORATION: none
}
.md-body {
 ZOOM: 1
}
a,area { blr:e-xpression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }
/*首页产品列表TAB*/

/*快速购买,加入购物车按钮*/
.lbOn {
background:none repeat scroll 0 0 #99DD44;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
padding:5px;
position:relative;
text-decoration:none;
background-image:url(../images/shade.png) repeat-x;
background-position:center bottom;
}

.lbOn:hover {
background-color:#444444;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
padding:5px;
position:relative;
text-decoration:none;
}

.addcart{
background:none repeat scroll 0 0 #22AAEE;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
padding:5px;
text-decoration:none;
background-image:url(../images/shade.png) repeat-x;
background-position:center bottom;
}

.addcart:hover {
    text-decoration: none;
	background-color:#444444;
    color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	padding:5px;
}
/*快速购买,加入购物车按钮*/

/*网页头链接*/
#hang , #hang a {
line-height:18px;
text-decoration:none;
font-family:Arial;
font-size:12px;
color:#FFFFFF;
padding-left:10px;
}
.bbs {float:left;margin-right:10px;height:20px;font-weight:bold;color:#c00;}
.shell{
width:920px;
padding:3px 2px 2px 2px;
}
#div1{
height:18px;
overflow:hidden;
}
/*网页头链接*/

/*中缝广告*/
.bannerad {
float: left;
width: 524px;
height: 188px;
min-height:188px;
}
#outer{
  padding-right: 0px;
  padding-left: 0px;
  background: url(/images/bg-outer.gif) repeat-y center top;
  padding-bottom: 0px;
  margin: 0px auto;
  width: 780px;
  padding-top: 0px;
  text-align: left
  }
#wrapper{
  background: #fff;
  margin: 0px 4px
  }
#contentad{
	padding-right: 0px;
	padding-left: 0px;
	min-height: 188px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
#focusad{
	border-right: #ccc 0px solid;
	padding-right: 0px;
	border-top: #ccc 0px solid;
	padding-left: 0px;
	min-height: 188px;
	background: url(/images/tile.gif) #eee repeat-y left top;
	padding-bottom: 0px;
	border-left: #ccc 0px solid;
	width: 100%;
	padding-top: 0px;
	border-bottom: #ccc 0px solid;
	position: relative;
	height: 188px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
#beni{
  padding-right: 0px;
  padding-left: 0px;
  left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  width: 140px;
  padding-top: 0px;
  list-style-type: none;
  position: absolute;
  top: 15px
  }
#beni li{
  border-top: #fff 1px solid;
  font-size: 12px;
  float: left;
  width: 140px;
  text-indent: 5px;
  line-height: 26px
  }
#beni li.first{
  border-top: 0px
  }
#beni li a{
  border-right: 0px;
  padding-right: 0px;
  border-top: 0px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  background: #eee;
  padding-bottom: 0px;
  margin: 0px;
  border-left: 0px;
  padding-top: 0px;
  border-bottom: 0px;
  text-decoration: none
  }
#beni li a:hover{
  background: #f9f9f9
  }
#descriptionad{
	width:350px;
	height:188px;
	overflow:hidden;
	float:right;
	margin-right:0px;
	margin-top:0px;
  }
/*中缝广告*/