html,body
{
	background: #87816A;
	height: 100%;
	font:12px/1.55em arial, helvetica, sans-serif;
	margin: 0;
}

div#global
{
	width: 950px;
	background: #fff;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 10px;
	min-height: 100%;
	position: relative;
}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	overflow: auto;

	}


div#header
{
	height: 190px;
}

div#logo
{
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}

div#convertor
{
	text-align: right;
	margin-top: -17px;
	padding:0;
	float: right;
	z-index: 10;
}

div#quicklink
{
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
	line-height: 25px;
}

div#quicklink a
{
	color: #333
}

div#quicklink p
{
	color: #780407;
}


#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		z-index: 99;
}

#menu /* Ensemble du menu */
{
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		margin-left: 5px;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        color: #770407; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
		padding: 6px 13px 10px 13px;
}

#menu  a.menulink /* Contenu des listes */
{
        width : 140px;
		padding: 5px 5px 5px 5px;
		background: #fbfaf6;
		text-align: left;
		border-bottom: 1px dashed #BFB6AF;
		font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 142px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}



#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #770407;
}

#menu a.menulink:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #770407;
		background: #BFB6AF;
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

.nav-bordeaux {width: 730px; margin-left:  202px; margin-top: -45px; float: left; background: url("../image/menuBack.jpg") no-repeat; height: 44px; padding: 7px 0 0 2px;}


#menucurr, #menucurr ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 20px; /* on définit une hauteur pour chaque élément */
        text-align : left; /* on centre le texte qui se trouve dans la liste */
}

#menucurr /* Ensemble du menu */
{
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 11px; /* hauteur du texte : 12 pixels */
}

#menucurr a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        color: #770407; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}

#menucurr  a.menulink /* Contenu des listes */
{
        width : 156px;
		text-align: left;
		font-size : 11px; /* hauteur du texte : 12 pixels */
		padding: 2px;
		
		color: #770407;
		background: #E7E3DE;
}

#menucurr li /* Elements des listes */      
{ 
        float : left; 
}

#menucurr li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 142px; /* Largeur des sous-listes */
		line-height : 20px; /* on définit une hauteur pour chaque élément */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}



#menucurr a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #770407;
}

#menucurr a.menulink:hover /* Lorsque la souris passe sur un des liens */    
{
		background: #fff;
}

#menucurr li:hover ul ul, #menucurr li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menucurr li:hover ul, #menucurr li li:hover ul, #menucurr li.sfhover ul, #menucurr li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

div#left_menu
{
	float: left;
	width: 160px;
	padding-left: 20px;
}
/*Added by shilpa for chinese header*/
.wineRegions_HEAD{
	font-family:Arial;
	font-weight:600;
	font-size:18px;
	text-align:left;
	background-color: #98918A;
	width:147px;
	color: #FFF;
	position:relative;
	margin:0;
	padding-left:10px;
	padding-bottom:7px;
	padding-top:5px;
	height:20px;
	}
	
.wine_home_headers{
	font-family:Arial;
	font-weight:600;
	font-size:18px;
	text-align:left;
	background-color:#d9d3ce;
	width:336px;
	color:#000;
	position:relative;
	padding-right:10px;
	padding-bottom:7px;
	padding-top:5px;
	height:20px;
	margin:0;	
	}
.page_header_black{
	font-family:Arial;
	font-weight:600;
	font-size:18px;
	text-align:left;
	background-color:#d9d3ce;
	width:708px;
	color:#000;
	position:relative;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:7px;
	padding-top:5px;
	height:20px;
	margin:0;	
}
.page_header_white{
	font-family:Arial;
	font-weight:600;
	font-size:18px;
	text-align:left;
	background-color:#98918A;
	width:708px;
	color:#FFF;
	position:relative;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:7px;
	padding-top:5px;
	height:20px;
	margin:0;	
}	
.page_header_slate{
	font-family:Arial;
	font-weight:600;
	font-size:18px;
	text-align:left;
	background-color:#98918A;
	width:708px;
	color:#FFF;
	position:relative;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:7px;
	padding-top:5px;
	height:20px;
	margin:0;	
}
/*end by shilpa*/

/*page headers added by Vivian for Chinese translation*/
	.page_header_orange{
	font-family:Arial;
	font-weight:600;
	font-size:18px;
	text-align:left;
	background-color:#d68500;
	width:708px;
	color:#FFF;
	position:relative;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:7px;
	padding-top:5px;
	height:20px;
	margin:40;	
}
.page_header_stone{
	font-family:Arial;
	font-weight:600;
	font-size:18px;
	text-align:left;
	background-color:#666;
	width:708px;
	color:#FFF;
	position:relative;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:7px;
	padding-top:5px;
	height:20px;
	margin:0;	
}
/*end by Vivian*/
div#box
{
	width: 157px;
	font-size: 11px;
	background: #E7E3DE;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div#box form
{
	line-height: 30px;
	text-align: left;
	padding-left: 6px
}

div#box a
{
	color: #780407;
	padding-left: 6px;
}

div#box2
{
	width: 157px;
	margin-bottom: 20px;
	text-align: left;
}

div#box2 ul
{
	list-style:none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

div#box2 a
{
	text-decoration:none;
	padding-left: 5px;
	color: #000;
}

div#main
{
	float: right;
	width: 728px;
	margin-right: 20px;
	color: #555;
}

div#shopping
{
	padding: 0 20px 10px 20px;
	color: #555;
}

.hometrade{width: 350px; margin: 20px 0 10px 2px; float: left; height: 120px;}

.hometrade td {padding: 5px 0 5px 0;}

.homenew{width: 352px;  float: right; margin: 20px 0 10px 7px;}

.homenew td {padding: 5px 0 5px 0;}

.homeoffers{margin-top: 20px; width: 728px;}

.homeoffers a {color: #761418; font-weight: bold; float: right; display: block; text-decoration: none;} 

.homeoffers a:hover {color: #666; font-weight: bold; float: right; display: block; text-decoration: none;} 

.homeoffers  h2 {color: 761418; font-weight: bold; font-size: 18px; margin: 5px 0 5px 0;}

.offersright{float: right; width: 510px;}

.offersrleft {float: left; width: 190px; padding-top: 15px;}

#wineRegions, #aboutLinking {
	border: none;
	width: 157px;
	margin-top: -5px;
	padding: 0px 0px 0px 0px;
}
#wineRegions li a, #aboutLinking li a { color: #000; text-decoration: none; display: block; padding: 3px 0 3px 0px; width: 157px; background-color: #fff; }
#wineRegions li a:hover, #aboutLinking li a:hover { background-color: #E7E3DE; }
#aboutLinking {
	padding-bottom: 5px;
}

#wineRegions a , #aboutLinking a {display: block; padding: 3px 0 3px 4px; width: 153px; background-color: #fff; text-decoration: none;}

a.portfolio {color: #000; text-decoration: none; padding: 3px 0 3px 0px; background-color: #fff; font-size: 12px; margin-left: 10px;}
a:hover.portfolio { background-color: #E7E3DE; }

table#box-table-b
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:11px;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom:20px;
	background:#ebcbc4;
}
table#box-table-b th
{
	font-size:13px;
	font-weight:normal;
	background:#770208;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:8px;
}
table#box-table-b tr
{
	background:#ebcbc4;
}
table#box-table-b td
{
	border-bottom:1px solid #fff;
	color:#330b03;
	border-top:1px solid transparent;
	padding:2px 8px 2px 8px;
}
table#box-table-b a
{
	color:#000;
	text-decoration:none;
}
table#box-table-b a:hover {
	text-decoration:underline;
}
span.noLink {
	color:#999;
}

table.pager, table.view-by {
    width:100%;
    background:url(../image/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }

.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li.on { border-bottom:1px solid #ddd; color:#770208; font-weight:bold; }
.account-nav li.on a { padding:0; }
.a-right { text-align:right; }

table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }
	
.v-middle { vertical-align:middle; }
div#main a {color: #333;}

.table-title {
color:#770208; margin: 0; border: 0; padding: 10px 0 5px 3px; border-bottom: 1px solid #ccc;
}



#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #f6f3f3 url('../image/gradhead.png') repeat-x;
	//*border-top: 2px solid #d49183;*//
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height:normal;
}
#gradient-style td
{
	padding: 6px 8px 6px 8px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	background: #DCD6D2 repeat-x;
	line-height:normal;
}
#gradient-style tbody tr:hover td
{
	background: #BF8C81;
	color: #000;
}
#gradient-style tbody td a
{
	color:#000;
}

#gradient-styleSORT
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 0px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}

#gradient-styleSORT th
{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 4px 10px 18px;
	background: #666666;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height:normal;
	cursor: pointer;    
	background-repeat: no-repeat;  
	background-position: center left; 
    margin-left: -1px;
	background-image: url('../image/small.gif');
}

#gradient-styleSORT thead td
{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 4px 10px 8px;
	background: #666666;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height:normal;
	cursor: pointer;    
	background-repeat: no-repeat;  
	background-position: center left; 
    margin-left: -1px;
}

#gradient-styleSORT td
{
	padding: 4px 8px 4px 8px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	background: #DCD6D2 repeat-x;
	line-height:normal;
}
#gradient-styleSORT tbody tr:hover td
{
	background: #BF8C81;
	color: #000;
}
#gradient-styleSORT tbody td a
{
	color:#000;
}

#gradient-styleSORT th.headerSortDown 
{
	background-image: url('../image/small_desc.gif');   
	background-color: #BF8C81;
}

#gradient-styleSORT th.headerSortUp 
{
	background-image: url('../image/small_asc.gif');
	background-color: #BF8C81;
}


#gradient-styleSORT2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 0px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}

#gradient-styleSORT2 th
{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 4px 10px 10px;
	background: #666666;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height:normal;
	cursor: pointer;    
	background-repeat: no-repeat;  
	background-position: center left; 
	/*background-image: url('../image/small.gif');*/
}

#gradient-styleSORT2 thead td
{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 4px 10px 8px;
	background: #666666;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height:normal;
	cursor: pointer;    
	background-repeat: no-repeat;  
	background-position: center left; 
    margin-left: -1px;
}

#gradient-styleSORT2 td
{
	padding: 4px 8px 4px 8px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	background: #DCD6D2 repeat-x;
	line-height:normal;
}
#gradient-styleSORT2 tbody tr:hover td
{
	background: #BF8C81;
	color: #000;
}
#gradient-styleSORT2 tbody td a
{
	color:#000;
}

#gradient-styleSORTp
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 0px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}

#gradient-styleSORTp th
{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 4px 10px 18px;
	background: #666666;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height:normal;
	cursor: pointer;    
	background-repeat: no-repeat;  
	background-position: center left; 
    margin-left: -1px;
	background-image: url('../image/small.gif');
}

#gradient-styleSORTp thead td
{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0px 10px 4px;
	background: #666666;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height:normal;
	cursor: pointer;    
	background-repeat: no-repeat;  
	background-position: center left; 
    margin-left: -1px;
}

#gradient-styleSORTp td
{
	padding: 4px 0 4px 4px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	background: #DCD6D2 repeat-x;
	line-height:normal;
}
#gradient-styleSORTp tbody tr:hover td
{
	background: #BF8C81;
	color: #000;
}
#gradient-styleSORTp tbody td a
{
	color:#000;
}

#gradient-styleSORTp th.headerSortDown 
{
	background-image: url('../image/small_desc.gif');   
	background-color: #BF8C81;
}

#gradient-styleSORTp th.headerSortUp 
{
	background-image: url('../image/small_asc.gif');
	background-color: #BF8C81;
}






.price { white-space:nowrap !important; }

.page-head h3 
{
	color: #780407;
    margin:0 0 10px 0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
	padding-bottom: 5px;
	border-bottom:1px solid #ccc;
}

.create {float: left; width: 47%; border: 1px solid #DCD6D2; margin-top: 20px; height: 300px; background:url(../image/login_box_bg.gif) repeat-x #faf7ee;}
.login {float: right; width: 47%; border: 1px solid #DCD6D2; margin-top: 20px; height: 300px; background:url(../image/login_box_bg.gif) repeat-x #faf7ee;}
.loginbox {height: 88%; padding: 10px;}
.bottomlogin {height: 12%; background: #780407; padding-right: 10px; text-align: right;}

ul.loginlist {list-style:none; margin:0; padding:0}

.headregister
{
	margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
}
.headregister .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #bbafa0;
    background:#FBFAF6;
    padding:0 8px;
    color:#770208;
    font-weight:bold;
    font-size:1.1em;
    }
	
.bullets li {
	font-size: 13px;
	display:block; 
	margin: 5px 5px 5px 10px;
	padding: 0px 0 2px 12px;
	list-style: none;
	background: url('../image/bullet.jpg') no-repeat 0 7px;
}

.bulletschinese li {
	font-size: 18px;
	display:block; 
	margin: 5px 5px 5px 10px;
	padding: 0px 0 2px 12px;
	list-style: none;
	background: url('../image/bullet.jpg') no-repeat 0 7px;
}

.bullets{ margin:0; padding: 0;}

.banners {
	margin-left: -3px;
}

.box-nav-left {
width: 346px;
min-height: 113px;
clear: both;
padding-left: 3px;
float: left; 
margin: 15px 5px 15px 0px;
}

.box-nav-left:hover {
width: 346px;
padding-left: 3px;
clear: both;
min-height: 113px;
background-color: #E7E3DE;
float: left; 
margin: 15px 5px 15px 0px;
}

.box-nav-left p{
margin: 10px;
}

.box-nav-right {
width: 346px;
float: right; 
padding-left: 3px;
min-height: 113px;

margin: 15px 0px 15px 5px;
}

.box-nav-right:hover {
width: 346px;
padding-left: 3px;
float: right; 
min-height: 113px;
background-color: #E7E3DE;
margin: 15px 0px 15px 5px;
}

.box-nav-right p{
margin: 10px;
}

.producers-nav {
float: left;
width: 170px;
margin: 5px 4px 5px 45px;
}

.producers-nav   h3{
font-size: 13px;
margin: 15px 0 5px 0;
display: block;
color:#770208;
}

.producers-nav   h2{
font-size: 12px;
margin: 15px 0 5px 0;
display: block;
color:#770208;
}

.producers-nav  ul {
float: left;
margin: 0 0 15px 0;
padding: 0;
}

.producers-nav  li {	
	list-style: none;
}

.producers-nav  li a{
display: block;
color: #555351;
text-decoration: none;
border-bottom: 1px solid #DFDFDF;
padding-top: 5px;
width: 170px;
height: 20px;
}

.producers-nav   li a:hover{
display: block;
color: #770208;
text-decoration: none;
padding-top: 5px;
border-bottom: 1px solid #DFDFDF;
width: 170px;
height: 20px;
}

.pdf ul{
margin: 7px 0 7px 35px;
}

.pdf li {
margin: 5px 5px 5px 10px;
padding: 7px 0 2px 25px;
width: 350px;
list-style: none;
 background: url('../image/pdf.jpg') no-repeat 0 7px;
}

.pdf li  a{
font-size: 13px;
text-decoration: none;
font-weight: bold;
display:block; 
color: #760107;
}

.pdf li  a:hover{
font-size: 13px;
font-weight: bold;
display:block; 
text-decoration: none;
color: #666;
}

.xls ul{
margin: 7px 0 7px 35px;
}

.xls li {

display:block; 
margin: 5px 5px 5px 10px;
padding: 7px 0 2px 25px;
list-style: none;
background: url('../image/xls.jpg') no-repeat 0 7px;
}

.xls li  a{
font-size: 13px;
text-decoration: none;
font-weight: bold;
display:block; 
color: #760107;
}

.xls li  a:hover{
font-size: 13px;
font-weight: bold;
text-decoration: none;
display:block; 
color: #666;
}

#quickLinks {
	background: #ededed;
	border: 1px solid #aca7a3;
	margin: 0px;
	
}
#quickLinks { float: right; margin: 0px 5px 10px 15px; width: 180px;}
#quickLinks a { background-image: url(../image/liButton.gif); background-position: left; background-repeat: no-repeat; text-decoration: none; color: #000000; width: 160px; display: block; padding: 5px 0 5px 20px; background-color: #eee;  }
#quickLinks a:hover { text-decoration: underline; background-color: #ccc; text-decoration: none; }
#quickH {
	color: #660000;
	font-weight: bold;
	font-size: 14px;
	margin:3px;
	padding-left: 5px;
}

.book {
margin: 5px 0 10px 0;
height: 168px;
}

.book img {
margin: 0 15px 10px 0;
}

.note-msg 
{
    border: 1px solid #fcd344;
    padding: 10px;
    color:#3d6611;
}

.data-table { border-top:1px solid #bebcb7; border-left:1px solid #bebcb7; border-right:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff;}
.data-table thead tr th { background: #770208; }
.data-table td { padding:3px 8px; border-bottom: 1px solid #bebcb7; }
td.label { font-weight:bold; width: 150px;  border-right: 1px solid #bebcb7; }

.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#fff; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }

.data-table tfoot { border-bottom:1px solid #ccc; }
.data-table tfoot tr { background-color:#B6ADA4 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }

.form-button
{
    overflow:visible;
    width:auto;
    border:0;
    padding:6px 8px 6px 8px;
	background: url(../image/buttonbk-image.gif);
    color:#770208;
    border:1px #FFF;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}

.form-button span
{
    white-space:nowrap;
	font-size: 12px;
}

.error-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../image/error_msg_icon.gif);
}

div#box-account
{
	width: 157px;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #ccc;
}

div#box-account ul
{
	list-style:none;
	padding: 0;
	margin: 10px;
	line-height: 25px;
}

div#box-account li.souli
{
	border-bottom: 1px solid #ccc;
}

div#box-account a
{
	text-decoration:none;
	color: #780407;
}

div#box-account a:hover
{
	color: #555;
}

.head 
{
   margin:0;
   font-weight: bold;
   color: #fff;
   background:url(../image/account_nav_head_bg.gif) repeat-x 0 100% #770208;
   padding: 5px 10px 5px 10px;
}

div#address
{
	margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../image/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
	height: 140px;
}

div#address h5
{
	font-size:1.1em;
	color:#770208;
	text-transform:uppercase;
	margin-top: -5px;
}

#cadrpg 
{ 
	width: 320px;
	margin: -12px 0 0 0;
	border: 0;
	overflow: hidden;
	position: absolute;
	left: 230px;
}
 
#newshr
{
	position:relative;
	width: 370px;
	height:25px;
	overflow:hidden;
	color:inherit;
}
 
#defile 
{
	position:absolute;
	margin-top:1px;
	width: 3000px;
	background-color:transparent;
}

#cadrpg2
{ 
	width: 320px;
	margin: -12px 0 0 0;
	border: 0;
	overflow: hidden;
	position: absolute;
	left: 600px;
}

#newshr2
{
	position:relative;
	width: 370px;
	height:25px;
	overflow:hidden;
	color:inherit;
}
 
#defile2
{
	position:absolute;
	margin-top:1px;
	width: 3000px;
	background-color:transparent;
}




/* IE6 css fixer v0.7: Mon, 22 Mar 2010 18:22:25 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
div#logo,
div#convertor,
.nav-bordeaux,
div#left_menu,
div#main,
.hometrade,
.homenew,
.homeoffers a,
.homeoffers a:hover,
.offersright,
.offersrleft,
.create,
.login,
.headregister .legend,
.box-nav-left,
.box-nav-left:hover,
.box-nav-right,
.box-nav-right:hover,
.producers-nav,
.producers-nav ul,
#quickLinks {display:inline;}

/* convert min height values */

.box-nav-left {height:113px;}
.box-nav-left:hover {height:113px;}
.box-nav-right {height:113px;}
.box-nav-right:hover {height:113px;}
.note-msg {height:23px!important;}
.error-msg {height:23px!important;}


/* add zoom:1 to overflow:hidden */

/* fix negative margins */
div#convertor,
.nav-bordeaux,
#wineRegions,#aboutLinking,
.headregister .legend,
div#address h5{position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
div#global {zoom:1;}

/*-------------impromptu---------- */
.jqifade{ position: absolute; background-color: #000000; }
div.jqi{ width: 500px; font:12px/1.55em arial, helvetica, sans-serif; position: absolute; background-color: #ffffff; text-align: left; border: solid 1px #eeeeee; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px;}
div.jqi .jqicontainer{ text-align: justify;}

div.jqi .jqimessage{ margin: 5px 10px 5px 5px; line-height: 20px; color: #666; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }

div.jqi button.jqidefaultbutton{ background-color: #77787A; }
.jqiwarning .jqi .jqibuttons{ background-color: #77787A; }

div.jqi .jqimessage .field{ padding: 5px 0; }
div.jqi .jqimessage .field label{ display: block; clear: left; float: left; width: 80px; }
div.jqi .jqimessage .field input{ width: 100px; border: solid 1px #777777; }
div.jqi .jqimessage .field input.error{ width: 100px; border: solid 1px #ff0000; }

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and 
display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.big{
	padding: 0;
	height: 31px;
	width: 110px;
	font:bold 12px arial, sans-serif !important;
}

.medium {
	font:bold 12px arial, sans-serif !important;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/*BI Design */

.red {
	color: #770208;
	border: solid 1px #9B958F;
	background: #9B958F;
	background: -webkit-gradient(linear, left top, left bottom, from(#9B958F), to(#B5ACA3));
	background: -moz-linear-gradient(top,  #9B958F,  #B5ACA3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B958F', endColorstr='#B5ACA3');
}
.red:hover {
	background: #CCC1B7;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC1B7), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #CCC1B7,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC1B7', endColorstr='#dcdcdc');
}
.red:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}



#menuv, #menuv ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : left; /* on centre le texte qui se trouve dans la liste */
		z-index: 99;
}

#menuv /* Ensemble du menu */
{
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		margin-left: 5px;
}

#menuv a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        color: #770407; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
		padding: 6px 13px 10px 13px;
}

#menuv  a.menulink /* Contenu des listes */
{
        width : 140px;
		padding: 5px 5px 5px 5px;
		background: #fbfaf6;
		text-align: left;
		border-bottom: 1px dashed #BFB6AF;
		font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menuv li /* Elements des listes */      
{ 
        float : left; 
}

#menuv li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 142px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menuv a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #770407;
}

#menuv a.menulink:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #770407;
		background: #BFB6AF;
}

#menuv li:hover ul ul, #menuv li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menuv li:hover ul, #menuv li li:hover ul, #menuv li.sfhover ul, #menuv li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: 183px; /* Repositionnement normal */
		margin: -26px;
        min-height: 0; /* Corrige un bug sous IE */
}
/*footer style */
.footer_nav1 {
	background-color:#E7E3De;
	width:950px;
	height:17px;
	position:relative;
	margin:20px auto 0px;	
	}
.footer_nav1 ul{
	padding:0;
	margin:0;
	color:#333;
}
.footer_nav1 li {
	float:left;
	list-style:none;
	line-height:.5em;/*12px*/
}
.footer_nav1 a {
    display:block;
	padding:5px 5px;/*ie comp avoid height*/
	line-height:.5em;/*12px*/
	border-right:solid #E7E3DE 4px;
	color:#333;
	text-decoration:none;
}
.footer_nav1 li a:hover{
	 color: #770407;
}
.footer_nav2 {
	background-color:#E7E3DE;
	width:950px;
	height:410px;	
	position:relative;
	margin:20px auto 0px;
	
}
.footer_nav2  a {
	color:#770407;
	text-decoration:none;
}
#left_nav_footer,#middle_nav_footer,#right_nav_footer,#right_nav_footer_2 {
	width:230px;
	float:left;
	margin-top:10px;
	}
#left_nav_footer,#middle_nav_footer,#right_nav_footer{
	border-right:dotted 1px #000;
}
.h3_quick_links{
	color:#333; 
	margin-top:10px;
	margin-left:20px;
	margin-bottom:0;
	font-size:12px;
}
#left_nav_footer ul,#middle_nav_footer ul,#right_nav_footer ul,#right_nav_footer_2 ul {
	margin:0;
	padding:0;
	margin-top:10px;
}
#left_nav_footer li,#middle_nav_footer li,#right_nav_footer li,#right_nav_footer_2 li {
	list-style-type:none;
	margin-left:30px;
	line-height:1.5em
}
