/*
  $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: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; }
.boxTextmagenta { font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; color:#D30069;}

.errorBox { font-family : 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size : 10px; color: #D30069; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #666666;
  margin: 0px;
  background-image: url(images/b01.gif);
  background-repeat: repeat-y;
  background-position: top center;
}

A {
  color: #666666;
  text-decoration: none;
}

A:hover {
  color: #888888;
  text-decoration: underline;
}

a:focus {
 -moz-outline: none; /* fuer unseren Browser der Wahl */
 outline: none; /* CSS 3 */
 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #D30069;
}

TD.headerError {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
  background: #D30069;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #D3D1D1;
}

.infoBoxContentsCo2 {
  background: #F3F3F3;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
  height: 24px;

}

.infoBoxContents {
  background: #FFFFFF;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBoxFamilyProducts {
  background-image: url('images/infobox/corner_center.gif');
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  height: 19px;
}

TD.infoBox, SPAN.infoBox {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, 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;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
}

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;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #E8E8E8;
  border-spacing: 1px;
  
}

.productListing-heading {
   border-bottom:1px solid #ADADAD;  
   color: #666666;
   font-weight: bold;
   padding: 7 0 7 2;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
   font-size: 11px;
   background: #E8E8E8;
}

TD.productListing-data {
   border-right:1px solid #ADADAD; 
   border-bottom:1px solid #ADADAD;
   text-align:center;
   vertical-align:top; 
   padding:10px 15px 10px 15px;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
   font-size: 14px;
   color: #D30068;
   font-weight: normal;
}


TD.productListing-data-Small {
   border-right:1px solid #ADADAD; 
   border-bottom:1px solid #ADADAD;
   text-align:center;
   vertical-align:top; 
   padding:10px 5px 10px 5px;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
   font-size: 11px;
   color: #D30068;
   font-weight: normal;
}

A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}





TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  height: 26px;
  width: 498px;
  background: url('images/m99.jpg');
  background-repeat: repeat-x;
  padding-top: 0px;
  padding-left: 10px;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
  padding-left: 10px;
}

TD.accountCategory {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10px;
  color: #D30069;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, 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: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  color: #D30069;
}

SPAN.errorText {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
  color: #D30069;
}

 .image_border_{
  border:1px solid #888888; 
 }

.currency_symbol {
 font-size: 11px;
 color: #747474;
}



.moduleRow { }
.moduleRowOver { background-color: #fcdbe6; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #fcdbe6; }

.checkoutBarFrom, .checkoutBarTo { font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; color: #888888; }
.checkoutBarToCurrent { font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; color: #D30069; }

/* message box */

.messageBox { font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #D30069; }
.messageStackSuccess { font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; background-color: #D30069; }

/* input requirement */

.inputRequirement { font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif; font-size: 10px; color: #D30069; }


.forminput {
 border: #AAAAAA 1px solid;
 width: auto;
 height: 21px;
 margin: 2px;
}


td, input, textarea{
 font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
 font-size: 11px;
 color: #666666;
}

select{
 font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
 font-size: 9px;
}

.he{
 background-image: url(images/bg-left.gif);
 background-repeat: repeat-x;
 vertical-align: top;
 text-align: center;
}

.fo{
 background-image: url(images/b03.gif);
 background-repeat: repeat-x;
 background-position: bottom;
 vertical-align: bottom;
 text-align: center;
}

.cu{
 font-size: 10px;
 font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
 color: #666666;
 vertical-align: middle;
 text-decoration: none;
 padding: 15px 0 0 80px;
}

.cu:hover{
 text-decoration: underline;
 color: #666666;

}

.cl{
 color: #D30068;
 font-weight: bold;
 font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
 text-decoration: none;
 font-size: 10px;
}

.cl:hover{
 text-decoration: none;
}

.cm{
 color: #666666;
 font-weight: normal;
 text-decoration: none;
 font-size:10px;
}

.cm a:link{
 color: #D30068;
 font-weight: normal;
 text-decoration: none;
 font-size:10px;
}

.cm a:visited{
 color: #D30068;
 font-weight: normal;
 text-decoration: none;
 font-size:10px;
}

.cm a:active{
 color: #D30068;
 font-weight: normal;
 text-decoration: none;
 font-size:10px;
}

.cm a:hover{
 color: #666666;
 font-weight: normal;
 text-decoration: underline;
 font-size:10px;
}


.me{
 color: #666666;
 text-decoration: none;
}

.me:hover{
 text-decoration: underline;
}

.se{
 border: #AAAAAA 1px solid;
 width: 114px;
 height: 21px;
}

.as{
 font-size: 9px;
 color: #72747A;
 text-decoration: underline;

}

.as:hover{
 text-decoration: none;
}

.fl{
 color: #FFFFFF;
 text-decoration: none;
 font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
 font-size: 10px;
}

.fl:hover{
 text-decoration: underline;
 color: #FFFFFF;
}

.ch{
 color: #C7D8DE;
 font-weight: bold;
}

.ch:hover{
 text-decoration: none;
}

.cp{
 color: #C7D8DE;
 font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
 font-size: 10px;
}

.mc{
 padding-left: 9px;
 padding-right: 9px;
 padding-top: 4px;
 vertical-align: top;
}

.tc{
 border: #DDDDDD 1px solid;
}

.ti{
 background-color: #EEEEEE;
 padding-left: 3px;
 color: #666666;
}

.ti_{
 color: #666666;
 font-weight: bold;
 font-size: 10px;
 }



.ds{
 font-size: 10px;
 padding: 8px;
}

.pr{
 padding-left: 8px;
 padding-bottom: 8px;
}

.pp{
 font-size: 20px;
 color: #D30069;
}

.st{
 background-color: #FFE807;
 color: #333333;
 padding-left: 5px;
 font-weight: bold;
 font-size: 10px;
 vertical-align: top;
 padding-top: 7px;
}

 .ph {
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  height: 24px;
  width: 512px;
  background: url('images/m98.gif');
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 40px;
}


 .bg3{
  background-image: url(images/m94.gif);
  background-repeat: repeat-y;
 }
 
 
 
 /*change the menu hover color below*/
#thecategories a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 210px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', 'Trebuchet MS', Verdana, sans-serif;
    font-size: 11px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 20px;
}

#secondcat a {
	padding-left: 32px;
}

#thirdcat a {
	padding-left: 45px;
}

#fourthcat a {
	padding-left: 62px;
}

#fifthcat a {
	padding-left: 57px;
}
