/* Mart Safety stylesheet*/

BODY {
	background: #999999;
	color: #000000;
	margin: 10px;
/*	margin-bottom: 10px; */
	padding: 0px;
   font: 11px Verdana, Arial, sans-serif;
}


.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
  background-color: #fbd600; /* Mart */
}

/*Mart, transparent buttons */
td.main a img, td.cartBox a img, td.main img {
	background-color: #000;
}
td.main a:hover img, td.cartBox a:hover img {
	background-color: #777;
}

/*Mart, transparent buttons used in a form */
input.ibutton {
	background-color: #000;
}

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

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

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

 

/*SIDEBOX CSS*/

/*.column_left, .column_right, .column_single { */
.column_right, .column_single {
  background: #ffffff;
  padding: 2px;
}
/*Mart, backdrop of left navigation column */
td.column_left {
/*	padding: 5px 26px 0 10px; */
	padding: 25px 13px 0 13px;
	background: #000;
	height: 440px;
}
/*Mart, add border around left nav */
table.column_left {
	border: 2px solid #fbd600;
	padding: 10px 5px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
/*.leftbox, .rightbox, .centerbox, .singlebox { */
.rightbox, .centerbox, .singlebox {
  border: 1px solid #000;
  margin: 2px;
}
/*mart, navigation boxes */
.leftbox {
	background: none;
	margin-bottom: 0px;
	padding-top: 10px;
}

.rightboxheading, .centerboxheading, .singleboxheading {
  background-color: none;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

/* Mart left boxes */
.leftboxheading {
  background-color: #fff;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}
td#shoppingcart-content {
	padding-right: 10px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #000;
}
td.leftboxheading a:hover, td.rightboxheading a:hover, td.centerboxheading a:hover, td.singleboxheading a:hover {
  color: #777;
}

/* .leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {*/
.rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}
/* Mart left box content */
.leftboxcontent {
  line-height: 125%;
  padding: 4px;
  color: #fbd600;
}
/* Mart left box links */
td.leftboxcontent a {
  color: #fbd600;
  text-decoration: none;
}
td.leftboxcontent a:hover {
  color: #fff;
}

.sideBoxContents {
	color: #fff;
}

/* end of Mart */

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #000;
  margin-bottom: 15px;
}

/*.plainBox, .plainbox-description { */
.plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
/*  border:1px solid #9a9a9a; */
  padding: 5px;
}
/* Mart, define pages formating */
.plainBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #fbd600;
  border: none;
  padding: 0;
  margin: 0;
}

/* cbd, product info box */
.prod-box {
	padding-left: 10px;
}

.plainBoxHeading, TD.tableHeading, h1 {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 0 5px;
}

/* Mart, basket contents heading */
.productListing-heading {
  background-color: #000;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 3px;
  height: 20px;
}

/* cbd, cell holding productListing table */

TD.productListing-data {
  font-size: 10px;
/*  padding: 5px; cbd */
}

/* Mart product listing */
table.productListing-data a {
	color: #000;
	text-decoration: none;
  font-size: 12px;
}

td.productListing-data a img {
	border: 1px solid #000;
}
td.productListing-data a:hover img {
	border-color: #777;
}

table.productListing-data a:hover {
	color: #777;
}
a.prod-image img {
	border: 2px solid #000;
}
a:hover.prod-image img {
	border-color: #777;
}

/*center main section
-----------------------------------*/

/*Mart, hide breadcrumbs in main section */
.breadCrumb {
	display: none;
}

/*TD.pageHeading, DIV.pageHeading, h1 { */
DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #9a9a9a;
  padding-top: 11px;
}
/* Mart, heading */
td.pageHeading h1 {
	font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}

.center_column {
  padding: 8px;
}
/* Mart, main page is yellow */
.main_page{
  width: 750px !important;
  background-color: #fbd600;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
/*  padding: 5px; cbd*/
	padding: o;
}

/* Mart, category image and text links */
table.linkpics img {
	border: 2px solid #000;
	margin: 5px 0;
}
table.linkpics a {
	color: #000;
	text-decoration: none;
  font-size: 12px;
}
table.linkpics a:hover {
	color: #777;
}
table.linkpics a:hover img {
	border-color: #777;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
/*   background: #eff4f8; */
   font-size: 10px;
   padding: 3px;
/*   border: 1px dotted #ffb062; */
}

/* Mart, no color difference between odd and even */
TR.productListing-odd, TR.upcomingProducts-odd {
  background: #fbd600;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #fbd600;
}

/* cbd */
td.pageresults {
	padding-bottom: 5px;
}
td.pageresults a:hover {
  color: #000;
}

SPAN.newItemInCart {
  color: #000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}
/* Mart */
.greetUser {
   color: #000;
   font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
   padding-top: 5px;
/*   padding-bottom: 5px; */
}

SPAN.greetUser {}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

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 {
  font-size: 10px;
  color: #FF0000;
}

/* Mart, no color effects */
.moduleRow { }
.moduleRowOver { background-color: #fbd600; cursor: pointer; }
.moduleRowSelected { background-color: #fbd600; }

/* cbd, message boxes */
.messageStackError, .messageStackWarning, errorBox {
  background-color: #fff;
  color: #c72c31;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #c72c31;
}
.messageStackSuccess {
 	background-color: #fff; 
  color: #249544;
  font-size: 10px;
 	padding: 4px; 
 	border: 1px solid #249544; 
}
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; 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;
  font-size: 10px;
  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;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
/* cbd, modified */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:none;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories and extra links */
/*A.category-top, A.category-links {
  color: #428dff;
  text-decoration: none;
} */

A.category-subs, A.category-products {
  color: #428dff;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

/* CBD forms */
td.formtext {
	width: 170px;
	text-align: right;
}
td.formbox {

}