@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
	
A { noFocusLine:expression(this.onFocus=this.blur());
    -moz-outline-style:none;}

a:link,a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover,a:active{
	color:#FF6666;
	text-decoration: none;
}

img{ border-style: none;}

h1{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

h2{font-size: 15px;
	margin: 0px;}
	
ol{margin: 0px;
	padding: 0px;}

li{margin: 0px;}

select{
	border: 1px solid #999999;
	z-index: 1;
}
.clear{ clear: both;}
.line_h{
	margin-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.line_v{
	width: 5px;
	margin-right: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	float: left;
	height: 100%;
}
.box{
	margin: 0px;
	padding: 0px;
}

/*main_structure  */

#mainframe{
	width: 1000px;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
		
#topbar{
	display: block;
	height:90px;
}
.update{
    text-align:right;
	color:#999999;
    font-size:13px;
	padding-top:2px;
	padding-bottom:30px;
}
.top_left{
	float: right;
	padding-top:9px;
}


#logo{
	float: left;
	padding-left:15px;
	padding-top:2px;
}
#login{
	padding-top: 10px;
	text-align: right;
	padding-bottom: 16px;
}

#slogan{
    padding-bottom:3px;
	padding-left:5px;
	color:#666666;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	
}
/*navbar_structure start */

#navbar{
	margin: 0px;
	padding: 0px;
}
.navbar_list{
	height: 33px;
	width: 130px;
	background-position: right top;
	text-align: center;
	line-height: 33px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bg.gif);
	float: right;
	padding-left: 6px;
	background-repeat: no-repeat;
	position: relative;
}
	
.navbar_list_unpick{
	height: 33px;
	width: 130px;
	background-position: center top;
	text-align: center;
	line-height: 33px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bg.gif);
}
	
.navbar_list_unpick a{
	height: 33px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.navbar_list_unpick a:link,.navbar_list_unpick a:visited{
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bg.gif);
	background-position: center top;
	color: #FFFFFF;
}
	
.navbar_list_unpick a:hover,.navbar_list_unpick a:active{
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bg.gif);
	background-position: center -43px;
	text-decoration: none;
	color: #FFFFFF;
}

	
.navbar_list_pick{
	height: 33px;
	width: 130px;
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bg.gif);
	background-position: center -86px;
	font-size: 15px;
	line-height: 33px;
	text-align: center;
}
	
.navbar_list_pick a{
	height: 33px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	display: block;
}
	
.navbar_list_pick a:link,.navbar_list_pick a:visited{
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bg.gif);
	background-position: center -86px;
	color:#666666;
}
	
.navbar_list_pick a:hover,.navbar_list_pick a:active{
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bg.gif);
	background-position: center -86px;
	text-decoration: none;
	color: #FFFFFF;
}
.navbar_list_dropbox{
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_drop_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 555px;
	padding-bottom: 15px;
	position: absolute;
	z-index: 999;
	margin: 0px;
	left: 26px;
	top: 170px;
}
.navbar_list_dropbox_mid{
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF7A00;
	border-right-color: #FF7A00;
	border-left-color: #FF7A00;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}

	
#banner{
	background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
}
	
#banner_mid{
    padding-top:5px;
	padding-right: 15px;
	padding-left: 180px;
	background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
}

#banner_mid .slogan2{
	position:absolute;
	left: 63px;
	top: -4px;
	font-size:13px;
	color:#666666;
}
#banner_bottom{
	background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/navbar_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	
.banner_search_box{
	padding-bottom: 5px;
	padding-top:15px;
	float: left;
	width:600px;
	position: relative;
}


.banner_search_txt1{
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
}
.banner_search_txt2{
	color:#999999;
	padding-left: 80px;
	padding-top: 5px;
}
.banner_search_btn{
	position: absolute;
	z-index: 2;
	right: -62px;
	top: 16px;
}
.banner_search_input{
	height: 20px;
	width: 500px;
	border: 1px solid #ff9999;
	padding-top: 0px;
	font-size: 11px;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #666666;
}



.banner_login_txt strong{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	padding-bottom: 5px;
}
.banner_login_input{
	height: 15px;
	width: 105px;
	border: 1px solid #666666;
	padding-top: 3px;
	font-size: 11px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #666666;
}


.banner_txt{}
/*navbar_structure  end  */

#guide_bar{
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom:10px;
	font-size: 12px;
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/tip_arrow_black2.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
#guide_bar a:link,#guide_bar a:visited{

}
#guide_bar a:hover,#guide_bar a:active{
	text-decoration: none;
}


#contentblock{
    display:block;
	width:800px;  /*1000px  0511修改為800px*/
	padding-top: 10px;
}

/*leftbox_category start   */

#leftbox{
    float:left;
   width:180px;
   padding-right:10px;
}

#leftbox_category{}

.left_box_top{
    display:block;
	background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/left_main_box_top.gif);
	width:180px;
	height:22px;
	padding-top:8px;
	text-align:center;
	font-weight: bold;
	font-size:14px;
}

.left_box_mid{
     display:block;
	 width:160px;
	 background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/left_main_box_mid.gif);
	 background-repeat:repeat-y;
	 padding-right: 10px;
	 padding-left: 10px;
  	 padding-bottom: 2px;
	 padding-top:10px;
}

.left_box_bottom{
     display:block;
	 background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/left_mainbox_bottom.gif);
	 background-repeat:no-repeat;
	 widows:180px;
	 height:10px;
	 padding-bottom:10px;
}

.second_nav{}

.text_category_title{
	//width:80%;
	height:50px;
	//padding-right:90px;
    font-size:16px;
	font-weight:bold;
}

.text_category_title h2{
	padding-right:5px;
    font-size:16px;
	font-weight:bold;
	padding-top:30px;
}

.text_category_title img{
     float:left;}

.list box{
     width:160px;
}

.list_box_title{
	color:#000000;
	text-align:left;
	padding-left:6px;
	padding-top:5px;
}

.list_box_title a{
     color:#000000;
	 text-decoration:none;
}
.list_box_title a:hover{
     color:#FF9999;
	 text-decoration:underline;
}

/* list_text start */
.text_box{
    display:block;
	width:150px;
	height:26px;
	padding:auto;
	margin:auto 5px;
	border-bottom-style:dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	text-decoration:none;
	overflow:hidden;
}

.text_box ul{
    list-style:none;
	margin:0;
	padding:0;
}

.text_box li a{
     color:#666666;
	 text-decoration:none;
}
.text_box li a:hover{
     color:#FF9999;
	 text-decoration:underline;
}

.text_box li.left_text{
     float:left;
	 padding:5px 5px 5px 5px;
	 width:65px;
	 text-decoration:none;
	 overflow:hidden;
}
.text_box li.right_text{
     float:right;
	 padding:5px 5px 5px 5px;
	 width:65px;
	 text-decoration:none;
	 overflow:hidden;
}

/* list_text end */

}
/*leftbox_price start   */
#leftbox_price{}

.price_input{
	height: 15px;
	width: 50px;
	border: 1px solid #666666;
	padding-top: 3px;
	font-size: 11px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #666666;
}

/* leftbox_brand start */
#leftbox_beand{}

#brand ul{
    list-style:none;
	margin:0;
	padding:0;    
}

#brand li{
    line-height:1.5;
}

#brand li a{
    color:#666666;
	text-decoration:none;
}

#brand li a:hover{
    color:#FF9999;
	text-decoration:none;
}


/* thmainbox start */
#thmain_box{
    width:810px;
    float:right;
}

.ad_box{
	margin-bottom: 10px;
	text-align: center;
}

.ad_box h1{
    color:#CC0000;

}
.content_list{}

.top_bar{
    display:block;
	width:810px;
	height:30px;
	background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/top_bar.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	clear:both;
}

.top_bar h3{
    padding-top:5px;
	padding-left:20px;

}

.top_bar span{
    color:#666666;
	font-size:12px;
	text-indent:20px;
	padding-top:15px;
	padding-left:20px;
}

.top_bar a{
    color:#0066CC;
    padding-left:10px;
	text-decoration:none;
}

.text_box li a:hover{
     color:#FF0000;
	 text-decoration:underline;
}

.good_box{
    display:block;
	float:left;
	width:250px;
	padding:10px 9px 0 9px;
	position:relative;
}

.good_pic{
    display:table-cell;
	height:250px;
	width:250px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #CCCCCC;
}

.good_pic img{
	max-height:250px;
	max-width:250px;
	overflow:hidden;
}

.good_pic span{
	position:absolute;
	left:209px;
	top:235px;
	display:block;
	width:50px;
	height:25px;
	
	text-align:center;
	border:#CCCCCC 0px solid;
	}


.good_text{
	display:block;
	text-align:left;
	width:250px;
	height:160px;
	position:relative;
	padding-left: 12px;
	}

.good_text p{
	width:14em;
	text-align:left;
	padding-top:5px;
	font-size:12px;
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
	clear: none;
	float: none;
	height: auto;
}
	
	
.good_text span{
	position:absolute;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	padding-right:0px;
	left: 184px;
	top: 2px;
	bottom: 143px;
}

/* tail start */

#tail{
    FONT-SIZE: 12px;
	COLOR:#333333;
	text-align: center;
	padding: 5px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFCCCC;
	height: 70px;	
}

#tail a:link,#tail a:visited{
	color: #000000;
	text-decoration: none;
}

#tail a:hover,#tail a:active{
	color: #333333;
}
#tail_msg{
    text-align:center;
	padding-bottom:10px;
}

#copyright{
    padding-bottom:5px;
    font-family:Arial, Helvetica, sans-serif;
}

#purpose{}

/*  pagebox start  */

.pagebox{
    padding-top:30px;
	text-align: center;
	padding-bottom: 15px;
}
.pagebox a:link,.pagebox a:visited{
	color: #000000;
}
.pagebox a:hover,.pagebox a:active{
	color:#FF9999;
	text-decoration: none;
}

/*�֤Ѭ���20120117*/
.navbar_list_pick_sp{
	height: 33px;
	width: 130px;
	background-image:url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/R_coupon.gif);
	background-position:center 0px;
	background-repeat:no-repeat;
	font-size: 15px;
	line-height: 33px;
	text-align: center;
}

.navbar_list_pick_sp a{
	height: 33px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	display: block;
}
	
.navbar_list_pick_sp a:link,.navbar_list_pick_sp a:visited{
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/R_coupon.gif);
	background-position: center 0px;
	color: #FFFFFF;
}
	
.navbar_list_pick_sp a:hover,.navbar_list_pick_sp a:active{
	background-image: url(file:///I|/%E6%96%B0%E8%B3%87%E6%96%99%E5%A4%BE/images/R_coupon.gif);
	background-position: center -43px;
	text-decoration: none;
	color: #FFFFFF;
}
/*���ʵ���*/
/* ==0229 start==================*/
.choice_box{
	height: 31px;
	width: 160px;
	background-color:#ffffff;
	border:#FFCCDD 1px solid;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	z-index: 1000;
	Position: Absolute;
}
.choice_box ul { 
    margin:0 auto;
	padding:0;
	list-style:none;
}
.choice_box li{}
.choice_box li a{ 
display:block;
width:160px;
height:30px;
color:#000000;
border-bottom:1px #FFCCDD solid;}
.choice_box li a:hover{     
display:block;
width:160px;
height:30px;
border-bottom:1px #FFCCDD solid;
background-color:#FFCCDD;
color:#FFFFFF;} 
/* ==0229 end==================*/
.thmain_box {
	color: #009;
}
