﻿/* CSS Document */
/*中上部轮显广告*/
#adTextDiv{
	width:664px;
	height:0px;
	margin-bottom:5px;
	position:relative;
}
#adTextDiv div{
	position:absolute;
	right:5px;
	top:-35px;
	*top:-32px;
}
#adTextDiv div a{
	float:left;
	padding:4px 8px;
	margin:0px 1px 0px 1px;
	background-color:#EFEFEF;
	border-right:1px #999999 solid;
	color:#999999;
}
#adTextDiv .ad1{
	background-color:#999999;
	color:#FFFFFF;
}

.navFlDiv{
	margin:5px 0px 5px 0px;
}


/*首頁產品展示*/
.productShowDiv{
	width:100%;
	color:#002E5B;
	background:url(../../images/product_bg.png) repeat-x top;
}
.productShowDiv img{
	border:none;
}
.productShowDiv .productImg{
	width:100px;
	height:100px;
}
.productShowDiv li{
	display:inline;
	list-style:none;
	float:left;
	margin:25px 20px 0px 20px;
	text-align:center;
	height:180px;
	overflow:hidden;
	width:148px;
}
.productShowDiv div{
/*	word-break:break-all; */
    word-wrap:break-word;
}

.productShowDiv div a{
	 color:#006697;
}

.productShowDiv li .productPrice{
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
}
.productShowDiv li .cloths_name{
    margin:5px 0 0px 0;
	font-size:12px;
} 
.productShowDiv li .cloths_name a{
	width:150px;
}


/*中间产品区的最下面展示*/
.page_box .tb_{
    border-bottom:1 #000000 solid;
}
.page_box .tb_ ul{
    height:25px;
}
.page_box .tb_ li{
    float:left;
	height:25px;
	font-weight:bold;
	line-height:1.9;
	width:46px;
	cursor:pointer;
	text-align:center;
	margin:0 1px 0 0;
}
/* 控制显示与隐藏css类 */
.page_box .normaltab   {
    background-image:url(../../images/scrollbg2.png); 
	background-repeat: no-repeat; 
	color:#fff;
}
.page_box .hovertab{ 
    background-image:url(../../images/scrollbg1.png); 
	background-repeat: no-repeat; 
	color:#000000; 
	font-weight:bold;	
	}
.page_box .dis{display:block;}
.page_box .undis{display:none;}

/*结束*/
.newProductShow{
/*    border:2px #257CB7 solid;*/
	width:190px;
}
.newProductShow li{
    width:170px;
	height:auto;
	list-style:outside;
	list-style-type:none;
	margin:10px;
	clear:both;
	border-bottom:1px #CCCCCC dashed;
	padding-bottom:5px;
	word-break:break-all;
	z-index:100;
}
.newProductShow li img{
	width:60px;
	height:60px;
}
.newProductShow .newLeft{
    width:50px;
	float:left;
}
.newProductShow .newRight{
	width:100px;
	float:right;
	text-align:left;
}
.newProductShow .topSellerPrice{
	font-weight:bold;
	margin:5px;
}

/*topseller伸缩显示*/
.topSellers li img{
    border:none;
	width:100px;
	height:100px;

}
.topSellers a:focus {
	outline: none;
}
.topSellers ul.sidenav {
	font-size:12px;
    text-align:center;
	/*float: left;*/
	width: 190px;
	list-style:none;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}
.topSellers ul li{
    list-style-type:none !important;
    list-style-type:decimal;
	vertical-align:top;
	margin:10px 0 0 0;
	text-align:justify !important;
	text-align:left;	
	*padding:0px !important;
	padding:0 0 0 10px;
}
.topSellers ul.sidenav li a{
	display: block;
	color: #000000;
	text-decoration: none;
	width: 150px;
	border-bottom: 1px dashed #CCCCCC;

}
.topSellers ul.sidenav li a:hover {
	border-top: 0px solid #1a4c76;
	color:#CC3399;
	background-color:#F7F7F7;
}
.topSellers ul.sidenav li span{	
    display: none;
	text-align:center;
	background-color:#FFFFFF;
}
.topSellers ul.sidenav li a:hover span {
	display: block;
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
	padding:10px 0 10px 15px;
}
/*结束*/

.temporary{
    border:1px #f7f7f7 solid;
	margin:10px 0 0 0;
	background-color:#F7F7F7;
}

/*BOX*/
.page_box{
	border:1px #EAEAEA solid;  
	margin-bottom:5px;
	clear:both;
	background:#FFFFFF;
}

.page_box h3{
	font-size:14px;
	padding:3px 10px 0 5px;
	background-color:#3c9b09;
	height:25px;
	color:#ffffff;
	background:url(../../images/body_background.jpg) repeat-x;
	background-position:0px -10px;
}
.page_box h3 span{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}
.page_box h3 span a{
    color:#CCCCCC;
}
.page_box h3.divbg{
    height:25px;
	font-size:14px;
    background:url(../../images/banner.png) no-repeat;
	color:#ffffff;
	/*font-weight:bold;*/
}
/*
.page_box h3 a:hover{
	color:#CCCCCC;
}
*/
.page_box p{
	padding:8px;
	line-height:25px;
}

.page_box h2{
	font-size:12px;
	padding:6px 10px;
	background:url(../../images/body_background.jpg) repeat-x;
	color:#FFFFFF;
}
.page_box h2 span{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}
.page_box h2 a{
	color:#FFFFFF;
}
.page_box h2 a:hover{
	color:#CCCCCC;
}
.page_box_bg{
	background-color:#F7F7F7;
}
#LoginForm div{
	margin:8px;
}
#LoginForm .input1{
	width:90px;
}
#yzImg{
	width:155px;
}
#hiddenConfirmCode{
	text-align:center;
}
#hasLoginPannel div{
	margin:10px;
	background:url(../../images/dot.jpg) no-repeat left;
	padding-left:15px;
}
.qpdiv {
	position: absolute;
	height: 30px;
	width: 260px;
	display: block;
	float: left;
}
.qpdiv td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
        padding: 5px;
}
.qpdiv table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
        FILTER:alpha(opacity=80);
}
.productAlList{
	clear: both;
/*	margin-top: 5px;
	padding-top: 5px;*/
	display: block;
	width: 720px;
}
.productAlList li {
	float: left;
	padding-left: 15px;
	font-weight: normal;
	white-space: nowrap;
	display: inline;
	color: #000000;
	padding-top: 5px;
}

.giftShowDiv{
	width:100%;
	color:#002E5B;  
	text-align:left;
}
.giftShowDiv .imgdiv{
    margin:0;
	padding:0;

}
.giftShowDiv img{
	border:none;
	width:auto;
}
.giftShowDiv li{
	display:inline;
	list-style:none;
	float:left;
	text-align:center;
	height:200px;
	overflow:hidden;
	width:150px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.giftShowDiv div{
	word-break:normal; 
}

.giftShowDiv div a{
	 color:#006697;
}
.lagdetaildiv {
	position: absolute;
	height: 200px;
	width: 260px;
	display: none;
	float: left;
	background-color: #FFFFFF;
	margin-top: -190px;
	border: 1px solid #CCCCCC;
	overflow: auto;
}
.giftShowDiv .lagdetailimgdiv{
    margin:0;
	padding:0;

}
.lagdetailimgdiv a:hover .lagdetaildiv{
display: block;
z-index: 5000 ;
}
.lagdetailimgdiv:hover .lagdetaildiv{
	display: block;
	z-index: 5000 ;
}
.LagnappeMesgdiv{
	width: 500px;
	clear: both;
	padding-left: 20px;
}
.yunfeitable
   {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	}
	
.yunfeitable td
{
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	}

