@charset "gb2312";
/* CSS Document */
.listpages {
	font-size: 16px;
	width:100%;
	clear: both;
	height: 30px;
	line-height:30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear{clear:both}
/*------------------------------------------------main--------------------*/

/*首页左侧菜单*/
#ileftsideBar {
}
#ilefttitle {
}
	.ileftlist {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	width: 180px;
	height: auto;
	}
	.ileftlist li {
	height:31px;
	margin: 0px;
	padding: 0px;
	width: 179px;
	background-image: url(../images/leftbg.jpg);
	text-indent: 30px;
}
	.ileftlist li a {
	height:31px;
	display: block;
	line-height:31px;
	width: 100%;
	font-size: 14px;
	}
.ilbclass {
	width:174px;
}
.ilbclass a {
	text-indent: 30px;
}
.ilsclass {
	width:174px;
	float: left;
	font-size: 14px;
}
.ilsclass a {
	text-indent: 40px;
	color: #333333;
}
/*左侧菜单*/
#leftsideBar {
}
#lefttitle {
}
	.leftlist {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	width: 90%;
	height: auto;
	}
	.leftlist li {
	height:30px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
	.leftlist li a {
	line-height: 30px;
	font-size: 13px;
	color: #000;
	background-image: url(../images/cpli.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	text-indent: 20px;
	}
	.leftlist li a:hover {
	font-weight: bold;
	color: #333;
	}
.lbclass {
}
.lbclass a {
}
.lsclass {
}
.lsclass a {
}
/*左侧树状菜单*/
#lefttree {	
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#lefttree dt {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	line-height: 25px;
	text-align: left;
	text-indent: 5px;
	color: #000;
}
.leftIco{
	background-image: url(../images/icon/left.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}
.leftIco a{
	color: #CC6600;
	text-indent: 20px;
}
.bottomIco{
	background-image: url(../images/icon/bottom.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}
#lefttree dd {
	display:none;
}
#lefttree dd a{
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	line-height: 25px;
	display:block;
	color:#070707;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
	text-indent: 15px;
}
#lefttree dd a:hover{
  color: #333;
  text-decoration:underline;
}
/*------------------------------------------------content--------------------*/
#main_body {
	width: 100%;
	height:auto;
}

#mainright {
	width: 100%;
	height:auto !important;
	min-height:400px;
	height:400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #000; line-height:32px;
}
#mainright p {
	font-size: 16px;line-height:32px;
}
#maininfo {
	font-size: 14px;
	width: 98%;
	height:30px;
	text-align:center;
	line-height: 30px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#maininfo a {
	color: #000;
}
#maininfo a:hover {
color: #000;
}
#mainpic {
	width: 98%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#mainpic img {
	width: expression(this.width >480 && this.height < this.width ? 480: true); 
	height: expression(this.height > 700 ? 700: true); 
	max-width: 480px;
	max-height:700px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #EDEDED;
	padding: 2px;
}
#mainpic2 {
	width: 98%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#maintitle {
	width: 98%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#maincontent {
	width: 98%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
}
#maincontent p {
	font-size: 16px;
	text-align: left;
}
.protablecontent {
	width:100%;
	border-left:#B2A673 solid 1px;
	border-top:#B2A673 solid 1px;
	border-bottom:#B2A673 solid 1px;
	border-right:#B2A673 solid 1px;
	border-collapse:collapse;
	text-align: center;
	vertical-align: middle;
	font-size:14px;
	font-family: "微软雅黑", "黑体";} 
.protablecontent tr td{
	border-right:#B2A673 solid 1px;
	border-left:#B2A673 solid 1px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}


.protable_one {
	background-color:#B2A673;
	border-right:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
.protable_two {
	background-color:#FFFFFF;
	color:000;
	border-bottom:#B2A673 solid 1px;}
.protable_single {
	background-color:#FFFFFF;
}
.protable_double {
	background-color:#E7EDEB;
}
.wcolor {background-color:#FFFFFF;border-bottom:#B2A673 solid 1px;}
.bcolor {background-color:#E7EDEB;border-bottom:#B2A673 solid 1px;}
.protabletitle {
	font-size:16px;
	font-family: "黑体";
	line-height: 30px;
	font-weight: bold;
	color: #333333;
}
#mainbar {
	width: 98%;
	height:25px;
	text-align:center;
	color:#999999;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 12px;
}
#mainbar a {
	color:#333333;
	line-height: 25px;
}
#mainbar a:hover {
	color:#000000;
}
.mainbarleft {
	height:25px;
	width: auto;
	clear: left;
	float: left;
	line-height: 25px;
	display: inline;
}
.mainbarright {
	height:25px;
	width: auto;
	clear: right;
	float: right;
	line-height: 25px;
	display: inline;
	margin-right: 10px;
	
}
/*咨询列表*/
#articlelist {
	font-size: 14px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}
#articlelist a {
	font-size: 14px;
}
.articleid {
	width:2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	line-height: 30px;
}
.articletitle {
	width:63%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	line-height: 30px;
}
.articlepublisher {
	width:15%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	line-height: 30px;
}
.articletime {
	width:10%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	line-height: 30px;
}
.articlehit {
	width:10%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	line-height: 30px;
}
.articleids {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	background-image: url(../images/icon/002.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.articletitles {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-align: left;
}
.articlepublishers {
	text-align: center;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.articletimes {
	text-align: center;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.articlehits {
	text-align: center;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}

/*新的图片列表start*/
.picshow {
	font-size: 14px;
	width: 100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.picshow dd {
	height:245px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
}
.picshow dd div {
	height: 205px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
.picshow dd div a {
	text-align: center;
}
.picshow dd div a:hover {
}
.picshow dd div a img {
	max-width: 262px;
	max-height: 205px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.picshow dd span {
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	height: 35px;
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.picshow dd span a {
	line-height: 35px;
	text-align: center;
}
.picshow dd span a:hover {
	border:none;
}

/*新的图片列表end*/

#mainproclasscontent {
	height:auto;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#articleinfo {
	font-size: 12px;
	width:990px;
	height:auto !important;
	min-height:500px;
	height:500px;
	border: 1px solid #8AA8DD;
}
#articleinfo2 {
	width:99%;
	line-height:21px;
	text-align: center;
	display: block;
	background-color: #F7F7F7;
	margin-right: auto;
	margin-left: auto;
}
#articlecontent {
	width:96%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#articlepictures {
	width:480px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#articlepictures img {
	width: expression(this.width >550 && this.height < this.width ? 550: true); 
	height: expression(this.height > 550 ? 550: true); 
	max-width: 550px;
	max-height:550px;
	margin-right: auto;
	margin-left: auto;
}
#articlevideo {
	width:500px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*首页产品*/
.propicshow {
	width: 100%;
	height:auto;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.propicshow tr td {
	height: auto;
}
.propicshow tr td a {
	color: #000000;
}
.propicshow li a:hover {
	color: #003399;
}
.propicshow tr td a img {
	height:120px;
	border: 1px solid #EBEBEB;
	margin-right: 5px;
	margin-left: 5px;
}
.propicshow tr td div {
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	height: 20px;
	width: 100%;
	overflow: hidden;
	display: block;
	clear: left;
}
.propicshow tr td div a {
	line-height: 20px;
}


.propicshow2 {
	width: 100%;
	height:auto;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.propicshow2 li {
	width: 120px;
	height: auto;
	float: left;
	list-style-type: none;
	margin-right: 8px;
	margin-left: 8px;
	display: inline;
}
.propicshow2 li a {
	color: #333333;
}
.propicshow2 li a:hover {
	color: #000;
}
.propicshow2 li a img {
	width: 100px;
	height:100px;
	border: 1px solid #EBEBEB;
}
.propicshow2 li div {
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	height: 20px;
	width: 100%;
	overflow: hidden;
	display: block;
	clear: left;
}
.propicshow2 li div a {
	line-height: 20px;
}


.picshow3{
	width: 980px;
	height:135px;
	text-align:center;
	display: block;
	margin: 0;
}
.picshow3 dd {
	width: 196px;
	height: auto;
	float: left;
	display: block;
}
.picshow3 dd img {
	height: 135px;
	width: 180px;
}


/*职位*/
.joblist {
	font-size: 12px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}
.joblist tr th {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #979797;
	line-height: 30px;
	font-size: 13px;
}
.joblist tr td {
	color: #666666;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	line-height: 25px;
}
.joblist tr td a {
	color: #666666;
}
/*留言*/
.feedback_list1 {
	color: #666666;
	line-height: 30px;
	width: 700px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #FFFFCC;
	margin-top: 5px;
	border: 1px solid #003399;
}
.feedback_list2 {
	color: #666666;
	line-height: 30px;
	width: 700px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #EBEBEB;
	margin-top: 5px;
	border: 1px solid #003399;
}
.feedback_list1 tr td {
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
.feedback_list2 tr td {
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
}
.feedback_xingming {
	color: #000000;
	width:50px;
	text-align: right;
}
.feedback_liuyan {
	color: #000000;
	text-align: right;
}
.feedback_huifu {
	color: #FF0000;
	text-align: right;
}
.feedback_name {
	color: #0033CC;
	width:350px;
	text-align: left;
}
.feedback_time {
	color: #999999;
	width:350px;
	text-align: right;
}
.feedback_content {
	color: #333333;
	text-align: left;
}
.feedback_reply {
	color: #FF0000;
	text-align: left;
}

.feedback_input {
	background-color: #F9F9F9;
	border: 1px solid #999999;
	color: #000;
}
.feedback_list_bg {
	background-color: #F9F9F9;
	border: 1px solid #009900;
	text-align: center;
	line-height: 20px;
	color: #000;
}
.feedback_list_bg1 {
	background-color: #F9F9F9;
	border: 1px solid #009900;
	text-align: left;
	line-height: 20px;
	color: #333333;
	padding-left: 10px;
}
.feedback_list_bg2 {
	background-color: #F9F9F9;
	border: 1px solid #009900;
	text-align: left;
	line-height: 20px;
	color: #009900;
	padding-left: 10px;
}
#feedback_write {
	color: #333333;
	line-height: 30px;
	vertical-align: middle;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#feedback_write td {
	line-height: 30px;
	text-align: left;
}
.feedback_send {
	text-align:center;
}
/*跳转菜单*/
.flinks {
	width: 140px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
}
.flinks select {
	width: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*首页*/
/*咨询列表样式*/
.icon_lock {
	background-image: url(../images/icon3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.icon_all {
	background-image: url(../images/icon4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.indexpublisher {
	float: right;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.indexdate1 {
	float: right;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-family: "宋体";
}
.indexdate2 {
	float: right;
	width: 80px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: "宋体";
}
.articleshow_0 {
	width:99%;
	overflow: hidden;
	font-size:12px;
}
.articleshow_0 li {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	background-image: url(icon/005.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
}
.articleshow_0 li a {
	line-height: 22px;
	display:block;
	margin-left:15px;
	}
.articleshow_1 {
	width:99%;
	overflow: hidden;
	font-size:12px;
}
.articleshow_1 li {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	overflow: hidden;
	background-image: url(../images/icon/006.jpg);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	text-align: left;
}
.articleshow_1 li a {
	line-height: 22px;
	display:block;
	margin-left:20px;
	overflow: hidden;	
	}
.articleshow_2 {
	width:99%;
	overflow: hidden;
	font-size:12px;
}
.articleshow_2 li {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	overflow: hidden;
	background-image: url(../images/icon/002.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	width:50%;
	float: left;
}
.articleshow_2 li a {
	line-height: 25px;
	display:block;
	margin-left:18px;
	overflow: hidden;	
	}
.articleshow_3 {
	width:99%;
	overflow: hidden;
	font-size:12px;
	color:#333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.articleshow_3 li {
	height: 24px;
	overflow: hidden;
	background-image: url(../images/icon/biao_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
.articleshow_3 li a {
	line-height: 24px;
	display:block;
	margin-left:15px;
	overflow: hidden;
	color:#333333;
	}
.articleshow_3 li a:hover {
	text-decoration: underline;
	}
.newssend {
	background-image: url(../images/icon/new.gif);
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
}

.proclassshow {
	width:540px;
	overflow: hidden;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.proclassshow a {
	line-height:20px;
	color:#CCFFFF;
}
.proclassshow a:hover {
	color:#FFFFFF;
}
.proclassshow li {
	height: 20px;
	overflow: hidden;
	text-align: left;
	float: left;
	width:80px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-left: 8px;
}
.proclassshow li a {
	line-height: 22px;
	}
.sproclass {
	width: 50%;
	background-image: url(../images/icon/005.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}
.bproclass {
	width: 100%;
	background-image: url(../images/icon/005.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}
.bproclass a {
	color: #1272BE;
	font-weight: bold;
}
.bproclass a:hover {
	color: #0066CC;
}
/*头条新闻*/
#indextop {
	font-size: 13px;
	width: auto;
}
#toparticle {
	height:80px;
	width: 320px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.imgdiv {
	height:75px;
	width:120px;
	float: left;
}
.imgdiv img {
	height:63px;
	width:90px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.titlediv {
	height:20px;
	width:200px;
	float:left;
	color:#B66921;
	text-align: left;
}
.titlediv a {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.contentdiv {
	text-align: left;
	height:60px;
	width:200px;
	float: left;
	color:#333;
	overflow: hidden;
}
.morediv {
	height:20px;
	width:400px;
	float: right;
	color:#333;
	text-align: right;
}
#toparticle div p {
	height:20px;
	color: #C90;
	line-height: 20px;
}

/*跳转菜单*/
.flinks {
	width: 200px;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
}
.flinks select {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:12px;
}
.more1 {
	width: 34px;
	background-image: url(../images/icon/more.gif);
	height: 11px;
	display: inline;
	clear: none;
	float: right;
	margin-top: 22px;
	margin-right: 10px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center center;
}
.more2 {
	width: 28px;
	background-image: url(../images/more.gif);
	height: 24px;
	display: inline;
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	line-height: 24px;
}
#cataloglist {table-layout: fixed;   
word-wrap:break-word;   

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}
#cataloglist tr th {
	color: #2E2E2E;
	background-color: #E8E8E8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-align: center;
}
#cataloglist tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-align: center;
}#cataloglist2 {table-layout: fixed;   
word-wrap:break-word;   

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	width: 270px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}
#cataloglist2 tr th {
	color: #2E2E2E;
	background-color: #E8E8E8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-align: center;
}
#cataloglist2 tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-align: center;
}

