/****************************************************************************************	
	[GENERICS]
*****************************************************************************************/

/* -------------Reset everything */
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, 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, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 10pt !important;
	color: #4d4d4d !important;
}
/* -------------//Reset everything */


body {
	color: #4d4d4d;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #D9D9D9;
}
th, td {
	padding: 4px 8px;
	border: 1px solid #D9D9D9;
	line-height: 1.4;
}
th {
	text-align: left;
	color: #000;
	font-weight: bold;
}
td {font-size: 9pt;}
caption {
	font-weight: bold;
	font-size: 15pt;
	text-align: left;
	padding-bottom: 10px;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-size: 19pt;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.3;
	color: #0061aa;
}
h1 {
	border-bottom: 2px solid #0061aa;
	padding-bottom: 2px;
}
h2, h3, h4, h5, h6 {
	font-size: 17pt;
	margin-bottom: 10px;
}  
h3 {
	font-size: 15pt;
	margin-bottom: 10px;
} 
h4, h5, h6 {
	font-size: 13pt;
	color: #4d4d4d;
	margin-bottom: 10px;
} 
h5 {
	font-size: 12pt;
	margin-bottom: 10px;
} 
h6 {
	font-size: 11pt;
	margin-bottom: 10px;
} 

/* Forms */
fieldset {margin-bottom: 22px;}
	legend {
		font-weight: bold;
		font-size: 14pt;
		padding-bottom: 10px;
		color: #0061aa;
	}
	div.form-row {
		margin-bottom: 18px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 6px;
	}
		div.form-row label,
		#main-content div.form-row p.form-lbl {
			display: block;
			font-weight: bold;
			margin: 0 0 4px;
		}
		div.form-row div.form-column label {
			display: inline;
			font-weight: normal;
		}
		#main-content div.form-column ul,
		#main-content div.form-row.lbl-wide ul {
			margin: 0;
			list-style: none;
		}
		#main-content div.form-column p,
		#main-content div.form-row.lbl-wide p.note {
			padding-top: 4px;
			font-size: 9pt;
			margin: 0;
		}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Margins */
#main-content p, #main-content ul, 
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 22px;} /* 22px */
#main-content table table,
#main-content table p,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul {
	list-style: disc;
	margin-left: 30px;
}
#main-content ol {
	list-style: decimal;
	margin-left: 30px;
}
	/* Nested */
	#main-content ul ul, #main-content ul ol, 
	#main-content ol ol, #main-content ol ul {margin: 10px 0 10px 20px;}
	#main-content ol ol {list-style: lower-alpha;}
	#main-content ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .errors, .success, .error, 
ul.pagination, ul#img-lib li.divider, #review-content, 
.search, #buy-now, #ancillary, #header dl, #nav-search,
#sidebar, #banner, #footer ul, #bcrumbs-toolbar,
#banner-ticker, p.alt-link, div.columns p.footer,
p.plugin, div.buttons, #flashcontent, .btn, a.popupwindow,
.btn-buynow, #cs-filter, div.cs-results ul, p.find-more,
p#credits {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-top: 10px;
	text-align: right;
}
#main-content {padding: 20px 0;}
body.home #main-content {
	float: left;
	width: 100%;
}
body.home #main-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	/* Aside */
	#aside {
		border-left: 4px solid #000;
		margin-left: 20px;
		padding-left: 20px;
	}
		#aside h1 {
			font-size: 16px;
			margin-bottom: 22px;
			border: none;
		}
	body.home #main-content #aside {
		border: none;
		margin: 0;
		padding: 0;
	}
		body.home #main-content #aside div.panel {
			float: left;
			width: 220px;
			padding: 10px;
			border: 1px solid #0061aa;
		}
		body.home #main-content #aside div.panel.last {float: right;}
			body.home #main-content #aside div.panel img {max-width: 220px;}
			body.home #main-content #aside div.panel p {margin-bottom: 10px;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [HOMEPAGE COLUMNS]
-------------------------------------------------------*/
body.home #main-content div.col {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	body.home #main-content div.col h1 {
		margin-bottom: 10px;
		border: none;
	}
	body.home #main-content img.panel-img {
		border: 1px solid #D1D1D3;
		display: block;
		margin-bottom: 10px;
	}

/* [THE CLIMBS and GIFT CERTIFICATES]
-------------------------------------------------------*/
#main-content div.columns ul {
	list-style: none;
	margin: 0;
}
	#main-content div.columns ul li {
		padding: 12px;
		border: 2px solid #dc1009;
		margin-bottom: 16px;
	}
	div.columns ul li#grey {border-color: #bebebe;}
	div.columns ul li#blue {border-color: #007bde;}
		div.columns ul li div.img-title img {
			width: 289px;
			height: 193px;
			margin-bottom: 10px;
			display: block;
		}
		div.columns ul li div.img-title h2 {
			text-transform: uppercase;
			font-size: 14pt;
			color: #dc1009;
		}
		div.columns ul li#grey h2 {color: #bebebe;}
		div.columns ul li#blue h2 {color: #007bde;}
		#main-content div.columns ul li div.wysiwyg * {margin: 0;}
				
/* Gift Certificates */	
#certificates ul li#titanium {border-color: #261e1b;}
#certificates ul li#gold {border-color: #a3802f;}
	#certificates ul li div.img-title img {
		width: 213px;
		height: 151px;
	}
	#certificates ul li#titanium div.img-title h2 {color: #261e1b;}
	#certificates ul li#gold div.img-title h2 {color: #a3802f;}	

/* [STRUCTURED PAGES]
-------------------------------------------------------*/

/* Awards Table */
table.grid {width: 100%;}
	table.grid.v-top td {vertical-align: top;}

/* FAQs */
dl.faqs dt {
	color: #0061aa;
	font-weight: bold;
	font-size: 12pt;
}
dl.faqs dd {margin-bottom: 22px;}
	#main-content dl.faqs dd p {margin: 0;}

/* Shop */
#main-content ul.shop {
	margin: 0 0 22px;
	list-style: none;
}
	#main-content ul.shop li.shop-item {
		border: 1px solid #4d4d4d;
		margin-bottom: 10px;
	}
		#main-content ul.shop li.shop-item div.inner {
			padding: 24px 24px 28px;
			min-height: 163px;
			position: relative;
		}
			/* Thumbnail */
			ul.shop div.thumb {
				width: 173px;
				height: 163px;
				overflow: hidden;
				position: absolute;
				top: 24px;
				left: 24px;
			}
			* html ul.shop div.thumb {left: 0;} /* IE6 fix */
				ul.shop div.thumb img {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 5;
				}
				ul.shop div.thumb img.sold-out {z-index: 10;}
			/* Info */
			ul.shop div.info {
				margin-left: 200px;
				width: 300px;
			}
				/* Typography */
				#main-content ul.shop div.info h3 {margin-bottom: 6px;}
				#main-content ul.shop div.info p,
				#main-content ul.shop div.info table {margin-bottom: 11px;}
				#main-content ul.shop div.info ul,
				#main-content ul.shop div.info ol {margin-bottom: 11px;}
				/* Colour and Size */
				#main-content ul.shop div.info dl {margin: 0;}
				#main-content ul.shop div.info dl.first {
					padding-top: 6px;
					margin-bottom: 6px;
				}
					ul.shop div.info dl dt {
						font-weight: bold;
						margin-right: 4px;
					}
					ul.shop div.info dl dt,
					ul.shop div.info dl dd {display: inline;}
			/* Price */
			ul.shop div.price {
				width: 124px;
				text-align: right;
				position: absolute;
				right: 24px;
				top: 24px;
			}
				ul.shop div.price em {
					font-style: normal;
					font-size: 14pt;
					margin-bottom: 10px;
					line-height: 1.2;
					display: block;
					text-align: right;
				}
				ul.shop div.price a:link,
				ul.shop div.price a:visited {color: #ee3b33;}

/* [LABEL / VALUE LIST]
-------------------------------------------------------*/
#main-content ul.lbl-value {
	margin-left: 0; 
	list-style: none;
	float: left;
	width: 100%;
}
	#main-content ul.lbl-value li {
		float: left;
		width: 100%;
		margin-bottom: 11px;
	}
		ul.lbl-value li h2.lbl {
			font-size: 100%;
			color: #4d4d4d;
			margin: 0 26px 0 0;
			float: left;
			width: 140px;
		}
		ul.lbl-value li div.value {margin-left: 166px;}
			#main-content ul.lbl-value li div.value p,
			#main-content ul.lbl-value li div.value ul,
			#main-content ul.lbl-value li div.value ol,
			#main-content ul.lbl-value li div.value table {margin-bottom: 6px;} 

/* [IGNITIONSUITE MODULES]
-------------------------------------------------------*/

/* ---Reviews--- */
#main-content #review-listings ol {
	margin: 0 0 30px;
	list-style: none;
}
	#main-content #review-listings ol li {
		margin-bottom: 20px; 
		width: 100%;
	}
		#main-content #review-listings ol li p {margin: 0;}
		/* Comments */
		#main-content #review-listings ol li blockquote {
			padding: 8px 9px;
			border: 1px solid #666;
			margin: 0;
		}
			#main-content #review-listings ol li blockquote cite {
				font-style: normal; 
				display: block;
			}
				#main-content #review-listings ol li blockquote cite strong {font-family: "Times New Roman", Times, serif;}
			#main-content #review-listings ol li blockquote p {padding-top: 4px;}
		/* Time/Date stamp */
		#main-content #review-listings ol li p.timedate {
			padding-top: 5px;
			font: normal 9pt Arial, Helvetica, sans-serif;
			text-align: right;
			color: #666;
			width: 100%;
		}

/* --Search Results-- */
#main-content ul#search-results {
	border-top: 1px dotted #4d4d4d;
	margin: 0 0 14px 0;
	list-style: none;
}
	#main-content ul#search-results li {
		border-bottom: 1px dotted #4d4d4d;
		padding: 14px 0;
	} 
		#main-content ul#search-results li h2 {
			font-size: 13pt;
			margin-bottom: 5px;
		}  
		#main-content ul#search-results li p {margin: 0;}
		#main-content ul#search-results li p.rating {
			color: #666;
			font-size: 9pt;
		}

/* --Image Library-- */
#main-content ul.img-lib {list-style: none;}
	#main-content ul.img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}

/* --Sitemap-- */
#main-content div.sitemap-col ul li a {
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}
	#main-content div.sitemap-col ul li ul li a {
		font-weight: normal;
		font-size: 10pt;
		text-transform: none;
	}
	
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

