@charset "UTF-8";

/* colour list

	background			#cbcfb4
	light green			#E5E7E1
	mid green			#A3AE7E
	dark green			#5C604D
	replacement purple	#660066

*/

/* positioning */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x; 
	background-position: top left;
	color: #000000;
	background-color: #cbcfb4;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

#topnav {
width: 740px;
margin: 0px auto;
padding: 8px 0px 0px 0px;
}

#login {
	position: absolute;
	width: 260px;
	top: 0px;
	padding-bottom: 5px;
	padding-top: 9px;
	left: 130px;
	margin-left: 50%;
	text-align: left;
	font-size: 10px;
}

#logosearch {
	position: absolute;
	width: 500px;
	height: 130px;
	padding-top: 5px;
	top: 35px;
	left: -390px;
	margin-left: 50%;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#headernav {
	position: absolute;
	width: 260px;
	height: 120px;
	top: 40px;
	left: 130px;
	margin-left: 50%;
	padding: 0px;
}

#container {
	position: absolute;
	width: 780px;
	top: 180px;
	left: -390px;
	margin-left: 50%;
}

#container #leftnav {
	width: 160px;
	padding-left: 20px;
	float: left;
}

#container #content {
	width: 580px;
	padding-left: 20px;
	float: right;
}

#container #footer {
	clear: both;
	padding: 20px;
}


/* styling */

#login a {
	color: #5C604D;
	text-decoration: none;
}

#login a:hover {
	color: #000000;
	border-bottom: solid 1px #660066;
}

#logosearch {
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 14px;
	color: #000000;
}

#headernav {
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 12px;
	color: #000000;
}

#headernav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#headernav li {
	margin: 0px;
	border-left: 1px solid #5C604D;
	padding-left: 20px;
	display: block;
}

#headernav a {
	color: #5C604D;
	text-decoration: none;
}

#headernav a:hover {
	color: #000000;
	border-bottom: solid 1px #660066;
}

#container #leftnav h3 {
	background-color: #E5E7E1;
	color: #660066;
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #cbcfb4;
}

#container #leftnav ul {
	list-style: none;
	font-size: 10px;
	letter-spacing: 0px;
	text-transform: capitalize;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#container #leftnav li {
	padding: 0px;
	margin: 0px;
}

#container #leftnav a {
	text-decoration: none;
	color: #5C604D;
	display: block;
	padding-bottom: 1px;
}

#container #leftnav a:hover {
	color: #000000;
	border-bottom: solid 1px #660066;
	padding-bottom: 0px;
	padding-left: 10px;
}

#container #content h1 {
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 30px;
	color: #660066;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 30px;
}

#container #content h2 {
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-weight: bold;
}

#container #content p {
	font-size: 11px;
	letter-spacing: 0px;
	margin-top: 15px;
	margin-bottom: 1.6em;
}

.tabletext {
	font-size: 11px;
	letter-spacing: 0px;
}

#container #content .tabletext a {
	color: #5C604D;
	text-decoration: none;
}

#container #content .tabletext a:hover {
	color: #000000;
	border-bottom: solid 1px #660066;
}

#container #content p a {
	color: #5C604D;
	text-decoration: none;
}

#container #content p a:hover {
	color: #000000;
	border-bottom: solid 1px #660066;
}

#container #content li a {
	color: #5C604D;
	text-decoration: none;
}

#container #content li a:hover {
	color: #000000;
	border-bottom: solid 1px #660066;
}

#logosearch form {
	margin: 0px;
	padding: 0px;
	width: 420px;
}

#footer {
	text-align: center;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #5C604D;
}

#footer a:hover {
	color: #000000;
	border-bottom: solid 1px #660066;
}

.searchfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cbcfb4;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #A3AE7E;
	padding: 2px;
	width: 310px;
	float: left;
}

.searchbutton {
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 12px;
	color: #5C604D;
	background-color: #cbcfb4;
	margin: 0px;
	border: none;
	padding: 2px;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E5E7E1;
	margin: 3px;
	border: 1px solid #5C604D;
	padding: 2px;
	width: 274px;
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E5E7E1;
	margin: 3px;
	border: 1px solid #5C604D;
	padding: 2px;
	width: 274px;
	height: 75px;
	max-width: 274px;
	max-height: 175px;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E5E7E1;
	margin: 3px;
	border: 1px solid #5C604D;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

input[type=text]:focus, textarea:focus {
	background-color: #FFFFFF;
	border: solid 1px #000000;
}

#featurethumb {
	width: 182px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
	float: right;
	border: solid 1px #5C604D;
	background-color: #E5E7E1;
	padding: 14px;
}

#featurethumb #fthumb {
	margin-bottom: -10px;
	width: 180px;
	height: 180px;
	background-position: center center;
	background-repeat: no-repeat;
}

#productthumb {
	width: 174px;
	height: 240px;
	margin-top: 20px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 5px;
	text-align: left;
	float: left;
	background-color: #E5E7E1;
	border: solid 1px #5C604D;
	overflow: hidden;
}

#productthumb #pthumb {
	padding: 0px;
	width: 174px;
	height: 174px;
	margin-bottom: -10px;
	background-position: center center;
	background-repeat: no-repeat;
}

#product {
	background-color: #E5E7E1;
	border: solid 1px #5C604D;
	padding: 14px;
	margin-bottom: 5px;
	width: 180px;
	height: 180px;
	background-position: center 14px;
	background-repeat: no-repeat;
}

#resultscontainer {
	height: 110px;
	border-bottom: dotted 1px #A3AE7E;
	font-size: 11px;
	letter-spacing: 0px;
	margin: 0px;
}

.resultsword {
	color: #000000;
	font-weight: bold;
}

#resultscontainer #thumbnail {
	padding: 4px;
	background-color: #E5E7E1;
	border: solid 1px #5C604D;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 5px;
}

#container #content ul {
	font-size: 11px;
	letter-spacing: 0px;
	margin-top: 20px;
	margin-bottom: 1.6em;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#container #content #basket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #5C604D;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 35px;
	background-image: url(../images/addtobasket.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

#container #content #basket a:hover {
	color: #660066;
}

#container #content h1 {
	border-bottom: solid 1px #5C604D;
}

#logosearch #logolink {
	height: 80px;
	width: 500px;
	margin-bottom: 5px;
}

#container #content #editdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E5E7E1;
	margin: 3px;
	border: 1px solid #5C604D;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 11px;
	letter-spacing: 0px;
	text-decoration: none;
}

#container #content #previousnext {
	clear: both;
	padding: 10px;
	padding-bottom: 0px;
	border-bottom: dotted 1px #E5E7E1;
	border-top: dotted 1px #E5E7E1;
	background-image: url(../images/category-sort-bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
}

#container #content #previousnext .tabletext a {
	color: #5C604D;
	text-decoration: none;
}

#container #content #previousnext .tabletext a:hover {
	color: #000000;
	border-bottom: none;
}

.tiphint {
	width: 198px;
	border: solid 1px #FFFFFF;
	background-color: #E5E7E1;
	padding: 5px;	
	padding-bottom: 3px;
}

#container #content #banner {
	background-color: #E5E7E1;
	padding: 14px;
	border: 1px solid #5C604D;
}

#container #content h3 {
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 20px;
	color: #660066;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 20px;
	border-bottom: none;
}

#container #content #flashmap {
	clear: both;
	margin: 20px 0;
	background-color: #E5E7E1;
	padding: 19px;
	border: 1px solid #5C604D;
}

