

body {
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
		
	}

img {
	border:none;
}

a:link {
	text-decoration: none;
	color: red;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: none;
	color: red;
}
a:hover {
	color: black;
	text-decoration: underline;
	}
	
h2 {
	text-align: center;
}
h3 {
	margin-top:0px;
	margin-bottom:5px;
}

div#container {
	width:670px;
	margin:0px auto;
}


#leftnav {
	width: 200px;
	float:left;
}
#content {
	float:left;
	width:320px;
}
#basket {
	padding:10px;
	float:left;
	width:130px;
}

#leftnav ul {
	background-color: #FFF;
	overflow:hidden;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px;
	list-style-position:outside;
	list-style: none;
	}

#leftnav li{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F1925;
	display: block;
}

#leftnav  a {
	color: black; 
	padding: 5px; 
	text-decoration: none !important; 
	font-weight: bold;
	display: block;
	padding-left: 20px;
}

#leftnav  a:link, a:visited {
	color: red; 
}

#leftnav  a:hover{
	text-decoration: underline;
	background-color: #E0010A;
	color:#fff;
}

#footer {
	text-align:center;
	clear:left;
	font-size:x-small;
	color:#999;
}
#footer a {
	text-decoration:underline;
	color:#999;
}
#footer a:hover {
	color:#000;
}


div.product {
	padding:10px;
	background-repeat:repeat-x;
}
div.odd {
	background-color:#F2B5B5;
	background-image:url(odd_fade.gif);
}
div.even {
	background-color:#F1EEB1;
	background-image:url(even_fade.gif);
}

div.product form{
	margin:0px;
	padding:0px;
}
div.product form input, div.product form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin-bottom:2px;
}
p.description {
	margin-top:0px;
	font-size:x-small;
}
.price {
	font-size:large;
	margin-right:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul.sideBasket {
	margin:0px;padding:0px;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
}
ul.sideBasket li {
	list-style-image:url(basket_tiny.gif);
	list-style-position:inside;
}



td.tablebody {
	font-size:x-small;
}



#basket-nav {
	display: block;
}
#basket-nav a {
	font-size: 11px;
	color: #ecdd8f;
	padding: 4px;
	background-color: #990101;
	font-weight: bold;
	border: 2px outset #E1A1A1;
}
#basket-nav .tickbutton {
	padding-left: 15px;
	background-image: url(basket-tick.gif);
	background-position: left;
	background-repeat: no-repeat;
}


div#cards {
	padding:20px 0px;
}