.wrapfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.wrapfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .wrapfix {height: 1%;}
.wrapfix {zoom:1;}
.wrapfix {display: block;}
/* End hide from IE-mac */


/* --------------------------
         common 
-------------------------- */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:#fafafa;
	color:#000;
	text-align:center;
}
ul,li,p,form,input,select,option,dl,dt,dd
{
	margin:0;
	padding:0;
}
/*input
{
	height:20px;
}*/
li
{
	list-style-type: none;
}
img
{
	border:0;
}
a
{
	color:#000;
	text-decoration:none;
}
a:hover 
{
	text-decoration:underline;
}
u{text-decoration:none;}
h1,h2,h3,h4,h5,h6 
{
	margin:0;padding:0;
}
h3
{
	font-size:14px;
}
h4,h5
{
	font-size:12px;
}
.clean
{
	clear:both;
}
.red
{
	color:#d50000;
}
.blue
{
	color:#3366FF;
}
.black
{
	color:#000;
}
.deepBlue
{
	color:#06c;
}
.green
{
	color:#008000;
}
.orange
{
	color:#FE6700;
}
.gray
{
	color:#666;
}
.floatL
{
	float:left;
}
.floatR
{
	float:right;
}
.font11
{
	font-size:11px;
}
span.floatR
{
	font-size:11px;
}
#mainBox
{
	width:950px;
	margin:0 auto;
	padding:0 8px;
	background:#fff;
	
}

/* --------------------------
         webGroup 
-------------------------- */
#webGroup 
{
	height:22px;
	border-bottom:1px solid #d3d3d3;
	line-height: 22px;
}
#webGroup li
{
	line-height:22px;
	text-align:right;	
}
#webGroup ul li a 
{
	padding:0 5px;
	color:#333;
}

/* --------------------------
         Menu
-------------------------- */
#menuBox 
{
	background: url(../images/bg.png) no-repeat -230px 5px;
}
#subMenu 
{
	height:22px;
	margin:0;
	padding: 10px 0 6px 0;
}
#subMenu ul li 
{
	float:right;
}
#subMenu a 
{
	margin:0 0 0 5px;
}
#subMenu img 
{
	vertical-align:bottom;
	*vertical-align:top;	
}
#subMenu .m1
{
	margin:0 5px 0 0;
	color:#666;
}
#subMenu .m1 a
{
	color:#666;
}
#subMenu .m2 a
{
	float:left;
}

/* --------------------------
         nav
-------------------------- */
#nav 
{
	height:25px;
	line-height:25px;
	text-align:right;
}

#nav ul li
{
	float:right;
	height:25px;
	line-height:25px;	
}
#nav a 
{
	font-size: 14px;
	height:20px;
	line-height:20px;
	padding:5px 0 0 0;
	color:#666;	
}
#nav a:hover 
{
	text-decoration:none;
	display:block;
	color: #000099;
}
.menuBg1
{
	background:url(../images/navbg.png) no-repeat -3px -1px;	
	width:52px;
}
.menuBg1 a
{
	width:52px;
	display:block;
	text-align:center;
}
.menuBg2
{
	background:url(../images/navbg.png) no-repeat -65px -1px;	
	width:80px;
}
.menuBg2 a
{
	width:80px;
	display:block;
	text-align:center;
}
.currentLoca
{

	color:#D45417!important;
	font-weight: bold;
}
.menuBg1 .currentLoca
{

	background:url(../images/navbg.png) no-repeat -3px -31px;
}
.menuBg2 .currentLoca
{
	background:url(../images/navbg.png) no-repeat -65px -31px;	
}
#subNav 
{
	line-height:30px;
	height:30px;
	background: #FEEFC7;
	padding:6px 0 0 0;
}
#subNav ul
{
	width:750px;
	margin:0 auto;
	border:1px solid #fc6;
	background:#FDFCF1;
	height: 20px;
	line-height: 20px;
}
#subNav ul li,
#subNav ul li a
{
	color:#FF0000;
}
#subNav .s4 
{
	line-height:30px;
}
#subNav .s4 a 
{
	color:#E8641B;
}
/* --------------------------
     searchbar
-------------------------- */
#searchbar 
{
	height:30px;
	line-height: 30px;
	background: url("../images/bg1.png") repeat-x 0 0;
	color: #fff;
	padding:0 0 0 6px;

}
#searchbar form
{
	padding:0;
}
.searchMenu
{
	padding:2px 6px 0 10px;
	float:left;
}
.searchMenu select
{
	height:20px;
	vertical-align:top;

}

.searchMenu .textField
{
	position:relative;
	top:-1px;
	left:4px;	
	height:16px;
	line-height:16px;
	border:1px solid #fff;
	margin:0 6px 0 0;
}
* html .searchMenu .textField
{
	top:2px;
}
*+html .searchMenu .textField
{
	top:-1px;
}
.searchMenu .submitButton
{
	position:relative;
	left:6px;
}
* html .searchMenu .submitButton
{
	top:4px;
}
*+html .searchMenu .submitButton
{
	top:1px;
}
	
.keyWords
{
	margin:0 0 0 10px;
}
.keyWords a
{
	padding:0 2px;
	color: #fff;
	font-weight:bold;
	color:#D45417;	
	line-height:24px;
}
.keyWords p
{
display:inline;
font-weight:bold;
}

/* --------------------------
        searchBar
-------------------------- */
#searchBar 
{
	height:20px;
	line-height:20px;
	background:url(../images/navbg.png) repeat-x 0 -90px;
	text-align:right;
	padding:5px;
}
#searchBar ul li
{
	padding:0;
	margin: 0;
}
#searchBar ul li span
{
	margin:0 2px;
}

#searchBar .textbox1 
{
	width:70px;
	border:1px solid #A9BFD2;
	height: 14px;
	line-height: 14px;
	display:inline;
}
#searchBar .textbox2 
{
	border:1px solid #ccc;
	line-height: 14px;
	height: 14px;
	padding: 2px 0;
	vertical-align:top;
}

.userZone
{
	font-size:14px;
	color:#D45417;	
}
.userZone span
{
	color:#333;
}
.userZone img
{
	vertical-align:top;
}
.userZone .textbox2 
{
	border:1px solid #ccc;
	line-height: 14px;
	height: 14px;
	padding: 2px 0;
	width:65px;
}
.userZone .textbox3
{
	vertical-align:bottom!important;
	*vertical-align:top!important;
} 
.userZone .textbox4
{
	width:40px;
}
.userZone span a
{
	color:#ff0000;
}
.userZone span a,
.userZone a.blue
{
	text-decoration:underline;
}
.userZone span a:hover,
.userZone a.blue:hover
{
	text-decoration:none;
}
.userZone a
{
	color:#D45417;
}
/* --------------------------
     topBanner
-------------------------- */
#topBanner
{
	width:950px
	;height:97px;
	margin:6px 0 0 0;
}
#topBanner .ImageDisplayBox 
{
	width:950px;
	height:97px;
	border:0;
	padding:0;
}

#topBanner .ImageDisplayBox a
{
	min-width:950px;
	min-height:97px;
}

#topBanner .ImageDisplayBox img 
{
	max-width:950px;
	max-height:97px;
	width:950px;
	height:97px;
	border:0;
}
/* --------------------------
     itsAd0
-------------------------- */
#itsAd0
{
	width:950px;
	height:97px;
	display:block;
}
#itsAd0 img 
{
	width:950px;
	height:97px;
}
/* --------------------------
     part1 banner
-------------------------- */
#part1
{
	margin:6px 0 0 0;
}
#banner
{
	width:260px;
	height:250px;
	background:#FDFCF1;
	border:1px solid #fc6;
	float:left;
	padding:5px;
	margin:0 6px 0 0;
}
#banner .ImageDisplayBox,
#banner .ImageDisplayPager,
#banner .ImageDisplayText
{
	width:260px;
	height:220px;
	border:0;
	padding:0;
}

#banner .ImageDisplayBox a
{
	min-width:260px;
	min-height:220px;
}

#banner .ImageDisplayBox img 
{
	max-width:260px;
	max-height:220px;
	width:260px;
	height:220px;
	border:0;
}

#banner .ImageDisplayPager,
#banner .ImageDisplayText 
{
	height:auto;
}
/* --------------------------
     part1 topLine1
-------------------------- */
#news 
{
	float:left;
	width:430px;
	height:265px;
	overflow:hidden;
}
#news #topLine1
{
	background:#fefef6;
	border-bottom:1px solid #fc6;
	padding:0 0 8px 0;
}
#news #topLine1 a 
{
	margin:0 5px;
}
#news #topLine1 h3 
{
	font-size:18px;
	padding:10px 0;
	text-align:center;
}
#news #topLine1 h3 a 
{
	color:#D45417;
}
#news #topLine1 p
{	
	color:#666;
	line-height:16px;
}
#news #topLine1 p.topLineSum
{
	text-align:left;
	padding:0 10px;
}
/* --------------------------
     part1 topLine2
-------------------------- */
#news #topLine2 
{
	padding:0 10px;
	text-align:left;
}
#news #topLine2 h4 
{

	font-size:14px;
	padding:0 0 0 8px;
	background:url("../images/bg.png") no-repeat 0 -396px;
	height:24px;
	line-height:24px;
}
#news #topLine2 h4  a 
{
	color:#005447;
}
#news #topLine2 p
{	
	color:#666;
	line-height:18px;
	padding:2px 0;

}
#news #topLine2 p a 
{
	color:#666;
	line-height:16px;
	margin:0 0 4px 0;
}
#news #topLine2 ul 
{
	padding:6px 0 0;
	border-top:1px dashed #cdcdcd;

}

#news #topLine2 ul li 
{
	float:left;
	width: 190px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 0 8px;
	background:url(../images/bg.png) no-repeat 0px -168px;
	overflow: hidden;
	display:inline;
}
#news #topLine2 ul li a{color:#333;}
* html #news #topLine2 ul li 
{

}

/* --------------------------
   Rolling Transaction
-------------------------- */
.rollBulletin
{
	margin:4px 0 0 0 !important;
	margin:2px 0 0 0;
	visibility:hidden;
	display:none;
}
.rollTranBox
{
	width:422px;
	border:1px solid #fc6;
	border-collapse:collapse;
	margin:0 auto;
	cursor:pointer;
}
.rollTranBox .title td
{
	border-bottom:1px solid #fc6;
	font-weight:bold;
	background:#FEEFC7;	
	color: #D45417;
	text-align:left;
	padding:2px 0 2px 6px;
}

.rollTranBox .header td
{
	border-bottom:1px solid #fc6;
	width:16%;
}

.rollTranBox .body
{
	height:48px;
	overflow:hidden;
}

.rollTranBox .body table
{
	border:0;
	border-collapse:collapse;
	width:100%;
}

.rollTranBox .body td
{
	width:16%;
}
/* --------------------------
         part1 bulletin
-------------------------- */
#bulletin 
{
	width:230px;
	float:right;
	border:1px solid #fc6;
	background:#FEFEF6;
	height: 260px;
	overflow:hidden;
}
#bulletin h4 
{
	height: 22px;
    margin:0 0 2px 0;
    clear: both;
    background:url(../images/bg.png) no-repeat -15px -95px;
    border-top:1px solid #FFDD99;
}
#bulletin h4 .titleBlock1 
{
	width:73px;
	float:left;
	line-height: 22px;
	color: #D45417;
}
#bulletin h4 .titleBlock2 
{
	width:154px;
	height: 22px;
	float:right;
}
#bulletin h4 .titleBlock2 a 
{
	margin:0 5px 0 0;
	line-height: 22px;
	display: block;
	text-align:right;
	color:#666;
	font-weight:normal;

}
#bulletin .bulletinList
{
	height:50px;
	overflow:hidden;
	text-align:left;
	width: 223px;
}
#bulletin .bulletinList li
{
	line-height:17px;

	padding: 0 0 0 8px;
	background:url(../images/bg.png) no-repeat 2px -171px;
}
#bulletin .bulletinList li a
{
	display:inline;
}
#bulletin .vipList
{
	text-align:left;
	padding: 0 2px 0 5px;
	width: 223px;
	_width:237px;
}
#bulletin .vipList li 
{
	line-height:18px;
	display:inline;
	float:left;
	font-weight:bold;
}
#bulletin .vipList li a 
{
	text-decoration:underline;
	display:block;
	float:left;
	text-align:left;
	margin:0 0 0 8px;
	padding:0 0 2px 0;
	width:60px;
	_width:56px;
}
#bulletin .vipList li a:hover 
{
	color:#000;
	text-decoration:none;
}
/* --------------------------
         part1 AD
-------------------------- */
#itsAd1 
{
	height:92px;
	margin:6px 0 0 0;
	padding:0;
}
#itsAd1 li 
{
	height:92px;
	float:left;
	padding:0;
	margin:0 12px 0 0;
}
.adLeft
{
	width:270px;
	height:90px;
}
.adLeft .ImageDisplayBox 
{
	width:270px;
	height:90px;
	border:0;
	padding:0;
}

.adLeft .ImageDisplayBox a
{
	min-width:270px;
	min-height:90px;
}

.adLeft .ImageDisplayBox img 
{
	max-width:270px;
	max-height:90px;
	width:270px;
	height:90px;
	border:0;
}
.adCenter
{
	width:425px;
	height:90px;
}
.adCenter .ImageDisplayBox 
{
	width:425px;
	height:90px;
	border:0;
	padding:0;
}

.adCenter .ImageDisplayBox a
{
	min-width:425px;
	min-height:90px;
}

.adCenter .ImageDisplayBox img 
{
	max-width:425px;
	max-height:90px;
	width:425px;
	height:90px;
	border:0;
}
.adRight
{
	width:229px;
	height:90px;
}
.adRight .ImageDisplayBox 
{
	width:229px;
	height:90px;
	border:0;
	padding:0;
}

.adRight .ImageDisplayBox a
{
	min-width:229px;
	min-height:90px;
}

.adRight .ImageDisplayBox img 
{
	max-width:229px;
	max-height:90px;
	width:229px;
	height:90px;
	border:0;
}
#itsAd1 .adRight 
{
	margin:0;
}


/* --------------------------
   part2 & part3 leftBbar
-------------------------- */
#part2
{
	margin:6px 0 0 0;
}
.leftBar 
{
	width:272px;
	float:left;
	margin: 0 10px 0 0;
}
.leftBar .leftCol
{
	width:270px;
	height:152px;
	border:1px solid #fc6;
	background:#FEFEF6;
	margin:0 0 5px 0;
}
/*.leftBar .leftCol li 
{
	text-align:left;
	height:18px;
	padding:1px 0;
}*/
.leftBar .leftCol h4
{
	height: 22px;
	line-height:22px;
	clear: both;
	background:url(../images/bg.png) no-repeat -15px -95px;
}
.leftBar .leftCol h4 .leftTitle1
{
	width:70px;
	height: 22px;
	float:left;
	line-height: 22px;
	color: #D45417;
	padding: 0 0 0 5px;
}
.leftBar .leftCol h4 .leftTitle2
{
	width:187px;
	height: 22px;
	float:left;
	line-height: 22px;
	text-align: right;
	padding: 0 5px 0 0;
}
.leftBar .leftCol h4 .leftTitle3 
{
	display:block;
	float:right;
	font-weight:normal;
	color: #666;
}
.leftBar .leftCol h4 .floatR
{
	font-weight:normal;
	padding:0 8px;
	
}

.leftBar .leftCol .leftList
{
	width:260px;
	padding:5px;
	clear: both;
}
.leftBar .leftCol .leftList li 
{
	height:20px;
	line-height:20px;
	*height:19px;
	*line-height:19px;
	clear: both;
	padding: 0 0 0 9px;
	background:url(../images/bg.png) no-repeat 0px -171px;
	overflow: hidden;
}
.leftBar .leftCol .leftList li a 
{
	float:left;
	/*width: 200px;*/
	overflow: hidden;
}
.leftBar .leftCol .leftList li span
{
	color:#666;
	font-size: 11px;
	float:right;
}

/* --------------------------
   part2 & part3 centerBar
-------------------------- */
.centerBar 
{
	float:left;
	width:427px;
	margin:0;
	overflow: hidden;
}
#part2 .centerBar .centerCol
{
	height:155px;
}
#part3 .centerBar .centerCol
{
	height:155px;
	padding:0 0 5px 0;
	overflow:hidden;
}
.centerBar .centerCol h4
{
	background:#FEEFC7;
	line-height:24px;
	height: 24px;
}
.centerBar .centerCol h4 .centerTitle1
{
	float:left;
	margin: 0 0 0 10px;
	color: #960014;
	display: inline;
	line-height: 18px;
	padding: 5px 0 0 0;
}
.centerBar .centerCol h4 .centerTitle2
{
	float:right;
	margin: 0 10px 0 0;
	line-height: 18px;
	padding: 5px 0 0 0;
	font-weight:normal;
}
.centerBar .centerCol h4 .centerTitle2 a
{
	color:#666;
}
.centerBar .centerCol .centerContent
{
	padding: 8px 0 0 0;
}
.centerBar .centerCol .centerContent p
{
	float:left;
	width:105px;
	height:130px;
}
.centerBar .centerCol .centerContent p img
{
	width:90px;
	height:105px;
}
.centerBar .centerCol .centerContent .centerPic
{
	width:125px;
	height:110px;
	float:left;
}
.centerBar .centerCol .centerContent .centerPic img 
{
	width:125px;
	height:110px;
	padding:1px;
	border:1px solid #ccc;
}
.centerBar .centerCol .centerContent .centerList
{
	float:right;
	width:293px;
	text-align: left;
}
.centerBar .centerCol .centerContent .centerList ul li
{
	width:284px;
	height:19px;
	line-height:19px;
	clear:both;
	padding: 0 0 0 9px;
	background:url(../images/bg.png) no-repeat 0px -171px;
	overflow: hidden;
}
.centerBar .centerCol .centerContent .centerList ul li a 
{
	height:19px;
	width:235px !important;
	width:232px;
	float:left;
	overflow: hidden;
	display:block;
	margin:0 6px 0 0;
}
.centerBar .centerCol .centerContent .centerList ul li span
{
	color:#666;
	text-align:right;
	font-size:11px;
}
.centerBar .centerCol .centerContent .centerList p
{
	text-indent:2em;
	line-height:20px;
	color:#666;
}
/* --------------------------
   part2 & part3 rightBar
-------------------------- */
.rightBar 
{
	width:232px;
	float:right;
}
.rightBar .rightCol
{
	padding:0 0 2px 0;
	height:150px;
	border-left:1px solid #FFDD99;
	border-right:1px solid #FFDD99;
	border-bottom:1px solid #FFDD99;
	margin:0 0 5px 0;
	background:#FEFEF6;
}
.rightBar .rightCol li  
{
	text-align:left;
}
.rightBar .rightCol h4  
{
	margin:0 0 3px 0;
	line-height:22px;
	border-bottom:1px solid #FFDD99;
	height: 22px;
	clear: both;
	background:url(../images/bg.png) no-repeat -15px -95px;
	border-top:1px solid #FFDD99;
}
.rightBar .rightCol h4 .rightTitle1  
{
	float:left;
	margin: 0 0 0 10px;
	color: #D45417;
	display: inline;
	line-height: 17px;
	padding: 5px 0 0 0;
}
.rightBar .rightCol h4 .rightTitle2  
{
	float:right;
	margin: 0 10px 0 0;
	line-height: 18px;
	padding: 4px 0 0 0;
	font-weight:normal;
}
.rightBar .rightCol h4 .rightTitle2 a  
{
	color:#666;
}
.rightBar .rightCol .rightList  
{
	width:223px;
	padding:0 2px 0 5px;
	clear: both;
}
.rightBar .rightCol .rightList li  
{
	height:20px;
	line-height:20px;
	*height:19px;
	*line-height:19px;
	clear: both;
	padding: 0 0 0 9px;
	background:url(../images/bg.png) no-repeat 0px -171px;
	overflow: hidden;
}
.rightBar .rightCol .rightList li a 
{
	float:left;
	/*width:170px;*/
	overflow:hidden;
}
.rightBar .rightCol .rightList li span  
{
	color:#666;
	font-size:11px;
	float:right;
}
/* --------------------------
        part2 AD
-------------------------- */
#itsAd2 .ImageDisplayBox 
 
{
	
	width:230px;
	height:150px;
	border:0;
	padding:0;
}

#itsAd2 .ImageDisplayBox a
 
{
	
	min-width:230px;
	min-height:150px;
}
#itsAd2 .ImageDisplayBox img  
{
	
	max-width:230px;
	max-height:150px;
	width:230px;
	height:150px;
	border:0;
}

.itsAd3 
{
	margin:0 0 6px;
	padding:0 0 0 10px;
}
/*.itsAd3 li
{
	float:left;
	width:118px;
	height:42px;
	margin:0 0 5px 0;
	display: block;
	text-align:left;
}*/
.itsAd3 li
{
	width:116px;
	height:46px;
	display:inline-block;
	text-align:left!important;
	float:left;
}
* html .itsAd3 li
{
	height:44px;
}

.itsAd3 img
{
	border:1px solid #d3d3d3;
	width:110px;
	height:40px;
	display:block;
}
.itsAd4 ul li
{
	width:270px;
	height:140px;
	display:block;
	margin:5px 0 0 0;
	overflow:hidden;
}
.itsAd5 ul li
{
	width:232px;
	height:140px;
	display:block;
	overflow:hidden;
	margin:10px 0 0;
}
/* --------------------------
          part4
-------------------------- */
#part4  
{
	margin:6px 0 0 0;height: 150px;
}
#part4 ul  
{
	clear:both;
}
#part4 li  
{
	text-align: left;
	line-height:20px;
	clear: both;
	padding: 0 0 0 12px;
	background:url(../images/bg.png) no-repeat 0px -253px;
	overflow: hidden;
	margin: 0 0 0 6px;
}
#part4 h4  
{
	background-color:#FEEFC7;
	line-height:24px;
	height:24px;
	text-align: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	clear:both;
}
#part4 div  
{
	float:left;
	height:150px;
	overflow:hidden;
}
#part4 #corShow1  
{
	width:272px;
	margin: 0 10px 0 0;
}
#part4 #corShow1 ul li a 
{
	width:272px;
	overflow:hidden;
	height:20px;
	display:block;
}
#part4 #corShow2  
{
	width:210px;
	margin: 0 5px 0 0;
}
#part4 #corShow2 ul li a 
{
	width:210px;
	overflow:hidden;
	height:20px;
	display:block;
}
#part4 #corShow3  
{
	width:210px;
}
#part4 #corShow3 ul li a 
{
	width:210px;
	overflow:hidden;
	height:20px;
	display:block;
}
#part4 #corShow4  
{
	width:230px;
	float:right;
}
#part4 #corShow4 ul li a 
{
	width:230px;
	overflow:hidden;
	height:20px;
	display:block;
}
/* --------------------------
        part5 flv
-------------------------- */
#flvAd  
{
	float:left;
	width:385px !important;
	width:384px;	
	height:390px;
	border: 1px solid #fc6;
	overflow: hidden;
}
#flvAd h4
{
	height:22px;
	line-height:22px;
	text-align:left;
	padding:0 10px;
	color: #D45417;
	background: url(../images/bg.png) no-repeat -140px -55px;
}
#flvAd h4 span
{
	font-size:12px;
	font-weight:normal;
}
#flvAd #flv_player
{
	width:377px;
	height:306px;
	margin:4px 0 0 5px !important;
	margin:4px 0 0 2px;
	background:#eee;
	overflow:hidden;	
}
#flvAd #flvList
{
	padding:0 0 0 5px;
}
#flvAd #flvList li  
{
	width:360px;
	height:18px;
	line-height:18px;
	text-align: left;
	padding: 0 0 0 9px;
	background:url(../images/bg.png) no-repeat 2px -171px;	
	overflow: hidden;
}
#flvAd #flvList a  
{
	color: #666;
}
/* --------------------------
        part5 product 
-------------------------- */
#part5 
{
	height:294px;
	margin:6px 0 0 0;
}
#product 
{
	float:right;
	width:100%;
	border:1px solid #fc6;
	height: 290px;
	text-align:center;
}
#product h4  
{
	line-height:22px;
	height: 22px;
	background: #FEEFC7;
}
#product h4 .rightTitle1  
{
	float:left;
	margin: 0 0 0 10px;
	color: #D45417;
	display: inline;
	line-height: 22px;
	padding: 0;
}
#product h4 .rightTitle2  
{
	float:right;
	margin: 0 10px 0 0;
	line-height: 22px;
	padding:0;
	font-weight:normal;
}
#product h4 .rightTitle2 a  
{
	color:#666;
}
#product #productList 
{
	padding:15px 0 0 13px;
	overflow: hidden;
	float:left;
}
* html #product #productList 
{
	padding:10px 0 0 13px;
}
#product #productList p 
{
	float:left;
	width:156px;
	height: 120px;
}
#product #productList p img  
{
	width:126px;
	height:94px;
	border:1px solid #d3d3d3;
	display:block;
	text-align:left;
}
#product #productList p span a 
{
	display:block;
	padding:2px 0 0 0;
	width:82%;
}
/* --------------------------
          part6
-------------------------- */
#part6  
{
	border:1px solid #fc6;
	margin: 6px 0 0 0;
	padding:0 0 6px 0;
}
#part6 .column1 
{
	float:left;
	width: 300px;
	border-right: 1px solid #d3d3d3;
	margin: 5px;
	display: inline;
	padding:0 5px 0 0;
}
#part6 .column1 h4,#part6 .column2 h4 
{
	width:100px;
	background-color:#FEEFC7;
	line-height: 24px;
	font-size: 12px;
	float: left;
	color: #D45417;
	text-align:center;
}
#part6 .column1 ul,#part6 .column2 ul 
{
	padding: 5px 0;
	clear:both;
}
#part6 .column1 li,#part6 .column2 li 
{
	text-align:left;
	line-height: 18px;
	padding: 0 0 0 9px;
	background:url(../images/bg.png) no-repeat 0px -173px;
	overflow: hidden;
}
#part6 .column1 li a,#part6 .column2 li a  
{
	float:left;
	width:225px;
	height:22px;
	line-height:22px;
	overflow:hidden;
}
#part6 .column1 li span,#part6 .column2 li span  
{
	float:right;
	color:#666;
}
#part6 .column2  
{
	float:right;
	width: 300px;
	border:none;
	margin: 5px;
	display: inline;
}
#part6 .column1 ul span,
#part6 .column2 ul span
{
	font-size:11px;
}
#part6 .readMore 
{
	height:24px;
	line-height:24px;
	float:right;
	clear:right;
	text-decoration:underline;
	color:#666;
}
#part6 .readMore:hover 
{
	text-decoration:none;
}
/* --------------------------
        part7 buddy
-------------------------- */
#part7  
{
	height:140px;
	margin: 6px 0 0 0;
}
#part7 #buddy  
{
	float:left;
	width:220px;
	height:140px;
}
#part7 #buddy h4,#friendlink h4 
{
	background-color:#FEEFC7;
	line-height: 24px;
	text-align: left;
	padding: 0 0 0 10px;
	font-size: 12px;
}
#part7 #buddy li  
{
	margin:10px 0;
}

#part7 #buddy li a
{
	margin:0 3px;
}
#part7 #buddy img 
{
	width:98px;
	height:40px;
}
/* --------------------------
        part7 friendlink
-------------------------- */
#part7 #friendlink  
{
	float:right;
	width:720px;
	height:140px;
}
#part7 #friendlink ul  
{
	padding:5px 0 0 0;
}
#part7 #friendlink li 
{
	margin:0;
	color:#9C410F;
	text-align: left;
	height:20px;
	line-height: 20px;
}
#part7 #friendlink ul li a 
{
	color: #9C410F;
	height:20px;
	line-height: 20px;
}
/* --------------------------
         footer
-------------------------- */
#footer  
{
	height:160px;
	margin:6px 0 0 0;
	border-top:5px solid #F7941D;
	padding: 10px 0 0 0;
	color:#666;
	text-align:center;
}
#footer a 
{
	color:#666;
}
#footer li  
{
	line-height:20px;
}
#sytDownload a
{
	position:relative;
	left:70px;
	top:-90px;
	height:26px;
	overflow:hidden;
}
*+html #sytDownload
{

}

* html #sytDownload
{

}

/* --------------------------
     market/list.html
-------------------------- */
#container #sidebarInfo .columnTypeC #leftAd2{margin:10px 0 0 0;}
#container #sidebarDatas .productList{width:680px;margin:0 auto;text-align:left;}
#container #sidebarDatas .productList dl dt{font-weight:bold;height:25px;line-height:25px;background:url(../images/bg.png) no-repeat 0px -169px;padding:0 0 0 10px;}
#container #sidebarDatas .productList dl dd a{color:#666;margin:0 10px 0 0;height:22px;line-height:22px;}
.productList a.current { color:Red; font-weight:bold; }
#container #sidebarDatas #xTitle{padding:5px; font-size:14px; font-weight:bold; color:#D45417; background-color:#FDFCF1; border:1px solid #fc6;}
#container #sidebarDatas #proList{margin:0 0 6px 0;border:1px solid #fc6;}
#container #sidebarDatas #proList .head{background:#FDFCF1;height:30px;line-height:30px; font-weight:bold; color:#D45417;margin:1px;}
#container #sidebarDatas #proList li{float:left;text-align:left;}
#container #sidebarDatas #proList .proInfo{width:680px;margin:0 auto;height:30px;line-height:30px;border-bottom:1px dotted #d3d3d3;}
#container #sidebarDatas #proList .proInfo li{height:30px;line-height:30px;overflow:hidden;}
#container #sidebarDatas #proList .head .col1{width:110px; padding:0 0 0 10px;}
#container #sidebarDatas #proList .proInfo .col1{width:110px;}
#container #sidebarDatas #proList .proInfo .col1 a{width:110px;height:30px;line-height:30px;display:block;overflow:hidden;}
#container #sidebarDatas #proList .col2{width:120px;overflow:hidden;}
#container #sidebarDatas #proList .col3{width:120px;overflow:hidden;}
#container #sidebarDatas #proList .col4{width:60px;text-align:center;}
#container #sidebarDatas #proList .col5{width:60px;text-align:center;}
#container #sidebarDatas #proList .col6{width:30px;text-align:center;}
#container #sidebarDatas #proList .col7{width:55px;text-align:center;}
#container #sidebarDatas #proList .col8{width:75px;}
#container #sidebarDatas #proList .col9{width:50px;text-align:right;}
#container #sidebarDatas #proList .col9 a{text-decoration:underline;}
#container #sidebarDatas #proList .col9 a:hover{text-decoration:none;}
#container #sidebarDatas #proList .priceUp{background:url(../images/bg2.png) no-repeat -105px 6px;width:30px;height:25px;display:block;}
#container #sidebarDatas #proList .priceDown{background:url(../images/bg2.png) no-repeat -135px 6px;width:30px;height:25px;display:block;}
#container #sidebarDatas #proList .priceNone{background:url(../images/bg2.png) no-repeat -158px 6px;width:30px;height:25px;display:block;}







/* 2009-05-19 */
#part2 .leftBar .ImageDisplayBox 
{
	width:270px;
	height:220px;
	border:0;
	padding:0;
	margin:0 0 5px 0;
}

#part2 .leftBar .ImageDisplayBox a
{
	min-width:270px;
	min-height:220px;
}

#part2 .leftBar .ImageDisplayBox img 
{
	max-width:270px;
	max-height:220px;
	width:270px;
	height:220px;
	border:0;
}

#part2 .rightBar .rightAd .ImageDisplayBox 
{
	width:230px;
	height:220px;
	border:0;
	padding:0;
	margin:0 0 5px 0;
}

#part2 .rightBar .rightAd .ImageDisplayBox a
{
	min-width:230px;
	min-height:220px;
}

#part2 .rightBar .rightAd .ImageDisplayBox img 
{
	max-width:230px;
	max-height:220px;
	width:230px;
	height:220px;
	border:0;
}


#part2 #proList
{
	margin:0 0 6px 0;
	border:1px solid #fc6;
	width:425px;
	height:218px;
	float:left;
}
#part2 #proList li
{
	float:left;
	text-align:left;
	height:26px;
	line-height:26px;
	overflow:hidden;
}
#part2 #proList .head
{
	background:#FDFCF1;
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#D45417;
	margin:1px;
	overflow:hidden;
}
#part2 #proList .head .col1{width:85px; padding:0 0 0 10px;}
#part2 #proList .proInfo
{
	width:98%;
	height:26px;
	margin:0 auto;
	overflow:hidden;
}
#part2 #proList .proInfo .col1{width:90px;overflow:hidden;}
#part2 #proList .proInfo .col1 a
{
	/*width:130px;*/
	display:block;
	overflow:hidden;
	color:#D45417;
	text-decoration:underline;
}
#part2 #proList .col2{width:40px;overflow:hidden;text-align:center;}
#part2 #proList .col3{width:40px;overflow:hidden;text-align:center;}
#part2 #proList .col4{width:110px;text-align:center;}
#part2 #proList .col5{width:55px;text-align:center;}
#part2 #proList .col6{width:30px;text-align:center;}
#part2 #proList .col7{width:55px;text-align:center; display:none;}
#part2 #proList .col8{width:56px;overflow:hidden;}
#part2 #proList .col9{width:50px;text-align:right;}
#part2 #proList .col9 a
{
	text-decoration:underline;
	color:#666;	
}
#part2 #proList .col9 a:hover{text-decoration:none;}
#part2 #proList .priceUp
{
	background:url(../images/bg2.png) no-repeat -110px 6px;
	width:30px;
	height:25px;
	display:block;
}
#part2 #proList .priceDown
{
	background:url(../images/bg2.png) no-repeat -149px 6px;
	width:30px;
	height:25px;
	display:block;
}
#part2 #proList .priceNone
{
	background:url(../images/bg2.png) no-repeat -194px 6px;
	width:30px;
	height:25px;
	display:block;
}

#part2 .proInfo .col8
{
	font-size:11px;
}

.leftCol .leftBizList
{
	width:252px;
	padding:5px;
	height:21px;
	line-height:21px;
	clear: both;
	padding: 0 0 0 12px;
	background:url(../images/bg.png) no-repeat 5px -171px;
	overflow: hidden;
}
.leftCol .leftBizList dt a 
{
	width:155px;
	height:19px;		
	float:left;
	width:126px;
	text-align:left;
}
.leftCol .leftBizList li span.gray
{
	font-size: 11px;
}
.pub
{
	float:left;
	padding:0 0 0 12px;
	font-weight:normal;
}	
.hideMe{ display:none;}



#bulletin h4 .floatR
{
	padding:0 25px 0;
	line-height:22px;
}





/* --------------------------
     2009-07-02
-------------------------- */
#subSearch span.blue
{
	display:none;
}



.pagination{width:96%;margin:0 auto;height:30px;line-height:30px;text-align:center;}
.pagination a{padding:5px 8px;color:#333;border:1px solid #ccc;margin:0 2px;}
.pagination a:hover{color:#d50000;}
.pagesCur{background:#a0a0a0;color:#fff;padding:5px 8px;border:1px solid #ccc;}


.infoTips
{
	color:#d50000;
	border:1px solid #d50000;
	padding:5px;
}

.KeywordLink
{
    color:#D45417;
}

.AreaList
{
	border:1px solid #FFCC66;
	margin:0 0 8px;
}
.AreaList dt
{
	background: #FFE7B5;
	color: #D45417;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	font-weight:bold;
	text-align:left;
}
.AreaList dd
{
	padding:3px 4px;
	background:#fdfdf6;
	text-align:left;
}
.AreaList dd a
{
    height:22px;
    line-height:22px;
    padding:4px 3px;
}

.AreaList .current
{
	color:#D72917!important;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
}

.centerContent3{overflow: hidden; visibility: visible; position: relative; z-index: 2; left: 0px; width: 410px; padding:5px;}
.centerContent3 ul{margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; }
.centerContent3 ul li{overflow: hidden; float: left; width: 100px; height: 118px; padding:0 2px;}
.centerContent3 p
{
	float:left;
	width:90px;
	/*margin: 0 7px;*/
	text-align: center;
}
.centerContent3 p img
{
	width:90px;
	height:100px;
	background: #fafafa;
}

.bizAdshow
{
	background:none repeat scroll 0 0 #FDFCF1;
	border:1px solid #FFCC66;
	height:92px;
	margin:6px 0;
	overflow:hidden;
	padding:1px;
}
.bizAdshow .ImageDisplayBox 
{
	width:345px;
	height:90px;
	border:0;
	padding:0;
}

.bizAdshow .ImageDisplayBox a
{
	min-width:345px;
	min-height:90px;
}

.bizAdshow .ImageDisplayBox img 
{
	max-width:345px;
	max-height:90px;
	width:345px;
	height:90px;
	border:0;
}

#menuPic{display:none;}

.rollDetail
{
	height:24px;
	line-height:24px;
	width:100%;
	overflow:hidden;
	margin:5px 0 0;
}
.rollDetail a{ margin:0 5px;}


/* by sAm lEyy*/
