
/*************************************** Colours */
.black{ color: black; }
.darkGray{ color: #999999; }
.lightGray{ color: #cccccc; }
.blue{ color: #005ac1; }
.darkBlue{ color: #0033cc; }
.lightBlue{ color: #3d91d7; }
.babyBlue{ color: #d6e6ff; }
.disabled{ color: #cccccc; }


/*************************************** Helpers */
.floatLeft{ float: left; }
.floatRight{ float: right; }
.clear{ clear: both; }

.leftSpacing{ margin-left: 15px; }
.rightSpacing{ margin-right: 15px; }
.bottomSpacing{ margin-bottom: 10px; }
.topSpacing{ margin-top: 10px; }
.center{ text-align: center; }

.italic{ font-style: italic; }
.bold{ font-weight: bold; }
.boldItalic{ font-weight: bold; font-style: italic; }
.smallerFont{ font-size: smaller; }



/*************************************** Headers */
#main #header h1{ display: none; }
h2{ font-size: 1.6em; }


.infoBox h2
{
	display: block;
	height: 24px;
	text-indent: -9999px;
}

.promoVideo h2{ background: url( ../_graphics/header-PromoVideo.png ) no-repeat; }
.tripDVDs h2{ background: url( ../_graphics/header-TripDVDs.png ) no-repeat; }
.newReleases h2{ background: url( ../_graphics/header-NewReleases.png ) no-repeat; }


.tripList h2
{
	position: relative;
	left: -10px;
	top: 5px;
	
	color: #000;
	margin: 0 0 10px 0;
}


.tripDetails h2
{
	color: #3d91d7;
	margin-bottom: 5px;
}

/*************************************** Columns */
.mainPageTwoColumns .columnOne
{
	float: left;
	width: 503px;
}


.mainPageTwoColumns .columnTwo
{
	float: left;
	width: 223px;
	margin-left: 16px;
}



.twoColumns .columnOne
{
	float: left;
	width: 160px;
}

.twoColumns .columnTwo
{
	float: left;
	width: 582px;
}



.tripDetails .columnOne
{
	width: 436px;
	float: left;
}

.tripDetails .columnTwo
{
	margin-left: 18px;
	width: 128px;
	float: left;
}


.promoColumns .columnOne, .promoColumns .columnThree
{
	width: 211px;
	float: left;
	text-align: center;
	height: 100px;
}

.promoColumns .columnTwo
{
	width: 320px;
	float: left;
}





/*************************************** Tables */
tr{ line-height: 1.6em; }

.details td{ vertical-align: bottom; }

th
{
	text-align: right;
	font-weight: normal;
}


table.details{ font-size: 1.1em; }

.details th
{
	color: #b2b2b2;
	width: 64px;
	vertical-align: top;
}


.purchase td{ text-align: center; padding: 0 5px; vertical-align: bottom; }
table.purchase{ font-size: 1.3em; float: right; }
.purchase td.value{ width: 80px; }

table.videoList
{
	width: 250px;
	font-size: 1.3em;
	margin-left: 25px;
}

.videoList tr{ line-height: 2.0em; }



/*************************************** Groups */
.infoBox
{
	margin: 0 0 20px 0;
}

.infoBox .top, .infoBox .bottom{ height: 16px; }

.tripDVDs{ background: url( ../_graphics/infoBox-Background-Green.png ) repeat-y; }
.tripDVDs .top{ background: url( ../_graphics/infoBox-TopBottom-Green.png ); }
.tripDVDs .bottom{ background: url( ../_graphics/infoBox-TopBottom-Green.png ) 0 -16px; }

.newReleases{ background: url( ../_graphics/infoBox-Background-Orange.png ) repeat-y; }
.newReleases .top{ background: url( ../_graphics/infoBox-TopBottom-Orange.png ); }
.newReleases .bottom{ background: url( ../_graphics/infoBox-TopBottom-Orange.png ) 0 -16px; }


.dashedDivider
{
	height: 3px;
	width: 742px;
	background: url( ../_graphics/dashedDivider.gif ) no-repeat;
	margin: 7px 0 15px 0;
}

.tripList{ margin: 0 0 60px 0; }



/*************************************** Paragraphs */
.left{ text-align: left; }
.right{ text-align: right; }
.justify{ text-align: justify; }
.center{ text-align: center; }
.indent{ text-indent: 20px; }
.bold{ font-weight: bold; }
.underline{ text-decoration: underline; }


p
{
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 10px;
	text-align: justify;
}


.infoBox p
{
	color: white;
	margin: 0 18px 0 16px;
	padding: 0;
}


.tripList p
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 190px;
}


#main p.designedBy, p.legalNotes, p.importantNotes
{
	font-size: 1.0em;
	text-align: right;
	background-color: #005ac1;
	padding-right: 30px;
	
	color: #5b9eea;
	padding-bottom: 20px;
}

p.legalNotes
{
	text-align: center;
}

p.importantNotes
{
	float: left;
	margin-left: 30px;
}




/*************************************** Text Links */
a{ text-decoration: none; color: #005ac1; }
a:hover{ text-decoration: underline;  }


#main .designedBy a, .legalNotes a, .importantNotes a{ color: #add2fc; text-decoration: none; }
#main .designedBy a:hover, .legalNotes a:hover, .importantNotes a:hover{ text-decoration: underline; }




.tripDVDs a{ color: white; }
.tripDVDs a:hover{ color: yellow; }

.newReleases a{ color: white; }
.newReleases a:hover{ color: #cc6600; }

.columnOne li a{ color: black; }


/*************************************** Lists */

ul
{
	font-size: 1.2em;
	margin: 0 0 10px 20px;
}


.tripDVDs ul
{
	list-style: none;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 18px 0 16px;
}

.tripDVDs li
{
	margin-bottom: 5px;
}

.tripDVDs ul span
{
	font-size: 0.8em;
	padding-left: 15px;
	color: #d7e6b1;
}

.columnOne ul
{
	list-style: none;
	line-height: 1.6em;
	margin-left: 15px;
	margin-top: 7px;
}



/*************************************** Input */
.newReleases input
{
	margin: 9px 0 0 16px;
	width: 190px;
}

input.quantity
{
	width: 20px;
	text-align: center;
	margin: 0 0 2px 25px;
}

.purchase input{ text-align: center; }
.purchase input.quantity{ margin-left: 10px; }


input.addTo
{
	margin-bottom: 2px;
}

.videoList input{ text-align: center; }


/*************************************** Images */

img{ border: 0; }

img.tripHeader{ margin-bottom: 15px; }


.tripList img.map
{
	margin: 34px 0 0 12px;
	width: 107px;
	border: 1px solid;
	padding: 2px;
	border-color: #cccccc;
}


.tripDetails .columnOne img
{
	margin: 0 6px 8px 0;
	width: 131px;
	border: 1px solid;
	padding: 2px;
	border-color: #cccccc;
	position: relative;
	left: 4px;
}


.tripDetails .columnTwo img
{ 
	margin: 0 2px 6px 2px;
	width: 124px;
	border: 1px solid;
	padding: 2px;
	border-color: #cccccc;
	position: relative;
	left: -3px;
}


.promoColumns .columnOne img, .promoColumns .columnThree img
{
	border: 1px solid;
	padding: 2px;
	border-color: #cccccc;
	margin-bottom: 10px;
}


/*************************************** YouTube Videos */
.videoPreview object
{
	margin: 0 6px 30px 0;

	padding: 2px;
	border-color: #cccccc;
	position: relative;
	left: 4px;
}


/*************************************** Media Settings */
@media screen 
{
	a{ cursor: hand; }	
}
