/*
  $Id: stylesheet.css,v 1.1 2005/01/18 07:08:34 Michael Sasek 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: Tahoma, Arial, Verdana; font-size: 10px; }
.errorBox { font-family : Tahoma, Arial, Verdana; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma, Arial, Verdana; font-size : 11px; color: #CC0000; }
.productsNotifications {  }
.orderEdit { font-family : Tahoma, Arial, Verdana; font-size : 10px; color:#990000; text-decoration: underline; }
 
BODY {
  background: #EFEFEF;
  color: #000066;
  font-family: Tahoma, Arial, Verdana;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
img {border-style: none;}

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


A:active {color: #000099;text-decoration: none;}
A:link {color: #000099;text-decoration: none;}
A:visited {color: #000099; text-decoration: none;}
A:hover {color: #999999;text-decoration: none;}




FORM {
	display: inline;
	
}

TR.header {
  background: #ffffff;
}




TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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


.footer {
  font-family: Tahoma, Arial, Verdana;
  font-size: 11px;
  color: #666666;
}

.infoBox {

}

.infoBoxContents {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-family: Tahoma, Arial, Verdana;
  font-size: 10px;
}

.catlinks {
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
color: #FFFFFF;
width: 170px;
}

TD.infoBoxHeading, div.infoBoxHeading {
font-family: Tahoma, Arial, Verdana;
padding: 3px 0 3px 0;
font-weight: bold;
font-size: 11px;
color: #333333;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Arial, Verdana;
  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 {

  color: #000099;
  border: 3px solid #000000;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TABLE.productListing {


}

.category_desc {color: #000000;
  font-family: Tahoma, Arial, Verdana;
  font-size: 11px;
  }

.productListing-heading {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-variant: small-caps;
	height: 12px;
	color: #000099;
	border-bottom: 1px solid #cccccc;
}

TD.productListing-data {
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
}

A.pageResults {
  color: #0000FF;
}

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

.pageHeading, .pageheading {
	font-family: "Book Antiqua", cursive;
	font-style: italic;
	font-size: 14px;
	display: block;
	color: #990000;
	width: inherit;
	height: 17px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 1px;
	}

.otherproducts {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	width: inherit;
	height: 15px;
	background: url(images/otherproducts.gif) top center no-repeat;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 1px;
	}
TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.04em;
	word-spacing: normal;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  color: #000066;
}

TD.accountCategory {
  font-family: Tahoma, Arial, Verdana;
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

SPAN.newItemInCart {
  font-family: Tahoma, Arial, Verdana;
  font-size: 10px;
  color: #ff0000;
}

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

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

.productsdescription {
color: #000066;
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
}

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

TABLE.formArea {
  background: #F5F5F5;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
}
.formarea {
  background: #F5F5F5;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  }
TD.formAreaTitle {
  font-family: Tahoma, Tahoma, Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Tahoma, Arial, Verdana;
  font-size: 11px;
  color: #003366;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px ;
  background: #F0F0F0;
  border: 1px solid #990000;
  margin: 2px;
  display: block;
  }

SPAN.productSpecialPrice {
  font-family: Tahoma, Arial, Verdana;
  font-size: 11px;
  color: #ff0000;
  font-weight: bold;
}

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

.moduleRow {background-color: #CCCCCC; color: #000099;}
.moduleRowOver { background-color: #D8E2F3; cursor: pointer; cursor: default;  }
.moduleRowSelected { background-color: #EAEAEA; }

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

/* message box */

.messageBox { font-family: Tahoma, Arial, Verdana; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Arial, Verdana; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma, Arial, Verdana; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Arial, Verdana; font-size: 11px; color: #990000; font-weight:normal;}



/* styles for all media */
body {
	background: #EFEFEF;	margin: 0px;
}

.whittext {
	font-family: Verdana, Tahoma, Arial, Verdana;
	color: #CCCCCC;
}


body, table, td {
  font-size: 9pt;
}
.banner, .footer, body {
  text-align: center;
}
.wrapper {
  text-align: left;
  width: 100%;
}
.columnRight, .columnLeft {
  width: 170px;  
}
table.wrapper, td.columnLeft, td.columnRight {
  border: 1px solid silver;
  margin: 2px;  
}
.barLeft, .barRight {
  border: 1px solid green;
  padding: 0.3em; 
}  
div.smallBox {
  border: 1px solid green;
  margin: 2px;
}
.barRight {
  text-align: right;
}
#content div {
  margin: 0em;
  padding: 0em;
}
td#content {
  vertical-align: top;
}
  
td.columnLeft, td.columnRight {
  vertical-align: top;
  width: 170px;
}
.infoBoxHeading img {
  display: none;
} 

.subcatsbox {
float: left;
background: url(/templates/HTML/images/clickfor.jpg) top left no-repeat;
text-align: center;
width:130px;
height: 151px;
padding: 30px 3px 0 0; 
margin-left: 8px;
margin-top: 20px;
}

.subcatsbox img {border: 1px solid #000066;
height: 60px;
width: inherit;
}

.subcatboxtext {
text-align: center;
width: 100px;
height: auto;
border: 1px solid #000066;
margin-top: 5px;
margin-right: 1px;
margin-left: auto;
margin-right: auto;
background-color: #CCCCCC;
font-size: 11px;
font-weight: bold;
font-variant: small-caps;
cursor: default;
}

.subcatsboxtext a:hover {color: #003366;}

.shadow1 {border: #000000 1px solid;}

.searchtext {
background-color: #EEE8B7;
}

/* width="100%" border="1" cellpadding="0" */
/* print styles only */
@media print {
  
  
  }


 
