/*********************************************************** 	
*														   *
*	CSS FOR VETARK.CO.UK						   		   *
*	CREATED BY VINCENT MCAULAY & SHAUN BROWN 			   *
*	@ WE LOVE THE WEB   		   						   *
*	START: 27.05.09		END: ??.??.??					   *
*														   *
***********************************************************/

* { margin: 0; padding: 0; }
p { padding-bottom: 10px; line-height:1.4em; }
h2, h3 { margin:0 0 18px 0; } 
h4, h5, h6 { margin:0 0 10px 0; }
.floatClear { clear:both; }
a { outline:none; }


/* --- GENERAL TEMPLATE ---*/
body {
	background:#b2dfca;
	font-size:63%;
	font-family:Arial, Helvetica, sans-serif;
	color:#231f20;
}
.innerWrap {
	width:997px;
	margin:auto;
}
#headerWrap {
	height:146px;
	background:url(../images/header_repeater.jpg) 0 0 repeat-x #00954E;
	padding:23px 0 0 0;
}
#centreWrap {
	background:#fff;
	padding:23px 0 23px 0;
}
#mainNav {
	border-bottom:1px solid #d6d6d6;
	margin:0 0 40px 0;
}
	#mainNav ul {
		list-style:none;
		float:left;
	}
		#mainNav ul li {
			display:inline;	
		}
			#mainNav ul li a, #mainNav ul li a:visited {
				color:#bdbcbc;
				font-size:1.5em;
				padding:0 15px 5px 0;
				display:inline-block;
				text-decoration:none;
				margin:0 7px 0 0;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
			}
			#mainNav ul li a:hover, #mainNav ul li a:visited:hover, #mainNav ul li.current a {
				color:#00954e;
				background:url(../images/mainNavLink_bg.gif) 0 bottom repeat-x;
			}
	#mainNav ul#eComNav {
		float:right;
	}
		#mainNav ul#eComNav  li a, #mainNav ul#eComNav  li a:visited {
			color:#231f20;
			padding:0 0 5px 0;
			margin-left:15px;
		}
		#mainNav ul#eComNav li a:hover, #mainNav ul#eComNav li a:visited:hover, #mainNav ul#eComNav li.current a {
			color:#00954e;
			background:url(../images/mainNavLink_bg.gif) 0 bottom repeat-x;
		}
#breadCrumb {
	width:996px;
	float:left;
	padding:5px 0 0 0;
}
	#breadCrumb ul {
	
	}
		#breadCrumb ul li {
			font-size:1.2em;
		}
			#breadCrumb ul li a {
				color:#000;
				font-size:inherit;
				margin-right:4px;
				color:#00954E;
				background:url(../images/breadcrumbArrow.gif) right 3px no-repeat;
			}
				#breadCrumb ul li a:hover, #breadCrumb ul li a:visited:hover {
					color:#000;
					background:url(../images/breadcrumbArrow.gif) right 3px no-repeat;
				}
/*--- NEW NAV ---*/

#leftCol {
	width:241px;
	float:left;
	margin:0 20px 0 0;
}
	#leftCol #generalLeftNav ul {
		list-style:none;
	}
		#leftCol #generalLeftNav ul li  {
			padding:0 0 10px 20px;
			background:url(../images/LHnavMarker.gif) 0 2px no-repeat;
		}
			#leftCol #generalLeftNav ul li a {
				font-size:1.2em;
				color:#231f20 !important;
				text-decoration:none;
			}
			#leftCol #generalLeftNav ul li a:hover {
				text-decoration:underline;
			}
			/* CURRENT STATE COLOURS DOWN THE TREE */
			#leftCol #generalLeftNav ul li.current a {
				color:#00964E !important;
			}
				/* 2ND */
				#leftCol #generalLeftNav ul li.current ul li a {
					color:#231f20 !important;
				}
				#leftCol #generalLeftNav ul li.current ul li.current a {
					color:#00964E !important;
				}
					/* 3RD */
					#leftCol #generalLeftNav ul li.current ul li ul li a {
						color:#231f20 !important;
					}
					#leftCol #generalLeftNav ul li.current ul li ul li.current a {
						color:#00964E !important;
					}
						/* 4TH */
						#leftCol #generalLeftNav ul li.current ul li ul li ul lu a {
							color:#231f20 !important;
						}
						#leftCol #generalLeftNav ul li.current ul li ul li ul li.current a {
							color:#00964E !important;
						}
						
			/* HAS CHILDREN */
			#leftCol #generalLeftNav ul li.haschildren {
				padding:0 0 10px 20px;
				background:url(../images/LHnavMarker_plus.gif) 0 2px no-repeat;
			}
			#leftCol #generalLeftNav ul.level2 li.haschildren {
				padding:0 0 10px 40px;
				background:url(../images/LHsubNav_parent_horz.gif) 0 -5px no-repeat;
			}
			/* HAS CHILDREN + IS COLLAPSED */
			#leftCol #generalLeftNav ul li.collapsed {
				padding-bottom:0;
				background:url(../images/LHnavMarker_plusCollapsed.gif) 0 2px no-repeat;
			}
				/* 2 DEEP */
				#leftCol #generalLeftNav ul.level1 li ul {
					padding-top:10px !important;
					margin-left:-20px;
					background:url(../images/LHsubNav_vert.gif) 0 bottom no-repeat;
				}
					#leftCol #generalLeftNav ul.level1 li ul li {
						background:url(../images/LHsubNav_horz.gif) 0 -5px no-repeat;
						padding-left:40px;
					}
					#leftCol #generalLeftNav ul.level1 li ul li.lastNoChild {
						background:url(../images/LHsubNav_horzLast.gif) 0 -5px no-repeat;
						padding-left:40px;
					}
					#leftCol #generalLeftNav ul.level1 li ul li.lastWithChild {
						padding:0 0 10px 40px;
						background:url(../images/LHsubNav_parent_horzLast.gif) 0 -5px no-repeat;
					}
					
/* VETS SECTION CURRENT STATE */
.vetsSection #leftCol #generalLeftNav ul li.current a {
	color:#FFA800 !important;
}
	/* 2ND */
	.vetsSection #leftCol #generalLeftNav ul li.current ul li a {
		color:#231f20 !important;
	}
	.vetsSection #leftCol #generalLeftNav ul li.current ul li.current a {
		color:#FFA800 !important;
	}
		/* 3RD */
		.vetsSection #leftCol #generalLeftNav ul li.current ul li ul li a {
			color:#231f20 !important;
		}
		.vetsSection #leftCol #generalLeftNav ul li.current ul li ul li.current a {
			color:#FFA800 !important;
		}
			/* 4TH */
			.vetsSection #leftCol #generalLeftNav ul li.current ul li ul li ul lu a {
				color:#231f20 !important;
			}
			.vetsSection #leftCol #generalLeftNav ul li.current ul li ul li ul li.current a {
				color:#FFA800 !important;
			}
					
					
					
					
#leftCol #shopLeftNav ul {
		list-style:none;
	}
		#leftCol #shopLeftNav ul li  {
			padding:0 0 10px 20px;
			background:url(../images/LHnavMarker.gif) 0 2px no-repeat;
		}
			#leftCol #shopLeftNav ul li a {
				font-size:1.2em;
				color:#231f20 !important;
				text-decoration:none;
			}
			#leftCol #shopLeftNav ul li a:hover {
				text-decoration:underline;
			}
			/* CURRENT STATE COLOURS DOWN THE TREE */
			#leftCol #shopLeftNav ul li.current a {
				color:#00964E !important;
			}
				/* 2ND */
				#leftCol #shopLeftNav ul li.current ul li a {
					color:#231f20 !important;
				}
				#leftCol #shopLeftNav ul li.current ul li.current a {
					color:#00964E !important;
				}
					/* 3RD */
					#leftCol #shopLeftNav ul li.current ul li ul li a {
						color:#231f20 !important;
					}
					#leftCol #shopLeftNav ul li.current ul li ul li.current a {
						color:#00964E !important;
					}
						/* 4TH */
						#leftCol #shopLeftNav ul li.current ul li ul li ul lu a {
							color:#231f20 !important;
						}
						#leftCol #shopLeftNav ul li.current ul li ul li ul li.current a {
							color:#00964E !important;
						}
						
			/* HAS CHILDREN */
			#leftCol #shopLeftNav ul li.haschildren {
				padding:0 0 10px 20px;
				background:url(../images/LHnavMarker_plus.gif) 0 2px no-repeat;
			}
			#leftCol #shopLeftNav ul.level3 li.haschildren {
				padding:0 0 10px 40px;
				background:url(../images/LHsubNav_parent_horz.gif) 0 -5px no-repeat;
			}
			/* HAS CHILDREN + IS COLLAPSED */
			#leftCol #shopLeftNav ul li.collapsed {
				padding-bottom:0;
				background:url(../images/LHnavMarker_plusCollapsed.gif) 0 2px no-repeat;
			}
				/* 2 DEEP */
				#leftCol #shopLeftNav ul.level2 li ul {
					padding-top:10px !important;
					margin-left:-20px;
					background:url(../images/LHsubNav_vert.gif) 0 bottom no-repeat;
				}
					#leftCol #shopLeftNav ul.level2 li ul li {
						background:url(../images/LHsubNav_horz.gif) 0 -5px no-repeat;
						padding-left:40px;
					}
					#leftCol #shopLeftNav ul.level2 li ul li.lastNoChild {
						background:url(../images/LHsubNav_horzLast.gif) 0 -5px no-repeat;
						padding-left:40px;
					}
					#leftCol #shopLeftNav ul.level2 li ul li.lastWithChild {
						padding:0 0 10px 40px;
						background:url(../images/LHsubNav_parent_horzLast.gif) 0 -5px no-repeat;
					}					




.fullWidth {
	width:736px !important;
	margin-right:0 !important;
}
	.fullWidth p {
		max-width:475px;	
	}
	.fullWidth .recommendationProducts {
		width:475px;	
	}
#middleCol {
	width:475px;
	float:left;
	margin:0 20px 0 0;
}
	#middleCol p {
		font-size:1.3em;	
	}
#rightCol {
	width:241px;
	float:left;
}
#bottomWrap {
	padding:4px 0 0 0;
}
#linksDownloadsWrap {
	border-bottom:1px solid #00964e;
	width:997px;
	padding-top:19px;
}
.links {
	margin:0 21px 0 0;	
}
.links, .downloads {
	width:488px;
	float:left;
	margin-bottom:30px;
}
	.links h6, .downloads h6 {
		color:#00964e;	
		font-size:1.9em;
		border-bottom:1px solid #00964e;
		padding:0 0 3px 0;
	}
	.links li, .downloads li {
		list-style:none;
		margin:0 0 2px 0;
	}
		.links li a:link, .links li a:visited, 
		.downloads li a:link, .downloads li a:visited {
			color:#5a5a5a;
			font-size:1.3em;
			font-weight:bold;
		}
		.links li a:hover, .links li a:hover:visited, 
		.downloads li a:hover, .downloads li a:hover:visited {
			text-decoration:none;
		}
#utilBar {
	padding:10px 0 0 0;
	float:left;
	width:997px;
}
	#utilBar p {
		float:left;
		font-size:1.2em;
	}
		#utilBar ul {
			float:right;
		}
			#utilBar ul li {
				float:left;
				list-style:none;
				border-right:1px solid #231f20;
				padding-right:5px;
				margin-right:5px;
			}
			#utilBar ul li.last {
				border-right:none;
				padding-right:0;
				margin-right:0;
			}
				#utilBar ul li a {
					text-decoration:none;
					color:#231f20 !important;
					font-size:1.2em;
				}
				#utilBar ul li a:hover {
					text-decoration:underline;
				}
h1 a {
	width:486px;
	height:122px;
	background:url(../images/vetark_logo.gif) 0 0 no-repeat;
	display:block;
	float:left;
}
#bannerImage { /* TEMPORARY PLACEHOLDER */
	width:486px;
	height:122px;
	background:#fff;
	display:block;
	float:right;
	overflow:hidden;
}
#bannerImage img {
	border:1px solid #BCBCBC;
}
h2 {
	color:#00954e;	
	font-size:1.9em;
	border-bottom:1px solid #d6d6d6;
	padding:0 0 3px 0;
}
h3 {
	color:#00954e;	
	font-size:1.9em;
	border-bottom:1px solid #d6d6d6;
	padding:0 0 3px 0;
}

/* --- PAGE STYLES ---*/

.general h4 {
	font-size:1.6em;
	margin-bottom:0;
}
	.general img {
		float:left;
		border:1px solid #d6d6d6;
		margin:0 10px 10px 0;
	}
	.general ul,
	.general ol {
		margin-bottom:10px;
	}
	.general ul li {
		list-style:disc;
	}
		.general ul li,
		.general ol li {
			font-size:1.3em;
			margin:0 0 0 15px;
			list-style-position:inside;
		}
.centralFeatured a img {
	border:1px solid #d6d6d6;
}
.centralFeatured a:hover  img {
	border:1px solid #00964E;
}

/*  Stuff done by Shaun  */
/*Styles mainly for the login page*/

p span#orderNum {
    color:#000;
    font-weight:bold;
}
/*  create user style  */
div ul {
    list-style:none;
}
fieldset {
    border:0px;
}
	fieldset legend {
		display:none;
	}
	fieldset p a, 
	#middleCol p a {
		color:#00954E;
		font-size:13px;
	}
	fieldset p a:hover,
	#middleCol p a:hover {
		text-decoration:none;
	}
	fieldset p {
		font-size:13px;
	}
	fieldset ul li {
		margin-bottom:7px;
	}
	fieldset ul#loginSmall li label {
		display:inline-block;
		width:70px;
		font-size:1.3em;
	}
	fieldset ul#loginSmall li input,
	fieldset ul#forgotPassword li input,
	fieldset ul#createUser li input {
		width:200px;
	}
	fieldset ul#loginSmall li select,
	fieldset ul#forgotPassword li select,
	fieldset ul#createUser li select {
		width:203px;
	}
	fieldset ul#createUser li label {
		display:inline-block;
		width:150px;
		font-size:1.3em;
	}
	fieldset ul#createUser li.lastOne {
		
	}
		fieldset ul#createUser li.lastOne label {
			float:left !important;
		}
		fieldset ul#createUser li.lastOne span {
			float:left;
			width:200px;
		}
			fieldset ul#createUser li.lastOne span label {
				float:left;
				width:60px !important;
			}
			fieldset ul#createUser li.lastOne span input {
				float:left;
				width:auto !important;
				margin:0 10px 0 4px;
			}
	.submit {
		cursor:pointer;
		width:auto;
		padding:0 5px;
	}
ul#forgotPassword li label {
    display:inline-block;
    width:60px;
    font-size:1.3em;
}
ul li span.required {
    color:#be0606;
    font-size:10px;
    margin-left:5px;
}
p.note {
	margin-top:20px;
}
p.note span.required,
p.note strong {
    color:#be0606;
    font-size:10px;
}
span.radiobuttonlist input[type=radio] {
    margin:0px 5px 0 0;
}
table.radiobuttonlist, 
table.radiobuttonlist tr td {
	border:0;
	background:none;
}
table.radiobuttonlist label {
    display:inline-block;
    width:40px !important;
}
.basketItems tbody tr td {
    font-size:13px;
}
div h2 span.alert {
    color:#000;
}
.loggedIn ul {
	list-style:disc;
}
	.loggedIn ul li {
		font-size:1.3em;
		list-style-position:inside;
	}
		.loggedIn ul li a {
			color:#00964E;
		}
		.loggedIn ul li a:hover {
			text-decoration:none;
		}
/*  Feature items styles  */
.featuredItem h5 {
    color:#00954E;
    margin:0px;
    font-size:1.3em;
}
.featuredItem a img {
    float:right;
    margin:0px 0 5px 5px;
    border:1px solid #D6D6D6;
}
.featuredItem a:hover img {
    border:1px solid #00964E;
}
.featuredItem p {
    font-size:1.2em;
}
	.featuredItem p.FI_incVAT {
		color:#be0606;
		padding-bottom:0;
		font-weight:bold;
	}
	.featuredItem p.FI_price,
	.bottomButtonHolder p.FI_price {
		color:#be0606;
		font-size:2.5em;
		font-weight:bold;
		padding-bottom:0;
		margin-top:-8px;
	}
.SWFI_buttonSurround {
    background:#e5e3dd;
    height:inherit;
    width:100%;
    margin-bottom:15px;
}   
	.SWFI_buttonSurround .SWFI_bSPadding {
			padding:5px;
	}
	.SWFI_buttonSurround a.mInfo,
	div.similarItemContents a.mInfo {
		float:right;
		height:17px;
		width:100px;
		background:url(../images/sw_moreInfoButton_grey_rh.gif) 0 0 no-repeat;
		text-indent:-9999px;
	}
	div.similarItemContents a.mInfo {
		margin-bottom:7px;
	}
.SWFI_buttonSurround a.mInfo:hover,
div.similarItemContents a.mInfo:hover {
    background:url(../images/sw_moreInfoButton_grey_rh.gif) 0 -17px no-repeat;
}

/*  Contact us section  */
#phContactContainer h3 {
    color:#bdbcbc !important;
}
#phContactContainer p {
    font-size:1.3em;
	line-height:1.5em;
}
#phContactContainer span {
    font-weight:bold;
}
#phContactContainer a {
    color:#00954E;
}
#phContactContainer a:hover {
    text-decoration:none;
}

/*  End of destruction =]  */
/*  To make the ugly red dots go away in FF =]  */



/*  Vet ark shop prototype stuffz  */

.shopMiddleBackground {
	padding:10px;
	margin-top:-18px;
	background:#efefed;
	border-bottom:1px solid #d6d6d6;
	width:455px;
}
.shopMiddleBackground h4 {
	color:#00954E;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.15em;
}
	
.shopMiddleBackground ul {
	list-style:none;
	margin-bottom:10px;
}
.shopMiddleBackground ul li {
	background:url(../initDev/tmpImages/bulletListIcon.GIF) 0 5px no-repeat;
	padding:0 0 5px 15px;
	margin:0 0 0 10px;
	font-size:1.3em;
}
.shopMiddleBackground .shopContentsLeft {
	float:left;
	width:147px;
	display:block;
	margin:0 10px 0 0;
}
	.shopContentsLeft img {
		margin:0 0 10px 0;
		border:1px solid #d7d7d7;
	}
.shopContentsRight {
	float:left;
	width:298px;
}
/*
ul.skuContainerDisplay {
	width:270px;
	background:#FFF;
	margin-left:20px;
}
	ul.skuContainerDisplay li.display {
		border:1px solid #d9d9d9;
		background:none;
		list-style:none;
		width:260px;
		padding:5px 3px 5px 3px;
		margin:-1px 0 0 0;
	}
	ul.skuContainerDisplay li.display label {
		display:inline-block;
		width:140px;
	}
	ul.skuContainerDisplay li.display span {
		color:#be0606;
		width:45px;
		text-align:right;
		display:inline-block;
	}
	ul.skuContainerDisplay li.display a.buy {
		float:right;
		height:17px;
		width:60px;
		margin:-16px 3px 0 0;
		text-indent:-9999px;
		background:url(../initDev/tmpImages/tmp_buyButton.jpg) 0 0 no-repeat;
	}
	*/
.shopMiddleBackground table {
	width:298px;
	border-top:1px solid #d9d9d9;
	margin:5px 0 5px 0;
	border-bottom:0;
	font-size:1.4em;
}
.shopMiddleBackground table tr td.leftBorder {
	border-left:1px solid #d9d9d9;
	padding-left:6px;
}
.shopMiddleBackground table tr td.rightBorder {
	border-right:1px solid #d9d9d9;
	width:60px;
}
.shopMiddleBackground table tr td.price {
	width:45px;
	text-align:right;
}
.shopMiddleBackground table tr td {
	border-bottom:1px solid #d9d9d9;
	padding:4px 3px 2px 3px;
	background:#FFF;
	margin:0px;
	vertical-align:top;
}
.shopMiddleBackground table tr td label.skuHeader {
	display:inline-block;
	width:150px;
	padding:3px 0;
}
.shopMiddleBackground table tr td span.price {
	text-align:right;
	display:inline-block;
	color:#be0606 !important;
	font-size:1.1em;
	font-weight:bold;
	padding:3px 5px 3px;
}
.shopMiddleBackground  table tr td a.buy {
	height:23px;
	width:66px;
	text-indent:-9999px;
	background:url(../images/buyButton2.gif) 0 0 no-repeat;
}
	.shopMiddleBackground  table tr td a.buy:hover {
		background:url(../images/buyButton2.gif) 0 -23px no-repeat;
	}
.shopMiddleBackground table tr td.vatSection {
	border:0;
	background:none;
	text-align:right;
	font-size:0.8em;
}
div.skuBtnContainer {
	width:137px;
	height:inherit;
	float:right;
}
span.skuPriceHint {
	float:right;
	font-weight:bold;
	font-size:1.1em;
}
/* temp link */
a.buy {
	float:right;
	display:inline-block;
	height:17px;
	width:60px;
	text-indent:-9999px;
	background:url(../initDev/tmpImages/tmp_buyButton.jpg) 0 0 no-repeat;
}

/*  Recommended items for sale...  */
.recommendationProducts {
	margin-top:25px;
}
.recommendationProducts h3 {
	color:#bdbcbc !important;
}
.recommendationProducts .last {
	margin-bottom:0;
	border-bottom:none;
}

/*  Similar item container  */
.similarItemContainer {
	margin-bottom:15px;
	width:474px;
	border-bottom:1px dashed #d6d6d6;
}
.similarItemContainer .similarItemImage {
	width:65px;
	float:left;
}
.similarItemImage img {
	margin-bottom:10px;
}
.similarItemContainer .similarItemContents {
	width:374px;
	float:left;
}
.similarItemContents h2 {
	font-weight:bold;
	border:0;
	margin:0;
	font-size:1.2em;
	color:#00954e;
}
.similarItemContainer .bottomButtonHolder {
	height:30px;
	width:409px;
}
.bottomButtonHolder p.FI_price {
	float:left;
	margin-top:0px;
}
.bottomButtonHolder p.FI_price span {
	font-size:1.5em;
}


/*  Vets only sec - colour change */

body.vetsSection {
	background:#ffe5b2;
}
.vetsSection #headerWrap {
	background:url(../initDev/tmpImages/tmp_yellow_background.jpg) 0 0 repeat-x #ffa800;
}
.vetsSection #container #centreWrap .innerWrap #mainNav ul li a, 
.vetsSection #container #centreWrap .innerWrap #mainNav ul li a:visited {
	color:#bdbcbc !important;
}
.vetsSection #container #centreWrap .innerWrap #mainNav ul li a:hover, 
.vetsSection #container #centreWrap .innerWrap #mainNav ul li a:visited:hover, 
.vetsSection #container #centreWrap .innerWrap #mainNav ul li.current a {
	color:#ffa800 !important;
}
.vetsSection #container #centreWrap .innerWrap #mainNav ul#eComNav  li a, 
.vetsSection #container #centreWrap .innerWrap #mainNav ul#eComNav  li a:visited {
	color:#000000 !important;
}
.vetsSection #container #centreWrap .innerWrap #mainNav ul#eComNav li a:hover, 
.vetsSection #container #centreWrap .innerWrap #mainNav ul#eComNav li a:visited:hover, 
.vetsSection #container #centreWrap .innerWrap #mainNav ul#eComNav li.current a {
	color:#ffa800 !important;
}

.vetsSection h2,
.vetsSection h3,
.vetsSection h5 {
	color:#ffa800 !important;	
}
.vetsSection .links h6, 
.vetsSection .downloads h6 {
	color:#ffa800 !important;
	border-bottom:1px solid #ffa800 !important;
}
.vetsSection #linksDownloadsWrap {
	border-bottom:1px solid #ffa800 !important;
}
.vetsSection a, 
.vetsSection a:hover {
	color:#ffa800 !important;
}
.vetsSection .links li a:link, 
.vetsSection .links li a:visited, 
.vetsSection .downloads li a:link, 
.vetsSection .downloads li a:visited {
	color:#5a5a5a !important;
}
.vetsSection a.mInfo {
	background:url(../images/sw_moreInfoButton_grey.gif) 0 0 no-repeat;
}
.vetsSection a.mInfo:hover {
	background:url(../images/sw_moreInfoButton_grey.gif) 0 -17px no-repeat;
}

/*  End of vets only section */

/* ORDER HISTORY */

.orderHistory table {
	border-left:1px solid #BDBCBC;
	border-top:1px solid #BDBCBC;
	text-align:left;
	width:475px !important;
}
	.orderHistory table td.col1,
	.orderHistory table td.col2 {
		width:80px;
	}
	.orderHistory table td,
	.orderHistory table th {
		border-bottom:1px solid #BDBCBC;
		border-right:1px solid #BDBCBC;
		padding:5px;
		font-size:1.3em;
	} 
	.orderHistory table tr.pages td {
		padding:5px 0 0 0;
		border-left:1px solid #fff !important;
		border-bottom:0;
		border-right:0;
		font-size:1.2em;
	}
	.orderHistory table td.tableHeader {
		background:#BDBCBC;
		color:#fff;
		font-weight:bold;
	}
	
.finaliseOrder h4 {
	font-size:1.5em;
	margin-bottom:5px;
	color:#00964E;
}
.finaliseOrder table {
	border-left:1px solid #BDBCBC;
	border-top:1px solid #BDBCBC;
	text-align:left;
	width:475px !important;
	margin:0 0 13px 0;
}
.finaliseOrder table td,
.finaliseOrder table th {
	border-bottom:1px solid #BDBCBC;
	border-right:1px solid #BDBCBC;
	padding:5px;
	font-size:1.3em;
} 
.finaliseOrder table th {
	font-weight:normal;
}
.finaliseOrder table td.tableHeader {
	background:#BDBCBC;
	color:#fff;
	font-weight:bold;
}
.twoColWrap {
	width:475px;
	margin:0 0 10px 0;
}
.deliveringTo {
	width:230px;
	float:left;
	padding-right:15px;
}
.customerNotes {
	width:230px;
	float:left;
}
	.customerNotes textarea {
		width:226px;
		height:100px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.3em;
	}
	
.basketItems {
	border-left:1px solid #BDBCBC;
	border-top:1px solid #BDBCBC;
	text-align:left;
	width:736px !important;
	margin:0 0 13px 0;
}
	.basketItems td,
	.basketItems th {
		border-bottom:1px solid #BDBCBC;
		border-right:1px solid #BDBCBC;
		padding:5px;
		font-size:1.3em;
	} 
	.basketItems td.tableHeader {
		background:#BDBCBC;
		color:#fff;
		font-weight:bold;
	}
	.basketItems .col0 {
		width:40px;
	}
	.basketItems .col0Foot {
		border-right:none !important;
	}
	.basketItems .col1 {
		
	}
	.basketItems .col1Foot {
		border-right:none !important;
	}
	.basketItems .col2 {
		width:33px;
	}
	.basketItems .col2Foot {
		border-right:none !important;
	}
	.basketItems .col3 {
		width:120px;
	}
	.basketItems .col3Foot {
		text-align:right;
		color:#00954E;
	}
	.basketItems .col4 {
		width:80px;
	}
	.basketItems .col4Foot {
		border-right:none !important;
	}
	.basketItems .col5 {
		width:52px;
		text-align:center;
	}
	.tableHeaderTotal {
		
	}
.newsList {
}
.newsList li span a.current {
	text-decoration:underline !important;
	background:#D6D6D6;
}
.recPostTitleTab {
	background:#BDBCBC;
	color:#fff;
	padding:2px 10px 2px 10px;
	display:inline;
	font-weight:bold;
}
.latestBlogPost {
	background:url(../images/recentPostBG.gif) 0 0 repeat-x #fff;
	padding:10px 10px 0 10px;
	border:1px solid #BDBCBC;
}
.latestBlogPost h2 {
	margin-bottom:6px !important;
}
input.postcode {
	text-transform:uppercase !important;
}
.discountExclaimer {
	padding:3px 5px; 
	border:1px dotted #00954E; 
	color:#00954E; 
	margin:0 0 10px 0; 
	font-weight:bold; 
	background:#B2DFCA;
	text-shadow: 1px 1px 1px #fff;
	-moz-border-radius: 3px;
}