/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


* {
	font-family: Arial Tahoma Verdana;
	font-size: 13px;	
}
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding: 0;
	height:100%;
	min-height:100%;
	background-image:url('/images/Stripes2.jpg');
	background-repeat:repeat-y;
	background-position:center;	
}
IMG, TABLE {
	border: 0px;		
}
TD.topLinks{
	vertical-align: top;
	padding-left: 130px;		
	padding-top: 10px;		
	font-family: georgia, 'times new roman', times;
/*	font-weight: bold;*/
	font-size: 14px;
}
DIV.logo{ 
	z-index:101; 
	position: absolute; 
	top: 40px; 
	width: 100%; 
	height: 100px;
    text-align: center;	
}
DIV.menuBar {
	text-align:center; 
	z-index:100; 
	position: absolute; 
	top: 174px;
	width: 100%;	
}
DIV.menuBar DIV {
	width:100%; 
	height:30px;
	text-align:center;
    padding:0px; 
    margin:0px; 
    background-color:#d8d5f0; 
 	 /* for IE */
  	filter:alpha(opacity=65);
  	/* CSS3 standard */
  	opacity:0.65;
    z-index:1000;

    border: 0px;
}
DIV.menu{
	width:850px;
	margin-left:-420px;	
	left:50%;
	z-index:1001;
	position:absolute;
	top: 175px;
}
/* menu style */
ul#nav a, ul#nav ul a {
	font-size: 14px;
}
ul#nav a:hover, ul#nav ul a:hover {
	text-decoration:underline;	
	color:#000;

}
ul#nav, ul#nav ul {
  margin: 0px;
  padding: 2px;
  list-style: none;
  text-align: center;
  color:#333333;
  font-weight:bold;


}

ul#nav ul {
	position: absolute; 
    display: none;
	text-align: left;
	/* for IE */
	top: 20px;
	/* for IE */
	margin-left: -60px;
    background-color: #d8d5f0; 
 	 /* for IE */
  	filter: alpha(opacity=85);
  	/* CSS3 standard */
  	opacity: 0.85;
   z-index: 2000;
    border: solid 1px #666 ;
    border-top: 0px;
}

ul#nav li {
  display: inline;
  float: left; 
  text-indent: 0px;    
  margin: 3px 0 0 0;
  padding: 0px 10px;
/*  width: 130px; */ 
}
ul#nav li li {
  display: block;
  float: none;
  padding: 2px;
}


TABLE.topMain {
	border: 0px;
	width: 850px;
	margin: 10px;
	padding: 0px;
	background-color: #fff;
}
TD.center {
/*	border: 1px solid #ccc; */
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 100%;
}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #4e4c63;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
/*  background: #bbc3d3; */
}

TD.footer {
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	/* background: #d8d5f0; */
	font-size: 14px;
    /* background: #b6b7cb; */
}

.infoBoxContents {
/*  background: #f8f8f9; */
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TABLE.infoBoxHeading {
  font-size: 13px;
  font-weight: bold;
  background: #f3d5f1;
  color: #000;
  border: 1px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #ccc;
  padding: 3px;
/*  margin-left: 8px;*/
}

TD.infoBox, SPAN.infoBox {
}

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

.contentBoxHeading {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  padding: 3px;
}


TABLE.productListing {
/*  border: 1px; 
  border-style: solid;
  border-color: #b6b7cb; */
  border-spacing: 1px; 
}

.productListing-heading {
  background: #f8f8f8;
  color: #888888;
  font-weight: bold;
}

TD.productListing-data {
	border-bottom: 1px dotted #f0f0f0;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading, DIV.pageHeading A, TD.pageHeading A{
  font-size: 18px;
  font-weight: bold;
  padding: 3px;
  font-family: arial;	
/*  background-color: #e3f3d6;
  border-bottom: 1px solid #ccc; */
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
  font-size:14px;
}

.main b{
font-size: 16px;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-style: italic;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}
 
SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #F0F0F0; cursor: pointer; cursor: hand;}
.moduleRowSelected { background-color: #F8F8F8; }

.checkoutBarFrom, .checkoutBarTo {  color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning {  background-color: #ffb3b5; }
.messageStackSuccess {  background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }



.center Table.infobox{
	border: 0px;
	margin: 0px;
	
}
.productName{
	margin-left: 5px;
	font-weight: bold;
	font-size: 20px;	
}
.productPrice{
	margin: 10px;
	font-color: #eeeeee;
	font-weight: bold;
	font-size: 14px;	
}
.productDesc{
	margin: 5px;
		
}


DIV.footer {
	margin: 10px 40px 10px 52px;
	text-align: center;
	font-size:12px;
}
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.boxText {  }
.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning {  color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #70d250; text-decoration: underline; }

/* added by sofiane */
.delivery{
font-size:14px;
}