/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {  font-size: 12px; }
.errorBox {  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
background-image:url(images/bg1.gif);
background-repeat:repeat-x;
  /*background: #ffffff;*/
  color: #000000;
  margin: 0px;
  padding-top:5px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

A {
  color: #683c7d;
  text-decoration: none;
}

A:hover {
  color: #683c7d;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  
  font-size: 14px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #90bb65;
}

.infoBoxContents {
  background: #f8f8f9;
  
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 12px;
}

TD.infoBoxHeading {
  
  font-size: 12px;
  font-weight: bold;
  background: #90bb65;
  color: #ffffff;
  background-image:url(images/infobox/corner_right_left.gif);
}

TD.infoBox, SPAN.infoBox {
  font-size: 12px;
}

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: #90bb65;
  border-spacing: 1px;
}

.productListing-heading {
  
  font-size: 12px;
  background: #90bb65;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 12px;
}
TD.productListing-data-new {
  font-size: 12px;
  padding-top:10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading, p.pageHeading {
  margin-top:0px;
  font-size: 20px;
  color: #305890;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 13px;
  line-height: 1.3;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 12px;
}

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

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

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

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

SPAN.newItemInCart {
  
  font-size: 12px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  
  font-size: 13px;
}

SPAN.greetUser {
  color: #4ca358;
  font-weight: bold;
}

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

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

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

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {  font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 12px; color: #000000; }

/* message box */

.messageBox {  font-size: 12px; }
.messageStackError, .messageStackWarning {  font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 12px; background-color: #99ff00; }

/* input requirement */

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

/* additional styles */

#holder {
	margin: auto;
	width: 1000px;
}
#header {
	background-image: url(images/hdr.png);
	height: 180px;
}
#footer {
	font-size: 11px;
	color: #FFF;
	background-image: url(images/footer.gif);
	height: 42px;
	padding-top: 24px;
	text-align: center;
}
#footer a { color:#FFF; }
#sc-nav {
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding-top: 30px;
	padding-right: 25px;
}
#sc-nav a { color: #FFF; }
#search {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}
#search a {
	color:#FFF;
	font-size: 12px;
}
#cat a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight:bold;
	color:#305890;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4ea159;

}
#cat a:hover {
	text-decoration: none;
	color:#0195bf;
}
#main-nav {
	padding-top: 23px;
	padding-left: 190px;
}
#activ-cat {color:#4ca358;}

.styleNewsDate{
 color:#FFFFFF;
 font-weight:bold;
 font-size:16px;
 font-family:"Times New Roman", Times, serif;
}
.styleNewsTitle{
font-family:"Times New Roman", Times, serif;
 color:#000000;
 font-weight:bold;
 font-size:20px;
}
.styleNewsSubTitle{
font-family:"Times New Roman", Times, serif;
 color:#000000;
 font-size:12px;
}

.styleNews{
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 color:#000000;
 font-size:16px;
}
