/*
 "One main layout Table" stylesheet for osC created by Paul Mathot
 2003/11/12
 
 - these stylesheet settings apply to all media
 - for printing styles edit templates/print.css
 - modified 2004/03/18 PaulM PandA.nl
 - To optimize the stylesheet for small filesize (=>maximum speed) you can remove most comments, and group the styles.
 */
/* begin imported some styles  from original osC stylesheet */
body {
    overflow-y: scroll;
}

.smallText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.messageStackError, .messageStackWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background-color: #ffb3b5;
}

textarea {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
/* end import from original stylesheet */
body, html {
    margin: 0;
    padding: 0;
    text-align: center; /* needed for IE center bug */
}
/* pageWrapper div for centering and width settings! 2004/01/06 */
div#pageWrapper {
    position: relative;
    margin: 0px auto;
    width: 750px; /* set total pagewidth */
}

form {
    display: inline;
}

td {
    vertical-align: top;
}

td.productListing-data {
    vertical-align: middle;
}

table#mainLayoutLT {
    margin: 0px auto;
    width: 100%;
}

td.columnLT {
    width: 143px;
    padding: 0;
}

table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
    width: 155px;
}

table.infoBoxLT td table {
    width: 100%;
}

td#contentLT {
    width: 600px;
}

.infoBoxLT {
    margin: 5px;
}

td#contentLT {
    padding: 10px 12px;
}

td.infoBoxHeadingLT, .infoBoxHeading {
    padding: 2px 4px;
}

td.boxTextLT {
   padding: 6px 5px;
}

div#imageNavLT {
    margin: 12px 7px 0 0;
    float: right;
}

.navRightLT {
    float: right;
}

.boxTextLT select {
    width: 90%;
}

td#navBarTopLT div, td#navBarBottomLT div {
    margin: 0px 5px;
    height: 17px;
}

.logoLT, .navLeftLT {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

.logoLT {
    padding-top: 10px;
}
/*ajout pierre*/
.headerNavigation {
    font-family: Arial, Helvetica, sans-serif;
}
/*fin*/
.footerLT {
    text-align: center;
}

.footerLT div {
    margin: 5px auto;
}

.infoBoxHeadingLT div {
    float: left;
}

#languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #manufacturersBoxLT, #searchBoxLT, #tell_a_friendBoxLT {
    text-align: center;
}
/* begin colors and borders (for link colors: see the link styles section below) */
table.infoBox, table.productListing {
    border: 1px solid #BC0431;
}

.productListing-heading {
    background-color: #BC0431;
    color: #FFFFFF;
}

tr.productListing-even td {
    background-color: #D6C4BD;
}

tr.productListing-odd td.productListing-data {
    background-color: #EFE8E4;
}

.errorText {
    color: #BC2034;
}
/* .cBoxE higlighting for categories box enhancement contrib */
.cBoxE {
    color: #BC2034;
}

td.infoBoxHeading {
    border: 0px black solid;
}

td#navBarTopLT, td#navBarBottomLT {
    background-color: #EFE8E4;
}

table#mainLayoutLT {
}

.infoBoxLT td {
    /*border: 1px black solid;*/
    height: 25px;
}

#contentLT table td.pageHeading, h1 {
    color: #BC2034;
}

.infoBoxLT td table td {
    border-width: 0px;
}

.inputRequirement, .greetUser {
    color: #BC2034;
}
/* example how to assign styles to one individual small infobox (delete if you don't like) */
table#shopping_cartBoxLT {
    font-weight: bold;
    color: #BC2034;
}

table#specialsBoxLT {
    font-weight: bold;
}

td.infoBoxHeadingLT {
    background-color: #BC2034;
    text-transform: uppercase;
    color: #FFFFFF;
}

#categoriesBoxLT {
    background-color: #BC0431;
    padding-bottom: 8px;
    margin-top: 12px;
}

#categoriesBoxLT a {
    color: #FFFFFF;
    font-size: 15px;
}

#categoriesBoxLT a:hover {
    color: #000000;
    font-size: 15px;
    background-color: #FFFFFF;
    text-decoration: none;
}

#categoriesBoxLT .infoBoxHeadingLT {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-image: url(images/cave.gif);
    background-position: bottom;
    color: #BC0431;
    font-size: 18px;
    text-transform: uppercase;
    height: 34px;
}

#shopping_cartBoxLT .infoBoxLT {
    background-color: #BC0431;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

#shopping_cartBoxLT {
    background-color: #FFF;
    padding-bottom: 0px;
    border: 1px solid #BC0431;
}

#shopping_cartBoxLT td.infoBoxHeadingLT {
    background-color: #BC0431;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 4px;
}

#specials_cartBoxLT .infoBoxLT {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

#specialsBoxLT td.infoBoxHeadingLT {
    background-color: #6B450C;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 4px;
}

#specialsBoxLT {
    background-color: #E6941A;
    padding-bottom: 0px;
    border: 1px solid #6B450C;
}

#shopping_cartBoxLT .infoBoxContents {
    font-size: 10px;
}

.infoBoxHeading, .productListing-heading {
}

#informationBoxLT .infoBoxHeadingLT {
    height: 0px;
    font-size: 0px;
    visibility: hidden;
}

#informationBoxLT .infoBoxLT {
    background-color: #BC0431;
    color: #FFFFFF;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
}

#informationBoxLT {
    background-color: #FFF;
    padding-bottom: 0px;
    border: 1px solid #BC0431;
}

#informationBoxLT a {
    color: #BC0431;
    font-size: 11px;
}

.productListing-heading a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.productListing b {
    color: #BC0431;
    font-size: 12px;
    font-weight: normal;
}
/* end colors and borders */
.infoBoxHeading img {
    display: none;
}
/* begin fonts */
#copyRightLT {
    font-size: 11px;
}

td.infoBoxHeading {
    font-weight: bold;
}

.infoBoxLT td, .infoboxLT td.boxTextLT form select {
    font-size: 12px;
    font-family: arial, sans-serif;
}

#navBarTopLT, #navBarBottomLT {
    font-size: 12px;
    font-weight: bold;
}
/* font size for content in and outside tables */
#contentLT table td, #contentLT {
    font-size: 11px;
    font-family: arial, sans-serif;
}

#contentLT table td.pageHeading, h1 {
    font-size: 24px;
    font-weight: normal;
    font-family: Arial, Verdana, sans-serif;
    padding-top: 5px;
}

.main h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
}
/* end fonts */
/* begin link styles */
.infoBoxHeadingLT a {
    float: right;
    margin: 2px;
}

a {
    text-decoration: none;
    color: #BC2034;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}
/* end link styles */
.table-vigner {
    padding: 8px;
    font-size: 11px;
    border: 1px solid #BC0431;
    border-top-width: 4px;
    color: #666666;
    font-style: normal;
    margin-top: 15px;
    background-color: #EFE8E4;
}
/* NEKO update */
.categories_box {
    font-size: 11px;
    margin: 5px;
    width: 142px;
}

.categories_box > div {
    margin-bottom: 8px;
}

.categories_box a, .categories_box b, .categories_box h1 {
    padding: 4px;
}

.categories_box a, .categories_box b {
    display: block;
}

.categories_box h1 {
    font-size: 14px;
    margin: 0px;
}

.categories_box b {
    font-weight: normal;
}
/* */

.cat_name{
	font-size: 14px;
}
.cat_content a{
	padding:2px;
	padding-left:4px;
}
.cat_content b{
	padding:2px;
	padding-left:4px;
}
.cat_content_big {
margin-bottom:20px;
}
/* ------------------------------------------------------- */
.Collection_Belairissime .cat_name_big {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:1px;
	font-size:11px;
	background-image: url(images/tet-bel2.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	color:#A88D73;
}
.Collection_Belairissime .cat_content, .Collection_Belairissime table{
    color: #776350;
    font-size: 13px;
    background-image: url(../../images/tiquette.gif);
    background-repeat: repeat;
    border: 1px solid #b3a08e;
}
.colorCollection_Belairissime {
	background-color:#000;
	padding:10px;
}
.Collection_Belairissime .cat_name {
	font-size: 15px;
	text-align:center;
    font-family: Times, serif;
    color: #000;
}

.Collection_Belairissime a {
    color: #A88D73;
}
.Collection_Belairissime a:hover {
    color: #D6C0AB;
}
.Collection_Belairissime b {
    color:#000;
	}
/* ------------------------------------------------------- */
.Les_intemporelles .cat_content,.Les_intemporelles table{
	font-family:Arial, Helvetica, sans-serif;
    border: 1px solid #bc002f;
	background-color: #bc002f;
	border-style: none solid solid solid;
    color: #000;
    font-size: 12px;
}
.Les_intemporelles .cat_name_big {
	padding-left:4px;
	padding-top:3px;
	font-size:14px;
	background-image: url(images/tete-intemp.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	color:#FFF;
}
.colorLes_intemporelles {
	background-color:#bc002f;
	padding:10px;
}
.Les_intemporelles .cat_name  {
	margin-top:10px;
    font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-image: url(images/cave.gif);
    background-position: bottom;
    color: #BC0431;
    text-transform: uppercase;
    height: 26px;
}
.Les_intemporelles a {
    color: #FFF;
}
.Les_intemporelles b {
    color:#d6c4bd;
}
/* ------------------------------------------------------- */
.Les_originales .cat_name_big {
	padding-left:4px;
	padding-top:3px;
	font-size:14px;
	background-image: url(images/tete-div.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	color:#000;
}
.Les_originales .cat_content,.Les_originales table{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.Les_originales table{
	border: 1px solid #b7cd67;
	background-image: url(../../../img/img-vigne.jpg);
	background-position: center bottom;
}
.Les_originales .cat_content{
	color:#FFFFFF;
	background-color:#77962f;
}
.Les_originales a {
    color: #FFFFFF;
}
.Les_originales table a{
	color: #FFF;
	font-size:14px;

}
.colorLes_originales {
	background-color:#b7cd67;
	padding:10px;
}
.Les_originales .cat_name  {
    font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
    color: #77962f;
    text-transform: uppercase;
	text-align:center;
}
.Les_originales img {
background-color:#b7cd67;
}
.Les_originales b {
    color:#000;
}