/*公用样式*/
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;
	height:180px;
	width:600px;
	padding:20px;
	text-align:left;
}


/*产品样式01*/
.products001 {
	width:100%;
	clear:both;
}
.products001_div{
	border: 2px solid #CCCCCC;
	padding:1px;
	width:2px;
	height:2px;
	text-align:center;
	margin-bottom:6px;
}
.products001_divOver{
	border: 2px solid #FF9900;
	padding:1px;
	width:2px;
	height:2px;
	text-align:center;
	margin-bottom:6px;
}

/*新闻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%;
	margin-top:15px;
	text-align:center;
}
#pagination-digg ul{
	width:100%;
}
#pagination-digg li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
float:left;
}
#pagination-digg a{
border:solid 1px #9aafe5;
margin-right:2px;}
#pagination-digg .previous-off,
#pagination-digg .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;}
#pagination-digg .next a,
#pagination-digg .previous a {
font-weight:bold;
} 
#pagination-digg .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;}
#pagination-digg a:link,
#pagination-digg a:visited {
color:#0e509e;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;}
#pagination-digg a:hover{
border:solid 1px #0e509e}

dl{
	background-color: #FFFFCC;
	border: 1px dotted #990033;
	padding:5px;
	margin:2px;
	color:#CC0000;
}

/*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);
}

 .img_v {
    width:200px;
  height:200px;
  line-height:200px;
  border:1px solid #666;
  overflow:hidden;
  position:relative;
  text-align:center;
	margin:0px auto; 
    }
    .img_v img {
   
	  vertical-align:middle;
	  }