/*
	Sussex Internet
	
	Screen Styles for Quickvit
	
	Created by Neil Kelsey
	on: 31.05.2007

*/

/* browser unification */

:link,:visited {text-decoration:none}
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
address {font-style:normal}

/* End of browser unification */

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	color:#20352E;
	background:
		url(/images/body_bg.png)
		top
		repeat-x
		#7ec3a4;
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}

p
	{
	padding-bottom:8px
	}

ol
	{
	list-style:decimal;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	}

h1
	{
	color:#20352E;
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:10px;
	border-bottom:1px #7EC3A4 solid;
	padding-bottom:10px;
	}

h2
	{
	font-weight:normal;
	padding-top:4px;
	padding-bottom:28px;
	}
	
h2.IndexWelcome {
	color:#20352E;
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:10px;
	border-bottom:1px #7EC3A4 solid;
	padding-bottom:5px;
}

h1.IndexHeader {
	font-size: 1.3em;
	font-weight: bold;
	padding: 4px 0;
	border: 0;
}

h3
	{
	font-size:1.2em;
	padding-top:4px;
	padding-bottom:4px;
	}

/* End of tag styles */

/* Start of universal styles */

ul.breadcrumb {
	margin-bottom:20px;
}

ul.breadcrumb li {
	float:left;
	margin: 0px 10px 0px 0px;
	padding-right:10px;
	border-right:1px #20352E solid;
}

ul.breadcrumb li.last {
	float:none;
	margin: 0px;
	border-right:0px;
	font-weight:bold;
}
div.freedelivery {
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
	font-size:180%;
	background-color:#EFEFEF;
	border:2px #666666 solid;
	padding:5px;
	text-transform:uppercase;
}

div.productname {
	margin-bottom:10px;
	overflow:auto;
}

div.productname h1 {
	border-bottom:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	float:left;
	width:400px;
}

div.productname p.price {
	text-align:right;
	font-size:160%;
	font-weight:bold;
	float:right;
	background-color:#660000;
	color: #FFFFFF;
	padding:3px 9px 3px 9px;
}

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
	
.clear
	{
	clear:both;
	}

.title
	{
	font-size:2.1em;
	}
	
.hr
	{
	width:100%;
	height:2px;
	background:
		#7BC6A5;
	}

.productListing-data {
  vertical-align:middle;
  padding:5px;
  border-bottom:1px solid #7ec3a4
}

/* End of universal styles */

/* Start of site structure */

#container
	{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header
	{
	float:left;
	width:950px;
	height:146px;
	background:
		url(/images/header_bg.gif)
		top
		left
		no-repeat;
	}
	
#bar
	{
	float:left;
	width:920px;
	height:21px;
	margin-bottom:10px;
	padding-top:5px;
	padding-left:30px;
	}

#bar a {
  color:#000
}

#content
	{
	float:left;
	width:950px;
	}
	
#content a {
    color:#000;
}

#header a.link {
	width:583px; 
	height:118px; 
	margin-top:13px; 
	position:absolute; 
	border:0px;
}

#left_column
	{
	float:left;
	width:223px;
	}
	
#left_column_top
	{
	float:left;
	width:223px;
	height:14px;
	background:
		url(/images/left_column_top.png)
		top
		left
		no-repeat;
	}
	
#left_column_middle
	{
	float:left;
	width:211px;
	padding-left:6px;
	padding-right:6px;
	background:
		url(/images/left_column_middle.png)
		top
		left
		repeat-y;
	}

#left_column_middle a
	{
	color:#005400;
	}

#left_column_middle li:hover
	{
	color:#000000;
	text-decoration:underline
	}
	
#left_column_middle li
	{
	font-size:0.9em;
	width:190px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:6px;
	}

#left_column_middle p
	{
	color:#20352E;
	font-weight:bold;
	font-size:1.3em;
	padding-left:15px;
	padding-bottom:8px;
	padding-top:10px;
	}
	
.left_list_green
	{
	background:
		 #D7ECE3;
	}

#left_column_middle li:hover 
	{
	background:
		 #A3D3BE;
    cursor:pointer
	}

#left_column_middle li a:hover
	{
	text-decoration:underline
	}

#left_column_bottom
	{
	float:left;
	width:223px;
	height:14px;
	background:
		url(/images/left_column_bottom.png)
		top
		left
		no-repeat;
	}
	
#right_column
	{
	float:left;
	width:727px;
	}
	
#right_column_top
	{
	float:left;
	width:727px;
	height:14px;
	background:
		url(/images/right_column_top.png)
		top
		left
		no-repeat;
	}
	
#right_column_middle
	{
	float:left;
	width:687px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	background:
		url(/images/right_column_middle.png)
		top
		left
		repeat-y;
	}
	
#right_main_column
	{
	float:left;
	width:497px;
	padding-right:10px;
	}
	
#right_main_top
	{
	float:left;
	width:497px;
	height:5px;
	background:
		url(/images/right_main_top.gif)
		top
		left
		no-repeat;
	}
	
#right_main_middle
	{
	float:left;
	width:487px;
	padding-left:5px;
	padding-right:5px;
	background:
		#CAE6DA;
	}
	
.product
	{
	float:left;
	width:152px;
	text-align:center;
	height:140px;
	margin:5px;
	}
	
#right_main_bottom
	{
	float:left;
	width:497px;
	height:5px;
	background:
		url(/images/right_main_bottom.gif)
		top
		left
		no-repeat;
	}
	
#right_sub_column
	{
	float:left;
	width:180px;
	background:
		#CAE6DA;
	}

#right_sub_column a
	{
	color:#005400;
	}

#right_sub_column a:hover
	{
	color:#000000;
	text-decoration:underline
	}

	
#right_sub_top
	{
	float:left;
	width:180px;
	height:5px;
	background:
		url(/images/right_sub_top.gif)
		top
		left
		no-repeat;
	}
	
#right_sub_middle
	{
	float:left;
	width:170px;
	padding-right:5px;
	padding-left:5px;
	}
	
#right_sub_bottom
	{
	float:left;
	width:180px;
	height:5px;
	background:
		url(/images/right_sub_bottom.gif)
		top
		left
		no-repeat;
	}
	
#right_column_bottom
	{
	float:left;
	width:727px;

	height:14px;
	background:
		url(/images/right_column_bottom.png)
		top
		left
		no-repeat;
	}
	
.cat_list_td
	{
	text-align:left;
	background-image:url(../images/cat_list_td_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	}
	
.cat_list_td a
	{
	margin-left:10px;
	}
	
#footer
	{
	float:left;
	width:950px;
	}
	
#footer_logo
	{
	float:right;
	width:130px;
	height:35px;
	background:
		url(/images/footer_logo.png)
		top
		left
		no-repeat;
	}
	
#footer_content
	{
	float:right;
	text-align:right;
	padding-bottom:10px
	}

#footer_content a
	{
	color:#000000
	}

#footer_content a:hover
	{
	color:#35795A;
	}

/* End of site structure */

/* SITEMAP 
**************************/

ul.SitemapLinks {
	margin: 0 0 0 15px;
}

ul.SitemapLinks li a {
	text-decoration: underline;
	font-size: 1.1em;
}

ul.SitemapLinks li ul {
	margin: 0 0 20px 10px;
	font-size: 0.9em;
}

ul.SitemapLinks li.ProdSiteLink {
	margin: 0 0 5px 10px;
	font-size: 0.9em;
	color: #7bc6a5;
}

ul.SitemapLinks li.ProdSiteLink a {
	font-size: 0.9em;
	color: #7bc6a5;
}

#sitemap_left_column {
	width: 400px;
	margin: 10px 20px 0 0;
	border-right: 2px solid #d7ece3;
	float: left;
}

#sitemap_right_column {
	width: 250px;
	margin: 10px 0 0 0;
	float: left;
}

#sitemap_sidebar_column {
	float:left;
	width:223px;
}

#sitemap_sidebar_column h3 {
	margin-left: 5px;
}
	
#sitemap_sidebar_column_top {
	float:left;
	width:223px;
	height:14px;
	background:
		url(/images/left_column_top.png)
		top
		left
		no-repeat;
}
	
#sitemap_sidebar_column_middle {
	float:left;
	width:211px;
	padding-left:6px;
	padding-right:6px;
	background:
		url(/images/left_column_middle.png)
		top
		left
		repeat-y;
}

#sitemap_sidebar_column_middle a {
	color:#005400;
}

#sitemap_sidebar_column_middle li:hover {
	color:#000000;
	text-decoration:underline
}
	
#sitemap_sidebar_column_middle li {
	font-size:0.9em;
	width:160px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:6px;
}

#sitemap_sidebar_column_middle p {
	color:#20352E;
	font-weight:bold;
	font-size:1.3em;
	margin: 0 5px;
	padding-bottom:8px;
	padding-top:10px;
}
	
.left_list_green {
	background: #D7ECE3;
}

#sitemap_sidebar_column_middle li:hover  {
    cursor:pointer
}

#sitemap_sidebar_column_middle li a:hover {
	text-decoration:underline
}

#sitemap_sidebar_column_bottom {
	float:left;
	width:223px;
	height:14px;
	background:
		url(/images/left_column_bottom.png)
		top
		left
		no-repeat;
}

.sidehr {
	width:95%;
	height:2px;
	margin-left: 5px;
	background: #7BC6A5;
}

p#ReviewSide {
	font-size: 1em;
	font-weight: normal;
}

p#ReviewSide a:hover {
	text-decoration: underline;
}

/* End of document */