/* zeros everything */

* { padding: 0; margin: 0; }


/* set default font */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*background: url(../images/misc/page-bg.jpg) repeat-x;*/
	background-color:#465D7F;
	}
	

/* headings */
	
h2 {
	font-size: 2.2em;
	margin: 65px 0 0 0;
	}
	
h3 {
	font-size: 1.4em;
	padding: 0 6px;
	display: inline;
	}
	
h4 {
	height: 49px;
	line-height: 49px;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 20px;
	margin: 0;
	}
	
#leftColumn h4 {
	color: #fff;
	background-color: #2F7AD5;
	border-top-style: solid;
	border-top-color: #2F7AD5;
	border-top-width: 1px;
	}
	
h5 { font-size: 1.3em; }
	
h6 { font-size: 1.2em; }
	

/* links */

a {
	outline: 0;
	text-decoration: none;
	}

#homeText .HeaderLink{
	color:#4C5870;
}
	
	
/* images */

img { border: 0; }


/* forms - defaults */

input {
	border: 0;
	height: 18px;
	line-height: 18px;
	width: 300px;
	}
	
select.wide, textarea.wide {
	width: 300px;
	}
	
button {
	border: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.0em;
	height: 18px;
	line-height: 18px;
}

input.checkbox {
	width: 16px;
	height: 16px;
	}

label {
	display: block;
	margin: 16px 0 6px 0;
	font-size: 1.2em;
	}

.register label{
	display: block;
	margin: 6px 0;
	font-size: 1.2em;
}
	
label.noMargin {
	margin: 0;
	font-size: 1.0em;
	}
	
/* tables - defaults */
	
table {
	font-size: 1.2em;
	}
	
th {
	text-align: left;
	}
	
	
/* page structure */

#mainContainer {
	width: 962px;
	margin: 0 auto;
	}
	
#mainPage {
	background: url(../images/main-page-bg.gif) repeat-y;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
#pageBackground {
	border-style: solid;
	border-width: 1px;
	}
		
	
/* banner */
	
#logoBar {
	height: 109px;
	}
	
h2 {
	float: left;
	}
	
h1 {
	height: 109px;
	}

ul#topLinks {
	float: right;
	width: auto;
	list-style-type: none;
	margin: 16px 10px 0 0;
	display: inline;
	}
	
ul#topLinks a {
	font-size: 1.2em;
	}
	
ul#topLinks li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	}
	
	
/* optionBar */

	
#cart, /* #search, */ #player {
	float: left;
	}

/* Cart */
	
#cart {
	background: url(../images/cart-bg.gif) no-repeat 6px 7px;
	width: 163px;
        /*
	border-right-style: solid;
	border-right-width: 1px;
	*/
        height: 80px;
	padding: 23px 14px 9px 14px;
	position: relative;
	}
	
#cart h3 {
	font-weight: normal;
}
 
#cart p {
	font-size: 1.2em;
	line-height: 18px;
	float: left;
	width: 90px;
	margin: 7px 7px 0 7px;
	}
	
#cart p span.total {
	font-size: 1.5em;
	display: block;
	margin-top: 14px;
	}
	
#cart a {
	width: 70px; height: 22px;
	background:url(../images/buttons/view-cart.gif) no-repeat;
	text-indent: -9999px; line-height: 0.001em; font-size: 0.001em;
	display: block;
	position: absolute;
	left: 108px; top: 78px;
	}
#cart a:hover {
	background-position: left bottom;
}

/* info (search) */


#search {
        height: 163px;
	background: url(../images/intro-text-bg.gif) no-repeat;
	padding: 9px 0 0 20px;
	margin-top: 15px;
	margin-bottom: 15px;
    /*
	background: url(../images/search-bg.gif) no-repeat 7px 2px;
	width: 345px;
	padding: 10px 18px 0 18px ;
	font-size: 1.1em;
	height: 70px;
    */
        }
	
#search a {
	color: #3c83db;
	text-decoration: underline;
	line-height: 16px;
	display:block;
	margin-top:6px;
	}

	
/* Player */
	
#player {
	width: 384px;
	background: url(../images/player-bg.gif) no-repeat 7px 7px;
	height: auto !important;
	height: 110px;
	min-height: 110px;
	}
	

/* lines under option bar */	
	
div.longStrip, div.longStripLast, div.strip {
	float: left;
	height: 6px;
	text-indent: -9999em;
	font-size: 0.001em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	}

div.longStrip{
	width: 383px;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
div.longStripLast{
	width: 384px;
	}
	
div.strip {
	width: 191px;
	border-right-width: 1px;
	border-right-style: solid;
	}


/* left column */

#leftColumn {
	width: 191px;
	float: left;
	padding: 0 0 30px 0;
	}

#leftColumn ul {
	list-style-type: none;
	margin: 6px 0 0 10px;
	}
	
#leftColumn li {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 30px;
	background: url(../images/misc/star.gif) no-repeat 0 11px;
	padding: 0 0 0 16px;
	}

#leftColumn ul ul{
	margin: 0 0 4px 0;
	}
	
#leftColumn li li {
	font-size: 0.9em;
	line-height: 24px;
	background: none;
	padding: 0 0 0 0;
	}


/* right column */
		
#rightColumn {
	padding: 0;
	float: left;
	width: 767px;
	height: auto !important;
	min-height: 600px;
	height: 600px;
	margin-left: 1px;
	}
	
#rightColumn p {
	font-size: 1.1em;
	}
	
#rightColumn h6 {
	color: #ffffff;
	}
	
div.row {
	width: 761px;
	background: #eaecef;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0 0 1px 0;
	padding: 21px 0 0 0;
	overflow: hidden;
	}
	
div.rowNeg {
	width: 785px;
	padding: 0 0 0 17px;
}	

	
/* tours */

div.blockDetail {
	position: relative;
	width: 150px;
	float: left;
	min-height: 281px;
	height: auto !important;
	height: 281px;
	margin: 0 43px 0 0;
	display: inline;
	}
	
div.blockDetail.place {
	min-height: 260px;
	height: auto !important;
	height: 260px;
	}	

div.blockDetail h5,
div.blockDetail p 
{
	line-height: 1.2em;
	}

div.blockDetail p {
	color: #2f7ad5;
	}
	
div.blockDetail p.pTit1 {
	margin-bottom: 1px;
}	

div.blockDetail a {
	color: #444446;
	}	

div.blockDetail div.alignBottom {
	width: 150px;
	}

div.blockDetail img {
	margin-bottom: 13px;
	border: 1px solid #fff;
	display: block;
	}

	
div.alignBottom {
	bottom: 24px;
	position: absolute;
	clear: both;
	}
	
div.paddTop{
	padding-top: 5px;
	position: absolute;
	clear: both;
}
	
ul.options {
	list-style-type: none;
	border-top: 1px solid #cacfd7;
	padding: 8px 0 0 0;
	} 

ul.options li {
	float: left;
	margin: 0 6px 0 0;
	}
ul.options li a {
	height: 22px;
	background-repeat: no-repeat;
	text-indent: -9999px; line-height: 0.001em; font-size: 0.001em;
	display: block;
	}
ul.options li a:hover {
		background-position: left bottom;
	}
	
ul.topBorder {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 0 0 0;
	width: 150px;
	}


/* list items */

#listBlockLeft, #listBlockRight {
	float: left;
	}

#listBlockLeft {
	width: 383px;
	border-right-style: solid;
	border-right-width: 1px;
	}

#listBlockRight {
	width: 384px;
	}

div.headerBar {
	height: 21px;
	padding: 16px 0 9px 0;
	display: block;
	}
	
div.listDetailDark, div.listDetailLight {
	display: block;
	height: auto !important;
	min-height: 75px;
	height: 75px;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	}

div.listDetailDark img, div.listDetailLight img {
	float: left;
	width: 75px;
	margin-right: 10px;
	} 

	
/* product list page */

div.resultsBar {
	height: 21px;
	padding: 12px 10px 8px 10px;
	margin-top: 10px;
	font-size: 1.2em;
	}

div.resultsBar p {
	float: left;
	margin-right: 30px;
	display: inline;
	}
	
div.resultsBar ul {
	list-style-type: none;
	float: left;
	}

div.resultsBar li {
	float: left;
	margin-right: 6px;
	}

div.resultsBar form {
	float: right;
	font-size: 1.1em;
	}

div.resultsBar select {
	margin-left: 10px;
	}

div.block {
	padding: 14px 20px;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;	
	}

div.blockDetailPad {
	padding: 14px 10px;
	border-top-style: solid;
	border-top-width: 1px;
	}

/* product detail page */

ul#detailTabs {
	list-style-type: none;
	margin: 20px 0 0 9px;
	font-size: 1.2em;
	font-weight: bold;
	}
	
ul#detailTabs li {
	float: left;
	padding: 4px 8px
	}

#detailContainer {
	width: 150px;
	float: left;
	margin-top: 16px;
	margin-right: 42px;
	margin-bottom: 8px;
	}
	
#productDetails {
	float: left;
	margin-top: 20px;
	width: 500px;
	}
	
#productDetails ul {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 24px;
	}

#productDetails select {
	width: 120px;
	font-size: 0.9em;
	}

#productDetails p {
	font-size: 1.2em;
	margin: 5px 0;
	}
	
.detailBuy {
	font-size: 1.4em !important;
	margin: 20px 0 0 0 !important;
	}
	
img.border {
	border-style: solid;
	border-width: 8px;
	}	
	
table#trackListing {
	width: 740px;
	margin: 10px 9px -1px 9px;
	}
	
table#trackListing th {
	padding: 10px 0;
	}

table#trackListing td {
	padding: 4px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
#fixedHeight {
	width:768px;
	}
	

/* cart view */

div.blockCartLight,div.blockCartTotal {
	padding: 14px 20px;
	}
	
div.blockCartLight {
	margin-top: 10px;
	}

div.blockCartDark table, div.blockCartLight table {
	width: 728px;
	}
	
div.blockCartDark table table, div.blockCartLight table table {
	width: 100%;
	font-size: 1.0em;
	}
	
div.blockCartDark table table td, div.blockCartLight table table td {
	padding: 6px 4px;
	}
	
div.blockCartTotal table {
	width: 728px;
	}
	
div.blockCartDark th, div.blockCartLight th, div.blockCartTotal th {
	padding: 6px 0;
	}
	
div.blockCartDark td, div.blockCartLight td{
	text-align: left;
	padding: 10px 0;
	border-top-style: solid;
	border-top-width: 1px;
	}
	
div.blockCartDark tr.total, div.blockCartLight tr.total, div.blockCartTotal tr.total {
	font-weight: bold;
	}
	
input.qty {
	width: 20px;
	height: 16px;
	}

div.blockCartDark td.pad, div.blockCartDark th.pad, div.blockCartLight td.pad, div.blockCartLight th.pad  {
	padding: 10px 20px 10px 0;
	}
	
div.blockCartDark td.cover, div.blockCartLight td.cover {
	width: 100px;
	}
	
td.alignRight {
	text-align: right!important;
	padding-right: 10px!important;
	}
	
/* my account */

ul#myAccount {
	font-size: 1.2em;
	line-height: 30px;
	list-style-type: none;
	}
	

/* login */

#rememberMe {
	margin: 12px 0 0 0;
	}

#rememberMe input {
	float: left;
	margin: 0 4px 0 0;
	}

#rememberMe label {
	float: left;
	margin: 0;
	width: 300px;
	}
	
a#forgotPass {
	float: left;
	margin: 10px 0 0 0;
	}

button#loginBut {
	float: right;
	width: 46px;
	margin: 10px 0 0 0;
	}

/* register */

#terms {
	margin: 20px 0 0 0;
	}

#terms input {
	float: left;
	margin: 0 4px 0 0;
	width: 18px;
	}

#terms label {
	float: left;
	margin: 0;
	width: 300px;
	}

button#register {
	width: 76px;
	margin: 30px 0;
	}
	
	
/* update details */

button#update {
	width: 130px;
	margin-top: 30px;
	}
	

/* advanced search */

#adSearchBtns {
	margin: 30px 0 0 0;
	}
	
#adSearchBtns button {
	font-size: 1.2em;
	margin: 0 0 0 4px;
	}

/* features */

div.feature {
	display: block;
	height: auto !important;
	min-height: 190px;
	height: 190px;
	font-size: 1.2em;

	}

div.feature ul {
	margin: 10pt 0pt 0pt 16px;
	}
	
div.feature li {
	padding: 0 0 10px 0;
	}
	
div.feature h6 {
	font-size: 1.0em;
	margin-top: 20px;
	font-weight: normal;
	}
	
div.feature p {
	margin-top: 20px;
	}
	


/* static pages */

p.static {
	font-size: 1.2em;
	float: left;
	margin: 10px 20px 0 0;
	width: 170px;
	line-height: 15px;
	}
	
img.staticImg {
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
	}
	
		
/* footer */

#footer {
	font-size: 1.4em;
	line-height: 30px;
	padding: 18px 0 18px 0;
	}

#footer ul {
	background: url(../images/grow-footer.gif) -1px 0 repeat-y;
	list-style-type: none;
	padding: 0 0 0 0;
	}
	
#footer li {
	width: 173px; height: 28px;
	line-height: 28px;
	float: left;
	padding: 0 0 0 19px; 
	}

/* acknowledgements */

#acknowledgements {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 1.1em;
	}
	
.iweb span {
	display: none;
	}
		
		
/* misc */

#rightColumn p.pad {
	padding: 10px 0;
	font-size: 1.2em;
	}

p.price {
	margin: 6px 0;
	font-size: 1.2em;
	}

.fL {
	float: left;
	}
	
.aR {
	text-align: right !important;
	padding: 0 10px 0 0!important;
	}

a.btn {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 4px 1px;
}

div.noTopMargin {
	margin-top: 0;
	}



/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
			
.clearfix {
	display: inline-block;
	}
		
/* Hide from IE Mac \*/

.clearfix { display: block; }

/* End hide from IE Mac */





