/*
  $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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF9900;
  font-weight : bold;
}

TD.headerDateText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

TD.productsListHeader, A.productsListHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #AA0D0D;
  font-weight : bold;
}

A.productsListHeader:hover {
  color: #AA0D0D;
}

TD.productsList {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #AA0D0D;
}

A.productsListNav {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #666666;
  font-weight : bold;
}

A.productsListNav:hover {
  color:  #FF9900;
}

A.rsslinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0066CC;
  line-height:1.3;
}

.rssText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
  line-height:1.3;
}

A.categories_listing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0099CC;
  font-weight : bold;
}

A.categories_listing:hover {
  color: #FF9933;
  text-decoration:underline;
}

A.headerNavigation { 
  color: #FF9900; 
}

A.headerNavigation:hover {
  color: #0099FF;
}

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: #D1E9DB;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #7BC491;
  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;
}

TD.footer_nav {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #006699;
  font-weight: bold;
}

A.category_nav {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #006699;
  font-weight: bold;
}

A.category_nav:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #E25050;
  font-weight: bold;
}

A.footer_nav {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #006699;
  font-weight: bold;
}

A.footer_nav:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #CC6600;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsNew {
  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;
  color: #ffffff;
}

TD.specialsHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF0000;
}

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: 1px;
  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: 16px;
  font-weight: bold;
  color: #0099CC;
}

A.industryHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FF777A;
}

TD.industryHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF777A;
}

TD.pageHeading_d {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0099CC;
}

H3.pageHeading_d {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0099CC;
}

TD.productInfoHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

TD.descriptionBar, TABLE.shoppingcartBar, TD.shoppingcartBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

TABLE.subtotal{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#666666;
}
TD.totalPrice{
  font-size: 12px;
  font-weight:bold;
  color: #FF0000;
}
TR.grayText, TD.grayText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#666666;
  line-height:1.5;
}

A.shoppingCart_nav, TR.shoppingCart_nav{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #006699;
}A.shoppingCart_nav:hover{
  color: #CC6600;
}

A.partnum_nav{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #006699;
  font-weight: bold;
}

A.partnum_nav:hover{
  color: #FF9900;
}


A.namebar_d {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
A.namebar_d:hover {
  text-decoration:none;
  color: #FF6600;
}

TR.subBar {
  background: #f4f7fd;
}

TR.product_listing_bar{
  background: #7198F4;
  font-weight:bold;
}

TR.product_listing_line1{
  background: #FBF8DD;
}

TR.product_listing_line2{
  background: #FFFFFF;
}

TR.product_listing_line_over{
  background: #DDECF9;
}

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;
}

TD.smallText, SPAN.smallText, P.smallText, TABLE.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallTextGray, SPAN.smallTextGray, P.smallTextGray, TABLE.smallTextGray {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}

TD.redPrice{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#ED2736;
}

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;
}

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;
}

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;
}

TABLE.productNameHeading, TD.productNameHeading, H3.productNameHeading{
  color:#0066FF;
  font-size:13px;
  font-weight:bold;
  font-family: Verdana, Arial, sans-serif;

}

TD.border_left{
  border:0 solid #CCCCCC;
  border-collapse:collapse;
  border-left:1px;
}
TABLE.border_all, TD.border_all{
  border:1px solid #CCCCCC;
  border-collapse:collapse;
}

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; 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; }

.inputSearchW { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; width:23px; height:13px; }
.inputSearchH { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; width:26px; height:19px; }
.inputSearchKeywords { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; width:130px; height:19px;}
.inputSearchType { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; width:150px; height:19px;}
.addtocart {font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; width:25px; height:19px;}
.addtocart2 {font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; width:35px; height:19px;}
P.welcomeText{ text-indent:20px; text-align:justify}
TD.productImg{ 
	border-color:#ADADAD;
	border-width:1px;
	border-style:solid;
}
.header_wrapper{overflow:hidden; background-color:#A5ADC0;}
.header_wrapper .phone_sect{overflow:hidden; float:left; width:164px; height:91px; background:#a4aebf url(images/top_left_phonenum.jpg) 50% 35% no-repeat;}
.header_wrapper .logo_sect_outter{overflow:hidden; float:left; width:666px; background:url(images/top_header_bg.jpg) repeat-x;}
.header_wrapper .logo_sect_outter .inner{overflow:hidden; background:url(images/top_header_right.jpg) top right no-repeat;}
.header_wrapper .logo_bg{overflow:hidden; height:91px; background:url(images/top_header_big_bg.jpg) no-repeat top left;}
.header_wrapper .logo_bg .logo_block{float:left; width:253px; height:55px; margin:22px 0 0 34px;}
.header_wrapper .logo_bg .menu_block{float:left; width:364px; height:68px; margin:15px 0 0 0px; text-align:right;}
