/*
$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: Georgia; font-size: 11px; padding-left: 5px; }
.errorBox { font-family : Georgia; font-size : 10px; 	background: #000;
	 font-weight: bold; }
.stockWarning { font-family : Georgia; font-size : 10px; color: #cc0033; }
.productsNotifications { 	background: #000;
 }
.orderEdit { font-family : Georgia; font-size : 10px; color: #ffff99;
	 text-decoration: underline; }
	
*, body{
	margin: 0;
	padding: 0;
}
	
body {
	color: #ffff99;
	background: #ffff99;
	font-family: Georgia;
	font-size: 12px;
	line-height: 1.5em;
	border: 0;
	text-align: center;
}

body.popup {
	color: #ffff99;
	background: #000;
	font-family: Georgia;
	font-size: 12px;
	line-height: 1.5em;
	border: 0;
	padding: 10px;
}

p {
	color: #fff999;
	padding-right: 10px;
}
	
.main {
	margin: 0 auto;
	background: #000;
	width: 800px;
	color: #ffff99;
	font-family: Georgia;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}	

.main_address, .main_address_pad {
	margin: 0 auto;
	width: 800px;
	color: #fff;
	font-family: Georgia;
	font-size: 12px;
	line-height: 1.5em;
	padding: 2px;
}	
.main_address_pad {
	padding-left: 10px;
}		
		
a, a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}
	
a:hover {
	color: #ffff99;
	text-decoration: underline;
}
	
FORM, form.main {
	display: inline;
	padding: 5px;
}

textarea, input, textarea.main, input.main {
	color: #000;
}
textarea:focus, input:focus, textarea.main:focus, input.main:focus {
	background: #ffff99;
	color: #000;
	padding: 2px;
}
	
TR.header {
	background: #000;
}
	
TR.headerNavigation {
	background: #000;
}
	
TD.headerNavigation {
	font-family: Georgia;
	font-size: 11px;
	background: #000;
	color: #ffff99;
	font-weight : bold;
}
	
A.headerNavigation { 
	color: #ffff99; 
}
	
A.headerNavigation:hover {
	color: #fff;
}
	
TR.headerError {
	background: #ffffff;
}
	
TD.headerError {
	font-family: Tahoma, Georgia;
	font-size: 12px;
	background: #ffffff;
	color: #ffff99;
	font-weight : bold;
	text-align : center;
}
	
TR.headerInfo {
	background: #000;
}
	
TD.headerInfo {
	font-family: Georgia;
	font-size: 12px;
	background: #000;
	color: #ffff99;
	font-weight: bold;
	text-align: center;
}
	
TR.footer {
	background: #000;
}

TD.footer {
	font-family: Georgia;
	font-size: 11px;
	background: #000;
	color: #ffff99;
	font-weight: bold;
}
	
.infoBox {
	background: #000;
}
	
.infoBoxContents {
	background: #000;
	font-family: Georgia;
	font-size: 11px;
}
	
.infoBoxNotice {
	background: #000;
}
	
.infoBoxNoticeContents {
	background: #000;
	font-family: Georgia;
	font-size: 11px;
}
	
TD.infoBoxHeading {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	background: #000;
	color: #ffff99;
}
	
TD.infoBox, SPAN.infoBox {
	font-family: Georgia\;
	font-size: 11px;
}
	
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: #000;
}
	
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: #090909;
}
	
TABLE.productListing {
	border-spacing: 1px;
	padding: 5px;
}
	
.productListing-heading, a.productListing-heading, a.productListing-heading:link, a.productListing-heading: active, a.productListing-heading:visited {
	font-family: Georgia;
	font-size: 11px;
	background: #000;
	color: #ffff99;
	font-weight: bold;
}
	
TD.productListing-data {
	font-family: Georgia;
	font-size: 11px;
}
	
A.pageResults {
	color: #ffff99;
}
	
A.pageResults:hover {
	color: #0000FF;
	background: #000;
}
	
TD.pageHeading, DIV.pageHeading {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #a00000;
}
	
TR.subBar {
	background: #000;
}
	
TD.subBar {
	font-family: Georgia;
	font-size: 11px;
	color: #ffff99;
}
	
TD.main1, P.main1 {
	font-family: Georgia;
	font-size: 11px;
	line-height: 1.5;
}

td.main1 {
	padding: 2px;
	color: #ffff99;	
}
	
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Georgia;
	font-size: 11px;
}
	
TD.smallText_p, SPAN.smallText_p, P.smallText_p {
	font-family: Georgia;
	font-size: 11px;
	padding-left: 2px;
}
	
TD.accountCategory {
	font-family: Georgia;
	font-size: 13px;
	color: #ffff99;
}
	
TD.fieldKey {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}
	
TD.fieldValue {
	font-family: Georgia;
	font-size: 12px;
}
	
TD.tableHeading {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}
	
SPAN.newItemInCart {
	font-family: Georgia;
	font-size: 11px;
	color: #ffff99;
}
	
CHECKBOX, INPUT, RADIO, SELECT {
	font-family: arial;
	font-size: 11px;
	color: #000;
	padding: 2px;
}
	
TEXTAREA {
	width: 100%;
	font-family: Georgia;
	font-size: 11px;
}
	
SPAN.greetUser {
	font-family: Georgia;
	font-size: 12px;
	color: #ffff99;
	font-weight: bold;
}
	
TABLE.formArea {
	background: #000;
	border: 1px solid #7b9ebd;
}
	
TD.formAreaTitle {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}
	
SPAN.markProductOutOfStock {
	font-family: Georgia;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
	
SPAN.productSpecialPrice {
	font-family: Georgia;
	color: #ffffff;
}
	
SPAN.errorText {
	font-family: Georgia;
	color: #ffffff;
}
	
.moduleRow { }
.moduleRowOver { background: #000; cursor: pointer; cursor: hand; }
.moduleRowSelected { 	background: #000; }
.checkoutBarFrom, .checkoutBarTo { font-family: Georgia; font-size: 11px; color: #ffff99;	 }
.checkoutBarCurrent { font-family: Georgia; font-size: 11px; color: #ffff99;
}
	
	/* message box */
.messageBox { font-family: Georgia; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Georgia; font-size: 11px; 	background: #000; }
.messageStackSuccess { font-family: Georgia; font-size: 11px; 	background: #000;
 }
	
	/* input requirement */
	
.inputRequirement { font-family: Georgia; font-size: 11px; color: #ffffff; }


/* New */

td {
	padding: 0px 2px 2px 0px;
	color: #fff;
}

a.footerLink, a.footerLink:link, a.footerLink:active, a.footerLink:visited, a.footerLink:hover {
	color: #666;
	text-decoration: none;
}

.prod_img {
	padding: 1px;
	border: 1px solid #fff;
}