﻿* {
	margin:0;
	padding:0;
}

body {
	background:white url('../artwork/body_bg.gif') repeat-x;
	font-family:Tahoma, Verdana;
	font-size:10pt;
}

div#outer_wrapper {
	width:920px;
	margin:0 auto;
	min-height:100%;
	background:white url('../artwork/page_bg_tile.gif') repeat-y;
}

div#wrapper {
	width:890px;
	background:url('../artwork/page_bg.gif') no-repeat;
	padding:0 15px;
}

div#header {
	margin:0 0 10px 5px;
	height:179px;
	width:865px;
	clear:both;
	position:relative;
	top:5px;
}

div#panels {
	width:190px;
	padding-right:5px;
	padding-left:5px;
	float:left;
}


a { 
	color:red; 
	text-decoration:none;
}

a img {
	border:0;
}

a:hover {
	text-decoration:underline;
}

div#content {
	float:left;
	width:670px;
	padding-left:20px;
	position:relative;
}

div#footer {
	padding:10px 0;
	clear:both;
	width:920px;
	text-align:center;
	font-size:10pt;
	color:black;
}

div.sidepanel {
	width:187px;
	border:1px red solid;
	margin-bottom:10px;
}

div.sidepanel h2 {
	position:relative;
	top:-1px;
	left:-1px;
	display:block;
	height:26px;
	width:179px;
	background-image:url('../artwork/head_red_narrow.gif');
	font-size:14pt;
	color:white;
	padding:5px;
}

h1 {
	display:block;
	background:transparent url('../artwork/head_blue_wide.gif') no-repeat;
	color:white;
	padding:5px;
	height:25px;
	width:640px;
	font-size:14pt;
	margin-bottom:5px;
}

div.navlist a {
	display:block;
	font-size:10pt;
	color:black;
	text-align:center;
	margin:1px 0;
}

div.navlist a.current {
	color:red;
	font-weight:bold;		
}

div.navlist a:hover {
	text-decoration:none;
	background-color:red;
	color:white;
}

.bigger {
	font-size:1.5em;
}

table#login_panel input {
	width:100px;
}

table#login_panel th {
	text-align:left;
	font-weight:bold;
}

div#account {
	text-align:center;
}

div#account a img {
	border:2px transparent solid;
}

div#account a.current img {
	border:2px black solid;
}

div.half {
	width:300px;
}

div.call_us {
	clear:both;
	background-color:#FFFFCC;
	color:black;
	border:1px gray solid;
	padding:5px;
	font-size:10pt;
	width:635px;
}

.larger {
	font-size:1.5em;
}

.normal {
	display:inline;
	color:blue;
	text-decoration:underline;
}

.narrow,
div#bestsellers {
	font-family:"Arial Narrow";
}

h1.product_title {
	font-size:11pt;
}

div#bestsellers a {
	border-bottom:1px silver solid;
}

div.quick p {
	padding:4px;
	text-align:center;
}

input.numberplate {
	background:transparent url('../artwork/number_plate.gif') no-repeat;
	width:88px;
	height:17px;
	padding:0 2px 2px 12px;
	margin:2px 2px 2px 10px;
	color:black;
	font-family:"Arial Narrow";
	font-weight:bold;
	font-size:10pt;
	border:0;
}

div.narrowlinks a {
	font-family:"Arial Narrow";
}

p.public_notes {
	display:block;
	padding:4px;
	margin:4px 0;
	background-color:#efefef;
	border:1px green solid;
}

table#checkout_stages {
	width:100%;	
}


table#checkout_stages td {
	width:25%;
	text-align:center;
	vertical-align:top;
}

table#checkout_stages th {
	background-color:#ffffcc;
	border-bottom:1px silver dotted;
	font-size:1.25em;
}

table#checkout_stages td.current {
	border-top:3px gray solid;
}

table#checkout_stages td.done {
	border-top:2px gray dotted;
}

form#qsearch {
	padding:4px;
	text-align:center;
}

.black {
	color:black;
}

div#customer_reviews {
	background:white url('../artwork/customer_product_reviews.jpg') no-repeat 20px;
}

div#customer_reviews p {
	padding:2px 4px;
}
