/*
  $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: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.productsNotifications { background: #f2fff7; }

BODY {
  background: #000;
  color: #fff;
  margin: 0px 0px 0px 0px;
  height: 100%;
  width: 100%;
  scrollbar-track-color:rgb(25,25,25);
  scrollbar-face-color:rgb(0,0,0);
  scrollbar-3dlight-color:rgb(25,25,25);
  scrollbar-highlight-color:rgb(25,25,25);
  scrollbar-darkshadow-color:rgb(0,0,0);
  scrollbar-shadow-color:rgb(25,25,25);
  scrollbar-arrow-color:rgb(255,255,255);
  }

a {
  color: #9e1b0c;
  text-decoration: none;
}

a:hover {
  color: #eee;
  text-decoration: underline;
}

FORM {
	display: inline;
}

#bigblank {
position: absolute;
left: 10%;
top: 0px;
z-index: 10;
}

h1  {
postion: relative;
left: 10%
top: -25px;
z-index: 1;
font-family: Verdana, Arial, sans-serif;
line-height: 120%;
font-size: 1.2em;
font-color: #fff;
font-weight: lighter;
font-transfrom: uppercase;
margin: 0px 0px 0px 10%;
width: 270px;
margin-left: 10%;
}

h1 em {
font-size: 0.7em;
}

h2 {
display: block;
font-size: 0.6em;
font-color: #fff;
margin: 0px 0px 5px 10%;
width: 270px;
letter-spacing: 0.3em;
}

h2 a {
  color: #fff;
  text-decoration: none;
}

h2 a:hover {
  color: #9e1b0c;
  text-decoration: underline;
}

h4 {
width: 300px;
letter-spacing: 0.3em;
font-size: 1.2em;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #9e1b0c;
  font-weight : bold;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}

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

.infoBoxContents {
  font-family: Courier, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Courier, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  font-weight: bold;
  color: #9e1b0c;
}

TD.infoBox, SPAN.infoBox {
  font-family: Courier, Arial, sans-serif;
  font-size: 10px;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #cccccc;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #131313;
  height: 206px;
  width: 206px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

TD.productListing-data a:hover img {
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.mediumText, SPAN.mediumText, P.mediumText {
  font-family: Courier, Arial, sans-serif;
  font-size: 12px;
}


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

.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

#info {
	background-color: white;
	color: #000;
	text-align: left;
	margin-left:0px;
	padding: 4px;
	z-index: 1000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font: 10px/12px verdana, helvetica, arial, sans-serif;
}

#index_background {
background-image: url(images/NewCoverSite.jpg);
background-repeat: no-repeat;
height: 500px;
width: 860px;
position: relative;
}

#promo_accueil {
width: 260px;
height: 200px;
position: absolute;
top: 100px;
}

#promo_accueil img {
float: left;
margin: -48px 2px 2px 2px;
position: relative;
border: 2px solid black;
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;
}

#promo_accueil a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

#promo_accueil p {
margin-left: 50px;
background-color: #151515;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
color: #999;
border: 1px double grey;
padding: 1px;
}

#promo_accueil b {
border-bottom: 1px solid black;
}

TD.lastentries {
background-image: url(images/background_grey.gif);
background-repeat:no-repeat;
background-position:center center;
}

#updates {
margin: 3px;
padding: 3px 0px 3px 0px;
border: 1px double #9e1b0c;
width: 400px;
position:absolute;
top: 350px;
right: 400px;
z-index: 10;
}

#updates img {
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;
}

#updates a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}


.footer {
text-align: center;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
color: #9e1b0c;
width: 100%;
margin: 0px 0px;
}

#menu_product_info {
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}

#menu_product_info:hover  {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#scrolltable {
    clear: both;
    display:block;
	text-align:center;
	width: 850px;
	height: 540px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow-x: auto;
	overflow-y: hidden;
	}
	
.darken-img {
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;
}