.png_ie{
	display:none;
	_display:block;
}
.png_standard{
	display:block;
	_display:none;
}
#welcome.page{
	height:768px;
	width:1024px;
  background: url(../images/background.gif);
	margin:auto auto;
}
#page_content{
	position:absolute;
}
#notice_wrapper{
	width:702px;
	position:absolute;
	text-align:center;
	top:10px;
	left:322px;
	height:35px;
	overflow:hidden;
}
#welcome.page #notice,
#errorExplanation {
	margin:0 auto;
	padding:5px;
	background:white;
	border:1px solid red;
	font-size:14px;
	font-weight:italic;
	color:red;
}
#errorExplanation ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#errorExplanation ul li{
	padding:0;
	margin:0;
}
div.fieldWithErrors{
	float:left;
}
.fieldWithErrors input,
.fieldWithErrors select{
	border:3px solid red;
}
.fieldWithErrors label{
	font-weight:bold;
	color:red;
}
#errorExplanation div.hide{
	text-align:right;
	float:right;
	padding:0;
	margin:0;
}
#errorExplanation div.hide a{
	color:red;
	margin-bottom:8px;
	margin-left:4px;
}
/*** errorExplanation ***/
#errorExplanation h2{
	font-weight:bold;
	text-align:center;
}

#welcome_banner{
	width:702px;
	height:145px;
	background:url(../images/welcome_banner.gif) left top no-repeat;
	position:absolute;
	left:322px;
	top:55px;
}
#welcome_banner #logo {
	float:left;
	height:90px;
	left:20px;
	position:absolute;
	top:5px;
	width:300px;
	cursor:pointer;
}
#picture{
	position:absolute;
	height:768px;
	width:322px;
	background:url(../images/picture_welcome.png) left top no-repeat;
}
#copyright{
	position:absolute;
	bottom:5px;
	right:10px;
	color:black;
	font-size:11px;
	_font-size:10px;
}
#store #copyright{
	right:0;
	bottom:5px;
}

#welcome #sub_page{
	position:absolute;
	left:322px;
	width:702px;
	height:478px;
	top:220px;
	margin-left:0;
}

/**** INDEX ****/
#best_sale_items_labels{
	margin-top:20px;
	padding-top:80px;
	background:url(../images/vins_deja_prives.gif) center top no-repeat;
	text-align:center;
}
#best_sale_items_labels table{
/*	width:556px;*/
	margin:0 auto;
}
#best_sale_items_labels table .previous {
	background:transparent url(../images/left_arrow.gif) left center no-repeat;
	width:43px;
}
#best_sale_items_labels table .previous a,
#best_sale_items_labels table .next a {
	display:block;
	height:100%;
}
#best_sale_items_labels table .next {
	background:transparent url(../images/right_arrow.gif) left center no-repeat;
	width:36px;
}

/*** welcome banner ***/
form#login input,
form#signup input{
	border:none;
	background:none;
}

form#login input#member_email{
	position:absolute;
	width:119px;
	left:364px;
	top:48px;
}
form#login input#member_password {
	width:121px;
	left:496px;
	top:49px;
	position:absolute;
}
form#login input.submit {
	left:626px;
	top:47px;
	position:absolute;
	border:none;
}
form#signup input#host_email{
	width:121px;
	left:496px;
	top:115px;
	position:absolute;
}
form#signup input.submit {
	left:625px;
	top:115px;
	position:absolute;
	border:none;
}

#link_to_forgot_password{
	width:125px;
	height:18px;
	display:block;
	position:absolute;
	left:545px;
	top:78px;
/*	border:1px solid blue;*/
}

/**** FORMS ****/
#form_member {
	margin-top:20px;
}
#form_member fieldset{
	width:inherit;
}
#form_member label{
	display:block;
	float:left;
	width:285px;
}
#form_member input {
	width:310px;
}
#form_member .buttons input {
	width:98px;
}
#form_member select {
	width:315px;
}
#form_member .birthday select{
	width:103px;
}

#form_member div{
	padding-bottom:5px;
}
#form_member .conditions input{
	float:left;
	width:15px;
}
#form_member label#agree_newsletter{
	float:left;
	clear:none;
	width:300px;
}

form#initialize_password input#email{
	width:430px;
	float:right;
}

#welcome.page #special_offer{
  display:none;
}
