@charset "utf-8";
@import "/USITE/Css/ui/red1-frame/jquery-ui-1.7.1.custom.css";
/*基本框架样式 Creat by david 2009-2-7*/
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
img{border:0;}
body{
	font-size:12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;

}
#PageRight li.more a{color:orange;font-weight:bold;}
#Content .userview ,#Content .news {
	font-size:13px;
	line-height:180%;
	text-align:left;
	word-wrap:break-word;
    word-break:break-all;
	clear:both;
}
#Content .userview a ,#Content .news a{color:#000000;text-decoration:underline;}
#Content .userview a:hover ,#Content .news a:hover{color:#C2130E;}
#Content .userview p ,#Content .news p {margin:12px 0;}
/*位置块定义-------------------------------------------------------------------------------*/
#container {
	position: relative;
}
/*头部------------------------------------------------------------------------------*/	
#PageTop{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 440px;
	margin-bottom: 18px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#logo {
	float: left;
	height: 96px;
	width: 200px;
	text-align: center;
}
#logo img{
	margin-top: 14px;
}
#language{
	position: absolute;
	left: 0px;
	top: 80px;
}
#language li{
	float: left;
}
#language ul li a{
	color: #005473;
	color:#000;
	text-decoration:none;
	margin-right: 5px;
}
#language ul li a:hover{
	text-decoration: underline;
}
#language ul li.active a span{color:#f99f00}
#language img{
margin-right: 10px;
}
#menu{
	float: right;
	text-align: right;
	margin-top: 16px;
	line-height: 80px;
	background-image: url(images/bg_menu1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#menu ul{}
#menu li{
	display: inline;
}
#menu li a {
	background-image: url(images/bg_menu.gif);
	background-position: right center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 30px;
}
#menu li a span{
}
#menu li a:hover{
	text-decoration: underline;
	color: #FF0000;
}
#menu .active a span{
	color: #FF0000;
	text-decoration: underline;
}

#banner {
	position: absolute;
	left: 0px;
	top: 132px;
	color: #FFFFFF;
	width: 600px;
}
#banner h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
#user1 {
	position: absolute;
	left: 0px;
	top: 168px;
	width: 420px;
	color: #000;
	font-size: 13px;
}
#user1 h2 span{
	font-size: 18px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
/*图片轮换------------------------------------------------------------------------------*/
#flash {
	position: absolute;
	left: 0px;
	top: 359px;
}
/*中部------------------------------------------------------------------------------*/
#main{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:350px;
	_height=350px;
}
/*右边------------------------------------------------------------------------------*/	
#PageRight{
	float: right;
	width: 270px;
}
#PageRight h2{
	background-image: url(images/right_h2.gif);
	height: 36px;
	padding-left: 46px;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
/*列表---------------------------------------------------------------------------------------------*/
#PageRight .main{
	padding-bottom: 10px;
}
#PageRight .makelist,#PageRight .partlist {
	line-height: 22px;
}
#PageRight .makelist li,#PageRight .partlist li{
	padding-left: 8px;
}
#PageRight .makelist li a,#PageRight .partlist li a{
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-left: 20px;
	display:block;
	background-image: url(images/biao.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 90%;
}
#PageRight .makelist li a:hover,#PageRight .partlist li a:hover{
	color: #FF0000;
	background-color: #DFDFDF;
	display: block;

}
#PageRight .makelist li .active,#PageRight .partlist li .active{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#PageRight .makelist li.hidden,#PageRight .partlist li.hidden{display:none;}
#PageRight .makelist li a img,#PageRight .partlist li a img{border:1px solid #fff;display:block;}
#PageRight .makelist li a:hover img,#PageRight .partlist li a:hover img{border:1px solid red;}
#PageRight .makelist .more a,#PageRight .partlist .more a{
	color: #005097;
	text-decoration: underline;
}
/*导航目录----------------------------------------------------------------------------------------------------------*/
.usernav {
	line-height: 28px;
}
.usernav li{
	padding-left: 8px;
}
.usernav li a{
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-left: 20px;
	display:block;
	background-image: url(images/biao.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 90%;
	font-weight: bold;
}
.usernav li a:hover{
	color: #FF0000;
	background-color: #DFDFDF;
	display: block;
}
.usernav li .active{
	color: #FF0000!important;
	font-weight: bold;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------------------------------*/
#PageRight #user2 {}
#PageRight #user2 .content {
	background-color: #ddd;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#PageRight #user2 h3{
	font-size: 14px;
}
#PageRight #user2 a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#PageRight #user2 a:hover{
	color: #FF0000;
	text-decoration: underline;

}
#PageRight #user2 table{
}
#PageRight #user2 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 8px;
}
/*搜索------------------------------------------------------------------------------*/
.advsearch {
}
.advsearch .content{
	padding-right: 10px;
	padding-left: 10px;
}
.advsearch li{
	padding-top: 5px;
}
.advsearch li label {
	color: #333;
	display: block;
	font-weight: bold;
}
.advsearch select {
	width: 96%;
}
.advsearch input {
}
/*联系卡片------------------------------------------------------------------------------*/
#contactcard {
	background-color: #ddd;
	padding-bottom: 40px;
}
#contactcard .content {
	padding-top: 10px;
}
#contactcard li{
	padding-left: 10px;
	line-height: 24px;
}
#contactcard li label{
	font-weight: bold;
	margin-right: 2px;
}
#contactcard a{
	text-decoration: underline;
	color: #000000;
}
/*内容------------------------------------------------------------------------------*/
#Content{
	float: left;
	width: 660px;
}
#THREE #Content.single{
	float:none;
	clear:both;
	width:auto;
}
#Content h2{
	margin-bottom: 10px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#Content h2 span{
	font-family: Arial, "黑体", Helvetica, sans-serif;
	color: #FF0000;
	font-size: 20px;
}
/*品牌列表---------------------------------------------------------------------------------------------*/

#Content .makelist{padding:0;margin:0;clear:both;}
#Content .makelist h2{padding:5px 0;margin:0;border-bottom:1px dotted #ccc;font-size:16px;}
#Content .makelist ul{padding:0;margin:0;list-style:none;overflow:hidden;_height:1%;}
#Content .makelist li{
	margin:5px;
	float:left;
	width:110px;
	_width:109px;
	text-align:center;
	display: block;
	height: 20px;
}
#Content .makelist li a{
	color: #000000;
	text-decoration: none;
}
#Content .makelist li a:hover{color: #FF0000;text-decoration: underline;}
#Content .makelist li.hidden{display:none;}
#Content .makelist li a img{
	height:50px;
	display:block;
	margin:0 auto;
	text-align: center;
}
#Content .makelist li a:hover img{}
#Content .makelist ul.imglist li{border:1px solid #ccc;text-align:center;padding:5px;height:70px;}
#Content .makelist .more a{color:red;}
#Content .makelist .more a:hover{}
/*目录下载（）---------------------------------------------------------------------------------------------*/
#download{}
#download .content{}
#download .list{clear: both;border-bottom: 1px dashed #CCCCCC;padding:8px;line-height: 22px;}
#download .list .smallimg{float: left;border: 1px solid #CCCCCC;margin-right: 10px;}
#download .list .title a{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	color: #000099;
}
#download .list .title a:hover{
	color: #FF0000;
}
#download .list .date{color: #666;clear: right;}
#download .list .txt{
	color: #333;
}
#download .download a{
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/download.gif);
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #009327;
}
#download .download a:hover{
	text-decoration: underline;
}

/*新闻中心------------------------------------------------------------------------------*/
#news {}
#news .list{
}

/*联系我们------------------------------------------------------------------------------*/
#contact .content{
margin-bottom: 10px;
}
#contact .content ul{padding-left: 10px;}
#contact .content ul li{padding:5px;height:18px;border-bottom:1px dashed #ccc;}
#contact .content ul li label{font-weight: bold;display:block;float:left;width:70px;margin:0 5px;}
#contact .content ul li span{margin:0 5px;}
/*联系表单  其它联系方式---------------------------------------------------------------------------------------------*/
#contactform,#othercontact{
	margin-bottom: 10px;
	line-height: 26px;
}
#Content #contactform .container .main h2,#Content #othercontact .container .main h2{
}
#Content #contactform h2 span,#Content #othercontact h2 span{}
#contactform .content ul{
	padding-left: 10px;
}
#contactform .content ul li{width:98%;}
#contactform label {
font-weight: bold;display:block;float:left;width:80px;margin:0 5px;
}
#contactform .txt{
	width: 160px;
}
#contactform .content ul li.single{
	clear:both;
}
#contactform .content ul li.bottom{clear:both;}
#contactform .red{
	color: #FF0000;
	font-size: 14px;
}
/*注册页------------------------------------------------------------------------------*/
#regform{
	line-height: 30px;
}
#regform .content{
	padding-top: 10px;
}
#regform li label{
	font-weight: bold;
	display:block;
	float:left;
	width:200px;
	text-align: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
}
#regform .bottom {
	margin-left: 215px;
}
/*产品提交------------------------------------------------------------------------------*/
#pdcar{
	line-height: 30px;
}
#pdcar a{
	color: #FF0000;
	text-decoration: underline;
}
#pdcar .content{
	padding-top: 10px;
}
#pdcar li label{
	font-weight: bold;
	display:block;
	float:left;
	width:200px;
	text-align: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
}
#regform .btn {
	margin-left: 10px;
}
			
/*版权------------------------------------------------------------------------------*/
#PageBottom{
	background-color: #8c0202;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 10px;
	background-image: url(images/bg_foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 36px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#PageBottom .container{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/foot_logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*详细内容---------------------------------------------------------------------------------------------*/
#container select.hidden{display:none;}
.productlist table{
	border-collapse :collapse;
	border:1px solid #aaa;
	width:100%;
	border-top:none;
	color: #333333;
	line-height: 20px;
	background-color: #FFFFFF;
}
	.productlist table tr th{
	padding:5px 0;
	background-image: url(images/tb_bg_pdlist.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.productlist table tr td{padding:4px;border-bottom:1px dotted #999;border-right:1px dotted #aaa;vertical-align:top;font-size:10px;line-height:15px;}
.productlist table tr td.img{
	text-align:center;
	width: 160px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.productlist table tr td.img a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.productlist table tr td.img a:hover {
	text-decoration: underline;
}
.productlist table tr td.desc{width: 150px;}
.productlist table tr td a img{
	margin:10px;
	border: 1px solid #FFFFFF;
	padding: 2px;
}
.productlist table tr td a:hover img{border:1px solid #ccc;padding: 2px;}
.productlist table tr td img a:hover{
	border: 1px solid #ccc;
}
.productlist table tr td label{
	display:none;
	text-align:center;
	padding:2px;
	background-color: #ddd;
}
.productlist a {color: #5b66bc;}
.productlist a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.productlist h3 a {
	color: #000000;
	font-size: 12px;
}
.productlist h4{
	color: #DE181B;
	font-size: 12px;
}
/*两列---------------------------------------------------------------------------------------------*/
.productlist ul.smalllist{overflow:hidden;_height:1%;}
.productlist .smalllist li{width:49%;float:left;margin:2px;position:relative;}
.productlist .smalllist li table{border:1px dotted #999;border-right:1px dotted #999;width:100%;height:150px;}
.productlist .smalllist li th{width:150px;background:transparent;text-align:center;}
.productlist .smalllist li th h3 {
	color: #FF0000;
}
.productlist .smalllist li td{
	border: 1px dotted #FF0000;
	vertical-align: top;
}
.productlist .smalllist li td h3{
	border: 1px dotted #FF0000;
	margin: 0px;
	padding: 0px;
}
.productlist .smalllist li th img{display:block;margin:3px auto;border:1px solid #fff;padding: 2px;}
.productlist .smalllist li th a:hover img{border:1px solid #ccc;padding: 2px;}
.productlist .smalllist li tr th label{
}
		.productlist .smalllist li td{border-bottom:0px solid red;padding:24px 2px 2px 2px;}
/*缩略图---------------------------------------------------------------------------------------------*/
.productlist ul.img{padding:4px;overflow:hidden;_height:1%;}
.productlist ul.img li{width:32%;float:left;text-align:center;height:210px;line-height:20px;border-bottom:1px dotted #999;padding: 2px;}
.productlist ul.img li div{border-right:1px dotted #999;margin:15px 0 0 0;text-align:center;}
.productlist ul.img li div span.oe{
	color:red;
	font-weight: bold;
}
.productlist ul.img li img{display:block;margin:3px auto;border:1px solid #fff;padding: 2px;}
.productlist ul.img li a.more{color:#000099;}
.productlist ul.img li a:hover img{border:1px solid #ccc;}
.productlist ul.img li label{display:block;}
/*搜索（）---------------------------------------------------------------------------------------------*/
#uuproduct001 a {
	text-decoration: underline;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#uuproduct001 a:hover{
	color: #FF0000;
	text-decoration: underline;
}
/*搜索（一般地区）---------------------------------------------------------------------------------------------*/
#pemodule {}
#pemodule a{
	color: #000000;
	text-decoration: none;
}
#pemodule a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#pemodule table{
	width: 100%;
	text-align: left;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#pemodule #div_contents table {
	background-color: #fff;
	margin-top: 10px;
	border-collapse : collapse;
	border: 1px solid #999999;
}
#pemodule #div_contents th{
	background-color: #d1d2d6;
	line-height: 26px;
	text-align: center;
}
#pemodule td{padding:3px 5px;}
#pemodule #div_contents td{
	border: 1px solid #c0c0c0;
	padding: 3px;
}
#pemodule .gray{background:#e0e0e0;}
/*搜索（号码）---------------------------------------------------------------------------------------------*/
#partsearch {
	padding-top: 10px;
	padding-bottom: 100px;
}
#partsearch .txt{
	font:16px Verdana;
	width: 280px;
	padding: 4px;
	margin-right: 10px;
}
#partsearch #Submit{
	height:2.2em;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

/*搜索（尺寸）---------------------------------------------------------------------------------------------*/
#pemodule .searchtools{
}
#pemodule .searchtools li {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pemodule .searchtools li a{
	float: left;
	text-align: center;
	background-color: #ddd;
	border: 1px outset #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	margin-right: 10px;
	color: #CC0000;
	font-weight: bold;
}
#pemodule .searchtools li a:hover{
	background-color: #ccc;
	text-decoration: underline;
}
#pemodule .paratable{
	clear: both;
	font-weight: bold;
	background-color: #ededed;
}
#pemodule .paratable li{
	float: left;
	height:25px;
	width: 33%;
	white-space:nowrap;
}
#pemodule .paratable li label {
	margin:0 5px 0 0;
}
#pemodule .paratable .toolsbtn {
	text-align: left;
	clear: both;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 5px;
}
#pemodule .paratable .toolsbtn INPUT{
	height:2.2em;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	color: #000;
}
#pemodule .resulttable{
}
#pemodule .resulttable table {
	background-color: #fff;
	margin-top: 10px;
	border-collapse : collapse;
	border: 1px solid #999999;
}
#pemodule .resulttable th{
	background-color: #d1d2d6;
	line-height: 26px;
	text-align: center;
}
#pemodule .resulttable td{
	border: 1px solid #999999;
	padding: 3px;
}
/*翻页*/
.pagenav{
	clear:both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pagenav ul{list-style-type: none;}
.pagenav li{float: left;}
.pagenav li.title{float: none;}
.pagenav li a {
	float: left;
	border: 1px solid #d6d6d6;
	height: 18px;
	text-decoration: none;
	margin: 1px;
	color: #666;
	background-color: #f5f5f5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.pagenav span a{
	font-size: 14px;
	font-weight: bold;
}
.pagenav a:hover{
	border: 1px solid #666;
	color: #666;
	background-color: #FFFFFF;}
.pagenav .active a {
	border: 1px solid #666;
	color: #666;
	text-decoration: none;
	background-color: #CCCCCC;
}
/*购物车（）---------------------------------------------------------------------------------------------*/
.toptools{
	background-image: url(images/jian.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	margin-left: 6px;
	clear:both;
	width:90%;
}
.toptools ul{float: right;
}
.toptools li{
	float: right;
	margin-right: 20px;
}
.toptools a{
	color: #87a52a;
	font-weight: bold;
	text-decoration: none;
}
.toptools a:hover{
	color: #FF0000;
}
.car {
	float: left;
}
.car a {
	width: 113px;
	height: 19px;
	background-image: url(images/an.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	display: block;
	background-position: center center;
	text-align: center;
	font-weight: normal;
	line-height: 19px;
}
.car a:hover{
	color: #000;
	text-decoration: underline;
}
.bottomtools {
	background-image: url(images/jian0.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	height: 30px;
	margin: 6px;
	clear:both;
}
/*全部阴影*/
#MUSK{
	background:#000 !important;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	position:absolute;
	z-index:10;
}
/*这是搜索结果的弹出页面*/
/*这是搜索结果的弹出页面*/
#POPproview{z-index:999;display:none;margin:0px;position:absolute;z-index:999;left:0px;top:0px;color:#333;/*filter:alpha(opacity=50);*/}
/*重定义JQUI的一些样式*/
.ui-tabs .ui-tabs-nav li a{padding:2px 8px;}
.ui-tabs{padding:0;}
.ui-tabs .ui-tabs-panel{padding:5px;}
/*---------------------------------------*/
#POPproview .title{padding:0 10px;height:20px;line-height:20px;position:relative;}
#POPproview .title span{display:block;width:16px;height:16px;}
	#POPproview .title span.close{position:absolute;top:2px;right:5px;cursor:pointer;}
#POPproview .content{width:100%;margin:1px 0;min-height:580px;_height:580px;overflow:auto;}
#POPproview .content .pddesc{font-size:12px;width:480px;}
#POPproview .content .pddesc th{vertical-align:top;border-right:1px dotted #ccc;border-bottom:1px dotted #ccc;padding:2px 10px;}
#POPproview .content .pddesc td{vertical-align:top;padding:4px;border-bottom:1px dotted #ccc;border-left:1px dotted #ccc;}
#POPproview .content .desc{padding:10px;}
#POPproview .usefor{width:auto;height:480px;overflow:auto;font-size:12px;}
#POPproview .TreeTable{font-size:12px;border-collapse:collapse;}
#POPproview .TreeTable th{padding:2px;white-space :nowrap;}
#POPproview .TreeTable td{padding:2px;border:1px solid #ccc;margin:2px;}
#POPproview .TreeTable tr.subtitle td{border:none;border-bottom:1px solid #aaa;}
#POPproview .TreeTable tr.subtitle{cursor:pointer;}
#POPproview .TreeTable tr.subtitle .mtitle{cursor:pointer;}
#POPproview .TreeTable tr.subtitle .mtitle .green{background:transparent url(images/treeclose.gif) no-repeat 3px center;padding:2px 0 2px 25px;font-weight:bold;color:green;}
#POPproview .TreeTable td.stitle{padding:2px 4px 2px 20px;}
#POPproview div#close{cursor:pointer;position:relative;}
#POPproview div#close:hover{background-position:bottom left;}
.tablesorter .gray{background:#f9f9f9;}
.hover{background:#d3f3ff;}
.hidden{display:none;}
#noborder{border:0px solid red;margin:0;padding:0;}
#noborder td,#noborder th{margin:0;padding:0;border:0px solid red;}

/*frameborder*/
#POPproview .frameborder{margin:2px;padding:0;border:1px solid #999;}
#POPproview .frameborder .content{
	height:300px;
	min-height:300px;
	overflow-y:auto;
}
#POPproview .frameborder .title{
	background-image: url(images/bg_tanchu.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#POPproview .frameborder .title h3{margin:0;padding:0;}
#POPproview .frameborder .title h3 span{
	width:auto;
	color: #FFFFFF;
	font-size: 12px;
}
#POPproview .frameborder .title .left{
	float: left;
	padding:0 0 0 10px;
	width: 60%;
}
#POPproview .frameborder .title .right{}
#POPproview .frameborder .content ul{padding:0;margin:0;overflow:hidden;_height:1%;}
#POPproview .frameborder .content li{
	clear: both;
	height: 18px;
	line-height: 18px;
}
#POPproview .frameborder label{
	float: left;
	width: 60%;
	padding:0 0 0 10px;
	border-right:1px dotted #ccc;
	margin:0 4px 0 0 ;
	font-weight: bold;
}
#POPproview .frameborder .gray{
	background-color: #ddd;
}