/*
©2009 Bam Creative

Author : Jay Hollywood | Bam Creative

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	
}




/*-------------------------------------------------------- LINK */


a {
	color:#276faf;
	text-decoration: underline;
}

a:hover {
	color:#61bc1a;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	color: #60ac24;
	font-weight: bold;
	letter-spacing: -1px;
}
h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.5em;
	padding: 0 0 8px 0;
	color: #434343;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

#content ul {
	list-style: url(../art/list-arrow.gif);
	display: block;
}

/*-- nested lists --*/
#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -243px auto; /* negative value must be the same height as footer (for stickyness) */
	width: 100%;
	background: url(../art/bg.jpg) top center repeat-x;
}

#container {
	width:960px;
	margin: 0 auto; /* negative value must be the same height as footer (for stickyness) */ 
}

#header {
	height: 172px;
	position: relative;
}

#logo {
	position: absolute; 
	top: 0;
	left:0;
}

#logo-iga {
	position: absolute; 
	top: 88px;
	left:74px;
}

#internal-content {
	height: 50px;
	}


#login {
	width: 368px;
	height: 126px;
	display: block;
	background: url(../art/loginbox.jpg) no-repeat;
	position: absolute;
	top: 37px;
	right: 0;
	}

#register-form {
	width: 100%;
	height: 90px;
	background: #fff;
	}	

#welcome {
	width: auto;
	height:auto;
	top: 115px;
	position: absolute;
	right: 0;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #b2d5f9;
	}

#content {
	width: 960px;
	background: #fff;
	position: relative;
}

#home-content {
	width: 960px;
	height: 342px;
	}

#welcome-message {
	position: absolute;
	left: -29px;
	}
	
#promotion {
	width: 600px;
	height: 280px;
	background: #ddd;
	position: absolute;
	right: 14px;
	top: 14px;
	overflow: hidden;
	}

#orderinfo {
	width: 371px;
	height: 26px;
	display: block;
	background: url(../art/timer.gif) no-repeat;
	position: absolute;
	top: 100px;
	left: 45px;
	color: #fff;
	padding: 11px 0 0 50px;
	}
#orderinfo a:hover {
	color: #fff;
}
#orderinfo p {
	float: left;
}
#left-corner {
	width: 7px;
	height: 280px;
	position: absolute;
	background: url(../art/leftcorner.png) no-repeat;
	display: block;
	z-index: 100;
}

#right-corner {
	width: 7px;
	height: 280px;
	position: absolute;
	background: url(../art/rightcorner.png) no-repeat;
	right: 0;
	display: block;
	z-index: 100;
}

a.prev {
	width: 43px;
	height: 63px;
	display: block;
	background: url(../art/leftbutton.png) no-repeat 0 0;
	position: absolute;
	right: 580px;
	top: 120px;
	z-index: 200;
	outline: none;
	}

a.prev:hover {
	background: url(../art/leftbutton.png) no-repeat 0 -63px;
}

a.next {
	width: 43px;
	height: 63px;
	display: block;
	background: url(../art/rightbutton.png) no-repeat 0 0;
	position: absolute;
	right: 8px;
	top: 120px;
	z-index: 200;
	outline: none;
	}

a.next:hover {
	background: url(../art/rightbutton.png) no-repeat 0 -63px;
}

#promotion-internal {
	width: 404px;
	height: 95px;
	background: url(../art/specialsbg.gif) no-repeat top right;
	position: absolute;
	right: 0;
	top: 14px;
	overflow: hidden;
	display: block;
	}

#promotion-internal #slidebox {
	width: 244px;
	height: 89px;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 3px;
	}

a.prev-int {
	width: 33px;
	height: 35px;
	display: block;
	background: url(../art/specialsprev.png) no-repeat 0 0;
	position: absolute;
	top: 31px;
	left: 143px;
	z-index: 200;
	outline: none;
	}

a.prev-int:hover {
	background: url(../art/specialsprev.png) no-repeat 0 -35px;
}

a.next-int {
	width: 33px;
	height: 35px;
	display: block;
	background: url(../art/specialsnxt.png) no-repeat 0 0;
	position: absolute;
	top: 31px;
	right: -11px;
	z-index: 200;
	outline: none;
	}

a.next-int:hover {
	background: url(../art/specialsnxt.png) no-repeat 0 -35px;
}

	
#product {
	width: 372px;
	height: 157px;
	display: block;
	position: absolute;
	top: 185px;
	right: -28px;
	background: url(../art/product.png);
	z-index: 300;
	}

#left-content {
	width: 213px;
	float: left;
	overflow: hidden;
	}

#main-content {
	width: 526px;
	float: left;
	overflow: hidden;
	}
#main-content.planner {
	width: 733px;
}
#right-content {
	width: 198px;
	float: right;
	display: block;
	margin: 0 14px 0 9px;
	display: inline;
	}

.searchpanel {
	width: 526px;
	height: 44px;
	display: block;
	background: url(../art/searchboxbg.gif) no-repeat;
	position: relative;
	}

#content-area {
	margin: 10px 0;
	}

#cart {
	width: 192px;
	min-height: 400px;
	background: url(../art/carttop.gif) no-repeat #c6c6c6;
	display: block;
	padding: 3px;
	float: left;
	}

#cart-footer {
	width: 198px;
	background: url(../art/cartfooter.gif) no-repeat;
	height: 3px;
	display: block;
	float: left;
	position: relative;
	}

#footer {
	height: 243px;
	width: 100%;
	
	display: block;
	background: url(../art/footerbg.gif) repeat-x;
}

#footer-inner {
	width: 960px;
	height: 243px;
	display: block;
	background: url(../art/footer-inner.gif);
	margin: 0 auto;
	position: relative;
	}

#footer-links {
	top: 70px;
	left: 65px;
	position: absolute;
	}

#footer-links ul {
	margin: 0;
	padding: 0;
	list-style: url(../art/list-style.gif);
	}

#footer-links li {
	width: 144px;
	float: left;
	padding: 0;
	margin: 2px 0;
	}

#footer-links li a {
	color: #4b4a4a;
	text-decoration: none;
	}

#footer-links li a:hover {
	color: #60ac24;
	}
	
#footer-credits {
	position: absolute;
	top: 175px;
	font-size: 11px;
	color: #9ec4ec;
	width: 960px;
	}

#footer-credits a {
	color: #e6f0fb;
	}

#footer-credits a:hover {
	color: #fff;
	}


.left {
	float: left;
}

.right {
	float: right;
}

#buywest {
	width: 526px;
	height: 130px;
	background: url(../art/buywest.gif) no-repeat;
	display: block;
	}

#buywest p {
	padding: 20px 15px 20px 150px;
	}

/* CART -------------------------------------- CART */


#cart-frame {
	background: url(../art/cartbg.gif) repeat-x #e2e2e2;
}

#your-cart {
	width: 192px;
	}

#cart-empty {
	width: 180px;
	margin: 12px 7px;
}

#cart-items {
	width: 180px;
	margin: 12px 7px;
	height: 320px;
	overflow: auto;
}

#cart-options {
	width: 180px;
	margin: 12px 7px;
}

#save-order {
	width: 77px;
	height: 25px;
	display: block;
	background: url(../art/saveorderbtn.gif) no-repeat 0 0;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	float: left;
	}

#save-order:hover {
	background: url(../art/saveorderbtn.gif) no-repeat 0 -25px;
	}

#save-order:active {
	background: url(../art/saveorderbtn.gif) no-repeat 0 -50px;
	}

#update-totals {
	width: 93px;
	height: 25px;
	display: block;
	background: url(../art/updatetotalsbtn.gif) no-repeat 0 0;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 5px;
	}

#update-totals:hover {
	background: url(../art/updatetotalsbtn.gif) no-repeat 0 -25px;
	}

#update-totals:active {
	background: url(../art/updatetotalsbtn.gif) no-repeat 0 -50px;
	}


#cart-totals {
	width: 180px;
	margin: 12px 7px;
	text-align: right;
	font-size: 11px;
}

#checkout {
	width: 173px;
	height: 32px;
	display: block;
	background: url(../art/checkoutbtn.gif) no-repeat 0 0;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	float: left;
	margin: 8px 0;
	}

#checkout:hover {
	background: url(../art/checkoutbtn.gif) no-repeat 0 -32px;
	}

#checkout:active {
	background: url(../art/checkoutbtn.gif) no-repeat 0 -64px;
	}

#cart-items ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#cart-items li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	
	width: 160px;
	
	padding: 2px 0 10px 0;
	background: url(../art/cart-itembg.gif) bottom left no-repeat;
	}

#cart-items li p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	}

#cart-items input {
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 12px;
	color: #7b7b7b;
	}

#cart-items span {
	color: #7b7b7b;
	}
	
#cart-items a.deleteicon {
	width: 17px;
	height: 17px;
	display: block;
	background: url(../art/removebtn.gif) 0 0;
	float: right;
	margin: -17px 0 0 0;
	text-indent: -9999px;
	}

#cart-items a.deleteicon:hover {
	background: url(../art/removebtn.gif) 0 -17px;
	}
	

#postcode-search {
	width: 168px;
	height: 58px;
	font-size: 11px;
	background: url(../art/postcode-search.gif) no-repeat;
	display: block;
	padding: 30px 0 0 10px;
	position: relative;
	margin: 0 7px;
	}

#postcode-search input {
	position: absolute;
	top: 56px;
	width: 100px;
	left: 14px;
	font-size: 12px;
	border: 0;
	background: 0;
	}

#postcode-search button {
	top: 54px;
	left: 125px;
	position: absolute;
	background: url(../art/postcodegobtn.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 35px;
	height: 21px;
	display: block;
	}

#postcode-search button:hover {
	background: url(../art/postcodegobtn.gif) no-repeat 0 -21px;
}

#postcode-search button:active {
	background: url(../art/postcodegobtn.gif) no-repeat 0 -42px;
}

a#more-specials {
	width: 253px;
	height: 79px;
	display: block;
	background: url(../art/specialsbtn.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 5px;
	}

a#more-specials:hover {
	background: url(../art/specialsbtn.jpg) 0 -79px no-repeat;
	}

a#all-specials {
	width: 253px;
	height: 79px;
	display: block;
	background: url(../art/viewallspecials.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 5px;
	}

a#all-specials:hover {
	background: url(../art/viewallspecials.jpg) 0 -79px no-repeat;
	}

.account-option {
	width: 100%;
	background: url(../art/accountitembg.gif) repeat-x #f2f2f2;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e2e2e2;
	padding: 5px;
	}

.account-option h2 {
	color: #555;
	margin: 8px 0 0 0;
	}
	
.account-option img {
	float: left;
	margin: 0 5px 3px 0;
	}

.account-option-small {
	width: 251px;
	float: left;
	background: url(../art/accountitembg.gif) repeat-x #f2f2f2;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #fcfcfc;
	padding: 5px;
	}

.account-option-small h2 {
	color: #555;
	margin: 8px 0 0 0;
	}
	
.account-option-small img {
	float: left;
	margin: 0 5px 3px 0;
	}
	

/* BULK PACKS ------------------------------------------------------ BULK PACKS */

.bulk-pack {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	display: inline;
}

.bulk-pack h2 {
	color: #60ac24;
}

.bulk-pack h3 {
	color: #434343;
	float: left;
	padding: 4px 0 0 0;
	font-size: 1.5em;
}

.bulk-pack table {
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	width: 526px;
	padding: 5px 10px;
}

.bulk-pack table p {
	line-height: 1.8em;
	padding: 0;
}

.bulk-pack-total {
	border: 2px solid #ccc;
	width: 526px;
	padding: 5px 0 10px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 0 0 10px 0;
}

a.bulk-pack-add {
	width: 127px;
	height: 31px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(/art/bulkpackadd.gif) no-repeat 0 0;
}

a.bulk-pack-add:hover {
	background: url(/art/bulkpackadd.gif) no-repeat 0 -31px;
}

.christmas-meat {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	display: inline;
	padding: 10px 0 0 0;
}

.christmas-meat h2 {
	padding: 0;
	color: #60AC24;
	font-size: 1.6em;
}

h2.title {
	color: #555;
	background: #eee;
	font-size: 1.6em;
	padding: 5px;
	height: 20px;
	float: left;
	width: 100%;
}

.christmas-meat h3 {
	color: #434343;
	float: left;
	padding: 4px 0 0 0;
	font-size: 1.4em;
}

.christmas-meat h3 span {
	color: #60AC24;
}

.christmas-meat p.cost {
	color: #999;
}

.christmas-meat-total {
	border: 2px solid #ccc;
	width: 526px;
	padding: 5px 0 10px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 0 0 10px 0;
}

a.christmas-meat-add {
	width: 127px;
	height: 31px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(/art/bulkpackadd.gif) no-repeat 0 0;
}

a.christmas-meat-add:hover {
	background: url(/art/bulkpackadd.gif) no-repeat 0 -31px;
}

/* TABLES ------------------------------------------------------ TABLES */

/*-- data table --*/
table.custom-data-table {
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	width: 100%;
}

table.custom-data-table th,
table.custom-data-table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	line-height: normal;
}

table.custom-data-table th{
	background-color: #eee;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	color: #343434;
	line-height: normal;
}

table.custom-data-table td {
	color: #343434;
	font-size: 12px;
	text-align: left;
}

table.custom-data-table td.right {
	text-align: right;
}

/* FORMS -------------------------------------- FORMS */

/*-- login form --*/

#login form {
	width: 228px;
	float: right;
	margin: 3px 0 0 0;
	padding: 0px 11px;
	}

#login form input {
	width: 220px;
	background: none;
	border: none;
	margin: 15px 0 7px 0;
	padding: 0px 4px;
	color: #707070;
	height: auto;
	font-size: 12px;
	}

#login form a#registerbtn {
	width:112px;
	height: 30px;
	display: block;
	background: url(../art/registerbtn.gif) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 5px 0 0 0;
	}

#login form a#registerbtn:hover {
	background: url(../art/registerbtn.gif) 0 -30px no-repeat;
}

#login form a#registerbtn:active {
	background: url(../art/registerbtn.gif) 0 -60px no-repeat;
}

#login form button#loginbtn {
	width:101px;
	height: 30px;
	display: block;
	background: url(../art/loginbtn.gif) 0 0 no-repeat;
	cursor: pointer;
	border: 0;
	margin: 5px 0 0 0;
	float: right;
	text-indent: -9999px;
	}
	
#login form button#loginbtn:hover {
	background: url(../art/loginbtn.gif) 0 -30px no-repeat;
	}

#login form button#loginbtn:active {
	background: url(../art/loginbtn.gif) 0 -60px no-repeat;
	}

/*-- Styled Buttons --*/


button#log-in {
	width: 96px;
	height: 32px;
	display: block;
	background: url(../art/login.gif) 0 0 no-repeat;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	}

button#log-in:hover {
	background: url(../art/login.gif) 0 -32px no-repeat;
	}

button#log-in:active {
	background: url(../art/login.gif) 0 -64px no-repeat;
	}

button#continue {
	width: 132px;
	height: 32px;
	display: block;
	background: url(../art/continuebtn.gif) 0 0 no-repeat;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	}

button#continue:hover {
	background: url(../art/continuebtn.gif) 0 -32px no-repeat;
	}

button#continue:active {
	background: url(../art/continuebtn.gif) 0 -64px no-repeat;
	}
	
input#edit-details {
	width: 136px;
	height: 37px;
	display: block;
	background: url(../art/edit-details.gif) 0 0 no-repeat;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	}

input#edit-details:hover {
	background: url(../art/edit-details.gif) 0 -37px no-repeat;
	}

input#edit-details:active {
	background: url(../art/edit-details.gif) 0 -74px no-repeat;
	}

input#edit-cart {
	width: 114px;
	height: 37px;
	display: block;
	background: url(../art/edit-cart.gif) 0 0 no-repeat;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	}

input#edit-cart:hover {
	background: url(../art/edit-cart.gif) 0 -37px no-repeat;
	}

input#edit-cart:active {
	background: url(../art/edit-cart.gif) 0 -74px no-repeat;
	}
	


/*-- search form --*/

.search {
	position: absolute;
	left: 90px;
	top: 7px;
	width: 426px;
	}
	
.search input {
	width: 360px;
	border: none;
	background: none;
	float: left;
	margin: 5px 0 0 0;
	}

.search button {
	width: 48px;
	height: 29px;
	display: block;
	background: url(../art/searchgo.gif) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	float: right;
	}

.search button:hover {
	background: url(../art/searchgo.gif) no-repeat 0 -29px;
}


.search button:active {
	background: url(../art/searchgo.gif) no-repeat 0 -58px;
}

/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.push {
	height:243px;	/* make the height of .push the same as #footer (for stickyness) */
}

.highlight {
	color: #fff;
	}

.blue {
	color: #5896d6;
	}

.error {
	color: #f80b0b;
	}

.product-box {
	width: 175px;
	float: left;
	height: 155px; /* MODIFIED BY DAN 175px; */
	display: block;
	color: #545454;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	}

.product-image {
	width: 175px;
	height: 80px;  /* MODIFIED BY DAN 120px; */
	overflow: hidden;
	display: block;
	text-align: center;
}

.product-info {
	width: 145px;
	margin: 0 15px;
	}

.product-name {
	display: block;
	margin: 0 0 4px 0;
	}

.product-price {
	color: #60ac24;
	float: left;
	margin: 2px 0 0 0;
	}

a.add {
	width: 50px;
	height: 18px;
	display: block;
	background: url(../art/addbtn.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: relative;
	}

a.add:hover {
	background: url(../art/addbtn.gif) no-repeat 0 -18px;
	}

a.add:active {
	background: url(../art/addbtn.gif) no-repeat 0 -36px;
	}

.product-box a.add {
	float: right;
	}




/* new shop pages */
.shop table {
	width: 100%;
}
.shop th {
	color: #fff;
	height: 29px;
}
.shop th a {
	text-decoration: none;
}
.shop th, .shop td {
	text-align: center;
}
.shopheader {
	background: url(../art/shopheaderbg.gif) no-repeat;
	height: 33px;
}
.shop-special {
	margin-left: -20px;
}	
.alignleft {
	text-align: left !important;
	padding-left: 20px;
}


/* forms cart big */
.cart_big {
	background: #F2F2F2;
	border: solid 1px #D7D7D7;
}
.cart_big {
	padding: 10px;
}
.cart_big input {
	border: solid 1px #ccc;
	padding: 2px;
}
.cart_big td {
	height:35px;
}
.required {
	background-color: #60AC25;
	margin:0;
	padding:0 5px;
	line-height: 25px;
	color:#fff;
}
/* new green warning box */
.creditinfo {
	padding-left: 100px;
	padding-top: 10px;
	background: url(../art/creditinfo.gif) no-repeat #60AC25;
	border: solid 5px #81D043;
	color: #fff;
	margin: 0 0 10px 0;
}
.creditinfo h2  {
	color: #fff;
}
.creditinfo ul li {
	list-style-image: none;
	}
.creditinfo a {
	color: #B2F37D;
}
/* red warning */
.warninginfo {
	background:  url(../art/warning.gif) no-repeat #BB0000;
	border: solid 5px #E60000;
}
.warninginfo a {
	color: #FF7D7D;
}


/* auto scroller text, help box etc */
.scroller {
	display: block;
	z-index:1;
	overflow:auto;
	border: solid 1px #69b82e;
	width:524px;
}



/*---------------------------------------------- OLD NAUGHTY CODE */


/* product images */
a.thumbnail{
		display:block;
		font-weight:normal;
		color:#222222;
}
a.thumbnail span { /*CSS for enlarged image*/
	padding: 0px;
	display:none;
	border: 6px solid #eee;
	text-decoration: none;
}
a.thumbnail:hover{ 
	font-weight:bold;
}
tr a.thumbnail {
	font-weight:normal;
	color:#222222;
}
tr a.thumbnail:hover span {
	display: block;
	z-index: 50000;
	width: auto;
	top:250px;
	left:280px;
	position: absolute;
}

/* services childcare */

/* Why shop with ezy shop */
.ccaccount2 .ac1{
	background:url(../art/fresh.jpg) no-repeat top right;
	height:140px;
	margin: 0;
	padding: 30px 160px 0 10px;
	width: 356px;
	
}
.ccaccount2 .ac2{
	background:url(../art/frozen.jpg) no-repeat top left;
	height:120px;
	margin: 0;
	padding: 10px 10px 0 180px;
	width: 336px;
}
.ccaccount2 .ac3{
	background:url(../art/save.jpg) no-repeat top right;
	height:160px;
	margin: 0;
	padding: 10px 160px 0 10px;
	width: 356px;
}
.ccaccount2 .ac4{
	background:url(../art/meat.jpg) no-repeat top left;
	height:140px;
	margin: 0;
	padding: 20px 10px 0 220px;
	width: 286px;
}

#register-button {
	width: 259px;
	height: 38px;
	display: block;
	background: url(../art/register.gif) 0 0 no-repeat;
	float: right;
	margin: 0 0 20px 0;
	}

#register-button:hover {
	background: url(../art/register.gif) 0 -38px no-repeat;
	}

#register-button:active {
	background: url(../art/register.gif) 0 -76px no-repeat;
	}

.signmeup {
	width: 163px;
	height: 38px;
	display: block;
	background: url(../art/signmeup.gif) 0 0 no-repeat;
	float: right;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	}

.signmeup:hover {
	background: url(../art/signmeup.gif) 0 -38px no-repeat;
	}

.signmeup:active {
	background: url(../art/signmeup.gif) 0 -76px no-repeat;
	}

#send-referrals {
	width: 163px;
	height: 38px;
	display: block;
	background: url(../art/send-referrals.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	}

#send-referrals:hover {
	background: url(../art/send-referrals.gif) 0 -38px no-repeat;
	}

#send-referrals:active {
	background: url(../art/send-referrals.gif) 0 -76px no-repeat;
	}

.ccservices {
	padding: 0 10px;
	}

.ccservices img {
	float: left;
	margin: 0 10px 10px 0;
	}
	
.ac {
	clear: both;
	}

.buttonscon{
	background:url(../art/childcare/ccservbottomgbg.gif) no-repeat;
	height:182px;
	position:relative;
	margin-top:-50px;
	z-index:1;
}
.buttonscon2{
	background:url(../art/childcare/ccservbottomgbg.gif) no-repeat;
	height:182px;
	position:relative;
	margin-top:-130px;
	z-index:1;
}
.subcontentcon{
	width:445px;
	z-index:100;
	position:relative;
}
a.sign{
	background:url(../art/childcare/signmeupbtn.gif) no-repeat -210px 0px;
	display:block;
	width:210px;
	height:68px;
	position:absolute;
	top:80px;
	left:250px;
}
a.sign:hover{
	background:url(../art/childcare/signmeupbtn.gif) no-repeat -2px 0;
}
a.register{
	background:url(../art/whyshop/register.gif) no-repeat -210px 0px;
	display:block;
	width:210px;
	height:68px;
	float:right;
	margin-right:7px;
}
a.register:hover{
	background:url(../art/whyshop/register.gif) no-repeat -2px 0;
}


#browseproducts {
	line-height: 1.1em;
	width: 100%;
	float: left;
	margin-bottom: 1em;
	font-size: 0.9em;
}
#browseproducts th {
	background: #69b82e;
	color: #fff;
	text-align: center;
	padding: 3px;
	border-right: 1px solid #69b82e;
}
#browseproducts tr {
}
#browseproducts tr:hover td {
	border-bottom-color: #69b82e;
	background-color: #d3f0bd;
}
#browseproducts tr:hover a:link.addtocart, #browseproducts tr.hover a:link.addtocart, #browseproducts tr:hover a:visited.addtocart, #browseproducts tr.hover a:visited.addtocart {
	background-color: #c1cde6;
	border:1px solid #2d6813;
	color: #000;
}
#browseproducts td {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 3px 3px;
	height: 25px;
}
#browseproducts .special td {
	background-color: #EFF4FA;
}

.browseproducts {
	line-height: 1.1em;
	width: 100%;
	float: left;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.browseproducts th {
	background: #69b82e;
	color: #fff;
	text-align: center;
	padding: 3px;
	border-right: 1px solid #69b82e;
}
.browseproducts tr {
}
.browseproducts tr:hover td {
	border-bottom-color: #69b82e;
	background-color: #d3f0bd;
}
.browseproducts tr:hover a:link.addtocart, #browseproducts tr.hover a:link.addtocart, .browseproducts tr:hover a:visited.addtocart, #browseproducts tr.hover a:visited.addtocart {
	background-color: #c1cde6;
	border:1px solid #2d6813;
	color: #000;
}
.browseproducts td {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 3px 3px;
	height: 25px;
}
.browseproducts .special td {
	background-color: #EFF4FA;
}

.shop-cats li {
	width:120px;
	float: left;
	height:20px;
}

/*---------------------------------------------- OLD NAUGHTY CODE */




.adverts {
	padding:14px;
}
.adverts img {
	margin-bottom: 14px;
}


/* Add items to an existing order */
.order-add {
	background-color: #eee;
	padding: 5px;
	border: solid 1px #ddd;
}
.red {
	background-color: #fdd;
}
.existing-order {
	float:right;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #D7D7D7;
	background-color: #60AC25;
	padding: 3px;
}
.existing-order a, .existing-order a:visited {
	color: white;
	text-decoration: none;
}
.existing-order a:hover {
	color: white;
	text-decoration: underline;
}


textarea {
	width: 250px;
	height: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}









/* fruit and veg message on shop pages */
.shop-fruit {
	border: solid 1px #ddd;
	margin-bottom: 10px;
}
.shop-fruit-header {
	background-color: #4097CD;
}
.shop-fruit-header h2, .shop-fruit-header a {
	color: #fff;
	text-decoration: none;
	padding:5px;
}
#shop-fruit-message {
	height: 100px;
}
#shop-fruit-message p {
	font-size: 15px;
	padding:5px;
}








/****************************************************************
	Planner
****************************************************************/



/****************************************************************
	Planner Menu
****************************************************************/





/****************************************************************
	Promo
****************************************************************/


#vday-cupid {
	position: absolute;
	left: -30px;
	top:10px;
}

#v-day {
	position: absolute;
	right: 25px;
	top: -17px;
}




.grey {
	color: #444;
}
