* {font-family: "Microsoft Yahei" !important;} 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; word-wrap: break-word; font-family: Arial, Helvetica, Microsoft Yahei, SimHei; }
a { text-decoration:none;}
ol, ul, dl, li, dt, dd { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
fieldset, img { border: 0; }
.container { width: 1100px; margin: 0 auto; }

/* ---------------------------------------------头部css--------------------------------------------- */

.pig_top { background:url(/homeimages/index_02.jpg) repeat-x; padding-top:5px;color:#FFF;font-size:12px;-index:303;position:relative;height:108px;}
.pig_top .pig_top_main { width:1400px; margin:0 auto; }
.pig_top font { float:right;font-size:12px;}
.pig_top font a { color:#ffffff;}
.pig_top font a:link,.pig_top font a:visited {color:#ffffff;}
.pig_top font a:hover{color: #FF6;}
.pig_top .pig_top_nav{ padding-top:5px; margin-top:12px;}
.pig_top .nav_main { width:1150px; float:right;}
.pig_top .pig_logo { width:240px; float:left; padding-top:5px;}
.pig_top ul li { width:100px; height:50px; padding-right:28px; line-height:50px; font-size:16px; float:left;}
.pig_top ul li a { display:block; height:50px;}
.pig_top li a:link, .pig_top li a:visited { background:none; color:#5b5b5b;}
.pig_top li a:hover, .pig_top li a:active { background:url(/homeimages/index_06.jpg) no-repeat bottom; color:#0f837b; }
.pig_top ul li .a { display:block; height:50px; background:url(/homeimages/index_06.jpg) no-repeat bottom; color:#0f837b;}

/* ---------------------------------------------幻灯片css--------------------------------------------- */
#wrapper {
	background:#fff;
	position:relative;
}

a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {outline:none;}

a:hover {color:#444;}

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:300px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:300px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#00aba1 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#00aba1 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.domain_search{height: 70px;}
.search_content{ width:990px; margin:0 auto; height:70px;}
.domain_search .dsc_h2{ color:#fff; font-size:28px; line-height:40px;padding:40px 0 16px 20px;overflow: hidden; height: 34px;}
.domain_search .dsc_h2 span{ color:#f33; font-weight:bold; font-size:30px;}

.search_content .s_logo{display: none;}
.search_box{width: 990px; position:relative; z-index: 7;}
.search_box a{text-decoration: none;}
.search_box ul li,.search_box ul{list-style:none; margin: 0px;padding:0px;}
.search_box .sbox_content{width:988px; height:60px; border:1px solid #cbcbcb; position:relative; background-color:#f3f3f3; margin:0 10px 0 0; *display:inline-block;  -moz-box-shadow:1px 1px 1px #f0f0f0 inset;
 -webkit-box-shadow:1px 1px 1px #f0f0f0 inset; box-shadow:1px 1px 1px #f0f0f0 inset; z-index:8}
.search_box .sbox_text{ border: medium none;color: #999999;float: left; font-size: 18px;height: 50px;line-height: 50px; padding: 5px 15px;width: 627px;}

.search_box .sbox_s_current{width:115px; height:60px; line-height:60px; border-left:1px solid #e8e8e8; font-size:26px; color:#333333; font-family: "微软雅黑";padding-right:20px; float:left; cursor:pointer; background:url(header_footer_Public.png) no-repeat 108px -121px #f3f3f3; text-align:center;}
.search_box .sbox_s_current.on{ background-position: 108px -180px;}
.search_box .sbox_s_lst{ position:absolute;height:auto; overflow-y:scroll;overflow-y: scroll\0;*overflow-y:scroll; left:657px; top:60px; border:1px solid #cbcbcb;width:134px; background-color:#ffffff;display:none;max-height:240px;}
.search_box .sbox_s_lst li{ height:24px; color:#666; line-height:24px;padding-left:30px; cursor:pointer; font-size:12px}
.search_box .sbox_s_lst li.hover{ background-color: #DCF8ED;}

.sbox_btn{background-color: #FAFBFD; width: 194px; height: 60px; overflow: hidden; float: right;}
.search_btn{display:inline-block;width: 198px; height:59px; line-height:54px; color:#ffffff; background-color:#50A0A0; text-align:center; font-size:24px; font-family: "微软雅黑";text-decoration: none;  padding:0 22px; border-bottom: 0px solid #53A6A6;}

.pcLoading{ background:url(loading_w.gif) no-repeat 15px center;padding:6px 15px 6px 55px; line-height:18px; color:#333;height:18px;font-size:12px;}
.popTple03 { border:1px solid #ccc; background:#fff;z-index:999; left:50%;top:50%;position:fixed!important;position:absolute;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); overflow:hidden;padding: 0; -moz-box-shadow:0px 1px 0px #AAA; -webkit-box-shadow: 0px 1px 0px #AAA; box-shadow: 0px 1px 0px #AAA;padding:5px 0;}

.pc11PSuccess02 { padding: 0 0 0 43px; background:url(cartpcTipBg.png) no-repeat 15px top; margin:11px 0; line-height:18px;font-size:12px; color:#333; }
.pc11PFalse { padding: 0 15px 0 43px; background:url(cpdResultN.png) no-repeat 15px 2px; line-height:20px; font-size:14px; color:#333;  margin:5px 0; }
.pc11PFalse a { font-size: 12px; color: #005EAA; }
/*cost_banner*/
.banner{ height:240px; margin:0 auto; }
.yh_place{margin-top: 6px;*margin-top: 3px;} 
.cost_banner{height: 50px;background-color: #f5f6f7;}
.cost_banner a{color: #333333;font-family: "微软雅黑";line-height: 40px; font-size: 14px;}
.cost_banner a:hover{text-decoration: underline;}
.cost_banner .banner_lst a{ position: static; }
.cost_banner .banner_w{width: 990px; margin:0 auto; margin-top:10px;}
.cost_banner .banner_left{width: 70%;float: left; }
.cost_banner .banner_right{width:26%; float: right; text-align: right; line-height: 40px;}
.cost_banner .banner_right a.b_a_xf{position: relative;top: -10px;*top:-6px; margin-left: 2px;*margin-left: 5px;}
.cost_banner ul.banner_lst li{font-size: 12px; line-height:40px; width: auto; float: left; padding-right: 20px; }
.cost_index{background: none;padding-bottom: 5px;}


.icon_yh{display: inline-block; width: 31px; height: 31px;background:url(sales_sprite.png) no-repeat -123px 0px;}
.icon_yuming{display: inline-block;height: 15px;background-image: url(sales_sprite.png);
 margin-right: 3px; margin-top: 5px;*margin-top: -15px;position: relative;top: 3px;*top:0px;}
/*em.com_icon*/
em.com_icon{width: 48px; background-position: 1px -129px;}
em.cn_icon{ width: 31px; background-position: -47px -129px;}
em.cc_icon{width: 31px; background-position: -79px -129px;}
em.xyz_icon{width: 40px; background-position: -108px -129px;}
em.wang_icon{width: 47px; background-position: -150px -129px;}
em.top_icon{width: 39px; background-position: -198px -127px;}
em.website_icon{width: 65px; height: 17px; background-position: -241px -127px;}
.com_price{ font-size:13px; color: #666; padding-top: 1px; padding-left:1px; font-family:"Courier New", Courier, monospace}
/*product*/
.product{width: 100%; background: #fff; padding:20px 0;overflow:hidden;}
.product_title{ font-size:22px; color: #333; line-height:40px; border-bottom:1px solid #2b9bd5;}
.product_title span{ float:right; font-size:14px;}
.pro_cloud { float: left; position: relative; width:25%; height:235px; cursor:pointer;}
.pro_cloud_content{ position:absolute; left:0; top:0;height:235px; width:272px; border:1px solid #e0e0e0; border-top:none; border-right:none;}
.pro_04 .pro_cloud_content{ position:absolute; left:0; top:0;height:235px; width:271px; border:1px solid #e0e0e0; border-top:none;}
/*pro_cloud_content*/
.pro_cloud_content h2{ font-size:16px; font-weight:700; padding:10px 20px; text-align:center;}
.pro_cloud_content p{ color:#555; font-size:12px; padding:0 20px 0 60px;}
.pro_cloud_border{ border-bottom:1px solid #e0e0e0;}
.pro_cloud .pro_cloud_content a{ text-align:center; display:block; cursor:pointer; height:150px;}
.pro_cloud .pro_cloud_content a img{transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transform: scale(1);transform: scale(1); margin-top:30px;}
.pro_text { position: absolute; left:0; top:0;width: 274px;}
.pro_text h1 { color: #fff; font-size: 18px; font-weight: 700; text-align: center; width: 100%; line-height: 32px; padding:30px 0 70px 0;}
.pro_text p { font-size: 12px; color: #fff; font-weight: 700; text-align: center;line-height: 24px; padding:0 50px;}
.pro_cloud .pro_text a{ height:auto; text-align:center; display:block; margin:10px 0 0;}
.pro_mask{ position:absolute; left:0; top:0; right:0; bottom:0; opacity:0;}
.pro1_mask_bg{top: 0;right: 0;bottom: 0;left: 0;position: absolute;opacity: 1;}
.pro_01 .pro1_mask_bg{ background:url(banmask1.png) no-repeat center; background-color:#86d400;}
.pro_02 .pro1_mask_bg{ background:url(banmask2.png) no-repeat center; background-color:#f78f20;}
.pro_03 .pro1_mask_bg{ background:url(banmask3.png) no-repeat center; background-color:#3bc485;}
.pro_04 .pro1_mask_bg{ background:url(banmask4.png) no-repeat center; background-color:#f46a6d;}
.pro_cloud:hover .pro_cloud_content a img {-webkit-transform: scale(1.5);transform: scale(1.5);}
.pro_cloud:hover .pro_mask{ opacity:1;}
/*home-star-goods*/
.home-star-goods{margin-top:10px;margin-bottom:15px}
.home-star-goods .xm-star-goods-list-wrap{width:1238px;height:308px}
.home-star-goods .acc-link{margin-left:10px;font-size:14px;color:#6d6d6d}
.home-star-goods .acc-link:hover{color:#333}
.home-new-goods{margin-bottom:15px}
.home-new-goods .col-15{height:929px;overflow:hidden;_zoom:1}
/*progress*/
.progress { overflow: hidden; height: 2px; margin-bottom: 12px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) }
.progress-bar {background-color: #5cb85c;float: left; width:15%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #e8380d; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; transition: width .6s ease }
.progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite}
/*pdt-hot1*/
.pdt-hot-h2{background: #fafafa;border:1px solid #e7e7e7;height: 50px;width: 1096px; margin-top:10px;}
.pdt-hot-h2 h1{font-size:22px; color: #333;float: left;margin-top: 9px;padding-left: 20px;} 
.pdt-hot-h2 small{font-size: 16px;color:#606366;}
.pdt-hot-h2 a{font-size: 12px; float: right;margin-top: 27px;margin-right: 15px;color: #899096;}
/*pdt-hot2*/
.pdt-hot{width: 1097px;margin:0 auto;margin-top: 15px;}
.pdt-hot-h1{background: #fafafa;border:1px solid #e7e7e7;height: 50px; border-bottom:none;}
.pdt-hot-h1 h1{font-size:22px; color: #333;float: left;margin-top: 9px;padding-left: 20px;} 
.pdt-hot-h1 small{font-size: 16px;color:#606366;}
.pdt-hot-h1 a{font-size: 12px; float: right;margin-top: 27px;margin-right: 15px;color: #899096;}
.pdt-hot-content{border:1px solid #e7e7e7;border-top:none;}
/*pdt-hot-h1*/
.pdt-hot-content .pdt-hot-list {}
.pdt-hot-list li{float: left;border:1px solid #e7e7e7;height: 268px;}
.pdt-hot-list img{width:200px;height:143px;}
.pdt-hot-list .pdt-hot-thumnails{display: block;width: 223px;text-align: center; margin:0 auto;}
.pdt-hot-list .pdt-hot-details{width: 273px;}
.pdt-hot-list .pdt-hot-details .pdt-hot-details-inner{padding: 0px 50px;}
/*pdt-hot--sku02*/
.sku02 .sku02-name{color:#34383d;font-size: 14px; font-weight:bold;}
.sku02 .sku02-xiangxi{color:#34383d;font-size: 14px;}
.sku02 .sku02-price{color:#F60;font-size: 18px; margin-top:48px; font-weight:bold;}
.sku02 .sku02-cart{display: block;background: url(btnsproductnew1.png) no-repeat;width: 32px;height: 32px;position: relative;left: 160px;top: -30px;cursor: pointer;}
.sku02 .sku02-cart:hover{display: block;background: url(btnsproductnew2.png) no-repeat;}
/*pdt-hot--machine*/
.machine-info{padding-left:0px;margin-bottom:19px; padding-top:8px;}
.machine-info li{float:left;padding:0 6px; height:45px;}
.machine-info .right-dash{border-right:1px dashed #e2e3e4; border-bottom:hidden; border-top:hidden; border-left:hidden;}
.machine-info li h4{font-size:12px;color:#959595;}
.machine-info li p{color:#F60;line-height:24px;font-size:14px; font-weight:bold;}
.right-border{border-right:1px solid #dbdbdb;}
/*news*/
.kjsj{width:1100px; border:1px solid #e7e7e7; height: 345px; border:none;}
.kjsj .kuai{width:300px; overflow:hidden; float:left; margin-right:45px; margin-left:30px;}
.kjsj .nomargin{ margin-right:0px;}
.kjsj .kuai h3{ font-size:14px; height:35px; line-height:30px; color:#081e45; font-weight:100;margin-top:8px;}
.kjsj .kuai dt{ margin-top:5px;}
.kjsj .kuai dt a:hover{opacity:0.7;filter:alpha(opacity=70)}
.kjsj .kuai dd{ margin-top:10px;}
.kjsj .kuai dl ul li{ background: url(hot.gif) no-repeat right center;}
.kjsj .kuai dl ul li.nobg{ background:none;}
.kjsj .kuai dl ul li.no{ background:none;}
.kjsj .kuai dl ul li a{ font-size:12px; color: #333;}
.kjsj .kuai dl ul li a:hover{ font-size:12px; color:#f60;}
.kjsj .kuai dl ul li a:hover span{ font-size:12px; color:#f60;}
.kjsj p{ font-size:12px; height:23px; line-height:23px; color:#909090;}
.kjsj p span{ font-size:12px; height:23px; line-height:23px; color:#bbb;}
.cut_type{ border-top:1px solid #e0e0e0; border-left:1px solid #e0e0e0;}
/*customer*/
.customer { padding: 12px 0; overflow: hidden; }
.cut_type{ border-top:1px solid #e0e0e0; border-left:1px solid #e0e0e0; border-top:none;}
.cut_type ul{ width:100%; overflow:hidden;}
.cut_type ul li { width: 156px; float: left; display: block; border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; text-align:center;}
.cut_type ul li img { padding:20px 0;}
.cut_type ul li.large img{ padding:9px 0;}
.cut_type ul li h2 { line-height: 100px; text-align: left; padding: 5px 0 5px 20px; float: left; width: 140px; }
.cut_type ul li p { clear: both; }
.cut_type ul li a, .cut_type ul li a:visited, .cut_type ul li a:link { color: #5b99d9; font-size: 12px; }
/*pdt-hot3*/
.pdt-hot-h3{background: #fafafa;border:1px solid #e7e7e7;height: 50px;width: 1098px;}
.pdt-hot-h3 h1{font-size:22px; color: #333;float: left;margin-top: 9px;padding-left: 20px;} 
.pdt-hot-h3 small{font-size: 16px;color:#606366;}
.pdt-hot-h3 a{font-size: 12px; float: right;margin-top: 27px;margin-right: 15px;color: #899096;}
/*foot*/
.foot{ width:100%; height:auto; overflow:hidden; padding:30px 0px;_padding:30px 0px; background:url(foot-bj.jpg); margin-top:18px;}
.foot ul{ width:1000px; height:auto; overflow:hidden; margin:0 auto;}
.foot ul li{ float:left; height:290px;}
.foot ul li dl{ height:auto; overflow:hidden;}
.foot ul li dl dt{ height:30px; line-height:30px; color:#666; font-weight:bolder; font-size:15px;}
.foot ul li dl dd{ height:25px; line-height:25px; font-size:13px;}
.foot ul li dl.footdl-h1{ height:125px;}
.foot ul li.footli-w1{ width:185px;}
.foot ul li.footli-w2{ width:220px;}
.foot ul li.footli-w3{ width:158px;}
.foot ul li.footli-w4{ width:95px;}
.foot ul li.footli-w5{ width:260px;}
.foot-connect{ width:100%; height:auto; overflow:hidden;}
.foot-connect i{ width:60px; height:120px; display:block; float:left; background:url(phone.png) no-repeat 15px 6px;}
.foot-connect p{ width:190px; float:left; line-height:30px; height:auto; overflow:hidden; font-size:13px;}
.foot-connect p span{ width:160px; height:40px; line-height:40px; display:block;font-size:20px; color:#333;}
.foot-connect p a{ width:103px; height:31px; background:url(bj1.jpg) no-repeat -162px -6px; line-height:31px; text-align:center; font-size:16px; color:#fff; display:block; margin-top:10px;}
.foot-hz{ height:66px;}
.foot-hz img{ margin:20px 0px 0px 50px;}
/*foot-href*/
A.onefontzt:link {FONT-SIZE: 12px; COLOR: #606366; LINE-HEIGHT: 22px; TEXT-DECORATION: none;}
A.onefontzt:visited {FONT-SIZE: 12px; COLOR: #606366; LINE-HEIGHT: 22px; TEXT-DECORATION: none;}
A.onefontzt:hover {FONT-SIZE: 12px; COLOR: #F60; LINE-HEIGHT: 22px; TEXT-DECORATION: none;}