/*
  Print stylesheet for Carma site
*/
.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}

TD.main, P.main {
  line-height: 1.5;
}


FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TABLE.headerNavigation {
  background-color: #B3CC94;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
}


TR.headerError {
  background: #ff0000;
}

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;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  background: #ffffff;
}

.boxText {
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  background: #ffffff;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  background-color: #B3CC94;
  
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #B3CC94;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  background: #ffffff;
  border: none;
}
.plainBoxHeading, TD.tableHeading {
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  background-color: #B3CC94;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}
TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  
  padding: 5px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-weight: bold;
  color: #9a9a9a;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 750px !important;
  background-color: #ffffff;  
  padding: 5px;
}

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
  background: #B3CC94;
  
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   
   padding: 3px;
   border: 1px dotted #ffb062;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   
}

TD.fieldKey {
  
  font-weight: bold;
}


TEXTAREA {
  width: 100%;
}

.greetUser {
   color: #f0a480;
   font-weight: bold;
   
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {}

SPAN.markProductOutOfStock {
	color: #c76170;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackCaution { font-family: Verdana, Arial, sans-serif;  background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
}

/* categories_description */
TABLE.categoriesdescription {
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  line-height: 1.0;
}


SPAN.category-subs-parent {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}


/* ADDED BY Brett */

@font-face { font-family: AvantGarde Bk BT; src: url('AVANTGA0.eot'); }  
body { font-family: AvantGarde Bk BT, arial, sans-serif, helvetica; margin: 0px; color: #70805D; }
img { border: 0px; }
input, select, textarea { font-family: AvantGarde Bk BT, arial, sans-serif, helvetica; border: 1px inset #B3CC95; font-size: 1em; }
h1 { display: inline; color: #869970; font-size: 240%; }
h2 { font-size: 180%; display: inline; font-weight: bold; }

td { vertical-align: top; font-size: 100%; color: #869970; }
th { text-align: left; vertical-align: middle; color: #869970; }

a, a:visited { color: #869970; text-decoration: none; }
a:hover { color: #EF4034; text-decoration: none; }
a:active { color: #CAE5A8; text-decoration: none; }

#imgLogo { display: none; }
#imgPrintLogo { display: block; float: right; }

#divMacPush { display: none; }

#positionMeDiv { position: static; width: 100%; height: 100%; }
#divHeader { width: 100%; height: 125px; text-align: right; margin-bottom: 2mm; }
#divMenu { display: none; }
#divMenu a, #divMenu a:visited { color: white; }
#divMenu a:hover { color: #EF4034; }
#divMenu a:active { color: #CAE5A8; }
#divBody { text-align: left; background-color: white; float: left; border-right: 0.2mm solid #869970; color: #869970; font-size: 70%; }
#divBody a, #divBody a:visited { text-decoration: underline; }
#divRightSide { width: 300px; height: 380px; float: right; background-color: #E4EDC2; }
#divThinLine { display: none; }
#divFooter { display: none; padding-top: 2px; margin-left: -1px; text-align: left; color: #84976E; font-size: 70%; float: left; }
#divLGreen { }
#divLGreen a, #divLGreen a:visited { text-decoration: none; }
#divContent {  }
#divContentFull { height: auto; }
#divContent, #divContentFull { width: 359px; }
#divHorizLine { width: 300px; height: 1px; background-color: #869970; overflow: hidden; }
#divProdFunctions { display: none; }
#divProductDetails { }
#divProdOptions { height: auto; }
#divProductPurchase { display: none; }
#divProductPurchase h1 { color: #70805D; }
#divProductPurchase a, #divProductPurchase a:visited { text-decoration: none; }
#divFunc1 { display: none; }
#divFunc2 { display: none;  }
.tRight { text-align: right; }
.divLeftSide { margin-bottom: 30px; }
.lin15 { line-height: 15px; }
#divNavSection { display: none; }
#divTotal { margin: 10px 0px; width: 320px; text-align: right; }
#divBreadcrumb { display: none; }
#tabPayment, #imgLogo { float: right; }
  
#imgHighlight { width: 300px; height: 299px; }
#imgHighlightFull { width: 300px; height: 380px; }

#tabConfirm { margin: 2px 0px 0px 0px; }
#divConfirm { margin: 10px 0px; }

.divPrettyBord { margin-bottom: 10px; padding: 1px 0px; border-top: 1px solid #B3CC95; border-bottom: 1px solid #B3CC95; }
.imgSwitchThumb { float: left; width: 75px; height: 80px; }
.imgSuggest { float: left; margin-right: 5px; border: 1px solid #B5CD96; width: 70px; height: 70px; }
.imgArrow { margin-top: 4px; margin-left: 5px; display: inline; clear: none; }
.buttonFace { cursor: pointer; background: #DDE6BC url(/images/button_face.gif) top center no-repeat; width: 85px; height: 17px; border: 0px; color: #70805D; }
.buttonFaceSmall { cursor: pointer; background: #DDE6BC url(/images/button_face_small.gif) top center no-repeat; width: 45px; height: 17px; border: 0px; color: #70805D; }
.carmaRed { color: #EF4035; }
.error { border: 1px solid #EF4035; padding: 4px; clear: both; margin-top: 20px; }
.fltLeft { float: left; }
.divProductOpt { height: 20px; float: left; clear: both; width: 140px; }
.backGrey { color: #869970; } 
.noBord { border: none; }
.fltLeft { float: left; width: 45%; }
.fltRight { float: right; width: 45%; }
.break { clear: both; }
.h1Add { color: #70805D; }
.margTop20 { padding-top: 20px; }
.divAlnCen { text-align: center; }
.cartBord { border-top: 1px solid #E4EDC2; width: 100%; text-align: right; }

#divMicroCart { line-height: 1.4em; }

.contentBody { }
.divProdList { margin: 20px 10px 0px 0px; width: 95px; height: 110px; float: left; text-align: center; }
.lGreenBack { margin: 20px 0px; padding: 5px 0px; background: #F4F8E7; }


/* Recopied back from Zen-Cart */

.productListing { border-top: 1px solid #B3CC95; border-bottom: 1px solid #B3CC95; width: 320px; margin-top: 10px; font-size: 1em; }
.productListing td { padding: 4px 0px; }
.productListing th { padding: 10px 0px; border-top: 1px solid #B3CC95; border-bottom: 1px solid #B3CC95; }

.category-subs-selected 
{
  color: #EF4034;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  
}

TD.productListing-data-description-odd {
  background: #F4F8E7; 
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #F4F8E7;
}


TD.productListing-data-description-even {
}

/* Recopied back from Zen-Cart */

.productListing { border-top: 1px solid #B3CC95; border-bottom: 1px solid #B3CC95; width: 320px; margin-top: 10px; font-size: 1em; }
.productListing td { padding: 4px 0px; }
.productListing th { padding: 10px 0px; border-top: 1px solid #B3CC95; border-bottom: 1px solid #B3CC95; }

.category-subs-selected 
{
  color: #EF4034;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  
}

TD.productListing-data-description-odd {
  background: #F4F8E7; 
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #F4F8E7;
}


TD.productListing-data-description-even {
}

.messageStackSuccess { background-color: #E4EDC2; padding: 2px; border-bottom: 1px solid #70805D; font-size: 0.9em; color: #70805D; }
