@charset "utf-8";

/* CSS Document */
BODY{BACKGROUND: #fff; COLOR: #666; font-size:12px; font-family: "Microsoft YaHei","΢���ź�", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,p,th,td{margin:0;padding:0;}
div,ul{margin:auto; list-style:none}
.clear{clear:both;}
.hidden{display:none;}
img{border:none; max-width:100%;}
A{COLOR: #666; TEXT-DECORATION: none}
A:hover{TEXT-DECORATION: none;}
a,img{border:0;}
.left{float:left}
.right{float:right; }
.clear{clear:both}

.back { width:100%; height:35px; margin-top:50px; position:relative; overflow:hidden; margin-bottom:50px;}
.back li { width:33.3%; float:left; height:30px; line-height:30px;}
.back li.right { text-align:right}
.px { width:1200px;}

.section { position: relative; overflow: hidden;}
.section .slide { position:relative; overflow:hidden}
.section .bg { width: 100%; height: 100%;}
.section .bg img { position:absolute; display: block; width: 100%; height:auto}



.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.button { display:block; margin:auto; width:110px; height:30px; line-height:30px; border-radius:3px; border:1px solid #ccc; text-align:center; }
.button:hover { background:#e60012 ; border:1px solid #fff; color:#fff; cursor: pointer}

.cutepage { text-align:center; margin:50px 0; font-size:12px; }
.cutepage a, .cutepage span {padding:8px 25px;border:1px solid #ccc; border-radius:3px; margin: 0 3px; cursor:pointer;}
.cutepage a:hover, .cutepage span:hover { background:#e60012; color:#fff; border:1px solid #fff; border-radius:3px;}

.controlArrow { width: 100px; height: 100px; margin-top: -50px; border: 0 none;}
.fp-controlArrow.fp-prev { left: 50px; }
.fp-controlArrow.fp-next { right: 50px; background: url(../images2/right_control.png) 50% no-repeat;}

h2.title { text-align:center; margin:auto; font-weight:normal;}
h2.title p.en{ color:#FF0000; font-size:32px; margin-bottom:5px; text-transform:uppercase;}
h2.title p.cn{ color:#333; font-size:24px;}
h2.title span { display:block; margin:auto; width:60px; height:1px; background:#333; margin-top:10px;}
/* top */

.top { position: fixed; left: 0; right: 0; top: 0; z-index: 999; height: 60px; background:url(../images2/bg90.png) repeat; border-bottom:1px solid #eee}
.logo { float: left; margin-top: 9px;}
#menu .en { float:right; margin-right:40px;}
#menu .en a{ display:block; width:30px; height:30px; margin-top:15px; margin-left:15px; border-radius:5px; background:#FF0000; color:#fff; line-height:30px; text-align:center; font-size:14px; font-weight:normal  }
#menu .en a:hover{background:#e60012;}
.search_img {cursor:pointer;top:13px;position: absolute; left:50%; margin-left:570px; width:32px; height:32px; text-align:center ;width:24px; margin-top:4px}
.search_img:hover { opacity: 0.5; transition: all 0.5s;}
.search_box { display:none; width:500px; height:55px; background:url(../images2/bg90.png) repeat; position:absolute; left:50%; top:60px; margin-left:110px; }
.search_box_hover{ display:block;position:absolute;}
.search_box input.keyword { width:320px; height:35px; margin:10px 0 0 10px; border-radius:3px; border:1px solid #ddd ; text-indent:1em; color:#666; outline:none;}
.search_box input.keyword:hover { border:1px solid #666;}
.search_box input { float:left}
.search_box input.button { margin:10px 0 0 10px; height:35px; border:0; background-color:#999; color:#fff}
.search_box input.button:hover { background:#ff0000}
.search_close { cursor:pointer; float:right; margin:10px 10px 0 0; height:32px; width:32px; text-align:center;}
.search_close img { width:20px; margin-top:6px;}
.search_close img:hover { transform:rotate(180deg) ; opacity: 0.5; transition: all 0.5s;}

.nav { float: right; margin-top: 15px; font-size: 0;}
.menuitem { display: inline-block; zoom:1;*display:inline;  margin-left: 40px; position:relative;}
.menuitem a { display:block; width:100%;height: 30px; line-height: 30px; font-size: 14px; color: #333; text-decoration: none; transition: all 0.5s;}
.menuitem a span.jt { height:30px; width:30px; display:inline-block; vertical-align:top;  background:url(../images2/jt.png) no-repeat center top;}
.menuitem a:hover { color: #e60012;}

.menuitem ul{display:none; position:absolute;top:20px;left:50%;width:200px; padding:10px 0;  z-index:998;margin-left:-100px;}
.menuitem ul li { background:#fff; width:100%; box-shadow: 0px 5px 10px rgba(0,0,0,0.4);}
.menuitem ul li dl {  float:left; width:170px; margin:0 15px; background:none }
.menuitem ul li dl h2 a { color:#000; font-size:16px; margin:20px 0 0 0; }
.menuitem ul li a{	display:block;  color:#666; font-size:12px;}
.menuitem ul li img { width:700px; margin:20px 0 0 50px}
.menuitem ul a {background:none;font-weight:300;height:auto;color:#666;float:none; line-height:24px;  transition: all 0.5s; }
.menuitem ul a:hover{color:#e60012;font-weight:300; padding-left:5px; }
.menuitem ul li:nth-child(odd){ /* zebra stripes */background-color:#fff;}
.menuitem ul li:first-child{border-radius:6px 6px 0 0;margin-top:25px;*margin-top:0px;position:relative;}
.menuitem ul li:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#fff;
	left:50%;
	top:-10px;
	margin-left:-5px;	
}
.menuitem ul li:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px;	
}
/* top end */


/* foot */
.foot { width:100%; position:relative; overflow:hidden;  background-color:#060254; color:#fff; }
.foot ul.img { position:absolute; top:60px; left:50%; margin-left:300px;}
.foot dl { float: left; width: 19.9%; margin-top:50px; margin-bottom:50px;}
.foot h2 { line-height: 40px; font-weight: 700; font-size:16px;}
.foot dt { line-height: 25px; font-size:12px;}
.foot a { color: #fff; text-decoration: none;}
.foot a:hover { color: #ddd;}

.copyright { padding: 10px 0; font-size:12px; text-align: center; background-color:#060254; color:#fff;}
/* foot end */



/* home end */
.section .p1 {  width:550px; height:290px; font-size:36px;margin-top:-140px;  margin-left:-600px;  border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;   background:url(../images2/bg90.png) repeat; box-shadow: 0px 5px 10px rgba(0,0,0,0.4);}
.section .bg01 { position:absolute; left:50%; top:50%; z-index:888; }
.section p.t1 { font-size:34px; color:#FF0000; margin:40px 0 0 40px; }
.section p.t2 { font-size:34px; font-weight:bold; color:#FF0000; margin:0 0 0 40px; }
.section p.t3 { font-size:24px; font-weight:bold; color:#000; margin:10px 0 0 40px; }
.section span.color {font-size:30px; font-weight:bold; color:#FF0000; margin:0 0 0 10px;}
.section p.t4 a { display:block; background:#FF0000; text-align:center; width:150px; height:35px; line-height:35px; color:#fff; font-size:14px; font-weight:bold; border-radius:3px;margin:30px 0 0 40px;  transition: all 0.5s;}
.section p.t4 a:hover {background-color:#a6212a; }


.yingyong { position:relative; overflow:hidden; width:100%; height:800px; background:#666}
.yingyong .px { margin-top:200px;}
.yingyong ul.left li {width:390px; height:370px;  background:url(../images2/pic0.jpg) no-repeat #0442a4; color:#fff;border-radius:10px; }
.yingyong ul.right { width:800px; height:380px; margin:auto;  }
.yingyong ul.right li { width:50%; float:left; height:190px; text-align:center; }
.yingyong ul.right li a { display:block ; overflow:hidden; width:98%; height:95%; transition: all 0.5s; border-radius:10px;}
.yingyong ul.right li a:hover { background-position:0 -190px; }
.yingyong ul.right li a h2 { font-size:18px; font-weight:normal; margin-top:70px; transition: all 0.7s;}
.yingyong ul.right li a p { font-size:14px; font-family: Arial, Helvetica, sans-serif}
.yingyong ul.right li a span { display:block; margin-top:20px;  opacity:0;transition: all 1s;}
.yingyong ul.right li a:hover span {opacity: 1;}
.yingyong ul.right li a:hover h2 {margin-top:30px;}
.yingyong a.pic1 { background:url(../images2/pic1.jpg) no-repeat #0442a4; color:#fff; }
.yingyong a.pic2 { background:url(../images2/pic2.jpg) no-repeat #bbbbbb; color:#000; }
.yingyong a.pic3 { background:url(../images2/pic3.jpg) no-repeat #d4c4a5; color:#000; }
.yingyong a.pic4 { background:url(../images2/pic4.jpg) no-repeat #e34a1c; color:#fff; }


.index_news { height:800px; overflow:hidden;  width:100%;position:relative; }
.index_news ul.px { margin-top:200px;}
.index_news h2.title { margin-bottom:100px;}
.news_list_li { width:250px; height:250px; position:relative; overflow:hidden; float:left; margin-right:50px; color:#666;}
.news_list_li a { color:#000}
.news_list_li p.time { font-size:14px; display:block; width:100%; border-bottom:1px solid #ddd; padding-bottom:10px; margin-bottom:10px;}
.news_list_li p.title { font-size:14px; margin-bottom:10px;}
.news_list_li p.content { font-size:12px; }
.news_list_li span { display:block; position:absolute; bottom:0; width:110px; margin:30px 0;}

/* home end */







.ny_qr {  width:1200px; }
.ny_qr li { width:300px; height:200px; float:left; text-align:center; list-style:none; }
.ny_qr li img { width:100px;}
.ny_qr .qr4 { text-align:left;}
.message { margin-top:50px;} 
.message td { height:40px;}
.submit input { width:200px; height:40px; margin:40px auto; font-size:14px; border-radius:6px; background: #e60012; color:#fff; border:0;}
.message input {border:none; position:relative; background:none; background: #F9F5EC; width:90%; height:29px; display:inline-block; border:1px solid #C9B3A3; border-radius:6px; padding-left:15px;  box-shadow:0px 4px 1px #ece6d8 inset;color:#825A42; font-size:14px;outline:0; }
.message input:focus{ background:none;  box-shadow:0px 2px 1px #ece6d8 inset;}
.message textarea{border:none; position:relative; background:none; background: #F9F5EC;  display:inline-block; border:1px solid #C9B3A3; border-radius:6px; padding-left:15px;  box-shadow:0px 4px 1px #ece6d8 inset;color:#825A42; font-size:14px; width:100%;height:230px;padding-top:5px;outline:0;}
.message textarea:focus{background:none;  box-shadow:0px 2px 1px #ece6d8 inset;} 






/* banner */
.detail_banner {height:200px; margin-top:60px; background: #f6f6f6;}
.xinwen {background:url(../images2/bg_news.jpg) center top no-repeat; }
.news_bg {  width:100%; position:relative;  overflow:hidden;  background:url(../images2/news_bg.jpg) center top no-repeat; margin-top:60px;}
.detail_main { margin-top:50px; position:relative; overflow:hidden}
.news_bg h2 { margin-top:200px;margin-bottom:30px;}

#detail_left { width:250px;}
#detail_right { width:900px; margin-bottom:50px; min-height:600px;}
#detail_left li { width:100%; height:50px; line-height:50px; border-bottom:1px dotted #eee; font-size:14px; padding-left:20px; }
#detail_left li:hover { background:#f9f9f9;}
#detail_left li a { display:block; width:100%;}
#detail_left p { margin:15px 0;}
.list_menu { width:100%; text-align:center}
.list_menu li { display:inline-block; zoom:1;  }
.list_menu li a { display:block; margin:0 10px; padding:5px 30px; border-radius:3px; border:1px solid #ccc; text-align:center;}
.list_menu li a:hover{ background:#e60012 ; border:1px solid #fff; color:#fff; cursor: pointer}

#list_con ul {letter-spacing:-3px; font-size:0; margin-top:50px;}
#list_con li { width:25%; display:inline-block; zoom:1; margin-bottom:50px; vertical-align:top; }
#list_con li a { display:block; margin:10px;letter-spacing:0; font-size:12px; }
#list_con li a:hover { background:#f9f9f9;}
#list_con span { display:block; }
#list_con span.img  {  background:#f6f6f6; height:120px; width:100%; overflow:hidden;}
#list_con li img { width:100%;}
#list_con span.time{ font-size:20px; font-family: Arial, Helvetica, sans-serif; color:#666; margin-bottom:10px; }
#list_con span.title  { font-size:16px; color:#000; width:100%; border-bottom:1px solid #ddd; margin:20px 0 10px 0; padding-bottom:10px;}
#list_con span.jianjie{ font-size:12px; color:#666;}




.imgbg { width:100%; background:url(../images2/imgbg.jpg) top center repeat-x; display:block;  margin-top:60px; } 
.imgbg ul { position:relative; height:500px; overflow:hidden;}
.imgbg img { position:absolute; right:0; top:0;}
.imgbg h2.topic { position:absolute; left:0; bottom:0; color:#000; font-size:32px; font-weight:normal;}
.imgbg p.jian { display:none; position:absolute; left:0; top:150px; width:450px; line-height:24px; font-size:14px; }


.content { margin-bottom:50px; position:relative; overflow:hidden}
.content img { max-width:100%}
.content p { line-height:24px; margin:10px 0; font-size:14px; }
.content strong { font-weight: 400}

.content span.time {  display:block;font-size:60px; color:#f3f3f3; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-bottom:0px; margin-left:20px;}
.content span.title { display:block; font-size:24px; font-weight:bolder; color:#333;}
.content span.titleen { display:block; font-size:14px; color:#333;font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-bottom:40px;}


.about_detail { width:100%; height:auto; position:relative; overflow:hidden; margin-top:60px; background:#eee; font-size:14px;}
.about_px { width:800px; margin:auto}
.about_detail h2.title { margin:200px 0 100px 0;}
.history li { border-bottom:1px dotted #999; font-size:14px; width:100%; overflow:hidden; position:relative; height:auto;  padding:20px 0; }
.history li span { display:block; float:left; }
.history li span.time { width:70px;}
.history li span.pzh { width:50px;}
.history li span.ny { width:680px;}
.honor { text-align:center; margin-bottom:300px;}
.honor img { width:200px; margin:0 10px ;}

.equipment_detail {width:100%; height:auto; position:relative; overflow:hidden; margin-top:60px; padding-bottom:200px; background: #eee; font-size:14px;}
.equipment_detail h2 { margin:100px 0;}
.equipment_detail li.left { width:60%;}
.equipment_detail li.right { width:40%;}
.equipment { width:480px; height:450px; float:right; background:#fff; border-radius:15px;  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);}
.equipment ul { padding:40px}
.equipment img { margin-bottom:10px;}
.equipment a { margin-top:50px; padding:5px 20px; color:#fff; background:#ff0000; border:0; border-radius:5px;}
.equipment a:hover { border:0;}

#pr_list { width:100%; height:auto; position:relative; overflow:hidden; background:#f6f6f6; margin-top:60px;}
#pr_list h2 { color:#000;font-weight:normal; font-size:24px; letter-spacing:10px; text-align:center; margin:auto; margin-top:50px;margin-bottom:50px;}
#pr_list ul {letter-spacing:-3px; font-size:0; }
#pr_list li { width:25%; display:inline-block; zoom:1;*display:inline; margin-bottom:50px; vertical-align:top;font-size: 12px; letter-spacing:0;}
#pr_list li span { display:block; width:90%; position:relative; overflow:hidden; background:url(../images2/prlist_bg.jpg) center top #fff;box-shadow: 0px 0 7px rgba(0,0,0,0.3); border-radius:5px; text-align:center; b }
#pr_list li a { display:block; width:90%; text-align:center; padding:10px;}
#pr_list li a.button {  width:110px; position:absolute; bottom:30px; left:50%; margin-left:-55px;}
#pr_list li a.topic { font-size:18px; color:#000; margin:auto; margin-top:30px; margin-bottom:20px; text-align:center;border-bottom:1px dotted #ddd; padding-bottom:10px; }

#product_detail { width:100%; position:relative; overflow:hidden; background:#f6f6f6; margin-top:60px;}
#product_detail ul { margin-top:100px; margin-bottom:100px;}
#product_detail h2.topic { color:#000; text-align:center; display:block; font-weight:normal; margin-bottom:30px;}
#product_detail .pr { width:550px; background:#fff; height:auto; padding-left:50px; padding-top:50px; padding-bottom:50px;box-shadow: 0px 0 7px rgba(0,0,0,0.3);border-radius:5px}

#product_detail table { font-size:14px; }
#product_detail td { padding: 0 10px;}
#product_detail p.title { font-size:18px; line-height:50px;}

.contact h2 { margin-top:200px;}


.message_nav { background:#353535; width:100%; position:relative; overflow:hidden}
.message_nav h2 { color:#fff; margin:65px 0 35px 0; font-size:30px; font-weight:800;}
.message_nav li.left { width:65%}
.message_nav li.right { width:35%}
.message_nav iframe { width:100%; height:500px; overflow:hidden}
.message_nav .text { padding-left:100px; line-height:30px; padding-top:50px;}
.message_nav .txt1 { color:#ff0000; font-size:18px; font-weight:800; margin-bottom:20px;}
.message_nav .txt2 { color:#d9d9d9; font-size:14px;}








/* tuji */
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:100%; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(../images2/rongyu/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { background:url(../images2/rongyu/mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(../images2/rongyu/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(../images2/rongyu/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(../images2/rongyu/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }

.meta{ text-align:center; width:250px; height:30px; overflow:hidden;}
.meta a{color:#333; text-decoration:none}

.mod_gallerylist{width:950px;margin:0 auto; }
.mod_gallerylist ul { width:1000px; overflow:hidden}
.mod_gallerylist li {margin:0 4px 0 0; display: inline-block;	*display:inline;	zoom:1; }
.mod_gallerylist li img { width:100%; border:1px solid #ddd; padding:2px;}
.mod_gallerylist h2 span { font-size:40px; color:#d60000; font-style:italic; margin-right:10px;}
.mod_gallerylist h2 { width:100%; border-bottom:1px dashed #999; margin-bottom:20px; margin-top:20px; padding-bottom:10px;}

	
.layout_default{ margin:5px; display: inline-block;	*display:inline; zoom:1;}
.image_container { width:250px; height:180px; background:#f9f9f9; overflow:hidden; border:1px solid #CCC; padding:3px; text-align:center; display: inline-block;	*display:inline;	zoom:1;}
.image_container img{ height:100%; width:auto; max-width:100%;  }

.clearfix:after{  display: block;  content:'';  clear: both;  height:0; }
#carousel{  width: 800px;  height: 180px;  margin: 50px auto;  position: relative;  }
#carousel>img{  cursor: pointer;  width: 190px;  height: 180px;  float: left;  margin: 0 20px;  }
#previous,#next{  float: left;  line-height: 50px;  margin-top: 75px;  font-size: 25px;  cursor: pointer;  width: 50px;  color: white;  background-color: lightslategrey;  text-align: center;  }

.clearfix2:after{  display: block;  content:'';  clear: both;  height:0; }
#carousel2{  width: 800px;  height: 180px;  margin: 50px auto;  position: relative;  }
#carousel2>img{  cursor: pointer;  width: 190px;  height: 180px;  float: left;  margin: 0 20px;  }
#previous2,#next2{  float: left;  line-height: 50px;  margin-top: 75px;  font-size: 25px;  cursor: pointer;  width: 50px;  color: white;  background-color: lightslategrey;  text-align: center;  }


/*CSS sabrosus style pagination*/

DIV.sabrosus {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.sabrosus A {
	BORDER-RIGHT: #9aafe5 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #9aafe5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #9aafe5 1px solid; COLOR: #2e6ab1; MARGIN-RIGHT: 5px; PADDING-TOP: 2px; BORDER-BOTTOM: #9aafe5 1px solid; TEXT-DECORATION: none;
    font-size:14px; text-align:center;
}
DIV.sabrosus A:hover {
	BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow
      font-size:14px; text-align:center;
}
DIV.pagination A:active {
	BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow;
      font-size:14px; text-align:center;
}
DIV.sabrosus SPAN.thisclass {
	BORDER-RIGHT: navy 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: navy 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: navy 1px solid; COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 2px; BORDER-BOTTOM: navy 1px solid; BACKGROUND-COLOR: #2e6ab1;
      font-size:14px; text-align:center;
}
DIV.sabrosus SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 5px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid;
  font-size:14px; text-align:center;
}
DIV.sabrosus.pageinfo{
  font-size: 14px;
}

DIV.sabrosus.pageinfo strong{
    font-size: 14px;
    margin-left: 5px;

}


/* CSS Document */

