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

xbody {
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

.boxText {
	font-size: 10px;
}

.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;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

form {
	display: inline;
}

tr.header {
	background: #5078AD;
}

tr.headerNavigation {
	background: #3E5E89;
	background-image:url('navbar_background.gif');
	font-size: 10px;
	color: #ffffff;
}

td.headerNavigation {
}

a.headerNavigation { 
	color: #FFFFFF; 
}

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

tr.headerError {
	background: #ff0000;
}

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

tr.headerInfo {
	background: #00ff00;
}

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

tr.footer {
	background: #bbc3d3;
}

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

.infoBox { /* border of infobox */
	background: #3E5E89;
	margin-bottom:15px;
}

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

.infoBoxNotice {
	background: #FF8E90;
}

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

td.infoBoxHeading, td.infoBoxHeading a {
	font-size: 10px;
	font-weight: bold;
	background: #3E5E89;
	color: #ffffff;
}

td.infoBox, span.infoBox {
	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, .productListing-heading a:hover {
	font-size: 10px;
	background: #2E4563;
	color: #FFFFFF;
	font-weight: bold;
}

td.productListing-data {
	font-size: 10px;
}

a.pageResults {
	color: #0000FF;
}

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

td.pageHeading, div.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: black;
}

tr.subBar {
	background: #f4f7fd;
}

td.subBar {
	font-size: 10px;
	color: #000000;
}

td.main, p.main {
	font-size: 11px;
	line-height: 1.5;
}

td.smallText, span.smallText, p.smallText {
	font-size: 10px;
}

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

td.fieldKey {
	font-size: 12px;
	font-weight: bold;
}

td.fieldValue {
	font-size: 12px;
}

td.tableHeading {
	font-size: 12px;
	font-weight: bold;
}

span.newItemInCart {
	font-size: 10px;
	color: #ff0000;
}

checkbox, input, radio, select {
	font-size: 11px;
}

textarea {
	width: 100%;
	font-size: 11px;
}

span.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

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

td.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}

span.markProductOutOfStock {
	font-size: 12px;
	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: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}

/* message box */

.messageBox {
	font-size: 12px;
}
.messageStackError, .messageStackWarning {
	font-size: 12px;
	background-color: red;
	font-weight:bold;
	color:white;
	padding:4px;
}
.messageStackSuccess {
	font-size: 12px;
	background-color: green;
	font-weight:bold;
	color:white;
	padding:4px;
}

/* input requirement */

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

td.category_desc {
	font-size: 11px;
	line-height: 1.5;
}

.retail_price {
	text-decoration:line-through;
	display:inline;
}

#breadcrumbs a {
	color: black;
}