/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height: 130%;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.clear {clear:both;}

/* user */

html, body {
	background: #000 url(botrep.png) bottom center repeat-x;
/*	display: table;
	width:100%;
	height: 100%;*/
	margin: 0px;
	padding: 0px;
	/*position:relative;*/
}

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	display: table; 
	height: 100%;
	width: 100%;*/
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	filter: expression(p_fix(this,'scale'));
}

p {
	margin-bottom: 20px;
}

.topbg {
	background:url(botbg.jpg) center bottom no-repeat;
	height: 100%;
	/*display: table-cell; */
}

.botbg {
	background:url(botbg.jpg) bottom center no-repeat;
	height: 100%;
	display: table-cell; 
}



.wrapper { 
 	margin: 0 auto;
	width: expression(document.body.offsetWidth > 1000?(document.body.offsetWidth < 1600? "100%" : "1600px" ) : "1000px");
	max-width: 1600px;
	min-width: 990px;
	background:url(topbg3.jpg) top center no-repeat;
}

.inner .wrapper {
	background:url(topbg2_inner.jpg) top center no-repeat;
}
.header {
	margin: 0 auto;
	width: 95%;
	height: 470px;
}

.inner .header {
	height: 430px;
}

.mainmenu {
	float: left;
	width: 100%;
	font-size: 14px;
	text-align:center;
}

.mainmenu a {
	color: #FFF;
	padding: 0px 1% 0px 1%;
}

.mainmenu a.current {
	color: #a9acb1;
	text-decoration: none;
}

.catmenu {
	float: left;
	width: 100%;
	text-align: center;
	height: 80px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
}

.catmenu a {
	color: #FFF;
	height: 22px;
	display:inline-block;
	padding: 58px 1% 0px 1%;
	outline: none;
}

.catmenu a.current {
	color: #000;
	text-decoration: none;
	height: 80px;
	padding: 0px;
	margin: 0px 1% 0px 1%;
	background:url(cur_bg.png) left bottom no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.catmenu a.current span {
	display: block;
	background:url(cur_bg_right.png) right bottom no-repeat;
	height: 80px;
	_width: 1%;
}

.catmenu a.current span span {
	display: block;
	height: 22px;
	padding: 58px 10px 0px 10px;
	background:url(cur_light.png) center top no-repeat;
}

.fixbody {
	margin: 0 auto;
	width: 950px;
	clear: both;
	height: 370px;
	position: relative;
}

.inner .fixbody {
	height: 330px;
}

.logo {
	width: 200px;
	height: 200px;
	float: left;
	position: absolute;
	top: -20px;
	left: -95px;
	overflow: hidden;
}

.logo a {
	display: block;
	width: 200px;
	height: 200px;
}

.loginbox {
	/*background: url(authboxbg.png) no-repeat;*/
	background: url(loginboxbg.gif) no-repeat; 
	width: 205px;
	height: 127px;
	position: absolute;
	top: 30px;
	left: 100px;
	padding: 15px;
	color: #000;
	display: none;
	/*filter: expression(p_fix(this,'scale'));*/
	/*z-index: 9999;*/
}

.loginbox input {
	background: url(input_bg.gif) no-repeat;
	width: 129px;
	height: 15px;
	border: none;
	padding: 5px 3px 3px 3px;
}

.loginbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	_margin-bottom: 10px;
	float: left;
	width: 100%;
}

.loginbox h2 span {
	border-bottom: 2px dashed #000;
	float: left;
}

.loginbox h2 a {
	float: right;
	color: #c90103;
	font-size: 11px;
	font-weight: normal;
}

.loginbox dl {
	width: 100%;
	overflow: hidden;
	float: left;
}

.loginbox dl dt {
	float: left;
	width: 60px;
	line-height: 21px;
}

.loginbox dl dd {
	float: left;
	margin-bottom: 5px;
}

input.login {
	background: url(btnbg3.png) no-repeat;
	width: 70px;
	height: 19px;
	border: none;
	color: #000;
	padding: 0px 0px 3px 0px;
	margin-top: 10px;
	cursor: pointer;
	filter: expression(p_fix(this,'crop'));
}

.authbox {
	float: left;
	margin: 30px 0px 0px 100px;
	_margin-left: 80px;
	line-height: 180%;
	font-family: Verdana, Geneva, sans-serif;
}

.authbox a {
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

.authbox a.reglink {
	color: #fcd000;
	border-bottom: 1px dotted #fcd000;
}

.authbox a:hover {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-style: italic;
}

h2 {
	font-size: 18px;
	margin-bottom: 25px;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

h4 {
	font-size: 12px;
	margin-bottom: 10px;
}

h5 {
	font-weight: bold;
	margin-bottom: 10px;
}

.content {
	margin: 0 auto;
	width: 95%;
	padding: 55px 0px 20px 0px;
	clear: both;
	min-height: 1400px;
}

.cwrap {
	width: 100%;
	float: left;
}

.cdata {
	margin-left: 287px;
	font-size: 13px;
}


.leftcol {
	float:left;
	margin-left:-100%;
	/*_margin-left:-95%;*/
	width:287px;
}

.box {
	float: left;
	width: 213px;
	margin-bottom: 20px;
}

.box h3, 
.abcd_search h3, 
.search_event h3 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 10px;
}

.calendar {
	overflow: hidden;
}

.calendar .boxbody {
	background: #2e393f url(calendar_topbg.gif) left top no-repeat;
	float: left;
	width: 212px;
}

.calendar ul {
	list-style: none;
	overflow: hidden;
}

.calendar ul li {
	height: 220px;
	width: 192px;
	overflow: hidden;
}

.calendar .boxbg {
	background: url(calendar_botbg.gif) left bottom no-repeat;
	padding: 10px;
	height: 220px;
	overflow: hidden;
}

.calendar table {
	width: 100%;
	color: #fcd000;
	font-size: 12px;
	line-height: 200%;
}

.calendar .current,
.calendar .today a {
	background:url(calendar_curr.gif) center center no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
}

.calendar table a {
	color: #fcd000;
}

.calendar table .name {
	font-size: 15px;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

.calendar table td, 
.calendar table th {
	text-align: center;
}

.calendar table th {
	padding-bottom: 10px;
	text-transform: uppercase;
}

.calendar table thead {
}

.calendar .red, 
.calendar .red a {
	color: #c32b25;
}

.prev div {
	float: left;
	background: url(arr_left.gif) center center no-repeat;
	width: 16px;
	height: 24px;
	cursor: pointer;
}

.prev div.jcarousel-prev-disabled {
	background: url(arr_left_not.gif) center center no-repeat;
}

.next div {
	float: right;
	background: url(arr_right.gif) center center no-repeat;
	width: 16px;
	height: 24px;
	cursor: pointer;
}

.next div.jcarousel-next-disabled {
	background: url(arr_right_not.gif) center center no-repeat;
}

.hitbox {
	position: absolute;
	width: 173px;
/*	top: 720px;*/
	bottom: 20px;
	display: none;
}

.hitbox .hittop {
	float: left;
	width: 173px;
	height: 6px;
	background: url(hit_top_bg.png) no-repeat;
	filter: expression(p_fix(this,'crop'));
	overflow: hidden;
}

.hitbox .hitbody {
	float: left;
	width: 163px;
	background: #2e393f;
	padding: 0px 5px 0px 5px;
}

.hitbox .hitbody div {
	display: none;
}

.hitbox .hitbody a {
	color: #2697d7;
}

.hitbox .hitbot {
	float: left;
	background:url(hit_bot_bg.png) no-repeat;
	width: 173px;
	height: 35px;
	filter: expression(p_fix(this,'crop'));
}

.abcd_search {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position:relative;
}

.abcd_search .current {
	font-weight: bold;
	text-decoration: none;
}

.abcd_search .showlist {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	padding-right: 10px;
}

.abcd_search .abcd_body {
	float: left;
	height: 30px;
	width: 100%;
	background: #b70102 url(abcd_leftbg.gif) left top no-repeat;
}

.abcd_search .abcd_body .abcd_body2 {
	background:url(abcd_rightbg.gif) right top no-repeat;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 100%;
}

.abcd_search .abcd_body .abcd_body2 div {
	float: left;
	padding-left: 10px;
}

.abcd_search .abcd_body div a {
	margin: 0px 1px 0px 0px;
}


.search_event {
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	color: #3f4255;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.search_event p {
	margin: 0px;
	padding: 0px;
}

.search_event .se_body {
	float: left;
	width: 100%;
	height: 30px;
	background: #fdd100 url(yelow_leftbg.gif) left top no-repeat;
}

.search_event .se_body .se_body2 {
	line-height: 30px;
	background:url(yelow_rightbg.gif) right top no-repeat;
	float: left;
	width: 100%;
}

.search_event .se_body .se_body2 div {
	float: left;
	width: 85%;
	padding-left: 10px;
}

.search_event label {
	margin-right: 0px;
}

.search_event select {
	width: 15%;
	margin-right: 15px;
	overflow: hidden;
	_margin-top: 5px;
}

.search_event input[type="text"] {
	width: 15%;
}

.search_btn {
	background: url(btnbg.png) no-repeat;
	width: 64px;
	height: 23px;
	border: none;
	line-height: normal;
	margin: 4px 10px 0px 0px;
	padding: 0px 0px 5px 0px;
	_padding: 0px;
	float: right;
	color: #414244;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	filter: expression(p_fix(this,'crop'));
}


.maindata {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.maindata h2 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
	line-height: 90%;
}

.maindata h2 small {
	font-size: 15px;
}



ul.ribbon {
	list-style: none;
}

ul.ribbon li {
	float: left;
	width: 49%;
	height: 200px;
	overflow: hidden;
}

ul.ribbon li.adv {
	float: left;
	width: 100%;
	text-align: center;
	height:auto;
	margin-bottom: 30px;
	margin-top: 30px;
	overflow: hidden;
	vertical-align: middle;
}

ul.ribbon li.adv .bannersite_frame {

}

ul.ribbon li h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px; 
}

ul.ribbon li h5 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

ul.ribbon li h5 a {
	color: #f0c600!important;
}

ul.ribbon li dl {
	width: 100%;
	overflow: hidden;
}

ul.ribbon li dl dt {
	float: left;
	width: 108px;
	/*margin-left: 20px;*/ 
}

ul.ribbon li dl dd {
	/*float: right;*/
	/*width: 65%;*/
	padding: 0px 0px 0px 118px;
	line-height: 150%;
}

.dayname {
	text-transform:uppercase;
}

ul.ribbon li dl dd a {
	color: #2697d7;
}

ul.ribbon li dl dd p {
	color: #c40103;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
}


input, textarea, select {
	border: 1px solid #8c8c8c;
	color: #786858;
	font-size: 11px;
	padding: 2px;
}

input.btn {
	background: url(btnbg2.png) no-repeat;
	width: 94px!important;
	height: 28px!important;
	float: none!important;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #17181a;
	margin: 0px!important;
	padding: 0px!important;
	filter: expression(p_fix(this,'crop'));
}

.orderlink {
	background: url(btnbg6.png) no-repeat;
	width: 94px;
	height: 28px;
	font-size: 16px;
	filter: expression(p_fix(this,'crop'));
	float: left;
	text-decoration: none;
	color: #17181a;
	text-align: center;
	line-height: 28px;
	margin: 15px 0px 0px 7px;
}

.slider {
	float: left;
	width: 100%;
	position:relative;
	margin-bottom: 40px;
}

.slider .sbody {	
}


.slider ul {
	list-style: none;
	/*padding: 0px 40px 0px 40px;*/
}

.slider ul li {
	float: left;
	width: 19%;
	text-align: center;
}


.arr_left {
	background:url(arr2_left.gif) no-repeat;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 35%;
	left: 0px;
	z-index: 3;
	cursor: pointer;
}

.arr_right {
	background:url(arr2_right.gif) no-repeat;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 35%;
	right: 0px;
	z-index: 3;
	cursor: pointer;
}

.orderform {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.orderform .error {
	display: none;
}

.orderform .result {
	display: none;
	margin-top: 20px;
	line-height: normal;
	float: left;
	width: 100%;
}

.orderform .result .final {
/*	color: #C40103;*/
}

.orderform .discnt .dcnt {
	color: #C40103;	
}

.orderform .discnt {
	display: none;
	line-height: normal;
	float: left;
	width: 100%;
}

/*.orderfrom input[type="checkbox"] {
	border: none;
}*/

.orderform b {
	color: #929292;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	display:block;
}

.orderform h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

.orderform h4 a {
	color: #fdd100;
}

.orderform dl {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

.orderform dl dt {
	float: left;
	width: 190px;
	font-size: 14px;
}

.orderform dl dd {
	float: left;
	font-size: 18px;
	width: 180px;
}

.orderform .form {
	margin-top: 40px;
}

.orderform .form h2 {
	margin-bottom: 10px;
}

input.order_btn, 
input.btn_submit {
	background:url(btnbg4.png) no-repeat;
	width: 175px;
	height: 51px;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #372b00;
	filter: expression(p_fix(this,'crop'));
}

input.order_btn2, 
input.btn_submit2 {
	background:url(btnbg5.png) no-repeat;
	width: 99px!important;
	height: 30px!important;
	border: none!important;
	cursor: pointer;
	font-size: 16px!important;
	font-weight: bold!important;
	color: #372b00!important;
	filter: expression(p_fix(this,'crop'));
	margin-top: 20px;
}

.acent {
	margin-top: 50px;
	float: left;
	width: 80%;
	text-align: center;
}

.replist {
	float: left;
	width: 100%;
}

.replist ul {
	list-style: none;
}

.replist ul li {
	float: left;
	width: 100%;
}

.replist_top, 
.replist_bot {
	float: left;
	width: 100%;
	height: 5px;
	overflow:hidden;
}

.rl_wrapper {
	float: left;
	width: 100%;
}

.rl_body {
	margin: 0px 5px 0px 5px;
	height: 5px;
	background: url(calfa_dot.png);
	filter: expression(p_fix(this,'scale'));
	overflow: hidden;
}

.replist_content {
	width: 100%;
	float: left;
	overflow: hidden;
	background: url(calfa_dot.png);
	filter: expression(p_fix(this,'scale'));
	line-height: normal;
}

.losttime {
	color: #6f6f6f;
}

.replist_content div {
	padding: 10px 20px 10px 10px;
}

.replist_content dl {
	width: 100%;
	overflow: hidden;
	
}

.replist_content dl dt, 
.replist_content dl dd {
	float: left;
/*	display: table-cell;
	vertical-align: middle;*/
}

.replist_content dl dt {
	width: 10%;
	text-align:center;
	font-size: 18px;
}

.fulldate .replist_content dl dt  {
	width: 20%;
}

.replist_content dl dd.rl_title {
	width: 50%;
	font-size: 18px;
}

.fulldate .replist_content dl dd.rl_title {
	width: 40%;
}

.replist_content dl dd.rl_title a {
	color: #c9a90d;
}

.replist_content dl dd.rl_price {
	width: 15%;
	text-align:center;
	color: #b1090b;
	font-weight: bold;
}

.replist_content dl dd.rl_place {
	width: 25%;
	text-align:right;
}

.replist_content dl dd.rl_place a {
	color: #2697D7;
}

.reptitle {
	background: none;
}

.reptitle dl dt,
.reptitle dl dd {
	font-size: 12px!important;
	color: #929292!important;
	font-weight: normal!important;
}

.reptitle dl dd.rl_place, 
.reptitle dl dd.rl_title {
	text-align: center;
}

.replist_bot .rl_body {
	background:url(cbgbot.png) bottom center repeat-x;
	height: 5px;
	overflow: hidden;
	filter: expression(p_fix(this,'scale'));
}

.replist .last .replist_bot .rl_body {
	background: url(calfa_dot.png);
	filter: expression(p_fix(this,'scale'));
	overflow: hidden;
}

.rl_topleft, 
.rl_botleft {
	float: left;
	margin-left: -100%;
	width: 5px;
	height: 5px;
	background:url(ctopleft.png) no-repeat;
	filter: expression(p_fix(this,'crop'));
	overflow: hidden;
}

.rl_botleft {
	background:url(cbotleft.png) no-repeat;
	filter: expression(p_fix(this,'crop'));
	overflow: hidden;
}

.rl_topright, 
.rl_botright {
	float: left;
	margin-left: -5px;
	width: 5px;
	height: 5px;
	background: url(ctopright.png) no-repeat;
	filter: expression(p_fix(this,'crop'));
	overflow: hidden;
}

.rl_botright {
	background:url(cbotright.png) no-repeat;
	filter: expression(p_fix(this,'crop'));
	overflow: hidden;
}


.form {
	float: left;
	width: 100%;
}

.form .el {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.form .el .ctl {
	float: left;
	width: 100%;
}

.form label {
	margin-bottom: 5px;
	display: block;
}

.form sup {
	color: #F00;
}

.form input {
	width: 40%;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #95aec5;
}

#capcha {
	width: 100px;
	font-size: 38px;
	margin-right: 10px;
}

.form .btn_submit {
	margin-top: 50px;
}


.footer {
	margin: 0 auto;
	width: 100%;
	clear: both;
	font-size: 11px;
/*	bottom:0px;
	height: 112px;*/
/*	position:absolute;	*/
}

.footer small {
	font-size: 12px;
}

.footer .fbody {
	width: 80%;
	padding-top: 40px;
	height: 72px;
	margin: 0 auto;
}

.footer .fl {
	float: left;
	text-align: left;
	width: 35%;
}

.footer .fm {
	float: left;
	width: 40%;
	text-align: center;
}

.footer .fr {
	float: right;
	text-align: right;
	width: 24%;
}

img.leftalign {
	float: left;
	margin: 0px 20px 20px 0px;
}

img.rightalign {
	float: right;
	margin: 0px 0px 20px 20px;
}

.placelist {
	float: left;
	width: 100%;
}

.placelist .placelist_left {
	float: left;
	width: 49%;
}

.placelist .placelist_right {
	float: right;
	width: 49%;
}

.placelist dl {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.placelist dl dt {
	float: left;
	width: 40%;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #2697d7;
	line-height: normal;
	background: url(dot.gif) 15px 22px no-repeat;
}

.placelist dl dd {
	float: right;
	width: 59%;
	padding-top: 5px;
	line-height: 24px;
}

.discount {
	color: #C32B25;
}


.error {
	margin-bottom: 20px;
}

.error p {
	margin: 0px;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

a.bannersite_fake,
a.bannersite_fake:link, 
a.bannersite_fake:visited {
	display:block;
	position:absolute;
}

.content:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}

.jcarousel-container {
    position: relative;
}

.calendar .jcarousel-container {
	overflow: hidden;
	width: 192px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.calendar .jcarousel-clip {
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.calendar .jcarousel-list {
}


.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.topbanner {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	text-align: center;
}