﻿body 
{
	background: #cccccc;
	margin: 0;
	padding: 0;
	border: none;
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	
}
h1 
{
	font-size: 150%;
}
h2 
{
	font-size: 125%;
	margin-bottom: 0;
}
h3 
{
	font-size: 115%;
	margin: 0;
}

#main 
{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: white url("../images/body.jpg") repeat-y top left;
}

#head 
{
	background: #ccc url("../images/header.jpg") no-repeat top left;
	color: #fdc131;
}

#header 
{
	padding: 0px 20px;
}

#header a
{
	color: #fdc131;	
	text-decoration: none;	
}

#header h1 
{
	padding-top: 5px;
	margin: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
}

#header p#tagLine 
{
	margin: 0;
	padding: 0;
	margin-top: -10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#nav 
{
	background: url("../images/bar.gif") repeat-x top left;
	padding: 0 0 5px 0;
	margin: -5px 9px 0px 8px;
}

#nav  ul
{
	
	display: block;
	margin: 5px 0 5px 0;
	padding: 5px 0;
	background: url("../images/bar.gif") repeat-x bottom left;	
	text-align: right;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

#nav li 
{
	float: right;
}

#nav  li a
{
	display: block;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}

#nav  li a.selected 
{
	color: #fdc131;
	font-weight: bold;
}

#content 
{
	padding: 10px 20px;
	overflow: hidden;
}

#content p 
{
	margin-top: 0;
}

#leftCol
{
	width: 49%;
	float: left;
}

#usp 
{
	list-style: disc url("../images/bullet.gif") outside;
}

#usp li 
{
	padding: 5px 0;
	border-bottom: dashed 1px #36987a;
}

#usp li.first
{
	border-top: dashed 1px #36987a;
}

#rightCol
{
	float: right;
	width: 49%;
}

#dc27
{
	display: block;
	margin: 0 auto;
}

#footer 
{
	clear: both;
	background: white url("../images/footer.jpg") no-repeat bottom left;
	height: 50px;
	padding: 0px 20px;
	text-align: center;
	padding-top: 15px;
}

#footer span 
{
	color: White;
	font-size: 80%;
}

#footer a 
{
	color: White;
	text-decoration: none;
}

table.products 
{
	margin: 0 auto;
}

table.products span.title
{
	/*color: #1b4d3e;*/
}

table.products a,
table.products a:hover
{
	color: #fdc131;	
    border: none;
    margin: 0;
    padding: 0;
    text-decoration:none;
    background: none;
    font-weight: bold;
}

img 
{
	border: none;
}

table.products span.title
{
	display: block;
}

table.products td
{
	padding: 5px;
}

#buy 
{
	margin: 20px 5px 10px 5px;
	border: dashed 1px #1b4d3e;
}

#buy p 
{
	text-align: center;
	font-style: italic;
	border-bottom: dashed 1px #1b4d3e;
	margin-bottom: 2px;
}

span.oldPrice 
{
	text-decoration: line-through;
	color: Red;
}

div.stopPress 
{
	border: dotted 1px red;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #fee;
}

div.stopPress h2 
{
	color: #1b4d3e;
	text-align: center;
	margin-top: 0;
	border-bottom: dotted 1px red;
}

div#description p.price 
{
	margin-top: 10px;
	font-weight: bold;
}

.buttons img 
{
	float: right;
}

span#merchant 
{
	display: block;
	font-weight: normal;
}

/* Comparison Grid */
table.comparisonGrid
{
	margin: 10px auto;
	background-color: White;
	border: solid 1px #444444;
	width: 90%;
}

table.comparisonGrid td 
{
	vertical-align: middle;
	text-align: center;
	padding: 2px 5px;	
	border-right: dotted 1px #444444;
	border-bottom: dotted 1px #444444;
}

table.comparisonGrid td img.stk 
{
	height: 16px;
	width: 16px;
}

table.comparisonGrid td span 
{
	display: block;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

div#bottom 
{
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}

div.logo 
{
	padding: 0 5px;
	text-align: center;
	display: inline;
	vertical-align: middle;
}

div.note 
{
	margin: 5px 20px;
	border: dashed 1px black;
}

div.note h3 
{
	text-align: center;
	border-bottom: dashed 1px black;
	background: #eee;
}

div.note p 
{
	margin: 5px 10px;
}

img.detailsImage 
{
	display: block;
	margin: 0 auto;
}