.accessorie {
	width: 450px;
	height: 250px;
	float: left;
	border-bottom: 1px solid #cdcdcd;
         border-right: 1px solid #cdcdcd;
	margin: 10px 0 0 8px;
	padding: 0 0 5px 0;
}

.accessorie .image {
	width: 100px;
	height: 100px;
	float: left;
	padding-right: 25px;
}

.accessorie .variation {
	height: 100px;
	background-color: lime;
}

.accessorie .center {
	width: 225px;
	height: 100px;
	float: left;
	margin: 0 0 0 5px;
}

.accessorie .info {
	float: left;
	width: 215px;
	height: 25px;
	margin: 15px 0 0 0;
	font-size: 9pt;
         text-align: left;
	font-weight: bold;
}

.accessorie .price {
	font-style: italic;
  	font-weight: bold;
	background-color: #82c14f;
	color: white;
	font-weight: bold;
	padding: 5px 8px 5px 5px;
	border-radius:7px;
	-moz-border-radius: 7px;
	text-align: right;
}


.accessorie .title {
	float: left;
	width: 215px;
	height: 14px;
	margin: 3px 0 0 0;
	font-size: 9pt;
        text-align: left;
	font-weight: bold;
}


.accessorie .order {
	float: left;
	width: 125px;
	height: 50px;
        text-align: left;
        padding-top: 23px;
	}

.accessorie .info_ov {
	float: left;
	width: 225px;
	font-size: 9pt;
}

.accessorie .right {
	width: 75px;
	height: 170px;
	float: left;
	margin: 0 0 0 5px;
	background-color: #DDE1D7;
	padding: 7px;
	border-radius:10px;
	-moz-border-radius: 10px;
}
.accessorie .right input {
		width: 75px;}
