@charset "utf-8";
/* CSS Document */
body{margin:20px 0px 0px 0px;color:#787878;font-size:12px;line-height:1.8em;}
select,input,table{font-size:12px}
a{text-decoration:none;color:#787878}
a:hover{color:#FF0000}
p{margin:5px auto}
ul{margin:0px;padding:0px; list-style:none}
#mainBody{background-image:url(images/hosiwell_04.jpg);background-repeat:repeat-x;}
#topPlan{margin-left:auto;margin-right:auto;width:980px;position:relative;}
.text-color_01{color:#952402}
.text-color_02{font-weight:bold;color:#952402; font-family:"宋体", "新宋体"}
.text_input{border:solid 1px #A2A2A2;width:180px;height:20px; background:url(images/bg_search.gif) 98% 50% no-repeat}
.button_input{ background-color:#EAEAEA;border:solid 1px #CCCCCC;color:#952402}
.v_line{background:url(images/v_line.jpg) 50% 50% no-repeat;}
.txt_input{width:120px;border:solid 1px #D2D2D2}
.txt_input_01{border:solid 1px #D2D2D2}
.conner_top{width:315px;height:8px; background:url(images/conner_top.png) 0 0 no-repeat}
.conner_bottom{width:315px;height:8px; background:url(images/conner_bottom.png) 0 0 no-repeat}
.conner_content{border-left:solid 1px #D2D2D2;border-right:solid 1px #D2D2D2}
#h_line{margin:auto auto;width:890px;height:8px;background:url(images/hosiwell_43.jpg) 0 0 repeat-x}
.bg_main{background:url(images/hosiwell_04.jpg) 0 -30px repeat-x}
.left_menu{width:194px;}
.submenu{height:30px;background:url(images/bg_menu.png) 0 50% no-repeat;color:#787878;line-height:30px;text-indent:4em;font-size:14px;font-weight:bold;font-family:"幼圆"}
.menu_item{margin:5px 20px;}
#main_content{margin-top:30px;background-color:#f2f2f2}
.location{background:url(images/arrow_02.png) 10px 50% no-repeat;text-indent:3em;color:#952402}
.text_area{padding:10px;}
.itemlist{font-weight:bold}
.tb{border-collapse:collapse;border:solid 1px #CCCCCC;}
#navigation {
	border:1px solid #D2D2D2;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#F5F5F5;
	width:95%;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#A72600 url(images/collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(images/expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

/*产品详细信息*/
#product_info{border-color:#E1E1E1;border-collapse:collapse}
#product_info img{padding:2px;border:solid 1px #DEDEDE; background-color:#FFF}
.table_text{WIDTH:100%;border:solid 1px #cccccc;background-color:#FFF;BORDER-COLLAPSE: collapse}
.table_text td{border:solid 1px #cccccc;}
.table_text th{border:solid 1px #cccccc;background-color:#E1E1E1}
.table_text tr{height:30px}
/*详细信息结束*/
.table{margin:5px auto}
.table,.table th,.table td{border:solid 1px #CCC;border-collapse:collapse}
.table caption{background:#999;color:#FFF;font-weight:bold}
/*对话框样式开始*/
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('./images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('./images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('./images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('./images/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
/*对话框样式结束*/
.bid{margin:20px auto;border:dotted 1px #952402;background-color:#FFC;text-align:center}
.bid a{color:#00C}
.page_num{padding-left:4px;padding-right:4px;border:solid 1px #930;color:#FFF; background-color:#999}
.list{margin-left:2em;text-align:left;line-height:2em;}
.piclist{text-align:center;width:160px;overflow-x:hidden}
.piclist img{border:solid 1px #EFEFEF;padding:1px}
.red{color:#F00}
