/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles

LAST UPDATED:	21 December 2007

AUTHOR:			Wade Womersley

NOTES:			The 1st section will reset any variance
				across all browsers making them all
				appear very similar, however it also means
				everything needs its own custom style!
				Retrieved from various sources over the net

-- CONTENTS -----------------------------------------------

	=1:		[STANDARDS]
	=2:		[COMMON]
	=3:		[AUTOCOMPLETE]
	=4:		[GENERAL LAYOUT]
	=5:		[PORTFOLIO]
	=6:		[HOMEPAGE]

---------------------------------------------------------*/





/*------=1:	[STANDARDS] -----------------------------*/



html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}



a {
	text-decoration: none;
	color: #0072bc;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}



ol, ul {
	list-style: none;
}



/* tables still need cellspacing="0" in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}



caption, th, td {
	font-weight: normal;
	text-align: left;
}



/* remove possible quote marks (") from <q> & <blockquote> */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.sIFR-alternate {
	display: none;
}

/*------=2:	[COMMON] -----------------------------*/

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;	
}

strong, .bold {
	font-weight: bold;
}

em, .italic {
	font-style: italic;
}

.strike {
	text-decoration: line-through;	
}

.tinyTxt {
	font-size: 10px;	
}

div.sideDeco {
	background: url('../images/sideheader_base.png') no-repeat;
	background-position: bottom;	
	border: 0;
	margin: 0px;
	height: 5px;
	clear: both;
	border-bottom-style: none;
}

/*------=3:	[AUTOCOMPLETE] --------------------------------*/

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color: #9FCFFF;
}


	ol {
		margin-left: 20px;
	}


	h1 {
		font-weight: bold;
		margin: 10px 0 10px 10px;
		font-size: 18px;
	}
	
	.textContent p {
		line-height: 20px;
		padding: 0 0 10px 10px;
	}
/*------=4:	[GENERAL LAYOUT] -----------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url('../images/topshade_tile.png') repeat-x;
}

	#container 
	{
		position: relative;
		width: 800px;
		margin: 0 auto;
		text-align: left;
	}
	
		#header {
			position: relative;
			width: 800px;
			height: 74px;
			background: url('../images/page_top.png') no-repeat;
		}
		
			#tele {
				position: absolute;
				top: 15px;
			}
			
			#myBasket {
				position: absolute;
				top: 20px;
				right: 30px;
			}
			
				#myBasket h3{
					font-size: 15px;
					font-weight: bold;
					color: #03509e;
				}
			
				#myBasket p{
					font-size: 11px;
					color: #666;
					line-height: 11px;
				}
		
		#navigation {
			position: relative;
			background: #3371b0 url('../images/navigation.png') no-repeat;	
			height: 50px;
		}
		
			#navigation ul {
				float: right;
				margin: 2px 0 0 0;
				height: 48px;
			}
			
			#navigation ul li {
				float: left;
				padding: 0 5px 0 5px; 
				font-weight: bold;
				color: #fff;
				line-height: 3.8em;
			}
			
			#navigation ul li img {
				display: inline;
			}
			 			
				#navigation ul li span {display: none;}
			
			#navigation ul li.noPadding {
				padding: 0px;
			}
		
			#logo {
				position: absolute;
				top: -25px;
				left: 20px;
			}
			
		#subnavigation {
			float: left;
			background: #d3e2f1;
			width: 800px;
			height: 30px;
			border-bottom: 1px solid #afc3d5;
			background: url('../images/logged_bar.png') repeat-x;
		}
			
			#subnavigation ul {
					float: right;
			}
			
				#subnavigation li {
					float: left;
					padding: 0 5px 0 5px;
					line-height: 2.7em;
					color: #000;
					font-weight: bold;
					font-size: 11px;
				}
			
				#subnavigation li a {
					color: #03509e;
				}
	
		#contentArea {
			float: left;
			background: url('../images/content_base.png') no-repeat;
			background-position: bottom;
			padding-bottom: 30px;
			margin-bottom: 10px;
		}
		
			#contentArea #lhsBar {
				float: left;
				width: 195px;
				background: url('../images/lhs_shading.png') repeat-y;
				background-position: right;
				padding-top: 30px;
			}
		
			#contentArea #lhsBar img {
				padding: 0 0 0 5px;
			}
			
				.sideFeature {
					text-align: center;
					padding: 0 0 10px 0;
				}
				
				.sideFeature img {
					display: inline;
				}
			
				h2 {
					color: #03509e;
					font-size: 14px;
					font-weight: bold;
					padding: 6px 10px 10px 10px;
					margin: 0px;
				}
				
				#contentArea #lhsBar #searchArea {
					position: relative;
					clear: both;
					margin-bottom: 15px;
					height: 50px;
				}
				
					#contentArea #lhsBar #searchArea input.bubble {
						position: absolute;
						top: 30px;
						left: 8px;
						background: url('../images/search_textfield.png');
						width: 141px;
						height: 18px;
						border: none;
						padding: 4px;
					}
					
					#contentArea #lhsBar #searchArea .goButton {
						position: absolute;
						top: 28px;
						right: 7px;
						background: url('../images/button_go.png') no-repeat;
						height: 29px;
						width: 30px;
						border: 0;
					}
					
					#contentArea #lhsBar #searchArea img#magImage {
						position: absolute;
						top: 3px;
						right: 8px;
					}
				
				h2.addDecor {
					
					background-position: bottom;
				}
				
					#contentArea #lhsBar #productList {
						position: relative;
						
					}
					
					#contentArea #lhsBar #productList img#boxingImage {
						position: absolute;
						top: -3px;
						right: 8px;
					}
			
				#contentArea #lhsBar #productList ul {
					list-style-type: square;
					color: #FC0;
					list-style-position: outside;
					margin-left: 10px;
				}
			
					#contentArea #lhsBar #productList ul li {
						font-size: 11px;
						text-transform: uppercase;
						margin: 0 10px 3px 10px;
						background: url('../images/dotted_base.png') repeat-x;
						background-position: bottom;
						padding-bottom: 3px;
					}
					
					#contentArea #lhsBar #productList ul li.noBase {
						background: none;
					}
					
					
						#contentArea #lhsBar #productList ul li.odd, #contentArea #lhsBar #productList ul li .odd a {
							color: #03509e;
						}
				
						#contentArea #lhsBar #productList ul li.even, #contentArea #lhsBar #productList ul li .even a {
							color: #3c77b4;
						}
			
				#contentArea #lhsBar #newsList {
					margin: 0 5px 5px 0;
				}
				
					#contentArea #lhsBar #newsList ul {
						margin-left: 25px;
						list-style-image: url('../images/news_bullet.gif');
					}
					
						#contentArea #lhsBar #newsList ul li {
							font-size: 11px;
							text-transform: uppercase;
							color: #03509e;
							background: url('../images/dotted_base.png') repeat-x;
							background-position: bottom;
							padding: 3px 0 3px 0;
						}
					
						#contentArea #lhsBar #newsList ul li.newsBase {
							background: none;
							font-weight: bold;
							text-transform: capitalize;
						}
					
						#contentArea #lhsBar #newsList ul li.newsBase a {
							color: #03509e;
						}
					
						#contentArea #lhsBar #newsList ul li a{
							color: #f47818;
						}
						
						#contentArea #lhsBar #newsList {
							background: url('../images/icon_rss.png') no-repeat;
							background-position: 160px 3px;
						}
						
						
			
			#contentArea #rhsContent {
					float: left;
					width: 600px;
			}
			
				.featureHolder {
					width:605px;
					height:318px;
					overflow: hidden;
					margin: 0 0 5px 0;	
					float:left;
					position:relative;
				}
			
				.imageFader {
					width:605px;
					height:318px;
					margin: 0 0 5px 0;	
					float:left;
				}
			
				#featureBanner {
					float: left;
					/*background: url('../images/banner_1.jpg') no-repeat;*/
					width:205px;
					height: 318px;
					margin: 0 0 5px 0;
					position:absolute;
					top:0px;
					right:0px;
					z-index:80;
				}
				
					#featureBanner .featureBox {
						position: relative;
						float: right;
						background: url('../images/feature_box.png') no-repeat;
						width: 187px;
						height: 138px;
						clear: both;
						margin: 15px 0 0 0;
					}
					
						.featureBox .thumb {
							position: absolute;
							top: 10px;
							left: 15px;
						}
						
						.featureBox .viewProduct {
							position: absolute;
							bottom: 20px;
							right: 20px;
						}
						
						.featuredProduct {
								position: absolute;
								top: 10px;
								left: 75px;
								font-size: 11px;
								padding-right: 5px;
						}
						
							.featuredProduct .header {
								font-weight: bold;
								margin-bottom: 5px;
							}
						
							.featuredProduct .desc {
								color: #666;
							}
						
							.featureBox .pricing {
								position: absolute;
								bottom: 23px;
								left: 20px;
								color: #666;
								font-size: 11px;
								line-height: 14px;
							}
							
							.featureBox .pricingPrice {
								font-weight: bold;
								font-size: 15px;
							}
					
			.tabPod {
				margin: 5px 0 0 0;
			}
			
				ul.Tabs {
					
				}
			
				ul.Tabs li {
					float: left;
					width: 175px;
					height: 38px;
				}
				
					ul.Tabs li.whatsnew {
						background: url('../images/tab_whatsnew_on.png') no-repeat;
					}
				
					ul.Tabs li.bestseller {
						margin-left: 1px;
						background: url('../images/tab_bestseller_off.png') no-repeat;
					}

				.podBody {
					float: left;
					border-left: 3px solid #034c96;
					border-right: 3px solid #034c96;
					border-top: 10px solid #034c96;
					border-bottom: 10px solid #034c96;
					width: 594px;
				}
				
					.productPod {
						position: relative;
						float: left;
						background: url('../images/pod_bg.png') repeat-x;
						height: 130px;
						width: 296px;
					}
				
						.productHolder {
							position: relative;
							float: left;
							background: url('../images/pod_base_bg.png') repeat-x;
							background-position: bottom;
							padding-bottom: 10px;
						}
						
							.productHolder img.viewProduct {
								position: absolute;
								bottom: 10px;
								right: 10px;
							}
							.productHolder h1 {
								font-size: 15px;
								font-weight: bold;
							}
							
							.paddOut p {
								padding: 10px 0 0 10px;
							}
					
					.productSider {
						border-right: 1px solid #ccc;
					}
					
					.productPod img.thumb {
						position: absolute;
						top: 10px;
						left: 10px;
					}
					
					.productPod .viewProduct {
						position: absolute;
						bottom: 20px;
						right: 10px;
					}
					
						.productInfo {
							position: absolute;
							top: 10px;
							left: 85px;
						}
						
					
						.productInfo .header {
							color: #03509e;
							font-weight: bold;
							font-size: 13px;
							margin-bottom: 15px;
						}
					
						.productInfo .desc {
							color: #666;
							font-size: 11px;
							margin-bottom: 10px;
						}
					
						.productInfo .pricing {
							color: #666;
							font-size: 11px;
						}
						
						.productInfo .pricingPrice {
							color: #cc0000;
							font-weight: bold;
							font-size: 13px;
						}
			
			.innerColumnLHS h1, .innerColumnRHS h1 {
				font-size: 20px;
				font-weight: bold;
				color: #03509e;
				margin: 0 0 10px 0;
			}
			
			.innerColumnLHS, .innerColumnRHS {
				float: left;
				width: 46%;
				padding: 10px;
			}
						
				.innerColumnLHS p, .innerColumnRHS p {
					margin-bottom: 10px;
					line-height: 17px;
					font-size: 11px;
				}
			
			.innerColumnLHS {
				background: url('../images/homepage_copy_divider.png') no-repeat;
				background-position: right;	
			}
					
	
	#footer {
		background: #03509e url('../images/footer_tile.png') repeat-x;
		height: 153px;
		width: 100%;
	}
	
		#footer #inner {
			position: relative;
			background: #03509e url('../images/footer_main.png') no-repeat;
			background-position: top center;
			height: 153px;
			width: 990px;
			margin: 0 auto;
			
			color: #fff;
			font-size: 11px;
			text-align: left;
		}
		
			#footer #inner #innerHolder {
				position: absolute;
				top: 90px;
				left: 110px;
			}
		
				#footer #inner #innerHolder p {
					margin-bottom: 5px;
				}
		
				#footer #inner #innerHolder p.cc {
					font-size: 9px;
				}
				
					#footer #inner #innerHolder p.cc a {
						color: #6C0;
					}
	
				#footer #inner #innerHolder a {
					color: #fff;
					text-decoration: none;
				}
			
				#footer #inner #innerHolder a:hover {
					color: #fff;
					text-decoration: underline;
				}
				
		 .altText {
			display: none; 
		 }
		 
		 .koBlue {
			color: #03509e; 
		 }
		