/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

div.boxes {
	margin: 0;
	margin-bottom: 12px;
}

div.content {
	margin: 0;
}

/* styles for the product_listing module */
#product_listing, #product_listing table {
	width: 100%;
}

#product_listing_filter {
	float: right;
}

/* styles for left and right column boxes */

#box_shopping_cart {
	width: 100%;
}

#box_shopping_cart td.infoBoxHeading {
	white-space: nowrap;
	text-align: left;
	padding-left: 1px;
}

#box_shopping_cart table.infoBoxContents {
	padding: 10px 4px;
}

#box_shopping_cart .boxText {
	color: black;
	text-decoration: none;

}
#box_shopping_cart table.infoBox {
	border: 0;
	padding: 0;
	margin: 0;
}

#box_shopping_cart table.infoBoxContents td {
	padding-top: 2px;
}

#box_product_reviews {
	margin-left: 14px;
}

#box_contact {
}

#box_best_sellers {
}

#box_currencies {
}

#box_forms_of_payment {
}

#box_geotrust {
}

#box_gift_vouchers {
	background-color: #DDDDDD;
}


#box_information {
}

#box_languages {
}

#box_order_history {
}

/* customize the categories box */
#box_categories .infoBoxHeading {
	display: none;
}
#box_categories TABLE.infoBox, #box_categories TABLE.infoBoxContents {
	background-color:transparent;
	border:none;
	padding: 5px;
	margin:0;
	white-space: nowrap;
}

#box_categories .boxText {
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:normal;
	color: #000000;
}

/* customize the information box */
#box_information .infoBoxHeading {
	display: none;
}
#box_information TABLE.infoBox, #box_information TABLE.infoBoxContents {
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
}
#box_information .boxText {
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:normal;
	color: #000000;
}

/* customize the forms of payment box */
#box_forms_of_payment .infoBoxHeading {
	display: none;
}
#box_forms_of_payment TABLE.infoBox, #box_forms_of_payment TABLE.infoBoxContents {
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
}

/* customize the contact us form box */
#box_contact_us_form TABLE {
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
}

/* customize the products listings */
#product_listing a img, #new_product_listing a img {
	margin-right:10px;
	margin-bottom:10px;
	margin-left: 18px;
	border-width: 1px;
	padding: 6px;
	border-color:  ButtonShadow ButtonShadow ;

}
#product_listing td, #new_product_listing td {
	vertical-align: middle;
}
#product_listing input {
	margin-left:10px;
}

/* customize the product info page */
#product_info_date_added {
}
#product_info_reviews {
	display: none;
}
#product_info_also_purchased {
}

/* customize the buttons tables */
#product_info_buttons {
}

/* customize the popup windows */
#popup {
	background:url(/images/body-bg.jpg);
}




/* custom classes */

div.mainTable {
	margin-top:6px;
}

td.bodyArea {
	padding:20px 20px 20px 20px;
}

#leftNav ul {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
}

#leftNav td, #leftNav li {
	font-size:11px;
	line-height:12px;
	padding-bottom:10px;
}

/* osCommerce: Boxes */



TD.infoBoxHeading, .infoBoxHeading {
	/*
  font-size: 10px;
  font-weight: bold;
  background: #DDDDDD;
  color: black;
  */
}

TD.infoBox, SPAN.infoBox, .infoBox, table.infoBox table {
	/*
	background: transparent;
	color: black;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	text-decoration: none;
	*/
}

.infoBoxNotice { background: #DDDDDD; }

/*.infoBoxContents, .infoBoxNoticeContents { background: #DDDDDD; color: black; font-weight: normal; font-size: 11px; line-height: 11px;  text-decoration: none }*/

.boxText {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #0099CC;
	text-decoration: underline;
	margin-bottom:10px;
}

A.infoBox { color: #9C0000; text-decoration: none; }
A.infoBox:active  { text-decoration: none }
A.infoBox:visited  { text-decoration: none }
A.infoBox:hover  { text-decoration: underline }

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #D9D8D3;
  border-spacing: 1px;

}

.productListing-heading, A.productListing-heading, A.productListing-heading:hover {
	font-size: 14px;
	background: #E6E0D7;
	color: #4C4844;
	font-weight: bold;
	padding: 5px;
}

TD.productListing-data {
  padding: 4px;
  vertical-align: middle;

}

.subtotals{
	font-size:16px;
	padding:10px;
}

.shopping-cart h2.news-gothic{
	color: #4D433A;
    font-size: 18px;
    font-weight: normal;
	margin-bottom:10px;
}

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: #fff; padding-left: 10px;}
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: #fff; padding-left: 10px;}

.errorBox {
	color: black;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background: #ffb3b5
}

.messageBox, .messageStackSuccess {
	font-size: 10px;
	font-weight: normal;
	font-style:normal;
	text-decoration: none;
	color: #000000;
}

.messageStackError, .messageStackWarning {
	color: #ff0000;
	background-color: #ffffff;
}

A.categoriesBox {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
A.categoriesBox:active  { text-decoration: none }
A.categoriesBox:visited  { text-decoration: none }
A.categoriesBox:hover  { text-decoration: underline }

/* osCommerce: Forms */

FORM { display: inline; }

/* osCommerce: Misc */

.headerNavigation { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: none }
A.headerNavigation { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: underline }
A.headerNavigation:hover { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: none }

.stockWarning { color: black; font-weight: normal; font-size: 12px; line-height: 14px; text-decoration: none; color: #cc0033; }
.productsNotifications { background: #f2fff7; }


TR.headerError {
  background: #ff0000;
}

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


TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.pageResults {
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

A.pageResults { color: #555555; }
A.pageResults:active  {  }
A.pageResults:visited  {  }
A.pageResults:hover  { color: #0000ff;  }

TR.subBar { background: #f4f7fd; }
TD.subBar {  font-size: 10px; color: #000000; }

TD.accountCategory {  font-size: 13px; color: #aabbdd; }

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

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

SPAN.newItemInCart {  font-weight: normal; font-size: 11px; line-height: 11px; text-decoration: none; color: #ff0000; }

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

TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }

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

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

SPAN.productSpecialPrice {  text-decoration: none; color: #ff0000; }

.moduleRow,
.moduleRowOver,
.moduleRowSelected {
	margin-bottom:5px;
	margin-top:10px;
}
.moduleRow td,
.moduleRowOver td,
.moduleRowSelected td{
	padding:2px;
}
.moduleRow input,
.moduleRowOver input,
.moduleRowSelected input {
	margin:0;
}
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBar{
	margin-bottom:15px;
}
.checkoutBar td table td {
	padding-top: 5px;
}

.checkoutBar td table td.current {
	padding-top: 0px;
}

.checkoutBarText {
	font-size: 10px;
	color: #8c8c8c; 
	text-align: center;
	width: 25%;
}


.checkoutBarCurrent {  
	color: #000000; 
}

.noticeText {
  font-size: 12px;
  font-weight: bold;  
  color: #ff0000;
}

.errorText {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}

/* BEGIN: CSS Buttons Everywhere */
.cssButton {
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
/* END: CSS Buttons Everywhere */

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff0000; }


/* UA styles */

.menuclass   { color: black; font-weight: normal; font-size: 12px; line-height: 11px;  text-decoration: none }
.menutightclass { color: black; font-weight: normal; font-size: 12px; line-height: 11px;  text-decoration: none; letter-spacing: -1px }
.menulinkclass  { color: black; font-weight: normal; font-size: 12px; line-height: 11px;  text-decoration: underline }
.menuhighlitclass    { color: black; font-weight: bold; font-size: 12px; line-height: 12px;  }
.bodylargelinkclass { color: black; font-weight: bold; font-size: 16px; line-height: 16px;  text-decoration: underline }
.bodylargeboldclass    { color: black; font-weight: bold; font-size: 15px; line-height: 16px;  text-decoration: none }
.menuboldclass  { color: black; font-style: normal; font-weight: bold; font-size: 12px; line-height: 11px;  text-decoration: none }
.finefineprintclass  { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: none }
.fineprintclass, span.subhead, TD.smallText, SPAN.smallText, P.smallText { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: none }
.fineprintlinkclass  { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: underline }
.errormsg, SPAN.errorText { color: #FF0000; font-weight: normal; font-style: normal; font-size: 9px; line-height: 9px;  text-decoration: none }
.errormsgBig, SPAN.errorText { color: #FF0000; font-weight: bold; font-style: normal; font-size: 12px; line-height: 16px;  text-decoration: none }

TD.main, P.main {
  line-height: 1.5;
}
A.bigLink { color: #0099CC; font-weight: bold; font-size: 22px; line-height: 22px;  text-decoration: underline; }
A.bigLink:hover { text-decoration: none }
TR.footer {
  background: #DDDDDD;
}
.main{
	padding:10px 0 0;
}
TD.footer {
  font-size: 10px;
  background: #DDDDDD;
  color: #ffffff;
  font-weight: bold;
}
A.infoBoxContents { color: #0099CC; font-weight: normal; text-decoration: underline }

A.infoBoxContents:hover { color: #0099CC; font-weight: normal; text-decoration: none }

/*.infoBox { background: #DDDDDD; }*/
A.boxText { color: #0099CC; font-weight: normal; font-size: 11px; line-height: 12px;  text-decoration: underline; }
A.boxText:hover { text-decoration: none }

/* UA styles */

.menuclass   { color: black; font-weight: normal; font-size: 12px; line-height: 11px;  text-decoration: none }
.menutightclass { color: black; font-weight: normal; font-size: 12px; line-height: 11px;  text-decoration: none; letter-spacing: -1px }
.menulinkclass  { color: black; font-weight: normal; font-size: 12px; line-height: 11px;  text-decoration: underline }
.menuhighlitclass    { color: black; font-weight: bold; font-size: 12px; line-height: 12px; }
.bodylargelinkclass { color: black; font-weight: bold; font-size: 16px; line-height: 16px; text-decoration: underline }
.bodylargeboldclass    { color: black; font-weight: bold; font-size: 15px; line-height: 16px;  text-decoration: none }
.menuboldclass  { color: black; font-style: normal; font-weight: bold; font-size: 12px; line-height: 11px;  text-decoration: none }
.finefineprintclass  { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: none }
.fineprintclass, TD.smallText, SPAN.smallText, P.smallText { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: none }
.fineprintlinkclass  { color: black; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px;  text-decoration: underline }
.errormsg, SPAN.errorText { color: #FF0000; font-weight: normal; font-style: normal; font-size: 9px; line-height: 9px;  text-decoration: none }
.errormsgBig, SPAN.errorText { color: #FF0000; font-weight: bold; font-style: normal; font-size: 12px; line-height: 16px;  text-decoration: none }
img { border: 0; }
.box_notice {
	margin-bottom: 0;
}

/* LOGIN */
.login th {
	text-align: left;
}
.login td {
	vertical-align: top;
}

/* Custom cart/registration confirmation page */
.cart_text {
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	text-decoration: none;
}

.special {
	color: red;
}


.readonly {
	background-color: #f8f8f9;
	color: #7b7b7b;
}


