 * {
    margin: 0;
 }
html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0;
	background-color:#b9dcf0;
  /*--font-family: Verdana, Helvetica, Arial, sans-serif;--*/
	font-family: trebuchet MS;
	font-size: .75em;
	height:100%;
	line-height:23px;
	overflow-x:hidden;

	}

/*-----Standard-----*/
img {
	border: none;
}
a {
	color:#145C21;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#145C21;
	font-weight:bold;
	text-decoration:none;
}
ul {
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	padding-left: 20px;
	padding-right:10px;
}

li {
	padding-left:20px;
	padding-bottom: 3px;
	padding-top:12px;
	margin-top:3px;
	margin-bottom:3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-image: url(../img/bullet.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;

}

/*-----layout-----*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 731px;
	background-image: url('../img/bg_slither.png');
	background-repeat: repeat-x;
	background-color:#b9dcf0;
	clear:both;
}

#header {
	text-align:center;
	background-image: url('../img/headerbg_slither.png');
	background-repeat:repeat-x;
	height: 190px;
}

#main {
	width:900px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom:0px;
	min-height: 100%;
	clear:both;
}

/*-----footer-----*/
#footer {
	clear:both;
	background-image: url('../img/footer_slither.png');
	background-repeat:repeat-x;
	background-color:#d7d7ad;
	color:#155d22;
	font-weight:bold;
	width:100%;
 }
 
#footerContent {
	background-image: url('../img/footer_bg.png');
	background-repeat: no-repeat;
	width:900px;
	height:165px;
	margin: 0 auto;
	padding-top:335px;
	padding-left: 30px;
	
	background-color:#d7d7ad;
 }
 
#footer .floatL {
	float:left;
	height:auto;
	padding: 0 0 0 0px;
	padding-right:50px;
}
#footer img {
	vertical-align:bottom;
}
#footer .floatR {
	text-align:right;
	float:right;
	line-height:165px;
	width:auto;
	padding-right:60px;
}
 
 .floatL a{
	color:#155d22;
	line-height:20px;
 }
 
 .floatL a:hover{
	 color:#000000;
	 text-decoration:none;
 } 
 
 .floatL a:active{
	 color:#155d22;
	 text-decoration:none;
 }

 .floatR {
	display:inline;
	float:right;
	width: 235px;

}
#footerbase {
	padding-top:10px;
	width:900px;
	display:block;
	float:left;
	font-weight:normal;
	color:#000;
	font-size: 0.8em;
} 

#footerbase .floatL {
	float:left;
	height:auto;
	padding: 0 0 0 0px;
	padding-right:35px;
}

#footerbase .floatLvalid {
	float:left;
	line-height:2.4em;
	padding: 0 0 0 0px;
	padding-right:35px;
	padding-top:22px;
}
#footerbase .floatLvalid  img{
	vertical-align: middle;
}

/*--------------- menu --------------*/

#menu {
	float:left;
	/*height:274px;*/
	height:307px;
	width:259px;
	background-image: url('../img/menu_bg.png?20100405');
	background-repeat:no-repeat;
	margin-bottom : 10px;
	padding-top:6px;
	padding-left:5px;
}

#menu ul{
	overflow: hidden;
	margin:0;
	padding:0;
	background-color: #fff;
	/*width:259px;*/
	padding-bottom:5px;
}

#menu ul li {
	padding:0;
	margin:0;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu ul li a, #menu ul li b{
	display:block;
	text-indent: -9999px;
	overflow: visible;
}

#menu a, #menu b {
	width:258px;
	height:33px;
	background-image: url('../img/menu-items.png?20100405');
	background-repeat : no-repeat;
	position: relative;
}

#menu li span {
	position: absolute;
	left: 25px;
	top: -5px;
	width: 17px;
	height: 42px;
	background: url(../img/menu-bullet.png);
	z-index: 2;
	visibility: hidden;
}

/*-----menu items-----*/
#menu li.home a                                     { background-position:    0px    0px; }
#menu li.our_veg_boxes a                            { background-position:    0px  -33px; }
#menu li.about_the_nearly_naked_veg_company a       { background-position:    0px  -66px; }
#menu li.where_are_we a                             { background-position:    0px  -99px; }
#menu li.recipe_ideas a                             { background-position:    0px -132px; }
#menu li.faqs_and_delivery a                        { background-position:    0px -165px; }
#menu li.news a                                     { background-position:    0px -198px; }
#menu li.customer_information a                     { background-position:    0px -231px; }
#menu li.land_management a                          { background-position:    0px -264px; }

#menu li.home a:hover                               { background-position: -258px    0px; }
#menu li.our_veg_boxes a:hover                      { background-position: -258px  -33px; }
#menu li.about_the_nearly_naked_veg_company a:hover { background-position: -258px  -66px; }
#menu li.where_are_we a:hover                       { background-position: -258px  -99px; }
#menu li.recipe_ideas a:hover                       { background-position: -258px -132px; }
#menu li.faqs_and_delivery a:hover                  { background-position: -258px -165px; }
#menu li.news a:hover                               { background-position: -258px -198px; }
#menu li.customer_information a:hover               { background-position: -258px -231px; }
#menu li.land_management a:hover                    { background-position: -258px -264px; }

#menu li b span {
	visibility: visible;
}

#menu li a:active span {
	visibility: visible;
}
                                                                         
#menu li.home a:active                              { background-position: -258px    0px; }
#menu li.our_veg_boxes a:active                     { background-position: -258px  -33px; }
#menu li.about_the_nearly_naked_veg_company a:active{ background-position: -258px  -66px; }
#menu li.where_are_we a:active                      { background-position: -258px  -99px; }
#menu li.recipe_ideas a:active                      { background-position: -258px -132px; }
#menu li.faqs_and_delivery a:active                 { background-position: -258px -165px; }
#menu li.news a:active                              { background-position: -258px -198px; }
#menu li.customer_information a:active              { background-position: -258px -231px; }
#menu li.land_management a:active                   { background-position: -258px -264px; }
                                                
#menu li.home b                                     { background-position: -258px    0px; }
#menu li.our_veg_boxes b                            { background-position: -258px  -33px; }
#menu li.about_the_nearly_naked_veg_company b       { background-position: -258px  -66px; }
#menu li.where_are_we b                             { background-position: -258px  -99px; }
#menu li.recipe_ideas b                             { background-position: -258px -132px; }
#menu li.faqs_and_delivery b                        { background-position: -258px -165px; }
#menu li.news b                                     { background-position: -258px -198px; }
#menu li.customer_information b                     { background-position: -258px -231px; }
#menu li.land_management b                          { background-position: -258px -264px; }
                                                
#sagepay-cards {
	margin-left: 10px;
}

/*-----news-----*/

#news {
	float:left;
	width:264px;
	height:240px;
	background-image: url('../img/news_bg.png');
	background-color: transparent;
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:2px;
	overflow:hidden;
	margin-bottom:12px;
	padding-bottom: 5px;
}

#news h3 {
	margin-left: 0;
}

#news p {
	line-height: 1.3;
}

/*
.newsItem {
	padding-left:20px;
	padding-right:20px;
}

.newsItem .title {
	color:#003300;
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:3px;
}

.newsItem p{
	color:#666666;
}

.newsItem .moreinfo {
	float:right;
	text-align:right;
	color:#a5b54c;
}
*/

h1.news_section {
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 259px;
	height: 40px;
	background-image: url('../img/titles.png');
	background-repeat: no-repeat;
	margin-bottom:5px;
	background-position: 0px -424px;
}

/*-----main Content------*/

#contentContainer {
	float:right;
	width:619px;
	min-height:710px;
	background-image: url('../img/content_shadow.png');
	background-repeat:no-repeat;
	padding-left:3px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:10px;
}

#content {
	padding:0px;
	background-color:#fff;
	background-image: url('../img/content_bg.png');
	background-repeat:no-repeat;
	padding-bottom: 10px;
	min-height:773px;
}

.bulktext p {
  line-height:16px;
	margin-top: 15px;
	padding-left:16px;
	padding-right:16px;
}
/*-----Promo Boxes-----*/
.bottomPromo {
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:589px;
	min-height:156px;
	background-color:#fbfaf5;
	border: 1px #d3d6b7 solid;
	margin: 0 auto;
	margin-top:10px;
	/*padding-bottom:36px;*/
}

.bottomPromo .image {
	height:90%;
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}

.bottomPromo .image img{
	height:156px;
}

.bottomPromo p {
	padding-left:12px;
	padding-right:10px;
	min-height:100px;
} 

.bottomPromo .what_is_the_nearly_naked_veg_company {
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 400px;
	height: 31px;
	background-image: url('../img/subtitles.png');
	background-repeat: no-repeat;
	margin-left:12px;
}

.bottomPromo .moreinfobtn {
	float:right;
}


.moreinfobtn a {
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width:114px;
	height: 22px;
	background-image: url('../img/moreinfobtn.png');
	background-repeat: no-repeat;
}

.bottomPromo .moreinfobtn a:hover {
	background-position:0px -22px;
}

.promoboxContainer {
	height:315px;
	margin: 0 auto;
	margin-top:10px;
	width: 588px;
}

.promoboxA, .promoboxB{
	padding-top:105px;
	padding-left:12px;
	float:left;
	margin:0;
	display:block;
	overflow: hidden;
	width:272px;
	height: 211px;
	background-image: url('../img/promoboxes.png');
	background-repeat: no-repeat;
}

.promoboxA p, .promoboxB p{
	margin-top:0px;
}

.promoboxA h2, .promoboxB h2 {
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 245px;
	height: 24px;
	background-image: url('../img/promoboxtitles1.png');
	background-repeat: no-repeat;
	background-position: -1px 0px;
}

.promoboxA h3, .promoboxB h3{
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 247px;
	height: 34px;
	background-image: url('../img/promoboxtitles2.png');
	background-repeat: no-repeat;
	background-position: -1px 0px;
}

.promoboxB h3{
	background-position: -250px 0px;
}

.promoboxA img, .promoboxB img {
	height:96px;
	float:left;
	padding-right: 5px;
} 

.promoboxA p, .promoboxB p {
	color: #fff;
	height: 115px;
	font-size: 220%;
	line-height: 1.1em;
}

.promoboxA h3, .promoboxB h3 {
	padding-bottom:5px;
} 

.promoboxA .moreinfobtn, .promoboxB .moreinfobtn{ 
	float:right;
	padding-right:10px;
} 

.promoboxA .moreinfobtn a, .promoboxB .moreinfobtn a{ 
	background-position: -114px 0px;
}

.promoboxA .moreinfobtn a:hover, .promoboxB .moreinfobtn a:hover{ 
	background-position: -114px -22px;
}

.promoboxB{
	float:right;
	background-position:-287px 0px;
}

	/*-----page titles-----*/
	
.bulktext h1 {
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 500px;
	height: 52px;
	background-image: url('../img/titles.png?20100416');
	background-repeat: no-repeat;
	margin-bottom:10px;
	clear:left;
}

/* page headers */

h1.home_page 			{
	margin-left: 10px;
	margin-top: 10px;
	height: 144px; width: 592px;
	background: url(../img/home-h1.png) no-repeat 0 0;
}

h1.our_veg_boxes 		{background-position: 0px -53px;}
h1.about_the_nearly_naked_veg_company {background-position: 0px -106px;}
h1.where_are_we 		{background-position: 0px -159px;}
h1.recipe_ideas 		{background-position: 0px -212px;}
h1.contact_us 			{background-position: 0px -265px;}
h1.news 				{background-position: 0px -318px;}
h1.customer_information	{background-position: 0px -371px;}
h1.faqs					{background-position: 0px -465px;}

h1.basket { background-position: 0px -517px; }

h1.land_management { background-position: 0px -681px; }

h2{
	margin-left:15px;
	font-weight:bold;
	color:#155D22;
	font-size:1.1em;
	margin-bottom:10px;
	margin-top:15px;
	clear:left;
}

h3{
	margin-left:15px;
	font-weight:bold;
	color:#333;
	font-size:1em;
	margin-bottom:10px;
	margin-top:15px;
}

h2.weekdayvegboxes, h2.sundayroastboxes, h2.sundayvegboxes, h2.otherproducts,h2.fruitboxes, h2.breads, h2.xmastreats, h2.jams, h2.breakfastboxes, h2.additionalveg, h2.potatofree		  {
  margin:0;
	display:block;
	margin-left:19px;
	text-indent: -9999px;
	overflow: hidden;
	width: 619px;
	height: 42px;
	background-image: url('../img/category-titles.png?20101109');
	background-repeat: no-repeat;
	margin-top:15px;
	margin-bottom:10px;
}

h2.potatofree { background-image: url(../img/h2-cat-potato-free.png); }

h2.orderingQs,	h2.deliveryQs,h2.unplannedQs, h2.produceQs, h2.companyQs, h2.websiteQs, h2.paymentQs {
  margin:0;
	display:block;
	margin-left:19px;
	text-indent: -9999px;
	overflow: hidden;
	width: 619px;
	height: 30px;
	background-image: url('../img/subtitles.png');
	background-repeat: no-repeat;
	margin-top:15px;
	margin-bottom:10px;
}

h2.weekendlargevegbox, h2.weekendmediumvegbox, h2.weekdaylargevegbox, h2.weekdaymediumvegbox, h2.sundaymediumvegbox, h2.sundaylargevegbox {
	background-image: url('../img/subtitles.png');
}

h2.weekdayvegboxes 	  		{background-position: 0px -31px;}
h2.sundayroastboxes	 	  	{background-position: 0px -73px;}
h2.orderingQs			      	{background-position: 0px -115px; width: 150px; height:25px;}
h2.deliveryQs		   	    	{background-position: 0px -140px;}
h2.produceQs		  	      {background-position: 0px -170px;}
h2.companyQs		  	      {background-position: 0px -200px;}
h2.unplannedQs	  	  		{background-position: 0px -230px;}
h2.weekdaymediumvegbox		{background-position: 0px -262px;}
h2.weekdaylargevegbox		  {background-position: 0px -304px;}
h2.weekendmediumvegbox		{background-position: 0px -341px;}
h2.weekendlargevegbox	  	{background-position: 0px -378px;}
h2.sundaymediumvegbox		  {background-position: 0px -419px;}
h2.sundaylargevegbox		  {background-position: 0px -461px;}
h2.sundayvegboxes	      	{background-position: 0px -502px; margin-bottom:0px;}
h2.websiteQs		  	      {background-position: 0px -543px;}
h2.paymentQs		  	      {background-position: 0px -573px;}


h2.otherproducts { background-position: 0px -609px; }
h2.fruitboxes { background-position: 0px -654px; }

h2.weekdayvegboxes  { background-position: 0     0px; }
h2.sundayroastboxes { background-position: 0   -42px; }
h2.sundayvegboxes   { background-position: 0   -84px; }
h2.fruitboxes       { background-position: 0  -126px; }
h2.jams             { background-position: 0  -168px; }
h2.breads           { background-position: 0  -211px; }
h2.otherproducts    { background-position: 0  -252px; }
h2.xmastreats       { background-position: 0  -294px; }
h2.valentines       { background-position: 0  -336px; }
h2.breakfastboxes   { background-position: 0  -378px; }
h2.additionalveg    { background-position: 0  -420px; }

hr.green {
	border:0;
	background-color: #B5C734;
	height:1px;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

ul.weekdayvegboxes, ul.sundayvegboxes, ul.sundayroastboxes  {
	margin:0;
	padding:0;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:20px;
	overflow: hidden;
}



ul.weekdayvegboxes li, ul.sundayvegboxes li, ul.sundayroastboxes li {
	padding:0;
	margin:0;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-image:none;
	margin-left:10px;
}

ul.weekdayvegboxes li a, ul.sundayvegboxes li a, ul.sundayroastboxes li a{
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 290px;
	height: 75px;
	background-image: url('../img/vegboxbtns.png');
	background-repeat: no-repeat;
	margin-top:10px;
	margin-bottom:0px;
}

ul.sundayroastboxes li a {
	background-image: url('../img/weekendvegboxbtns.png');
}
ul.sundayvegboxes li a {
	background-image: url('../img/nomeatwendvboxbtns.png');
}

ul.weekdayvegboxes li.medium a, ul.sundayvegboxes li.medium a, ul.sundayroastboxes li.medium a 				{background-position: 0px 0px;}
ul.weekdayvegboxes li.large a , ul.sundayvegboxes li.large a , ul.sundayroastboxes li.large a 				{background-position: 0px 0px;}
/*ul.weekdayvegboxes li.large a , ul.sundayvegboxes li.large a , ul.sundayroastboxes li.large a 				{background-position: -290px 0px;}*/

ul.weekdayvegboxes li.medium a:hover, ul.sundayvegboxes li.medium a:hover, ul.sundayroastboxes li.medium a:hover 				{background-position: 0px -77px;}
ul.weekdayvegboxes li.large a:hover , ul.sundayvegboxes li.large a:hover , ul.sundayroastboxes li.large a:hover 				{background-position: 0px -77px;}
/*ul.weekdayvegboxes li.large a:hover , ul.sundayvegboxes li.large a:hover , ul.sundayroastboxes li.large a:hover 				{background-position: -290px -77px;}*/

ul.weekdayvegboxes li a:hover, ul.sundayvegboxes li a:hover, ul.sundayroastboxes li a:hover {
	background-position: 0px -77px;
}


.rightimg {
	float:right;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:10px;
}

.aboutimgs {
	padding-top:10px;
	margin-left:14px;
	padding-bottom:20px;
}

.aboutimgs img{
	padding-right: 10px;
}

.imgComment {
	font-size:1.1em;
	color:#155D22;
	float:left;
	width:48%;
	text-align:center;
	display:block;
	padding:0px;
	margin:0px;
	padding-bottom:10px;

}

/*----------- Contact Form ---------*/

input, textarea {
	width: 270px;
	border: 2px solid #A3B349;
	background: #FBFCF7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

textarea{
	/*height: 67px;*/
	font-size:1.1em;
	padding:5px;
}

input {
	/*height: 16px;*/
	padding: 2px 2px 2px 2px;
}

form {
	clear:both;
	position: relative;
	padding-top: 0;
	overflow: hidden;
	padding-bottom: 24px;
}

.row {
	width: 250px;
	float: left;
	/*clear: left;*/
	margin-bottom: 5px;
	/*height: 22px;*/
}

.label {
	text-align: left;
	margin-right: 5px;
	color: #422D28;
	display: block;
	margin-bottom: 5px;
	width:200px;
}

.label:after {
	content: '';
}

.field {
}

.enquiry {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}

.enquiry textarea {
	height: 200px;
}

.submit {
	clear: both;
	text-align: left;
	width: 202px;
	position:relative;
}

#contactform {
	padding-left: 14px;
	/*margin: 0 auto;*/

}

#ContactAddressRow, #ContactQueryRow {
	float:right;
	display:block;
	clear:right;
	width:49%;
}

#ContactNameRow, #ContactPositionRow, #ContactCompanyRow, #ContactEmailRow {
	float:left;
	width:49%;
	display:inline;
}
.address {
	width:42%;
	float:left;
	padding-left:30px;
	margin-left:30px;
	padding-top:15px;
	background-image: url('../img/bullet.png');
	background-repeat: no-repeat;
	padding-bottom:20px;
}

.contactdetails {
	margin-right:20px;
	padding-top: 15px;
	padding-bottom:20px;
	width:40%;
	float:right;
}

.submit {
	float:right;
	text-align:right;
	margin-right:24px;
}

button.send {
	text-indent:-999999px;
	background-image: url('../img/sendbtn.png');
	background-repeat: no-repeat;
	width: 113px;
	height:22px;
	border:0px;
	cursor:pointer;
	margin-left: 196px;
}

button.send:hover{
	background-position: 0px -22px;
}

/* -----Map Stuff---- */

#map_canvas {
	margin-left:14px;
	border: 5px solid #A5B44B;
	margin-bottom:15px;
	background-image:url('../img/mapbg.jpg');
}

h3.logo {
	margin:0;
	margin-top:40px;
	margin-right:5px;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 100px;
	height: 53px;
	background-image: url('../img/maplogo.png');
	background-repeat: no-repeat;
	float:left;
}

div.mapaddress{
float:right;
}
div.mapaddress h3{
color:#155D22;
margin:0px;
padding:0px;

}

/* ---------- */
 #faqs p {
	margin-left:5px;
	margin-top:15px;
	margin-bottom:10px;
 }

 /*-------Recipe Accordion------*/
 
 #accordion {
	 margin-top:20px;
	 margin-left:14px;
	 margin-right:20px;
 }
 
 .toggler {
	font-size:1.0em;
	padding:5px;
	padding-top:10px;
	height:30px;
	padding-bottom:5px;
	border-bottom: 1px #B5C734 solid;

	cursor:pointer;
	line-height: 15px;
 }
 
 .toggler:hover {
	background-color:#B5C734;
	border-bottom: 1px #ffffff solid;
 }

 .toggler .right {
	float:right;
	width:25%;
	text-align:right;
 }
 .toggler .title {
	float:left;
	color:#145C21;
	width:40%;
	font-size:1.3em;
 }
 .toggler .middle {
	float:left;
	font-size:0.8em;
	width:25%;
	margin:0 auto;
	text-align:center;
 }
 
 #accordion ul {
	width:50%;
	margin:0;
	padding:0px;
	padding-top:10px;
	padding-left:15px;
 }
 
#accordion li {
	background-image: url(../img/bullet2.png);
	padding:0px;
	padding-left:30px;
	margin-bottom:10px;
	color:#C4861E;
}
div.recipeimg {
	float:right;
	margin-right:14px;
	padding-top:10px;
}
.toggler .right a:hover {
	color:#fff;
}
.toggler .right a {
	display:block;
	background-image: url(../img/pdf_small.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	height:30px;
	width:130px;
}

.element .recipeimg a{
	display:block;
	background-image: url(../img/pdf.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:8px;
	height:40px;
	width:151px;
	margin-left:20px;
	margin-top:10px;
}
.element .recipeimg a:hover{
	color:#C4861E;
}

ul.twocol {
	width:569px;
	height:150px;
}

ul.twocol li {
	float:left;
	width:264px;
}

ul.twocolthin {

	width:410px;
	height:230px;
	margin-bottom:10px;
}

ul.twocolthin li {
	float:left;
	width:175px;

	padding-right:10px;
}

/*-----news page----*/

#newsmain {
	margin: 10px 0;
	padding: 0 10px 0 20px;
}

#newsmain .newsItem {
background-image: none;
padding:0px;
margin:0px;
margin-bottom:10px;
color:#C4861E;
}

#newsmain .newsItem .title {
	width:380px;
	display:block;
	font-weight:bold;
	color:#155D22;
	font-size:1.3em;
	margin-bottom:5px;
}

#newsmain .newsItem .date {
	display:inline;
	padding:0;
	margin:0;
	color:#A3B348;
	font-weight:bold;
	font-size:0.9em;
	width:350px;
}

#newsmain .newsItem .newsText {
	display:inline;
	color: #000;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	clear:both;
}

#newsmain .newsItem .newsText p {
	margin-left:0px;
	padding-left:0px;
}

#newsmain .newsItem .newsImage {
	margin:0px;
	padding:0px;
	float:right;
	display:inline;
	width:170px;
	border: 5px solid #C4861E;
	margin-bottom:20px;
	margin-left:20px;
}

#newsmain .newsItem .newsImage img {
	padding:0px;
	margin:0px;
	display:inline;
	width:170px;
}

.pagination {
	width:100%;
	clear:both;
	text-align:center;
}

hr.greennews {
	border:0;
	background-color: #B5C734;
	height:1px;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:20px;
	clear:both;
}
a.viewArticle {
	padding-top:10px;
	display:block;
	color:#C4861E;
}

a.viewArticle:hover {
	color:#B5C734;
	text-decoration:underline;
}

/*news Side bar */

#news .item {
	margin:0px;
	padding-left:14px;
	padding-right:14px;
	padding-top:5px;
	padding-bottom: 1.5em;
	position: relative;
}

/*
#news .item {
	margin:0px;
	padding:0px;
	background-image:none;
	padding-bottom:20px;
}
*/

#news .item h3 {
	width:230px;
	color:#155D22;
	font-size:1.1em;
}

#news .moreinfo{ 
	display:block;
	width:220px;
	text-align:right;
	position: absolute;
	top: 0; left: 0; height: 100%; width: 100%;
	background: url(../img/pixel.png) repeat 0 0;
}

#news .item li {
	line-height: 1.2;
}

#news .moreinfo:hover{ 
	color:#C4861E;
}

#news .moreinfo span {
	position: absolute;
	right: 10px; bottom: 0;
}

/* Article CSS */

.newsArticleText {
	color: #000;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	clear:both;
}

.newsArticleText .newsText p {
	margin-left:0px;
	padding-left:0px;
}

.newsArticleText .newsImage {
	float:right;
	width:200px;
	border: 5px solid #C4861E;
	margin-bottom:10px;
	margin-left:15px;
}
.newsArticleText .newsImage img {
	width:200px;
}
.newsArticleText .pagination {
	width:100%;
	clear:both;
	text-align:center;
}

.title {
	width:400px;
	font-weight:bold;
	color:#155D22;
	font-size:1.3em;
	margin-bottom:5px;
}

.newsArticleText .date {
	padding:0;
	margin:0;
	color:#A3B348;
	font-weight:bold;
	font-size:0.9em;
	width:400px;
}
.newsArticleText .newsText {
	color: #000;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	clear:both;
}

.articleViewer {
	padding:10px;
	margin:10px;
	background-color:#fff;
	background-image: url('../img/content_bg.png');
	background-repeat:no-repeat;
	min-height:100%;
}

.closeArticle {
	float:right;
	display:block;
	padding-top:2px;
	padding-right:5px;
	width:500px;
	text-align:right;
}

/* admin area */

.adminarea .helpbtn:hover {
	background:none;
	color:#155D22;
	text-decoration:none;
}

.adminarea .helpbtn{
	border:1px solid #155D22;
	margin-top:20px;
	margin-right:20px;
	float:right;
	padding:10px;
	padding-left:20px;
	width:40px;
	display:block;
	background-color:#155D22;
	color:#fff;
}

.adminarea input, .adminarea textarea{
	width:465px;
}

.adminarea textarea{
	width:490px;
	height:250px;
	margin-bottom:10px;
}

.adminarea .adminbtn {
	width:75px;
	height:30px;
}
.adminarea .adminbtn:hover {
	background-color:#A3B349;
	color:#fff;
}

.adminarea .browsebtn {
	height:30px;
}

.adminarea .floatR {
	float:right;
	border: solid 1px #155D22;
	min-height:450px;
	width:370px;
}
.adminarea .floatL {
	float:left;
}

.adminarea #help {
	clear:both;
	margin: 0 auto;
	width: 70%;
	border: 1px dotted #155D22;
	padding:10px;
}

.adminarea #preview {
	margin:5px;
}

.adminarea #preview img {
	border: dotted 1px #000;
	padding:5px;
	width:150px;
	float:right;
}

.adminarea .floatR h2 {
	color: #fff;
	text-align:center;
	background-color:#155D22;
	margin:0px;
	margin-bottom:10px;
}

.adminarea .floatR #article_state {
	background-color:#A3B349;
	color:#155D22;
	text-align:center;
	padding-bottom:5px;
}
.adminarea .floatR #article_state h1 {
	font-size:1.2em;
	color:#155D22;
	margin:0;
	padding-bottom:2px;
}


.centred {
	display:block;
	width:96%;
	text-align:center;
	color:#155D22;
	clear:both;
	padding-left:10px;
	padding-right:5px;
	
}
.left {
	display:block;
	width:100%;
	text-align:left;
	color:#155D22;
	clear:both;
}

.highlighted {
	display:block;
	width:565px;
	margin:0 auto;
	margin-top:10px;
	padding:0px;
	font-size:1em;
	padding:10px;
	border: solid 1px #155D22;
	background-color:#DAE399;
	text-align:center;
	color:#155D22;
	clear:both;
	font-weight:bold;
}
.backbtn {
text-align:right;
width:90px;
	float:right;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:22px;


}
.backbtn  a:hover{
	color:#000;

}
div.boximg {
	float:right;
	margin-right:20px;
	padding-top:10px;
	margin-left:15px;
	padding:5px;
	/*border: dotted 1px #155D22;*/
	text-align: center;
	
}

div.price {
width:130px;
padding-top:10px;
font-size:1.5em;
text-align:center;
color:#FC7D27;
}
div.price input, div.price img {
float:none;
width:auto;
height:auto;
border:none;
background:none;
padding:0px;
margin:0px;
}
div.price .small {
font-size: 0.8em;

}

div.callus {
padding-top:10px;
font-size:1.5em;
text-align:center;
color:#155D22;
}

.radio {
float:left;

padding-bottom:0px;
margin-bottom:0px;
margin-top:10px;
width:30px;
border:none;
}

label {
padding-top:5px;
padding-right:20px;
float:left;

}
.element .calendar a{
	display:block;
	background-image: url(../img/pdf.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:8px;
	height:40px;
	margin-left:20px;
	margin-top:30px;
}

.orderby {
 text-align:center;
 width:100%;
margin:0px;
padding:0px;
color:#FC7D27;
font-size:1em;


}

.element h3 {
margin-top:20px;
margin-left:15px;
margin-bottom:0px;
color:#155D22;
}

/* -------------------- */

form.miniform, form.miniform * {
	margin: 0; padding: 0; border: none;
	display: inline;
}

form.miniform input {
	width: auto; height: auto;
}

/* -------------------- */

#basket-holder {
	padding-top: 48px;
	background: url(../img/grass.png) repeat-x 0 0;
	margin-left: 16px;
	margin-right: 16px;
}

table#basket {
	border-collapse: collapse;
	width: 587px;
}

table#basket td, table#basket th {
	padding: 2px 5px;
}

table#basket thead th {
	color: #4A824F;
	text-align: left;
	background: #E8EDCB;
}

table#basket tbody td { color: #000; background: #E8EDCB; }
table#basket tbody tr.odd td { background: transparent; }

table#basket tfoot td {
	border-top: 1px solid #BACA6A;
	border-bottom: 1px solid #BACA6A;
}

/* --------------- */

ol.crumbs {
	display: block;
	margin: 16px;
	padding: 0;
}

ol.crumbs li {
	display: inline;
	margin: 0 8px 0 0;
	padding: 0;
	background-image: none;
}

.sagepay {
	padding-right: 210px!important;
	min-height: 80px;
	background: url(../img/sagepay.png) no-repeat 100% 0%;
}

/* --------------- */

.login-or-register-boxes {
	width: 568px;
	overflow: hidden;
	background: url(../img/login-or-register-boxes.png) no-repeat 0 100%;
	margin-left: 16px;
	position: relative;
}

.login-box {
	float: right;
	width: 257px;
	margin-right: 2px;
	border-top: 1px solid #BDCC65;
	padding-bottom: 48px;
}

.login-box h2 {
	height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	background: #C3D269 url(../img/register-titles.png) no-repeat 0 -40px;
	color: white;
	line-height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}

.register-box {
	float: left;
	width: 257px;
	margin-left: 2px;
	border-top: 1px solid #BDCC65;
	padding-bottom: 48px;
}

.register-box h2 {
	height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	background: #C3D269 url(../img/register-titles.png) no-repeat 0 0px;
	color: white;
	line-height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}

.register-box a.button {
	display: block;
	padding: 0;
	overflow: hidden;
	background: url(../img/register-buttons.png) no-repeat 0 0;
	width: 204px; height: 34px;
	text-indent: -9999px;
	
	position: absolute;
	bottom: 8px;
	margin-left: 8px;
}

.register-box ol {
	margin: 0;
	padding-left: 34px;
	margin-top: 8px;
}

.register-box ol li {
	padding: 0; margin: 0;
	background-image: none;
	list-style: decimal;
	list-style-position: outside;
	line-height: 1.1;
}

.login-box button {
	border: 0; padding: 0;
	background: transparent;
	cursor: pointer;
	position: absolute;
	bottom: 8px;
	margin-left: 8px;
	left: 312px;
}

.login-box button span {
	display: block;
	padding: 0;
	overflow: hidden;
	background: url(../img/register-buttons.png) no-repeat 0px -34px;
	width: 204px; height: 34px;
	text-indent: -9999px;
	cursor: pointer;
}

.login-box form {
	margin-left: 16px;
	position: static;
}

.login-box .input {
	clear: both;
	padding-top: 8px;
}

.login-box label {
	width: 70px;
	padding: 0;
}

.login-box .text input, .login-box .password input {
	width: 160px;
	border-width: 1px;
}

/* ------ */

.three-cols {
	overflow: hidden;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 16px;
}

.three-cols .third {
	float: left;
	margin: 0 7px;
	width: 180px;
	border: 2px solid #C3D269;
	display: inline;
	overflow: hidden;
}

.three-cols .third h3 {
	background: #C3D269;
	color: white;
	font-weight: bold;
	padding: 8px 12px;
	margin: 0;
}

.three-cols .third .inner {
	padding: 12px;
	min-height: 140px;
	position: relative;
	line-height: 1.2em;
}

.three-cols .third .inner .input {
	margin: 0;
}

.three-cols .third .inner label {
	float: none;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

.three-cols .third .inner textarea {
	width: 140px;
	height: 90px;
}

/* ------------------ */

#customer-panel {
	float:left;
	width:264px;
	min-height:425px;
	background-image: url('../img/news_bg.png');
	background-color: transparent;
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:2px;
	overflow:hidden;
	margin-bottom:5px;
	padding-bottom: 5px;
}

#customer-panel h2 {
	margin:0;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	width: 259px;
	height: 48px;
	background-image: url('../img/titles.png');
	background-repeat: no-repeat;
	margin-bottom:5px;
	background-position: 0px -569px;
}

#customer-panel form {
	padding-bottom: 0;
}

#customer-panel form .input {
	clear: both;
	overflow: hidden;
	margin: 5px 0;
}

#customer-panel form label {
	float: left;
	width: 64px;
	color: #155D22;
	padding: 0;
	margin: 0 8px 0 8px;
}

#customer-panel form input {
	float: left;
	width: 160px;
	border: 1px solid #B9CA69;
	
}

#customer-panel button {
	position: relative;
	left: 80px;
}

* html #customer-panel button {
	position: relative;
	left: 80px;
	margin-top: 5px;
}

#customer-panel p {
	margin-left: 8px;
	margin-right: 8px;
}

#basket-overview {
	background: url(../img/basket-overview-bg.png) no-repeat 0 0;
	padding-left: 100px;
	padding-top: 29px;
	font-size: 90%;
	min-height: 41px;
	border-top: 1px solid #DBE4B1;
	border-bottom: 1px solid #DBE4B1;
	margin-top: 0px;
	margin-bottom: 24px;
}

#basket-overview strong {
	display: none;
}

#basket-overview a {
	display: block;
}

/* --------------------- */

table.order-schedule {
	border-collapse: collapse;
	empty-cells: display;
	margin: 16px 0px;
	border-bottom: 1px solid #B8B096;
}

table.order-schedule td, table.order-schedule th {
	margin: 0;
	padding: 4px 16px;
	text-align: left;
}

table.order-schedule thead th {
	background: #85A018 url(../img/table-header.png) repeat-x 0 0;
	color: #333333;
	padding: 4px 16px;
	border-left: 1px solid #B8B096;
	font-size: 110%;
}

table.order-schedule thead th + th {
	border-left: none!important;
	border-right: 1px solid #B8B096;
}

table.order-schedule tbody td, table.order-schedule tbody th {
	background: #FFF;
	border-left: 1px solid #B8B096;
	border-right: 1px solid #B8B096;
	color: #333333;
}

table.order-schedule tbody td a {
	color: #333333;
}

table.order-schedule tbody tr.odd td, table.order-schedule tbody tr.odd th {
	background: #CEE693;
}

table.order-schedule tbody tr td.future_cancelled {
	background: #FF9900;
	color: #FFF;
}

table.order-schedule tbody td.future_cancelled a {
	color: #FFF;
}

/*
span.key1 { padding: 1px 3px; border: 1px solid #B8B096; color: black; background: red;    }
span.key2 { padding: 1px 3px; border: 1px solid #B8B096; color: black; background: green;  }
span.key3 { padding: 1px 3px; border: 1px solid #B8B096; color: black; background: blue;   }
span.key4 { padding: 1px 3px; border: 1px solid #B8B096; color: black; background: yellow; }
*/

span.key { width: 16px; height: 16px; overflow: hidden; text-indent: -9999px; display:inline-block; }
span.key1 { background: url(../img/bullet_red.png); }
span.key2 { background: url(../img/bullet_blue.png); }
span.key3 { background: url(../img/bullet_green.png); }
span.key4 { background: url(../img/bullet_purple.png); }
span.key5 { background: url(../img/bullet_black.png); }
span.key6 { background: url(../img/bullet_pink.png); }
span.key7 { background: url(../img/bullet_yellow.png); }

table.order-schedule td span.key {
	
}

dl.order-schedule-keys {
	overflow: hidden;
	margin: 16px;
	line-height: 32px;
}

dl.order-schedule-keys dt {
	float: left;
	width:24px;
	clear: left;
	position: relative;
	top: 4px;
}

dl.order-schedule-keys dd {
	float: left;
}

dl.order-schedule-keys dd ul {
	margin-top: 0;
	float: left;
}

dl.order-schedule-keys dd div.edit-this-order {
	float: left;
	margin-left: 8px;
	font-size: 90%;
}

/* ------------------- */

body#members #main {
	width: 873px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom:0px;
	background: url(../img/members-bg.jpg) no-repeat 0 0;
}

body#members #main #content {
	background-image: none;
	background-color: transparent;
	background: white url(../img/members-bg.jpg) no-repeat -18px -10px;
}

#who-are-you { text-align: right; margin-bottom: 10px; line-height: 53px; }

#tinylogo {
	float: left;
	margin-bottom: 10px; 
}

#members-menu {
	height: 33px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #BBCA6B;
	border-bottom: 1px solid #BBCA6B;
	margin-bottom: 10px;
	clear: both;
}

#members-menu li {
	background: none;
}

#members-menu li a, #members-menu li b {
	position: absolute;
	display: block;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	top: 0px;
	background: url(../img/members-menu.png);
}

#members-menu li.details       a { left:   0px; width: 211px; background-position:    0px 0px; }
#members-menu li.repeat_orders a { left: 216px; width: 186px; background-position: -216px 0px; }
#members-menu li.order_history a { left: 407px; width: 176px; background-position: -407px 0px; }
#members-menu li.website_home  a { left: 588px; width: 190px; background-position: -588px 0px; }
#members-menu li.log_out       a { left: 783px; width:  90px; background-position: -783px 0px; }

#members-menu li.details       b { left:   0px; width: 211px; background-position:    0px -33px; }
#members-menu li.repeat_orders b { left: 216px; width: 186px; background-position: -216px -33px; }
#members-menu li.order_history b { left: 407px; width: 176px; background-position: -407px -33px; }
#members-menu li.website_home  b { left: 588px; width: 190px; background-position: -588px -33px; }
#members-menu li.log_out       b { left: 783px; width:  90px; background-position: -783px -33px; }
                                                                               
#members-menu li.details       a:hover { left:   0px; width: 211px; background-position:    0px -33px; }
#members-menu li.repeat_orders a:hover { left: 216px; width: 186px; background-position: -216px -33px; }
#members-menu li.order_history a:hover { left: 407px; width: 176px; background-position: -407px -33px; }
#members-menu li.website_home  a:hover { left: 588px; width: 190px; background-position: -588px -33px; }
#members-menu li.log_out       a:hover { left: 783px; width:  90px; background-position: -783px -33px; }
                                                      
																											
.member-submenu {
	overflow: hidden;
}

.member-submenu li {
	float: left;
	margin-right: 16px;
}

.member-submenu a {
	color: #333333;
	text-decoration: underline;
	font-style: italic;
}

.member-submenu b {
	color: #FF6600;
	text-decoration: underline;
	font-style: italic;
}

.member-submenu a:hover {
	color: #FF6600;
	text-decoration: none;
}

.member-content h2 {
	font-size: 200%;
	font-style: italic;
	color: #006600;
	margin-left: 0;
}

.member-submenu-fixed {
	float: left;
	width: 400px;
}

.member-submenu-fixed li {
	float: none;
}

.cufon-loading .member-content h2 {
	visibility: hidden;
}

td li {
	background-image: none;
	padding: 0; margin: 0 0 5px 0;
}

td ul.force-bullets li {
	padding-left:20px;
	padding-bottom: 3px;
	padding-top:12px;
	margin-top:3px;
	margin-bottom:3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-image: url(../img/bullet.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.member-content #basket-holder {
	margin-left: 0;
	margin-right: 0;
}
.member-content #basket-holder table {
	width: 100%;
}

table#order-history {
	border-collapse: collapse;
}

table#order-history td, table#order-history th {
	border-top: 1px solid #BACA6A;
	border-bottom: 1px solid #BACA6A;
	color: #333;
	background: #E8EDCB;
}

table#order-history tr.odd td {
	background: #FFF;
}

ul.bare li {
	background-image: none;
	padding: 0; margin: 0;
}

/* --------------- */

ul#admin-menu {
	overflow: hidden;
	border-top: 1px solid #BACA6A;
	border-bottom: 1px solid #BACA6A;
	padding-left: 0;
}

ul#admin-menu li {
	float: left;
	margin-right: 32px;
}

ul#admin-menu li a, ul#admin-menu li b{
	float: left;
}

#CategoryEditForm .text input, #CategoryEditForm textarea {
	width: 440px;
}

#ProductEditForm .text input, #ProductEditForm textarea {
	width: 440px;
}

/* ---------------- */

table.definitions {
}

table.definitions th {
	text-align: right;
	vertical-align: top;
	padding-right: 1em;
}

table.definitions td {
	text-align: left;
	vertical-align: top;
}


.other-product {
	overflow: hidden;
}
.other-product h3 {
	margin: 0px 16px 8px 16px;
}

td.orange {
	background-color: #FF9900;
	color: white;
	padding: 4px 16px;
	text-transform: uppercase;
}

td.orange .month {
	color: black;
	margin-right: 1em;
}

td.has-button {
	padding: 4px 16px;
}

/* ------------------------------------- */

/* -- Simple image replacement buttons -- */

button.login { cursor: pointer; padding: 0; margin: 0; border: none; width: 115px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 0; }
button.login:hover { background-position: -256px 0; }

button.checkout { cursor: pointer; padding: 0; margin: 0; border: none; width: 177px; height: 45px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -649px; }
button.checkout:hover { background-position: -256px -649px; }

button.update-my-order { cursor: pointer; padding: 0; margin: 0; border: none; width: 202px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -250px; }
button.update-my-order:hover { background-position: -256px -250px; }

button.renew-my-order { cursor: pointer; padding: 0; margin: 0; border: none; width: 255px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -149px; }
button.renew-my-order:hover { background-position: -256px -149px; }

button.add-to-basket { cursor: pointer; padding: 0; margin: 0; border: none; width: 132px; height: 27px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -700px; }
button.add-to-basket:hover { background-position: -256px -700px; }

button.continue-and-pay { cursor: pointer; padding: 0; margin: 0; border: none; width: 204px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -500px; }
button.continue-and-pay:hover { background-position: -256px -500px; }

button.edit-my-details { cursor: pointer; padding: 0; margin: 0; border: none; width: 204px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -550px; }
button.edit-my-details:hover { background-position: -256px -550px; }

button.cancel-my-order { cursor: pointer; padding: 0; margin: 0; border: none; width: 255px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -99px; }
button.cancel-my-order:hover { background-position: -256px -99px; }

a.cancel-my-order { display: inline-block; padding: 0; margin: 0; border: none; width: 255px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -99px; }
a.cancel-my-order:hover { background-position: -256px -99px; }

a.reinstate-button { display: inline-block; margin: 0; padding:0; border: none; width: 202px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -300px; }
a.reinstate-button:hover { background-position: -256px -300px; }

a.change-order-button { display: inline-block; margin: 0; padding:0; border: none; width: 202px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -250px; }
a.change-order-button:hover { background-position: -256px -250px; }

a.change-button { display: inline-block; padding: 0; margin: 0; border: none; width: 115px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -50px; }
a.change-button:hover { background-position: -256px -50px; }

a.register-now-button { display: inline-block; padding: 0; margin: 0; border: none; width: 117px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -753px; }
a.register-now-button:hover { background-position: -256px -753px; }

a.back-a-stage-button { display: inline-block; padding: 0; margin: 0; border: none; width: 204px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -450px; }
a.back-a-stage-button:hover { background-position: -256px -450px; }

a.edit-my-details-button { display: inline-block; padding: 0; margin: 0; border: none; width: 204px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -550px; }
a.edit-my-details-button:hover { background-position: -256px -550px; }

a.continue-shopping-button { display: inline-block; padding: 0; margin: 0; border: none; width: 204px; height: 45px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -601px; }
a.continue-shopping-button:hover { background-position: -256px -601px; }

a.continue-button { display: inline-block; padding: 0; margin: 0; border: none; width: 204px; height: 45px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -778px; }
a.continue-button:hover { background-position: -256px -778px; }

button.continue { cursor: pointer; padding: 0; margin: 0; border: none; width: 204px; height: 32px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -778px; }
button.continue:hover { background-position: -256px -778px; }

a.go-shopping-button { display: inline-block; padding: 0; margin: 0; border: none; width: 204px; height: 45px; overflow: hidden; text-indent: -9999px; background: url(../img/buttons.png) no-repeat 0 -810px; }
a.go-shopping-button:hover { background-position: -256px -810px; }

/* ---- */

ul.basket-item-options {
	padding-left: 0;
	overflow: hidden;
}

ul.basket-item-options li {
	float: left;
	margin-right: 4px;
}

ul.basket-item-options li a, ul.basket-item-options li b {
	display: block;
	width: 64px; height: 64px;
	background: url(../img/meat-options.png);
	overflow: hidden;
	text-indent: -9999px;
}

ul.basket-item-options li.Chicken a { background-position: 0 0; }
ul.basket-item-options li.Beef    a { background-position: -64px 0; }
ul.basket-item-options li.Pork    a { background-position: -128px 0; }

ul.basket-item-options li.Chicken b { background-position: 0 -64px; }
ul.basket-item-options li.Beef    b { background-position: -64px -64px; }
ul.basket-item-options li.Pork    b { background-position: -128px -64px; }

ul.basket-item-options li a {
	opacity: 0.5;
}

ul.basket-item-options li a:hover {
	opacity: 1;
}

/* ---- */

/* --------------------------- */

.pages {
	position: relative;
	text-align: center;
	font-size: 80%;
	clear: both;
	
	margin: 8px 16px 0px 16px;
	
	/*
	border: 1px solid #E0DCC3;
	background: #FFF;
	*/
	
	padding: 6px 16px;
}

.pages .counter {
	position: absolute;
	left: 8px; top: 6px;
	padding-left: 2px;
}

.pages .prev-next {
}

.pages .numbers {
	position: absolute;
	right: 8px; top: 6px;
	padding-right: 2px;
}

/* ---- */

#OrderAddForm .checkbox .error-message {
	clear: both;
	width: auto;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 8px;
}

/* ---- */

.other-product {
	display: block;
	float: left;
	width: 290px;
	height: 75px;
	margin-left: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	display: inline;
}

.other-product a.add-to-basket {
	position: absolute;
	left: 0; top: 0;
	width: 290px;
	height: 75px;
	background: url(../img/eggsbtns.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

.other-product .eggs a.add-to-basket {
	position: absolute;
	left: 0; top: 0;
	width: 290px;
	height: 75px;
	background: url(../img/eggsbtns.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

.other-product a.add-to-basket:hover {
	background-position: 0 -77px;
}

/* ------------------------------- */

.scope-letter {
}

.scope-letter li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	background-image: none;
}

h2.carrot {
	background: url(../img/bullet.png) no-repeat 0 0;
	padding-left: 20px;
	font-size: 150%;
	font-style: italic;
	clear: both;
	height: 40px;
	line-height: 40px;
	display: block;
	
}

h2.carrot small {
	font-size: 90%;
	color: #FC7215;
}

/* ----------------- */

h2#home-offers {
	background: url(../img/home-offers-header.png) no-repeat 0 0;
	width: 576px; height: 69px;
	text-indent: -9999px; overflow: hidden;
	margin-bottom: -25px;
	margin-top: 30px;
}

#offers-holder {
	background: url(../img/home-offers-bg.png?20101109) no-repeat 0 0;
	position: relative;
	width: 586px;
	height: 653px;
	margin: 0 auto;
}
#offers-holder.fourblock {
	background: url(../img/home-offers-bg-4block.png?20111002) no-repeat 0 0;
	height:669px;
}
#offers-holder .offer {
	position: absolute;
	width: 280px;	height: 176px;
	left: 0px; top: 94px;
}

#offers-holder .offer                                              { left:   0px; top:  94px; }
#offers-holder .offer + .offer                                     { left: 306px; top:  94px; }
#offers-holder .offer + .offer + .offer                            { left:   0px; top: 282px; }
#offers-holder .offer + .offer + .offer + .offer                   { left: 306px; top: 282px; }
#offers-holder .offer + .offer + .offer + .offer + .offer          { left:   0px; top: 477px; }
#offers-holder .offer + .offer + .offer + .offer + .offer + .offer { left: 306px; top: 477px; }

#offers-holder .offer h2, #offers-holder .offer p {
	text-indent: -9999px;
	overflow: hidden;
}

#offers-holder .offer img {
	position: absolute;
	left: 11px; top: 84px;
}

#offers-holder .offer a {
	position: absolute;
	left: 0; top: 0;
	width: 280px;	height: 176px;
	background: transparent url(../img/home-offer-button.png) no-repeat 106px 140px;
}

#offers-holder .offer a:hover {
	background-position: 106px -239px;
}


#xmas-offer {
	background: url(../img/christmas-2011-header-png32.png);
	width: 586px;
	height: 191px;
	margin-left: 16px;
	margin-top: 24px;
	margin-bottom: -32px;
	position: relative;
}

#xmas-offer h2, #xmas-offer p {
	text-indent: -9999px;
	overflow: hidden;
}

#xmas-offer a {
	position: absolute;
	left: 0; top: 0;
	width: 586px;
	height: 191px;
	background: transparent url(../img/home-offer-button.png) no-repeat 17px 149px;
}

#xmas-offer a:hover {
	background-position: 17px -230px;
}


.vx-module-delta {
	display: none!important;
}


#RepeatCountHolder label { width: 300px; }
