/*
  $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
*/
/** Define a base set of values for all styles. **/
ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL, LI {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family:  Verdana, Arial, Helvetica,  sans-serif;
}
/** End. Define a base set of values for all styles. **/


/** Start Custom Styles **/





/** End Custom Styles **/


/** Start Default OSC styles that need modification for each site 
##################################################################### **/

BODY {background: #babad9; color: #000000; margin: 0px;}

A {color: #5B5A8B; text-decoration: underline;}
A:hover {color: #F5C93A; text-decoration: underline;}
td.blueLine{background-color: #191970; width: 1px;}
td.body{padding:5px 5px 5px 5px;}
td.featured_products{padding:20px 5px 5px 0px;}
td.disclaimer{padding:10px 5px 10px 0px; font-size:11px; font-style:italic; line-height:14px;}

/** Start Header & Nav Styles **/
TR.header {background: #191970; padding:0px;	vertical-align:text-top;
	text-align: left;}
TD.headerLinks{padding: 5px 5px 5px 5px; color: #5B5A8B;}
TD.middleCell{vertical-align:middle; text-align: left;}

TR.headerNavigation {background: #EDD893;}
TD.headerNavigation {padding: 0px 6px 0px 6px; font-size: 12px; background: #EDD893; font-weight: normal; height:23px; text-align: center;}
tr.navline{background-color: #F5C93A; height: 1px;}
td.navline{background-color: #F5C93A; width: 1px;}

TD.headerPhone {padding: 0px 6px 0px 6px; font-size: 11px; background: #EDD893; font-weight: normal; height:23px; text-align: center;}
p.headerText{color:#e5c353; font-size:12px; font-weight:bold; padding: 0px; margin: 0px;}

A.headerNavigation {color: #5B5A8B; text-decoration:none;}
A.headerNavigation:hover {color: #5B5A8B; text-decoration:none;}
/** End Header & Nav Styles **/

p.product_description{margin: 5px 5px 5px 5px;}
h3.product_description_head{margin: 5px 5px 0px 5px; font-weight: bold;}
p.product_price{margin: 5px 5px 0px 5px;}
td.product_photo{padding: 0px 0px 0px 0px; vertical-align:top;}
td.product_description{padding: 0px 0px 0px 0px; vertical-align:top;}

p.articles{margin: 15px 10px 15px 0px;}
.question_letter{font-weight:bold;}
.answer_letter{font-weight:bold;}
img.articles{margin: 10px 10px 10px 10px;}

.review_title{font-weight:bold; font-size: 12px;}
.bolditalic{font-weight:bold; font-size: 12px; font-style:italic;}
.smaller{font-weight:normal; font-size: 11px;}
TD.galleryPhoto
{
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	text-align:center;
}


/** Start Footer Styles **/
TR.footer { }
TD.footer {font-size: 10px;  color: #66638b; font-weight: bold;}
A.footerNavigation{color: #66638b;}

/** End Footer Styles **/

/** Start Info Box Styles **/
td.sidebar{padding:5px 5px 5px 5px;}
.infoBox {background: #b6b7cb;}
.infoBoxContents {background: #f8f8f9; font-size: 10px;}
.infoBoxNotice {background: #FF8E90;}
.infoBoxNoticeContents {background: #FFE6E6; font-size: 10px;}
TD.infoBoxHeading {font-size: 11px; font-weight: bold; background: #babad9; color: #ffffff;}
TD.infoBox, SPAN.infoBox {font-size: 10px;}
/** End Info Box Styles **/

/** Start Product Listing Styles **/
TABLE.productListing {border: 1px; border-style: solid; border-color: #babad9; border-spacing: 1px;}
.productListing-heading {font-size: 10px; background: #babad9; color: #FFFFFF; font-weight: bold;}
TD.productListing-data {font-size: 10px;}
/** Start End Listing Styles **/

/** Start Page Heading Styles **/
TD.pageHeading, DIV.pageHeading {font-size: 17px; font-weight: bold; color: #191970;}
h1.pageHeading {font-size: 17px; font-weight: bold; color: #191970; margin: 0px 0px 0px 0px;}
/** End Page Heading Styles **/

/** Start Module Highlight Row Styles **/
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
/** End Module Highlight Row Styles **/

/** End Defautl OSC styles 
######################################################
**/



/**** The rest of these styles are used and may need to be changed from time to time. 
#######################################################################################
**/
.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; }

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}



FORM {
	display: inline;
}


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



A.pageResults {
  color: #0000FF;
}

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


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

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

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

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



