/* 
========================================================================
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: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	border:1px solid #666;

}


/* --- Header section ------------------------------------------------ */
#header {
	height: 108px;
	margin: 0px;

}

#header #title {
	height: 108px;
	margin: 0px;
}

/* Top links */
#header2 { 
	background-image:url(../cp-images/bg-menu-fade.gif); 
	background-repeat:repeat-x; 
	background-color:#FFF; 
	width:780px;
	border-top:1px solid #0072BD;
	border-bottom:1px solid #0072BD;
}

#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 9.5pt;
}


#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: #0C3F97;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #0073BD;
	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: #0C3F97;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: #0073BD;
	text-decoration: underline;
	font-weight: normal;
	}

/* highlight a link in main menu*/	
#header2 .highlightLink  {
	color:#CE183C;
	font-size:2em;
	
}
.highlightLink .highlightLink a:visited {
	color:#CE183C;
}
.highlightLink .highlightLink a:link {
	color:#CE183C;
}
.highlightLink .highlightLink :active {
	color:#CE183C;
}
.highlightLink a:hover {
	
}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
		background-color:#FFF;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
	padding-left:6px;
}

/* micro basket */
#topBasket {
	width:165px;
	padding:2px 4px 9px 6px;
	/*border-right:1px solid #0072BD;*/
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 590px;
	float: right;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
	width:97%;
	float:right;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: left;
	padding: 4px;
	background-color:#0072BD;
}

/* for Internet Explorer 6 */
/*\*/
* html #right {
	padding-right:7px; /* fix the padding */
}
/**/

#cmyk {
	/*position:relative;*/
	/*margin-left:-4px; works in FF*/
	margin-left:-4px;
	margin-top:25px;
	margin-right:0px;
	float:left;
	width:5px;
}

#cmyk-c {
	background-color:#00A6EB;
	height:187px;
}
#cmyk-m {
	background-color:#E50083;
	height:187px;
}
#cmyk-y {
	background-color:#FFED00;
	height:187px;
}
#cmyk-k {
	background-color:#000;
	height:186px;
}

#rightInternalHeader {
	margin:auto;
	width:135px;
	background-color:#FFF;
	color:#00A6EB;
	padding:4px 10px 4px 10px;
	font-size:14px;
	font-weight:bold;
}
#rightInternalHeaderMagenta {
	margin:auto;
	width:135px;
	background-color:#FFF;
	color:#E50083;
	padding:4px 10px 4px 10px;
	font-size:14px;
	font-weight:bold;
}
#rightInternalHeaderYellow {
	margin:auto;
	width:135px;
	background-color:#FFF;
	color:#666;
	padding:4px 10px 4px 10px;
	font-size:14px;
	font-weight:bold;
}
#rightInternal {
	margin:auto;
	width:135px;
	background-color:#00A6EB;
	color:#FFF;
	padding:4px 10px 4px 10px;
	font-size:14px;
}

#rightInternalMagenta {
	margin:auto;
	width:135px;
	background-color:#E50083;
	color:#FFF;
	padding:4px 10px 4px 10px;
	font-size:14px;
}

#rightInternalYellow {
	margin:auto;
	width:135px;
	background-color:#FFED00;
	color:#FFF;
	padding:4px 10px 4px 10px;
	font-size:14px;
}


#rightInternal a:visited {
	color:#FFF;
	font-weight:bold;
}
#rightInternal a:link {
	color:#FFF;
	font-weight:bold;
}
#rightInternal a:active {
	color:#FFF;
	font-weight:bold;
}
#rightInternal a:hover {
	color:#FF0;
	font-weight:bold;
}

#rightInternalYellow a:visited {
	color:#333;
	font-weight:bold;
}
#rightInternalYellow a:link {
	color:#333;
	font-weight:bold;
}
#rightInternalYellow a:active {
	color:#333;
	font-weight:bold;
}
#rightInternalYellow a:hover {
	color:#999;
	font-weight:bold;
}

#rightInternalMagenta a:visited {
	color:#FFF;
	font-weight:bold;
}
#rightInternalMagenta a:link {
	color:#FFF;
	font-weight:bold;
}
#rightInternalMagenta a:active {
	color:#FFF;
	font-weight:bold;
}
#rightInternalMagenta a:hover {
	color:#FFA6D9;
	font-weight:bold;
}

#rightInternal div {
	margin-bottom:8px;
}


#minibasket {
	text-align:left;
}

#shopbybrand {
	background-color:#262E6F; color:#FFF; font-weight:bold; font-size:14px; text-align:center; padding:4px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;

}

/* 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-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
	text-align:center;
}


/* --- 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;
}