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

/* main structure */

BODY {
  background-color: ffe6a5;
  color: #000000;
  margin: 0px;
  
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #666666;
}

.outline {

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

A:hover {
  color: #000080;
  text-decoration: underline;
}
/* --- footer area ---- */

.footerarea {    
background-color:#e7edf9;
    width: 800px;
    height: 25px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #0000ff;
    padding: 5px;
}
.menu03
a:link { 
color: #0000ff; 
text-decoration: none; 
}
.menu03
a:visited { 
color: #0000ff; 
text-decoration: none;
}
.menu03
a:hover {
color: #000080; 
text-decoration: underline;
}

/* ---end of footer area ---- */

.topnav {
    background-color:#c8650f;
    width: 800px;
    height: 25px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding: 0px;
	
}
.searchboxarea {
    background-image: url(images/logo_2.jpg);
    background-color:#c8650f;
    width: 205px;
    height: 30px;
    vertical-align: middle;
    padding-right: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
	    border-top-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.languageboxarea {
    background-image: url(images/logo_3.jpg);
    width: 190px;
    height: 78px;
    vertical-align: bottom;
    padding-right: 5px;
	
}

/*****************Link Path starts here********************/

.breadcrumbarea {
background: url(images/pathbg.jpg);
    background-color: #c8650f;
    width: 800px;
    height: 32px;
    padding-left: 15px;
    font-family: Verdana;
    font-size: 16px;

  color: #000000;
}

A.headerNavigation { 
  color: #000000;
  
}

A.headerNavigation:hover {
 text-decoration: underline;
  color:#ffffff;
  background-color:#000000;

/*****************Link Path ends here********************/

/*******You can change the left column color below**************/

}
.left-column {
    background: #c8650f;
    padding: 10px;
   font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
	    border-top-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #000000;

}


.main-content {
    background: #ffffff;
    padding: 10px;
	    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    border-color: #000000;
	
}
.main {
	padding: 0px;
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
	
}


/*******This controls the side column infoboxes**************/

.SideinfoBox {
  background: #c8650f;
   font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;

}



TD.SideinfoBoxHeading {
background: #b10801;
   width: 190px;
    height: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  font-variant: small-caps;
padding-left: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #000000;
}
TD.SideinfoBoxHeading a{
  color: #ffffff;
  text-decoration: none;
}

TD.SideinfoBoxHeading a:hover {
  color: #ffffff;
  text-decoration: underline;
   background-color:#000000;
}

.SideinfoBoxContents {
  background: c8650f;
  font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}

.SideinfoBoxContents-link{
margin: 0 0 1px 0 ;
width: 156px; 
padding-left: 2px;

}
.SideinfoBoxContents  a {
padding-left: 2px; 
width: 156px; 
   text-decoration: none;
   color: #000000; 
background-color: #c8650f;
  	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;  
} 
.SideinfoBoxContents  a:hover {
  text-decoration: underline;
  color: #000000;
  background-color: #ffffff;
}


/*************Side column infoboxes ends here********************/


.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: #5650d2; 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;
}



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

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;
  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;
}

/*******This controls the main content infoboxes**************/

.infoBox {
  background: #b10801;
}

.infoBoxContents {
  background: #ffffff;
  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: 11px;
  font-weight: bold;
  background-image: url(images/infobox/boxheadbg.gif);
  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: #ffffff;
}

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: #b10801;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b10801;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
border: 1px;
  border-style: solid;
  border-color: #666666;
  border-spacing: 1px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  font-variant: small-caps;
}

TR.subBar {
  background: #f4f7fd;
  
}

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

TD.main, P.main {
  font-family: Verdana;
  font-size: 12px;
  

}

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: 12px;
  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;
background: #ffffff;
}

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

.moduleRow { }
.moduleRowOver { background-color: #b5a08e; cursor: pointer;}
.moduleRowSelected { background-color: #ff7800; }

.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: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
/* EOF: More Pics 6 */


