/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #6B795D; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; text-decoration: none; color: #000; }


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}



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

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
/*  background: #b6b7cb;*/
}

.infoBoxContents {
  background: #efefef;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}
*/

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
*/

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}



SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  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, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

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

/* 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; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* NEW ADDITIONS */

td {
	font: 11px verdana;
	color: #000;
}




.table-main {
	margin: 0 auto;
	background-color: #ffffff;
}

.cell-shadow-left {
	background: url(/_assets/images/layout/shadow_left.gif) repeat-y;
	width: 16px;
}

.cell-shadow-right {
	background: url(/_assets/images/layout/shadow_right.gif) repeat-y;
	width: 16px;
}

.cell-shadow-bottom {
	background: url(/_assets/images/layout/shadow_bottom.gif) repeat-x;
	height: 6px;
}

.cell-shadow-bottom-left {
	background: url(/_assets/images/layout/shadow_bottom_left.gif) no-repeat;
	height: 6px;
	width: 16px;
}

.cell-shadow-bottom-right {
	background: url(/_assets/images/layout/shadow_bottom_right.gif) no-repeat;
	height: 6px;
	width: 16px;
}

.cell-content {
	border:0 ;
}

.cell-search {
	height: 34px;
	background: url(/_assets/images/layout/search_bg.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	text-align: right;
	padding-right: 14px;
}

.cell-search td {
	font-weight: bold;
	padding-right: 6px;
}

/*
.cell-header-text {
	height: 69px;
	text-align: right;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: arial, sans-serif;
	padding-right: 20px;
	background: url(/_assets/images/layout/header_photo.jpg) no-repeat;
}
*/

.cell-header-text {
	height: 69px;
	margin: 0;
	padding: 0;
}

.nav-border-left {
	background-color:#ffffff;
	width: 43px;
/*	background: url(/_assets/images/layout/nav_left_border_repeat.gif) repeat-y;*/
}

.nav-border-right {
	background-color:#ffffff;
	width: 40px;
/*	background: url(/_assets/images/layout/nav_right_border_repeat.gif) repeat-y;*/
}

.nav-border-left, .nav-border-right{
	background-position: 0px -14px;
	background-repeat: no-repeat;
}

.afilRow{
	background-color:#ffffff;
	text-align:center;
}

.afilRow img{
	padding:3px;
}

.cell-main-content {
	background: url(/_assets/images/layout/content_bg.gif) repeat-y;
	padding: 10px 16px;
	vertical-align: top;
}

.cell-main-content-bottom {
	background: url(/_assets/images/layout/content_bg.gif) repeat-y;
}

.cell-footer {
	padding: 10px;
	background-color:#ffffff;
	color: #535353;
	text-align: center;
}

.cell-footer a {
	color: #535353;
	text-decoration: none;
	font-size: 10px;
}

.cell-rhubarb-footer-left {
	font-size: 10px;
	color: #B08FC1;
	text-align: center;
	background-color: #601F83;
	border-top: solid #464646 1px;
}

.cell-rhubarb-footer-right {
	background-color: #601F83;
	border-top: solid #464646 1px;
}

.cell-rhubarb-footer-right td {
	font-size: 10px;
	color: #B08FC1;
	text-align: right;
}

.breadcrumbs {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-family: arial;
	padding-left: 2px;
}


.listing-heading, td.productListing-heading, td.family-productListing-heading, .infoBoxHeading {
	color: #000;
	background-color: #bfbfbf;
	padding: 0 10px;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
	text-align: left;
}

.listing-heading a {
	text-decoration: none;
}

.listing-sub-heading {
	color: #000;
	background-color: #efefef;
	padding: 0 10px;
	font-size: 11px;
	height: 28px;
	font-weight: bold;
	text-align: left;
}

td.family-productListing-heading {
	font-size: 11px !important;
	text-align: left;
}

.product-heading, .cell-heading {
	color: #000;
	background-color: #bfbfbf;
	padding: 0 10px;
	font-size: 14px;
	height: 30px;
	font-weight: bold;
	text-align: left;
}

.cell-heading {
	color: #000;
	background-color: #bfbfbf;
	padding: 0 10px;
	font-size: 12px;
	height: 24px;
	font-weight: bold;
}

a.productListing-heading, td.family-productListing-heading a {
	color: #000 !important;
	text-decoration: none !important;
	padding: 0 !important;
}

.listing-item, .productListing-data, .family-productListing-data {
	background-color: #efefef;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}

.listing-item-normal {
	background-color: #efefef;
	padding: 5px 10px;
	text-align: left;
}

.family-productListing-data {
	font-size: 11px !important;
	text-align: left;
}

.family-productListing-data a {
	color: #000;
	text-decoration: none;
}

.product-cell, .product-image-cell, .cell-item {
	background-color: #efefef;
	padding: 5px 10px;
	text-align: left;
}

.cell-item {
	background-color: #efefef;
	padding: 5px 5px 5px 10px;
	font-size: 10px;
	text-align: left;
}

.cell-item img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product-image-cell a {
	color: #000 !important;
	font-weight: bold;
	text-decoration: none !important;
}

.listing-item a, .productListing-data a {
	color: #000;
	text-decoration: none;
}

.home-news {
	width: 251px;
	padding-bottom:10px;
}

.home-new-products {
	width: 250px;
}

.home-news-content li, .home-new-products-content li{
	padding-bottom:5px;
}

.home-news-content, .home-new-products-content {
/*	padding: 4px 18px 0 18px;*/
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.home-news-content a, .home-new-products-content a {
	color: #000;
	text-decoration: none;
	font-size:10px;
}

.home-news-content ul, .home-new-products-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.home-news-content li, .home-new-products-content li {
	font-size:11px;
	margin: 0;
	padding: 2px 0;
}

#quick-find {
	margin: 0;
	padding: 0;
}

.forgot-pass-link a {
	text-decoration: none;
	color: #000;
}