/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #373737;
	font-family: Arial, Aldine401 BT, "微软雅黑";
	font-size: 12px;
	text-align: center;
}

div,
form,
img,
option,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt {
	border: 0 none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt {
	line-height: 150%;
}

input {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	vertical-align: middle;
}

em {
	font-style: normal;
}

/* Link */
a {
	text-decoration: none;
	cursor: pointer;
}

a:link {
	text-decoration: none;
	color: #0C0893;
}

a:hover {
	text-decoration: underline;
	color: #0C0893;
}

/* Public CSS */
#header {
	width: 940px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}

.logo {
	float: left;
	width: 365px;
	height: 88px;
	margin-left: 10px;
	background: url(/static/images/logo.png) no-repeat 0 0;
}

.logo a {
	display: block;
	width: 365px;
	height: 88px;
	text-indent: -55555px;
	overflow: hidden;
}

.toplingks {
	float: right;
	margin: 50px 10px 0 0;
	display: inline;
}

.toplingks a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Aldine401 BT;
	color: #373737;
}

.toplingks a:hover,
.toplingks .selt {
	text-decoration: underline;
	color: #373737;
}

.navbox {
	width: 940px;
	margin: 0 auto;
	clear: both;
}

.navbox ul {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.navbox ul li {
	float: left;
	margin: 0 5px 0 7px;
	display: inline;
}

.navbox ul li a {
	display: block;
	width: 144px;
	height: 35px;
	background: url(/static/images/bg_nav.png) no-repeat;
	line-height: 35px;
	text-align: center;
	font-family: Aldine401 BT;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.navbox ul li a:hover,
.navbox .selected a {
	background: url(/static/images/bg_nav.png) no-repeat;
	color: #fff;
	text-decoration: none;
}

#container {
	width: 928px;
	margin: 0 auto;
	padding: 25px 0 50px 0;
	text-align: left;
	overflow: auto;
}

#footer {
	width: 928px;
	height: 43px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #e3dcde;
	text-align: center;
}

#footer p {
	font-size: 1em;
	color: #2d2d2d;
}

/* index CSS */
#nav li a {
	background-position: 0 0;
}

#nav li a:hover,
#nav .selected a {
	background-position: 0 -36px;
}

.hometop {
	width: 928px;
	height: 317px;
	margin: 0 auto 20px auto;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 0;
	position: relative;
	overflow: hidden;
}

.hometop div {
	float: right;
	margin: 1px 3px 0 0;
	display: inline;
}

#scrollDiv {
	width: 613px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

#imgcontainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#scroll-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#scroll-container li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homebot {
	height: 164px;
	clear: both;
}

.homebot img {
	float: left;
}

.items_imgs {
	width: 613px;
	height: 309px;
}

.eventul {
	float: right;
	width: 665px;
	height: 164px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -324px;
	color: #898989;
}

.eventul div {
	width: 617px;
	height: 29px;
	padding: 0 18px 0 30px;
	line-height: 29px;
}

.eventul div h2 {
	float: left;
	font-family: Arial Black;
	font-size: 18px;
}

.eventul div em {
	float: right;
}

.eventul div em a {
	font-size: 12px;
	font-weight: bold;
	color: #898989;
}

.eventul div em a:hover {
	color: #898989;
}

.eventul ul {
	width: 515px;
	margin: 20px 60px 0 30px;
}

.eventul ul li {
	width: 515px;
	height: 26px;
	line-height: 26px;
	background: url(/static/images/arrow1.gif) repeat-x left bottom;
	position: relative;
}

.eventul ul li span {
	display: block;
	height: 20px;
	background-color: #dbdada;
	position: absolute;
	top: 6px;
}

.eventul ul li em {
	display: block;
	width: 85px;
	height: 20px;
	background-color: #dedede;
	font-size: 14px;
	font-family: Aldine401 BT;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 460px;
}

.eventul ul li a {
	font-family: Aldine401 BT;
	font-weight: bold;
	font-size: 14px;
	color: #757575;
}

.eventul ul li a:hover {
	color: #898989;
}

/* About Us CSS */
#nav2 li a {
	background-position: 0 -612px;
}

#nav2 li a:hover,
#nav2 .selected a {
	background-position: 0 -576px;
}

.about {
	width: 661px;
	min-height: 137px;
	padding: 200px 0 50px 265px;
	background: url(/static/images/bg_about.jpg) no-repeat left 20px;
	border-left: 1px solid #8e896e;
	border-right: 1px solid #8e896e;
	overflow: auto;
	clear: both;
}

* html .about {
	height: auto;
}

.about_top {
	width: 928px;
	height: 18px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -490px;
}

.about_bot {
	width: 928px;
	height: 16px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -510px;
}

.about_main {
	width: 610px;
	line-height: 200%;
}

.about_main p {
	font-size: 16px;
	color: #5d5d5d;
	line-height: 140%;
}

/* Products CSS */
#nav3 li a {
	background-position: 0 -72px;
}

#nav3 li a:hover,
#nav3 .selected a {
	background-position: 0 -108px;
}

.pro_side {
	float: left;
	width: 196px;
}

.pro_sidetop {
	height: 28px;
	background: url(/static/images/bg_fixbg.png) no-repeat -700px -529px;
}

.pro_sidebot {
	height: 28px;
	background: url(/static/images/bg_fixbg.png) no-repeat -700px -557px;
}

.pro_side ul {
	width: 196px;
	padding-bottom: 25px;
	background: url(/static/images/bg_proside_cent.png) repeat-y 0 0;
}

.pro_side ul li {
	width: 154px;
	padding: 10px 5px 12px 5px;
	background: url(/static/images/arrow2.gif) repeat-x left bottom;
	text-align: right;
}

.pro_side ul li a {
	font-size: 15px;
	color: #2d2d2d;
	font-weight: bold;
}

.pro_side ul li a:hover,
.pro_side .selected a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.pro_side .noborder {
	background: none;
	position: relative;
}

.show {
	width: 125px;
	height: 20px;
	margin: 5px 0 0 30px;
	padding-right: 5px;
	background-color: #ffce6f;
	line-height: 20px;
}

.pro_side .show a {
	color: #fff;
	font-size: 12px;
}

.pro_side .show a:hover {
	color: #f00;
	text-decoration: none;
}

#category_other div {
	width: 125px;
	height: 20px;
	margin: 5px 0 0 30px;
	padding-right: 5px;
	background-color: #ccc;
	line-height: 20px;
}

#category_other div a {
	color: #000;
	font-size: 12px;
}

#category_other div a:hover {
	color: #f00;
	text-decoration: none;
}

#category_other .selected a {
	color: #f00;
	text-decoration: none;
}

#nav li div {
	width: 125px;
	margin: 5px 0 0 30px;
	padding: 3px 5px 3px;
	background-color: #eee;
	line-height: 120%;
}

#nav li div a {
	color: #5d5d5d;
	font-size: 13px;
	font-weight: 400;
}

#nav li div a:hover {
	color: #f00;
	text-decoration: none;
}

#nav li .selected a {
	color: #f00;
	text-decoration: none;
}

#nav li div .selected {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

.pro_main {
	float: right;
	width: 700px;
}

.pro_main h2 {
	margin-left: 15px;
	font-size: 28px;
	font-family: Arial;
	color: #998675;
}

.product_list {
	width: 700px;
	margin: 0 auto;
}

.product_list li {
	float: left;
	width: 190px;
	height: 210px;
	margin: 20px 20px 10px 20px;
	display: inline;
	position: relative;
}

.product_list li a {
	display: block;
	width: 190px;
	height: 210px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -863px;
	text-align: center;
}

.new {
	position: absolute;
	top: 10px;
	left: 15px;
}

.botnav {
	float: right;
	width: 660px;
	padding-right: 40px;
	text-align: center;
	font-size: 1.2em;
}

.botnav a,
.botnav2 {
	font-size: 1.2em;
	font-family: Aldine401 BT;
	color: #737373;
}

.botnav .current,
.botnav2 .sel {
	font-size: 1.2em;
	font-family: Aldine401 BT;
	color: red;
}

.botnav a:hover,
.botnav2 a:hover {
	text-decoration: none;
}

.pro_top {
	float: right;
	width: 698px;
	height: 332px;
	margin-bottom: 40px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -529px;
}

.proimgbig {
	float: left;
	width: 285px;
	height: 295px;
	margin: 21px 0 15px 17px;
	padding: 5px;
	display: inline;
}

.pro_details {
	float: left;
	width: 350px;
	margin: 10px 0 0 35px;
	display: inline;
}

.pro_details h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.pro_details p {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 10px 0;
}

.pro_details dl {
	font-size: 18px;
	font-weight: 200;
	color: #3d3d3d;
}

.pro_details dl dd {
	margin-top: -27px;
	padding-left: 52px;
}

.add {
	width: 194px;
	height: 31px;
	margin: 10px 0 10px 0;
	background: url(/static/images/bg_fixbg.png) no-repeat -440px -987px;
	border: 0 none;
	/**float:left;**/
	outline: none;
}

.colorcap {
	width: 103px;
	height: 31px;
	display: block;
	float: left;
	margin: 15px 0 10px 20px;
	background: url(/static/images/color_button.gif) no-repeat;
	border: 0 none;
}

.haveadd {
	width: 245px;
	height: 34px;
	padding-top: 25px;
	background: url(/static/images/bg_fixbg.png) no-repeat -192px -987px;
	text-align: center;
	position: relative;
	float: left;
}

.haveadd a {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 225px;
}

.haveadd a span {
	display: none;
}

.haveadd p {
	font-size: 12px;
	color: #737373;
}

.pro_show {
	width: 695px;
	height: 110px;
	margin-left: 5px;
	clear: both;
}

.toleft {
	float: left;
	margin-top: 40px;
}

.toright {
	float: right;
	margin: 40px 5px 0 0;
	display: inline;
}

.toleft span,
.toright span {
	display: none;
}

.imgbox {
	float: left;
	height: 130px;
	overflow: hidden;
	width: 652px;
	display: inline;
	position: relative;
}

/****/
.imgbox li {
	float: left;
	width: 110px;
	height: 120px;
	margin: 0 10px 50px 10px;
	display: inline;
}

.imgbox a {
	display: block;
	width: 100px;
	height: 110px;
	background: url(/static/images/bg_fixbg.png) no-repeat -671px -324px;
	padding: 5px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.imgbox a:hover,
.imgbox .selt a {
	opacity: 1;
	filter: alpha(opacity=100);
}

.imgbox a img {
	width: 100px;
	height: 100px;
}

/* Slideshow styles for product detail page */
#slideshow {
	margin: 0 15px;
	float: left;
	height: 130px;
	overflow: hidden;
	width: 622px;
	position: relative;
}

#slideshow ul {
	width: 6000px;
	position: relative;
}

#slideshow li {
	cursor: pointer;
	float: left;
	width: 110px;
	height: 120px;
	margin: 0 8px 50px 8px;
	display: inline;
}

#slideshow a {
	display: block;
	width: 100px;
	height: 110px;
	background: url(/static/images/bg_fixbg.png) no-repeat -671px -324px;
	padding: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#slideshow a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#slideshow .selt a {
	opacity: 1;
	filter: alpha(opacity=100);
}

#slideshow a img {
	width: 100px;
	height: 110px;
}

/* What's new CSS */
#nav4 li a {
	background-position: 0 -216px;
}

#nav4 li a:hover,
#nav4 .selected a {
	background-position: 0 -252px;
}

.newside {
	float: left;
	width: 196px;
	height: 514px;
	margin-bottom: 10px;
	background: url(/static/images/bg_newpro_side.png) no-repeat 0 0;
}

.newshow {
	height: 475px;
	margin-top: 21px;
	overflow: hidden;
}

.newshow li {
	width: 196px;
	height: 118px;
	background: url(/static/images/bg_fixbg.png) no-repeat -393px -864px;
}

.newshow li a {
	display: block;
	width: 186px;
	height: 98px;
	padding: 10px 5px;
	text-align: center;
}

/* .newshow li a:hover,.newshow .selt a{background:url(/static/images/bg_fixbg.png) no-repeat -192px -864px;} */
.newshow li a:hover,
.newshow .selt a {
	background-color: rgba(25, 124, 58, 0.6);
}

.newshow li .thumb {
	width: 95px;
	height: 95px;
}

.newmain {
	float: right;
	width: 677px;
	height: 502px;
	padding: 15px 0 0 12px;
	background: url(/static/images/bg_newpro.png) no-repeat 0 0;
	text-align: left;
	position: relative;
}

.infbig {
	width: 250px;
	padding: 20px 0;
	text-align: left;
	position: absolute;
	top: 23px;
	left: 432px;
}

.infbig h3 {
	font-family: Arial Black;
	font-size: 18px;
	color: #197c3a;
}

.infbig p {
	font-size: 12px;
	color: #303030;
}

.infbig p span {
	font-size: 14px;
}

.infbig dl {
	font-size: 12px;
	color: #303030;
}

.infbig dl dt {
	font-size: 14px;
}

.infbig dl dd {
	margin-top: -18px;
	padding-left: 20px;
}

.botnav2 {
	width: 200px;
	text-align: center;
	font-size: 1.2em;
	clear: both;
}

/*padding-left:100px;*/
.botnav2 a {
	color: #918555;
}

.botnav2 .sel {
	color: #000;
	font-weight: bold;
}

/* Catalog CSS */
#nav5 li a {
	background-position: 0 -288px;
}

#nav5 li a:hover,
#nav5 .selected a {
	background-position: 0 -324px;
}

.catalog {
	width: 928px;
	height: 561px;
	background: url(/static/images/bg_catalog.png) no-repeat 0 0;
	position: relative;
}

.catalog .toleft,
.catalog .toright {
	display: block;
	width: 18px;
	height: 23px;
	position: absolute;
	top: 229px;
	left: 65px;
}

.catalog .toright {
	left: 846px;
}

.catalog div {
	width: 719px;
	height: 496px;
	position: absolute;
	top: 33px;
	left: 106px;
}

.catalog input {
	width: 70px;
	height: 24px;
	background: url(/static/images/print.png) no-repeat 0 0;
	border: 0 none;
	position: absolute;
	top: 505px;
	left: 845px;
	outline: none;
}

.catalog ul {
	width: 10000px;
}

/* 确保ul足够宽以容纳所有li元素 */
.catalog li {
	float: left;
	width: 719px;
	height: 496px;
}

/* 水平排列li元素 */

/* Inquiryg CSS */
#nav6 li a {
	background-position: 0 -360px;
}

#nav6 li a:hover,
#nav6 .selected a {
	background-position: 0 -396px;
}

.inqleft {
	float: left;
	width: 435px;
}

.inqleft li {
	width: 435px;
	margin-top: 20px;
	padding-bottom: 10px;
	overflow: auto;
}

.inqimg {
	float: left;
	width: 107px;
	height: 112px;
	padding: 5px 8px;
	background: url(/static/images/bg_fixbg.png) no-repeat -786px -324px;
}

.inqinfor {
	float: right;
	width: 290px;
}

.inqinfor span {
	float: left;
	display: block;
	width: 250px;
	height: 102px;
	margin-bottom: 8px;
	padding: 8px 15px 10px 25px;
	background: url(/static/images/bg_fixbg.png) no-repeat -640px -950px;
	color: #303030;
}

.inqinfor span h2 {
	margin: 0;
	padding: 0;
	color: #303030;
	font-size: 14px;
	font-weight: normal;
}

.inqinfor span p {
	font-size: 12px;
	color: #303030;
	line-height: 130%;
}

.inqinfor span dl {
	font-size: 12px;
	color: #303030;
	line-height: 140%;
}

.inqinfor span dl dt {
	line-height: 140%;
}

.inqinfor span dl dd {
	margin-top: -17px;
	padding-left: 20px;
	display: ruby-text;
}

.inqinfor input {
	float: right;
	width: 68px;
	height: 24px;
	background: url(/static/images/bg_fixbg.png) no-repeat -592px -865px;
	border: 0 none;
}

.inqtab {
	float: right;
	width: 435px;
	margin-top: 10px;
}

.inqtab th {
	padding: 4px 8px 5px 8px;
	background-color: #727070;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: normal;
}

.inqtab td {
	width: 280px;
	height: 25px;
	background-color: #e4e2d6;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.inputext {
	width: 280px;
	background-color: #e4e2d6;
	border: 0 none;
	outline: none;
}

.inqtab textarea {
	width: 280px;
	height: 85px;
	background-color: #e4e2d6;
	background-color: #e4e2d6;
	border: 0 none;
	overflow-y: auto;
	overflow-x: hidden;
	outline: none;
}

.submit,
.reset {
	width: 68px;
	height: 24px;
	margin: 20px 10px;
	background: url(/static/images/bg_fixbg.png) no-repeat -592px -892px;
	border: 0 none;
}

.reset {
	background: url(/static/images/bg_fixbg.png) no-repeat -592px -918px;
}

.red {
	color: #f00;
}

/* Events CSS */
#nav7 li a {
	background-position: 0 -432px;
}

#nav7 li a:hover,
#nav7 .selected a {
	background-position: 0 -432px;
}

.events {
	width: 928px;
	margin: 0 auto;
}

.events h2 {
	height: 61px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -1075px;
	font-size: 24px;
	font-family: Arial Black;
	color: #fff;
}

.events h2 span,
.cont h2 span {
	float: left;
	margin: 24px 0 0 65px;
	display: inline;
}

.event_main {
	float: left;
	width: 788px;
	padding: 20px 70px;
	/* margin:0 28px 27px 28px; */
	background: url(/static/images/bg_event_cent.png) repeat-y 0 0;
	display: inline;
}

.eventbot {
	float: left;
	width: 928px;
	height: 40px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -1136px;
}

.event_main h3 {
	margin-bottom: 5px;
	font-family: Arial Black;
	font-size: 18px;
	color: #5c5847;
}

.event_main p {
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Aldine401 BT;
	color: #998675;
}

.event_main .botnav {
	padding-right: 10px;
}

/* Contact us CSS */
#nav8 li a {
	background-position: 0 -504px;
}

#nav8 li a:hover,
#nav8 .selected a {
	background-position: 0 -504px;
}

.cont {
	width: 928px;
	height: 552px;
	margin: 0 auto;
}

.cont h2 {
	height: 60px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -1178px;
	font-size: 24px;
	font-family: Arial Black;
	color: #fff;
}

.cont_main {
	float: left;
	width: 928px;
	background: url(/static/images/bg_contactus_cent.png) repeat-y 0 0;
	display: inline;
}

.contbot {
	float: left;
	height: 38px;
	width: 928px;
	background: url(/static/images/bg_fixbg.png) no-repeat 0 -1240px;
}

.adres {
	float: left;
	width: 260px;
	margin: 10px 0 0 80px;
	display: inline;
	text-align: right;
}

.adres h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial Black;
	color: #4b4b4b;
}

.adres p {
	font-size: 12px;
	line-height: 200%;
}

.conttab {
	float: right;
	width: 435px;
	margin: 10px 78px 27px 28px;
	display: inline;
}

.conttab th {
	padding: 2px 8px 3px 8px;
	background-color: #749078;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: normal;
}

.conttab td {
	width: 280px;
	height: 21px;
	background-color: #dadada;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.conttab .inputext {
	width: 280px;
	background-color: #dadada;
	border: 0 none;
	outline: none;
}

.conttab textarea {
	width: 280px;
	height: 70px;
	background-color: #dadada;
	border: 0 none;
	overflow-y: auto;
	overflow-x: hidden;
	outline: none;
}

.conttab .submit,
.conttab .reset {
	margin: 10px;
}

.conttab .submit {
	background: url(/static/images/bg_fixbg.png) no-repeat -440px -1022px;
}

.conttab .reset {
	background: url(/static/images/bg_fixbg.png) no-repeat -512px -1022px;
}

/* Search CSS */
#nav9 li a {
	background-position: 0 -144px;
}

#nav9 li a:hover,
#nav9 .selected a {
	background-position: 0 -180px;
}

.inpt {
	width: 120px;
	padding: 4px;
	border: 1px solid #B9B3B3;
	float: left;
}

.bt {
	width: 17px;
	height: 19px;
	margin-left: 3px;
	background: url(/static/images/search.gif) no-repeat center center;
	border: 0 none;
	outline: none;
	display: block;
	float: right;
	margin-top: 4px;
}

.searhul {
	width: 898px;
	margin: 0 auto 22px auto;
	padding: 15px;
	background-color: #ebebeb;
}

/* 添加居中和间距 */
.searhul li {
	width: 898px;
	height: 133px;
	margin-bottom: 22px;
}

.listshowl {
	float: left;
	width: 600px;
}

.inqimg {
	float: left;
	width: 107px;
	height: 112px;
	padding: 5px 8px;
	background: url(/static/images/bg_fixbg.png) no-repeat -786px -324px;
}

.listshowl .inqimg {
	background: url(/static/images/bg_se_proshow.png) no-repeat left top;
}

.searchinfor {
	float: right;
	width: 460px;
}

.searchinfor h2 {
	font-size: 14px;
	font-weight: normal;
}

.searchinfor table th,
.searchinfor table td {
	padding: 2px 2px 2px 0;
	font-size: 14px;
}

.searchinfor table th {
	font-weight: normal;
	vertical-align: top;
}

.searchinfor table td {
	line-height: 130%;
}

.listshowr {
	float: right;
	width: 250px;
}

.listshowr .add {
	float: left;
	margin: 0;
	background: url(/static/images/bg_buttons.png) no-repeat left top;
	outline: none;
}

.listshowr .haveadd {
	background: url(/static/images/bg_sts.png) no-repeat left top;
}

.cap {
	width: 104px;
	height: 31px;
	margin-left: 70px;
	background: url(/static/images/bg_buttonc.png) no-repeat;
	display: block;
	border: none;
	float: left;
}

.toplingksb {
	margin-top: 23px;
}

.toplingksb input {
	margin-bottom: 5px;
}

.searchadd {
	width: 194px;
	height: 31px;
	margin: 15px 0 10px 0;
	background: url(/static/images/bg_fixbg.png) no-repeat -440px -987px;
	border: 0 none;
}

.searchhaveadd {
	width: 245px;
	height: 34px;
	margin-top: 30px;
	padding-top: 25px;
	background: url(/static/images/bg_fixbg.png) no-repeat -192px -987px;
	text-align: center;
	position: relative;
	float: left;
}

.searchhaveadd a {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 225px;
}

.searchhaveadd a span {
	display: none;
}

.searchhaveadd p {
	font-size: 12px;
	color: #737373;
}

.event_cont {
	margin-bottom: 22px;
}

.pager_info {
	text-align: left;
	float: left;
	width: 100px;
	font-size: 12px;
	font-family: Aldine401 BT;
	color: #737373;
}

.pager {
	width: 500px;
	float: left;
	text-align: right;
}

.pager li {
	float: left;
	margin-left: 6px;
}

.hidesub {
	display: none;
}

.color_bar {
	display: block;
	height: 20px;
	text-align: center;
	clear: both;
	/**padding-left: 90px;
    margin-top: 10px;
    **/
}

.color_bar li {
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	float: left;
	/**margin: 0 1px 0 0;**/
}

.color_bar_font {
	display: block;
	text-align: center;
	clear: both;
}

.color_bar_font li {
	width: 28px;
	height: 14px;
	font-size: 14px;
	float: left;
	border: 1px solid #ccc;
}

.inquiry_msg {
	display: none;
	background-color: #ffaa56;
	color: #fff;
	width: 250px;
	padding: 5px;
	border-radius: 5px;
}

.color_bar_small {
	display: block;
	height: 8px;
	clear: both;
}

.color_bar_small li {
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 0px 0 0;
	border: 1px solid #fff;
	padding: 0;
}

.pagination {
	text-align: center;
	font-size: 14px;
}

.pagination a {
	font-family: Aldine401 BT;
	color: #737373;
}