/*
Big Table Company
*/

/** 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 **/

body {
	margin: 0;
	padding: 0;
	font-size:0.75em;
	font-family: Helvetica,sans-serif;
	color: #000000;
	background-color:#cccc99;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

.container {
	margin: 0 auto 0 auto;
	padding: 7px 0 0 0;
	width: 879px;
	background: #fff url(/images/bg-container.gif) repeat-y top left;
	text-align:left;
}

.header {
	margin: 0 17px 0 41px;
	padding: 0;
	width: 774px;
	background:#A47A3D url(/images/bg-header.jpg) no-repeat;
	height:101px;
	border-bottom:7px solid #ffffff;
	}

.column {
	float: left;
	margin: 0 0 0 41px;
	padding: 0;
	width: 165px;
	display:inline;
}

.content {
	margin: 0 65px 0 0;
	padding: 0;
	float: right;
	width: 600px;
	display:inline;
}

.footer-container {
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	width: 879px;
	background: #CCCC99 url(/images/bg-footer.gif) no-repeat top left;
}

.footer {
	margin:0 15px 0 15px;
	text-align: left;
	height:40px;
}

/** **/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
	display: block;
}

h1 {
	font-size: 1.6em;
	padding:3px 0 3px 0;
	color:#000;
	font-weight:bold;
}

h2 {
	font-size: 1.2em;
	padding:8px 0;
	font-weight:bold;
}

h3 {
	font-size: 1.4em;
}

a {
	color: #999966;
	text-decoration: none;
}

a:hover {
	color: #999966;
	text-decoration: underline;
}

hr {
	height:1px;
	border:none;
	border-bottom:1px solid #CCCC99;
	padding:0;
	margin:1em 0;
}
/*  */

/* --generic id's & classes-- */


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

.content img.imageleft {
	margin: 0 10px 10px 10px;
	float: left;
	border: #ffffff 1px solid;
}

.content img.imageright {
	margin: 0 10px 10px 10px;
	float: right;
	border: #ffffff 1px solid;
}

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


/** HEADER **/

.header img.logo {
	margin: 0;
	border: none;
	float:left;
}

.header img.printlogo {
	display: none;
}

.header img.headerstrap {
	margin: 18px 0 0 50px;
}

.header img.headerad {
	margin: 0;
	float: right;
}

/* Header CTA */

div.header_cta {
	padding: 5px 0 0 10px;
	float: left;
	width: 483px;
	height: 90px;
}

div.header_cta p.admintext a {
	position: relative;
	top: -102px;
	width: 160px;
	display: block;
	text-align: center;
	background-color: #fff;
}

/* */


/* Header Nav */

ul#headernav {
	margin: 0px 0 0 154px;
	padding: 9px 0 0 0;
	list-style: none;
	float:left;
	border-left:1px solid #ffffff;
	text-transform: capitalize;
}

ul#headernav li {
	margin: 0;
	padding: 0 0 0 5px;
	font-size:1.1em;
	line-height:1.3em;
}

ul#headernav li a {
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	font-weight:bold;
	color: white;
}

ul#headernav a:hover {
	color: white;
	text-decoration: underline;
}

/*  */



/** CART **/

/* Holder */

div#cart {
	float:right;
	width: 204px;
}

/* Basket */

div#basket {
	margin: 0;
	padding: 7px 0 0 0;
	display: block;
	width: 204px;
	color: #999966;
	background-color: #ffffff;
}

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

div#basket li {
	padding:4px 0 4px 8px;
	color: #999966;
}

div#basket li strong {
	color:#666633;
}


div#basket li a {
	display: block;
	color:#999966;
	text-decoration: none;
}

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

/*  */

/* Options */

div#options {
	margin: 0;
	padding: 0;
	width: 204px;
	color: #999966;
	background-color: #ffffff;
}

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

div#options li {
	padding: 0 0 0 8px;
	color: #999966;
}

div#options li a {
	color: #999966;
	text-decoration: none;
}

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

div#options a.currency1, div#options a.currency2, div#options a.currency3 {
	display:inline;
	background:transparent url(/images/bg-currency1.gif) no-repeat center left;
	padding:10px 22px 5px 0;
	overflow:hidden;
	font-size:1px;
}

div#options a.currency2 {
	background:transparent url(/images/bg-currency2.gif) no-repeat center left;
}

div#options a.currency3 {
	background:transparent url(/images/bg-currency3.gif) no-repeat center left;
	float:none;
}


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

/* */

/** **/

/** COLUMN **/

/* Search */

#search label {
	color: #77463B;
	font-size: 1.3em;
	line-height: 1.8em;
	display:none;
}

#search {
	margin:0;
	padding:0;
}

#search input.textbox {
	width:58%;
	border:1px solid #666633;
	color:#666633;
	padding:2px 0 4px 10px;
	margin:0 1px 0 0;
	font-size:0.8em;
	float:left;
}

#search input.searchbutton {
	width:30%;
	font-size:12px;
	background:#CCCC99;
	color:#000000;
	border:none;
	border-right:1px solid #707054;
	border-bottom:1px solid #707054;
	border-top:1px solid #E7E7AD;
	border-left:1px solid #E7E7AD;
	padding:1px;
	float:right;
}
/*  */

/* Primary Navigation */

ul.primary {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background:#ffffff;
}

.primary img {
	border: none;
}

ul.primary li {
	margin: 0 0 1px 0;
	display: block;
	font-size: 1em;
}

ul.primary li a {
	padding: 2px 0 2px 8px;
	display: block;
	color: #999966;
	text-decoration: none;
	font-size: 1em;
}

ul.primary li a:hover, ul.primary li a.active {
	background:#DDDDCD;
	color:#323222;
}

ul.primary li.offers a {
	color: #CD2027;
}

/* */

/* Newsletter */

.column .newsletter {
	background:#999966;
	padding:6px 4px 12px 12px;
	margin:0 0 8px 0;
}

.column .newsletter p {
	color:#ffffff;
	padding:0 0 8px 0;
}

.column form.newsletter-form {
	margin:0 0 12px 0;
	padding:0;
	line-height:0;
}

.column form.newsletter-form label {
	display:none;
}

.column form.newsletter-form input {
	margin:0;
}

.column form.newsletter-form input.newsletter-textbox {
	width:102px;
	border:1px solid #ffffff;
	color:#000000;
	padding:2px 0 2px 2px;
	margin:0 3px 0 0;
	font-size:0.8em;
}

.column form.newsletter-form input.newsletter-button {
	font-size:12px;
	background:#CCCC99;
	color:#000000;
	border:none;
	border-right:1px solid #707054;
	border-bottom:1px solid #707054;
	border-top:1px solid #E7E7AD;
	border-left:1px solid #E7E7AD;
	padding:1px;
}

/* */

/* Call to action boxes */

.column .ctabox {
	margin: 2px 0;
	padding:0;
}

.column .enewsbox {
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
}

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

/* */

/* Credit card icons */

ul.ccicons {
	margin:50px 0 0 0;
}

ul.ccicons li {
	float:left;
	padding:0 2px 0 0;
}
/*  */

/** **/


/** CONTENT **/

/* Page navigation */

.content ul.pagenav {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	height: 30px;
	list-style: none;
}

ul.pagenav li {
	margin: 0;
	padding: 0;
	display: block;
}

.content ul.pagenav a {
	color: blue;
	text-decoration: underline;
}

li.pagelink {
	float: right;
	width: 20px;
}

li.totalpages {
	float: left;
	text-align: left;
}

li.previousnext {
	float: right;
	width: 150px;
}

/*  */

/* Breadcrumb */

.content ul#breadcrumb {
	margin:0 0 7px 0;
	padding: 0 0 0 8px;
	text-transform: capitalize;
	list-style: none;
	background:#999966;
}

.content ul#breadcrumb li {
	display: inline;
	line-height:1.75em;
	font-weight:bold;
	color:#ffffff;
}

.content ul#breadcrumb li a {
	color:#CCCC99;
}

.content ul#breadcrumb a:hover {
	text-decoration:underline;
}

/* */

/* Spotlight */

div#spotlight {
	margin: 0 0 4px 0;
	padding: 0;
}

div#spotlight img {
	margin: 0;
	padding: 0;
	border: none;
}

/*  */

/* Call to action */

div.ctaboxpagead,
div.ctaboxpageadend,
div.ctaboxofferad,
div.ctaboxofferadend {
	margin: 0 7px 10px 0;
	padding: 0;
	width: 195px;
	float: left;
}

div.ctaboxofferadend,
div.ctaboxpageadend {
	margin-right: 0;
}

div.ctaboxpagead img,
div.ctaboxpageadend img {
	margin: 0;
	padding: 0;
	border: none;
}

div.ctaboxofferad img,
div.ctaboxofferadend img {
	border: none;
}

div.ctaboxpagead h2,
div.ctaboxpageadend h2 ,
div.ctaboxofferad h2,
div.ctaboxofferadend h2 {
	margin: -5px 0 0 0;
	padding: 2px 4px 4px 4px;
	min-height:4em;
	height:auto !important;
	height:4em;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #999966;
}

div.ctaboxpagead h2 em,
div.ctaboxpageadend h2 em,
div.ctaboxofferad h2 em,
div.ctaboxofferadend h2 em {
	font-style: normal;
	font-size:1.4em;
	text-transform: capitalize;
}

.content em.oldoffpr {
	text-decoration: line-through;
	font-style: normal;
	font-size:1.4em;
}

.content em.newoffpr {
	font-weight: bold;
	font-size:1.4em;
	color: white;
	font-style: normal;
}

/* */

/* Generic styles */

.content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

/* */


/* products banner */

.productsbanner {
	margin: 0;
	padding: 0;
}

/*  */

/* Category pages */

div.categoryblock {
	margin: 0 0 0 0px;
	padding: 0;
	color: #000;
	font-size: 1em;
}

.content h2.producttitle {
	margin: 0 0 1px 0;
	padding: 2px 0 2px 5px;
	background-color: transparent;
	font-size: 1em;
	font-weight: normal;
	min-height:4em;
	height:auto !important;
	height:4em;
}

.content h2.producttitle a {
	color:  black;
	display: block;
}

.content p.productqty {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #8D8D92;
	font-size: 0.8em;
  	font-weight: normal;
	display: inline;
}

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

p.oldprice, div.product li.oldprice {
	text-decoration: line-through;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 0 6px 0 6px;
	float:left;
}

p.newprice {
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}

p.newprice em {
	color:  red;
	font-style:normal;
}

li.newprice em {
	font-style: normal;
}

em.specialoffer {
	padding:2px 0;
	font-weight:bold;
	color:red;
}

/* */

/* product listing pages */

.content div.product {
	margin: 0 3px 4px 0;
	padding: 0 0 10px 0;
	float: left;
	width: 195px;
	color: #000;
	border: none;
	position: relative;
	min-height:250px;
	height:auto !important;
	height:250px;
	border: #CCCC99 1px solid;
}

.content div.productwide {
	margin: 0 0 1.7em 1em;
	padding: 0 0 8px 0;
	width: 94%;
	color: #000;
	border: none;
	background-color: #E7F0ED;
}

.content div.product.listing {
	height:220px;
}

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

.content div.product ul li, .content div.productwide ul li {
	display: block;
	margin-bottom: 0px;

}

.content div.product img {
	margin: 0;
	padding: 0;
}

.content div.productwide img {
	float:right;
	margin: 0;
	padding: 0;
	border: #4E8FCD 1px solid;
}

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

li.newprice {
	text-align: left;
}

em.adlink a:link {
	display: block;
	clear: right;
	width: 80px;
}

/*  */

/* Product detail pages */

.content div#productdetails, .content div#productenlarged {
	margin: 15px 0 0 0;
	padding: 0 0 10px 10px;
	border:1px solid #CECE9C;
}

.content div#productenlarged, .content div#productenlarged img {
	padding:0;
}

.content div#productenlarged p {
	padding:10px 0 10px 8px;
}

.content div#productdetails h1, .content div#productdetails h2 {
	font-size: 1.2em;
	padding:0;
	font-weight:bold;
	margin:10px 0 5px 0;
	color:#000;
}

.content div#productdetails img {
	margin: 0 10px 0 0;
	float: left;
	border: white 1px solid;
}

.content div#productdetails p {
	font-size:1.1em;
	color:#999999;
}

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

.content div#prodisimg {
	margin: 0px 0 0 -10px;
	padding: 0;
	width: 230px;
	float: left;
}

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

.productcolleft {
	float:left;
	margin:0;
	padding:0;
	width: 220px;
}

.productcolright {
	float:left;
	margin:0;
	padding:0;
	width: 327px;
	padding:13px 0 0 23px;
}

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

.productadvert {
	float:left;
	margin-left:10px;
}

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

.content div#productdetails ul {
	list-style: none;
	margin:25px 0 0 0;
}

div#productdetails li.oldprice {
	padding:0 5px 0 0;
	float:left;
	text-decoration: line-through;
	font-weight:bold;
}

div#productdetails li.newprice {
	color: red;

	font-weight: bold;
}

/*  */

/* View basket */

table#ordercart {
	margin: 0px;
	width:100%;
}

table#ordercart th, table#ordercart td, table#viewcart th, table#viewcart td {
	padding:2px;
}

table#ordercart tr.rowhighlight td, table#viewcart tr.rowhighlight td {
	background:#F0F5D3;
}

table#ordercart th, table#viewcart th {
	font-weight:bold;
	background:#CCCC99;
	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 {
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	border-top:1px solid #999966;
	background:#F0F5D3;
	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;
}

/*  */

/* Checkout */

.content ul#progress_indicator {
	margin: 20px 0 50px 0px;
	padding: 0;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	color: #999966;
	list-style: none;
	display:block;
}

.content ul#progress_indicator li {
	margin: 0 2px 2px 2px;
	padding: 2px 0 0 0;
	line-height: 15px;
	float: left;
	width: 19%;
	background-color: #F0F5D3;
	border-bottom: 1px solid #999966;
}

.content ul#progress_indicator li#selected {
	color:  #666633;
	font-weight:bold;
	border-bottom: 2px solid #666633;
}

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

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

#checkout_comments {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

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

.checkoutaddress {
	float:left;
	width: 250px;
}

/*  */


/* icons */

.icons {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

.icons img{
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	border: none;
}

/* */

/** **/

/** footer **/

.siteinfo {
	margin: 0px;
	padding: 0px 5px 0em 10px;
	clear:both;
}

.siteterms {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 0.5em;
	border: none;clear:both;
}

.footer ul {
	margin: 0 37px 0 37px;
	font-size: 1em;
	list-style: none;
}

.footer ul li {
	display:inline;
	float:left;
	color:#5f5f47;
}

.footer ul li a {
	color: #5f5f47;
	text-decoration: none;
	display:block;
	float:left;
	border-right:1px solid #999966;
	padding-left: 12px;
}

.footer ul li  {
  float:right;
  }
  
.footer ul li#secondary_navigation_1, .footer ul li#secondary_navigation_2,.footer ul li#secondary_navigation_3,.footer ul li#secondary_navigation_4, .footer ul li#tertiary_navigation_1, .footer ul li#tertiary_navigation_2,.footer ul li#tertiary_navigation_3,.footer ul li#tertiary_navigation_4 {
  float:left;
}

.footer ul li#secondary_navigation_1 a, .footer ul li#tertiary_navigation_1 a {
	width:62px;
}

.footer ul li#secondary_navigation_2 a, .footer ul li#tertiary_navigation_2 a {
	width:121px;
}

.footer ul li#secondary_navigation_3 a, .footer ul li#tertiary_navigation_3 a {
	width:61px;
}

.footer ul li#secondary_navigation_4 a, .footer ul li#tertiary_navigation_4 a {
	border:none;
}

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

/** FORMS **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

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

label {
	color: black;
	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:#F0F5D3;
	color:#000000;
	border:none;
	border:1px solid #;
	padding:5px 5px 0 5px;
	text-align:right;
}

.content fieldset#buttons input {
	font-size:12px;
	background:#CCCC99;
	color:#000000;
	border:none;
	border-right:1px solid #707054;
	border-bottom:1px solid #707054;
	border-top:1px solid #E7E7AD;
	border-left:1px solid #E7E7AD;
	padding:1px;
}

.textadd, #cart_quantity, #ordercart input,  #checkout_payment_details input,  #checkout_payment_details select {
	border:1px solid #666633;
	color:#000000;
	padding:2px 2px 2px 2px;
	margin:0 3px 0 0;
	font-size:0.8em;
}

.add, .productsubmit {
	font-size:12px;
	background:#CCCC99;
	color:#000000;
	border:none;
	border-right:1px solid #707054;
	border-bottom:1px solid #707054;
	border-top:1px solid #E7E7AD;
	border-left:1px solid #E7E7AD;
	padding:1px;

}


/* generic classes and ids */

.formerror {
	color: red;
	font-weight: bold;
	padding-left:6px;
}

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

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

/* */

/* Account */

div.accountbox {
	float: left;
}

#actitle {
	width: 75px;
}

#acfirstname {
	width: 205px;
}

#acsurname{
	width: 195px;
}

#acpassword {
	width: 230px;
}

#acconfirmpassword {
	width: 220px;
}

/*  */

/* Billing */

#billingtitle {
	width: 75px;
}

#billingfirstname {
	width: 205px;
}

#billinglastname{
	width: 300px;
}

/*  */

/* Delivery */

#deliverytitle {
	width: 75px;
}

#deliveryfirstname {
	width: 205px;
}

#deliverylastname{
	width: 300px;
}

/*  */

/* 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 */

form p {
	margin: 5px 0 5px 0;
}

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

.content fieldset div {
	margin: 0 auto 0.5em auto;
}

p#note {
	margin: 0 10px 15px 0px;
	padding: 10px;
	border: #CCCC99 1px solid;
	background-color: #F7FFE8;
}

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 10px;
	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;
}

/*  */

/* 2 column form layout and css overides */

.addresscol, .deliverycol {
	width:305px;
	float:left;
	background-color: #F0F5D3;
	margin:10px 0;
	padding-top:10px;
}

.deliverycol {
	width:260px;
	margin:10px 0 0 15px;
	background:#fff;
}

.addresscol #billingtitle, .deliverycol #billingtitle, .addresscol #billingfirstname, .deliverycol #billingfirstname, .addresscol #billinglastname, .deliverycol #billinglastname,  .addresscol #billing_country, .deliverycol #billing_country, .addresscol #deliverytitle, .deliverycol #deliverytitle, .addresscol #deliveryfirstname, .deliverycol #deliveryfirstname, .addresscol #deliverylastname, .deliverycol #deliverylastname {
	width: auto;

}

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

.addresscol input, .deliverycol input  {
	width:180px;
	border:1px solid #666633;
	color:#000000;
	padding:2px 2px 2px 2px;

}

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

textarea {
	border:1px solid #666633;
	color:#000000;
	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;
}

/** **/

/** ADMIN **/

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 20px 0 0;
	width:100%;
}

table#admintable th,
table#customertable th,
table#ordertable th {
	font-weight:bold;
	background:#E4EFF5;
	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 .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;
}

#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: Red;
	text-align: left;
}

.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;
}

#categoryadminlink {
	margin: 0 0 0 50px;
	font-size: 0.45em;
	font-weight: normal;
}

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

/*  */
