@charset "utf-8";
/* CSS Document */
/* head foot style */

/*S ----------------------------- header ----------------------------- */


.guider { width:100%; height:53px; background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 5px;}
.title { float:left; position:relative;  width:auto;  display:block;  white-space:nowrap; text-align:center;font-size:14px; color:#2b2b2b;}
.title a{display: block;
    font: 17px/38px Roboto Condensed;
    height: 40px;
    padding: 0 15px;
    transition: all 0.25s ease-in-out 0s;}
.title_hover { cursor:pointer;}
.title_hover a{ color:#000; text-decoration: none;background: #333333 ;
    color: #ffffff;}
	
.title1 { float:left; position:relative;  width:auto;  display:block;  white-space:nowrap; text-align:center;font-size:14px; color:#2b2b2b; margin-right:1px;}
.title1 a{display: block;
    font: 17px/38px Roboto Condensed;
    height: 40px;
    padding: 0 15px;
    transition: all 0.25s ease-in-out 0s;}

	
.guider .active a{
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.list1 { 
	position:absolute;
	 padding:10px 12px;  
	 /*display:none; */
	 margin-left:1px;
	-moz-box-shadow:1px 2px 3px 2px #999;
	-webkit-box-shadow:1px 2px 3px 2px #999;
	box-shadow:1px 2px 3px 2px #999;
	word-wrap: break-word; 
	word-break: normal; 
	
	background: #ffffff none repeat scroll 0 0;
    border-top: 2px solid #333333;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    padding:0px 15px 5px 15px;
    position: absolute;
    top: 40px;
    width: 260px !important;
    z-index: 1000;
	}
.list1 ul{list-style:none; color:#333; padding:0 12px 6px; float:left;}
.list1 ul li { line-height:25px; padding: 8px 0;width: 205px;}
.list1 ul li:hover { cursor:pointer; color:#C00;}

.list1 ul li ~ li {
    border-top: 1px dotted #c9c7c7;
}

.header_cart{ margin:23px 0px 18px 0px; float:left; width:990px;}
.header_cart_left{float:left; width:600px;}
.header_cart_right{float:right; width:300px;}
.header_cart_logo{ margin-top:6px;}
.header_cart_vst{ float:left;}
.header_cart_rspan{ line-height:46px; float:right;}

/*E ----------------------------- header ----------------------------- */

/* 弹出层 */
.dialog-box{ position: absolute; z-index:1001;}
.dialog-popup{/*background-color:#333333\9;*/filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F333333', endColorstr='#7F333333'); position:relative;z-index:29; zoom:1;
-moz-box-shadow:3px 5px 8px #333;
	-webkit-box-shadow:3px 5px 8px #333;
	box-shadow:3px 5px 8px #333;
	border:solid 1px #CCC;}
.dialog-popup .dialog-title-bar{ height:38px; background-color:#cce8cf; position:relative; border-bottom:solid 1px #CCC;}
.dialog-popup .dialog-title-bar h2{ line-height:38px; padding-left:12px; font-size:14px; font-weight:700}
.dialog-popup .dialog-title-bar a.close-dialog{ position:absolute;top:12px; right:14px;  display:block; width:12px; height:13px; background:url(/static/prototype/product_fashion/images/close.gif) no-repeat; cursor:pointer;}
.dialog-popup .dialog-title-bar a.close-dialog{text-decoration:none; color:#555555; text-align:center;}
.dialog-popup .dialog-title-bar a.close-dialog:hover{text-decoration:none; color:#333333}
.dialog-content{ background-color:#FFFFFF; padding:10px}
.dialog-iframe-mask{position:absolute; left:0; top:0; border: none; }
.boxy-modal-blackout{position:absolute; left:0; top:0; border: none; background-color:#000; overflow:hidden; z-index:999;}

.tanchu div{ display:block;}






