/* sidewide classes */

* {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #73BE1E;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	color: #73BE1E;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h3 {
	font-size: 14px;
	color: #73BE1E;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #73BE1E;
	margin-bottom: 15px;
}

h4 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #73BE1E;
  text-decoration: none;
}

.green {
color: #73BE1E;
}

/* Main-Layout */

body {
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


#wrapper {
	width: 844px;
	margin: 0 auto 0 auto;
}

#header {
	width: 844px;
	height: 172px;
	text-align: left;
	border: 0;
}

#navtrail {
	width: 844px;
	color: #ccc;
	margin-bottom: 10px;
}

#navtrail a, #navtrail a:visited {
	color: #999;
}

#leftcol {
	width: 270px;
	margin-right: 10px;
	float: left;
}

#rightcol {
	width: 562px;
	float: left;
	padding-left: 2px;
}

/* Layout Boxes */

#cart_cell {
	background-image: url(img/bg_cart.gif);
	background-repeat: no-repeat;
}

#cart {
	width: 280px;
	height: 55px;
	color: #fff;
}

#search {
	width: 267px;
	height: 62px;
	background-image: url(img/bg_search.gif);
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 15px;
	padding-top: 40px;
}

#search input {
	height: 25px;
	border: 1px solid #73BE1E;
	font-size: 12px;
}

#cats a, #cats a:visited {
	color: #00A0C6;
	font-size: 14px;
}

#cats a:hover {
	color: #73BE1E;
	font-size: 14px;
}

#login {
	text-transform: uppercase;
	color: #73BE1E;
	margin-top: 15px;
}

#login input {
	height: 25px;
	border: 1px solid #73BE1E;
	font-size: 12px;
}

#logged_in {
	display: block;
	line-height: 2em;
	width: 255px;
	background-color: #73BE1E;
	color: #fff;
	padding-left: 15px;
	font-size: 14px;
}

#menu_box a, #menu_box a:visited {
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #73BE1E;
	display: block;
	line-height: 2em;
	font-size: 12px;
	background-color: #fff;
}

#menu_box a:hover {
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #73BE1E;
	display: block;
	line-height: 2em;
	font-size: 12px;
	background-color: #f2f2f2;
}


#admin {
	display: block;
	line-height: 2em;
	width: 255px;
	background-color: #73BE1E;
	color: #fff;
	padding-left: 15px;
	font-size: 14px;
}

.clear {
	clear: left;
}

/* Layout Modules */

#create_account input {
	margin-bottom: 10px;
	border-bottom: 1px dashed #73BE1E;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 12px;
}

#create_account label {
	color: #73BE1E;
	margin-bottom: 10px;
}

#create_account p {
	margin-bottom: 20px;
}

#contact_us input {
	margin-bottom: 10px;
	border: 1px dashed #73BE1E;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 12px;
}

#contact_us textarea {
	margin-bottom: 10px;
	border: 1px dashed #73BE1E;
	font-size: 12px;
}

#contact_us label {
	color: #73BE1E;
	margin-bottom: 10px;
}

#productlist_img {
	border: 1px solid #73BE1E;
	margin-bottom: 2px;
	margin-right: 2px;
}


#listcell {
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 137px;
}

.productlist_price {
	background: #00A0C6;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.productinfo_price {
	background: #00A0C6;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#vouchers {
width: 560px;
background-color: #f2f2fe;
}

#vouchers input {
background-color: #fff;
border: 1px solid #73BE1E;
margin-bottom: 5px;
}

#vouchers label {
color:#73BE1E;
font-weight: bold;
margin-bottom: 5px;
text-transform: uppercase;
}

.small {
	font-size: 10px;
}

.adresslabel {
	width: 200px;
	border: 1px dotted #73BE1E;
	background-color: #f2f2f2;
	padding: 15px;
	margin-bottom: 10px;
}

label {
	margin-right: 15px;
	display: block;
}

.pageResults a, .pageResults a:visited {
padding: 2px;
color: #fff;
background-color: #73BE1E;
} 

a.pageResults {
padding: 3px;
color: #fff;
background-color: #73BE1E;
}

a.pageResults:visited {
padding: 3px;
color: #fff;
background-color: #73BE1E;
} 

a.pageResults:hover {
padding: 3px;
color: #fff;
background-color: #00A0C6;
} 

a.pageResults:active {
padding: 3px;
color: #fff;
background-color: #00A0C6;
} 


/* xtc */

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img {
	border:0;
}



FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
	background: #F6F6F6;
}

TD.headerNavigation {
	
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #000;
	color: #ff5900;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  background: #E6E6E6; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
}

.productListing-heading {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}


TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

.copyright {
position: relative;
display: block;
float:left;
  text-align: center;
  width: 100%;
  padding-bottom: 25px;
  margin-top: 25px;
}

.parseTime {
  text-align: left;
}

A.copyright {
  color: #000000;
}

A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
	color: #ff0000;
}

SPAN.productDiscountPrice {
	color: #ff0000;
	font-weight: bold;
}

.moduleRow {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	border-bottom: 1px solid #73BE1E;
}

.moduleRowOver { 
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	border-bottom: 1px solid #73BE1E;
	background-color: #f2f2f2;
}
	
.moduleRowSelected { 
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	border-bottom: 1px solid #000;
 }

.checkoutBarFrom, .checkoutBarTo {   
	color: #8c8c8c; 
}

.checkoutBarCurrent {   
	color: #000000; 
}

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 {  font-size: 7pt; }
.heading2 {  font-size: 9pt; }
.heading3 {  font-size: 10pt; }
.heading4 {  font-size: 12pt; }
.heading5 {  font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading { 
font-size: 10pt; color: #FFFFFF; 
background-color: #666666; 
padding-top: 2px; padding-bottom: 2px;
}

.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub { font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning {   background-color: #ffb3b5; }
.messageStackSuccess {   background-color: #99ff00; }

/* input requirement */

.inputRequirement {   color: #ff0000; }

.tableShop {
	background-color: #ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}

.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.tableListingI {
border-bottom: 1px dashed #ff5900;
}

.tableListingII {
border-bottom: 1px dotted #ff5900;
}

.tableBody {
padding: 5px;
}

.onepxwidth {
	width: 1px;
}





/* PARAGRAPH GLOBAL */
p {margin:8px 0px 8px 0px}

/* ORDER DETAILS */
table.orderdetails {font-size:11px; background-color:#FFF2CC; border-style: solid; border-width:0px 1px 1px 1px; border-color:#DA9401;}
table.orderdetails tr td {padding:4px}
table.orderdetails tr.headerrow td {background-color:#DA9401; color:#FFFFFF; font-weight:bold}
table.orderdetails tr.headerrow td.left {text-align:left}
table.orderdetails tr.headerrow td.center {text-align:center}
table.orderdetails tr.headerrow td.right {text-align:right}

/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {background-color:#FFF2CC;vertical-align:top}
table.orderdetails tr.contentrow1 td.quantity {text-align:center}
table.orderdetails tr.contentrow1 td.quantity input {font-size:11px; padding:2px; border:solid #DA9401 1px;}
table.orderdetails tr.contentrow1 td.productname {text-align:left}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {background-color:#FFEAAB;vertical-align:top}
table.orderdetails tr.contentrow2 td.quantity {text-align:center}
table.orderdetails tr.contentrow2 td.quantity input {font-size:11px; padding:2px; border:solid #DA9401 1px;}
table.orderdetails tr.contentrow2 td.productname {text-align:left}

/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {text-align:right; white-space:nowrap}

/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {text-align:right; white-space:nowrap}

/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {text-align:center; white-space:nowrap}

/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {margin-top:3px;}
table.orderdetails tr td.productname table.productattributes tr td {padding:0px;}
table.orderdetails tr td.productname table.productattributes tr td.attribute {padding-right:4px;}
table.orderdetails tr td.productname table.productattributes tr td.value {width:100%;}

/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {background-color:#FFEAAB; text-align:right;border-style: solid; border-width:1px 0px 0px 0px; border-color:#DA9401;}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {width:100%}

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {width:100%}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {}
ul#checkoutnavigation li {height: 70px; list-style-type:none; float:left; width:185px; margin-right:15px; border: solid 1px; padding:8px}
ul#checkoutnavigation li.active {background-color: #FFEAAB}
ul#checkoutnavigation li.active .number {font-size:20px; font-weight:bold}
ul#checkoutnavigation li.active .title {font-size:14px; font-weight:bold}
ul#checkoutnavigation li.active .description {font-size:11px}

ul#checkoutnavigation li.inactive {color:#999999; background-color: #EDEDED; border-color:#999999}
ul#checkoutnavigation li.inactive .number {font-size:20px; font-weight:bold}
ul#checkoutnavigation li.inactive .title {font-size:14px; font-weight:bold}
ul#checkoutnavigation li.inactive .description {font-size:11px}

/* ERROR MESSAGES */
/* p.errormessage {border: solid #ff0000 2px; padding:15px; background-color:#FFD6D6} */

ul.messageStack {border:solid 2px #B22020; background-color:#FFD6D6; padding:8px}
ul.messageStack li {}
ul.messageStack li.messageStackError {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/exclamation.png); background-repeat:no-repeat; background-position:0px 4px}
ul.messageStack li.messageStackWarning {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/icon_alert.gif); background-repeat:no-repeat; background-position:0px 4px; background-color:#FFF2CD}
ul.messageStack li.messageStackSuccess {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/icon_accept.gif); background-repeat:no-repeat; background-position:0px 4px; background-color:#66FF66}


/* SUCCESS MESSAGE */
/* .messageStackSuccess {padding:4px; background-color:#66FF66} */

/* FOOTER */
.footer {clear:both; text-align:center; font-size:11px; color:#666666; background-color:#E2E2E2; padding: 8px; margin-bottom:5px;}
.footer a {color:#666666; text-decoration:underline}

