/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/
.clickreviews {

float:right;
clear:left;


}
/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #c9b087;
	background-image:url(../templateimages/bgmain.jpg);
}

#container {
	display: block;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 790px;
	text-align: left;
	margin: 10px auto;
	min-height: 100%;
	background-color: white;
	border:solid 1px black;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 112px;
	margin: 0px;

}

#header #title {
	height: 112px;
	margin: 4px;
}

/* Top links */
#header2 .links {
	margin: 0px;
	padding: 5px 10px 15px 10px;
	font-size: 7.5pt;
	background:#f1f5e7;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: underline;
	color: green;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 0px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family:  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 0px 0px 0px;
	text-decoration: none;
	color: white;
	font-family:  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: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 560px; min-height:400px;
	float: left;
	padding: 0;
	background-image:url(../templateimages/bg.png);
	background-position:right top;
	background-repeat:no-repeat;
}

#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 {
	padding:10px;
	clear: both;
	text-align: center;
	background:#90672c;
	color:white;
}

/* Footer nav links */
#footer .a {
	margin: 0px;
}

#footer .a li {
	list-style: none;
	display: inline;
}
	
#footer .a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px; color:#FFFFFF;
}
#footer .a:hover {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px; color:#FFFFFF;
}






/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	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 {margin:20px;}
#searchbox input {
	width: 100px;
}

#searchbox #searchbutton {
	width: 3em;
	text-align: right;
	margin: 0;
	padding: 0;
}
#searchbox h4 {
	display:inline;
	font-size:1.6em;
	color:#126533;
}

/* --- 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;
}

b:link, b:visited {
	text-decoration: none; 
	color: white;
	font-weight: bold;
}

b:hover	{
	text-decoration: none; 
	color: white;
	font-weight: bold;
}

c:link, c:visited {
	text-decoration: none; 
	color: white;
	font-weight: bold;
}

c:hover	{
	text-decoration: none; 
	color: white;
	font-weight: bold;
}
#footer div a.b:visited,#footer div a.b:link {color:white}
#footer div a.b:hover {color:yellow}

.boxinset options, .boxinset option, {
	text-align:left;
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
}
.mydectext {
	width:200px;
	float:left;
	clear:left;
	padding:0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.myproption {
	float:left;
	clear:right;
	width:350px;
	padding:0px;
	margin:0px;
	
}

.myproption input {
	clear:both;
	float:left;
}
