/*
  $Id: stylesheet.css,v 1.2 2003/06/19 11:43:15 mdima 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:Tahoma; font-size: 10px; }
.errorBox { font-family : Verdana, Tahoma; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Tahoma; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Tahoma; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
TD.headerNavigation {
  font-family:Tahoma;
  font-size: 11px;
  background-image: url(/back5.gif);
  color: #ffffff;
  font-weight : bold;
    padding-bottom : 4px;
padding-top : 4px;
}
TD.infoBoxHeading {
 background-image: url(/back5.gif);
   font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align:center;
  color: #ffffff;
  padding-bottom : 4px;
padding-top : 4px;
}
TD.infoBoxHeadingsearch {
 background-image: url(/back2.gif);
   font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
A { 
  color: #000066; 
  text-decoration: none; 
}

A:hover { 
  color: #CC0000; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: ##000033;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Tahoma;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Tahoma;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
 background-image: url(/back5.gif);
}

TD.footer {
  font-family:Tahoma;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #000033;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family:Tahoma;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:Tahoma;
  font-size: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family:Tahoma;
  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: #f4f7fd;
}

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: #D7D7D7;
}

TR.productListing-heading {
  background: #000066;
}

TD.productListing-heading {
  font-family:Tahoma;
  font-size: 11px;
  background: #CCCCCC;
  color: #000066;
  font-weight: bold;
}

TD.productListing-data {
  font-family:Tahoma;
  font-size: 11px;
  font-weight: bold;
}
TD.productListing-data2 {
  font-family:Tahoma;
  font-size: 12px;
  font-weight: bold;
}

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-family:Tahoma;
  font-size: 12px;
  color: #000033;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:Tahoma;
  font-size: 10px;
  color: #000066;
}

TD.main, P.main {
  font-family:Tahoma;
  font-size: 11px;
  line-height: 1.5;
}
TD.Confirm{
font-family:Tahoma;
  font-size: 16px;
  color: #FF0000;
  line-height: 1.5;
}
TD.Confirm2{
font-family:Tahoma;
  font-size: 12px;
  color: #FF0000;
  line-height: 1.5;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family:Tahoma;
  font-size: 10px;
  font-weight: bold;
}

TD.accountCategory {
  font-family: Verdana, Tahoma;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Tahoma;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Tahoma;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Tahoma;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Tahoma;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Tahoma;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:Tahoma;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:Tahoma;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #000033;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Tahoma;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Tahoma;
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Tahoma;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Tahoma;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #999999; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Tahoma; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Tahoma; font-size: 10px; color: #000066; }
/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
/* message box */

.messageBox { font-family: Verdana, Tahoma; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Tahoma; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Tahoma; font-size: 10px; background-color: #99ff00; }

.linkListing-heading {
  font-family: Verdana, Tahoma;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family:Tahoma;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

ul.sitemap {
color: #ff0000;
}
/* VJ Links Manager v1.00 end */
H1 {
font-family:Tahoma;
font-size: 10pt;
}
img_preload {
left: 0;
position: absolute;
top: 0;
visibility: hidden;
}
.shadow1 {border: #999999 1px solid;}
/*----------------------------Suggest Styles--------------------------*/
.suggest_link {	background-color: #FFFFFF;	padding: 2px 6px 2px 6px;}
.suggest_link_over {	background-color: #3366CC;	padding: 2px 6px 2px 6px;}
.search_suggest {	position: absolute; 	background-color: #FFFFFF; 	text-align: left; 	border: 1px solid #000000;

			}
#menucss UL { margin: 0px; padding: 0px; }
#menucss UL LI { list-style-type: none; margin: 0px; padding: 0px; }
#menucss UL UL { padding-bottom: 10px; }
#menucss A { display: block; }

#menucss UL LI.categorie_top A { font-weight: bold; color: #fffff; }
#menucss UL LI.categorie_top_on A { font-weight: bold; font-style: italic; color: #2684FE; }
#menucss UL UL LI.categorie A { padding-left: 8px; font-weight: normal; font-style: normal; color: #000000;}
#menucss UL UL LI.categorie_on A { margin-left: 8px; font-weight: normal; font-style: italic; color: #0C14FA; }

#menucss UL LI A:hover { color: #2684FE; text-decoration: none; }
#menucss UL UL LI A:hover { color: #0C14FA; text-decoration: none; }			
			
		/*----------------------------End Suggest Styles------------------------*/
