/* BoatSheen CSS  */

/******************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	background-color: #0474C6;
	text-align:center;
	font-size: 90%;	
}

body, td, th {
	color: #000000;
}
h1, h2, h3, h4, h5{
	color:#000066;
	margin: 0px;
	padding: 0px; 
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a{
	color:#000066;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.3em;
}	
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 1em;
}	
p {
	margin-top: 0.3em;
	margin-bottom: 0.7em;
}
a{
	text-decoration: none;
	color: #AE3838;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:#CC0000;
}
ul{
	list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
li { 
	padding: 0.2em;
}
form{
 margin: 0px;
 padding: 0px;
}
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 850px;
	background-color: #ECFFFD;
	background-image: url(img/gradblue02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#header{
	background-color: #91C0DA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-image: url(img/header_2.jpg);
	background-repeat: no-repeat;
	height: 126px;
}

#header p {
	padding-top: 70px;
	padding-left: 40px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	float:left;
}

#sidebar_left {
	clear:both;
	float: left;
	width: 120px;
	padding: 10px;
	font-size: 85%;
}
#sidebar_right {
	float: right;
	width: 150px;
	padding: 10px;
	font-size: 85%;
	border-left: 1px solid #C2DDEB;
	margin-left: 5px;
}
#content {
	margin-left: 150px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#siteinfo{
	clear: both;
	padding: 10px;
	margin-left: 150px;
	margin-right: 10px;
	border-top: 1px solid #C2DDEB;
	font-size: 75%;
}

/*********** #sidebar styling ***********/
#sidebar_left a {
	display: block;
}

#sidebar_left ul {
	list-style: none;
	margin: 0;
	padding: 10px 5px 5px 0px;
}
#sidebar_left li {
	border-top: 1px solid #91C0DA;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#sidebar_left li {
	border-bottom: 1px solid #990000;
}*/
/* fix for browsers that don't need the hack 
html>body #sidebar_left li {
	border-bottom: none;
}*/


/***********************************************/
/* Class styles                                 */
/***********************************************/

.image-left {
	float: left;
	margin: 5px 20px 5px 0px;
	padding: 0;
	border: 1px solid #91C0DA;
}
.image-right {
	float: right;
	border: 1px solid #91C0DA;
	margin: 5px 0px 5px 10px;
	padding: 0;
}
.imagefloatleft{
	float: left;
	margin: 5px 20px 5px 0px;
	padding: 0;
	border: none;
}
.imagefloatright {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 0;
	border: none;
}
.infoblock{
	float: right;
	font-size: 85%;
	text-align: left;
	margin: 5px;
	padding: 10px;
	font-size: 85%;
	background-color: #FFFFCC;
	border: 1px solid #990000;
}
.infoblock ul{
	margin-top: 0.1em;
}
.infoblock h2 {
	font-weight: bold;
}
.signup{
	font-size: 85%;
	text-align: center;
	margin: 5px;
	padding: 10px;
	float: right;
	width: 120px;
	border: 1px solid #990000;
}

.signup h2{
	font-weight: bold;
}

.hotlink {
/*** overrides header link colour ***/
	color: #AE3838;
}

.clearright {
clear: right
}
.clearboth {
clear: both;
}

/************Deprecated fixed size infoblock settings *********/

.infoblock_300{
	font-size: 85%;
	background-color: #FFFFCC;
	text-align: left;
	margin: 5px;
	padding: 10px;
	float: right;
	width: 300px;
	border: 1px solid #990000;
}
.infoblock_300 ul{
	margin-top: 0.1em;
}
.infoblock_100{
	font-size: 85%;
	background-color: #FFFFCC;
	text-align: left;
	margin: 5px;
	padding: 10px;
	float: right;
	width: 100px;
	border: 1px solid #990000;
}
.infoblock_100 ul{
	margin-top: 0.1em;
}
.infoblock_700{
	font-size: 85%;
	background-color: #FFFFCC;
	text-align: left;
	margin: 5px;
	padding: 10px;
	float: right;
    width: 700px; 
	border: 1px solid #990000;
}
/****  searchbar styles  *****/

.searchbar {
	padding-top: 80px;
	padding-left: 22em;
}
.searchbar form {
	font-weight: normal;
	float: left;
	padding-right: 5px;
}


/****** product listing styles ******/

.productinfo{
clear:right;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #C2DDEB;
}
.productline{
	font-size: 90%;
}
.basketform {
	font-size: 80%;
	color: #990000;
}
	
.productbox {
	float: right;
	font-size: 85%;
	text-align: center;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCCCCC;
}
.productbox h2 {
	font-weight: bold;
}

.productbox a img {
	text-decoration: none;
	border: 0 none;
	}
	
.productthumb {
	float: right;
	font-size: 75%;
	text-align: center;
	padding: 2px;
	width: 78px;
	border: 1px solid #CCCCCC;
}
.productthumb a {
	color:#000000;
}
.productthumb a:link{
	text-decoration: none;
}
.productthumb a:visited{
	text-decoration: none;
}
.productthumb a:hover{
	text-decoration: underline;
	color:#CC0000;
}
.productthumb a img {
	text-decoration: none;
	border: 0 none;
	}
/**table styles***/
.comparisontable{border-collapse: collapse; border:1px solid #CCCCCC; }
.comparisontable th, .comparisontable td { padding: 0.2em; border:1px dotted #CCCCCC; vertical-align: top;}
.comparisontable th[scope=col] { color: #000; background-color: #CCFFFF; background-color: #CCFFFF;}
.comparisontable caption{
	color:#000066;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

/**spamblock enquiry form styles***/
.errormessage {
	color: red;	
}

/**zoomsearch styles  **/
		.highlight { background: #FFFF40; }
		.searchheading {font-size: 1.3em; }
		.summary { font-style: italic; } 
		.results { font-size: 90%; }
		.category { color: #999999; }
		.description { font-size: 90%; color: #008000; }
		.context { font-size: 90%; }
		.infoline { font-size: 90%; font-style: normal; color: #808080;}
		.sorting { text-align: right; }
		.result_title { font-size: 100%; }

		.zoom_searchform { font-size: 100%; }
		.zoom_options { font-size: 90%; }
		input.zoom_button {  }
		input.zoom_searchbox {  }

