/*-------------------------------------------------
BASICS
-------------------------------------------------*/
html {height:100%; font-size: 100%}
body{min-height:100.01%; background: #fff; font:75%/150% verdana, sans-serif; text-align: center;}
body,h1,h2,h3,h4,h5,h6,p,div,form,code,pre,fieldset,legend,dl,dt,dd, table {margin:0; padding:0; border:0}

p, th, td, li, ul, ol, h5, h6 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4 {font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: normal; color: #000}

h1	{font-size: 26px; margin: 25px 0 10px 0; line-height: 1em;}
h2	{font-size: 22px; margin: 25px 0 10px 0; line-height: 1em;}
h3	{font-size: 17px; margin: 25px 0 10px 0; line-height: 1em;}
h4	{font-size: 13px; margin: 0; font-weight: bold;}
h5	{font-size: 13px; margin: 0; font-weight: normal; color: #333; }
h6	{font-size: 12px; color: #333;  letter-spacing : 0px;  font-variant : small-caps;  }
p, ul, ol	{font-size: 12px; line-height : 1.4em; }

h3 {
	padding-bottom: 2px;
	border-bottom: 1px solid #ADAA9C;
}

h3.noUnderline{
	padding-bottom: 0;
	border: 0;
}

th { font-weight: bold; text-align: left;}
td { padding: 0px; vertical-align: top;}
li { line-height: 18px; }
dd, dt { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }

.hilight{color: #903f98; font-weight: bold; }
.clear{clear: both;}
.hide {display: none;}
.smalltext{font-size: 10px;}
.indent{margin-left: 10px;}
.noTopMargin{margin-top: 0;}

img {border: 0; margin: 0; display: block;}
ul {margin-top: 0;}

a:link { color: #c00; font-weight: bold; text-decoration: none; }
a:visited { color: #c00; font-weight: bold; text-decoration: none; }
a:hover { color: #FFF; font-weight: bold; text-decoration: none; background: #c00; }
a:active { color: #FFF; font-weight: bold; text-decoration: none; background: #c00; }

a.grey:link { color: #5a5a5a; font-weight: bold; text-decoration: none; }
a.grey:visited { color: #5a5a5a; font-weight: bold; text-decoration: none; }
a.grey:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }
a.grey:active { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }

.highlightRow {color: #FFFFFF; background: #7ca648;};

/*-------------------------------------------------
POSITIONAL DIVS - 3 column layout with flexible centre column
-------------------------------------------------*/
#overallcontent{
	width: 770px;
	margin: 0 auto 0 auto;
	text-align:left;
	background : #fff;
}

.fullWidth{
	width: 770px;
	float: left;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#pageContent{
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 0 10px;
	margin: 0 0 5px 0;
}

#bottomcontent {
	width: 100%;
	height: 40px;
	text-align: center;
	clear: both;
	color: #4a4a4a;
	background-color: #f1efe2;
	vertical-align: middle;
}

#debug{
	float: left;
	width: 500px;
	text-align: left;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
}


.navBarItem{
	margin: 5px -10px 0 -10px;
	background: #f6f4ec;
}

/*-------------------------------------------------
SIDE BAR - new
-------------------------------------------------*/
#sideBar{
	float: left;
	width: 120px;
	padding: 3px 5px;
	border-top: 2px solid #fff;
}
#sideBar a{
	display: block;
	font-size: 10px;
	border: 1px solid #ADAA9C;
	margin-top: 2px;
	padding: 3px;
	line-height: 1.3em;
}
#sideBar a:link {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a:visited {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a:hover {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }
#sideBar a:active {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }

/*-------------------------------------------------
LEFT COLUMN - phase out
-------------------------------------------------*/
#leftNav{
	width: 146px;
	float: left;
	background-color: #e7e4d3;
	padding: 10px;
	margin: 0;
}


/*-------------------------------------------------
TOP BAR
-------------------------------------------------*/
#topnav{
	background-color: #fff;
	float: left;
	width: 560px;
}

#topnav .rightAligned{
	float: right;
}

#topnav a{
	display: block;
	float: left;
	padding: 3px 10px;
	margin: 5px 2px 0 0;
	font-weight: normal;
	cursor: pointer;
}

#topnav .rightAligned a{
	margin: 5px 0 0 2px;
}

#topnav a:link{background-color: #185285; text-decoration: none; color: #fff;}
#topnav a:visited{background-color: #185285; text-decoration: none; color: #fff; }
#topnav a:hover{background-color: #E5E5E5; text-decoration: none; color: #000; }
#topnav a:active{background-color: #E5E5E5; text-decoration: none; color: #000; }

#topnav a.selected:link{background-color: #fff; text-decoration: none; color: #000; font-weight: bold;}
#topnav a.selected:visited{background-color: #fff; text-decoration: none; color: #000;  font-weight: bold;}
#topnav a.selected:hover{background-color: #fff; text-decoration: none; color: #000;  font-weight: bold;}
#topnav a.selected:active{background-color: #fff; text-decoration: none; color: #000;  font-weight: bold;}

/*-------------------------------------------------
BREADCRUMBS
-------------------------------------------------*/
.breadcrumbs {
	margin: 0;
}

.breadcrumbs h6{
	padding-bottom: 2px;
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

.breadcrumbs a:link{
	color: #666;
}

.breadcrumbs a:visited{
	color: #666;
}

.breadcrumbs a:hover{
	color: #F00;
}

.breadcrumbs a:active{
	color: #666;
}

/*-------------------------------------------------
SECTIONS STYLING
-------------------------------------------------*/
#basket{
	width: 90%;
	padding: 0px; 
	margin: 0 auto 0 auto;
	background: #f6f4ec;
	border: 1px solid #dacfb0;
}

#basket table{
	width: 100%;
}

#basket td, #basket th{
	font-size: 11px;
	line-height: 1.2em;
	padding: 4px;
	border: 0;
}

#basket .product img{
	float: left;
	margin: 0 10px 0 0;
}

#basket .product h4{
	font-size: 15px;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 0;	
}

#basket .product h5{
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}

#basketNavBar{
	background: #f6f4ec;
	border: 1px solid #dacfb0;
	margin: 5px -10px 0 -10px
}

#basketNavBar table{
	width: 100%;
}

#basketNavBar td, #basketNavBar th{
	font-size: 10px;
	line-height: 1.2em;
	padding: 4px;
	border: 0;
}