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

.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

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 {
  background: #b6b7cb;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-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.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

/* This table lists products such as banners and accessories */
TR.productListing-odd {
	background-color: #f8f8f9;

}

TR.productListing-even {
}

TABLE.productListing {
  border: 0px;
  font-size: 1.1em;
  line-height: 2;
}

.productListing-heading {
  color: #000;
  font-weight: bold;
	background-color: #f8f8f9;
}

TD.productListing-data {
}

A.pageResults {
  color: #0000FF;
}

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

.pageHeading{
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-size: 1em;
  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;
}

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

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

TABLE.formArea {
  background: #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-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; }

/* BOF Option Type Value */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}
}
/* EOF Option Type Value */

.big_checkbox {
	color:#00f;
}

/* linkpoint api module addition */
A.articlelink{
   color:#0000FF;
  text-decoration: none;
}

/***************  jla   *********************/
a {
color:#666;
text-decoration:none;
}

a:hover {
color:#666;
text-decoration:underline;
}

.mailto_link a {
color:#00688B;
text-decoration:none;
}

.mailto_link a:hover {
color:#33A1DE;
text-decoration:underline;
}

.guarantee_text {
  font-weight: bold;
  font-size: 1.2em;
}

body {
margin:0px;
behavior:url(csshover.htc);
overflow:auto;
font-family:Arial, Helvetica, sans-serif;
}

h1 {
margin:0px;
font-size:19px;
color:#0D215D;
text-transform:uppercase;
}

h2 a {
margin:0px;
font-size:17px;
color:#0D215D;
text-transform:uppercase;
text-decoration:underline;
}

h2 a:hover {
color:#666;
text-decoration:underline;
}

.headtextbb {
border: 1px solid red;
margin:0px;
font-size:19px;
color:#0D215D;
text-transform:uppercase;
}

h2 {
margin:0px;
padding:0px;
font-size:16px;
color:#000;
font-weight:bold;
}

.pushdown {
clear:both;
}

#upload_iframe {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	padding: 10px;
	background-color: #ededed;
}


.copy10gry {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
margin:0px;
padding:0px;
}

.shopping {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
padding-top:7px;
text-align:right;
}

.cart_style table{
 font-size: 0.9em;
}

.smallguy {
  font-size: 0.9em;
}

.liltext {
  font-size: 0.8em;
}

.faq_list li {
  font-weight: bold;
  color: #00688B;
}

a img {
	border-color: #000;
}

.copy12gry {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
margin:0px;
padding:0px;
}

ul {
margin:10px;
padding-left:20px;
}

ul li{
list-style:circle;
}

/* other sidebar stuff */
.testimonial_text {
  font-size: 1.4em;
}

.testimonials_name {
}

.specials_text {
  font-size: 1.1em;
  text-align: center;
}

.moreinfopop {
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
width:400px;
border:1px solid black;
background-color:#E0E0E0;
}

.minfo{
	text-decoration:none;
	font-size:10px;
	color:#800000;

}
.minfo:hover{
	text-decoration:underline;
        font-size:10px;
        color:#A00000;

}


.pricing {
font-size:12px;
  }

a .pricing {
  color:#003149;
  }

a:hover .pricing {
  background:#FBDEDE;
  color:black;
  text-decoration:none;
  }
  
.ordertime {
	font-size:0px;
	}