#current{
	position: relative;
	left: 10px;
	width: 680px;
	height: 400px;
	z-index: 100;
}


/* @group Shop */
#shop {
	position: relative;
	margin: 10px 0 0 0;
	height: 400px;
}

#options {
	position: absolute;
	top: 10px;
	width: 170px;
	height: 234px;
}

#product {
	position: absolute;
	top: 1px;
	left: 10px;
}


#current > #price {
	width: 72px;
}

#current img {
}

#moreinfos {
	position: absolute;
	top: 20px;
	left: 500px;
}

#model {
	font-size: 16px;
}

#description {
background:transparent url(../img/DESC_BG_425_350.jpg) repeat-y scroll right top;
color:#4C5E65;
position: absolute;
height:425px;
width:350px;
top: 0px;
left: 440px;
}

#description #price {
font-size:2em;
line-height:1.5em;
margin:15px 15px 5px 0pt;
text-align:right;
}

#description p {
margin:10px 15px;
}

#action {
color:#4C5E65;
position: absolute;
height:60px;
width:400px;
top: 300px;
left: 10px;
text-align: center;
background: #C3BAAB ;
}

/* @group bouton  */
#cart {
background: #C3BAAB ;
	margin: 5px auto;
	width: 400px;
	height: 30px
}

#cart input.bouton{
	width: 120px;
	height: 20px;
	cursor: pointer;

}

input.bouton{
	border: 1px #493F61 dashed;
	background: #fff;
	background: #ffb94f;
	height: 20px;
	margin: 5px;
	width : 130px;
	cursor: pointer;	
}


#cart span  {
	width: 120px;
	height: 20px;
	cursor: pointer;
	border: 1px #493F61 dashed;
	background: #ffb94f;
	margin: 5px;
	cursor: pointer;
	color:#3D4D5B;
	text-align: center;	
}


a:hover input.bouton {
	border: 1px #000 dashed;
	background: #C5AB8A;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
} 
/* @end */
#description h2 {
	color : #63547C;
	font-size: 16px;
	border: 0;
	margin-left : 15px;
	margin-top: 10px;
	margin-bottom: 0;
}

h4{
margin-bottom: 0;
padding-bottom: 0;
}

#description h4 {
	color : #63547C;
	border: 0;
	font-size: 14px;
	margin-left : 15px;
	margin-top: 0;
}
