/*
  $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
*/

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #c80721; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #c80721; text-decoration: underline; }

BODY {
  color: #333333;
  margin: 0px;
}

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

A.link {
  color: #ffffff;
  text-decoration: none;
}

A:hover {
  color: #A40004;
  text-decoration: none;

}

A.link:hover {
  color: #ffffff;
  text-decoration: none;
}


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

A.nevi_link:hover {
  color: #A40004;
  text-decoration: none;
}

A.nevi_header:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A.nevi_header {
  color: #ffffff;
  text-decoration: none;
}

A.nevi_header:hover {
  color: #ffffff;
  text-decoration: underline;
}

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

A.nevi_left:hover {
  color: #A40004;
  text-decoration: none;
}

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

A.nevi_left_bottom:hover {
  color: #000000;
  text-decoration: underline;
}





FORM {
	display: inline;
}

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

TR.headerNavigation {
	background: #404040;
	height: 40px;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavigation_down {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #000000;
  font-weight : bold;
}

TD.headersecondNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E5E5E5;
  color: #000000;
  font-weight : bold;
  	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

TD.subheaderNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #FFBFBF;
  font-weight : bold;
}

A.headerNavigation {
	color: #FFFFFF;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.bottom {
	background-color: #333333;
}
TD.bottom {
	font-size: 11px;
	color: #ffffff;
	padding: 10px;
	background-color: #333333;
}
TD.bottom a { color: #ffffff;font-weight: bold; }

.infoBox {
	background: #d5201a;
	background-color: #DDDDDD;
}

.infoBoxContents {
	background: #efefef;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 0px;
}

.infoBoxNotice {
	background: #c80721;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #c80721;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBox1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 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: #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;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d5201a;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
A.search {
  color: #333333;
}

A.search:hover {
  color: #c80721;
  background: #FFFF33;
}

A.pageResults {
  color: #333333;
}

A.pageResults:hover {
  color: #c80721;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main_print {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #f8f8f8;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #e6e6e6;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #c80721;
	font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #c80721;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

TD.breadcrumb { font-size: 10px; background: #F5F5F5; color: Gray; font-weight: normal; border-bottom: 1px solid #cccccc; padding: 5px; border-top: 1px solid Black; }
TD.breadcrumb a {
	color: Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
TD.breadcrumb a:hover {
	color: ##c80721;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f8f8f8; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #f8f8f8; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #c40316; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #c40316; }
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	line-height: 20px;
}
.bottomnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #333333;
	border-right: 1px none #333333;
	border-bottom: 1px none #333333;
	border-left: 1px none #333333;
	background-color: #e6e6e6;
}
.oscopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
	#products_new { 
	background-color: #4D515F; 
	border: 1px solid Black; 
	font-size: 11px; font-weight: bold; 
	padding: 4px; 
	color: White; 
}

.buttonedittrans{
	background-image:url("images/editbutton.gif");
 	background-repeat:no-repeat; 
	background-position: 2px center;
	border-style: solid;
	background-color: #000000;
      border-color: #FFFFFF;
      border-width: 1px;
	font-family: arial, helvetica, sans-serif;

	font-size: 11px;
	color: #FFFFFF;
	width: 75px;
	height: 15px;
}

.formbutton {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #404040;
	border: 1px solid #E5E5E5;
	color: #FFFFFF;
}

.light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}.content {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 30px;
}
