/*
  $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; line-height: 1.5; }
.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; }
/*.shadow1 {border: #000066 3px solid;}*/
.shadow1 {
  border: #dcdcdc 1px solid;
  font-family: Verdana, Arial, sans-serif;
  color: #000066;
  font-size: 11px;
  line-height: 1.5;
}

BODY {
  background: #ffffff;
  color: #000000;
  /*margin: 0px;*/
}

A {
  color: #000066;
  text-decoration: none;
}

A:hover {
  color: #4068E0;
  /*text-decoration: underline;*/
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #4068e0;*/
  background-image: url(./images/infobox/cellpic_nav.gif);
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #4068e0;*/
  background-image: url(./images/infobox/cellpic1.gif);
  color: #000066;
  font-weight : bold;
}

A.headerNavigation { 
  /*color: #FFFFFF;*/ 
  color: #000066;
}

A.headerNavigation:hover {
  color: #4068E0;
}

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: #4068e0;*/
  background-image: url(./images/infobox/cellpic1.gif);
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(./images/infobox/cellpic1.gif);
  /*background: #4068e0;*/
  color: #000066;
  font-weight: bold;
}

.infoBox {
  background: #dcdcdc;
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  background: #f2f2f2;
  /*background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.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: #4068e0;*/
  background-image: url(./images/infobox/cellpic1.gif);
  color: #000066;
  /*color: #ffffff;*/
}

.infoBoxNews {
  /*background: #dcdcdc;*/
  background: #000066;
}

TD.infoBoxHeadingNews {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /*background: #4068e0;*/
  background-image: url(./images/infobox/cellpic1.gif);
  color: #000066;
  /*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: #dcdcdc;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(./images/infobox/cellpic1.gif);
  /*background: #b6b7cb;*/
  color: #000066;
  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: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #4068E0;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.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: 11px;
}

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.titre2normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #4068E0;
}

SPAN.titre2bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4068E0;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #4068e0;
  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: #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: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #c3d1e3;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image: url(./images/infobox/cellpic1.gif);
  /*background: #b6b7cb;*/
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #c3d1e3;
  border-bottom: 1px solid #c3d1e3;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #eaedf4;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */

/*//==<!-- com-host.com -->>>*/
TABLE.LangBox {
  height: 15px;
}

.tableaucontent {
	padding:1em;
	clear:both;
	background:#ffffff;
	color:#000000;
	font-size: 11px;
	/*border: #dcdcdc 1px solid;*/
  }
  
.tableaucontentfeatured {
	background:#ffffff;
	border-bottom:1px solid #dcdcdc;
	font-size: 10px;
	/*border: #dcdcdc 1px solid;*/
  }  
  
 .tableaucontentfeatured11 {
	background:#ffffff;
	border-bottom:1px solid #dcdcdc;
	font-size: 11px;
	/*border: #dcdcdc 1px solid;*/
  }   
  
  .featuredcontent {
	padding:1em;
	clear:both;
	background:#ffffff;
	color:#000000;
	font-size: 10px;
	/*border: #dcdcdc 1px solid;*/
  }
  
.tableauheader {
	height: 25px
	clear:both;
    background:#4068e0;
    color:#ffffff;
	font-size: 10px;
  }

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}

/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #ffffff;
	color: #4068E0;
	text-decoration: underline
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	/*font-weight: bold;*/
	background-color: #dcdcdc;
	color: #4068E0;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 5px;
}

#secondcat a {
	padding-left: 20px;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}

/* DDB - 041031 - Form Field Progress Bar */
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
      overflow: hidden;
	background-color: navy;
	padding-left: 5px;}
}

*/



/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}


.phplmbodytable { /* Class of table cells containing plain menus */
}

.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #4068E0;
	font-size: 10px;	
	text-decoration: none;	
}
a.phplm:visited	{      /* Font color, style & visited menu items */
	color: #000066;
	font-size: 10px;	
	text-decoration: none;	
}
a.phplm:link 	{      /* Font color, style of linked menu items */
	color: #4068E0;
	font-size: 10px;	
	text-decoration: none;	
}

a.phplm:hover	{      /* Font color, style of menu items when hovered over OK*/
	color: #4068E0;
	background-color: #ffffff;
	font-size: 10px;	
	text-decoration: none;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked OK*/
	color: #4068E0;
	background-color: #ffffff;
	font-size: 10px;	
	text-decoration: underline;	
}

.dmselected {   /* Style overide for selected category tree */
	color: #4068E0;
	font-weight: bold;	
}
/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 8px; }
.smallText2 { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.main { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }