/**
Client:				Garden Trading, GS3 
Date:					December 2009
Created by:		Gencon
**/


/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/

.clear {
	clear:both;
	margin:0;
	line-height:0%;
	padding:0;
	font-size:0em;
	display:block;
	height:0%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;

}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/*.right {
	float:right;
}

.left {
	float:left;
}*/

/** **/

/** STRUCTURE **/

html { height: 100%; margin-bottom: 1px;} /* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */

body {
	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: Arial, sans-serif;
	color: #666;
}

div.container {
	margin: 0 auto 0 auto;
	width: 975px;
	padding:0 10px;
	display:block;
	background:url(/images/bg_container.gif) repeat-y top left;
	background: #ffffff url(/images/body_bg.gif) top center repeat-y;
}

body#plain_successful_order div.container,
body#plain_failed_order div.container {
	background: none;
	width: auto;
}


div.header {
	margin: 0 5px 5px 5px;
	height: 120px;
	background:url(/images/hr_header.gif) repeat-x bottom left;
	position:relative;
}

div.content {
	margin: 0 0 0 5px;
	padding: 0 0 0 0px;
	float: left;
	width: 760px;
	display:inline;
}

body#plain_successful_order div.content, 
body#plain_failed_order div.content {
	width:auto;
}

div.column {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	width: 195px;
	background-color: transparent;
	display:inline;
}

div.footer {
	margin: 0 auto 0 auto;
	padding: 20px 10px 20px 10px;
	width: 970px;
	background:url(/images/bg_footer.gif) no-repeat top right;
	position:relative;
}

/** **/

/** NAVIGATION **/

/* Header Nav */
ul.headernav {
	padding: 5px 0 0 0;
	list-style: none;
	background:url(/images/hr_header.gif) repeat-x bottom left;
}

ul.headernav li {
	float: left;
}

ul.headernav li a {
	margin: 0 5px 0 0;
	padding: 0 15px 0 15px;
	display: block;
	line-height: 28px;
	float: left;
	color: #818170;
	font-size:1.1em;
	font-weight:bold;
	background:url(/images/bg_headernav_li.gif) no-repeat center right;
}

ul.headernav a:hover {
	color: #231f20;
	text-decoration: none;
}

ul.headernav li#primary_navigation_1 a {
	padding-left:0;
}
ul.headernav li#primary_navigation_8 a {
	background:none;
}
/*  */

/* Primary Nav */

ul.primary {
	margin: 0 0 5px 0;
	list-style: none;
}

ul.primary li {
	margin: 0 0 2px 0;
	line-height: 28px;
	display: block;
	height:1%;
	font-weight:bold;
}

ul.primary li a {
	padding: 0 0 0 8px;
	display: block;
	height:1%;
	color: #818170;
	text-decoration: none;
	font-size: 12px;
}

ul.primary li a:hover, ul.primary li.active {
	color: #595144;
	text-decoration: none;
	background-color: #C7CACD;
}

ul.primary li.offers a {
	color: #fff;
	background-color: #655f54;
	text-transform:uppercase;
}

ul.primary li.offers a:hover {
	color: #fff;
	background-color: #231f20;
}

#adminnav {
	background: transparent;
}

#adminnav li {
	margin-left: 0;
	margin-bottom: 5px;
}

#adminnav li a {
	padding-left: 5px;
	line-height: 2em;
	color: Green;
	background-color: #C3FFD2;
}

#adminnav li a:hover {
	color: Green;
	background-color: #EEFFF2;
}
/*  */

/* Footer Nav */

ul.footer {
	margin: 0;
	padding:0 0 0 5px;
	font-size: 1em;
	list-style: none;
	line-height:1em;
}

ul.footer li {
	margin-right: 1.5em;
	display: inline;
}

ul.footer a {
	color: #231f20;
	text-decoration: none;
	text-transform: capitalize;
}

ul.footer a:hover {
	text-decoration: underline;
}

#siteinfo {
	padding: 5px; 
	float:left;
}

#siteterms {
	padding: 5px;
	float:left;
}

.footer #siteterms .gencon_credits, .footer #siteterms .gencon_credits a {
	color:#999999;
}

/*  */

/** **/

/** Generic Styles **/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #666;
	display: block;
	margin:1em 0;
}

h1 {
	font-size: 1.9em;
	color:#666;
	font-family:georgia,times;
}

h2 {
	font-size: 1.6em;
	font-weight:bold;
}

h3 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

hr {
	margin: 2em 0 2em 0;
}

a {
	color: #231f20;
	text-decoration: none;
}
div.content img {
	display: block;
}

a:hover, .formerror a:hover {
	color: #105491;
	text-decoration: underline;
}

table {
	text-align: left;
}

table td {
	font-size: 0.9em;
}
p {
	line-height:150%;
	margin:1em 0 1em 0;
}

.content ol {
	list-style:decimal;
	margin-left:25px;
}

.content ul {
	list-style:disc;
	margin-left:25px;
}
/* */

/** **/

/** STYLES AND STRUCTURE FOR SPECIFIC AREAS / SECTIONS **/

/* Home Page */

/* Spotlight */
div#spotlight {
	margin: 0 0 5px 0;
	padding: 0;
	width:760px;
	height:300px;
	overflow:hidden;
}

div.content .ctabox {
	margin: 0 8px 8px 0;
	float: left;
	width: 184px;
	padding:0;
}

div.content .ctabox.end {
	margin-right: 0;
}

div.content .ctabox h2 {
	color: #231f20;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight:normal;
}
div.content .ctabox h2 a {
	color: #231f20;
}

div.content .ctabox img {
	margin: 0;
	padding: 0;
	border: none;
}

div.content .ctabox h2 span.newoffpr {
	font-weight:bold;
}
/*  */

/* Header */

div.headersearch {
	position:absolute;
	left:718px;
}

div.headersearch label {
	display: block;
	float: left;
	width: 55px;
	line-height: 28px;
	color:#ffffff;
}

div.headersearch input {
	font-size:11px;
	padding:1px;
}

div.headersearch input.textbox {
	width:110px;
	border:1px solid #999;
	padding:3px;
}

/*  */

/* Content */

div.content img.banner {
	margin: 10px 10px 10px 0px;
	border: none;
}

div.content img.imageleft {
	margin: 0 20px 20px 0;
	float: left;
}

div.content img.imageright {
	margin: 0 0 20px 20px;
	float: right;
}

div.content ul {
	margin: 0 0 0 40px;
	padding: 0;
}

div.content em.oldoffpr, div.content span.oldoffpr {
	text-decoration: line-through;
}

div.content em.newoffpr {
	font-weight: bold;
	font-size: 1.1em;
	color: Red;
}

/* Breadcrumb */
div.content ul#breadcrumb {
	margin: 14px 0 0 0;
	position: relative;
	color: #666;
	font-size: 1em;
	list-style: none;
	font-weight:bold;
}

ul#breadcrumb li {
	display: inline;
}

div.content ul#breadcrumb a {
	color: #231f20;
}

/* Page navigation */
div.content ul.pagenav {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	height: 30px;
	list-style: none;
	font-weight:bold;
}

ul.pagenav li {
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
	color:#666;
}

span.pagenav_greyout {
	color:#ddd;
}

div.content ul.pagenav a {
	color: #231f20;
}

li.pagelink {
	float: right;
}

ul.pagenav li.totalpages {
	float: left;
	text-align: left;
	margin-left:0;
}

li.previousnext {
	float: right;
}
/*  */


/* Stockist list */
ul.alpha_listing {
	margin: 1em 0 0 0;
	padding: 3px;
	height: 16px;
	list-style: none;
}

ul.alpha_listing li {
	float: left;
	width: 20px;

	font-size: 1.1em;
}

div.stockist_list {
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;

	list-style: none;
}

div.stockist_list ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

div.stockist_list ul li a {
	color: #CC7C25;
}

.stocklist_title {

}
/*  */

/* Category Pages */

div.categoryblock {
	color: #231f20;
	font-size: 1em;
}

div.product div.clear {
	display: none;
}

div.clear.border {
	height:10px;
	}

div.content h2.producttitle {
	margin: 0;
	padding: 2px 10px 0 0;
	min-height:3em;
	height:auto !important;
	height:3em;		
	font-size: 1em;
	font-weight: normal;
}
div.content h2.producttitle.categorytitle {
	font-weight:bold;
	font-size:1.1em;
	margin-top:5px;
	min-height:3em;
	height:auto !important;
	height:3em;		
}

div.content h2.producttitle a {
	color: #231f20;
	display: block;
}

div.content p.details {
	display: none;
	font-size: 1.1em;
}

.oldprice {
	color:#6e6e70;
	font-weight:normal;
}

li.newprice {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;

	list-style: none;
}

/* Product Styles */

div.content div.product {
	margin: 0 8px 22px 0;
	padding: 0 0 1em 0;
	float: left;
	width: 184px;
	color: #231f20;
	position:relative;
	display:inline;
	font-family: Tahoma, Arial, sans-serif;
}
div.content div.product div.imageborder {
	min-height:184px;	
	height:auto !important;
	height:184px;		
}

div.content div.product.end {
	margin:0 0 8px 0;
}

div.content div.product img {
	border:none;
	}

.price {
	font-size: 1.1em;
	font-weight: bold;
}

div.content div.product p.newprice input {
	display:block;
	float:left;
}

div.content div.product p.newprice {
	color:#666;
	font-weight:bold;
}

div.content div.product p.newprice input.add {
margin:0 0 0 3px;
font-size:0.9em;
}

div.content div.product ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.content div.product li {
	margin-bottom: 0px;
}

div.product ul li {
	display: block;
}

div.content li.detailslink {
	margin: 0.3em 0 0 0;
	padding: 0;
}

span.specialoffer {
	font-weight:bold;
}

/*  */

/* PRODUCT DETAILS */
div.content div#productdetails {
	margin: 20px 0 40px 0;
	padding: 0;
}

div.content div#prodisimg {
	margin: 0 20px 0 0px;
	padding: 0;
	width: 360px;
	float: left;
}

div.content div#productenlarged {
	margin:10px 0;
}

div.content div#prodisimg .microthumb {
	float:left;
	margin:0 5px 5px 0;
}

div.content div.productdescription {
	margin: 0;
	padding: 0;
}

div.content div.productdescription p {
	margin-top: 0;
}

div.content p.available_from {
	font-weight:bold;
	color:#cc0000;
}

.productcol {
	float:left;
	margin:0;
	padding:0;
	width:370px;
	font-family: Tahoma, Arial, sans-serif;
}

.productcol h1 {
	margin-top:0;
}

.productcol .price {
	margin:0.8em 0;
	font-size: 1.3em;
	color:#666;
}
.productcol .oldprice {
	font-size:0.8em;
}
.productcol label {
	font-weight:bold;
}

div#productdetails .productcol p ,div#productdetails .productcol ul {
	margin-left:0;
}

.productadvert {
	float:left;
}

div#productdetails .productadvert img {
	border: none;
	padding:0;
	margin:0;
}

p.no_image {
	position:absolute; 
	top:48%; 
	left:31%;
}



/*  */

/* PRODUCT OPTIONS */
table#productoptions th {
	font-size: 0.9em;
	font-weight: normal;
}

table#productoptions th.toptitle {
text-align: center;
}

table#productoptions tr.descriptionrow {
background-color: #EEEEEE;
}

table#productoptions td.descriptiontext {
border: 1px solid #7E7E7E;
text-align: left;
}

table#productoptions tr.options th,td {
text-align: center;
}
/*  */

/* VIEW BASKET */
table#ordercart, table#viewcart {
margin-bottom: 5px;
width:100%;
}
/*Increased from 2 to 4 px*/
table#ordercart th, table#ordercart td, table#viewcart th, table#viewcart td {
	padding:4px;
}

table#ordercart tr.rowhighlight td, table#viewcart tr.rowhighlight td {
	background:#EEEEEE;
}
table#ordercart tr.rowhighlight td.out_of_stock, table#ordercart tr td.out_of_stock {
	border-top:1px solid red;
	border-bottom:1px solid red;
	color:red;
}

table#ordercart th, table#viewcart th {
	font-weight:bold;
	background:#C7CACD;
	border-right:1px solid #ffffff;
}

table#ordercart th.subtotal, table#ordercart td.productsubtotal, table#ordercart th.itemprice, table#ordercart td.itemprice, table#viewcart th.subtotal, table#viewcart td.productsubtotal, table#viewcart th.itemprice, table#viewcart td.itemprice {
	text-align:right;
}

table#ordercart td.subtotal, table#viewcart td.subtotal, table#admintable td.total {
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	border-top:1px solid #2C3F69;
	background:#E9E9E9;
	padding-top:4px;
	padding-bottom:4px;
}	
table#productoptions th {
	font-size: 0.9em;
	font-weight: normal;
}

table#productoptions th.toptitle {
	text-align: center;
}

table#productoptions tr.descriptionrow {
	background-color: #EEEEEE;
}

table#productoptions td.descriptiontext {
	border: 1px solid #7E7E7E;
	text-align: left;
}

table#productoptions tr.options th,td {
	text-align: center;
}

table#subtotal {
	text-align: right;
}


/* VIEW BASKET */
table {
	margin-bottom: 15px;
}

table#subtotal {
	text-align: right;
}
/*  */

/* CHECKOUT */

/* Progress bar */

div.content ul#progress_indicator {
	margin: 20px 0 50px 0px;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
	color: #989796;
	list-style: none;
	text-transform:capitalize;
	font-weight:bold;
}

div.content ul#progress_indicator li {
	margin: 1px;
	padding: 2px 0;
	line-height: 15px;
	float: left;
	width: 149px;
	background-color: #EEEFF3;
}

div.content ul#progress_indicator a {
	padding: 0;
	text-decoration: none;
}

div.content ul#progress_indicator a:hover {
	background-color: transparent;
}

#selected  {
	color:  #373535;
}

#checkout_comments {
	margin: 0 auto 0 auto;
	padding: 0;

	text-align: left;
}

.carddates {
	 float:left;
	 width:7em;
}

.checkoutaddress {
	margin-left: 0px;
	float:left;
	width: 350px;
}

.checkoutaddress h2 {
	padding: 0;
}
/* Contact Form */


div.contact_right {
	width:250px;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
	margin-top:5.1em;
	border-left:1px solid #ccc;
	float:right;
}

div.contact_right input.text, div.contact_right textarea {
	width:250px;
	border:1px solid #999;
	font-family:Arial;
	font-size:12px;
}

div.contact_right input.text.formerror {
	border-color:red;
}

/*  */

		/* Article layout */
		div.articleblock {
			margin: 0 0 100px 0px;
			width: 600px;

			background-color: transparent;
		}

		div.articleblock img {
			margin: 0 0 10px 630px;
			position: absolute;

			border-color: white;
		}

		div.articleblock p,
		div.articleblock h2 {
			margin: 0 0 10px 0;
			padding: 0;
		}
		/*  */

		/* stockists */
		address.stockistaddress {
			margin: 0 0 0 30px;
			font-style: normal;
		}
		/*  */
/*  */

/* Column */
/* Cart */
div#cart {
	position:absolute;
	top:0;
	left:770px;
}
div#basket {
	margin: 0;
	padding: 10px 0 0 10px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0px;
	width: 185px;
	color: #FFFFFF;
	background-color: #37424A;
	font-size:13px;
	font-weight:bold;
}
li#cartfade {
	height: 30px;
	margin: 0 0 0 -0.8em;
	padding:0 0 0 0.8em;
}

div#basket ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*div#basket li {
	line-height: 35px;
}*/

div#basket li a {
	margin-left: -0.8em;
	padding: 0 0 0 0.8em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

div#basket a:hover {
	text-decoration: underline;
}

div#options {
	margin: 0 0 5px 0;
	padding: 0;
	height: 63px;
	position: absolute;
	top: 30px;
	width: 195px;
}

div#options ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

div#options li a {
	padding: 0 9px;
	color: #818170;
	font-size:1em;
	line-height:1.5em;
}

div#options li a:hover {
	color:#231f20;
}
/*  */

div.column .ctabox {
	margin: 0;
	padding: 0;
}

div.column .ctabox.newsletter {
	background-color:#37424A;
	margin:6px 0 6px 0;
}

div.column .ctabox.newsletter p {
	color:#fff;
	margin:0;
	padding:3px 0 3px 0;
	font-weight:bold;
	font-size:1.1em;
}

div.column .ctabox.newsletter fieldset {
	margin:0;
	padding:0;
	line-height:0;
}

div.column .ctabox.newsletter label {
	display:none;
}
div.column .ctabox.newsletter input.textbox {
	width:110px;
	border:1px solid #999;
	padding:3px;
}

div.column .ctabox.newsletter form {
	padding:0 0 10px 6px;
	margin:0;
}

div.column .ctabox.newsletter input { 
	font-size:11px;
	padding:1px;
}

div.column .ctabox.best-sellers {
	margin:6px 0 6px 0;
	padding-bottom:9px;
}

div.column .ctabox.best-sellers h2, h2.product_categories {
	background:#37424A;
	color:#ffffff;
	text-transform:uppercase;
	margin:0 0 12px 0;
	padding-top:8px;
	padding-bottom:6px;
	padding-left:6px;
	font-weight:bold;
}

div.column .ctabox.best-sellers ol {
	margin:0;
	padding:0 0 0 29px;
	list-style: decimal;
}

div.column .ctabox.best-sellers ol li {
	line-height:14px;
}

div.column .ctabox.best-sellers ol li a {
	color:#5c5042;
}


/* */


div#basket.productsadded {
	border-bottom: #fff 1px solid;
	background-color:#198643;
}

/*  */

/* products banner */
.productsbanner {
	margin: 0;
	padding: 0;
}
/*  */

/* --admin form--- */

div#admintext {
	margin: 0;
	padding: 0 0 30px 0;
}

div#admintext div {
	margin: 0 0 1.5em 0px;
	padding: 0;
}

div#admintext form {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#admintext fieldset {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: #D1D1C4 1px solid;
	background-color: #F7F7F7;
}

* html div#admintext fieldset {
	background-color: transparent;
}

div#admintext a:link {
	color: #8C181B;
}

div#admintext a:visited {
	color: #8C181B;
}

div#admintext a:hover {
	color: #FF4500;
}


/* --Admin table styles-- */

table#admintable,
table#customertable,
table#ordertable {
	margin:0 0 10px 0;
	width:100%;
}

table#admintable th,
table#customertable th,
table#ordertable th {
	font-weight:bold;
	background:#C7CACD;
	border-right:1px solid #ffffff;
	padding:2px;
}

table#admintable td,
table#customertable td,
table#ordertable td {
	padding:2px;
}

table#admintable tr.rowhighlight,
table#customertable tr.rowhighlight,
table#ordertable tr.rowhighlight {
	background:#EEEEEE;
}

table#admintable tr.attributehighlight {
	background-color: #E9D1B3;
}

table#admintable .width100,
table#customertable .width100,
table#ordertable .width100 {
	width: 100px;
}

table#admintable .width150,
table#customertable .width150,
table#ordertable .width150 {
	width: 150px;
}

table#admintable .width200,
table#customertable .width200,
table#ordertable .width200 {
	width: 200px;
}

table#admintable .width150,
table#customertable .width150,
table#ordertable .width150 {
	width: 150px;
}

table#admintable .width300,
table#customertable .width300,
table#ordertable .width300 {
	width: 300px;
}

table#admintable .width470,
table#customertable .width470,
table#ordertable .width470 {
	width: 470px;
}

table#admintable .width30,
table#customertable .width30,
table#ordertable .width30 {
	width: 30px;
}

table#admintable .width60,
table#customertable .width60,
table#ordertable .width60 {
	width: 60px;
}

table#admintable .width70,
table#customertable .width70,
table#ordertable .width70 {
	width: 70px;
}

table#subtotal {
	text-align: right;
}

/*  */

/* admin link styles */

#adminnav {
	background: transparent;
}
	
ul#adminnav  {
	border:none;
	background:none;
}

ul#adminnav  li a:hover {
	background:none;
	background-color:red;
}

#adminnav li {
	margin-left: 0;
	margin-bottom: 5px;
}

#adminnav li a {
	padding-left: 5px;
	line-height: 2em;
	color: white;
	background-color: #A52A2A;
}

#adminnav li a:hover {
	color: white;
	background-color: #E82A2A;
}

.adminlink, p.admintext {
	margin-top: 20px;
	color: #ff0000;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

h1 .adminlink {
	margin: 0 0 0 50px;
	font-size: 0.45em;
	font-weight: normal;
}

.adminlink a, p.admintext a {
	padding: 3px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	background-color: #A52A2A;
	text-decoration: none;
	border: 1px solid silver;
}

.adminlink a:hover, p.admintext a:hover {
	color: white;
	background-color: #0F589D;
	text-decoration: none;
}

.right, .edit_cta, .add_cta {
	float:right;
}

.left, .clicks {
	float:left;
}

/*Is this still required - was id for a strong tag now covered by span class admin link*/
#categoryadminlink {
	margin: 0 0 0 50px;
	font-size: 0.45em;
	font-weight: normal;
}

.contentadminlink {
	font-size: 1em;
	color: #E48B00;
}


/*  */

/** FORMS **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

legend {
	margin-left: 0;
	padding:0 4px 0 4px;
	font-size: 1.4em;
	font-weight: normal;
	color: #231f20;
	text-align:left;
}

label {
	display: block;
	line-height: 1.8em;
}

input {
	margin-top: 1px;
}

input.submit {
	padding: 2px;
}

input.checkbox {
	width: 1em;
}

select {
	margin-top: 1px;
}

.content fieldset#buttons {
	font-size:12px;
	background:#eee;
	color:#231f20;
	border:none;
	padding:5px 5px 5px 5px;
	margin-right:10px;
	text-align:right;
}

form em {
	color:#ff0000;
	}

.formerror, .formerror a, #product_details fieldset p.formerror {
	color: red;
	font-weight: bold;
}

.required {
	color: #646464;
	font-weight: bold;
	padding-left:6px;
}

.highlight {
	color: #E48B00;
	font-size: 0.8em;
}

/* */

/* Account */
div.formerror input {
	border:1px solid red;
	background:#ffffcc;
}

p.formerror {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:0.9em;
}

input .formerror {
	border:1px solid red;
}

#actitle {
	width: 75px;
}

#acfirstname {
	width: 205px;
}

/* Category */

#acnewcategory {
	width: 220px;
}

#accategoryimage {
	width: 240px;
}

#acparentcategory {
	width: 220px;
}

#acaddbutton {
	width: 100px;
}

label.checkboxlabel {
	float: left;
	width: 8em;
}

input.checkboxes {
	margin: 5px 0 0 0;
}

/*  */

/* maincontent form styles */

.content fieldset {
	margin: 0 0 0px 0px;
	padding: 10px 10px 10px 0px;
}

.content fieldset div, form fieldset#buttons div {
	margin: 0 auto 0.5em auto;
}

p#note {/*to be deleted as replaced by class below*/
	margin: 0 0 15px 0px;
	padding: 10px;
	background-color: #eee;
}

p.note {
	margin: 0 0 15px 0px;
	padding: 10px;
	background-color: #eee;
}
p.note.bold-red {
	font-weight:bold;
}
.error {
	color:#ff0000;
}
/*p.error {
	color:#ff0000;
	font-weight:bold;
}*/

.input_error {
	border:1px solid #ff0000;
}

div#rightbutton {
	float: right;
}

div#centrebutton {
	text-align: center;
}

.content div#productdetails fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.content div#productdetails fieldset div {
	margin: 0 0 10px 0;
	padding: 0;
}

/*  */

/* --admin form--- */

div#admintext {
	margin: 0;
	padding: 0 0 30px 0;
}

div#admintext div {
	margin: 0 0 1.5em 0px;
	padding: 0;
}

div#admintext form {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#admintext fieldset {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: #D1D1C4 1px solid;
	background-color: #F7F7F7;
}

* html div#admintext fieldset {
	background-color: transparent;
}

/*  */

/* address / delivery details */

.addresscol, .deliverycol {
	width:360px;
	float:left;
	margin:10px 0;
	padding-top:10px;
}

.deliverycol {
	background:#fff;
	border-left:1px solid #ccc;
	padding-left:15px;
}


.addresscol label, .deliverycol label, .accountbox label {
	float:left;
	width:150px;
	line-height:100%;
	font-weight:bold;
	padding: 5px 0 0 0;
}

.addresscol input, .deliverycol input  {
	width:160px;
	color:#231f20;
	/*padding:2px 2px 2px 2px;*/
	padding:0;
}

.addresscol select, .deliverycol select,.addresscol #billing_country, .deliverycol #delivery_country {
	width:186px;
	border:1px solid #666633;
	color:#231f20;
	/*padding:2px 2px 2px 2px;*/
	padding:0;	
	font-size:1.1em;
}

textarea {
	border:1px solid #666633;
	color:#231f20;
	padding:2px 2px 2px 2px;	
	font-size:1.1em;
}

.deliverycol label {
	display:none;
}

.deliverycol input, deliverycol select, .deliverycol #delivery_country, .deliverycol #delivery_title {
	margin-left:4px;
}


/* footer */

div.footer .ccicons {
	float:right;
	padding-right:5px;
}

div.footer p.copyright {
	margin-top:-10px;
	color: #666666;
	padding:0 0 0 5px;
}

/** **/
/** ADMIN **/

div#admintext a:link {
	color: #8C181B;
}

div#admintext a:visited {
	color: #8C181B;
}

div#admintext a:hover {
	color: #FF4500;
}


/* --Admin table styles-- */


/*  */

td.text_left, th.text_left {
	text-align:left;
}

td.text_center, th.text_center {
	text-align:center;
}

td.text_right, th.text_right {
	text-align:right;
}


table#admintable,
table#customertable,
table#ordertable {
	margin:0 0 10px 0;
	width:100%;
}

/*table#admintable { Not required as only applied to one of the forms
	border-bottom: 1px solid #231f20;
}*/

table#admintable th,
table#customertable th,
table#ordertable th {
	font-weight:bold;
	background:#C7CACD;
	border-right:1px solid #ffffff;
	padding:2px;
}

table#admintable td,
table#customertable td,
table#ordertable td {
	padding:4px;
}

table#admintable tr.rowhighlight,
table#customertable tr.rowhighlight,
table#ordertable tr.rowhighlight {
	background:#EEEEEE;
}

table#admintable tr.attributehighlight {
	background-color: #E9D1B3;
}

table#admintable .width100,
table#customertable .width100,
table#ordertable .width100 {
	width: 100px;
}

table#admintable .width150,
table#customertable .width150,
table#ordertable .width150 {
	width: 150px;
}

table#admintable .width300,
table#customertable .width300,
table#ordertable .width300 {
	width: 300px;
}

table#admintable .width470,
table#customertable .width470,
table#ordertable .width470 {
	width: 470px;
}

table#admintable .width30,
table#customertable .width30,
table#ordertable .width30 {
	width: 30px;
}

table#admintable .width60,
table#customertable .width60,
table#ordertable .width60 {
	width: 60px;
}

table#admintable .width70,
table#customertable .width70,
table#ordertable .width70 {
	width: 70px;
}


/*  */

iframe.payment {
	height: 740px;
	width: 740px;
	border: none;
}

