/* ----- end float fix ----- */
body{
	background-image: url(../graphics/eden-theme-1/back-drop.gif);
	background-repeat: repeat-x;
	color: #000000;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}
#scroll {
    position: absolute;
    top: 0;
    bottom: -0.1px;
    width: 1em;
    z-index: -1;
}
html {
    height: 102%;
}
.Adverts {
	padding-bottom: 10px;
}
.AdvertsImage {
	border: thin #050082;
	/*border: thin #FF3F00;*/ /* Old Style */
	border-style:solid;
	
}
.textbox {
	background: #FFFBF0;
	border-style: solid;
	border-width: thin;
	border-color: #e1e1e1;
}
/* ----- Search ----- */
.products_search {
	margin:1em 0;
}
.products_search .image{
	float:left;
	margin:0;
	margin-right:10px;
	border:solid 2px #f7955b;
}
.products_search li{
	border-bottom: solid 1px #000000;
}
.view {
	text-align: right;
	padding-top: 60px;
	padding-right: 25px;
}
.view p {
	background-image: url(../graphics/eden-theme-1/view-product.gif);	
}
/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- Seperate List Items ----- */

.p7TPcontent ul li {
	font-size: 110%;
	color: #444444;
}
/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#000000;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h4, h5, h6{margin:1em 0;}
p { font-size: 110%;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:100%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:10px;
	width:760px;
	text-align:left;
	background-image: url(../graphics/eden-theme-1/container-background.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	padding-top:10px;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:97px;	
	position:relative;
	width: 740px;
	background:#f2f2f2;
	margin:0 10px;
	background-image: url(../graphics/eden-theme-1/header.gif);
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:30px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
h1 a,
h1 a:hover {
	display: block;
	height: 0px;
	line-height: 100%;
	overflow: hidden;
	padding: 70px 0 0 0;
	width: 200px;
}

#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:45px;
	left:235px;
	line-height:20px;
	font-style: italic;
	color: #444242;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:60px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	background-color: #fff8a3;
	width: 740px;
	margin: 0 auto;
	}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	margin-right:10px;
	width:557px;
}

/* ----- search box ----- */
#search{
	background-image: url(../graphics/eden-theme-1/search.gif);
	width: 229px;
	height: 21px;

}
#search label{}
#searchSubmit {
	background-image: none;
	border-style: none;
	background-color: #c8eafc;
}
#searchKeyword {
	border:1px solid #f7955b;
	background-color: #fff794;
	padding-left: 5px;
	margin-left: 10px;
}

/* ----- Top navigation ----- */

#top-nav-container {
	width: 720px;
	margin: 0 auto;
}
#top-nav-container ul, #top-nav-container li {
    list-style:none;
    float: left;
	padding: 0;
	margin: 0;
}

.button {
	background-image: url(../graphics/eden-theme-1/top-nav-button.gif);
	width: 78px;
	height: 21px;
	text-align: center;
	display: inline-block;
	font-size: 110%;
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:146px;
	height: 25px;
	background-image: url(../graphics/eden-theme-1/nav-image.gif);
	color: #000;
	padding-top: 6px;
	padding-left: 5px;
}
#leftmenu li a:hover, #leftmenu li a.selected{background-image: url(../graphics/eden-theme-1/nav-image-active.gif);}
#navDept li a:hover, #navDept li a.selected{background-image: url(../graphics/eden-theme-1/nav-image-active.gif);}
#navDept li a span{
	display:block;
	padding:3px 20px;
	color: #000;
}
#navDeptTitle {
	display:none;
}

/* ----- subdepartment navigation ----- */
.deptheader{
	background-image: url(../graphics/eden-theme-1/dept_header.gif);
	width: 166px;
	height: 24px;
	text-align: center;
	padding-top: 9px;
	font-weight: bold;
	list-style: none;
}
.searchprodheader{
	background-image: url(../graphics/eden-theme-1/search_header.gif);
	width: 500px;
	height: 31px;
	text-align: center;
	font-weight: bold;
	list-style: none;
}

/* -- */
.products-search{
}

.products-search ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.products-search li {
	float:left;
	background-color: #fff8a3;
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 8px;
	margin-bottom: 10px;
	width:500px;
    list-style:none;
}
.products-search li p {
	margin: 0;
	padding: 0;

}
.products-search h3 {

}
.products-search h3 a {
	display: block;
	padding-top: 10px;
	width: 500px;
}
.products-search h3 a {
	display: block;
	padding-top: 10px;
	text-indent: 1.5em;
	width: 500px;
}
.products-search .image{
	margin: 0 auto;
}

/* -- */

.searchprodBody {
	width: 500px;
	float: left;
	list-style: none;
	background-color: #FFF56D;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.searchprodBodyImg {
	float: left;
	width: 160px;
	list-style: none;
	background-color: #FFF56D;
}
.searchprodBodyText {
	float: left;
	width: 320px;
	list-style: none;
	background-color: #FFF56D;

}
.price-search {
	text-align: right;	
}
.price-search-price {
	font-weight: bold;
	color:#13689d;
	font-size:110%;	
}
.prodheader{
	background-image: url(../graphics/eden-theme-1/dept_header.gif);
	width: 166px;
	height: 31px;
	text-align: center;
	font-weight: bold;
	list-style: none;
}

.prodBody {
	width: 166px;
	text-align: center;
	list-style: none;
	background-color: #FFF56D;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
* html .prodBody {
margin-top: -10px;
} 
.deptbody {
	width: 166px;
	text-align: center;
	list-style: none;
	background-color: #FFF56D;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.deptbody img {
	 border:1px solid #F7955B;	
}

#navSubDept {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
	margin:1em 0;
	color:#000000;	
}

#navSubDept li {
        color:#777;
        width:165px;          /* gives the product block a width */
        float:left;           /* aligns the products left, one after another */
        margin-right:8px;    /* a little spacing between each product */	
		list-style: none;
}
/* #navSubDept li a{color:#000000;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;} */

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position: absolute;
	top:22px; /* Was 88px */
	left:330px;
	text-align:right;
	width:400px;
}
#navTools li{
	float:left;
	display:inline;
	font-size:90%;
	padding-left:6px;
	margin-right:5px;
	border-left:1px solid #ccc;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
}
#navTools li.first{
	padding-left:0;
	border:0;
}
#navTools li a{}
#navTools li a:hover, #navTools li a.selected{
	text-decoration:none;
}
#navTools li a span{}
#navToolsTitle{
	display:none;
}



/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:146px;
	height: 25px;
	background-image: url(../graphics/eden-theme-1/nav-image.gif);
	color:#000;
	padding-top: 6px;
	padding-left: 5px;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:151px;
	margin-left:10px;
	margin-top:10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:530px;
	margin-left:10px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#275f81;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#275f81;
	font-size:180%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}
p.content {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff56c;
}
.imageborder {
  border:solid 2px #f7955b;
  }
  
.phoneus {
	display: block;
	position: absolute;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	right: 30px;
	top: 30px;
	text-align: right;
	padding-top: 25px;
	margin-right: 10px;
}
.phoneus1 {
	display: block;
	position: absolute;
	right: 35px;
	top: 170px;
	font-size: 140%;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-right: 10px;
}
.opening {
	position: absolute;
	right: 35px;
	top: 190px;
	font-size: 110%;
	color: #000;
	margin-right: 10px;
	width: 350px;
}
#opening-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
}
#opening-table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #fff46d;
	border-bottom: 1px solid #fff;
	color: #000;
}
#opening-table td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #fffbd1;
}
.phoneus2 {
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #F00;
	padding-top: 25px;
	margin-right: 10px;
}
.numb {
	color: #f00;
	font-size: 120%;
}
.signup {
	background-image: url(../graphics/eden-theme-1/Register.gif);
	width: 500px;
	height: 93px;
}
.signup1 {
	display: block;	
	width: 500px;
	height: 93px;
	margin: 0px;
	padding: 0px;
	text-indent: -999999px;
	position: absolute;
	overflow: hidden;
}
/* ----- footer area ----- */

#footer{
	background-image: url(../graphics/eden-theme-1/footer.gif);
	width: 720px;
	height: 45px;
	padding:10px;
	margin: 0 auto;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top: 10px;
	margin-left: 20px;
}
#footer li{
	float:left;
	display:inline;
	font-size:90%;
	padding-left:5px;
	margin-right:5px;
	border-left:1px solid #ccc;
	text-transform:uppercase;
	color:#999;
	font-weight: bold;
	margin-top: 10px;
}

/* #footer{
	background-image: url(../graphics/eden-theme-1/footer.gif);
	width: 720px;
	height: 45px;
	padding:10px;
	margin: 0 auto;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
} */

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:0 0;
}


/* ----- product thumbnail list ----- */
.products{
}

.products ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.products li {
	float:left;
	background-color: #fff8a3;
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 8px;
	margin-bottom: 10px;
	width:165px;
    list-style:none;
}
.products li p {
	margin: 0;
	padding: 0;

}
.products h3 {

}
.products h3 a {
	display: block;
	padding-top: 10px;
	width: 166px;
}
.products h3 a {
	display: block;
	padding-top: 10px;
	width: 166px;
}
.products .image{
	margin: 0 auto;
}

.products .desc {
	margin-top: 10px;	
}
.products .image a img{
	border:1px solid #F7955B;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #F7955B;
	padding:2px;
	background:#fff8a3;
}
.products .price{
	clear:both;
	margin:1em 0;
	text-align:center;
	line-height:100%;
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:100%;
}
.call {
	font-weight: bold;
	font-size: 140%;
	padding-bottom:1em;
}
.phone {
	font-weight: bold;
	font-size: 130%;
	color: #fa0309;	
}
/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:270px;

}
#product .price{
	color:#13689d;
	font-size:120%;
	font-weight: bold;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	padding-top:1em;
}	
#addWishlist a{

}
.enquire {
	float: left;
	padding-right: 5px;
}
#content {
	padding: 0.5em;
}
.branchpic {
	border:1px solid #FFBF55;
	margin-right:4px;
	padding:3px;	
}
.branchimages {
	margin:0 auto;
	padding:10px 10px 10px 0px;
	text-align:left;	
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#fff56c;
	border:1px solid #eee;
	color:#000;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#000;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #FFA;
	background:#fff;
	padding:5px;
}
td{
	background:#ffa;
	border:1px solid #ffa;
	padding:5px;
	vertical-align:top;
	color: #000;
}
.whitetbl, th {
	background: #fffbd1;	
	border:1px solid #fffbd1;
}
.firsttr {
	width: 40%;	
	background: #fffbd1;	
	border:1px solid #fffbd1;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:180px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#296fa4;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	font-size:110%;
	font-weight:bold;
}
li label {
	  display: none;	
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */


/* ----- Individual Departments ----- */
.products {
	margin: 0 auto;
}	

.products2 ul li{
	display: block;
	width: 530px;
	background-color: #fffbd4;
	border-bottom: solid 1px #FFF500;
	border-top: solid 1px #FFF500;
	border-left: solid 1px #FFF500;
	border-right: solid 1px #FFF500;
}
.products2 ul h3{
	display: block;
	margin: 0 auto;
	background-image: url(../graphics/eden-theme-1/dept_header_long.gif);
	height: 33px;
	background-repeat: no-repeat;
	width: 530px;
}

.products2 ul h3 a {
	display: block;
	padding-top: 8px;
}	

.products2 ul li .price{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.products2 ul li .desc{
	display: block;
}

.products2 ul li .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}
.products2 ul li .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products2{
}

.products2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.products2 li {
	float:left;
	background-color: #fff8a3;
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 8px;
	margin-bottom: 10px;
	width:165px;
    list-style:none;
}
.products2 li p {
	margin: 0;
	padding: 0;

}
.products2 .image{
	margin: 0 auto;
}

.products2 .desc {
	margin-top: 10px;	
	margin-bottom: 25px;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A0000;
}
.products2 .image a img{
	border:1px solid #F7955B;
	padding:2px;
	background:#fff;
}
.products2 .image a:hover img{
	border:1px solid #F7955B;
	padding:2px;
	background:#fff8a3;
}
.products2 ul li .price{
	clear: both;
	color:#13689d;
	margin:1em 1em;
	font-size:110%;
	font-weight:bold;
}
/* ----- VAT Exemption Price -----*/
.exempt{
	clear:both;
	line-height:180%;
	color:#ff0000;
	font-size:105%;
	font-weight:bold;
}
.exempt a{
	clear:both;
	line-height:180%;
	color:#ff0000;
	font-size:105%;
	font-weight:bold;
	text-decoration: underline;
}
.info .exempt{
	clear:both;
	margin:1em 0;
	line-height:180%;
	color:#ff0000;
	font-size:110%;
	font-weight:bold;
}
