/**
Client:				Heritage Stationary 
Date:					May 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: 100%;
	font-family: Arial, sans-serif;
	color: #666;
}

div.container {
	margin: 0 auto 0 auto;
	width: 969px;
}

div#main {
	margin:12px 0 0 0;
}

div.header {
	padding: 0 3px 0 16px;
	width: 969px;
	position:relative;
	border-bottom:1px solid #ccc;
	height:160px;
}

div.header div.logo_section {
	float:left;
	display:inline;
	width:718px;
}

div.header div.cart_section {
	float:left;
	display:inline;
	width:234px;
}

div.header div.hdrinfo {
	padding-top:38px;
}

div.header div.hdrinfo p.delmsg {
	font-family:georgia,"Nimbus Roman No9 L",serif;
	font-size:18px;
	margin: 0;
	color: #90866B;
}

div.header div.hdrinfo p.tel {
	font-family:georgia,"Nimbus Roman No9 L",serif;
	font-size:18px;
	color:#000;
}

div.content {
	margin: 0 0 0 16px;
	float: left;
	width: 702px;
	display:inline;
}

div.column {
	float: right;
	width: 234px;
	display:inline;
}

div.footer {
	margin: 20px auto 0 auto;
	padding: 5px 3px 0 16px;
	width: 969px;
	border-top:1px solid #ccc;
	position:relative;
}

div.footer div.nav_section {
	float:left;
	display:inline;
	width:728px;
}

div.footer div.copyright_section {
	float:left;
	display:inline;
	width:234px;
}

/** **/

/** NAVIGATION **/

/* Header Nav */
ul.headernav {
	list-style: none;
	position:absolute;
	bottom:7px;
	line-height:1.2em;
}

ul.headernav li {
	float: left;
}

ul.headernav li a {
	margin: 0 5px 0 0;
	padding: 0 6px;
	display: block;
	float: left;
	color: #000;
	font-size:0.8em;
	font-weight:bold;
}

ul.headernav a:hover {
	color: #decb61;
	text-decoration: none;
}

ul.headernav li#primary_navigation_1 a {
	padding-left:0;
}
ul.headernav li#primary_navigation_7 a {
	background:none;
}
/*  */

/* Primary Nav */

ul.primary {
	margin: 0 0 15px 0;
	list-style: none;
}

ul.primary ul {
	margin: 0 0 0 10px;
}

ul.primary li {
	line-height: 1.4em;
	display: block;
	height:1%;
	font-weight:bold;
}

ul.primary ul li {
	font-weight:normal;
}

ul.primary li a {
	display: block;
	height:1%;
	color: #010101;
	text-decoration: none;
	font-size: 12px;
}

ul.primary li a:hover, ul.primary li.active a, ul.primary li.active ul li.active a {
	color: #8b846b;
	text-decoration: none;
}

ul.primary li a:hover, ul.primary li.active ul li a {
	color:#000;
}

ul.primary li a.nav9 {
	color:red;
	font-size:0.9em;
	background:url(/images/nav9.gif) no-repeat bottom right;
	display:inline;
	padding: 6px 40px 6px 0;
}

#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: 0.75em;
	list-style: none;
	float:left;
}

ul.footer li {
	margin-right: 10px;
	display: inline;
}

ul.footer a {
	color: #231f20;
	text-decoration: none;
	text-transform: capitalize;
}

ul.footer a:hover {
	text-decoration: underline;
}

#siteinfo {
	float:left;
}

#siteterms {
float:left;
}
/*  */

/** **/

/** Generic Styles **/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #666;
	display: block;
	margin:0.6em 0;
}

img {
	font-size: 0.6em;
}

h1 {
	font-size: 1.25em;
	color:#8b846b;
	font-family:georgia,"Nimbus Roman No9 L",serif;
}

body#home h1, body#product_details h1 {
	font-style:oblique;
	color:#90866b;
}

body#home h1 {
	text-transform:none;
}

h2 {
	font-size: 1.1em;
}

.content h2.order_form {
	color:#872657;
	font-weight:bold;
}

.content h2 {
	font-family:georgia,"Nimbus Roman No9 L",serif;
	color:#90866b;
	font-style:oblique;
}

h3 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

hr {
	margin: 2em 0 2em 0;
}

p {
	font-size:0.75em;
}

.content ul, .content ol {
	font-size:0.8em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #105491;
	text-decoration: underline;
}

table {
	text-align: left;
}

table td, table th {
	font-size: 0.8em;
}

p {
	line-height:150%;
	margin:0 0 1em 0;
}

.content ol {
	list-style:decimal;
	margin-left:25px;
}

.content ul {
	list-style:disc;
	margin-left:25px;
}

label, address {
	font-size:0.8em;
}

/* */

/** **/

/** STYLES AND STRUCTURE FOR SPECIFIC AREAS / SECTIONS **/

/* Home Page */

/* Spotlight */
div#spotlight {
	margin: 0 0 7px 0;
	padding: 0;
}

div.content .ctabox {
	margin: 0 16px 8px 0;
	float: left;
	width: 223px;
	padding:0;
}

div.content .ctabox.end {
	margin-right: 0;
}

div.content .ctabox h2 {
	color: #fff;
	background:#90866b;
	font-size: 1em;
	font-family:georgia,"Nimbus Roman No9 L",serif;
	font-weight:normal;
	padding:8px;
	margin:0;
	font-style:normal;
}
div.content .ctabox h2 a {
	color: #fff;
}

div.content .ctabox img {
	margin: 0;
	padding: 0;
	border: none;
}

div.content .ctabox h2 span.newoffpr {
	font-weight:bold;
}
/*  */

/* Header */

div.headersearch {
	margin: 0 0 5px 0;
}

div.headersearch label {
	display: none;
}

div.headersearch input {
	font-size:11px;
	padding:1px;
}

div.headersearch input.textbox {
	width:120px;
	padding:3px;
}

/*  */

/* Content */

div.content img.banner {
	margin: 10px 10px 10px 0px;
	border: none;
}

div.content img.imageleft {
	margin: 0 16px 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 {
	text-decoration: line-through;
}

div.content em.newoffpr {
	font-weight: bold;
	font-size: 0.8em;
	color: Red;
}

/* Breadcrumb */
div.content ul#breadcrumb {
	margin: 0;
	position: relative;
	color: #666;
	font-size: 0.75em;
	list-style: none;
	font-weight:normal;
}

ul#breadcrumb li {
	display: inline;
	color: #666;
}

div.content ul#breadcrumb a {
	color: #000;
}

/* Page navigation */
div.content ul.pagenav {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-align: center;
	height: 30px;
	list-style: none;
	font-weight:bold;
	font-size:0.8em;
}

ul.pagenav li {
	margin: 0;
	padding: 0;
	display: block;
	color:#666;
}

span.pagenav_greyout {
	color:#ddd;
}

div.content ul.pagenav a {
	color: #231f20;
}

li.pagelink {
	float: right;
	width: 20px;
}

li.pagelink {
	float: right;
	width: 20px;
}

li.totalpages {
	float: left;
	text-align: left;
}

li.previousnext {
	float: right;
	width: 150px;
}
/*  */


/* 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: 0.8em;
}

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;
	}

.content h2.producttitle {
	margin: 0;
	padding: 2px 0 0 0;
	min-height:3em;
	height:auto !important;
	height:3em;		
	font-size: 0.8em;
	font-weight: bold;
	font-family: arial,sans-serif;
	font-style:normal;
	text-align:center;
}

div.content h2.producttitle a {
	color:#595959;
	display: block;
}

div.content h2.producttitle a:hover  {
	text-decoration:none;
}
div.content p.details {
	display: none;
	font-size: 0.8em;
}

.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 16px 22px 0;
	padding: 0 0 1em 0;
	float: left;
	width: 223px;
	color: #231f20;
	display:inline;
}
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: 0.8em;
	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;
	float: left;
}


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:300px;
	display:inline;
}

.productcol.description {
	padding:0 10px 0 18px;
	display:inline;
}

.productcol div.lightbox {
	float:left;
}

.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, .attribute label  {
	font-weight:bold;
	display:block;
	float:none;
	margin:0;
	padding:0;
	clear:both;
}

.attribute select {
	margin:0;
}

div.attribute_error label {
	color:red;
}

div.attribute_error select {
	border:1px solid red;
}

.attribute p {
	margin:0;
	padding:0;
	line-height:normal;
}

textarea#cart_card_message {
	width:370px;
}

div#productdetails .productcol p ,div#productdetails .productcol ul {
	margin-left:0;
}

.productadvert {
	float:left;
}

div#productdetails .productadvert img {
	border: none;
	padding:0;
	margin:0;
}
/*  */

/* PRODUCT OPTIONS */
table#productoptions th {
	font-weight: normal;
}

table#productoptions th.toptitle {
text-align: left;
}

table#productoptions tr.descriptionrow {
background-color: #EEEEEE;
}

table#productoptions td.descriptiontext {
border: 1px solid #7E7E7E;
text-align: left;
}

table#productoptions tr.options th, table#productoptions tr.options td {
text-align: left;
}
/*  */

/* VIEW BASKET */
table#ordercart, table#viewcart {
margin-bottom: 5px;
width:100%;
}

table#ordercart tr td table {
	width:95%;
	font-size:1.1em;
}

table#ordercart th.remove,table#viewcart th.remove {
	width:65px;
}

table#ordercart td.remove,table#viewcart td.remove {
	text-align:center;
}

table#ordercart th.item,table#viewrcart th.item {
	width:550px;
}

table#ordercart table td, table#viewcart table td {
	width:40%;
}

table#ordercart table td.primary_title, table#viewcart table td.primary_title {
	font-size:1em;
	border-bottom:1px solid #c5bfa7;
	font-weight:bold;
}

.product_attribute_title {
	display:block;
	float:left;
}

table#ordercart th, table#ordercart td, table#viewcart th, table#viewcart td {
	padding:4px;
	vertical-align:top;
}

table#ordercart tr.rowhighlight td, table#viewcart tr.rowhighlight td {
	background:#f2f2f2;
}

table#ordercart th, table#viewcart th {
	font-weight:bold;
	background:#c5bfa7;
	border-right:1px solid #ffffff;
	color:#000;
	padding:4px;
}
table#ordercart table tr th, table#viewcart table tr th {
	background:none;
	border:none;
}

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;
	border-top:1px solid #2C3F69;
	background:#E9E9E9;
	padding-top:4px;
	padding-bottom:4px;
}	
table#productoptions th {
	font-weight: normal;
}

table#productoptions th.toptitle {
	text-align: left;
}

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: left;
}

table#subtotal {
	text-align: right;
}

span.cart_edit  {
	display:block;
	float:right;
	color:red;
	font-weight:bold;
}

/* 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;
}
/*  */

/* Article layout */
div.articleblock {
	margin: 0 0 20px 0px;
	border-bottom:1px solid #ccc;
}

div.articleblock p,
div.articleblock h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

p.articledate {
	font-weight:bold;
	margin-top:-10px;
}

/*  */

/* Column */
/* Cart */
div#order {
	position:absolute;
	bottom:7px;
}
div#basket {
	display: block;
}

div#basket ul {
	list-style: none;
	font-weight:bold;
	font-size:0.8em;
	line-height:1.4em;
}

div#basket li {
	color:#000;
}

div#basket li a {
	text-decoration: none;
	color:#000;
}

div#basket a:hover {
	text-decoration: underline;
}

/*  */

div.column .ctabox {
	margin: 0;
	padding: 0;
}

div.column #flash {
	z-index:-255;
}

div.column .ctabox.newsletter {
	padding:46px 0 0 0;
	margin:6px 0 20px 0;
	background: url(/images/newsletter-text.gif) no-repeat top left;
}

div.column .ctabox.newsletter p {
	display:none;
}

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:120px;
	padding:3px;
}

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,#main .column h2.product_categories {
	color:#999;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	margin:10px 0 5px 0;
	font-style:normal;
	font-family:Arial,sans-serif;
}

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;
}

/** FORMS **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

legend {
	margin-left: 0;
	padding:0 0 0 4px;
	font-size: 1.1em;
	font-weight: normal;
	color: #231f20;
	text-align:left;
}

label {
	display: block;
	line-height: 1.8em;
}

input {
	margin-top: 1px;
}

input.submit {
	padding: 2px;
}

input.bigsubmit {
	padding: 5px;
	font-weight:bold;
}

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;
}

.formerror, #product_details fieldset p.formerror {
	color: red;
	font-weight: bold;

}

#category_prices {
	display:none;
}

input.close_prices {
	float:right;
}

.required {
	color: #646464;
	font-weight: bold;
	padding-left:6px;
}

.highlight {
	color: #E48B00;
	font-size: 0.8em;
}

/* */

/* Account */

#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 {
	margin: 0 auto 0.5em auto;
}

p#note {
	margin: 0 0 15px 0px;
	padding: 10px;
	background-color: #eee;
}

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;
	padding-left:15px;
}


.addresscol label, .deliverycol label, .accountbox label {
	float:left;
	width:150px;
	line-height:100%;
	font-weight:bold;
}

.addresscol input, .deliverycol input  {
	width:160px;
	color:#231f20;
	padding:2px 2px 2px 2px;

}

.addresscol select, .deliverycol select,.addresscol #billing_country, .deliverycol #delivery_country {
	width:186px;
	border:1px solid #666633;
	color:#231f20;
	padding:2px 2px 2px 2px;	
	font-size:0.8em;
}

textarea {
	color:#231f20;
	padding:2px 2px 2px 2px;	
	font-size:0.8em;
	font-family:arial;
}

.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 {
	font-size:0.75em;
}

/** **/
/** 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 0 10px 0;
	width:100%;
}

table#admintable td.admin a {
	background:red;
	color:#fff;
	padding:0 2px;
}

table#admintable {
	border-bottom: 1px solid #231f20;
}

table#admintable th,
table#customertable th,
table#ordertable th {
	font-weight:bold;
	background:#d5d9b0;
	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 .width400,
table#customertable .width400,
table#ordertable .width400 {
	width: 400px;
}
table#admintable .width230,
table#customertable .width230,
table#ordertable .width230 {
	width: 230px;
}

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;
}

td.checkall {
	background:#ccc;
	font-weight:bold;
}

p.expander {
	width:16px;
	height:16px;
	background:url(/images/close.gif) no-repeat top left;
	float:right;
}

p.expander.hide {
	background:url(/images/open.gif) no-repeat top left;
}

td.expandable {
	display:none;
}
/*  */

/* 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: 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 {
	font-size: 0.45em;
	font-weight: normal;
}

.contentadminlink {
	font-size: 1em;
	color: #E48B00;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #403428;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#c5bfa7;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/*  */



