/*
stylesheet.css pour osCommerce TregorWhisky.fr

Copyright webespace.fr
*/
@import url("menucat.css") ;
@import url("menutxt.css") ;

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #9E261E; text-decoration: underline; }

BODY {
  background: #F4F1E5;
  color: #334D66;
  margin: 0;
  padding: 0 ;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

#site {
  width: 900px;
  margin: 0 auto auto auto;
  text-align: left;
  padding: 0 ;
}

A {
  color: #334D66;
  text-decoration: underline;
}
img {
  border: none;
  border:0px;
}

A:hover {
  color: #95A1AD;
  text-decoration: none;
}

FORM {
	display: inline;
}

TABLE.header {
  background: url(images/site/header.jpg)  no-repeat;
  height:163px;
}

TR.header {
  height:163px;
}

/* Menu Haut */


.logo {
  width: 360px;
  height: 70px;
  margin: 0;
  padding: 0;
}
#french {
  background-image: url(images/site/logo_fr.gif);
  background-repeat: no-repeat;
}

#english {
  background-image: url(images/site/logo_en.gif);
  background-repeat: no-repeat;
}

TD.headerNavigation {
  padding: 0;
  margin: 0;
}

.MenuHautBleu {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}
ul.MenuHB {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.MenuHB li {
  display: inline;
  float:left;
}

.MenuHB li a {
  color: #FFFFFF;
  background-color: #334D66;
  border-top: #6B7E90 1px solid;
  border-left: #6B7E90 1px solid;
  border-right: #223445 1px solid;
  border-bottom: #223445 1px solid;
  width:132px !important;
  width:134px;
  height:22px !important;
  height:35px ;
  display:block;
  text-align: center;
  padding-top:11px;
  text-decoration: none;
  margin: 0;
  font-weight:normal;
}

.MenuHB li a:hover {
  color: #FFFFFF;
  background-color: #46617C;
  border-top: #B6C1CC 1px solid;
  border-left: #B6C1CC 1px solid;
  border-right: #6D7B88 1px solid;
  border-bottom: #6D7B88 1px solid;
  text-decoration: none;
}

#panier a {
  background-image: url(images/site/picto_panier.gif);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  width:111px !important;
  width:138px;
  padding-left: 25px;
}
#panier a:hover {
  background-image: url(images/site/picto_panier_hover.gif);
  background-repeat: no-repeat;
  background-position: 5px 7px;
}
#checkout a {
  background-image: url(images/site/checkout.gif);
  background-repeat: no-repeat;
  background-position: 75px 0px;
}
#checkout a:hover {
  background-image: url(images/site/checkout_hover.gif);
  background-repeat: no-repeat;
  background-position: 75px 0px;
}
.MenuHautNoir {
  color: #FFFFFF;
  font-size: 11px;
  background-color: #000000;
  height: 35px;
}


/* Titres */

h1 {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  font-variant: none;
  color: #AC231A;
}

h2 {
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
  text-transform: capitalize;
  color: #334D66;
}

h3 {
  font-size: 102%;
  text-decoration: underline;
  font-weight: bold;
  font-variant: none;
  text-transform: none;
  color: #334D66;
}

h4 {
  font-size: 13px;
  text-decoration: none;
  font-weight: normal;
  font-variant: small-caps;
  text-transform: none;
  color: #AC231A;
}

h5 {
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
  text-transform: none;
  color: #334D66;
}

h6 {
  font-size: 100%;
  text-decoration: underline;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #AC231A;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  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: 10px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* Centre body */

TABLE.coreBody {
  width: 900px;
  margin: 0;
  padding:0;
  table-layout:fixed; 
  border-style:none;
  border-collapse:separate;
}

TD.centreBody {
  padding: 10px;
  vertical-align: top;
  background-color: #FFFFFF;
}

/* Champ de recherche */

#headsearch {
  width:100%;
  height: 16px;
  text-align: right;
  font-family: verdana, arial, sans-serif;
  vertical-align: top;
  display:none;
}

.champRecherche {
  border: 1px silver solid;
  height: 10px;
  width: 120px;
  font-weight: bold;
  color: #334D66;
  font-size: 9px;
}
a.advsearch {
  color:#FFFFFF;
  font-weight:bold;
  font-size: 8px;
}
.champNewsLetter {
  height: 18px;
  font-weight: bold;
  color: #334D66;
  font-size: 9px;
}

/* Colonnes */

TD.columnL {
  width:179px;
  padding: 0;
  vertical-align: top;
  background-color: #95A1AD;
  border-left: #53697D 1px solid;
}
TD.columnR {
  width:179px;
  padding: 0;
  vertical-align: top;
  text-align: center;
  background-color: #95A1AD;
  border-right: #53697D 1px solid;
}

TABLE.columnL {
  width:165px;
  border:0;
  margin-left:7px !important;
  margin-left:7px;
  margin-right:7px !important;
  margin-right:7px;
  padding-top: 10px;
  table-layout:fixed;
  border-collapse:separate;
  border-style:none;
}
TABLE.columnR {
  width:165px;
  border:0;
  table-layout:fixed;
  border-collapse:separate;
  border-style:none;
  margin-left:7px !important;
  margin-left:7px;
  margin-right:7px !important;
  margin-right:7px;
  padding-top: 10px;
}


/* Infobox : fond des boxs */

.infoBox {
  background: #ECECEE;
  font-size:10px;
}


/* Fonds de box Col */

.infoBoxCol {
  background: #f00;
  font-size:10px;
  padding:0;
}


.infoBoxContentsCol {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #334D66;
  border-top: 2px solid #64788B;
  border-left: 2px solid #64788B;
  border-right: 2px solid #182430;
  border-bottom: 2px solid #182430;
  font-size:10px;
  padding: 5px;
}
.infoBoxContentsColin {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #334D66;
  font-size:10px;
  padding: 2px;
}
.infoBoxContentsBan {
  background-color: #334D66;
  margin:0;
  border-top: 2px solid #64788B;
  border-left: 2px solid #64788B;
  border-right: 2px solid #182430;
  border-bottom: 2px solid #182430;
  padding:5px 0 5px 0;
}

/* Box de fond Text */

td.boxText a{
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
}

/* Box de fond 2 */

a.infoBoxContents {
  color: #334D66;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  color: transparent;
  background: #ffffff;
  font-size:10px;
}
/* Box de Menu Catégories */

.infoBoxColCat {
  background-color: #95A1AD;
  font-size:10px;
  padding:0;
  margin-bottom:10px;
}

.infoBoxContentsColCat {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  font-size:10px;
  padding: 0;
}
td.boxTextColCat a{
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
td.boxTextColCat a:hover{
  text-decoration: underline;
  color: #A83D35;
}

/* Box de fond CollLinks */

.infoBoxColLinks {
  font-size:10px;
  padding:0;
}

td.boxTextColLinks a{
  font-family: Verdana, Arial, sans-serif;
  color: #334D66;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
}

td.boxTextColLinks a:hover{
  text-decoration: underline;
  color: #A83D35;
}
.infoBoxContentsColLinks {
  font-family: Verdana, Arial, sans-serif;
  color: #334D66;

  font-size:10px;
  padding: 0;
}

/* Boxs de fonds textCol */

td.boxTextCol a{
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
}

td.boxTextCol a:hover{
  text-decoration: underline;
  color: #A83D35;
}

td.boxTextColLog {
  border: 0 ;
}



/* Info box Notice */

.infoBoxNotice {
  background: #666666;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
}

/* Bannières */

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  background: url(images/infobox/ban_center.gif) repeat-x;
  color: #96231B;
  text-align: center;
  padding: 0 ;
  text-transform: capitalize;
}
.infoBoxHeading a{
  color: #762B26;
  text-decoration: none;
}
.infoBoxHeading a:hover {
  color: #762B26;
  text-decoration: none;
}
TD.infoBoxHeadingCenter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  background: url(images/infobox/center.gif) no-repeat;
  background-color: #CDAE79;
  color: #96231B;
  text-align: center;
  padding: 0 ;
}
.infoBoxHeadingCenter a{
  color: #762B26;
  text-decoration: none;
}
.infoBoxHeadingCenter a:hover {
  color: #762B26;
  text-decoration: none;
}


a.arrowRight {
  background: url(images/icons/arrowRight.png) no-repeat -16px 0px;
  height: 12px;
  width: 12px;
  padding-top: 1px;
}

a.arrowRight:hover {
  background-position: 0px 0px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
}

/* Panier liste produits Tableau */

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-color: #FFFFFF;
}

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-color: #F4F1E5;
}


TABLE.productListing {
  background: #FFFFFF ;
  background-position: 30px 21px;
border-spacing: 0px;
  border-collapse: collapse;
}

TABLE.productListing2 {
  background: #FFFFFF ;
  background-position: ;
border-spacing: 0px;
  border-collapse: collapse;
  border: solid 1px;
  }

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #F4F1E5;
  height:21px;

  font-weight: bold;
  border: 0;
  margin: 0;
  padding-left: 1px;
}
.productListing-heading a{
  padding: 0;
  margin:0;
  background: none;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.productListing-data2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.productListing-data a{
   color: #334D66;
   font-weight:bold;
   text-decoration: none;
 }
.productListing-data a:hover{
   text-decoration: underline;
  
}

img.listing {
 vertical-align: middle;
}

A.pageResults {
  font-weight:bold;
  color: #2223FC;
}

A.pageResults:hover {
  color: #FFFFFF;
  background: #2223FC;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  font-weight: bold;
}

TR.subBar {
  background: #334D66;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #334D66;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#334D66;
}

TD.smallText, SPAN.smallText, P.smallText, div.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
a.imageA {
  text-decoration: none;
}
div.smallText {
  float: left;
  padding: 0 5px 0 5px;
  text-align: center;
  vertical-align: middle;
}

div.categorie {
  float: right;
}

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;
  color: #E70F26;
}

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;
  color: ##762B26;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFFFFF;
  border-color: #334D66;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  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: #E70F26;
}
SPAN.productPriceList {
  color: #334D66;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D0D0D6; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ECECEE; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #334D66; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.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: 12px; color: #E70F26; }

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
input.inputButton:hover {
  background-position: 10px 10px;
}
.banniere {
  text-align: center;
}
#productImage a{
  text-decoration: none;
}
#productImage {
  width:210px;
  float: right;
  text-align: center;
  padding: 0px;
  margin: 0 0 5px 5px;
  background-color: #FFFFFF;
}
#productInfo {
  border: 0px solid black;
  width:500px;
   overflow: auto;
}
#HeadShoppingCart{
  position: relative;
  width:338px;
  background: #E8E8E8;
  margin: 0 91px auto 91px;
  padding: 0;
  margin-bottom: 5px;
}
.BoxHeadShoppingCart {
  background: #E8E8E8;
  color: #727272;
  font-weight: bold;
  font-size: 10px;
}
#blockHeading {
  position: relative;
  margin-top: -58px !important;
  margin:-60px 91px auto 91px;
  background: url(images/site/button_cart_back.gif);
  height:58px;
  width: 338px;
  text-align: center;
  line-height: 50px;
}
#blockHeading a{
  font-weight: bold;
  color: #E70F26;
  text-decoration: none;
}
#blockHeading a:hover{
  color: #334D66;
  text-decoration: none;
}

#topHeadSC {
  height:2px;
  background: url(images/site/topHeadSC.gif);
  width:338px;
}
#middleHeadSC {
  background: url(images/site/middleHeadSC.gif);
  width:338px;
  padding:0 20px 0 20px;
}
#footHeadSC {
  height:2px;
  background: url(images/site/footHeadSC.gif);
  width:338px;
}
table.bannerHead{
  width: 100px;
  height: 120px;
}
#bannerHead{
  width: 100px;
  height: 110px;
  overflow: hidden;
}
#BoutonsHead td{
  padding: 0 0 1px 0;
}
#BoutonsHead {
  margin: 60px 20px auto 20px;
  table-layout:fixed;
  border-spacing:0px;
  border-collapse:separate;
  border-style:none;
}
/* Pied de page */

TABLE.footer {
  width:100%;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #ffffff;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  background-color: #334D66;
}
TD.footer a {
  font-weight: normal;
  text-decoration: none;
  text-transform:uppercase ;
  color: #ffffff;
}
TD.footer a:hover {
  text-decoration: underline;
}
#footerTer, #footerTer a {
  height: 16px;
  font-size: 9px;
  color: #96AABE;
  text-transform: none;
  padding:2px;
}
#footerBis {
  height: 12px;
  font-size: 9px;
  color: #FFFFFF;
  text-transform: none;
}

TD.ListHead {
  text-align: center;
}
TD.ListHead a {
  color: #ffffff;
  text-decoration: none;
}
TD.ListHead a:hover {
  text-decoration: underline;
}
table.breadcrumb {
  padding-bottom:10px;
}
td.breadcrumb {
  font-size : 10px;
  font-weight : bold;
}
.breadcrumb a:hover{
  color:#9E3B34;
}
div.BoxSeparator {
  height:10px;
  margin: 0;
  padding: 0;
}
TD.productDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}
#price {
  font-weight:bold;
  font-size:18px;
}
