/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
/*	text-align: center;*/
	background-color: white;
}

#container {
	display: block;
	/*background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;*/
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 108px;
	margin: 0px;
	background-image:url(../templateimages/ttimages/header_bg.gif);
	background-repeat: repeat-x;
	width:1000px;
}

#logo {padding:20px 0px 0px 15px; float:left; }
#MiniBasketContainer {float:right; width: 200px; height: 100px;margin: 5px 10px 0px 0px; text-align:right;}
#BasketHeader {color: #6A6A6A; font-size: 1.5em; font-weight: bold; margin: 15px 0px 10px -10px}

#BasketHeader a:link, #BasketHeader a:active, #BasketHeader a:visited, #BasketHeader a:hover, #BasketHeader a:visited:hover	 {color: #6A6A6A; font-weight:bold; text-decoration:none}


/* Top links */

#PhoneIcon {float:left; margin-left: 10px; height:10px}

#PhoneNo {font-weight:bold; width: 120px; height: 10px; float:left; margin: 6px 0px 0px 10px; font-size: 12px;}


#TopSearchForm {width: 210px; margin: 2px 0px 2px 15px}

#TopSearchForm label {float:left; margin: 3px 3px 0px 0px}

#TopSearchForm div {float: left}

#header2 {background-image:url(../templateimages/ttimages/menu_bg.gif);
		background-repeat: repeat-x;
		height:25px;
		color: #FFFFFF;
		font-weight: bold
}
#header2 .links {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 5px 5px 3px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #EB6A06;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 5px 0px 0px 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 815px;
	float: left;
	padding: 0;
	margin-top: 5px
}

#pagecontent_pad {
	padding: 0px 0px 5px 10px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */

#PoweredBy {float:left; width:72px; margin:0px 20px 0px 10px}

#footer {
	height: 90px;
	clear: both;
	text-align: left;
	background-image: url(../templateimages/ttimages/footer_bg.gif);
	background-repeat:repeat-x;
	margin:0px 0px 10px 0px;
}
#BottomLinks {float:left;}

/* Footer nav links */
#footer .links {
	margin:5px 0px 0px 0px;
	color:#000000;
	padding:0px
}

#footer .links ul {
	list-style: none;
	display: inline;
	
}


#footer .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;	
}
	
#footer .links a {
	font-size: 7pt;
/*	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;*/
	color:#000000;
	font-weight:bold;
}

#footer .links a:link {
	color:#000000;
	text-decoration:none
}

#footer .links a:active {
	color:#000000;
	text-decoration:none
}

#footer .links a:visited {
	color:#000000;
	text-decoration:none
}

#footer .links a:hover{
	color:#000000;
	text-decoration:underline
}

#footer .links a:visited:hover{
	color:#000000;
	text-decoration:underline
}

#AddressBox {margin: 5px 0px 0px 0px; font-size:7pt}
/* T&Cs text */
#terms {

	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	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;
}


/*DELIVERY CONTAINER - USED FOR OPTION GROUPS */

#DeliveryTimesContainer {font-weight: bold; text-align:center; width: 150px}
#VersionWeightContainer {font-weight: bold;text-align:center}
#VersionRRPContainer {font-weight: bold; text-align:center;}

#ContactCircle {width:97px; height:97px; background-image:url(../templateimages/ttimages/contact_circle.gif); background-repeat:no-repeat;margin:20px 0px 0px 30px; padding-top: 15px; color: #FFFFFF; font-weight:bold;text-align:center}

/**** Special Text Colour ****/

.GreenText {color: #19730F}
.OrangeText {color:#EB6A06}
.LightGreyText {color: #5C5C5C;}
.LightGreyText a:link, .LightGreyText a:active, .LightGreyText a:visited {color: #5C5C5C; text-decoration:none}

.LightGreyText a:hover, .LightGreyText a:visited:hover {color: #5C5C5C; text-decoration:underline}
.DarkGreyHeader{}

#PindarBreadCrumb {text-align:left; height: 18px; margin: 10px 0px 0px 0px ;float: left; position: relative;width: 950px;}

#HPStrapContainer {width: 830px; float:right; text-align:center; font-weight:bold}

#SearchForm h2 {color: #515151; font-size:1.5em}
#SearchForm h2  a:link{color: #515151;font-weight:bold}
#SearchForm h2  a:visited{color: #515151;font-weight:bold; text-decoration:none}
#SearchForm h2  a:hover{color: #515151;font-weight:bold; text-decoration:underline}
#SearchForm h2  a:visited:hover{color: #515151;font-weight:bold; text-decoration:underline}
/***** Search Form *****/
.MiniInputField {border:1px solid #5C5C5C; color: #777777; width: 128px; height: 14px; background-color: #FFFFFF; float:left; padding: 2px}
.FormGoButton { background-image:url(../templateimages/ttimages/search_button.gif); width:20px; height: 20px; border:0px solid #EB6A06; float:Left; margin-left:3px;}

.MiniBasketCheckoutLinks {margin: 5px 0px 0px 5px;}
.MiniBasketCheckoutLinks  li{display:inline; list-style-type:none;}

.MiniBasketCheckoutLinks  a:link{color:#EB6A06; text-decoration:none}
.MiniBasketCheckoutLinks  a:visited{color:#EB6A06; text-decoration:none}
.MiniBasketCheckoutLinks  a:hover{color:#EB6A06; text-decoration:underline}
.MiniBasketCheckoutLinks a:active{color:#EB6A06; text-decoration:underline}
.MiniBasketCheckoutLinks  a:visited:hover {color:#EB6A06; text-decoration:underline}

#HomepageBanner {width: 600px; height:200px; float:left}
#HomepageMainNews {float:right ; width: 200px; padding: 0px 0px 0px 3px}


.HomepageFeaturedProducts {border:1px solid #CCCCCC; height: 220px; width: 380px; margin: 20px 10px 10px 0px; padding:5px; float: left;position: relative}

.HomepageFeaturedProducts .minprice {color: #19730F; font-weight: bold}

.HomepageFeaturedProducts #BestSeller {font-size: 1.5em; font-weight: bold; color: #515151}
.HomepageFeaturedProducts #NewIn {font-size: 1.5em; font-weight: bold; color: #19730F}

.ButtonPadding {padding: 5px;  bottom:0; right:0; width: 200px; position: absolute; }


#FreeDeliveryBox  {border:1px solid #CCCCCC; width: 375px; height: 68px; margin: 10px 20px 10px 0px; padding:5px; float: left; background-image: url(../templateimages/ttimages/home_info_bg.gif); background-repeat: repeat-x}

#FreeDeliveryBox  h3 {font-size: 1.5em; margin-top:5px}
#FreeDeliveryBox  h3  a:link {color:#515151; font-weight: bold}
#FreeDeliveryBox  h3  a:visited {color:#515151; font-weight: bold}
#FreeDeliveryBox  h3  a:hover {color:#515151; text-decoration: underline; font-weight: bold}
#FreeDeliveryBox  h3  a:visited:hover {color:#515151; text-decoration: underline; font-weight: bold}

#FreeDeliveryBox  em{color:#19730F; font-weight:bold; font-style:normal}

#ShelvingBox  {border:1px solid #CCCCCC; width: 375px; height: 68px; margin: 10px 2px 10px 0px; padding:5px; float: left; background-image: url(../templateimages/ttimages/home_info_bg.gif); background-repeat: repeat-x}

#ShelvingBox  h3 {font-size: 1.5em;  margin-top:0px}
#ShelvingBox  em{color:#19730F; font-weight:bold; font-style:normal}
#ShelvingBox  a{color: #EB6A06; font-weight: bold}

#MainProductHolder {margin-bottom: 20px;}

.ProductBoxTitleContainer {display:block; text-align:center; color:#515151}
.ProductBoxTitle {display:block; text-align:center; color:#515151}
.ProductBoxTitle a{display:block; text-align:center; color:#515151}
.ProductBoxTitle a:link {color: #515151; text-decoration: none; font-weight: bold}
.ProductBoxTitle a:active{color: #515151; font-weight: bold}
.ProductBoxTitle a:hover {color: #515151; text-decoration: none;font-weight: bold}
.ProductBoxTitle a:visited:hover {color: #515151; text-decoration: none;font-weight: bold}
.ProductBoxTitle a:visited {color: #515151; text-decoration: None; font-weight: bold}

.ProductImageContainer {width: 310px; float:left; margin: 0px 15px 10px 0px; border:1px solid #eaeaea; 	}
.ProductImageSpacer {width: 310px; float:left; margin: 0px 15px 10px 0px; }

.ProductImage {width: 310px; text-align:center; padding-top:20px}

.ProductDescription {float:left; width: 480px;}

.ProductDescription ul {list-style-type:none; list-style-image:url(../templateimages/ttimages/prod_desc_bullet.gif)}

.VersionImage {width:130px}
.VersionCode {text-align:center;}

.CrossSellingLinks {float:left; margin-right: 10px}

/**** RELATED PRODUCTS ********/
.RedHeader {font-size:1.3em; font-weight:bold; color: #EB6A06; margin:0px 0px 10px 0px}

.RelatedProductBox, .RelatedProductFinalBox {width: 180px;
	height: 235px;
	margin: 0px 10px 10px 0px;
	border:1px solid #EFEFEF;
	font-size: 7.5pt;
	float:left;
	text-align:center;
	color: #515151;
	font-weight:bold;
	}
	
.RelatedProductBox a{display:block; text-align:center; color:#515151}
.RelatedProductBox a:link {color: #515151; text-decoration: none; font-weight: bold}
.RelatedProductBox a:active{color: #515151; font-weight: bold}
.RelatedProductBox a:hover {color: #515151; text-decoration: none;font-weight: bold}
.RelatedProductBox a:visited:hover {color: #515151; text-decoration: none;font-weight: bold}
.RelatedProductBox a:visited {color: #515151; text-decoration: None; font-weight: bold}

.RelatedProductFinalBox a{display:block; text-align:center; color:#515151}
.RelatedProductFinalBox a:link {color: #515151; text-decoration: none; font-weight: bold}
.RelatedProductFinalBox a:active{color: #515151; font-weight: bold}
.RelatedProductFinalBox a:hover {color: #515151; text-decoration: none;font-weight: bold}
.RelatedProductFinalBox a:visited:hover {color: #515151; text-decoration: none;font-weight: bold}
.RelatedProductFinalBox a:visited {color: #515151; text-decoration: None; font-weight: bold}


.RelatedProductBox .minprice {color:#19730F; margin-top:10px}
.RelatedProductFinalBox .minprice {color:#19730F; margin-top: 10px}

.RedText {color: #EB6A06; font-size: 1.3em}

.FormGoButtonWhite {background-image:url(../templateimages/ttimages/search_button.gif); width:20px; height: 20px; border:0px solid #EB6A06;}

.ifyouhaveone {margin-right: 5px}


/******* OPTION GROUP TABLE HEADER ALIGNMENT ******************/

/*.versions {width: 600px}
.versions td {width: 100px;}.VersionImage */
.versions .OptionTableHeadings {text-align:left}

#VersionWeightContainer, #VersionRRPContainer, #DeliveryTimesContainerTD, #VersionPriceContainer {text-align:lef; font-weight:bold}

#VersionRRPContainer {width: 10px}

.versions .versionstable .VersionCode {text-align:left}

#addtobasketline1 {width: 120px; float:right;}
#OptionQuantity {float:left; margin-top: 6px}
#addtobasketline1 #QTYTextarea {float:left; margin: 3px 3px 0px 0px; font-weight:bold;}
#addtobasketline1 .qtyfield {text-align:center; color: #515151; border:1px solid #515151; background-color: #FFFFFF; float:left; margin: 3px 3px 0px 0px}
#addtobasketline1 .submit {background-image:url(../templateimages/ttimages/buy_button.gif);
	border:0px solid green;
	width:51px;
	height:28px;
	background-repeat:no-repeat;
	float:left; margin-left: 3px}

#AddArea {width:90px; float:right}
#AddArea .qtyfield {text-align:center; color: #515151; border:1px solid #515151; background-color: #FFFFFF; float:left; margin-top: 6px}	
#AddArea .submit {background-image:url(../templateimages/ttimages/buy_button.gif);
	border:0px solid green;
	margin-left:3px;
	width:51px;
	height:28px;
	background-repeat:no-repeat;
	float:left;}	
	

#PriceInfoContainer {width: 300px;}

.versions .prices .inctax {
	width: 55px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	
}

.DeliveryHeader {width: 150px; text-align:left;}


