/***************/
/* General CSS */
/***************/

* {
 margin: 0;
 font-family: Arial, Trebuchet, Tahoma, sans-serif;
 font-size: 12px;
 color: #333;
}


/*****************/
/* HTML Elements */
/*****************/

div {
 margin: 0 auto 0 auto;
}

div.divider {
 clear: both;
 margin: 30px auto 30px auto;
 border-top: solid 1px #73777b;
 border-right: solid 1px #f1f3f5;
 border-bottom: solid 1px #f1f3f5;
 border-left: solid 1px #73777b;
}

div.top {
 margin-top: 20px;
}

h1 {
 padding: 22px 0 10px 0;
 font-family: Helvetica, Arial, Verdana, sans-serif;
 line-height: 25px;
 font-size: 25px;
 font-weight: normal;
 color: #cb2027;
}

.h2, h2 {
 padding: 15px 0 10px 0;
 font-family: Helvetica, Arial, Verdana, sans-serif;
 font-size: 16px;
 line-height: 18px;
 font-weight: bold;
 color: #781114;
}

.h3, h3 {
 padding: 10px 0 5px 0;
 font-family: Helvetica, Arial, Verdana, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #846163;
}

.blue {
 display: inline;
 font-size: inherit;
 font-weight: bold;
 color: #1E496d;
}

p {
 padding: 0 0 15px 0;
 line-height: 1em;
 text-align: left;
}

p.first {
 padding-top: 0;
}

a {
 font-size:inherit;
 color: #434d89;
}
a:hover {
 font-size:inherit;
 color: #333;
}

small, .small {
 font-size: .75em;
}

.grey {
 color: #666;
}

.red {
 color: #cb2027;
}

.green {
 color: #49A44D;
}

.bold {
 font-weight: bold;
}

.italic {
 font-style: italic;
}

b {
 color: inherit;
}

ul {
 padding: 5px 0 5px 0;
}
ul li {
 width: 100%;
 padding: 0 0 15px 10px;
 list-style-type: none;
 background: transparent url(/images/bullet.png) no-repeat 0px 3px;
 font-size: 11px;
}

ul.legible {
 padding: 10px 0 20px 0;
}
ul.legible li {
 width: 98%;
 font-size: 1em;
}

ul.big {
 padding: 10px 0 20px 0;
}
ul.big li {
 width: 98%;
 font-size: 1.2em;
 line-height: 1.2em;
 font-weight: bold;
}

ul.tight li {
 padding-bottom: 5px;
}

.package_detail .description ul li {
 padding-bottom: 0px;
}




/********************/
/* Body and Wrapper */
/********************/

body, #body {
 width: 100%;
 height: 100%;
 line-height: 100%;
 padding: 0 0 40px 0;
 background-color: #441414;
 text-align: center;
}

#wrapper {
 width: 998px;
 height: 100%;
 margin: 0 auto 0 auto;
 padding: 0;
 background-image: url(/images/bg.gif);
 background-position: 13px 0px;
 background-repeat: repeat-y;
}








/**********/
/* Header */
/**********/

#header {
 width: 998px;
 height: 228px;
 margin: 0;
 padding: 0;
 background-color: transparent;
}
#header_left {
 float: left;
 width: 205px;
 height: 228px;
 background-image: url(/images/header_bg_left.jpg);
 background-repeat: no-repeat;
 background-position: top right;
}
#header_left a {
 display: block;
 float: left;
 width: 205px;
 height: 200px;
 margin: 10px 0 0 0;
 text-decoration: none;
}
#header_mid {
 float: left;
 width: 751px;
 height: 228px;
}
#header_topmid {
 width: 751px;
 height: 55px;
 background-image: url(/images/header_bg_topmid.jpg);
 background-repeat: no-repeat;
}
#header_images, #header_images div {
 width: 751px;
 height: 109px;
 background-repeat: no-repeat;
}
#header_images {
 background-color: #fff;
}
#header_botmid {
 width: 751px;
 height: 64px;
 background-image: url(/images/header_bg_botmid.jpg);
 background-repeat: no-repeat;
}
#header_right {
 float: left;
 width: 42px;
 height: 228px;
 background-image: url(/images/header_bg_right.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}
 





 
 
 


/***********/
/* Content */
/***********/

#content_wrapper {
 clear: both;
 width: 951px;
 height: 100%;
 margin: 0 auto 0 23px;
 padding: 0;
 background-color: #fff;
 text-align: left;
}

.content {
 clear: both;
 float: left;
 width: 951px;
 height: 100%;
 padding: 0 0 20px 0;
 background: #fff url(/images/content_bg.gif) repeat-y;
 text-align: left;
}

.leftcolumn {
 clear: none;
 float: left;
 width: 186px;
 height: 100%;
 padding: 38px 0 0 0;
 background: transparent url(/images/leftcolumn_topcap.gif) no-repeat;
}

.centercolumn {
 clear: none;
 float: left;
 width: 499px;
 height: 100%;
 padding: 20px;
}

.rightcolumn {
 clear: none;
 float: right;
 width: 225px;
 height: 100%;
 margin: 0;
 padding: 38px 0 0 0;
 background: transparent url(/images/rightcolumn_topcap.gif) no-repeat;
}

.leftcolumn form div, .rightcolumn form div {
 width: auto;
}

div.padded {
 padding: 0 25px 0 25px;
}







/**********/
/* Navbar */
/**********/

#navbar {
 width: 100%;
 height: 32px;
 margin: 0;
 padding: 0 0 0 49px;
 background-color: transparent;
}

#navbar a, #navbar a:hover, #navbar div#navbar_leftcap, #navbar div#navbar_rightcap {
 display: block;
 float: left;
 height: 32px;
 margin: 0;
 padding: 0;
 overflow: hidden;
 background-color: transparent;
 background-repeat: no-repeat;
 text-align: center;
}
#navbar a {
 background-position: 0px 0px;
}
#navbar a:hover, #navbar a.selected {
 background-position: 0px -32px;
}

#navbar div#navbar_leftcap {
 width: 2px;
 background-image: url(/images/navbar_leftcap.gif);
}
#navbar div#navbar_rightcap {
 width: 1px;
 background-image: url(/images/navbar_rightcap.gif);
}

#navbar a#navbar_home {
 width: 81px;
 background-image: url(/images/navbar_home.gif);
}
#navbar a#navbar_company {
 width: 139px;
 background-image: url(/images/navbar_company.gif);
}
#navbar a#navbar_whybuyfromus {
 width: 175px;
 background-image: url(/images/navbar_whybuyfromus.gif);
}
#navbar a#navbar_terms {
 width: 178px;
 background-image: url(/images/navbar_terms.gif);
}
#navbar a#navbar_vipclub {
 width: 98px;
 background-image: url(/images/navbar_vipclub.gif);
}

#navbar2 {
 clear: both;
 width: 1000px;
 height: 17px;
 margin: 6px 0 0 0;
 padding: 6px 0 2px 55px;
 background-color: transparent;
}

#navbar2 a, #navbar2 a:hover {
 display: block;
 float: left;
 height: 17px;
 margin: 0 27px 0 0;
 padding: 0;
 overflow: hidden;
 background-color: transparent;
 background-repeat: no-repeat;
 text-align: center;
}
#navbar2 a {
 background-position: 0px 0px;
}
#navbar2 a:hover, #navbar2 a.selected {
 background-position: 0px -17px;
}

#navbar2 a#navbar2_tickets {
 width: 43px;
 background-image: url(/images/navbar2_tickets.gif);
}
#navbar2 a#navbar2_packages {
 width: 103px;
 background-image: url(/images/navbar2_packages.gif);
}
#navbar2 a#navbar2_agencies {
 width: 101px;
 background-image: url(/images/navbar2_agencies.gif);
}
#navbar2 a#navbar2_distributors {
 width: 114px;
 background-image: url(/images/navbar2_distributors.gif);
}
#navbar2 a#navbar2_contact {
 width: 70px;
 background-image: url(/images/navbar2_contact.gif);
}
#navbar2 a#navbar2_login {
 width: 98px;
 background-image: url(/images/navbar2_login.gif);
}

















/********************/
/* Forms and Inputs */
/********************/

form {
 margin: 0 0 0 0;
 padding: 20px 0 0 0;
}

form fieldset {
 margin: 0;
 padding: 0;
 border: none;
}

form div {
 clear: both;
 width: 100%;
 margin: 0 0 5px 0; /* This appear to affect only IE */
 padding: 0;
}

input, select, label, .inputinfo {
 float: left;
 margin: 0;
 padding: 0;
}

input, select, .input {
 margin: 0 0 5px 0; /* This appears to affect all browsers other than IE */
 font-size: 10px;
 border: solid 1px #846163;
}
input, .input {
 line-height: 13px;
 padding: 1px 2px 1px 2px;
}

label {
 width: 100px;
 margin: 2px 0 0 0;
}

input {
 width: 200px;
}

.inputinfo {
 clear: none;
 margin: 0 0 0 100px;
 font-size: .9em;
}

input.checkbox {
 float: left;
 width: 15px;
 margin: 2px 0 5px 0;
 border: none;
 text-align: left;
}
label.checkbox, label.rightside, .rightside {
 float: left;
 clear: none;
 width: auto;
 margin: 2px 10px 0 5px;
}

input.submit {
 float: right;
 height: 30px;
 margin: 0 0 0 10px;
 padding-left: 10px;
 padding-right: 10px;
 border-top: solid 1px #fff;
 border-right: solid 1px #ccc;
 border-bottom: solid 1px #ccc;
 border-left: solid 1px #fff;
 background-color: transparent;
 background-image: url(/images/button_bg.gif);
 background-repeat: repeat-x;
 background-position: 0px 0px;
 color: #ffda56;
 cursor: pointer;
}

input.small {
 height: 25px;
 margin: 3px 0 0 0;
 background-position: 0px -2px;
}

input.unhighlight {
 color: #ccac45;
}

textarea {
 width: 450px;
 line-height: 1.25em;
 height: 6.25em;
}

.invalid {
 background-color: #ef7975;
}

input.date {
 width: 75px;
}

/* Buttons */
input.btn, .btn {
 display: block;
 clear: none;
 height: 20px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 background-color: transparent;
 background-repeat: no-repeat;
 border: none;
 cursor: pointer;

 /* Default bg - overwritten by a specific definition below, ITIS */
 width: 100px;
 background-image: url(/images/btn_bg.png);
 text-align: center;
}

input.btn_search, .btn_search {
 width: 100px;
 background-image: url(/images/btn_search.png);
}
input.btn_add, .btn_add {
 width: 60px;
 background-image: url(/images/btn_add.png);
}
input.btn_back, .btn_back {
 width: 55px;
 background-image: url(/images/btn_back.png);
}
input.btn_next, .btn_next {
 width: 55px;
 background-image: url(/images/btn_next.png);
}
input.btn_addtocart, .btn_addtocart {
 width: 100px;
 background-image: url(/images/btn_addtocart.png);
}
input.btn_remove, .btn_remove {
 width: 49px;
 height: 16px;
 background-image: url(/images/btn_remove.png);
}
input.btn_checkout, .btn_checkout {
 width: 100px;
 background-image: url(/images/btn_checkout.png);
}
input.btn_confirm, .btn_confirm {
 width: 100px;
 background-image: url(/images/btn_confirm.png);
}
input.btn_login, .btn_login {
 width: 69px;
 background-image: url(/images/btn_login.png);
}
input.btn_join, .btn_join {
 width: 69px;
 background-image: url(/images/btn_join.png);
}
input.btn_view, .btn_view {
 width: 61px;
 height: 14px;
 background-image: url(/images/btn_view.png);
}
input.btn_register, .btn_register {
 width: 100px;
 background-image: url(/images/btn_register.png);
}
input.btn_validate, .btn_validate {
 width: 100px;
 background-image: url(/images/btn_validate.png);
}
input.btn_save, .btn_save {
 width: 61px;
 background-image: url(/images/btn_save.png);
}
input.btn_paynow, .btn_paynow {
 width: 100px;
 background-image: url(/images/btn_paynow.png);
}
input.btn_cancel, .btn_cancel {
 width: 100px;
 background-image: url(/images/btn_cancel.png);
}

input.btn_plusminus, .btn_plusminus {
 clear: none;
 display: block;
 width: 35px;
 height: 10px;
 background-image: url(/images/btn_plusminus.png);
 background-repeat: no-repeat;
 background-color: transparent;
 border: none;
}

.btn_plusonly {
 background-position: 0px -10px;
}
.btn_minusonly {
 background-position: 0px -20px;
}
.btn_noplusminus {
 background-position: 0px -30px;
}

.disabled {
 cursor: default;
}









/*********************/
/* Modules and Boxes */
/*********************/

#minicart {
 width: auto;
 margin: 0;
 padding: 40px 20px 20px 10px;
 background: transparent url(/images/leftcolumn_shoppingcart.gif) no-repeat;
 border: none;
}
#minicart ul li div {
 font-size: .9em;
}

#ticketsselector {
 margin: 0;
 padding: 0;
}
#ticketsselector fieldset {
 width: auto;
 margin: 0;
 padding: 40px 20px 0 20px;
 background: transparent url(/images/leftcolumn_tickets.gif) no-repeat;
 border: none;
}
#ticketsselector ul li {
 padding-bottom: 5px;
}

#packagesselector {
 margin: 0;
 padding: 0;
}
#packagesselector fieldset {
 width: auto;
 margin: 0;
 padding: 40px 20px 0 20px;
 background: transparent url(/images/rightcolumn_packages.gif) no-repeat;
 border: none;
}
#packagesselector select {
 min-width: 50px;
}

#ticketsselector label, #packagesselector label {
 width: auto;
 margin-right: 5px;
}

.columninfo {
 margin: 0;
 width: 100%;
}

form.pinkbox fieldset, div.pinkbox, ul.pinkbox, table.pinkbox {
 width: auto;
 margin: 0 0 5px 0;
 padding: 10px;
 border: solid 1px #846163;
 background-color: #ebdddd;
}
table.pinkbox {
 width: 100%;
}

form.lightpinkbox fieldset, div.lightpinkbox, ul.lightpinkbox {
 width: auto;
 margin: 0 0 5px 0;
 padding: 10px;
 border: solid 1px #846163;
 background-color: #ffefef;
}

#ticketsselector select, #packagesselector select {
 border: solid 1px #7F9DB9;
}

#rotatingsidebarimages {
 width: 180px;
 margin: 0;
 padding: 40px 20px 0 20px;
}














/******************/
/* Pricing Tables */
/******************/

table.pricingmatrix {
 width: 100%;
 border: solid 1px #846163;
}

table.pricingmatrix, table.pricingmatrix tr {
 margin: 0;
 padding: 0;
}
table.pricingmatrix tr td {
 padding: 10px;
 border-top: solid 2px #fff;
 border-left: solid 2px #fff;
 border-spacing: 0;
 vertical-align: middle;
}

table.pricingmatrix tr td, table.pricingmatrix tr th {
 line-height: 1.1em;
 text-align: center;
}

table.pricingmatrix tr th {
 height: 40px;
 line-height: 20px;
 border-left: solid 2px #fff;
 padding: 0 5px 0 5px;
 vertical-align: middle;
}

table.pricingmatrix tr th, table.pricingmatrix tr td.rh {
 background-color: #eed3d3;
}
table.pricingmatrix tr td.rh, table.pricingmatrix tr th.rh {
 width: 110px;
 border-left: none;
}

table.pricingmatrix tr {
 background-color: #fef0f0;
}






















/*******************/
/* Package Details */
/*******************/

.package_detail * {
 font-family: Arial, sans-serif;
}

.package_detail h1 {
 display: block;
 width: auto;
 margin: 0 auto 5px auto;
 text-align: center;
 font-size: 19px;
 line-height: 21px;
 font-weight: normal;
 color: #000;
}
.package_detail h2 {
 display: block;
 width: auto;
 margin: 0 0 10px 0;
 text-align: left;
 font-size: 16px;
 line-height: 20px;
 font-weight: bold;
 color: #000;
}
.package_detail div.daysnights {
 display: block;
 width: auto;
 margin: 0 auto 3px auto;
 text-align: center;
 font-size: 13px;
 font-weight: bold;
 color: #0000ff;
}
.package_detail div.ID {
 display: block;
 width: auto;
 margin: 0 auto 3px auto;
 text-align: center;
 font-size: 13px;
 font-weight: bold;
}
.package_detail div.pricing {
 display: block;
 width: auto;
 margin: 0 auto 3px auto;
 text-align: center;
 font-size: 13px;
 font-weight: bold;
}
.package_detail div.description {
 margin: 20px auto 20px auto;
 font-size: 14px;
}

.package_detail div.schedule {
 display: block;
 width: auto;
 margin: 0 0 10px 0;
 text-align: left;
 font-size: 13px;
}

.package_detail .venue p {
 margin: 0;
 padding: 0 0 20px 0;
}

.package_detail .hotel div.name {
 margin: 0 auto 10px 0;
 font-size: 20px;
 font-weight: bold;
 color: #000;
}
.package_detail .hotel div.address {
 margin: 0 auto 10px 0;
 font-size: 12px;
 font-weight: normal;
 color: #000;
}
.package_detail .hotel div.stars {
 margin: 15px auto 20px 0;
}

.package_detail form.customization {
 margin: 0;
 padding: 0;
}
.package_detail form.customization fieldset {
 width: auto;
 height: 65px;
 margin: 0 0 20px 0;
 padding: 10px 10px 0px 10px;
 border: solid 1px #999;
}
.package_detail form.customization div {
 width: auto;
}
.package_detail form.customization select, .package_detail form.customization label {
 width: auto;
 font-size: .8em;
}
.package_detail form.customization select {
 height: auto;
 padding: 0px;
}
.package_detail form.customization label {
 margin-right: 5px;
}
.package_detail form.customization select option {
 font-size: 1em;
}











/*****************/
/* Shopping Cart */
/*****************/

table.cart {
 width: 100%;
 border-bottom: solid 1px #846163;
}
table.noheader {
 border-top: solid 1px #846163;
 border-left: solid 1px #846163;
}

table.cart, table.cart tr {
 margin: 0;
 padding: 0;
 border-right: solid 1px #846163;
}
table.cart tr td {
 padding: 5px;
 border-left: solid 1px #846163;
 border-spacing: 0;
}
table.noheader tr td {
 border-left: none;
}

table.cart tr th {
 height: 20px;
 line-height: 20px;
 padding: 0 5px 0 5px;
 background-image: url(/images/cart_header_bg.gif);
 background-repeat: repeat-x;
}

table.cart tr {
 background-color: #fef0f0;
}
table.cart tr.odd {
 background-color: #eed3d3;
}
table.cart tr.seperated td {
 padding: 15px;
 border-top: solid 2px #846163;
}

div.steps {
 margin-top: 15px;
 color: #ccc;
 font-size: 16px;
}













/**************************/
/* Rotating Sidebar Image */
/**************************/

.rotatingimage {
 width: 180px;
 height: 160px;
 margin: 0 0 20px 0;
 padding: 0;
 background-repeat: no-repeat;
}

#sidebar_image_0_0 {
 background-image: url(/images/rightcolumn/xian1.jpg);
}
#sidebar_image_0_1 {
 background-image: url(/images/rightcolumn/xian2.jpg);
}

#sidebar_image_1_0 {
 background-image: url(/images/rightcolumn/beijing1.jpg);
}
#sidebar_image_1_1 {
 background-image: url(/images/rightcolumn/beijing2.jpg);
}

#sidebar_image_2_0 {
 background-image: url(/images/rightcolumn/panda1.jpg);
}
#sidebar_image_2_1 {
 background-image: url(/images/rightcolumn/panda2.jpg);
}

#sidebar_image_3_0 {
 background-image: url(/images/rightcolumn/eco1.jpg);
}
#sidebar_image_3_1 {
 background-image: url(/images/rightcolumn/eco2.jpg);
}


					
					
					
					






/**********************************/
/* Error, Responses, and Feedback */
/**********************************/

div.error, div.notice, div.success {
 position: relative;
 width: auto;
 background-position: 30px 50%;
 background-repeat: no-repeat;
 border: solid 1px #666;
 padding: 3px 60px 3px 60px;
 margin: auto auto 10px auto;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
}

div.error p, div.notice p, div.success p {
 padding: 0px;
 margin: 3px;
 color: #fff;
}
div.notice p {
 color: #000;
}

div.error {
 background-color: #F00A00;
 background-image: url(/images/icon_error.gif);
}
div.notice {
 background-color: #FFD800;
 background-image: url(/images/icon_notice.gif);
}
div.success {
 background-color: #009900;
 background-image: url(/images/icon_success.gif);
}

.invalid {
 background-color: #ef7975;
}











/**********/
/* Footer */
/**********/

#adticker {
 position: relative;
 width: 907px;
 height: 20px;
 margin: 2px auto 0 auto;
 padding: 5px 20px 10px 20px;
 background-color: #000;
 text-align: left;
 letter-spacing: 1px;
 overflow: hidden;
}
#adticker div, #adticker div a {
 font-size: 1.5em;
 color: #7EBB77;
}
#adticker_content {
 position: absolute;
 width: auto;
 line-height: 1.25em;
 white-space: nowrap;
}

#footernav {
 width: 907px;
 height: 13px;
 margin: 0 auto 0 auto;
 padding: 13px 20px 10px 20px;
 background-image: url(/images/footernav_bg.gif);
 background-repeat: no-repeat;
 background-color: #340000;
 text-align: center;
 letter-spacing: 1px;
}

#footernav, #footernav a {
 font-size: .9em;
 color: #ccc;
}
#footernav a {
 padding: 0 10px 0 10px;
}
#footernav a:hover {
 color: #fff;
}

#footer {
 width: 998px;
 height: 12px;
 margin: 0 auto 0 auto;
 padding: 0;
 background-image: url(/images/footer_bg.gif);
 background-position: 13px 0px;
 background-repeat: no-repeat;
 background-color: transparent;
 text-align: right;
}
#footer div {
 float: right;
 padding: 14px 20px 0 0;
 text-align: right;
}

#footer div, #footer div a {
 color: #ffda56;
 font-size: 11px;
 letter-spacing: 2px;
}

#footer div a, #footer div a:hover {
 padding: 0 12px 0 12px;
}
#footer div a {
 text-decoration: none;
}
#footer div a:hover {
 text-decoration: underline;
}

#footer div a#footer_homelink {
 display: block;
 float: right;
 width: 200px;
 height: 34px;
 margin: 3px 18px 0 0;
 padding: 0;
 text-align: left;
}




/***********/
/* Credits */
/***********/

#credits, #credits a {
 width: 998px;
 margin: 0 auto 0 auto;
 padding: 0;
 text-align: center;
 color: #775757;
 font-size: 9px;
 font-weight: normal;
 text-decoration: none;
 letter-spacing: 5px;
}

#credits {
 padding: 15px 0 0 0;
}

#credits p {
 margin: 15px 0 15px 0;
 padding: 0;
 text-align: center;
}

#credits a, #credits .a {
 letter-spacing: 2px;
 text-decoration: none;
}

#credits a:hover {
 letter-spacing: 2px;
 color: #996969;
 text-decoration: underline;
}

#credits .a {
 padding: 0 10px 0 10px;
}




















/****************************************/
/* Floater Cells (aka Mouseover Popups) */
/****************************************/

.floatercell {
 height: 260px;
 float: left;
 border: 0px solid #080;
 margin: 0px;
 width: 112px;
 overflow: hidden;
}


.floatercell .relevanceBar {
 background: #ededed;
 margin: 4px 0px 4px 0px;
 width: 50px;
 text-align: left;
 line-height: 4px;
 font-size: 4px;
}

.paddingDiv {
 float: left;
 margin-right: 10px;
}

.searchImg {
 border: 1px solid #E0E0E0;
 }

