/*------------------------全局--------------------*/
html{
	background:#FFFFFF;
	}
li {list-style-type:none;}
body{
	margin:0px auto;
	width:960px; 
	font-size:12px;
	background:url(../Images/bg_body.png) 0px 334px repeat-x;
	color:#666666;
	font-family:Verdana;
	}

#container {margin:0 auto; width:960px; padding:0 10px;}
#header { height:80px; background:#6cf; margin-bottom:5px; line-height:80px; padding:0;} /*顶部HEAD区域样式*/
#header li{
width:960px;
float:left;
list-style-type:none;
}
#header li.logo{
width:500px;
}
#header li.head_list{
width:460px;
text-align:right;
line-height:14pt;
height:40px;
margin:20px 0;
}

#banner { height:200px; background:#6cf; margin-bottom:5px; line-height:200px; padding:0;}
#menu { height:32px; background:url(../2/menubarbg1.jpg); margin-bottom:10px; line-height:32px; padding:0;}
#mainContent { height:500px; margin-bottom:5px;}
#sidebar { float:left; width:200px; height:500px; background:#9ff;}
#content { float:right; width:755px; height:500px; background:#cff;}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
#footer { height:60px; background:#fff; text-align:center; line-height:14pt;}

img,form,ul,p{
	margin:0px;
	padding:0px;
	border:0px;
	}
input,textarea,select {
	color:#666666;
	font-size:12px;
	font-family:Verdana;
	}

a{ 
	color:#666666;
	text-decoration:none;
	}
a:hover{
	color:#FF3300; text-decoration:underline;
	}
.tdbg_left{
font-size: 12px;
line-height: 15px;
width:200px;
border:#cccccc 1px solid;
background:#ffffff;
}
.width_blank{ width:10px;}
.height_blank{ height:10px;}
.tdbg_right{
font-size: 12px;
line-height: 15px;
border:#cccccc 1px solid;
background:#ffffff;
}
.tdbg_righttable{
font-size: 12px;
line-height: 15px;
border:#f3f3f3 4px solid;
background:#f9f9f9;
}
.indexmidtd{
font-size: 12px;
line-height: 15px;
border:#e0e0e0 1px solid;
background:#f3f3f3;
}
///这里是圆角样式
.FlipH{Filter:FlipH;}
.FlipV{Filter:FlipV;}
.FlipVH{filter:fliph()flipv()}
.top{border-top:1px solid #CACAC9;}
.main{ border-left:1px solid #CACAC9; border-right:1px solid #CACAC9;}
.bottom{border-bottom:1px solid #CACAC9;}

TD{
font-size: 12px;
line-height: 15px;
}
td.TableBody1
{
background-color: #137171;
}
.tableBorder1
{
width:97%;
border: 1px; 
background-color: #0D4F4F;
}
.table { border-collapse: collapse; border-left: 1px solid #000000; border-right: 1px solid #000000; background-color:#ffffff }
.l1{
color:#ffffff;
background: url(../2/menubarbg1.jpg);
display:block;
line-height:32px;
}
a.l1:hover{
background: url(../2/menubarbg2.jpg);
color:#0038B1;
display:block;
text-decoration:none;
line-height:32px;

}
.l1_l{
color:#ffffff;
display:block;
line-height:37px;
}
a.l1_l:hover{
background: url(../2/menubglr1.jpg);
color:#0038B1;
display:block;
text-decoration:none;
line-height:37px;

}
.l1_r{
color:#ffffff;
display:block;
line-height:37px;
}
a.l1_r:hover{
background: url(../2/menubglr1.jpg);
background-position:right;
color:#0038B1;
display:block;
text-decoration:none;
line-height:37px;

}
#l12{color:#ffffff;}
#l12:hover{color:#4375B8; font-weight:bold}
.l2{
display:block;
line-height:25px;
padding-left:5px;
}
a.l2:hover{
padding-left:5px;
background:#E2F1F7;
color:#3F6F85;
display:block;
width:177px;
text-decoration:none;
line-height:25px;
}
#l12{color:#D2EFFD;}
#l12:hover{color:#ffffff;}
#l13{color:#ffffff;}
#l13:hover{color:#ffffff;}
#l14{color:#B6E3FF;}
#l14:hover{color:#ffffff;}
/*------------------------------------------------*/
/*通用_页面容器------------------------------------*/
#container{
	}

/*通用_页面头部--------------------------*/
#header{
	overflow:hidden;
	margin:auto; 
	width:960px; 
	background:url(../Images/head_bg.jpg) 0px 82px no-repeat;
	}
#biaoge { 
width:960px; 
margin:0 auto; 
} 

#biaoge li,#biaoge li.biaotou { 
list-style-type:none; 
width:68px; 
height:30px; 
line-height:30px; 
text-align:center; 
float:left; 
margin-left:0; 
margin-bottom:0; 
background:#ccc; 
} 

#biaoge li.biaotou { 
background:#999; 
} 


/*LOGO*/
.header_logo{
	float:left;
	width:510px;
	height:58px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	}
	
/*小字链接*/
.header_link{
	float:left;
	padding:22px 0px 20px 0px;
	width:486px;
	height:40px;
	text-align:right;
	}

/*主菜单，有下拉*/

#mainMenu{
	float:left;
	list-style-type:none;
	margin:0 auto;
	background:url(../Images/bg_01.jpg);
	}
#mainMenu ul li{
	float:left;
	width:102px;
	list-style:none; 
	background:url(../Images/head_mainmenu_bg1.jpg);
	}
#mainMenu ul li a{
	display:block;
	padding-top:12px;
	width:102px;
	height:24px;
	text-align:center;
	color:#FFFFFF;
	}
#mainMenu ul li:hover ul,/*解决无法缩回二级导航菜单问题*/
#mainMenu ul li a:hover{
	background:url(../Images/head_mainmenu_bg2.jpg);
	}
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	width:100px;
	position:absolute;
	}
#mainMenu ul li ul li{
	float:left;
	width:100px;
	height:24px;
	border-top:1px solid #FFFFFF;
	background:#DA0000;
	}
#mainMenu ul li ul li a{
	display:block;
	padding:6px 6px 6px 6px;
	width:88px;
	height:12px;
	text-align:left;
	}
#mainMenu ul li ul li a:hover{
	background: #F70000;
	}
#mainMenu ul li:hover ul{
	left:auto;
	}

#mainMenu ul li.sfhover ul{
	left:auto;
	}
	
/*检查会员是否登录*/
.header_checkmember{
	float:right;
	margin:0px;
	padding:11px 21px 13px 16px;
	height:12px;
	color:#fff;
	}
.header_checkmember a{
	color:#fff;
	text-decoration:underline;
	}
.header_checkmember a:hover{
	color:#E00000;
	}

/*大幅广告条*/
.header_banner{
	float:left;
	padding:1px 0px;
	width:960px;
	height:220px;
	}

/*通用_页面底部--------------------------*/
#footer a{
	color:#999999;
	}
#footer_ICP {
	float:left;
	padding-top:8px;
	width:234px;
	height:72px;
	text-align:center;
	line-height:150%;
	}
#footer_copyright {
	float:left;
	padding:20px 20px 0px 40px;
	width:690px;
	height:60px;
	text-align:left;
	line-height:150%;
	}
	
/*通用_页面主体--------------------------*/
/*首页内页相同*/
#bodyer{
	}

/*首页内页不同之首页*/
#bodyer_index{
	overflow:hidden;
	margin:15px auto;
	width:960px;
	background-repeat: repeat-y;
	background-position: 233px 334px;
	background-image: url(../Images/bg_bodyer_index.gif);
	}

/*首页内页不同之内页*/
#bodyer_page{
	overflow:hidden;
	margin:15px auto;
	width:960px;
	background-image: url(../Images/bg_bodyer_page.gif);
	background-repeat: repeat-y;
	background-position: 233px 0px;
	}

/*第一边栏*/
#mainSidebar{
	float:left;
	width:218px;
	padding-right: 8px;
	padding-bottom: 3px;
	margin:10px 0;
	}

/*第二边栏*/
#subSidebar{
	float:left;
	width:216px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	}
	
/*边栏以外的主体区域，即核心内容区，首页内页相同*/
#indexpageBody{
	}
/*核心内容区，首页内页不同之首页*/
#indexBody{
	float:left;
	width:520px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	}
/*核心内容区，首页内页不同之内页*/
#pageBody{
	float:left;
	width:720px;
	margin:10px 0;
	}

/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:10px;
	}
	
/*栏目块的名称*/
.subject_name{
	margin-bottom:6px;
	}
	
/*会员登录框*/
.memberLogin{
	padding:60px 12px 2px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../Images/user_login.gif) center 2px no-repeat; 
	line-height:26px;
	}
.memberLogin img{
	vertical-align: middle;
	}
.memberLogin input.textbox{
	padding:1px;
	width:138px;
	height:14px;
	border:1px solid #CCCCCC;
	}
.memberLogin div{
	margin:10px 0px 6px;
	text-align:center;
	}
.memberLogin div a{
	text-decoration:underline;
	}

/*公告*/
.announce{
	background:url(../Images/line_02.gif); 
	}
.announce img{
	vertical-align: middle;
	}
	
/*服务*/
.service{
	}
	
/*友情链接*/
.links img{
	margin-bottom:8px;
	}
/*最新动态*/
.news{
	}
	
/*最新动态之图片新闻*/
.picNews {
	overflow:hidden;
	margin:8px 0px 12px;
	height:150px;
	line-height:21px;
	}
.picNews img{
	float:left;
	margin-right:15px;
	width:200px;
	height:150px;
	}
.picNews .time {
	font-size:11px;
	font-weight:bold;
	}
.picNews .name {
	display:block;
	padding-bottom:6px;
	}
.picNews .name a{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
	
/*最新动态之文本新闻*/
.textNews {
	overflow:hidden;
	border-top:1px solid #E1E1E1;
	background:url(../Images/line_03.gif); 
	color:#999999;
	font-size:11px;
	}
.textNews a{
	font-size:12px;
	}
	
/*一级类别整区块*/
.catalog {
	}
/*单个一级类别*/
.sort{
	float:left;
	width:160px;
	}
.sort .name{
	margin-top:8px;	
	padding-left:18px;	
	width:140px;
	height:23px;
	background:#EFEFEF url(../Images/arrow_03.gif) 3px 4px no-repeat; 
	border:1px solid #D7D7D7;
	line-height:23px
	}
.sort .name a{
	font-weight:bold;
	color:#333333;
	}
.sort .picture img{
	margin:8px 0px;	
	width:160px;
	height:90px;
	}
.sort .summary{
	overflow:hidden;
	width:160px;
	height:36px;
	line-height:18px;
	}
	
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend4{
	}
#commend8{
	display:none;
	}
	
.map{
	border:1px solid #E1E1E1;
	}
	
/*推荐新品每个图片的样式*/
.commendProPic{
	margin-bottom:9px;
	padding:4px;
	width:150px;
	height:150px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
	
/*搜索*/
.search input.textbox{
	width:94px;
	height:15px;
	padding:1px;
	border:1px solid #7F9DB9;
	background:#fff;
	}
.search select{
	width:76px;
	height:19px;
	background:#eee;
	border:1px solid #7F9DB9;
	font-size:12px;
	}

/*子页面菜单*/
.pageMenu{
	padding:38px 12px 6px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../images/bg_pageMenu.jpg) center 2px no-repeat; 
	line-height:22px;
	}
.pageMenu img{
	vertical-align: middle;
	}

/*内页当前位置*/
.pageLocation{
	height:30px;
	line-height:30px;
	margin:10px 0;
	background:url(../Images/subject_location.gif) no-repeat; 
	text-align:left;
	font-family:"宋体";
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
margin:10px 0;
width:auto;
height:100%;
padding:10px;

	}
/*内页列表*/
.pageContent_list {
	line-height:30px;
	font-size:12px;
	text-decoration:none;
	border-bottom:#ddd 1px dotted;
	}
.right{ 
    color:#999;
	float:right;
	margin-top:-31px;
	}
/*内页共用的图片、时间、文件大小、回复样式*/
.pageContent_list img{
	vertical-align: middle;
	}
.pageContent_list .time{
	color:#BBBBBB;
	font-size:11px;
	}
.pageContent_list .filesize{
	color:#333333;
	}
.pageContent_list .reply{
	color:#FF6600;
	}
	
/*内页产品列表*/
.pageContent_list .item{
	float:left;
	margin-bottom:20px;
	}
.pageContent_list .buy{
	margin-bottom:12px;
	}
.pageContent_list .itemPic{
	margin-bottom:6px;
	padding:4px;
	width:150px;
	height:115px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
.pageContent_list .itemName{
	padding:4px;
	width:150px;
	border:1px solid #E1E1E1;
	background:#EFEFEF;
	line-height:16px;
	}

/*内页纸单列表*/
.pageContent_list .bill {
	overflow:hidden;
	clear:both;
	background:url(../Images/bg_09.gif) 0px 28px repeat-x;
	}
.pageContent_list .bill .name{
	float:left;
	padding:4px 0px 4px 24px;
	font-size:14px;
	background:url(../images/arrow_bill.gif) 0px 8px no-repeat;
	}
.pageContent_list .bill .label { 
	float:right;
	margin-top:6px;
	padding:0px 6px;
	background:#EFEFEF;
	border:1px solid #ddd;
	}
.pageContent_list .bill .content {
	clear:both;
	padding:6px;
 	background:#efefef;
	line-height:160%;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	}

/*内页留言列表*/
.pageContent_list .message{
	overflow:hidden;
	clear:both;
	background:url(../Images/bg_09.gif) 0px 36px repeat-x;
	}
.pageContent_list .message .name{
	line-height:140%;
	}
.pageContent_list .message .name img{
	float:left;
	margin:0px 6px 0px 0px;
	}	
.pageContent_list .message .content{ 
	padding:12px 0 16px 0;
	width:100%;
	line-height:180%;
	}

/*内页内容查看*/	
.pageContent_view {
	line-height:180%;
	}
	
/*内页查看产品*/
.pageContent_view .itemPic{
	float:left;
	padding-right:20px;
	width:220px;
	height:216px;
	}
.pageContent_view .itemName { float:left;
	width:469px;
	height:220px;
	}
.pageContent_view .itemName img{
	margin:6px 4px 0 0;
	vertical-align:middle;
	}
.pageContent_view .itemParticular {
	clear:both;
	padding-top:16px;
	background: url(../Images/particular.gif) 0px top no-repeat;
	}

/*内页内容结束(southidc.net)*/
.pageContent_end {
	clear:both;
	margin-top:30px;
	text-align:right;
	}

	
/*h1-h6设置信息(southidc.net)*/ 
h2 {
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(../Images/bg_09.gif) bottom repeat-x;
	}
h3 {
	margin-bottom:20px;
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(../Images/bg_09.gif) bottom repeat-x;
	text-align:center;
	}
h5 {
	padding:0px;
	font-weight: normal;
	font-size:12px;
	margin:-16px 0px 20px;
	}

