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

#new_products .bd, #productListing .bd {
	display: table;
	width: 100%;
}
#new_products .bd .row, #productListing .bd .row, .productListing-even, .productListing-odd, .productListing-head, .newProduct_row {
	display: table-row;
	width: 100%;
}
#new_products .bd .item, #productListing .bd .item, .productListing-data, .productListing-heading, .newProduct_data {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	float: left;
}
#whatsnew .bd{
	text-align: center;
}*/
#searchbox .bd {
	text-align: center;
	font-size: 75%;
}
.productListing-heading a {
	color: #ccf;
}
.productListing-heading a:visited {
	color: #ccf;
}
.boxText {
	font-size: 90%;
}
.errorBox {
	font-size: 90%;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-size: 90%;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size: 90%;
	color: #70d250;
	text-decoration: underline;
}
TR.header {
	background: #fff;
}
TR.headerNavigation {
/*	background: #1b285a; */
}
TD.headerNavigation {
	font-size: 90%;
/*	background: #1b285a; */
	color: #fff;
	font-weight : bold;
}
A.headerNavigation {
	color: #ccf;
}
A.headerNavigation:hover {
	color: #fff;
}
TR.headerError {
	background: #f00;
}
TD.headerError {
	background: #f00;
	color: #fff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	background: #00ff00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #1b285a;
}
TD.footer {
	font-size: 90%;
	background: #1b285a;
	color: #fff;
	font-weight: bold;
}
.infoBox {
	background: #f2f2f2;
}
.infoBoxContents {
	font-size: 90%;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	font-size: 90%;
}
.infoBoxHeading {
	font-size: 90%;
	background: transparent;
	font-weight: normal;
}
.infoBox {
	font-size: 90%;
}
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: #f9f9f9;
}
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: #fff;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	font-size: 90%;
	line-height: 1.7em;
	height: 2em;
	background: #1b2858 url('css/menubar_0.jpg') repeat-x scroll;
	color: #ccf;
}
.productListing-heading a {
	color: #ccf;
}
.productListing-heading a:hover {
	color: #fff;
}
TD.productListing-data, TD.newProduct_data {
	padding: 10px 0;
	font-size: 90%;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #1b2858;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-size: 90%;
	color: #000000;
}
TD.main, P.main, DIV.main {
	font-size: 11px;
	line-height: 1.5;
}
DIV.main {
	padding: 10px;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 90%;
}
TD.accountCategory {
	color: #aabbdd;
}
TD.fieldKey {
	font-weight: bold;
}
TD.fieldValue {
}
TD.tableHeading {
	font-weight: bold;
}
SPAN.newItemInCart {
	font-size: 90%;
	color: #f00;
}
CHECKBOX, INPUT, RADIO, SELECT {
}
TEXTAREA {
	width: 90%;
}
SPAN.greetUser {
	color: #1b285a;
	font-weight: bold;
}
TABLE.formArea {
	background: #f9f9f9;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	color: #f00;
}
SPAN.errorText {
	color: #f00;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {
	font-size: 90%;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 90%;
	color: #000000;
}
/* message box */
.messageBox {
	font-size: 90%;
}
.messageStackError, .messageStackWarning {
	font-size: 90%;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-size: 90%;
	background-color: #99ff00;
}
/* input requirement */
.inputRequirement {
	font-size: 90%;
	color: #f00;
}
