/*  $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*/
/* #################### The style used for the text in all boxes. */
.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* #################### The style used for error notices. */
.errorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ffb3b5;
	font-weight: bold;
}
/* #################### The style used for the stock level warning text shown on the shopping cart page. */
.stockWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #cc0033;
}
/* #################### The style used for the product notifications checkbox bar on the checkout success page..productsNotifications {
	background: #f2fff7;
}
/* #################### The style of the edit links shown on the checkout confirmation page. */
.orderEdit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #70d250;
	text-decoration: underline;
}
/* #################### The style used for the body of the page. #################### */
body {
	text-align: center;
	background-color: #CC0000;
	/*  background-image: url("images/0.jpg");
	background-attachment: fixed;
	/* or scroll;
	background-repeat: repeat;
*/
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	margin: auto;
}
.fixcenter {
	width: 770px;
	border: solid;
	border-width: 0px;
	border-color: #000000;
	border-width: 5px;
	background: #ffffff;
	color: #000000;
	margin: auto;
	text-align: right;
/* Image Background, should be width=1px, height=20px */
	/*  background-image: url('images/background.png');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
/* #################### BEGIN: Admin Area #################### */
.admincenter {
	width: 98%;
	border: solid;
	border-width: 0px;
	background: #ffffff;
	color: #000000;
	margin: auto;
	text-align: right;
}
.admintitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.adminlogbox {
	background: #000000;
}
.adminlogform {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* END: Admin Area */
/* #################### The style used for links. #################### */
a {
	color: #ff0000;
	/* #000000;
*/
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	/* #AABBDD;
*/
	text-decoration: none;
}
/* #################### The style used for forms.  #################### /FORM {
	display: inline;
}
/* #################### The style used for header rows. #################### */
TR.header {
	background: #ffffff;
}
/* #################### The style used for the breadcrumb navigation path. #################### */
tr.headernavigation {
	background: #bbc3d3;
	/* Image Background, should be width=1px, height=20px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
/* #################### header background #################### */
td.headernavigation {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #000000;
	color: #ffff00;
	font-weight: bold;
	/* Image Background, should be width=1px, height=20px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
/* #################### The style used for the breadcrumb navigation path. #################### */
TR.headerCart {
	background: #ffffff;
}
/* #################### header background #################### */
td.headercart {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #ffffff;
	/* #ADCDFB;
*/
	/* #bbc3d3;
*/
	color: #ffff00;
	font-weight: bold;
}
/* #################### The syle used for the breadcrumb navigation path links. #################### */
A.headerNavigation {
	color: #FFFF00;
}
a.headernavigation:hover {
	color: #ffff00;
	/* Image Background, should be width=1px, height=20px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
/* #################### The style used for the error messages shown in the header. #################### */
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/* #################### The style used for the information messages shown in the header. #################### */
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/* #################### The style used for the footer. #################### */
tr.footer {
	background: #bbc3d3;
	text-align: center;
	/* Image Background, should be width=1px, height=20px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
/* footer background */
td.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #000000;
	/* #ADCDFB;
*/
	/* #bbc3d3;
*/
	color: #ffffff;
	font-weight: bold;
	/* Image Background, should be width=1px, height=20px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
/* #################### The style used for information boxes border. #################### */
.infobox {
	background: #000000;
	/* #ADCDFB;
*/
	/* #b6b7cb;
*/
	/* Image Background, should be width=1px, height=20px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
/* box background */
.infoBoxContents {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* #################### Infobox header #################### */
td.infoboxheading {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #000000;
	/* #ADCDFB;
*/
	/* #bbc3d3;
*/
	/* Image Background, should be width=1px, height=15px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
	color: #ffff00;
	text-indent: 5px;
}
TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* #################### The style used for listing rows. #################### */
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: #ffffff;
	/* #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: #ffffff;
	/* #f8f8f9;
*/
}
/* #################### The style used for product listings. #################### */
/* product listing table border */
table.productlisting {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	/* #ADCDFB;
*/
	/* #b6b7cb;
*/
	border-spacing: 0px;
}
/* #################### product listing table top row #################### */
.productlisting-heading {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #000000;
	/* #ADCDFB;
*/
	/* #b6b7cb;
*/
	color: #ffff00;
	font-weight: bold;
	/* Image Background, should be width=1px, height=20px  background-image: url('../images/infobox/black.gif');
	background-attachment: fixed;
	background-repeat: repeat;
*/
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
TD.productDesc {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #808080;
	padding: 1px 7px 1px 7px;
}
/* #################### The style used for the page set links of product listings. #################### */
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
/* #################### The style used for page headings. #################### */
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
/* #################### The style used for the sub navigation bar. #################### */
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* #################### The style used for the main text. #################### */
TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
/* #################### The style used for small text. #################### */
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
/* #################### The style used for the account categories. #################### */
TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
/* #################### The style used for the account parameter keys and values. #################### */
TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* #################### The style used for table headings. #################### */
TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TD.category_desc {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
/* #################### The style used for marking new products added to the shopping cart. #################### */
SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
/* #################### The style used for certain HTML form elements. #################### */
CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
/* #################### The style used for the user greeting. #################### */
SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
/* #################### The style used for form areas. #################### */
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* #################### The style used for marking products out of stock. #################### */
SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
/* #################### The style used on special product prices. #################### */
SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
/* #################### The style used for error text messages. #################### */
span.errortext {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	/* #ff0000;
*/
	font-size: 12px;
}
/* #################### The style used for the shipping and payment modules. #################### */
TD.productPriceInListing {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #d2e9fb;
}
TD.productPriceInBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	background: #FFFFFF;
}
TD.productPriceInProdInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ccffcc;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
/* The style used for the checkout procedure position. */
.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* The style used for message boxes. */
/* message box */
.messageBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
}
/* the style used for form input requirement fields.
/* input requirement */
.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
/* #################### DDB - 041031 - Form Field Progress Bar #################### */
.progress {
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
	overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}
/* #################### CSS Buttons Everywhere #################### */
/* BEGIN: CSS Buttons Everywhere */
.cssButton {
	background: #000000;
	color: #ffff00;
	width: 100px;
	height: auto;
	vertical-align: top;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px;
	border-style: solid;
	border-color: #ffff00;
	border-spacing: 1px;
}
/* END: CSS Buttons Everywhere */
/* ######################################## Party Date Calendar ######################################## */
.calendarHeader {
	font-weight: bolder;
	color: #CC0000;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendar {
	background-color: #cccccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.invalid {
	background-color: #FFFF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.valid {
	background-color: #FFFF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.s_valid {
	background-color: #FFFF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#selected {
	border: 2px solid #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
