@CHARSET "UTF-8";
#choosePricesWindow {
	top:75px !important;
}
.choosePricesWindowfade {
	background-color:black;
}
.choosePricesWindowcontainer {
	margin:	0 auto;
	border:4px solid #ddd;
	width:580px;
	background-color:white;
}
.choosePricesWindowcontainer button {
	cursor:	pointer;
}
.choosePricesWindowcontainer .header {
	background-color: #444!important;
	background-image:none;
	color: #000000;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 5px 10px;
	text-align: left;
	text-transform: uppercase;
}
#choosePricesWindow .choosePricesWindowcontainer .choosePricesWindowmessage .header {
	background-color: #444!important;
	color: white;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 2px 0 7px;
	text-align: left;
	text-transform: uppercase;
}
.choosePricesWindowcontainer .header button.close {
	float:right;
	height:24px;
	border:none;
	background:transparent;
	padding:0;
}
.choosePricesWindowcontainer table {
	border:none;
}
.choosePricesWindowcontainer table thead tr {
	background:#b7b7b7 url(../../image/v2/degrade-gris.h32.png);
	font-size:10px;
}
.choosePricesWindowcontainer table thead tr th {
	background-color:transparent;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
}
.choosePricesWindowcontainer .name {
	padding-left:15px;
	text-align:left;
	text-transform:	uppercase;
	font-weight:bold;
}
.choosePricesWindowcontainer .price {
	white-space:nowrap;
	width:70px;
}
.choosePricesWindowcontainer .quantity {
	width:150px;
}
.choosePricesWindowcontainer .solde {
	width:50px;
}
.choosePricesWindowcontainer .quantity button,  .choosePricesWindowcontainer .quantity input {
	margin:0;
	position:relative;
	vertical-align:	middle;
}
.choosePricesWindowcontainer .quantity button {
	border:none;
	width:25px;
	height:22px;
}
.choosePricesWindowcontainer .quantity var {
	display: none;
}
.choosePricesWindowcontainer .quantity input {
	vertical-align: middle;
	border:1px solid #666;
	width:50px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	background-color:#444;
	color:white;
	text-align:center;
	font-weight:bold;
	}
.choosePricesWindowcontainer .solde button {
	margin:0;
	border:none;
	height:24px;
	background:none;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
}
.choosePricesWindowcontainer .solde button img {
	font-size:10px;
	text-transform:	uppercase;
}
.choosePricesWindowcontainer .solde button .locked {
	color:#ababab;
}
.choosePricesWindowcontainer .solde .unlocked,  .choosePricesWindowcontainer .solde .block .locked {
	display:inline-block;
}
.choosePricesWindowcontainer .solde button .locked,  .choosePricesWindowcontainer .solde .block .unlocked {
	display: none;
}
#choosePricesWindowboxSubmit {
	text-align:center;
	padding:15px 0px;
}
#popup_container {
	border: 2px solid #999999;
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	max-width: none !important;
	min-width: inherit !important;
	width: auto;
	box-shadow: 0 0 16px 2px #999999;
	-moz-box-shadow: 0 0 16px 2px #999999;
	-webkit-box-shadow: 0 0 16px 2px #999999;
}
#popup_content {
	width:auto;
	padding-top:5px;
	padding-bottom:5px;
}
#choosePricesWindowboxTable tbody {
	max-height:	160px;
}
#choosePricesWindowNotifications {
	border:	none !important;
}
#notification #popup_ok {
	text-transform: capitalize;
}
#choosePricesWindowboxSubmit .ajouterPanier {
    background-image: none !important;
}
#choosePricesWindowboxSubmit .finaliser {
    background-image: none !important;
}
#choosePricesWindowboxSubmit .reserver {
    background-image: none !important;
	margin-right:0 !important;
}
