/*==================================
	Question
===================================*/
.black_overlay{
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.7;
   opacity:.65;
   filter: alpha(opacity=60);
}

.white_content {
   position: absolute;
   top: 25%;
   left: 25%;
   width: 50%;
   padding: 16px;
   border: 5px solid #333333;
   background-color: white;
   z-index:1002;
   overflow: auto;

	font-weight: bold;
	font-size: 16px;
}
.question_cart_content {
	font-weight: bold;
	font-size: 16px;
}
/*==================================
	recettes
===================================*/
.recettes-table {
	width :"300";
}
.recettes-tabledescription {
	width :"100%";
}

.recettes-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px; 
	color: #333333;
	font-weight: bold;
	border-bottom: 2px inset #333333;
	font-style: italic;
}

TD.recettes-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;

}
TD.recettes-ingredient {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px inset #333333;
	padding-bottom: 2px;
}

input.flat {border: 1px solid black;}
.small_producttitle
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: black;
    font-weight: bold;
}

/*==================================
	bordureimage
===================================*/
.bordureimage {
	border: 2px black;
	border-style: solid;
	border-spacing: 1px;
	background: black;
}

/*==================================
	Question
===================================*/
A.categorie_top {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	border: 1px solid Black;
	background: black;
   color: White;
	font-family: Verdana, Arial, sans-serif;
}

A.categorie_top_on {
  font-weight : bold;
  text-decoration: none;

   width:100%;
	border: 1px solid Black;
	background: black;
   color : orange;
  
}

A.categorie {
   color: White;
   text-decoration: none;
   font-size: 12px;
  	font-family: Verdana, Arial, sans-serif;
	
}
A.categorie:hover {
   color: White;
/*
	color: #000000;
*/
	text-decoration: none;
	background: Gray;
	width: 100%;
}
A.categorie_on {
   color: White;
/*
	color: #000000;
*/
  text-decoration: none;
  font-size: 12px;
  background: Gray; 
  width: 100%;
}

A.categorie_top:hover {
  font-weight : bold;
  color : orange;
  text-decoration: none;

   width:100%;
	border: 1px solid Black;
	background-image: url(images/style_top_box.gif);
	background-repeat: repeat; 
  
}

/* End Categorie Box */

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
/*
	background: #FFE6E6;
*/
	font-family: Script;
	font-size: 10px;
}



TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 1px;
	border: 1px solid Black;
	background-image: url(images/style_top_box.gif);
	background-repeat: repeat; 
	
	/*

	background: #000000;
	color: orange;
*/
}


TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
 	background: orange; 
	color: #000000;

	 
}

.infoBox {
	font-size: 12px;
/* here to change border */
	background: #000000;
	color: #000000;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 

	background-color: #666666;
/*
	background-color: #3E3E3E;
*/	color: #FFFFFF; 
}

.infoContents {
  	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
   color: #FFFFFF;
	background-color: #666666;
}


.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.errorBox
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #ff0000;
    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: orange;
    text-decoration: underline;
}

BODY
{
	margin: 0px;
	color: #000000;
	background-color: #808080;
/*
	background-color: #E2E2E2;
	background-color: #383838; 
 	color : #ffffff;
*/

}
.BODY_INDEX
{
	margin: 0px;
	color: #000000;
	background-color:  #000000; 
	
/*
	color: #000000;
#666666
	background-color:  #3F4140; 
	background-color: #E2E2E2;
	background-color: #383838; 
 	color : #ffffff;
*/
	background-image: url(images/background3.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
A {
  text-decoration: none;
  color: #FFFFFF;
/*
  color: #000000;
*/  
}

A:hover
{
/*
    color: "Orange";
    text-decoration: underline;
*/
  background : Gray;
}

FORM {
	display: inline;
}

TR.header {

  background-color= #000000;

 /*
  background: #C8C8C8;
*/
}

TR.headerNavigation {
	/*  background: #990000; */
}

TD.headerNavigation
{

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
/*
	background-color: #333333;
	background-color: #000000;
*/	
	background-image: url(images/style_top_box.gif);
	background-repeat: repeat-x;
	
}

A.headerNavigation { 
  color: #000000;  

}

A.headerNavigation:hover {
  color: #000000;  
}

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
{
   color: #ffffff;
	background-image: url(images/style_top_box.gif);
	background-repeat: repeat-x;

/*
   background-color: #000000;
*/
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}




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: #ffcc99; */
}

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: #ffcc99; */
}

TABLE.productListing
{
    border: 1px;
    border-style: solid;
    border-color: #000000;
    border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(images/style_top_box.gif);
  background-repeat: repeat; 
  
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: white;
}

A.pageResults:hover {
  color: white;
  font-weight: bold;
}

.TITLE1
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: "orange";
}
TD.pageHeading, DIV.pageHeading, 
{

    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;

    color: "orange";
}

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;
  color: #000000;
  
  /* background-color: #ffcc99; */
}

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;
	font-weight: bold;
	color: orange;
	font-size: 12px;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver
{
    background-color: #C8C8C8;
    cursor: pointer;
    cursor: hand;
}
.moduleRowSelected
{
 background-color: #C8C8C8;
}

.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: orange; }
.Email
{
    color: orange;
    text-decoration: underline;
}
.smalltitle
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: orange;
    font-weight: bold;
}

