/*
  $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-color:#fff; 
 	margin:auto;
 	text-align:center;
 	width:960px;
 	font-family: Tahoma, Verdana, Arial, sans-serif;
 	font-size:11px;
 	color:#515151;
}

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;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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: #fff;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#515151;
}

.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: 1px;
  border-style: solid;
  border-color: #aaa;
  border-spacing: 1px;
}
TR.productListing, TR.productListing-even, TR.productListing-odd {
	background-color:#fff;
}

TR.productListing TD, TR.productListing-even TD, TR.productListing-odd TD {
padding-top:5px; padding-bottom:5px;
border-bottom:1px solid #eee;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #666;
  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: #ccc;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #6a6a6a;
  padding:10px 0px 0px 10px;
}

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;
  color:#676767;
}

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

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

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: #DC1400;
  font-weight:bold;
}

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: #a5dfa2; }

/* input requirement */

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


/** CUSTOM NEW **/
.tbl_body {width:960px; margin:auto; font-family:Tahoma,Verdana, Arial, sans-serif; font-size:10px;}
.a_grey {font-size:8px; color:red;}
.cart_top {font-weight:bold; color:#6a6a6a; font-size:11px; padding-bottom:10px;}
.bar_top {color:white; font-size:11px; font-weight:bold;}
.bar_top td {vertical-align:top;}
.tbl_box td {padding:0px;}

ul.arrow_right_dotted {margin:0px; margin-left:16px; padding:0px; list-style:none; list-style-image:url("images/arrow_right_dotted.gif");}
ul.arrow_right_dotted li {padding:0px 0px 6px 0px;}
ul.arrow_right_dotted a {color:#515151; text-decoration:underline;}
ul.arrow_right_dotted a:hover {color:#515151; text-decoration:none;}


.tbl_heading {border-top:2px solid #aaa; width:190px; font-size:11px; font-weight:bold; 
							color:#cdcdcd; background-color:#333; text-transform:uppercase; padding:7px 0px 7px 22px;}
							
.tbl_heading2 {border-top:2px solid #aaa; font-size:11px; font-weight:bold; 
							color:#cdcdcd; background-color:#333; text-transform:uppercase; padding:7px 0px 7px 22px;}
.tbl_heading_link {color:#cdcdcd;}
.tbl_heading_link:hover {color:#cdcdcd; text-decoration:underline;}

.tbl_back {background-image:url(images/cat_tbl_back.gif);  border-bottom:1px solid #e2e2e2;}


div.cat_main {font-size:11px; margin-left:15px; margin-right:15px; }
div.cat_main div {padding:5px 0px; padding:none; border-bottom:1px solid #ddd;}
div.cat_main div div {border:none; font-size:11px;}
a.a_ul {color:#676767; text-decoration:none;}
a.a_ul:hover {color:#e55c19; text-decoration:none;}
a.a_ul2 {color:#868686; text-decoration:none;}
a.a_ul2:hover {color:#e55c19; text-decoration:underline;}


.products_tbl_split {border-collapse:collapse; font-size:11px;}
.specials_img {width:145px; text-align:left;}
.img_special {float:left; border:1px solid #ccc; width:130px; height:90px; margin-right:5px;}
.specials_product_name {color:black; text-decoration:none; font-size:11px; font-weight:bold;}
.specials_product_name:hover {color:black; text-decoration:underline;}
.specials_desc {color:#6a6a6a; font-size:11px;}
.specials_price {color:#ad0000; font-size:11px; font-weight:bold;}
.normal_price {font-size:11px; font-weight:bold;}
.new_products_rate_it {font-size:11px; color:#e55c19; text-decoration:none;}
.new_products_rate_it:hover {font-size:11px; color:#e55c19; text-decoration:underline;}

.specials_a_img {border:none; margin-top:6px; margin-left:5px;}
/** CUSTOM **/

.a_btm {color:#666;}
.a_btm:hover{color:#666; text-decoration:underline;}
.a_btm2 {color:16549f; font-weight:bold;}
.a_btm2:hover{color:16549f; text-decoration:underline;}
a.onBlack {color:white; text-decoration:underline}

td.message_body {font-size:12px; color:#676767; padding:5px; line-height:130%; font-family:Tahoma,Verdana,Arial,sans-serif}
td.message_body a, a.inline {font-weight:bold; text-decoration:none; color:#e55c19;}
td.message_body a:hover, a.inline:hover {font-weight:bold; text-decoration:underline; color:#e55c19;}

#tbl_cart {background-color:#fff; font-size:11px; border-collapse:collapse;}
.shop_hdr {padding:9px 0px 9px 0px; border-right:1px solid #b6b6b6; border-bottom:1px solid #b6b6b6;}
.cart_contents {padding:4px; border-right:1px solid #b6b6b6;}

.cat_listing_hdr {color:white; font-weight:bold; font-size:11px; text-transform:uppercase;}
.cat_listing {border-left:1px solid #aaa; border-right:1px solid #aaa;}

.bar_top_item {text-align:center; background:url(images/bar_top_bg1.gif); color:white;}
.bar_top_item a {color:white; font-family:Tahoma,Verdana,Arial;}
.bar_top_item a:hover {text-decoration:none; font-family:Tahoma,Verdana,Arial; color:#ddf;}
.bar_top_div {cursor:pointer; padding-top:17px; height:100%}
.product_info_name {color:#e55c19; font-size:14px; font-weight:bold; border-bottom:1px dotted #676767; padding-bottom:10px; margin-bottom:10px;}
.image_enlarge_text {color:#e55c19; font-size:11px; text-decoration:underline;}
.image_enlarge_text:hover {color:#e55c19; font-size:11px; text-decoration:none;}
.product_info_special_price {color:#e55c19; font-size:14px; text-align:center; font-weight:bold;}
.product_info_normal_price {font-size:14px; text-align:center; font-weight:bold;}
.product_info_image {margin-left:10px; text-align:center; margin-bottom:10px; margin-right:10px;}
.img_border {border:1px solid #ccc;}

.pinfo_actions a {color: #777;}

.etaSpan {padding-left:18px; font-size:90%; color:#666;}

.shipping_table td {text-align:center; padding:2px 0px;}
.shipping_table th {padding:4px 14px;}

.fp_topkeywordscover {font-size:11px; color:#666;}

span.fa {color:black;}
span.fb {color:#444;}
span.fc {color:#777;}