/*公用样式*/
body {
	margin:0px;
	padding:10px;
	background-color: #F5F5F1;
}
body,td,th {
	font-size: 9pt;
	color: #666666;
	line-height:20px;
	font-family:  Arial, Helvetica, sans-serif ,"宋体";
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color:#333333;
}
.input_text {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	width:300px;
	height: 20px;
}
.textarea{
	width:300px;
	height:100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
.input_submit{
	padding:4px;
	border:none;
	background:#99CC00;
	color:#FFFFFF
}
h1{
	font-size:15px;
	font-weight:bold;
	line-height:28px;
}
.title01{
	font-size:14px;
	color:red;
	font-weight:bold;
}

/*安装样式01*/
.instal_1{
	border: 6px solid #D2D2BE;
	background:#F5F5F1;
	width:600px;
	padding:20px;
	text-align:left;
}


/*产品样式01*/
.products001 {
	width:100%;
	clear:both;
}
.products001_div{
	border: 2px solid #CCCCCC;
	padding:1px;
	width:100%;
	height:82%;
	text-align:center;
	margin-bottom:6px;
	overflow: hidden;
}
.products001_divOver{
	border: 2px solid #FF9900;
	padding:1px;
	width:100%;
	height:82%;
	text-align:center;
	margin-bottom:6px;
	overflow: hidden;
}

/*新闻001*/
.news001_01{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.news001_02{
	background-image: url(news3.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/*留言版001*/
.notebbok001_l{
	float:left;
	color:#688A00;
}
.notebbok001_2{
	margin-bottom:6px;
}
.notebbok001_r{
	float:right;
}
.notebbok001_01{
	text-align:right;
	margin-bottom:6px;
}
.notebbok001_bor{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
/*会员样式001*/
.login001_1{
	border: 6px solid #D2D2BE;
	background:#F5F5F1;
	height:180px;
	width:350px;
	padding:20px;
	text-align:left;
}
.login001_input{
	width:180px;
}
.memcp001_01{
	border: 6px solid #D2D2BE;
	background:#F5F5F1;
	width:100%;
	padding:20px;
	text-align:left;
}

/*下载样式001*/
.dounload001{
	border: 2px solid #D2D2BE;
}

/*投票样式001*/
.vote001_01{
	background-image: url(news3.gif);
	height:24px;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom:4px;
}

/*分页样式01*/
.showpage{width:100%;height:33px; padding-top:8px;}
.showpage a:link,.showpage a:visited,.showpage a:active { padding:4px 8px; color:#FFFFFF; background:#EE6409; margin-right:4px;}
.showpage a:hover { background:#3A6A83;}
.showpage .active{padding:4px 6px; color:#EE6409;margin-right:4px;}
.showpage .off{padding:4px 6px; color:#828282; margin-right:4px; border:1px solid #CDCDCD;}
.showpage .mores{padding:0px 4px;font-size:14px;font-family:"宋体";line-height:18px;color:#999999;letter-spacing: -2px;margin-right:4px;}

/*lightbox样式*/
#ux-lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15000;
    text-align: center;
    line-height: 0;
}
#ux-lightbox img {
    width: auto;
    height: auto;
}
#ux-lightbox a img {
    border: none;
}
#ux-lightbox-outerImageContainer {
    position: relative;
    background-color: #f3efec;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#ux-lightbox-imageContainer {
    padding: 10px;
}
#ux-lightbox-loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: url(lb-load.gif) no-repeat center 15%;
}
#ux-lightbox-hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#ux-lightbox-imageContainer > #ux-lightbox-hoverNav {
    left: 0;
}
#ux-lightbox-hoverNav a{
    outline: none;
}
#ux-lightbox-navPrev,
#ux-lightbox-navNext {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}
#ux-lightbox-navPrev { left: 0; float: left;}
#ux-lightbox-navNext { right: 0; float: right;}
#ux-lightbox-navPrev:hover, #ux-lightbox-navPrev:visited:hover { background: url(lb-prev.png) left 33% no-repeat; }
#ux-lightbox-navNext:hover, #ux-lightbox-navNext:visited:hover { background: url(lb-next.png) right 33% no-repeat; }
#ux-lightbox-outerDataContainer {
    margin: 0 auto;
    width: 100%;
}
#ux-lightbox-dataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #f3efec;
    overflow: auto;
    line-height: 1.4em;
}
#ux-lightbox-data{	padding:0 10px; color: #666; }
#ux-lightbox-data #ux-lightbox-details{ width: 80%; float: left; text-align: left; }
#ux-lightbox-data #ux-lightbox-caption{ font-weight: bold;	}
#ux-lightbox-data #ux-lightbox-imageNumber{ display: block; clear: left; padding-bottom: 1.0em;	}
#ux-lightbox-data #ux-lightbox-navClose{ background: url(lb-close.gif) no-repeat; width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; outline: none;}
#ux-lightbox-data #ux-lightbox-navClose:hover{ background-image: url(lb-close-over.gif);}
#ux-lightbox-overlay,
#ux-lightbox-shim{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14999;
    width: 100%;
    height: 500px;
    background-color: #000;
    padding: 0;
    margin: 0;
}
#ux-lightbox-shim {
    z-index: 89;
    background-color: transparent;
    filter: alpha(opacity=0);
}