/* basic */
.default {
	color: #339999;
	font-family: "宋体", arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.defaultbold {
	color: #000000;
	font-family: "宋体", arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* layout */
#nav {
	width: 956px;
	height: 26px;
	float: left;
	background-image:url('../pic/navbg.gif');
	background-repeat:repeat-x;
	border-bottom:1px solid #333;
	border-top:1px solid #333
	}

#productcontent {
    width:956px;
	float:left;
	text-align:left;
	background-color:#fff;
	}

#productad1 {
    width:100%;
	text-align:center;
	margin:5px 0;
	}

#productleft {
    float:left;
	width:188px;
	text-align:left;
	margin:5px 0 5px 2px;
	
	}

#productright {
    float:right;
	width:754px;
	text-align:left;
	margin:5px 2px 0 4px;
	}

#productlefta, #productleftb, #productleftc {
	width: 184px;
	float: left;
	border: solid 1px #778A99;
	margin-bottom:4px;
	}
	
.productimg {
   width:95%;
   height:95%;
   margin:0 auto;
   }


.pagetitle {
	color: #000000;
	font-family: verdana, 宋体;
	font-size: 16px;
	font-weight: bold;
}

/* table class */

td.descriptionbar {
border-top: 2px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-color: #F5F7FA;
font-family: "宋体", arial;
font-size: 13px;
color: #333333;
font-weight: bold;
padding: 4px;
padding-left: 10px;
}

td.descriptioncontent {
border-top: 2px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-color: #F5F7FA;
font-family: "宋体", arial;
font-size: 12px;
color: #999;
font-weight: bold;
padding: 4px;
padding-left: 10px;
}

td.speccelllrgformat
{
font-family: "宋体", arial;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: normal;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
vertical-align: top;
}

td.indexbarsideleft 
{
padding: 2px;
padding-right: 12px;
background-color: #FBFBFB;
text-align: right;
vertical-align: middle;
font-family: "宋体", arial;
font-size: 12px;
color: #333333;
font-weight: bold;
}

td.speccellfirstrow
{
font-family: "宋体", arial;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: normal;
padding: 6px;
border-left: 1px solid #cccccc;
text-align: left;
vertical-align: top;
}

td.img
{
font-family: "宋体", arial;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: normal;
padding: 6px;
border-left: 1px solid #cccccc;
text-align: center;
vertical-align: top;
}

td.speccell
{
font-family: "宋体", arial;
font-size: 12px;

text-decoration: none;
font-weight: normal;
padding: 6px;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
text-align: left;
vertical-align: top;
}

/* common */

a.comindex:link, a.comindex:active, a.comindex:visited {
	color: #003366;
	font-weight: normal; 
	font-family: "宋体", arial;
	font-size: 12px;
	text-decoration: underline;
}

.reply {
	color: #000000;
	font-family: arial, verdana, times new roman;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* text */
.navtext {
	font-family: "宋体", arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin:2px 0 2px 15px;
	text-align:left;
	width: 700px;
	float: left;
	}

a.navfont, a.navfont:link, a.navfont:active, a.navfont:vistied, a.navfont:hover {
    font-family: "宋体", arial;
    font-size: 14px;
    color: #000000;
    }

.clear {clear:both; width:auto; display:block; font:0/0 Sans-serif; height:0px;}
