/*
  $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: Comic Sans MS; font-size: 10px; }
.errorBox { font-family : Comic Sans MS; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Comic Sans MS; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Comic Sans MS; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	scrollbar-FACE-COLOR: #634220;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #EEE7A2;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;


}

.wrap #container{
position: absolute;
	margin: 0px;
  	padding: 0px;
	left: 50%;
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/background.gif);
	margin-left: -400px;

}
.wrap #mainContent {
margin: 0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.wrap #mid{
	position:relative;
	
	width: 450px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: auto;	/*background-image:url(images/header_back.png);*/
	padding: 10px;
}
/*left col*/
.wrap #leftside {
	/*background-color:#66CC00;*/
	position: absolute;
	z-index: 40;
	height: Auto;
	width: 130px;
	top: 120px;
	background-image:url(images/lightoak_back.jpg)
	}
	/*right col*/
.wrap #rightside {
	/*background-color:#66CC00;*/
	position: absolute;
	z-index: 40;
	height: Auto;
	width: 130px;
	right: 0px;
	top: 120px;
	
	
	background-image:url(images/lightoak_back.jpg)
	}

.wrap #foot{
	position:reletive;
	/*top: 1700px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;
	text-align: left;  this overrides the text-align: center on the body element. */
	/*background-image:url(images/header_back.png);*/
	font-family: Comic Sans MS;
	font-size: 10px;
	font-weight: bold;
	/*background-color: #CCFFCC;*/
	bottom: 0px;
	z-index:10;
}




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

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

FORM {
	display: inline;
}

TR.header {
	height: 70px;
	/*background-color: #66CC00;*/
}

TR.headerNavigation {
  background: #3366FF;
}

TD.headerNavigation {
	font-family: Comic Sans MS;
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
	background-color: #3366FF;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #3366FF;
}

TD.footer {
  font-family: Comic Sans MS;
  font-size: 10px;
  background: #3366FF;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
	font-family: Comic Sans MS;
	font-size: 10px;
	background-color: #FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Comic Sans MS;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Comic Sans MS;
  font-size: 10px;
  font-weight: bold;
  background: #8B4513 url(images/oakbar2.jpg);
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Comic Sans MS;
  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: Comic Sans MS;
  font-size: 10px;
  background: #A0522D url(images/oakbar2.jpg);
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Comic Sans MS;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
  color: Purple;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Comic Sans MS;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Comic Sans MS;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Comic Sans MS;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Comic Sans MS;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Comic Sans MS;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Comic Sans MS;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Comic Sans MS;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Comic Sans MS;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Comic Sans MS;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Comic Sans MS;
  font-size: 11px;
}

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

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

TD.formAreaTitle {
  font-family: Tahoma, Comic Sans MS;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Comic Sans MS;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Comic Sans MS;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Comic Sans MS;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Comic Sans MS; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Comic Sans MS; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Comic Sans MS; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Comic Sans MS; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Comic Sans MS; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Comic Sans MS; font-size: 10px; color: #ff0000; }

/* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 3px solid red;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-family: Comic Sans MS;
font-size: x-small;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.drivetip{
color: Red;
	font-size: medium;
	
}

/* EOF: More Pics 6 */



