/*弹出显示产品的样式*/
/*全部阴影*/
#MUSK{
	background:#000 !important;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	position:absolute;
	z-index:10;
}
/*这是搜索结果的弹出页面*/

/*重定义JQUI的一些样式*/
.ui-tabs .ui-tabs-nav li a{padding:2px 8px;font-size:12px;}
.ui-tabs{padding:0;}
.ui-tabs .ui-tabs-panel{padding:5px;}

#POPproview{
z-index:999;
display:none;
margin:0px;
position:absolute;
z-index:999;
left:0px;top:0px;
color:#333;}
/*---------------------------------------*/
#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{margin:1px 0;min-height:480px;_height:580px;overflow:hidden;}
#POPproview .content .pddesc{font-size:12px;width:500px;}
#POPproview .content .pddesc th{vertical-align:top;border-right:1px dotted #ccc;border-bottom:1px dotted #ccc;padding:2px 10px;background:#eee;}
#POPproview .content .pddesc td{vertical-align:top;padding:4px;border-bottom:1px dotted #ccc;}
#POPproview .usefor{width:auto;height:485px;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;background:url(images/dotline.gif) repeat-y 13px top;}
#POPproview div#close{cursor:pointer;position:relative;}
#POPproview div#close:hover{background-position:bottom left;}
/*JS动态加入的样式*/
#POPproview .TreeTable .gray{background-color:#eee;}
#POPproview .TreeTable .gray .stitle{background-color:#eee;}
#POPproview .TreeTable .hover td,#POPproview .TreeTable .hover td.stitle{background-color:#d3f3ff;}