
#bookForm input[type=text] { width: 300px; margin-bottom: 5px; }
#bookForm select { margin-bottom: 5px; }
#bookForm input[type=text].court { width: 40px; }
#bookForm input[type=text].moyen { width: 100px; }

textarea
{ 
  width: 350px; 
  height: 100px;
}

textarea.mce {
  width: 500px;
  height: 250px;
}

label {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	display: inline;
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 150px;
}

label.disabled { opacity: 0.5; }
label.required { font-weight: bold; }

li img { vertical-align: text-bottom; }

.floatl { float: left; }
.floatr, .floatR { float: right; }
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.warning, .warning a { color: #f60; font-weight: bold; }
.warning:before { content:url(/sites/default/design/icon_warning_16x16.png); padding-right: 5px; vertical-align:top; }

.error { color: #a00; font-weight: bold; }
.error:before { content:url(/sites/default/design/icon_error_16x16.png); padding-right: 5px; }

.success { color: #299713; font-weight: bold;  font-size: 1.2em; text-align: right; }
.success:before { content:url(/sites/belial/design/check-on.png); padding: 5px; }

.notice { font-size: 80%; color: gray; }

input, select { margin-top: 3px; }

input.mini { width: 20px; }
input.court, input.short { width: 40px; }
input.moyen { width: 60px; }
input.long { width: 200px; }

input.datetime { width: 150px; }

.invisible, .hidden { display: none; }

input[type=submit].right { margin-right: 150px; }

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form.fieldset fieldset {
	margin: 25px 0;
	padding: 15px;
	border: 2px groove threedface;
}

form.fieldset fieldset legend {
	font-size: 16px;
	font-weight: bold;
	margin-left: 155px;
}

.cliquable, .pointer { cursor: pointer; }

.nowrap {
	white-space: nowrap;
}

.zover {
  z-index: 1;
}

.zover:hover {
  z-index: 2;
}

/* Admin */

.admin {
	position: fixed;
	right: 5px;
	bottom: 5px;
	background-color: rgba(15,15,15,0.8);
	padding: 15px;
	text-align: center;
	color: white;
	font-family: Lucida Console, sans-serif;
	box-shadow: 1px 1px 5px black;
	border-radius: 10px;
}

.admin a {
	color: #ddd;margin: 5px;
}

.admin pÊ{
    margin: 5px;
}

.adminZone {
	border: 1px dashed #f60;
	padding: 10px;
}

.adminZone h3 {
	margin-top: 0;
}

.adminZone ul {
	/*margin: 0;*/
	/*padding-left: 25px;*/
}

	.adm_index {
		font-family: 'Lucida Console', sans-serif;
		font-size: 12px;
	}
	
	.adm_index td {
		width: 80px;
		text-align: center;
		padding: 10px 5px;
		vertical-align: top;
		line-height: 16px;
	}
	
	.icon {
		background: #111111;
		background: #777777;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#111111"); /* Pour IE seulement et mode gradient à linear */
		background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#111111));
		background-image: -moz-linear-gradient(top center, #777777, #111111);
		background-image: -o-linear-gradient(top, #777777, #111111); /*uniquement en mode linear*/
		border-radius: 8px;
		box-shadow: 1px 1px 3px gray;
		padding: 8px;
		margin-bottom: 5px;
	}
	
	.adm_index .notif {
		background: red;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9999", endColorstr="#ff0000"); /* Pour IE seulement et mode gradient à linear */
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#ff0000));
		background-image: -moz-linear-gradient(top center, #ff9999, #ff0000);
		background-image: -o-linear-gradient(top, #ff9999, #ff0000); /*uniquement en mode linear*/
		border: 2px solid white;
		border-radius: 20px;
		box-shadow: 1px 1px 3px gray;
		color: white;
		font-size: 10px;
		margin-left: 55px;
		margin-top: -8px;
		padding: 3px 4px 2px 4px;
		position: absolute;
	}
	
	.adm_index th {
		background: none;
		color: inherit;
		border-bottom: 1px solid gray;
		padding-top: 20px;
		padding-bottom: 5px;
		font-size: 1.25em;
		text-align: left;
	}
	
	#stock-book {
		margin: 15px;
		box-shadow: 1px 1px 3px gray;
		height: 75px;
	}
	
	#stock-book h3 {
		margin: 0;
		padding: 5px 0;
	}
	
	#stock-book p {
		margin: 0;
	}
	
	#stock-book-img {
		float: left;
		margin-right: 15px;
	}
	
	input.long { width: 200px; }
	input.medium { width: 150px; }
	input.short { width: 90px; }
	input.mini { width: 60px; }
	input.nano { width: 30px; }
	
	table.unfold {
		width: 100%;
	}
	
	table.unfold thead {
		cursor: pointer
	}
	
	table.unfold tbody {
		display: none;
	}


/* PRICES */

table.prices {
  margin: auto;
  border: 1px solid #000;
}

table.prices td {
  font-family: sans-serif;
  border: 1px solid #000;
  padding: 5px;
}

.page_adm_media li {
    font-size: 20px;
}

.page_adm_media li img {
  vertical-align: middle;
}

table.orders {
    border-collapse: collapse;
}

table.orders tr.cart td {
    border-bottom: 1px dotted #ccc;
}

.reassort {
    border-collapse: collapse;
    width: 100%;
}

.reassort tr {
    background-color: #A9F5BC;
    opacity: 0.75;
}

.reassort tr:hover {
    opacity: 1;
}

.reassort tr.red {
    background-color: #F5A9D0;
}

.reassort td {
    padding: 5px;
}

table.inventory {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid gray;
}

table.inventory th {
	background-color: #333;
	color: white;
	border-collapse: collapse;
	padding: 5px;
	border: none;
}

table.inventory td {
	border-bottom: 1px solid gray;
	padding: 10px 5px;
	
}

/* IMPORT */


.import-base {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #f60;
	/*background-color: #ffc;*/
	min-height: 100px;
	/*color: black;*/
}

.import-noosfere {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #afa;
	/*background-color: #cfc;*/
	min-height: 100px;
	/*color: black;*/
}

.import-amazon {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #aaf;
	min-height: 100px;
	/*color: black;*/
}


/* AJAX */

#overlay {
    display: none;
    background: transparent url("/sites/default/design/overlay.png") repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;

}

#lightbox {
	position: absolute;
	top: 10px;
	right: 25%;
	background-color: #fff;
	background-image: url("/sites/default/design/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 101;
}

#dialog {
    display: none;
    position: fixed;
    top: 30%;
    left: 30%;
    right: 30%;
    width: 400px;
    max-height: 500px;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #000;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
}

#closeDialog {
    float: right;
    margin: 3px 3px 0 0;
    width: 16px;
    height: 16px;
    background: transparent url("/sites/default/design/cancel.png") no-repeat top left;
    cursor: pointer;
    z-index: 101;
}

#dialogTitle {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    background-color: #ccc;
    font-weight: bold;
}

#dialogContent {
    padding: 10px;
}

#dialogContent input[type=button] {
    margin: 5px;
    float: right;
}

input.loading {
    background-image: url("/sites/default/design/loading.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

div.loading {
    background-image: url("/sites/default/design/loading.gif");
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px; 
}

.suggestions {
    position: absolute;
    margin-left: 155px;
    padding: 0;
    border: 1px solid #000;
    background-color: #fff;
    max-height: 300px;
    overflow: auto;
    color: #000;
}

.suggestions table {
  border-spacing: 0;
  border-collapse: collapse;
}

.suggestions li, .suggestions td {
    font-family: sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    list-style: none;
}

.suggestions li:hover, .suggestions tr:hover {
    background-color: #036;
    color: #fff;
}

#peopleBox, #rayonsBox {
	margin-left: 155px;
	margin-bottom: 10px;
}

#peopleBox li, #rayonsBox li {
	list-style: none;
}


/* NOTIF */

#notif {
    position: fixed;
    width: 100%;
}

.notif {
    display: none;
    padding: 10px;
    text-align: center;
    background-color: #333;
    color: white;
    font-weight: bold;
    font-size: 1.25em;
    cursor: pointer;
    opacity: 0.95;
    z-index: 1000;
}

.notifClose {
    float: right;
    margin-right: 20px;
    width: 16px;
    height: 16px;
    background: transparent url("/sites/default/design/cancel.png") no-repeat top left;
    z-index: 100;
}


/* CART */

#cart {
    width: 100%;
    margin: auto;
}

#cart td, #cart th {
    padding: 5px;
    border: 1px solid black;
}

.page_order_payment label { float: none; }
.page_log_paiement label { float: none; }

/* ORDERS */

table.orders {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
}

.orders th {
	background-color: #555;
	color: white;
	font-size: 0.8em;
	padding: 5px;
	border-color: #555;
}

.orders td {
	font-size: 11px;
	padding: 10px;
	border-color: #ddd;
}

.orders th:hover {
	background-color: #666;
	color: white;
}

.orders tr.order td {
	border-top: 2px solid #ddd;
}

input.submit {
	/*margin-left: 155px;*/
}

	/* AUTOCOMPLETE */

	.autocompleteResults {
		padding: 0;
		margin: 0;
		background: white;
		background: rgba(255,255,255,0.9);
		border: 1px solid black;
		list-style-type: none;
		margin-left: 157px;
		position: absolute;
	}
	
	.autocompleteResults li {
		font-family: sans-serif;
		padding: 5px 10px;
		cursor: pointer;
		color: black;
	}
	
	.autocompleteResults li:hover {
		background: #036;
		color: white;
	}
	
	.autocompleteResults li img {
		float: left;
		margin-right: 15px;
	}

