/**********************************************************************************************

	CSS on Sails
	Title: Kijubi
	Author: XHTMLized
	Date: July 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,  blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear: both;
}
/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

* {
	margin:0;
	padding:0;
}
html, body, form {
	height: 100%;
}
body {
	background:#dfe8f3 url(../images/bodyBg.gif) repeat-x 0 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	color:#333;
	padding:0px 0;
	line-height:18px
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
input, textarea, select {
	font: 1.2em Arial, Helvetica, sans-serif;
}
a {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.blue {
	color:#195C9A;
}
/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
	display: none;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block
}
/* Hides from IE-mac \*/  
	* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
/* End hide from IE-mac */
	
	.last {
	border:0 !important;
	padding:0 !important;
	margin:0 !important
}
/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	#wrapper {
		
	background:transparent url(../images/mainBgNoWhite.jpg) no-repeat top center;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px;
}
.push {
	height: 145px; /* .push must be the same height as .footer */
}
.container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
	font-size:1.2em
}
#header {
	height:105px;
	width:inherit;
	z-index: 10;
	position:relative;
}
#content {
	width: 672px;
	float: left;
	padding:12px 0 0 12px;
	background-color: #fff;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	position: relative;
	
}
#columnBg {
	background-color: #fff;
}
#MemberContent {
	width: 926px;
	float: left;
	height:600px;
	padding:12px 0 0 12px
}
.single #content {
	width: 916px;
	padding: 12px;
}
#sidebar {
	width: 220px;
	float: right;
	padding:12px 15px 0 20px;
	text-align:left;
	background-color: #fff;
	height:auto !important;
	height:100%;
}
#footer {
	clear: both;
	text-align:center
}
.wide-content {
	clear:both;
	padding:12px;
	overflow:hidden;
	height: 175px;
}
#accessibility-links {
	position: absolute;
	left: -1000em;
	text-align: left;
}
#navigation,  #suggestion,  #breadcrumb {
	position: relative;
	float: left;
	background: none;
	color:#52606f;
	width:918px;
	height:23px;
	z-index: 10;
	padding:5px 10px 0 10px
}
#navigation {
	border: none;
	background-color: #fff;
	height: 0px;
	padding: 0px;
}
#suggestion,  #breadcrumb {
	z-index: 7;
}
#navigation ul {
	float:left;
	width:600px;
	display: none;
}
#navigation li {
	position: relative;
	float:left;
	display:block;
	margin:0 10px 0 0;
	text-transform:uppercase
}
#navigation li a {
	display:block;
	padding:0 10px 5px 0;
	color:#195C9A;
}
#navigation ul ul {
	z-index: 5;
	display: none;
	top: 22px;
	left: 0;
	position: absolute;
	width: 165px;
	border: 1px solid #77787b;
	background: #fff;
}
#navigation ul .hover ul {
	display: block;
}
#navigation ul ul li {
	background: none;
	float: none;
	margin: 0;
	height: auto;
	display: inline;
	padding: 0;
}
#navigation ul ul li a {
	text-transform: none;
	color:#195C9A;
	padding: 1px 10px;
	margin: 0;
}
#navigation ul ul li a:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}
#nav-checkout {
	display:block;
	overflow:hidden;
	width:310px;
	position: absolute;
	top: -20px;
	left: 625px;
	z-index: 30;
}
#nav-checkout p,  #nav-checkout li {
	float:left;
	margin:0 10px 0 0
}
#nav-checkout p strong {
	font-weight:normal
}
#nav-checkout ul {
	float:right;
	overflow:hidden;
	width:154px;
	display: block;
}
#nav-checkout li {
	margin-right:5px
}
#nav-checkout li a {
	padding:0 5px 0 0
}
.rounded-heading {
	width:210px;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 5px 30px 10px;
	position:relative;
	height:auto;
	background:url(../images/bg-heading_orange.gif) left top no-repeat
}
.rounded-newsletter {
	padding-bottom: 0;
}
.red-heading {
	background-image:url(../images/bg-heading_red.gif)
}
.blue-heading {
	background-image:url(../images/bg-heading_blue.gif);
}
.orange-heading {
	background-image:url(../images/bg-heading_orange.gif)
}
.rounded-heading h3,  .rounded-heading h4 {
	color:#002546 !important;
	padding:0 0 4px 0;
	margin:0;
	font-size:16px;
	line-height:1;
	margin-top:-1px
}
.blue-heading h3, .blue-heading h4 {
	color:#fff !important;
}
#content .red-heading h3,  #content #bottombar h3 {
	color: #fff;
	font-size: 16px;
}
.rounded-heading h4 {
	font-weight:normal;
	padding-bottom:20px
}
.rounded-heading ul.two-col li {
	width:95px;
	float:left;
	line-height: 15px;
	
}
.rounded-heading li {
	padding-bottom: 1px
}
.rounded-heading .events li {
	padding-bottom: 5px;
}
.rounded-heading a.moreandgo {
	float:right;
	position:absolute;
	right:0;
	bottom:0;
	color:#666;
	padding: 10px 10px 0 0
}
.rounded-heading a.moreandgo span {
	color:#cc6600
}
#suggestion {
	padding-bottom:2px
}
#suggestion a {
	color:#fff !important
}
#breadcrumb {
	background-color: #fff;
}
#breadcrumb a {
	color:#195C9A;
}
#breadcrumb .current {
	font-weight:bold
}
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	/* Justin's global nav */
	
	#header #global_nav {
	display:inline;
	background:transparent url(../images/utilNavBg.png) repeat-x 0 0;
	height:30px;
	text-align:center;
	float:left;
	z-index:1000;
}
#header #global_nav_left {
	width:15px;
	height:30px;
	float:left;
	background:transparent url(../images/utilNavLeft.png) no-repeat 0 0;
}
#header #global_nav_right {
	width:15px;
	height:30px;
	float:left;
	background:transparent url(../images/utilNavRight.png) no-repeat 0 0;
}
#header #global_nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	padding-top:3px;
	z-index:1000;
}
#header #global_nav li {
	display:inline;
	float:left;
	line-height:21px;
	margin:3px 0 0;
}
#header #global_nav li img {
	vertical-align:middle;
	margin:0 0 0 4px;
}
#header #global_nav ul a {
	color:#195c9a;
	border-left:1px solid #dfeef6;
	border-right:1px solid #b4cbe1;
	text-transform:uppercase;
	font-size:11px;
	padding:0 10px;
	vertical-align:top;
}
#header #global_nav a:hover {
	color:#5ea9f5;
}
#header #global_items {
	text-align:right;
	float:right;
	z-index:700;
	margin:0;
}
/* END Justin's global nav */

	#header h1,  #header h1 span,  #header .logo a,  #header .logo span {
	display: block;
	width: 156px;
	height: 80px;
	overflow: hidden;
	font-size: 0px;
	cursor: pointer;
}
#header h1,  #header .logo {
	position: absolute;
	top: 2px;
	left: 0;
}
#header h1 span,  #header .logo span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/logoHdrTransparent.png) left no-repeat;
}
#header h2#tagline {
	position:absolute;
	top:40px;
	left:170px;
}
#activity-browser {
	width:590px;
	height:23px;
	position:absolute;
	left:0px;
	padding-left:0px;
	bottom: 0;
	color:#688bae;
/*overflow:hidden*/ }
#activity-browser h3 {
	float:left;
	display:block;
	width:119px;
	line-height: 23px;
	text-align:center
}
#activity-browser ul {
}
#activity-browser li {
	position: relative;
	z-index:8;
	float:left;
	height: 23px;
	margin-right:0px;
}
#activity-browser li a span {
	float: left;
	text-align:center;
	color:#002546;
	height:17px;
	width: 92px;
	padding: 3px 0;
	font-weight:bold;
	cursor: pointer;
	background:url(../images/bg-menu_left-main.gif) top left no-repeat
}
#activity-browser li a {
	display: block;
	float: left;
	height: 23px;
	overflow: hidden;
	width: 92px;
	background:url(../images/menuBg-full.gif) repeat-x 0 0;
}
#activity-browser li a:hover,  #activity-browser li.active a {
	text-decoration:none;
	background-position: right -23px;
}
#activity-browser li a:hover span,  #activity-browser li.active span {
	background-position: left -23px
}
#activity-browser li div {
	position: absolute;
	z-index: 995;
	top: 22px;
	left: -999px;
	width: 520px;
	padding: 5px;
	border: 1px solid #77787B;
	background: #fff;
}
#activity-browser li div.column-1 {
	width: auto;
}
#activity-browser li div.column-2 {
	width: 200px;
}
#activity-browser li div.column-3 {
	width: 450px;
}
#activity-browser li div.column-4 {
	width: 300px;
}
#activity-browser li div.column-5 {
	width: 500px;
}
#activity-browser li.hover div {
	left: 0;
}
#activity-browser li div ul {
	float: left;
	width: 145px;
	padding-right:10px;
	background: #fff;
	z-index: 30;
}
#activity-browser li div ul.last {
	padding-right: 0;
	width: 150px;
	padding-right: 0;
}
#activity-browser li div ul li {
	float: left;
	width: 300px;
	overflow: hidden;
	height: auto;
}
#activity-browser li div ul li a {
	height: auto;
	color:#195C9A;
	font-size: 1.0em;
	width: 350px;
	background: none;
}
#activity-browser li div ul li a:hover {
	text-decoration: underline;
}
#question-search {
	position: absolute;
	top: 50px;
	left: 530px;
	width:460px;
	text-align:right;
	padding-right:15px;
	margin-top:-5px
}
#question-search h3 {
	color:#195c9a;
	font-size:1.2em;
	margin-bottom:5px;
	width: 220px;
	float: left;
}
#question-search h3 span {
	color:#77787b;
}
#question-search h4 {
	color:#ffff00
}
#question-search #search {
	padding:0px 0;
	position: absolute;
	top: -7px;
	left: 100px
}
#question-search #search a {
	font-size:11px;
	color:#fff;
	float:left;
	display:block;
	padding:3px 10px 0 10px
}
#question-search #search a strong {
	color:#333
}
#question-search #search a:hover {
	text-decoration:none
}
#question-search input {
	float:left;
	width:130px;
	height:16px;
	background:#fdf1da;
	font-size:1em;
	margin: 8px 5px 0px 10px;
	padding:1px 3px 0 3px;
	border:1px solid #000
}
#question-search input#ctl00_btnSearch {
	border:0;
	width:54px;
	margin:0;
	height:19px;
	padding:0
}
#gift-help-send {
	height:35px;
	overflow:hidden;
	line-height:normal
}
#gift-help-send li {
	float:left;
	width:75px;
	height:28px;
	padding:2px 25px 0 0;
	font-size:10px
}
#gift-help-send li#btn-gift {
	background:url(../images/ico-gift.gif) right 3px no-repeat
}
#gift-help-send li#btn-help {
	margin-left:10px;
	padding-right:32px;
	width: 80px;
	background:url(../images/ico-live_help.gif) right 0 no-repeat
}
#gift-help-send li#btn-send {
	float:right;
	background:url(../images/ico-send_this_page.gif) right 9px no-repeat
}
#gift-help-send li a {
	color:#666;
	font-size:10px
}
/* details */
	.details {
	background-color: #fff;
}
#view_price_details {
}
.details-wrapper {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}
.details-wrapper-col2 {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	padding-left: 20px;
}
#content .details-wrapper h1 {
	font-size: 20px;
	padding-bottom: 5px;
}
#content .details-wrapper h2 {
	font-size: 18px;
	color:#195C9A;
	padding: 10px 0 10px 0;
}
#details-col1 {
	width: 550px;
	padding: 0px 20px 15px 0px;
	float: left;
	overflow: hidden;
}
#content #details-col1 h1 {
	font-size: 20px;
	padding-bottom: 5px;
}
#content #details-col1 h2 {
	font-size: 18px;
	color:#195C9A;
	padding: 10px 0 10px 0;
}
#details-col2 {
	width: 342px;
	float: left;
	overflow: hidden;
	padding-bottom: 0px;
	background:url(../images/detailsCol2Bg.gif) repeat-y left top;
}
#details-col2-top {
	height: 150px;
	background:url(../images/detailsCol2Top.gif) no-repeat left top;
	margin-bottom:-150px;
}
#details-col2-btm {
	height: 150px;
	background:url(../images/detailsCol2Btm.gif) no-repeat left top;
	margin-top:-150px;
}
#content #details-col2 h1 {
	font-size: 18px;
	padding-bottom: 5px;
}
#content #details-col2 h2 {
	font-size: 16px;
	color:#195C9A;
	padding: 10px 0 10px 0;
}
.details-content {
	clear: both;
	padding-left: 20px;
}
ul.details-content li {
	list-style: disc;
	list-style-position: inside;
}
.details-content li {
	list-style: disc;
	list-style-position: inside;
}
.details-image {
	float: left;
	width: 256px;
}
.details-image .thumb-placeholder {
	width: 256px;
	overflow: hidden;
}
.main-image-placeholder {
	display: none;
}
.thumb-placeholder li {
	float: left;
	margin-right: 1px;
}
.details-image-nav {
	padding-top: 5px;
	text-align: center;
	line-height: 14px;
}
.details-image-nav a {
	color: #993300;
}
.details-info {
	float: left;
	width: 280px;
	padding: 0 5px;
}
.details-info h2 {
	width: 175px;
	background: url(../images/ico-important_details.gif) no-repeat right 8px;
}
.price-location {
	border-top: 1px dashed #ccc;
}
#content .details-info .review {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
	padding-right:0;
}
#content .details-info .review p.star-rating {
	padding-left: 0 !important;
}
.details-info .review a {
	float: left;
	font-size: 11px;
	line-height: 22px;
	padding-left: 5px;
}
.details-info .review img {
	margin-top: 2px;
	float: left;
}
.price-location {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.details-price {
	float: left;
	width: 260px;
}
.details-price span {
	float: left;
	width: 70px;
	padding-right: 10px;
	text-align: right;
}
.details-price a {
	font-size: 11px;
}
.price-location .location {
	float: left;
	width: 120px
}
#addtocart_container {
	width: 341px;
	float: right;
}
#addtocart_container a {
	color: #FE8900
}
#purchaseTop {
	float: right;
	width: 341px;
	height: 65px;
	margin-bottom: -10px;
	background: url(../images/purchaseTop.gif) no-repeat top center;
}
#purchaseBtm {
	float: right;
	height: 30px;
	width: 341px;
	margin-top: 0px;
	padding: 0px 0 0 0;
	background: url(../images/purchaseBtm.gif) no-repeat top center;
}
#purchase {
	float: right;
	width: 341px;
	padding: 0px 0 0 0;
	background: url(../images/purchaseBg.gif) repeat-y;
}
#purchase_invesible {
	float: right;
	width: 341px;
	padding: 10px 0 0 0;
	visibility:hidden;
}
#purchase h3 {
	padding-left: 10px;
}
#purchase h4 {
	padding: 0 0 10px 10px;
}
#purchase .details-content p {
	padding-right: 0;
}
#purchase .details-content {
	padding: 0px 20px 0px 30px;
	overflow: hidden;
}
.purchase-wrapper label {
	line-height: 20px;
	color: #FFFFFF;
	font-weight:bold;
}
.purchase-wrapper strong {
	float: left;
	width: 80px;
	font-size: 1.2em;
	line-height: 22px;
}
.MatrixLink {
	font-weight: bold;
	float: left;
	width: 60px;
	line-height: 22px;
}
.purchase-wrapper .input {
	width: 200px;
	border: 1px solid #e5d8c6;
}
.purchase-wrapper {
	padding-left: 0px;
	padding-bottom: 15px;
}
.btn-calendar img {
	margin-bottom: -3px;
}
.musician {
	width: 100%;
	overflow: hidden;
}
.musician label {
	width: 50px;
	float: left;
}
.musician label input {
	float: left;
}
.musician label span {
	float: left;
	line-height: 18px;
	padding-left:3px;
}
.btn-submit {
	float: none;
	text-align:center;
	background: url(../images/purchaseBtnFull.gif) no-repeat 0 -37px;
	border: none;
	width: 157px;
	height: 37px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.text-promocode {
	font-size:16px;
	font-weight:bold;
}
.text-invalid_coupon {
	font-size:14px;
	font-weight:bold;
	
}
.btn-apply {
	float: none;
	font-weight:bold;
	font-size:13px;
	padding:3px;
	overflow:visible;
	color:#D26900;
	}
	.btn-proceed {
	float: none;
	font-weight:bold;
	font-size:20px;
	padding:3px;
	overflow:visible;
	color:#D26900;
	}

input.btn-submit:hover {
	cursor: pointer;
	background-position:  0 0px;
}
#purchase .sku {
	clear: both;
	float: left;
	text-align: left;
	display: block;
	color: #fff;
	height: 30px;
	padding: 5px 0 0 0;
}
#purchase #purchaseShare {
	margin: 0px 0px 0px 0px;
	height: 20px;
	margin-top:-30px;
	display: none;
}
.opening-hours {
	float: left;
	width: 340px;
}
.opening-hours h2 {
	width: 168px;
	background: url(../images/ico-operating_hours.gif) no-repeat right 8px;
}
.whats-included {
	float: left;
	width: 315px;
}
.whats-included h2 {
	width: 178px;
	background: url(../images/ico-whats_included.gif) no-repeat right 10px;
}
.things-tobring {
	float: left;
	width: 250px;
}
.things-tobring h2 {
	width: 160px;
	background: url(../images/ico-things_tobring.gif) no-repeat right 10px;
}
.activity-media {
	padding: 0 0 20px 0px;
}
.activity-media object {
	margin: 0px 0px 0px 20px;
}
.activity-details {
	clear: none;
}
.inside-scoop {
	width: 315px;
	background: url(../images/ico-inside_scoop.gif) no-repeat right 10px;
}
.btn-purchase {
	margin: 10px auto 5px;
	display: block;
	position: relative;
	width: 156px;
	height: 19px;
	text-align: center;
}
.btn-purchase span {
	position: absolute;
	width: 100%;
	height: 37px;
	top: 0;
	left: 0;
	padding-bottom: 8px;
	background: url(../images/btn-purchase_activity.gif) no-repeat;
}
#content .activity-interest h2 {
	width: 250px;
	padding-bottom: 15px;
	background: url(../images/ico-other_activities.gif) no-repeat right 10px;
}
.interest-item {
	float: left;
	width: 150px;
	padding-left: 11px;
	background: url(../images/bg-activities-item.gif) no-repeat right 83px;
}
.first-interest-item {
	padding-left: 50px;
}
.interest-item h4 {
	color: #0066cc;
	text-align: center;
}
#content .interest-item p {
	text-align: center;
	padding: 0;
}
.other-interest h2 {
	width: 320px;
	background: url(../images/ico-tags.gif) no-repeat right 10px;
}
#content .other-interest p {
	float: left;
	padding-bottom:0;
}
.rating-review h2 {
	float: left;
	width: 285px;
	background: url(../images/ico-customer_rate.gif) no-repeat right 10px;
}
.rating-review-rate {
	padding-bottom: 10px;
}
.rating-review-rate em {
	float: left;
	padding: 0 5px 0 20px;
}
.rating-review-rate img {
	float: left;
}
.rating-review .rating-total {
	color: #666;
	margin: 0px 0px 10px 0px;
}
.rating-review .rating-total a {
	font-size: 11px;
}
.details-content .rating-review-rate {
	float: none;
	width: 100%;
	padding-top: 0;
	padding-bottom: 5px;
	overflow: hidden;
}
.rating-review-rate em.first-em {
	padding-left: 0;
}
.rating-review-rate em {
}
.rate-action strong {
	float: left;
	padding-right: 10px;
}
.rate-action a {
	text-align: center;
	float: left;
	width: 37px;
	height: 19px;
	position: relative;
	margin-right: 3px;
}
.rate-action a span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
.btn_yes {
	background: url(../images/btn-yes.gif) no-repeat 0 0;
	width:40px;
}
.btn_No {
	background: url(../images/btn-no.gif) no-repeat 0 0;
	width:40px;
}
/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
	
	#content h1 {
	font-size:2em;
	line-height:normal;
	padding-bottom:10px;
	color:#666
}
#content h2 {
	padding-bottom:10px;
	line-height:normal;
	font-size:1.6em;
	color:#666
}
#content h1 span,  #content h2 span {
	color:#195C9A;
}
#content h1 span.black,  #content h2 span.black {
	color:#000
}
#content h1 em {
	font-weight: normal;
	color:#ff9933
}
#content p {
	padding-bottom:10px;
	padding-right:15px
}
#content img.wide-image {
	margin-bottom:-25px
}
#content .bottom-ads {
	text-align:center;
	padding-top:40px
}
#content .team {
	padding:24px;
}
#content .jump-to-top {
	background-color: #F2F1EF;
	border-top: 1px solid #E0DBD5;
	border-bottom: 1px solid #E0DBD5;
}
#content .link-resources ul {
	list-style-image:url(http://www.kijubi.com/_ui/images/footerLinkArrowOrange.gif);
	margin: 0px 0px 0px 10px;
	margin-left: 30px;
}
#content .link-resources a {
	color: #0099FF;
	text-decoration: none;
}
#content .link-resources h3 {
	line-height: 1.4;
	padding-top:4px;
	font-weight: bold;
	font-size: 15px;
	color: #FF9933;
}
TABLE.pressTable {
	padding: 0px 0px 0px 20px
}
TABLE.pressTable td {
	padding: 10px 0px 10px 10px;
}
#contactSide {
	float: left;
}
#contactSide ul li {
	padding: 0px 0px 10px 0px;
}
#login {
	text-align:center;
	margin:0px 0 20px 0;
	overflow:hidden
}
#login fieldset {
	border:1px solid #333;
	padding:10px;
	margin:0 auto;
	width:400px;
	overflow:hidden
}
#login legend {
	padding:0 5px;
	font-size:1.2em;
	color:#cc6600;
	font-weight:bold
}
#login input {
	float:left;
	width:180px;
	height:18px;
	border:1px solid #006699;
	padding:3px 2px 0px 2px;
	font-size:12px
}
#login label {
	width:140px;
	float:left;
	clear:left;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	text-align:right;
	padding-right:10px;
	padding-top:2px
}
#login input#ctl00_ContentPlaceHolderMain_btnLogin {
	width:auto;
	clear:both;
	padding:3px 10px;
	height:auto;
	font-weight:bold;
	margin-left:150px
}
#login p {
	clear:both;
	font-size:10px;
	padding:10px 0 0
}
#login p a {
	color:#990000
}
#Register fieldset {
	border:1px solid #333;
	padding:10px;
	margin:0 auto;
	width:400px;
	overflow:hidden
}
#Register legend {
	padding:0 5px;
	font-size:1.2em;
	color:#cc6600;
	font-weight:bold
}
#Register input {
	float:left;
	width:180px;
	height:18px;
	border:1px solid #006699;
	padding:3px 2px 0px 2px;
	font-size:12px
}
.Register_dropdown {
	width:187px;
	height:22px;
	border:1px solid #006699;
	font-size:12px;
	margin-top:38px;
}
#Register label {
	width:140px;
	float:left;
	clear:left;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	text-align:right;
	padding-right:10px;
	padding-top:2px
}
#Register input#ctl00_ContentPlaceHolderMain_btnRegister {
	width:auto;
	clear:both;
	padding:3px 10px;
	height:auto;
	font-weight:bold;
	margin-left:150px
}
#Register p {
	clear:both;
	font-size:10px;
	padding:10px 0 0
}
#Register p a {
	color:#990000
}
#MemberContent table td {
	vertical-align: top;
}
#filter-options {
	text-align:left;
	height:100%;
}
#filter-options select {
	width:177px;
}
#filter-options span {
	font-weight:bold;
	padding-top:5px;
}
#adv-search {
	text-align:center
}
#adv-search fieldset {
	width: 662px;
	overflow:hidden;
	text-align:left;
	padding: 10px 0 10px 0;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
#adv-search label,  #adv-search select {
	float:left;
	width:60px;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	padding-top:2px
}
#adv-search select {
	width:140px;
	padding:0;
	font-size:12px;
	font-weight:normal;
	margin-bottom:15px;
	margin-right:10px;
	text-align:left
}
#adv-search .first-label {
	width: 50px;
}
#adv-search fieldset p {
	clear:both
}
#adv-search label.search-optional {
	font-size:1.6em;
	color:#195C9A;
	padding:0
}
#adv-search input#q2 {
	float:left;
	width:130px;
	margin-right:5px;
	height:16px;
	background:#fdf1da;
	font-size:1em;
	padding:1px 3px 0 3px;
	border:1px solid #000;
	margin-bottom:20px
}
#adv-search small {
	color:#990000;
	font-size:10px;
	float:left;
	margin-left:10px
}
#adv-search #btn-search_activity {
	background:url(../images/ico-double_arrow.gif) center no-repeat
}
#adv-search #btn-search_activity input {
	width:auto;
	clear:both;
	padding:3px 8px;
	height:auto;
	font-weight:bold;
	margin:20px auto;
	border:1px solid #333
}
#mini-pics {
	width:682px;
	height:244px;
	overflow:hidden;
	position:relative;
	margin-bottom:18px
}
#mini-pics ul {
	position:absolute;
	bottom:7px;
	left:14px;
	width:inherit;
	overflow:hidden
}
#mini-pics li {
	width:47px;
	height:47px;
	margin-right:8px;
	float:left
}
.home {
	height: 300px !important;
	min-height: 300px !important
}
#welcome .rounded-heading {
	float:left;
	height:154px;
}
#welcome-text {
	float:left;
	width:670px;
	margin: 0px 0px 0px 10px;
}
#welcome-text h2 {
	color:#195C9A;
	font-size:2.1em;
	background:url(../images/ico-sun.gif) no-repeat 0 0px;
	padding:3px 0 5px 45px
}
#welcome-text p {
	font-size:1.2em;
	letter-spacing:0.03em;
	line-height:1.6em;
}
.wide-content .rounded-heading {
	float:left;
	margin-right:2px;
	height:150px;
	min-height:150px
}
.wide-content .orange-heading {
	float:right;
	margin:0
}
blockquote.customer-quote {
	color:#666
}
#bottombar blockquote.customer-quote p,  #sidebar blockquote.customer-quote p {
	padding-bottom: 0;
}
blockquote.customer-quote p img {
	float:left;
	padding: 0 3px
}
.rating {
	padding:10px 0
}
.rating strong {
	padding:3px 0;
	float:left
}
.star-rating {
	float: left;
	padding: 3px 0 0 5px !important;
}
.star-rating img {
	float: left;
}
#fhc li {
	float: left;
	width: 67px;
	padding-bottom: 7px;
}
#fhc a,  #fhc a span {
	width:67px;
	display:block;
	float:left;
	position:relative;
	cursor:pointer;
	height:10px;
	text-align:center;
	padding-top: 60px;
}
#fhc a span {
	top:0;
	left:0;
	position:absolute
}
#fhc a#flights span {
	background:url(../images/ico-flights.gif) top center no-repeat
}
#fhc a#hotels span {
	background:url(../images/ico-hotels.gif) top center no-repeat
}
#fhc a#cars span {
	background:url(../images/ico-cars.gif) top center no-repeat
}
/* search result */
	#adv-search fieldset.adv-search-result {
	border: none;
	margin-bottom: 0;
}
#content p.search-result-nav {
	text-align: right;
	padding: 3px 0;
}
#content p.search-result-nav span {
	padding: 0 10px;
}
.search-result-nav-top {
	border-bottom: 1px dashed #ccc;
}
.search-result-item {
	width: 654px;
	overflow: hidden;
	padding: 9px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/bg-search_result.gif) bottom repeat-x;
}
#content .search-result-item p {
	padding-right: 0;
}
.search-result-item img {
	float: left;
}
.search-result-desc {
	float: left;
	width: 405px;
	padding-left: 9px;
}
.search-result-desc h3,  .search-result-desc h4 {
	font-weight: normal;
	font-size: 14px;
}
.search-result-desc p {
	color: #666;
	line-height: 14px;
}
#content p.search-result-actionbottom {
	text-align: right;
	padding-bottom: 0;
}
.search-result-action {
	width: 110px;
	float: right;
	text-align: right;
}
#content .search-result-action p {
	padding-bottom: 7px;
}
.search-result-action span,  .search-result-action div {
	display: block;
	width: 95px;
	text-align: center;
	margin-left: auto;
}
.search-result-action a {
	position: relative;
	display: block;
	width: 95px;
	height: 19px;
	margin-left: auto;
	margin-bottom: 3px;
}
.search-result-action a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.btn-addtocart span {
	background: url(../images/btn-addcart.gif) no-repeat;
}
.btn-details span {
	background: url(../images/btn-details.gif) no-repeat;
}
.overal-rating {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
/* cart */
	
	.content-header {
	width: 100%;
	overflow: hidden;
}
.header-left {
	float: left;
	width: 440px;
}
.header-left strong {
	font-size: 14px;
}
.header-right {
	float: right;
	width: 399px;
	font-size:17px;
	font-weight:bold;
}
#content .header-right p {
	padding: 0;
	margin-bottom: 10px;
}
.cart_status {
	float: right;
	width: 399px;
	height: 38px;
	position: relative;
	margin-top: -10px;
}
.cart_status span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shop1 span {
	background: url(../images/shopping-process-1.gif) no-repeat;
}
.shop2 span {
	background: url(../images/shopping-process-2.gif) no-repeat;
}
.shop3 span {
	background: url(../images/shopping-process-3.gif) no-repeat;
}
.cart-list {
	width: 830px;
	margin: 0 auto;
	padding: 15px 0 100px;
}
.btn-checkout {
	float: right;
	position: relative;
	width: 183px;
	height: 64px;
	color:blue;
}
.btn-checkout a {
	position: absolute;
	width: 156px;
	height: 19px;
	left: 0;
	bottom:0;
}
.btn-checkout a span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(../images/btn-checkout.gif) no-repeat;
}
.cart-item {
	width: 824px;
	padding: 8px 3px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dashed #999;
	background: url(../images/bg-search_result.gif) bottom repeat-x;
}
.cart-item img {
	float: left;
}
.cart-item h3 {
	float: left;
	font-size: 14px;
	width: 710px;
	padding: 0 0 5px 9px;
}
.cart-item div {
	float: left;
	padding: 0 9px;
}
.cart-item div strong {
	display: block;
}
.cart-item-qty {
	width: 90px;
}
#content .cart-item-qty p {
	font-size: 10px;
	padding-bottom: 0;
	line-height: 1em;
}
.cart-item-qty p a {
	color: #069;
}
.cart-item-qty input {
	width: 39px;
	border: 1px solid #069;
	margin-bottom: 3px;
}
.cart-item-location {
	width: 170px;
}
.cart-item-date,  .cart-item-time,  .cart-item-price,  .cart-item-total {
	width: 85px;
}
p.update-cart {
	padding-top: 5px;
	width: 100%;
	overflow: hidden;
}
.update-cart span,  .update-cart a,  .update-cart strong {
	float: left;
}
.update-cart span.small {
	padding-left: 400px;
	font-size: 10px;
	line-height: 25px;
	color: #900;
}
.btn-updatecart {
/*	position: relative;
	width: 92px;
	height: 20px;
	text-align: center;
	margin: 0 10px;*/
	float: none;
	font-weight:bold;
	font-size:20px;
	padding:3px;
	overflow:visible;
	color:#FD7E00;
	
	
}
.btn-updatecart span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/btn-updatecart.gif) no-repeat;
}
#total-cart {
	float: none;
	line-height: 25px;
}
.continue-shop {
	float: left;
	padding-left: 20px;
	background: url(../images/ico-arrow.gif) no-repeat 0 2px;
}
.continue-shop strong {
	color: #930;
}
#bottombar .rounded-heading {
	float: left;
	margin-right: 4px;
}
#bottombar .rounded-newsletter {
	margin-right: 0;
}
.red {
	color: #930;
}
.numbers {
	padding-left: 34px;
	padding-bottom: 10px;
}
.numbers li {
	padding: 12px 0 10px 45px;
}
.numbers li.number-one {
	background: url(../images/ico-number1.gif) no-repeat;
}
.numbers li.number-two {
	background: url(../images/ico-number2.gif) no-repeat;
}
.member-benefit {
	float: left;
	width: 230px;
	padding: 0 15px 50px 0;
	margin-top: 10px;
}
.member-benefit ul {
	padding-top: 10px;
}
.member-benefit li {
	padding-left: 40px;
	line-height:14px;
	background: url(../images/list.gif) no-repeat 30px 6px;
}
.become-member {
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 10px;
	float: left;
	width: 475px;
	border: 1px solid #666;
}
.become-member form {
	padding: 0 25px;
}
.become-member h3 {
	font-size: 14px;
	color: #c60;
	padding-bottom: 10px;
}
.become-member fieldset {
	text-align: center;
}
.become-member label {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 7px;
	text-align: left;
}
.become-member label strong {
	width: 195px;
	float: left;
}
.become-member label input {
	width: 200px;
	float: left;
	border: 1px solid #069;
}
.btn-become-member {
	font-size: 12px;
	padding: 3px 10px;
	font-weight: bold;
	border: 1px solid #069;
	margin: 5px 0 10px 0;
}
/* Cart2 */
	
	p.sign_in strong {
	font-size: 12px;
}
div.form_shoppingcart {
	position: relative;
	padding: 15px 30px;
}
div.form_shoppingcart img.authorize_assured {
	position: absolute;
	right: 40px;
	top: 60px;
}
div.form_shoppingcart fieldset {
	padding: 5px 0;
	width: 840px;
	border-bottom: 1px dashed #999;
	background: url(../images/bg_gradient.gif) repeat-x left bottom;
}
div.form_shoppingcart fieldset.last {
	padding: 5px 0 !important;
	border: none;
	background: none;
}
div.form_shoppingcart fieldset p.required_field {
	float: left;
	display: inline;
	margin: -19px 0 0 215px;
	padding: 0 !important;
	line-height: normal;
	font-weight: normal;
	font-size: 11px;
	color: #CC0000;
}
div.form_shoppingcart fieldset h3 {
	padding: 0 0 5px 0;
}
div.form_shoppingcart fieldset ul {
	padding: 0 0 15px 0;
}
div.form_shoppingcart fieldset ul li {
	overflow: hidden;
	padding: 0 0 6px 0;
}
div.form_shoppingcart fieldset ul li label {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
}
div.form_shoppingcart fieldset ul li label.your_message {
	padding: 25px 0 0 10px;
}
div.form_shoppingcart fieldset ul li label bold {
	font-weight: bold;
}
div.form_shoppingcart fieldset ul li input.txt {
	margin: 0 5px;
	width: 175px;
	font-size: 12px;
	border: 1px solid #006699;
}
div.form_shoppingcart fieldset ul li input.txt_narrow {
	margin: 0 5px;
	width: 80px;
	font-size: 12px;
	border: 1px solid #006699;
}
div.form_shoppingcart fieldset ul li input.txt_number {
	margin: 0 5px;
	width: 55px;
	font-size: 12px;
	border: 1px solid #006699;
}
div.form_shoppingcart fieldset ul li input.checkbox {
	margin: 0 0 0 5px;
}
div.form_shoppingcart fieldset ul li textarea {
	margin: 0 5px;
	width: 200px;
	height: 80px;
	font-size: 12px;
	border: 1px solid #006699;
}
div.form_shoppingcart fieldset ul li select {
	margin: 0 5px;
	width: 150px;
	font-size: 12px;
	border: 1px solid #006699;
}
div.form_shoppingcart fieldset ul li select.wide {
	width: 177px;
}
div.form_shoppingcart fieldset ul li span {
	margin-left: 5px;
}
div.form_shoppingcart .w_button {
	text-align: center;
}
div.form_shoppingcart .w_button button {
	padding: 0;
	width: 185px;
	line-height: 20px;
}
.order_review {
	padding: 15px 30px;
	width: 840px;
	font-size:15px;
}
.order_review table {
	margin: 20px 0 0 0;
	width: 100%;
	background: #FFFCF4;
}
.order_review table th {
	padding: 5px 7px;
	vertical-align: middle;
}
.order_review table td {
	padding: 0 7px;
	vertical-align: middle;
}
.order_review table td.align_right {
	text-align: right;
}
.order_review table tr.title td {
	font-weight: bold;
}
.order_review table tr.line td {
	padding-bottom: 5px;
	background: url(../images/dashed.gif) repeat-x left bottom;
}
.order_review table tr.total td {
	padding: 5px 7px;
	font-weight: bold;
}
.order_review p {
	text-align: center;
}
/* Activities */
	
	img.side_ad {
	margin: 0 0 20px 0;
}
img.side_ad.last {
	margin: 0 0 8px 0 !important;
}
p.view_result {
	text-align: right;
}
ul.list_activities {
	overflow: hidden;
	padding: 0 0 0 2px;
}
ul.list_activities.others {
	padding: 0 0 0 65px;
}
ul.list_activities li {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 11px 0 0;
	padding: 83px 0 0 0;
	width: 150px;
	height: 75px;
}
ul.list_activities li img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
ul.list_activities li .desc {
	padding: 5px 0 0 0;
	width: 150px;
	height: 70px;
	text-align: center;
	background: url(../images/bg_desc_list_activities.gif) no-repeat left top;
}
ul.list_activities li h4 {
	padding: 0 0 2px 0;
	font-size: 12px;
	color: #0066CC;
}
ul.list_activities li h4 a {
	color: #0066CC;
}
ul.list_activities li p {
	padding: 0 !important;
	line-height: normal;
}
/* Activity Details */
	
	.DetailsTitleSub {
	font-weight: bold;
	font-size: 16px;
	color: #FF9933;
}
.other_activities {
	clear: both;
	padding: 0 0 0 12px
}
.other_activities h2 {
	padding: 0 25px 15px 0;
	width: 210px;
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	font-size: 18px;
	color: #FF9933;
	background: url(../images/ico-more_activities.gif) no-repeat right top;
}
a.back_to_activity {
	float: right;
	margin: 8px 0 0 0;
	padding: 0 0 0 22px;
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #993300;
	background: url(../images/ico-arrow_left.gif) no-repeat left top;
}
.w_two_col {
	overflow: hidden;
	padding: 12px 0 0 0;
}
.w_two_col .left {
	float: left;
	width: 170px;
}
.w_two_col .left ul.list_activities {
	padding: 0;
}
.w_two_col .right {
	float: left;
	width: 480px;
}
.w_two_col .right .activity-video_others {
	float: right;
	margin: 5px 0 10px 20px;
	width: 226px;
	height: auto;
	background: none;
}
.w_two_col .right .activity-video_others h3 {
	padding: 0 0 5px 0;
	font-weight: normal;
	font-size: 18px;
}
.w_two_col .right .activity-video_others .w_video {
	overflow: hidden;
	width: 226px;
	height: 181px;
}
ul.details_activity {
	padding: 0 0 0 10px;
}
ul.details_activity li {
	padding: 0 0 15px 0;
}
ul.details_activity li li {
	padding: 0;
}
#content h3 {
	line-height: normal;
	font-weight: bold;
	font-size: 14px;
	color: #FF9933;
}
#content h3.bigger {
	font-size: 16px;
}
.top_selling {
	padding: 15px 0;
	border-top: 1px dashed #DBDBDA;
}
.top_selling a.view_all_balloon {
	float: right;
	padding: 3px 22px 0 0;
	background: url(../images/ico_arrow_right.gif) no-repeat right 4px;
}
.top_selling h3.bigger {
	padding: 0 0 10px 7px;
	font-weight: normal !important;
	font-size: 18px !important;
}
.top_selling ul.list_top_selling {
	padding: 0;
}
.top_selling ul.list_top_selling li {
	position: relative;
	padding: 10px 135px 0 115px;
	width: 432px;
	height: 110px;
	background: url(../images/bg_list_top_selling.gif) no-repeat left top;
}
#content .top_selling ul.list_top_selling li .star-rating {
	text-align: center;
	padding-left: 0 !important;
	width: 100%;
}
#content .top_selling ul.list_top_selling li .star-rating img {
	float: none;
}
.top_selling ul.list_top_selling li h3 {
	line-height: normal;
	font-weight: normal !important;
}
.top_selling ul.list_top_selling li h4 {
	padding: 0 0 3px 0;
	line-height: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.top_selling ul.list_top_selling li img.top_selling_preview {
	position: absolute;
	left: 7px;
	top: 10px;
}
.top_selling ul.list_top_selling li p {
	line-height: normal;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
.top_selling ul.list_top_selling li p.details {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #999;
}
.top_selling ul.list_top_selling li ul {
	position: absolute;
	right: 0;
	top: 8px;
}
.top_selling ul.list_top_selling li ul li {
	padding: 0;
	width: 135px;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #999;
	background: none;
}
.top_selling ul.list_top_selling li ul li span.price {
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}
.top_selling ul.list_top_selling li ul li span.price strong {
	color: #CC3300;
}
.top_selling ul.list_top_selling li ul li a.btn_small_black,  .top_selling ul.list_top_selling li ul li a.btn_small_blue {
	display: block;
	margin: 0 auto 3px auto;
	width: 95px;
	height: 19px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: url(../images/btn_small_black.gif) no-repeat left top;
}
.top_selling ul.list_top_selling li ul li a.btn-addtocart span {
	display: block;
	margin: 0 auto 3px auto;
	width: 95px;
	height: 19px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: url(../images/btn-addcart.gif) no-repeat left top;
}
.top_selling ul.list_top_selling li ul li a.btn-details {
	display: block;
	margin: 0 auto 3px auto;
	width: 95px;
	height: 19px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: url(../images/btn-details.gif) no-repeat left top;
}
.top_selling ul.list_top_selling li ul li a.btn_small_blue {
	background: url(../images/btn_small_blue.gif) no-repeat left top;
}
.top_selling ul.list_top_selling li ul li a:hover.btn_small_black,  .top_selling ul.list_top_selling li ul li a:hover.btn_small_blue {
	text-decoration: none;
}
/* CalActive_Kilay_GIFT.html */
	
	.w_first_paragraph {
	margin: 0 0 -10px -12px;
	padding: 0 0 0 12px;
	height: 175px;
	background: url(../images/bg_gift.gif) no-repeat left 1px;
}
.first_paragraph {
	padding: 15px 20px 0 170px;
	border-top: 1px dashed #DBDBDA;
}
.form_gift {
	padding: 0 0 70px 70px;
}
.form_gift p.notification {
	padding-bottom: 20px !important;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
.form_gift fieldset {
	padding: 5px 0;
	width: 590px;
	border-top: 1px dashed #999;
}
.form_gift fieldset h3 {
	padding: 0 0 5px 0;
}
.form_gift fieldset ul {
	padding: 0 0 15px 0;
}
.form_gift fieldset ul li {
	overflow: hidden;
	padding: 0 0 5px 0;
}
.form_gift fieldset ul li label {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	width: 200px;
}
.form_gift fieldset ul li label.your_message {
	padding: 25px 0 0 10px;
}
.form_gift fieldset ul li label bold {
	font-weight: bold;
}
.form_gift fieldset ul li input.txt {
	margin: 0 5px;
	width: 175px;
	font-size: 12px;
	border: 1px solid #006699;
}
.form_gift fieldset ul li input.txt_narrow {
	margin: 0 5px;
	width: 80px;
	font-size: 12px;
	border: 1px solid #006699;
}
.form_gift fieldset ul li textarea {
	margin: 0 5px;
	width: 200px;
	height: 80px;
	font-size: 12px;
	border: 1px solid #006699;
}
.form_gift fieldset ul li select {
	margin: 0 5px;
	width: 150px;
	font-size: 12px;
	border: 1px solid #006699;
}
.form_gift fieldset ul li select.wide {
	width: 177px;
}
.form_gift fieldset ul li span {
	margin-left: -6px;
}
.form_gift .w_button {
	overflow: hidden;
}
.form_gift .w_button button {
	float: left;
	margin: 0 2px;
	padding: 0 15px;
	width: 160px;
	line-height: 20px;
}
.form_gift .w_button img {
	float: left;
	margin: 3px 3px 0 3px;
}

#about_nav {
margin:15px 0 0px 10px;
min-height:60px;
}
#about_nav1 {
	float:left;
	margin-left:40px;
}
#about_nav2 {
	float:left;
	margin-left:30px;
}
#about_nav3 {
float:left;
	margin-left:30px;	
}
#about_text {
	clear:both;
	font-size:16px;
	
}

/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	
	
	#bottombar {
	clear: both;
	margin-bottom: 20px;
}
#sidebar p,  #bottombar p {
	line-height: 14px;
	padding-right: 0;
}
.activity-video {
	height:244px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	width:226px;
	color:#fff;
	background:url(../images/bg-activity_video.gif) bottom center no-repeat;
}
.activity-video h3,  .activity-video h4 {
	font-size:16px;
	padding:5px 0 0px 20px
}
.activity-video h4 {
	font-weight:normal;
	padding-bottom:10px
}
.activity-video a {
	float:left;
	padding-left:20px;
	color:#fff
}
.activity-video a span {
	color:#cc6600
}
div#newsletter {
	text-align:center;
	color:#666;
	margin-bottom:10px;
	overflow:hidden
}
div#newsletter label {
	font-size:10px;
	color:#333;
	float:left;
	padding-right:10px;
	font-weight:bold;
	padding-left:17px
}
div#newsletter input {
	width:79px;
	border:1px solid #666;
	float:left;
	font-size:12px;
	padding:2px 3px;
	margin-right:10px;
	background:#ffffa0
}
div#newsletter .btn-join {
	margin:0;
	width:auto;
	background:#d9dae7;
	padding:1px 5px
}
div#newsletter p {
	padding-bottom:10px
}
a.safesubscribe,  a.safesubscribe span {
	display:block;
	width:226px;
	height:15px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	color:#999;
	font-size:11px;
	margin-left:20px
}
a.safesubscribe:hover {
	text-decoration:none
}
a.safesubscribe span {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	background:url(../images/ico-safe_subscribe.gif) 60px 3px no-repeat
}
.experienceDropDown {
	margin-bottom: 10px;
}
#homeLowPrices {
	margin: 5px auto 0px auto;
}
/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	
	
#footer {
	font-size:11px;
	background:transparent url(../images/footerBg.gif) repeat-x 0 0;
	position:relative;
	height:220px;
	clear:both;
	color:#c8eeff;
	text-align: left;
}
#footer p {
	font-size:12px;
}
#footer a {
	color:#c8eeff;
	font-weight: bold;
}
#footer a:hover {
	color:#c8eeff;
	text-decoration: none;
}
#footer h3 {
	font-size:16px;
	color:#ffcd03;
	margin: 0px 0px 0px 0px;
}
#footerWrap {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:940px;
}
#footerSocial {
	width:220px;
	float:left;
	margin-top:30px;
	padding-left:45px;
	height:100px;
}
#footerSocial p {
	font-weight:700;
	margin:20px 0 0;
}
#footerSocial img {
	margin:10px 10px 0 0;
}
#footerLinks {
	width:260px;
	float:left;
	margin-top:30px;
	margin-left: 10px;
}
#footerLinks ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:14px;
	float:left;
	margin-left:0px;
	margin-right:30px;
}
#footerLinks li {
	margin:0;
	padding:8px 0 0;
}
#footerLinks li a {
	font-size:12px;
	background:transparent url(../images/footerLinkArrow.gif) no-repeat center left;
	color:#fff;
	padding:0 0 0 10px;
}
#footerLinkPartners {
	width:180px;
	float:left;
	margin-top:30px;
	margin-left: 10px;
}
#footerLinkPartners ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:14px;
	float:left;
	margin-left:0px;
	margin-right:20px;
}
#footerLinkPartners li {
	margin:0;
	padding:8px 0 0;
}
#footerLinkPartners li a {
	font-size:12px;
	background:transparent url(../images/footerLinkArrow.gif) no-repeat center left;
	color:#fff;
	padding:0 0 0 10px;
}
#footerPress {
	float:left;
	margin-top:30px;
	margin-left:10px;
	width:200px;
	height:100px;
}
#footerPress img {
	float:left;
	margin-right:10px;
}
#footerNewsletter {
	width:210px;
	float:left;
	margin-top:30px;
	margin-left:0px;
}
#footerNewsletter h3 img {
	margin:0 0 5px;
}
#footerNewsletter img {
	float:left;
	margin: 0px 5px 10px 0px;
}
#footerNewsletter input {
	margin:0 0 5px 0px;
	color: gray;
	float: left;
}
#footerNewsletter input.emailBox {
	width: 200px;
}
#footerNewsletter label {
	margin:0 0 0 10px;
}
#footerNewsletter #subscribeBtn {
	margin:5px 0 0 25px;
	float: right;
	height: 25px;
	width: 124px;
}
#copyright {
	text-align:center;
	clear:both;
	margin-top:20px;
}
.float_left {
	float:left;
}
