/* --------------right navigavtion------------- */
#right {
  float: right;
  width: 170px;
  padding: 0px;

  margin: 0 20px 5px 21px;
}

/* -------------------------------------------- */

/*This is the Infobox text style*/
.boxText { }

/*This is the Error Messages style with pink background*/
.errorBox { font-size : 12px; background: white; font-weight: bold; border: 3px solid #CF4643; }

/*This is the Warning Messages red font style*/
.stockWarning { color: #cc0033; }

/*This is the Product Notifications green background stylet*/
.productsNotifications { background: #f2fff7; }

/*This is the Order Edit style with green underline*/
.orderEdit { color: #D07659; text-decoration: underline; }

h3.shippingestimator {
	color: #456f46;
	font-weight: bold;
	text-transform: none;
	font-size: 90%;
}

/*Forms display within the page rather than opening a new window*/
FORM {
	display: inline;
}

/*This is the ERROR Background style for a row with a red background*/
TR.headerError {
  background: #ff0000;
}

/*This is the ERROR Background style for a cell with a red background*/
TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

/*This is a ROW Background style with a neon green background*/
TR.headerInfo {
  background: #00ff00;
}

/*This is a CELL Background style with a neon green background*/
TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*This is the INFOBOX Background Style, one shade darker than the Infobox Header color*/
.infoBox {
  background: #C9CBB5;
}

/*Infobox Template for STS-This is the INFOBOX Contents Style, one shade lighter than the Infobox Header color*/
.infoBoxContents {
  background: #DCE3D0;
}

/*This is the INFOBOX Notice Style, a pale salmon color*/
.infoBoxNotice {
  background: #FF8E90;
}

/*This is the INFOBOX Notice Contents Style, a very pale salmon color*/
.infoBoxNoticeContents {
  background: #FFE6E6;
}

/*Infobox Templates for STS-This is the INFOBOX Heading Style, SAME AS HEADER AND FOOTER GRAY BARS*/
TD.infoBoxHeading {
	background: #627787;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 2px;
}

TD.infoBox, SPAN.infoBox {
}

/*This is a GENERAL ROW Style for every other line of noted pages, a palest gray color*/
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;
}

/*This is a GENERAL ROW Style for every other line of noted pages, the same palest gray color but allows you to alternate 2 colors if you wish*/
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: #E8EDDC;
}

/*This is a GENERAL TABLE Style for product listing pages, a deeper gray color*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #C9CBB5;
  border-spacing: 1px;
}

/*This is the GRAY BAR Style for product listing pages, same deeper gray color as previous item*/
.productListing-heading {
	background: url("/media/layout/table_background_heading.gif") repeat-x;
  border-bottom: 2px solid #C9CBB5;
  font-size: 10px;
  font-weight: bold;
}

.productListing-heading a {
  border-bottom: none;
  font-weight: bold;
}

/*This is the FONT Style for product listing pages*/
TD.productListing-data {
}

/*This is the FONT Style for product listing pages*/
TD.productListing-data-name {
  font-size: 75%;
}
TD.productListing-data-name:hover {
  background:#889577;
  color: white;
}

TD.productListing-data-name strong{
  font-size: 125%;
}

TD.productListing-data-icons {
  width: 50px; white-space: nowrap;
}

/*This is the FONT Style for product listing pages*/
.productListing-data-group-0 {
width: 30px;
}
.productListing-data-group-1 {
width: 30px;
}
.productListing-data-group-2 {
width: 30px;
}
.productListing-data-group-3 {
width: 30px; 
}
.productListing-data-group-4 {
width: 30px;
}

/*This is the HYPERLINK Style for Results pages*/
A.pageResults {
  color: #666666;
}

/*This is the HYPERLINK Style for Results pages when the mouse is hovering over it*/
A.pageResults:hover {
  color: #666666;
  background: #FFFF33;
}

/*This is the MAIN TEXT Style, a deeper gray*/
TD.pageHeading, DIV.pageHeading {
	font-size: 20px;
  font-weight: bold;
}

/*This is a Row Sub-bar Style, a very pale gray*/
TR.subBar {
  background: #f4f7fd;
}

/*This is a Cell Sub-bar Style, black default text*/
TD.subBar {
  color: #000000;
}

/*This is a Cell and Paragraph Main Style*/
TD.main, P.main {
}

TD.mainlist_heading, P.mainlist_heading {
  font-size: 9px;
  font-weight: bold;
  vertical-align: bottom;
}

TD.mainlist, P.mainlist {
  border-top: 1px solid #C9CBB5;
  vertical-align: top;
}

TD.mainlist_right, P.mainlist_right {
  border-top: 1px solid #C9CBB5;
  vertical-align: top;
}

.main_button {
  text-align: center;
	background: url("/media/layout/button_background.gif") repeat-x;
  border: 1px solid #C9CBB5;
  height: 16px;
  width: 16px;
  padding: 4px;
}

.main_button_textarea {
  font-size: 8px;
  text-align: center;
  border: 1px solid white;
  float: right;
  padding: 0px;
  margin-left: 2px;
}

/*This is a Cell, Span, and Paragraph Font Style*/
TD.smallText, SPAN.smallText, P.smallText {
  font-size: 75%;
  padding-bottom: 10px;
}

/*This is a Cell, Span, and Paragraph Font Style*/
.smallText_TaxShipping {
  font-size: 9px;
  color: #3C3C3C;
}

/*This is a Cell Font Style in larger size with medium dusty blue font*/
TD.accountCategory {
  font-size: 14px;
  color: #aabbdd;
}

/*This is a Cell Font Style in a bold larger size*/
TD.fieldKey {
  font-size: 14px;
  font-weight: bold;
}

/*This is a Cell Font Style in a bold larger size*/
TD.fieldValue {
  font-size: 14px;
}

/*This is a Table Heading Style in a bold larger size*/
TD.tableHeading {
  font-size: 14px;
  font-weight: bold;
}

/*This is a Span Font Style used for New Items in Cart in a BRIGHT RED FONT*/
SPAN.newItemInCart {
  color: #ff0000;
}

/*This is a FORM STYLE used for checkboxes, input text, radio buttons, and drop-down boxes*/
CHECKBOX, INPUT, RADIO, SELECT {
}

/*This is a FORM STYLE used for text boxes where visitor enters free-form text*/
TEXTAREA {
  width: 100%;
}

/*This is a TEXT STYLE used for the "Greetings, Username! in a funny orange-salmon color*/
SPAN.greetUser {
  color: #4C6E95;
  font-weight: bold;
}

/*This is a FORM BACKGROUND AND BORDER STYLE with a very pale dusty blue background and deep dusty blue border*/
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

/*This is a FORM TEXT STYLE with slightly larger bold text*/
TD.formAreaTitle {
  font-weight: bold;
}

/*This is a SPAN PRODUCTS PAGE STYLE with a pale burgundy color font*/
SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

/*This is a SPAN PRODUCT SPECIAL FONT STYLE in a bright red color*/
SPAN.productSpecialPrice {
  color: #ff0000;
}

/*This is a SPAN ERROR TEXT STYLE in a bright red color*/
SPAN.errorText {
  color: #ff0000;
}

.moduleRow { min-height: 50px; height: 50px; }
.moduleRowOver { min-height: 50px; height: 50px; background-color: white; cursor: pointer; cursor: hand; }
.moduleRowSelected { min-height: 50px; height: 50px; background-color: #7b9ebd; }

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


/* Messageboxen */

.messageStackError, .messageStackWarning, .messageStackSuccess, .messageStackInfo {
  padding: 9px 20px 10px 40px;
  margin-bottom: 25px;  
  line-height: 155%;
}
.messageStackError {
  border: 3px solid #FF002A;
  background: white url("/catalog/images/icons/error.gif") 10px 10px no-repeat;
}
.messageStackWarning {
  border: 3px solid #FFD400;
  background: white url("/catalog/images/icons/warning.gif") 10px 10px no-repeat;
}
.messageStackSuccess {
  border: 3px solid #99CC00;
  background: white url("/catalog/images/icons/success.gif") 10px 10px no-repeat;
}
.messageStackInfo {
  border: 1px solid #7f9db9;
  background: white url("/catalog/images/icons/info.gif") 10px 10px no-repeat;
}

/* input requirement */

.inputRequirement { color: #ff0000; }




/* legal 04 start */
.tax_info {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #758389;
}
/* legal 04 end */

.checkout_agb {
  font-weight: normal;
  color: #758389;
  text-align: justify; padding: 0px 10px 0px 10px;
}


/*This is the MAIN TEXT Style, a deeper gray*/
.prodinfo_name {
	font-size: 18px;
  font-weight: bold;
  color: #456F46;
  border-bottom: 1px solid #456F46;
  padding-right: 20px;
  width: 100%;
}

.prodinfo_model {
	font-size: 10px;
  font-weight: normal;
  color: #454545;
}

.prodinfo_price {
  background: url("/catalog/images/price_bg.gif") no-repeat;
  font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif;
	font-size: 16px;
  font-weight: bold;
  color: black;
  width: 100px; max-width: 100px;
  height: 59px;
  padding-top: 16px;  
  text-align: center;
}


.legallist {
  list-style-type: none; 
  padding-left: 0px;
}
.legallist H1 {
  font-size: 10pt;  
}
.legallist OL {
}



hr.ot_total {
  border: none 0; 
	border-top: 3px double rgb(119,136,153);
	width: 100%;
	height: 3px;
	margin: 0;
	text-align: left;
}	

hr.ot_subtotal {
  border: none 0; 
	border-top: 1px solid rgb(119,136,153);
  width: 100%;
	text-align: left;/*this will align it for IE*/
	margin: 0;
}	



a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: fixed;
top: 30px;
left: 30px;
width: 500px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #4dbcf3;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
font-size: 0.8em;
}

.tooltipTableHeading {
	font-weight: bold;
	color: #7b9ebd;
}

.mp3playerborder {
  border: 1px solid #999999;
  padding: 0px 3px;
}
