/*
  $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:  Helvetica, Arial, sans-serif, Verdana; font-size: 12px;}
.errorBox { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size : 12px; color: #70d250; text-decoration: underline; }


BODY {
	font-family:  Helvetica, Arial, sans-serif, Verdana;
	font-size:12px;
	background: #8F8F8F;
	color: #000000;	
	background-image:url('images/design/background.jpg');
	background-repeat:repeat-x;
}

.top_right {
	background: #8F8F8F;
	color: #000000;	
	background-image:url('images/design/logo1.jpg');
	background-repeat:no-repeat;
}

.menu {
	padding-left: 10px;
	background-image:url('images/design/menu.jpg');
	background-repeat:repeat-x;
	height: 41px;
}

.menu a {
	font-size: 13px;
	color: #868686;
	text-decoration: none;	
}

.menu a:hover {
	color: #1E1E1E;
	text-decoration: none;
}

.search_top {
	font-size: 11px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #D2D2D2;
}

TD.headerNavigation {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
  background: #D2D2D2;
  color: #4C4C4C;
  font-weight : bold;
}

A.headerNavigation { 
  color: #4C4C4C; 
  font-size: 12px;
  font-weight:bold;
}

A.headerNavigation:hover {
  text-decoration:underline;
}

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:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #F8F8F9;
}

.infoBoxContents {
  background: #f6f6f6;
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
//background-image:url('images/infobox/hatter.gif');
//background-repeat:no-repeat;	
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
  font-weight: bold;  
  color: #136F94;
  background:#D6D6D6;
}

TD.infoBoxHeading a {
color: #136F94;
}

TD.infoBoxHeading2 {
//background-image:url('images/infobox/hatter.gif');
//background-repeat:no-repeat;	
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
  font-weight: bold;  
  color: #5B5B5B;
  background:#D6D6D6;
}

TD.infoBoxHeading2 a {
color: #5B5B5B;
}

TD.infoBox, SPAN.infoBox {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
}

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #8F8F8F;
  border-spacing: 1px;
}

TABLE.artListing {
  border-left: 3px solid #DCDCDC;  
  border-bottom: 3px solid #DCDCDC;
}

.productListing-heading {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;  
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-weight: bold;
}

TD.productListing-data {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
  line-height: 1.5;
}

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

TD.smallText2, SPAN.smallText2, P.smallText2 {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 11px;
  color: #4C4C4C;
}

TD.smallText2 a {
text-decoration:none;
color: #4C4C4C;
}

TD.smallText2 a:hover {
text-decoration:none;
color: #4F4F4F;
}

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

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

TD.fieldValue {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
}

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
}

SPAN.greetUser {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  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:  Helvetica, Arial, sans-serif, Verdana;
  color: #ff0000;
}

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

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

.checkoutBarFrom, .checkoutBarTo { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Helvetica, Arial, sans-serif, Verdana; font-size: 12px; background-color: #99ff00; }

/* input requirement */

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

TD.compareListing-data {
    font-family:  Helvetica, Arial, sans-serif, Verdana;
    font-size: 12px;
    background: white;
    border-left: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #DCDCDC;
    height:25px;
  }
  
TD.compareListing-heading {
  font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;  
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-weight: bold;
}

  /***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #4B4B4B;
  font-weight : normal;
}
A.sitemap { 
  color: #4A4A4A; 
}
A.sitemap:hover {
  color: #ff0000;
}
/***** End Sitemap_SEO *****/

.main_categ {
	background-image:url('images/infobox/hatter.gif');
	background-repeat:no-repeat;
	width: 199px;
	height: 24px;
	padding-top:4px;
	padding-left:14px;
	color: #136C8C;
	font-weight:bold;
}

.main_categ a {
  color: #136C8C;
  text-decoration:none;
}

.main_categ a:hover {
  color: #555555;
  text-decoration:none;
  width:180px;
}

.sub_categ {
	height: 18px;
	padding-left:14px;
	width:180px;
}

.sub_categ a {
  color: #136C8C;
  text-decoration:none;
}

.sub_categ a:hover {
  color: #555555;
  text-decoration:none;
}

.top_links {
color: #D6D6D6;
font-size:11px;
}

.top_links a {
color: #D6D6D6;
text-decoration:none;
}

.top_links a:hover {
color: #D2D2D2;
text-decoration:none;
}

a.bottom_links_b {
font-size: 12px;
color: #4C4C4C;
font-weight:bold;
text-decoration:none;
}

a.bottom_links {
font-size: 12px;
color: #4C4C4C;
font-weight:bold;
text-decoration:none;
}

.arthead {
height:25px;
background-color:#D6D6D6;
color:#066486;
font-size:12px;
font-weight:bold;
padding-left:10px;
}

.proddesc {
color: #222222;
font-size:12px;
font-weight:bold;
line-height: 160%;
}

.extra1 {
color: #4C4C4C;
background-color: #D6D6D6;
font-size: 11px;
font-weight:bold;
}

.extra2 {
color: #4B4B4B;
background-color: #ECECEC;
font-size: 11px;
}

.prod_one {
background-image:url('images/back.jpg');
background-repeat:no-repeat;
margin: 5px;
width:235px;
height:208px;
}

.prod_name {
 font-family:  Helvetica, Arial, sans-serif, Verdana;
  font-size: 12px;
  font-weight: bold;  
  color: #056389;
}

.prod_price {
color:#534E54;
font-family:  Helvetica, Arial, sans-serif, Verdana;
font-size: 11px;
font-weight: bold;
}

.div_search {
color:#434343;
background-color:#DCDCDC;
padding-top:10px;
padding-left:5px;
padding-right:5px;
font-size: 11px;
}

TD.div_search input, select, checkbox {
font-size:11px;
border: 1px solid #C0C0C0;
background-color: #F6F6F6;
color: #6C6C6C;
}

.div_line {
height:1px;
background-color:#C3C3C3;
width:100%;
}

.white {
color: #FFFFFF;
font-size:12px;
}

TD.searchtd {
padding:7px;
}

