@charset "utf-8";
/* CSS Document */

body{
	font:13px/22px Helvetica, Arial,  sans-serif;
}


/*Default background*/
body#home{
	background:#fff url(../images/backgrounds/home-allset.jpg) center top no-repeat;
}
body#innerpage{
	background:#fff url(../images/backgrounds/inner-allset.jpg) center top no-repeat; /* Homepage Background inner_body_bg.jpg */
}



/*anchor*/
a, a:link{
	color:#6d9b18;
	text-decoration:none;
}
a:hover{
	color:#000;
}

/*wrap*/
#wrap{
	width:960px;
	margin:0 auto; /*set the display to center on the screen*/
}

#about #header{
	float:left;
	width:100%;
	padding-bottom:40px;
}



/*banner*/
.banner {
width:600px; 
height:20px;
padding:0px;
margin:4px 0 0 0;
position:absolute;
}
 
.banner h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	}
	
.banner a{
	padding:0;
	margin:2px 0px 0 5px;
	color:#FFFFFF;
	text-decoration:underline;
}


.banner a:hover{
	padding:0;
	margin:2px 0px 0 5px;
	color:#FFFFFF;
	text-decoration:none;
}	


/*Search*/

#searchwrapper {
width:300px; /*follow your image's size*/
height:25px;/*follow your image's size*/
background-image:url(../images/searchbox.png);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:4px 0 0 0;
position:relative;
float:right;/*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:2px;
left:5px;
width:229px;
height:20px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:2px;
left:229px;
width:66px;
height:20px;
}

.searchform {
	position:relative;
}
.searchform .inputtext {
	padding:5px 10px;
	border:1px solid #7BB522;
}
.searchform .inputsubmit {
	padding:5px 10px;
	border:1px solid #38A6D1;
	background-color:#028EC5;
	color:#fff;
	font-weight:bold;
}


/*logo*/
#logo{
	width:247px;
	height:66px;
	text-indent:-999999px;
	padding-top:60px;
	margin:0;
	float:left;
}
#logo a{
	background:url(../images/logo.png) no-repeat;
	width:247px;
	height:66px;
	display:block;
}


/*menu*/
#menu_wrap{
	float:right;
	margin-top:40px;
	width:700px;
}
#menu_wrap ul li{
	display:inline;
	float:left;
	margin-left:0px;
	font-size:18px;}

#menu_wrap ul li a{
	display:block;
	float:left;
	padding:20px 0px;
	margin-left:50px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu_wrap  ul li a.active {
				background: url(../images/active.png) no-repeat 50% -8%;
			}
			
			#menu_wrap  ul li a:hover  {
				background: url(../images/hover1.png) no-repeat 50% 105%;
			}


/*featured_wrap*/
#featured_wrap{
	background:url(../images/featured_bg.png) no-repeat;
	position:relative;
	height:470px;
	width:1100px;
	float:left;
	padding-top:6px;
	margin:30px 0 0 -80px;
}
* html #featured_wrap{
	height:200px;
}
.featured_image{
	float:left;
	width:850px;
}




/* Easy Slider */
*:first-child+html #slider{
	margin:81px 0 0 128px;
}

#slider{
	margin:75px 0 0 128px;
	padding:0;
	position:relative;
}	



#slider ul, #slider li{
	margin:0;
	list-style:none;
	padding-bottom:0px;
	margin-bottom:0;
}
#slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:860px;
	overflow:hidden;
	padding-bottom:0px;
	margin-bottom:0;
	height:500px;
}	
* html #slider li{
	height:390px;
}
p#controls{
	margin:0;
	position:relative;
} 
#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:66px;
	height:59px;
	position:absolute;
	left:6px;
	top:-350px;
	cursor:pointer;
}	
* html #prevBtn{
	top:-196px;
}
* html #nextBtn{
	top:-200px;
}
*:first-child+html #nextBtn{
	top:-340px;
}
#nextBtn{ 
	left:970px;
}	

#prevBtn{ 
	left:62px;
}
#prevBtn a, #nextBtn a{  
	display:block;
	width:66px;
	height:59px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
}	
#nextBtn a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;	
}		


/*common styles*/
.clearfix{
	clear:both;
}
h1, h2, h3, h4, h5, h6, h7,p,pre,ol,ul,dl{
	padding-bottom:20px;
	
}

p{
	color:#585858;
	
}

li{
	list-style:outside;
	margin-left:20px;
}
ul.styledlist{
	margin:0;
	padding:0 0 20px 0;
}
ul.styledlist li{
	background:url(../images/arrow.gif) no-repeat left 0.4em;
	padding-left:17px;
	list-style:none;
	margin-left:5px;
	margin-left:5px;
	line-height:22px;
}
ol li{
	list-style:decimal;
	margin-left:20px;
}
dl dt{
	font-weight:bold;
	padding-bottom:10px;
}
dl dd{
	padding-bottom:10px;
	margin-left:0px;
}


strong{
	font-weight:bold;
}
em, code{
	font-style:italic;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor:help;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin:0 0 10px 12px;
}
img.alignleft {
	display: inline;
	margin:0 12px 10px 0px;

}
.alignright {
	float: right;
	width:auto;
}
.alignleft {
	float: left;
	width:auto;
}



/*main Content*/
#main_content{
	padding:0 0;
	
}


#main_content img{
	float:right;
	margin-left:10px;
	margin-right:6px;
	padding-bottom: 10px;
}

#book_content{
	padding:0 0;
	}

#book_content h2{
	font-size:36px;
	margin:0;
	padding:0;
	}

.promotions{
	padding-bottom:20px;
	float:left;
	width:auto;
}

.promotions p{
	padding-left:10px;
	
}
.column_3 .first, .column_3 div{
	float:left;
	width:290px;
	margin-left:40px;
}
.column_3 .first{
	margin-left:0;
}
.column_3 img{
	float:left;
	margin-right:6px;
	padding-bottom: 10px;
}
.column_3 h3{
	color:#1e1e1e;
	font-size:23px;
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left:10px;
	
}

.book .first{
	float:left;
	width:170px;
	margin-left:10px;
}

.book div{
	float:left;
	width:470px;
	margin:0; /* changed top from 40px 0 0 5px*/
}



.book img{
	float:left;
	border: 2px solid #6d9b18;
	padding:0;
	margin:5px 6px 10px 0;
}

.book h3{
	color:#1e1e1e;
	font-size:23px;
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom:5px;
	
}


/*Special Login*/


.login{
	background:url(../images/quote_bg.gif) repeat-x;
	height:112px;
	width:100%;
	padding-bottom:30px;
}
.login div{
	background:url(../images/quote_left_bg.gif) no-repeat left 0;
	height:112px;
}
.login div .button{
	float:right;
	display:block;
	width:321px;
	height:112px;
	text-indent:-999999px;
}

.login_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#FFF;
	font-style:italic;
	padding:45px 0 20px 20px;
	display:block;
	float:left;
	width:auto;
}
.login div .button a{
	background:url(../images/click_here_btn.gif) no-repeat;
	display:block;
	width:321px;
	height:112px;
}
#sub_content{
	padding-bottom:30px;
	float:left;
	width:auto;
}
#sub_content h3{
	font-size:26px;
	color:#1e1e1e;
	font-weight:normal;
}


/*blockquote*/
blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	
}

/*footer*/
#footerWrapper{
	display:block;
	clear:both;
	background:#7bb522;
	min-height:242px;
	}

#footer {
	width:960px;
	margin:0 auto;
	
}


.links_wrap{
	width:600px;
	padding:20px 0 0 20px;
	
	
	
}
.links_wrap h3, .tweet_wrap h3{
	text-transform:uppercase;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	font-family:Helvetica, "Times New Roman", Times, serif;
	padding-right:140px;
}

.tweet_wrap p{
	color:#FFF;
	
}

.tweet_wrap a{
	color:#FFF;
	font-weight:bold;
}

.tweet_wrap a:hover{
	color:#FFF;
	font-weight:normal;
}

.links_wrap a{
	color:#FFF;
}


.links_wrap span{
	color:#FFF;
	font-weight:bold;
}
.links_wrap a:hover, .links_wrap a.current{
	color:#FFF;
	font-weight:bold;
}
.links_wrap .first,
.links_wrap div{
	float:left;
	width:140px;
	margin-left:10px;
}
.links_wrap .first{
	margin-left:0;
}
.links_wrap ul li,
.tweet_wrap ul li{
	list-style:none;
	margin-left:0;
}
.tweet_wrap{
	width:300px;
	float:right;
	padding:20px 20px 0 0;
	color:#FFF;
}
.copyright{
	padding-bottom:5px;
	float:left;
	width:100%;
	background:#7bb522;
}
.copyright a{
	color:#FFF;
	font-weight:bold;
}
.copyright a:hover{
	color:#FFF;
	text-decoration:underline;
}
.copyright span{
	font-size:11px!important;
	color:#FFF;
}
.copyright .r{
	float:right;
	width:auto;
}
.copyright .l{
	float:left;
	width:auto;
}

/*breadcrumbs*/
#breadcrumbs{
	clear:both;
	float:left;
	background:url(../images/breadcrumbs_bg.png) no-repeat;
	height:140px;
	padding-bottom:10px;
	margin:0px 0 0 -80px;
	width:1100px;
}


#breadcrumbs ul{
	float:left;
	padding:0 20px 0 30px;
	margin: 97px 0 0 50px;
	width:auto;
}

#breadcrumbs ul li{
	list-style:none;
	margin-left:4px;
	display:inline;
	color:#7bb522;
	float:left;
	font-weight:bold;
	font-size:36px;
	width:auto;
}
#breadcrumbs ul li a{
	color:#a6d352;
}
#breadcrumbs ul li a:hover{
	text-decoration:underline;
}

#breadcrumbs ul li.label{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7bb522;
	font-style:italic;
	font-weight:normal;
	padding-right:10px;
}

/*content*/
#content{
	float:left;
	width:640px;
	padding-bottom:30px;
	padding-left:10px;
	color:#585858;
}

#booksellercontent{
	float:left;
	width:900px;
	padding-bottom:30px;
	padding-left:10px;
	color:#585858;
}
#content h2, #wide h2, #booksellercontent h2,
#content h3, #wide h3, #booksellercontent h3,
#content h4, #wide h4, #booksellercontent h4,
#content h5, #wide h5, #booksellercontent h5,
#content h6, #wide h6  #booksellercontent h6,{
	color:#1e1e1e;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}



#wide h2{
	font-size:40px;
	line-height:40px;
	margin-bottom:0;
	padding-bottom:0;
	padding-left:10px;
	}


#wide h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	padding-left:10px;
	}


#content h2, #booksellercontent h2{
	font-size:40px;
	line-height:40px;
	margin-bottom:0;
	padding: 10px 0 10px 0;
}
#content h3, #booksellercontent h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	}
	
	
	
#content h4, #wide h4, #booksellercontent h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
}

#content h5, #booksellercontent h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:40px;
}

#wide h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
}

 
#content h6, #booksellercontent h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-bottom:5px;
	}
	
#wide h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
}
.intro_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	/*border-bottom:1px solid #f2f1dd;*/
	float:left;
	width:930px;
	margin-bottom:30px;
	padding-bottom:20px;
	padding-left: 10px;
	color:#c7c6b5;
}

ul.faq{
	padding-top:20px;
	padding-left:0;
}


ul.faq li{
	list-style:none;
	font-size:16px;
	padding-bottom:5px;
	margin-left:0;
}

/*sidebar bookseller*/

#sidebar_bookseller{
	float:right;
	width:280px;
	height:1600px;
	position: fixed;
	margin: 0 0 0 670px;
	padding-left:20px;
	color:#585858;
}
#sidebar_bookseller blockquote,
#sidebar_bookseller p,
#sidebar_bookseller h2,
#sidebar_bookseller h4,
#sidebar_bookseller h5,
#sidebar_bookseller h6,
#sidebar_bookseller address,
#sidebar_bookseller img,
#sidebar_bookseller dl{
	padding-left:10px;
}
#sidebar_bookseller p span {
	padding-left:0px;
}
#sidebar_bookseller blockquote p{
	padding-left:0px;
}
#sidebar_bookseller h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	padding-left:10px;
	border-bottom:1px solid #6d9b18;
}
#sidebar_bookseller h3.margin_bottom{
	margin-bottom:0px;
}
.side_nav_bookseller {
	margin-bottom:0px;
	}
	
	.side_nav_bookseller ul{
	margin-bottom: 0px;
}

.side_nav_bookseller li, .latest_news li{
	display:block;
	margin:0;
	list-style:none;
}
.side_nav_bookseller li a{
	display:block;
	width:270px;
	padding:8px 0 8px 10px;
	border-bottom:1px solid #6d9b18;
}
.side_nav_bookseller li a:hover{
	border-bottom:1px solid #e5e4d0;
	background:#1a71a0;
}


/*sidebar*/

#sidebar{
	float:right;
	width:280px;
	margin:0px 0 0 0;
	padding-bottom:30px;
	padding-left:10px;
	color:#585858;
	border-left:1px solid #6d9b18;
}
#sidebar blockquote,
#sidebar p,
#sidebar h2,
#sidebar h4,
#sidebar h5,
#sidebar h6,
#sidebar address,
#sidebar img,
#sidebar dl{
	padding-left:10px;
}
#sidebar p span {
	padding-left:0px;
}
#sidebar blockquote p{
	padding-left:0px;
}
#sidebar h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:23px;
	padding-left:10px;
	
}

.side_nav{
	margin-bottom:20px;
}
.side_nav li, .latest_news li{
	display:block;
	margin:0;
	list-style:none;
}
.side_nav li a{
	display:block;
	width:270px;
	padding:8px 0 8px 10px;
	border-bottom:1px solid #6d9b18;
}
.side_nav li a:hover{
	border-bottom:1px solid #e5e4d0;
	background:#f2f1dd;
}

/*news*/
.latest_news li{
	padding-bottom:20px;
}
.latest_news li .title{
	font-size:18px;
	display:block;
	padding-bottom:6px;
}
.latest_news li .date{
	display:block;
	text-transform:uppercase;
	font-size:11px;
	color:#dfdecd;
}
.latest_news li {
	padding-left:10px;
}




/*work*/

#wide img{
	margin:0;
	padding:0;
}

#wide h3{
	font-size:40px;
	line-height:40px;
	margin-bottom:0;
	padding: 0 0 0 10px;
}


ul.gallery {
	width: 960px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 0 0; 
	padding: 0 0 20px 0;
	float:left;
}

ul.gallery li {
	float: left;
	margin: 0px 0px 20px 32px; 
	padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
	width:auto;
	height:244px;
}

ul.gallery li.first{
	margin: 0px 0px 20px 20px;
}

ul.gallery li a.thumb {
	width: 285px; /*--Width of image--*/
	height: 161px; /*--Height of image--*/
	padding: 0px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

ul.gallery li span { /*--Used to crop image--*/
	width: 285px;
	height: 182px;
	overflow: hidden;
	display: block;
}

ul.gallery li a.thumb:hover {
	opacity:.60;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

ul.gallery li h2 {
	font-size: 14px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 20px 0 0 0;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

	
ul.gallery li a {
	text-decoration: none; 
	color: #6d9b18; 
	display: block;}



/*resources*/

#resources li{
	list-style:none;
	margin:0 0 40px 30px;
	float:left;
	width:270px;
}
#resources li img{
	float:left;
}
#resources li.first{
	margin:0 0 0 0;
}
#resources li div{
	float:right;
	padding-left:20px;
	width:215px;
}
#resources li div .title{
	color:#585858;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-bottom:10px;
}

/*Login-form*/
#Login-form{
	width:600px;
	height:470px;
	margin-top:20px;
	padding:10px 10px 0 10px ;
	background:#FFF;
}


#Login-form p{
	float:left;
	width:600px;
	padding-left:10px;
	font-size:18px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#Login-form h1,h2{
	font-size:26px;
	}

#Login-form label{
	float:left; 
	width:400px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#account{
	border:1px solid #dddddd;
	width:400px;
	padding:8px;
	color:#5e5e5e;
	background:#f2f2f2 url(../images/input_bg.gif) repeat-x;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}


#account:focus{
	border:1px solid #acacac;
	padding:8px;
}

.login_btn{
	border:none;
	padding:8px;
	width:220px;
	background:#769936;
	text-transform:uppercase;
	color:#f3fce1;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.logout_btn{
	border:none;
	width:50px;
	height:150px;
}

.sidetab {
  top: 100px;
  left: 0;
  width: 50px;
  height: 200px;
  position: fixed;
  z-index: 100000;
}

.slideoutwidget {
          padding: 20px;
          display: block;
          float: left;
          background: #fff;
          border: 1px solid #1a709f;}

/*contact-form*/
#contact-form{
	padding:0;
	margin:0;
}
#contact-form label{
	float:left; 
	width:120px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#name,
#email,
#subject,
#message{
	border:1px solid #dddddd;
	padding:8px;
	color:#5e5e5e;
	background:#f2f2f2 url(../images/input_bg.gif) repeat-x;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}


#name:focus,
#email:focus,
#subject:focus,
#message:focus{
	border:1px solid #acacac;
	padding:8px;
}

#name,
#email,
#subject{
	width:285px;
}
#message{
	width:350px;
	height:200px;
}

.send_btn{
	border:none;
	padding:10px 20px;
	background:#769936;
	text-transform:uppercase;
	color:#f3fce1;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#main_content #content .errorMsg h3{
	color:red;
}
#main_content #content .infoMsg h3{
	color:green;
}


/*twitter*/
#twitter_update_list{
	padding-bottom:0px;
}
#twitter_update_list li{
	padding-bottom:10px;
	
}


/* CATALOGUE */
#searchresults .item {
	clear:both;
	margin:2em 0;
	padding-bottom:1em;
	border-bottom:1px dotted #ccc;
	
	
}
#searchresults .item:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#searchresults .cover {
	float:left;
	width:120px;
	text-align:center;
}
#searchresults .cover img {
	float:none;
	margin:0;
	padding:0;
	
}
#searchresults .detail {
	float:left;
	width:460px;
	margin-left:20px;
	
}
#searchresults h3,
#searchresults p {
	margin:0;
	padding:0;
}

/* Pagination */
.hla-paging {
	margin-bottom:1.47em;
}

.hla-paging li {
	display:inline;
	float:left;
	list-style-type: none;
}

.hla-paging a, .hla-paging a:link,
.hla-paging a:visited {
	padding: 5px 10px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #7BB522;
	color: #333;
	background-color: #fff;	
}
.hla-paging a:hover,
.hla-paging a:active {
	border-color: #7BB522;
	color: #fff;
	background-color: #7BB522;	
}
.hla-paging span {
	padding: 5px 10px; 
	margin: 2px;
	border: 1px solid #ccc;
	color: #333;
	background-color: #ddd;
}
.hla-paging span.current {
	font-weight: bold;
	border-color: #7BB522;
	color: #fff;
	background-color: #7BB522;
}


/* Buy Now Button */

.buy-button a{
	background:url(../images/buy_now_btn.png) no-repeat;
	display:block;
	width:309px;
	height:74px;
	text-indent:-9999px;
}

.buy-button a:hover{
	background:url(../images/buy_now_btn_over.png) no-repeat;
	display:block;
	width:309px;
	height:74px;
}

/*Order Now Button */

.order-now a{
	background:url(../images/order_now_btn.png) no-repeat 0 0;
	display:block;
	width:167px;
	height:40px;
	text-indent:-9999px;
}

.order-now a:hover{
	background-position: 0 -40px;  

}

/* Bookstore Modals */

#bookstores {
	display:none;
	background:	#FFF;}
	
#retailer {
	margin: 15px 0 0 13px;}
	
#retailer h6 {
	background: url(../images/retailer.jpg) no-repeat;
	text-indent:-9999px;
	padding-bottom:5px;
	width:420px;
	height:25px;}
	
#postcode {
	margin: 0 0 65px 13px;}
	
#postcode h6 {
	background: url(../images/find-retailer.jpg) no-repeat;
	text-indent:-9999px;
	padding-bottom:5px;
	width:420px;
	height:25px;}
	
	
#postcode .searchbox {
    border-bottom: 1px solid #7bb522;
    border-left: 1px solid #7bb522;
	border-right: 1px solid #7bb522;
    border-top: 1px solid #7bb522;
    color: #585858;
	font-size:18px;
    float: left;
    font-family: Helvetica, Arial,  sans-serif;
    padding: 10px 10px 10px 10px;
	margin-left:-5px;
    position: relative;
    right: -1px;
    width: 350px;
}

#postcode .searchbutton {
    background-color: #7bb522;
	color:#FFFFFF;
	margin-top:1px;
    border-color: #7bb522 #7bb522 #7bb522 -moz-use-text-color;
    border-left: medium none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    float: left;
    height: 44px;
    position: relative;
 
}
	
	
#bystate {
	margin:15px 0 0 13px;
	width:420px;
	height:25px;
	}


#blurb {
	clear:both;
	}
		
	
	/* Tables */

table {
	border-collapse: collapse;
	margin-bottom: 30px;
	border-spacing: 0;
}

table a {
	color:#000000;
}

table th,
table td {
	padding: 10px;	
}

table th {
	color: #fff;
	background-color: #7bb522;
	text-align: left;
	border: solid 1px #fff;	
}

table tr:hover td {
	background-color: #028EC5;	
}


table td {
	background-color: #38A6D1;
	border: solid 1px #fff;	
	color: #fff;
}



table.downloads td a:link {
	color:#fff;
	text-decoration:underline;
}


table td a:hover {
	text-decoration:none;
	}
	
#main_content img.etag {
	 max-width:500px;
	 float:left;}
