
*.txt_small, .comment { font-size: 0.92em; }
*.txt_grey, .comment { color: #5a5a5a; }
*.txt_brown { color: #b66d35; }
*.txt_white { color: #fff; }
*.txt_center { text-align: center; }
*.txt_normal { color: #a6a6a6; }

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    background: #343434 url('../images/bg-main.gif') 0 0 repeat;
    font-family: Tahoma;
    margin: 0;
    margin-bottom: 2em;
    padding: 0;
    color: #a6a6a6;
    font-size: 0.75em;
    line-height: 1.50em;
}


.thumb {
    margin: 5px 7px;
    float: left;
    display: inline-block;
}

div.thumb {
    float: left;
    display: inline-block;
    margin: 0 3px 10px 3px;
    padding: 2px;
    background: #171717;
    border: 1px solid #505050;
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 90px;
}

div.thumb.home_gallery {
    width: 43px;
    height: 43px;
}

div.thumb.package,
div.thumb.article {
    width: 250px;
    height: 220px;
}

div.thumb.image_gallery {
    width: 110px;
    height: 110px;
}

div.thumb.small_image_gallery {
    width: 70px;
    height: 70px;
}

h1 {
    font-size: 1.92em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    padding: 0;
    display: block;
    color: #729554;
}


h2 {
    font-size: 1.72em;
    line-height: normal;
    font-weight: normal;
    margin: 0 0 0.31em 0;
    display: block;
    color: #b66d35;
    padding: 0;
}



h3 {
    font-size: 1.23em;
    line-height: normal;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
}


* + h3 { margin-top: 2em; }

h2 + h3 { margin-top: .5em; }


h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: block;
    color: #729554;
}


img { border:0; }

p {
    margin: 0 0 1.3em 0;
    padding: 0;
}

p + h2 {
    margin-top: 2em;
}

a { color: #b66d35; }
a:hover { color: #5f863d; }


.hr {
    width: 100%;
    height: 10px;
    clear: both;
    background: url('../images/dot-bg-small.gif') 0 0 repeat-x;
}
.bg{

	background-color:#252525;
	padding:15px;
	font-size:12px;
	font-family:Arial;
	float:left;
}
.bg .title{
	float:left;
	width:140px;
	color:#696969;
}
.bg .des{
	float:left;
	width:570px;
}
.cpad{
	color:#696969;
}
.cpad .textfield input{
	background-color:#252525;
	border:0;
	color:#a6a6a6;
	padding:5px;
}

.bighr{
    background: url('../images/dot-bg-big.gif') 0 0 repeat-x;
}
ul.rocks {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    text-align: left;
}

ul.rocks li {
    background: url('../images/ul-rocks_bullet.gif') 0 50% no-repeat;
    padding: 0 0 0 20px;
    margin: 3px 0;
    display: block;
}

ul.rocks li.active {
    background-image: url('../images/ul-rocks_bullet-active.gif');
}

ul.rocks li.active a {
    color: #87a46c;
}


div.errors {
    margin-bottom: 1.3em;
    padding: 15px;
    background: #7e2c21;
    color: #fff;
}

div.errors h1 {
    color: #fff;
    margin-bottom: 0.32em;
}

div.errors ul {
    list-style: decimal inside;
    margin: 0;
    padding: 0;
    display: block;
    color: #fff;
}

div.errors ul li {
    margin: 0;
    padding: 0;
}

div.success {
    margin: 0;
    margin-bottom: 1.3em;
    padding: 15px;
    color: #fff;
    background: #4a6986;
    text-align: left;
}

div.success h1 {
    color: #fff;
    margin-bottom: 0.32em;
}

div.success a {
    color: #eee;
}






/* -------------
 * helper styles
 * ~ clearing floats, max width fixes and elements
 * ~ to set a min height and min width
*/

.clearfix:after,
form div:after,
form:after,
form div .checkboxes div:after,
#content:after,
.gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


html[xmlns] .clearfix,
html[xmlns] form div,
html[xmlns] form,
html[xmlns] form div .checkboxes div,
html[xmlns] #content,
html[xmlns] .gallery {
    display: block;
}


.clearfix,
form div,
form,
form div .checkboxes div label,
#content,
.gallery { display: inline-block; }

* html .clearfix,
* html form div,
* html form,
* html form div .checkboxes div,
* html #content,
* html .gallery {
    height: 1%;
}

.clear {
    height: 0;
    line-height: 0;
    font-size: 1px;
    clear: both;
    display: block;
    overflow: hidden;
}

.widthfix {
    width: 100%;
    overflow: hidden;
}



form {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

form div {
    display: block;
    padding: 2px 0;
    margin: 0;
}

form div.column {
    padding: 0;
}

form div.alt { background: #252525; }

form div label,
form div span.label {
    display: inline-block;
    width: 120px;
    padding: 3px 0;
    margin: 0;
    float: left;
}


.long_fields label,
.long_fields span.label {
    width: 650px;
}


/*

form div label.stretch,
form div span.label.stretch {
    display: block;
    width: 100%;
    float: none;
}

form div label.inline,
form div span.label.inline {
    display: inline-block;
    float: none;
    margin-right: 5px;
    margin-left: 5px;
}

form div label.cost,
form div span.label.cost {
    margin-right: 5px;
}
*/

form div .textfield,
form div .textarea,
form div .select,
form div .date {
    display: block;
    width: 180px;
    overflow: hidden;
    margin: 0;
    padding: 2px 0;
}

.long_values .textfield,
.long_values .textarea,
.long_values .select {
    width: 570px;
}

.long_fields .textfield,
.long_fields .textarea,
.long_fields .select {
    width: 40px;
}

.long_fields .select select {
    width: 100% !important;
}

* html form div .textfield,
* html form div .textarea,
* html form div .select,
* html form div .date {
    float: left;
}

form div .select {
    border: none;
}


form div .textfield input,
form div .textarea textarea,
form div .select select,
form div .date select {
    margin: 0;
    padding: 2px 0;
    background: #ffffff;
    border: 1px solid #fff;
    width: 100%;
    height: auto;
    font-size: 11px;
    display: inline-block;
    font-family: inherit;
}

form div .textarea textarea {
    height: 10em;
}

table select { width: 100%; }

form div .select select,
form div .date select {
    border: 1px solid #fff;
    padding: 1px 0;
    width: auto;
}

form #package_listing div label,
form .package_listing div label {
    display: none;
}

form div .checkboxes {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

* html form div .checkboxes {
    float: left;
}

form div .checkboxes div {
    display: block;
    margin: 4px 0;
    padding: 2px 0;
}

.accommodation_packages .checkboxes div {
    margin: 4px 0 0 10px !important;
}
.specials .checkboxes div {
    margin: 4px 0 0 10px !important;
}

form div .checkboxes div input {
    border: none;
    width: 13px;
    height: 13px;
    vertical-align: top;
    margin: 2px 0;
    float: left;
    clear: none;
}

form div .checkboxes div label {
    width: auto !important;
    display: block !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: none;
}

* html form div .checkboxes div label {
    float: left;
}

form div .checkboxes div label span.label {
    width: auto;
    display: inline-block !important;
    margin: 0;
    padding: 0 5px;
}

form div .checkboxes div label span.label.right {
    float: right;
}


.cost {
    margin: 0;
    padding: 0;
    
    text-align: right !important;

}

.cost2 {
    margin: 0;
    padding: 0;
    clear:both;
    
    text-align: left !important;
    color:#666;
}


.button {
    background: url('../images/btn-left.gif') 0 0 no-repeat;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.button.subscribe { width: 120px; }


.button div {
    background: url('../images/btn-right.gif') 100% 0 no-repeat;
    display: block;
    font-size: 11px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.button div input,
.button div span,
.button div a {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    overflow: visible;
    color: #b7c9a7;
    text-decoration: none;
    text-align: center;
}


.button div span,
.button div a {
    
    width: auto;
    display: block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    
}


label.key {
    display: inline-block;
    width: 120px;
    float: left;
    padding: 2px 0;
    font-weight: bold;
}

div.value {
    display: block;
    width: auto;
    clear: none;
    overflow: hidden;
    float: none;
    padding: 2px 0;
}

* html div.value {
    float: left;
}


/*


div.txt_inpt {
    display: inline;
    background: #fff;
    border: 1px solid #afafaf;
    width: 180px;
    vertical-align: top;
    overflow: hidden;
    float: left;
    padding: 2px 0;
}

div.chckbx_inpt {
    display: inline;
    vertical-align: top;
    overflow: hidden;
    float: left;
    padding: 2px 0;
}

div.btn_inpt {
    margin: 7px 0;
    display: inline;
    background: url('/images/btn-left.gif') no-repeat 0 0;
    float: left;
}

div.btn_inpt input {
    margin: 0;
    padding: 0 18px;
    font-size: 12px;
    display: inline;
    height: 32px;
    width: auto;
    overflow: visible;
    background: url('/images/btn-right.gif') no-repeat 100% 0;
    border: none;
    color: #ffffff;
    vertical-align: middle;
    float: left;
    font-weight: normal;
}

div.txt_inpt.shrt { width: 50px; }
div.txt_inpt.lng { width: 300px; }
div.txt_inpt.day { width: 40px; }
div.txt_inpt.month { width: 50px; }
div.txt_inpt.year { width: 55px; }

div.txt_inpt.minute { width: 40px; }
div.txt_inpt.hour { width: 40px; }
div.txt_inpt.meridian { width: 67px; }

input.txt,
textarea.txt,
select.txt {
    font-size: 1em;
    height: 1.17em;
    overflow: hidden;
    border: 0;
    background: #ffffff;
    padding: 0;
    margin: -1px 0;
    width: 100%;
    display: block;
    vertical-align: top;
}

select.txt {
    margin: -2px 0;
    height: 18px;
}

input.chckbx {
    height: 13px;
    overflow: hidden;
    padding: 0;
    margin: 0 5px;
    width: 13px;
    display: block;
    vertical-align: top;
}


div.txt_inpt > input.txt,
div.txt_inpt > textarea.txt {
    margin: 0;
}


textarea.txt { height: 5em; }


.value {
    float: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: auto;
}

* html .value { float: left; }

*/



#shell {
    margin: auto;
    width: 770px;
}

#header,
#content {
    float: left;
    width: 100%;
    background: #1e1e1e;
}

.topComp{
    background: url('../images/top-competition.gif') 0 0 repeat-x;
}

#content { padding-bottom: 3em; }

#logo {
    float: left;
    width: 184px;
    height: 148px;
    overflow: hidden;
}

#global_links {
    float: right;
    line-height: 1.2em;
    vertical-align: top;
    margin: 6px 0;
    margin-right: 6px;
    color: #696969;
    font-size: 0.92em;
}

#global_links a {
    color: #696969;
    padding: 0 2px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

#global_links a:hover {
    text-decoration: underline;
    color: #898989;
}


#site_navigation {
    float: right;
    width: 586px;
    height: 75px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url('../images/site-nav_end.gif') 100% 0 no-repeat;
}

#site_navigation li {
    float: left;
    display: inline;
    height: 75px;
    overflow: hidden;
}

#site_navigation li a {
    float: left;
    display: inline;
    height: 75px;
    overflow: hidden;
}

#site_navigation li a:hover img {
    margin-top: -75px;
}



#new_site_navigation {
    float: right;
    width: 586px;
    height: 68px;
    overflow: hidden;
    margin: 0 0 4px 0;
    padding: 0;
    background: url('../images/navigation_right.gif') 100% 0 no-repeat;
}

#new_site_navigation li {
    float: left;
    display: inline;
    margin: 15px 0 11px 0;
    height: 42px;
    overflow: hidden;
}

#new_site_navigation li a {
    float: left;
    display: inline-block;
    height: 42px;
    overflow: hidden;
}

#new_site_navigation li a img {
    margin: 0;
    display: inline-block;
}

#new_site_navigation li a:hover img {
    margin-top: -42px;
}



#page_title {
    float: right;
    width: 586px;
    height: 48px;
    overflow: hidden;
}

#page_title img {
    float: left;
    display: inline;
}

#banner {
    float: left;
    width: 770px;
    height: 250px;
    clear: both;
    overflow: hidden;
}
#Banner {
    float: left;
    width: 770px;
    height: 250px;
    clear: both;
    overflow: hidden;
    position: relative;
}
#compBanner{
    float: left;
    width: 770px;
    height: 149px;
    clear: both;
    overflow: hidden;
}

#home_banner {
    float: left;
    width: 770px;
    height: 290px;
    clear: both;
    overflow: hidden;
}

#banner img {
    float: left;
    display: inline;
}


#member_benefits_banner {
    float: left;
    width: 770px;
    height: 323px;
    clear: both;
    overflow: hidden;
    position: relative;
}

#member_benefits_banner #member_benefits_logo {
    position: absolute;
    top: 50px;
    right: 25px;
}

#member_benefits_banner #member_benefits_intro {
    margin-top: -180px;
    margin-left: 200px;
    margin-right: 10px;
}


#member_benefits_banner #member_benefits_intro .vpad { margin-top: 15px; margin-bottom: 15px; }
#member_benefits_banner #member_benefits_intro .hpad { margin-left: 15px; margin-right: 15px; }


.vpad { margin-top: 15px; margin-bottom: 15px; }
.hpad { margin-left: 15px; margin-right: 15px; }


.column { float: left !important; }
.column.right { float: right !important; }
.column.auto {
    float: none !important;
    width: auto !important;
    overflow: hidden !important;
}
* html .column.auto { float: left !important; }

.column.home_left { width: 200px; }
.column.full { width: 100% !important; }
.column.half { width: 50% !important; }
.column.two_thirds {  width: 66%; }
.column.third { width: 33% !important; }
.column.quarter { width: 25% !important; }
.column.three_quarters { width: 75%; }
.column.two_fifths { width: 40%; }
.column.three_fifths { width: 60%; }


.bg_border_right {
    background-image: url('../images/dot-bg-small.gif');
    background-position: 100% 0;
    background-repeat: repeat-y;
}


.bg_border_left {
    background-image: url('../images/dot-bg-small.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
    margin-left:-6px;
}

.border_left_padding {
    padding-left: 6px;
}


#footer {
    clear: both;
    height: 99px;
    width: 770px;
    margin: auto;
    background: url('../images/bg-footer.jpg') 0 0 repeat;
    color: #435732;
    font-size: 0.92em;
    overflow: hidden;
}

#footer div {
    margin: 0 15px;
    margin-bottom: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#footer a {
    color: #435732;
    text-decoration: none;
}

#footer a:hover { text-decoration: underline; }


#featured_products .thumb {
    width: 100px;
    height: 90px;
    overflow: hidden;
}

#categories .thumb {
    width: 100px;
    height: 90px;
    overflow: hidden;
}

.answer .textfield {
    width:565px;
}

div.imgborder{
    width:467px;
    height:233px;
    background:url('../images/compborder.gif') 0 0 no-repeat;
    border:none;
}

div.imgborder img{
    margin: 4px 3px;
}

.UI_Margin {
    float: none;
    margin: 10px;
    padding: 0;
}



.UI_BannerSearch {
    position: absolute;
    right: 60px;
    bottom: 37px;
    width: 200px;
    height: 20px;
}


#ShoppingCart {
    float: left;
    width: 100%;
    background: #1e1e1e;
    padding-bottom: 3em;
}


#ShoppingCart h2,
#ShoppingCart h3 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
}


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

.UI_ShoppingCart_LeftColumn {
    float: left;
    width: 450px;
    background: url('../images/dot-bg-small.gif') 100% 0 repeat-y;
}

.UI_ShoppingCart_RightColumn {
    float: left;
    width: 320px;
    background: url('../images/dot-bg-small.gif') 0 0 repeat-y;
    margin-left: -6px;
    padding-left: 6px;
}


.UI_ShoppingCart_LeftColumn.UI_HalfColumn {
    width: 360px;
}

.UI_ShoppingCart_RightColumn.UI_HalfColumn {
    width: 350px;
    padding-left: 16px;
}


.UI_ShoppingCart_RightColumn p {
    margin-left: 20px;
    margin-right: 20px;
}

.UI_ShoppingCart_ThirdColumn {
    float: left;
    width: 256px;
}

.UI_ShoppingCart_ThirdColumn + div {
    background: url('../images/dot-bg-small.gif') 0 0 repeat-y;
    margin-left: -6px;
    padding-left: 6px;
}


#ShoppingCart_Categories,
#ShoppingCart_Products {
    padding-left: 10px;
    padding-right: 10px;
}

#ShoppingCart_Totals {
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}

#ShoppingCart_Totals .ID_Row {
    margin: 2px 0 !important;
    padding: 2px 0;
}


#ShoppingCart_Intro,
#ShoppingCart_MyCart,
#ShoppingCart_UsefulInfo,
#ShoppingCart_OtherSections,
#ShoppingCart_ProductDescription,
#ShoppingCart_Terms,
#ShoppingCart_Summary,
#ShoppingCart_Checkout {
    padding-left: 20px;
    padding-right: 20px;
}

#ShoppingCart_UsefulInfo .UI_List_RockBullets a,
#ShoppingCart_OtherSections .UI_List_RockBullets a {
    color: #a6a6a6;
}


#ShoppingCart_MyCart {
    font-size: 11px;
}

#ShoppingCart_MyCart .UI_ShoppingBag_Item,
#ShoppingCart_MyCart .UI_ShoppingBag_Shipping,
#ShoppingCart_MyCart .UI_ShoppingBag_Total {
    float: left;
    width: 100%;
}

#ShoppingCart_MyCart .UI_ShoppingBag_Shipping {
    margin-top: 10px;
}

#ShoppingCart_MyCart .UI_ShoppingBag_Total {
    font-weight: bold;
}


#ShoppingCart_MyCart .UI_ShoppingBag_Quantity,
#ShoppingCart_MyCart .UI_ShoppingBag_Product,
#ShoppingCart_MyCart .UI_ShoppingBag_Measurement,
#ShoppingCart_MyCart .UI_ShoppingBag_Price {
    display: inline-block;
    float: left;
    padding-right: .5em;
}

#ShoppingCart_MyCart .UI_ShoppingBag_Quantity {
    font-weight: bold;
}

#ShoppingCart_MyCart .UI_ShoppingBag_Price {
    float: right;
    padding-right: 0;
}


#ShoppingCart_Terms,
#ShoppingCart_Summary,
#ShoppingCart_Checkout {
    font-size: 11px;
}


.UI_Category {
    float: left;
    width: 110px;
    margin: 10px;
}


.UI_CategoryThumb {
    float: left;
    width: 100px;
    height: 90px;
    overflow: hidden;
    float: left;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px;
    background: #171717;
    border: 1px solid #505050;
    position: relative;
}


.UI_CategoryName {
    display: block;
    margin-bottom: 15px;
    line-height: normal;
}

.UI_CategoryNameLink {
    text-decoration: none;
    display: block;
    color: #729554;
    font-weight: bold;
    font-size: 0.92em;
    margin-bottom: 4px;
}

.UI_CategoryNameProducts {
    text-decoration: none;
    display: block;
    color: #5a5a5a;
    font-size: 0.92em;
    margin-bottom: 2px;
}



#ShoppingCart_ProductList {
    margin: 0 10px !important;
}

#ShoppingCart_ProductList .UI_Product {
    width: 50% !important;
    margin-top: 20px !important;
}


.UI_Product {
    margin: 10px 0;
    float: left;
    width: 100%;
}


.UI_ProductThumb {
    float: left;
    width: 100px;
    height: 90px;
    overflow: hidden;
    float: left;
    display: inline-block;
    margin: 0 10px;
    padding: 2px;
    background: #171717;
    border: 1px solid #505050;
    position: relative;
}

.UI_ProductDetails {
    display: block;
    overflow: auto;
    padding: 0 10px;
    margin-right: 10px;
}

* html .UI_Product_Details { float: left; }



.UI_ProductNameLink {
    text-decoration: none;
    display: inline-block;
    color: #729554;
    font-weight: bold;
    font-size: 0.92em;
    margin-bottom: 4px;
}

.UI_ProductDescription {
    text-decoration: none;
    display: block;
    font-size: 0.92em;
}

.UI_ProductPrice {
    text-decoration: none;
    display: inline-block;
    font-size: 0.92em;
    color: #5a5a5a;
}

.UI_ProductLink {
    text-decoration: none;
    display: inline-block;
    color: #729554;
    font-weight: bold;
    font-size: 0.92em;
    margin-bottom: 4px;
}


#ShoppingCart_Products { }

#ShoppingCart_Products .ID_Row {
    margin: 0;
}

#ShoppingCart_Products .ID_Label {
    padding: 0;
    font-weight: normal;
}


#ShoppingCart_ProductImages {
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
}

.UI_Product_FeatureImage {
    width: 402px;
    height: 352px;
    position: relative;
    border: 1px solid #505050;
    overflow: hidden;
    margin-bottom: 4px;
}

.UI_Product_ThumbnailImage {
    width: 102px;
    height: 92px;
    position: relative;
    border: 1px solid #505050;
    overflow: hidden;
    margin-right: 4px;
}


.UI_Product_FeatureImage img,
.UI_Product_ThumbnailImage img {
    position: absolute;
    top: 1px;
    left: 1px;
}


.ID_Button.subscribe,
.ID_Button.process_checkout,
.ID_Button.add_to_cart {
    margin-top: 5px;
    margin-bottom: 0;
}

.ID_Button.view_cart {
    margin-top: 10px;
    margin-bottom: 0;
}

#Add_To_Cart,
.Update_Cart {
    background: #252525;
    float: none;
    padding: 5px;
    width: auto;
    margin-top: 10px;
    display: block;
    overflow: hidden;
}

#Add_To_Cart {
    margin-bottom: 20px;
    padding: 10px;
}

#Add_To_Cart:after,
.Update_Cart:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

* html #Add_To_Cart,
* html .Update_Cart {
    height: 1%;
}

.ID_Row.Inline {
    margin-top:1px;
    width:auto !important;
}


.Auto {
    width:auto !important;
}

.ID_Row {
    float:left;
    margin-bottom:2px;
    width:100%;
}


.UI_BannerSearch form div {
    display: block;
    padding:  0;
    margin: 0;
}

.ID_Button {
    clear: left;
    float: left;
    background: url('../images/btn-left.gif') 0 0 no-repeat;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline;
    width: auto;
    font-family: "Trebuchet MS";
    white-space: nowrap;
}

* html .ID_Button { }

.ID_Button.Inline {
    margin: 0 10px;
    clear: none;
}


.ID_Button div {
    background: url('../images/btn-right.gif') 100% 0 no-repeat;
    display: inline-block;
    font-size: 11px;
    padding: 0;
    margin: 0;
    font-family: "Trebuchet MS";
    width: 100%;
}

.ID_Button div input,
.ID_Button div span,
.ID_Button div a {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 8px;
    width: auto;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    overflow: visible;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: "Trebuchet MS";
}

* html .ID_Button div input,
* html .ID_Button div span,
* html .ID_Button div a {
    padding: 7px 11px;
}


.ID_Button.Inline div input,
.ID_Button.Inline div span,
.ID_Button.Inline div a {
    padding-top: 1px;
    padding-bottom: 1px;
}

.ID_TextField,
.ID_TextArea,
.ID_Select,
.ID_Date,
.ID_Value,
.Separator,
.ID_Checkboxes {
    border:medium none;
    display:block;
    float:left;
    margin:0;
    overflow:hidden;
    padding:0;
    vertical-align:top;
    width:180px;
    padding:0;
}

.Auto {
    width:auto !important;
}


.ID_TextField input,
.ID_TextArea textarea,
.ID_Select select,
.ID_Date select,
.ID_Time select,
.ID_Value span {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #A7A6AA;
    display:inline-block;
    float:left;
    font-family:inherit;
    font-size:11px;
    height:17px;
    line-height:17px;
    margin:0;
    padding:0;
    vertical-align:top;
    width:100%;
}

.ID_TextArea textarea {
    height: 68px;
}

.Auto input, .Auto textarea, .Auto select {
    width:auto;
}

span.Auto, label.Auto {
    padding-left:15px !important;
    padding-right:15px !important;
    width:auto;
}

.ID_Label {
    display:inline-block;
    float:left;
    font-size:11px;
    font-weight:bold;
    height:auto;
    line-height:16px;
    margin:0;
    padding:1px 2px 2px;
    width:120px;
}

.ValueShort {
    width:100px !important;
}

.FieldShort {
    width:100px !important;
}

.FieldShortx {
    width:80px !important;
}

.ID_Label.TxtCenter {
    text-align:center;
}

.ValueShortxxx {
    width:40px !important;
}

.FieldShortxxx {
    width:40px !important;
}


.ID_Value.right {
    float: right;
    text-align: right;
}

.UI_VSpacer {
    clear:both;
    content:".";
    display:block;
    float:none;
    height:3em;
    line-height:3em;
    margin:0;
    padding:0;
    visibility:hidden;
    width:100%;
}

#ShoppingCart_Checkout label {
    display:inline-block;
    float:left;
    font-size:11px;
    font-weight:bold;
    height:auto;
    line-height:16px;
    margin:0;
    padding:1px 2px 2px;
    width:160px;
}

#ShoppingCart_Checkout  input, #ShoppingCart_Checkout textarea{
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #A7A6AA;
    display:inline-block;
    float:left;
    font-family:inherit;
    font-size:11px;
    height:17px;
    line-height:17px;
    margin:0;
    padding:0;
    vertical-align:top;
    width:160px !important;
}

#ShoppingCart_Checkout select#expiry_lproo{
    width:auto !important;
}

#ShoppingCart_Checkout .button{
    background:transparent url(../images/btn-left.gif) no-repeat scroll 0 0;
    clear:left;
    display:inline;
    float:left;
    font-family:"Trebuchet MS";
    font-weight:bold;
    margin:0;
    padding:0;
    text-decoration:none;
    vertical-align:top;
    white-space:nowrap;
    width:auto;
}

#ShoppingCart_Checkout .button div {
    background:transparent url(../images/btn-right.gif) no-repeat scroll 100% 0;
    display:inline-block;
    font-family:"Trebuchet MS";
    font-size:11px;
    margin:0;
    padding:0;
    width:100%;
}

#ShoppingCart_Checkout .button div input{
    background:transparent none repeat scroll 0 0;
    border:0 none;
    color:#FFFFFF;
    display:inline-block;
    font-family:"Trebuchet MS";
    font-size:11px;
    font-weight:bold;
    margin:0;
    overflow:visible;
    padding:8px;
    text-align:center;
    text-decoration:none;
    width:auto;
    height:32px;
}


#package_listing .image {
    float:left;
    width:210px;
}



.fancyh2 h2 {
    background: #333333;
    padding: 25px 0 0 7px;
}

#package_listing .top {
    float:left;
    background:#333;
    height:210px;
    margin-bottom:10px;
}


#package_listing .bathhouse_entry {
    float:left;
    width:360px;
    padding: 20px 0 0 10px;
    
}

#package_listing .sanctuary_entry {
    float:left;
    width:370px;
    
    padding-top:20px;
}
