/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #EAECEE;
	color: White;
	text-align: center;
}

#wrapper {
 width: 962px;
 margin: 0px auto;
 text-align: left;
 background: White;
 color: Black;
}

#container {
	display: block;	
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 962px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}

/* --- Header section ------------------------------------------------ */
#header {
	height: 322px;
	margin: 0px;
	position: relative;
	zoom: 1;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 2px solid white;
}

#header img { display: block; }

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

#header #basketshort {
 position: absolute;
 top: 32px;
 left: 494px;
 width: 175px;
 height: 56px; 
 color: #6A6456;
}

#header #basketshort a { color: #5D5E2F; text-decoration: none; }
#header #basketshort a:hover { text-decoration: underline; }

#header #currencymenu {
 position: absolute;
 top: 34px;
 left: 665px;
 width: 175px;
 height: 56px;
}

#header #headersearch { 
 display: none;
 position: absolute;
 top: 24px;
 left: 288px;
 width: 180px;
 height: 52px; 
}

#searchbox {  }

#searchbox input.field {
 width: 135px;
 font: 17px Arial, Helvetica, sans-serif;
 color: #6A6456;
 background: White;
 position: absolute;
 top: 8px;
 left: 0px; 
}

#searchbox input.button {
 border: none;
 position: absolute;
 top: 0px;
 right: 0px;
} 

#searchbox #searchbutton { 
 text-align: left; 
 margin: 0px 0px 0px 4px;
 padding: 0px; 
 background: transparent url(../templateimages/content/search_go.gif) no-repeat 0px 0px;
}

#photo_advert {
 width: 250px;
 height: 386px;
 position: absolute;
 top: 0px;
 right: 0px;
 overflow: hidden;
}

#home_focal {
 background: White;
 width: 496px;
 height: 237px;
 overflow: hidden;
}

/* Top links */
	
/* --- Entire page body section - everything below the header -------- */
#pagebody {
 padding: 0px;
 margin: 0px;
 border-left: 1px solid silver;
 border-right: 1px solid silver;
 background: transparent url(../templateimages/content/page_background.gif) repeat-y left;
}

.center { text-align: center; }

/* Left hand section of page body (if you have one!) */
#left {
	width: 192px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #140858;	
}

/* Dynamic page content section of page body */
#pagecontent { width: 768px; float: left; margin: 0px; padding: 0px; }

#pagecontent_pad { padding: 5px 10px; }
body#home #pagecontent_pad { padding: 0px !important; }

/* Left hand section of page body */


#lhs_categories { background: transparent url(../templateimages/content/CATS_top.gif) no-repeat 0px 0px; }

#lhs_categories h4 {
 text-indent: -9999;
 margin: 0px;
 padding: 0px;
 height: 32px;
 background: transparent url(../templateimages/content/title_categories.gif) no-repeat 0px 0px;
}

#lhs_categories div { background: transparent url(../templateimages/content/CATS_background.gif) no-repeat 0px 0px; }

#lhs_advice { width: 192px; }

#lhs_minibasket { margin-top: 10px; margin-bottom: 10px; }

#lhs_minibasket h1 {
 font-size: 85%;
 text-indent: -9999;
 background: transparent url(../templateimages/content/title_lhs_basket.gif) no-repeat 0px 0px;
 height: 32px;
 text-indent: -9999px;
}

#lhs_information h1 {
 font-size: 85%;
 text-indent: -9999;
 background: transparent url(../templateimages/content/title_information.gif) no-repeat 0px 0px;
 height: 32px;
 text-indent: -9999px;
}

#lhs_information ul {
 list-style: none;
 margin: 0px 0px 20px 10px;
 padding: 0px;
}

#lhs_information li {
 background: transparent url(../templateimages/content/chevrons.png) no-repeat 0px 2px;
 padding-left: 18px;
 padding-bottom: 6px;
}

#lhs_information a { color: White; }
#lhs_information a:hover { color: Silver; }

/* --- Category menu ------------------------------------------------- */
#categorymenu { margin: 0px; padding: 0px; }
#categorymenu div { background-image: none; }
#categorymenu ul { margin: 0px; padding: 3px 0px 0px 0px; }
#categorymenu ul li { list-style: none; width: 192px; padding: 0px; }
#categorymenu ul li div { font-size: 9pt; }
#categorymenu ul li div a {
 display: block;
 padding: 4px 10px 4px 27px;
 color: White;
 background: transparent url(../templateimages/content/chevrons.png) no-repeat 10px 6px;
}

#categorymenu ul li div a:hover { 
 background-color: Red;
 background-image: url(../templateimages/content/chevrons_white.png);
}

#categorymenu ul ul { margin: 0px 0px 0px 10px; padding: 0px; border-right: none;}
#categorymenu ul li { padding-top: 2px; }
#categorymenu ul ul li { padding-top: 0px; }
#categorymenu ul ul li div { font-weight: normal; font-size: 8pt; }

#categorymenu ul ul li div a { 
 padding-left: 18px;
 padding-bottom: 4px;
 color: #666666;
 background-image: none;
}

#categorymenu ul ul li div a:hover { color: Black; background-color: transparent; background-image: none;}
#categorymenu ul ul ul { margin-top: 0px; }
#categorymenu ul ul ul li div a { padding-left: 10px; }
#categorymenu ul ul ul ul li div a { padding-left: 20px; }
#categorymenu ul ul ul ul ul li div a { padding-left: 30px; }
#categorymenu ul ul ul ul ul ul li div a { padding-left: 40px; }

/* --- Footer -------------------------------------------------------- */
#footer {
 background: transparent url(../templateimages/content/footer_background.gif) repeat top;
 clear: both;
 text-align: left;
 height: 72px;
 position: relative;
 zoom: 1;
}

#footer #copyright { clear: left; float: left; color: White; padding-left: 20px; }
#footer #copyright a { color: White; font-weight: normal; }
#footer #copyright a:hover { text-decoration: underline; }

#footer #triad {
 position: absolute;
 right: 20px;
 top: 26px;
 width: 100px;
 height: 26px; 
}

#footer #basemenu { float: left; padding-left: 20px; }
#footer #basemenu ul { margin: 20px 0px 10px 0px; padding: 0px; }
#footer #basemenu li { list-style: none; margin: 0px; padding: 0px; display: inline; }
#footer #basemenu a { font-size: 8pt; color: White; margin-right: 6px; }
#footer #basemenu a:hover { text-decoration: underline; }

/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad { padding: 0px 5px 0px 8px; }

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* ------------ Top lists -------------------------------------------- */
#toplists {
	padding: 0;
	width: 100%;
	clear: both;
}

#toplists .box {
	width: 49%;
	font-size: 8pt;
	float: left;	
	padding-bottom: 10px;	
}

#toplists .pad { margin: 0px 15px 10px 0px; }
#toplists ul { margin: 0px; padding: 0px; border: 0px; }

#toplists ul li {
	list-style: disc;
	float: none;
	clear: both;	
 margin-left: 25px;
 padding-bottom: 4px;
}

#toplists ul li div a { color: #3B3B3B; }
#toplists ul li div a:hover { color: #5D5E2F; }
#toplists ul li div { display: block; font-size: 8pt; }
#toplists h4 { margin: 0px 0px 8px 0px; padding: 0px; font-size: 100%; }

.rrp { text-decoration: line-through; }

#home_region1 { clear: both; float: left; width: 574px;}

#home_region2 {
 width: 192px;
 background: #EBAB00;
 float: right;
 margin-bottom: 10px;
 overflow: hidden;
}

#home_region2 h2.boxheader {
 height: 32px;
 text-indent: -9999px;
 background: transparent url(../templateimages/content/title_bestbuys.gif) no-repeat 0px 0px;
}

#home_region2 .products_shortened .product .pad { padding: 1px; }
#home_region2 h2 a { text-transform: uppercase; color: Red; }

#home_region2 .products_shortened .box { background: none; }
#home_region2 .products_shortened .box { height: 250px; }
#home_region2 .products_shortened .product img { border: 1px solid #9F9F9D; }
#home_region2 .specials { margin-top: 0px; }

#home_region3 { width: 574px; text-align: center !important; clear: left;}
#home_region3 #home_video { width: 510px; text-align: center; margin: 30px auto 10px auto;}
#home_region3 #home_video img { border: 1px solid #999999; padding: 5px; margin: 10px auto; }
#home_region3 #home_video #video_frame { border: 1px solid #999999; padding: 5px; margin: 10px auto; z-index: 2; }

#home_region4 { clear: both; width: 748px; padding: 10px; }
#home_region5 { clear: both; margin: 10px; width: 748px; }
#home_region6 { margin: 10px; }
#home_region7 { clear: both; width: 768px; }

div.page p {
 text-align: justify;
 font: 8pt/12pt Verdana,Arial,Helvetica,Sans-Serif; 
}

div.page ul {
 text-align: justify;
 list-style: square;
 font: 8pt/12pt Verdana,Arial,Helvetica,Sans-Serif; 
}

div.page li { margin-bottom: 6px; }

div.page p.intro { font-weight: bold; }

div.page h3 { font-size: 14px; color: #5D5E2F; }

.float_left {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 border: none;
}

.float_right {
 float: right;
 margin-left: 10px;
 margin-bottom: 10px;
 border: none;
}

.ifyouhaveone { float: right !important; padding-left: 10px; }

/* ------------ Homepage Specials ------------------------------------ */
.specials {
	clear: both;
	margin-top: 10px;
}

.specials h2 {
	display: block;
	margin-bottom: 12px;
}

p.highlight {
 text-align: center !important;
 font-weight: bold !important;
 color: Red;
}












/* IE6 css fixer v0.6: Wed, 04 Nov 2009 12:22:19 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#left,
#pagecontent,
#footer #copyright,
#footer #basemenu,
#toplists .box,
#home_region1,
#home_region2,
.float_left,
.float_right,
.ifyouhaveone {display:inline;}

/* convert min height values */
#centrecontainer {height:100%;}


/* add zoom:1 to overflow:hidden */
#photo_advert,
#home_focal,
#home_region2 {zoom:1;}

/* add zoom:1 to pos:relative elements */
#container,
#header,
#footer {zoom:1;}

#popup p {
 text-align: center;
 background: #FF0000;
 color: White;
}
