/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* colours: 
/*  #E33A9A; /* dark pink */    
/*  #EE8AC3; /* light pink */
/*  #E4E4E4; /* light grey */
/*  #434D57; /* steel blue */

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #E4E4E4; /* light grey */
}

#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: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-color: #E4E4E4; /* light grey */
	background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* --- Header section ------------------------------------------------ */

#header {
	/* height: 150px; */
	margin: 0px;
	padding: 0px;
	/* background-image: url(../templateimages/bg_header.png);
	background-repeat: no-repeat;
	background-position: top right; */
	
}
#header table {
	
	margin: 0px;
	padding: 0px;
}
#header table td {
	background-color: #E4E4E4; /* light grey */
	margin: 0px;
	padding: 0px;
}
#title {
	/* height: 150px; */
	margin: 0px 0px 0px 0px;
	
}

/* Top links */
#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 0px;
	font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}


#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: #000; /* black */
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	/* position: relative; */
	text-decoration: none;
	color: #E33A9A; /* dark pink */  
	}
#header3 {
	/* position: absolute; */
	padding: 0;
	margin: 5px 0px 0px 0px; 
	text-align: center;
}
#header3 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

#header3 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header3 .links2 a:link, #header3 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #000; /* black */
	font-weight: bold;
	}


#header3 .links2 a:hover
	{
	color: #cccccc; /* grey */
	text-decoration: none;
	color: #E33A9A; /* dark pink */ 
	}


/* --- 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: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 560px;
	float: right;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	margin-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: left;
	border-top: 1px solid #000; 
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	/* background-image: url(../templateimages/back_fade3.png); */
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 0px;
	margin-bottom: 12px;
	font-size: 7pt;
	text-align: center;
	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;
}

/* colours */

/*  #E33A9A; /* dark pink */    
/*  #EE8AC3; /* light pink */

.darkpink {
	color: #E33A9A; /* dark pink */ 
}
.lightpink {
	color: #EE8AC3; /* light pink */
}
.cerise {
	color: #AA0080; /* cerise */
}
.floatleft {
	float: left;
	margin: 0px 10px 5px 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 5px 10px;
}
.clear { /* to clear floats  */
	clear: both;
	height: 0;
    overflow: hidden;
}

/*  box offer  */
#boxOffer {
	float: right;
	margin: 0px 0 0 0;
	padding: 0;
	width: 274px;
}
#boxOfferheader {
	margin: 0;
	padding: 0;
	width: 274px; 
}
#boxOfferbody {
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #EE8AC3;
	border-right: 1px solid #EE8AC3;
	border-bottom: 1px solid #EE8AC3;
	text-align: left;
	/* width: 262px; /* with 5/5 padding and 1/1 border  */
	background-image: url(/uploads/bg_box.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#boxOffercontent {
	margin: 0;
	padding: 0;
}
#boxOffercontent p {
	margin: 0 0 0 0px;
	padding: 0 0 6px 16px;
	background-image: url(/uploads/bg_box_ampersand.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style-type:none;
	
}
#boxOfferfooter {
	margin: 0;
	padding: 0;
	background-color: #EE8AC3;
	color: #fff;
}
#boxOfferfooter h2 {
	margin: 0 5px;
	padding: 8px 0;

}
#boxOfferfooter h2 a:link, #boxOfferfooter h2 a:visited {
	color: #000;
	font-weight: bold;
}
#boxOfferfooter h2 a:hover, #boxOfferfooter h2 a:active, #boxOfferfooter h2 a:focus {
	color: #fff; 
	font-weight: bold;
}

table#sizing  {
	background-color: #e4e4e4;
}
table#sizing caption h2{
	color: #E33A9A; /* dark pink */  
}
table#sizing tr {
	background-image: none;
}
table#sizing td {
	border-bottom: 1px solid #999999;
	background-color: #D6D6D6;
}
table#sizing th {
	border-bottom: 1px solid #999999;
	background-color: #e4e4e4;
}
table#sizing td.borderright, table#sizing th.borderright {
	border-right: 1px solid #666666;
	background-color: #C7C7C7;
}
table#sizing td.borderbottom, table#sizing th.borderbottom {
	border-bottom: 2px solid #000000;
}