#ecommerce_intro {
	margin: 10px 0 10px 0;
}
ul#basket_menu {
	margin: 15px 40px 15px 40px;
	height: 2em;
	background-color: #fff2e4;
	border: 1px solid #ffcc99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#basket_menu li {
	float: left;
	padding: 2px 12px 0 10px;
	list-style: square;
}
ul#basket_menu li:first-child {
	list-style: none;
}
#ecommerce_content {
	clear: left;
}
#ecommerce_content form#adminsearch {
	margin: 0 25% 10px 25%;
	padding: 5px;
	background-color: #fed;
	text-align: center;
	border: 2px solid #fc9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#ecommerce_content form#adminsearch label {
	padding: 0 10px 0 3px;
}
#ecommerce_content form#adminsearch input.large {
	padding: 3px;
	width: 220px;
}
#content h2 {
	text-align: center;
}
#ecommerce_content table.data {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #c96;
}
#ecommerce_content table.data th, #ecommerce_content table.data td {
	padding: 4px;
}
#ecommerce_content table.data thead th {
	background-color: #c96;
	color: #fed;
	text-align: left;
	font-weight: normal;
}
#ecommerce_content table.data thead th+th {
	border-left: 1px solid #fed;
}
#ecommerce_content table.data tbody tr:hover {
	background-color: #ffe6d3;
}
#ecommerce_content table.data tbody th {
	font-weight: normal;
	border-bottom: 1px solid #fc9;
	border-right: 1px solid #fc9;
	text-align: left;
}
#ecommerce_content table.data tbody td {
	text-align: left;
	border-bottom: 1px solid #fc9;
}
#ecommerce_content table.data tbody td+td {
	text-align: right;
	border-left: 1px solid #fc9;
}
#ecommerce_content table.data tbody input {
	width: 30px;
	text-align: right;
}
#ecommerce_content table.data tbody td a {
	display: block;
	float: right;
	padding: 0 4px 0 4px;
	margin-left: 5px;
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #c96;
	border-top: 1px solid #eb8;
	border-right: 1px solid #963;
	border-bottom: 1px solid #963;
	border-left: 1px solid #eb8;
}
#ecommerce_content table.data tbody td a.del {
	background-color: #c33;
	border-top: 1px solid #f66;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	border-left: 1px solid #f66;
}
#ecommerce_content table.data tbody a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#ecommerce_content table.data tfoot th {
	font-weight: normal;
	text-align: right;
	background-color: #fdb;
	border-bottom: 1px solid #fed;
}
#ecommerce_content table.data tfoot td {
	background-color: #fc9;
	border-left: 1px solid #fdb;
	border-bottom: 1px solid #fed;
	text-align: right;
}
#ecommerce_content table.data tfoot.paging td {
	text-align: center;
}
#ecommerce_content table.data tfoot.paging td a, #ecommerce_content table.data tfoot.paging td span {
	padding: 1px 4px;
	color: #963;
	text-decoration: none;
	background-color: #fc9;
	border: 1px solid #fc9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#ecommerce_content table.data tfoot.paging td span.cur {
	color: #fff;
	background-color: #c96;
	border-color: #c96;
}
#ecommerce_content table.data tfoot.paging td a:hover {
	color: #963;
	background-color: #fff;
	border-color: #fff;
}
#ecommerce_content h5 {
	clear: left;
	padding: 1em 0 .5em 1em;
	font-size: 1em;
	color: #963;
}
#ecommerce_content p {
	padding: 0 1em 0 1em;
}
#ecommerce_content table p {
	padding: 0 0 .5em;
}
#ecommerce_content .nav {
	clear: left;
	padding: 2em 1em 0;
}
#ecommerce_content p.sec {
	clear: left;
	padding: 1em 1em 0;
}
#ecommerce_content p.thd {
	clear: left;
	padding: 1em;
}
#ecommerce_content form.nav input {
	width: 50px;
	text-align: right;
}
#ecommerce_content .nav a.delx {
	float: right;
	padding: 2px 5px;
	color: #fcc;
	background-color: #c33;
	border-top: 1px solid #f66;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	border-left: 1px solid #f66;
	cursor: pointer;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}
#ecommerce_content .nav a.delx:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#ecommerce_content p.choice {
	clear: left;
	padding: 1em 0 0 35%;
	line-height: 1.6em;
}
#ecommerce_content p.info, #ecommerce_content p.error {
	margin: 0 0 .5em .5em;
	padding: .5em;
	border: 1px solid #fc9;
	background-color: #ffd;
}
#ecommerce_content p.error {
	border: 1px solid #c99;
	background-color: #fdd;
}
#ecommerce_content p.ctr {
	text-align: center;
}
#ecommerce_content div#d_user_info {
	clear: left;
	margin-top: 10px;
}
#ecommerce_content div.coll {
	float: left;
	width: 49%;
}
#ecommerce_content div.colr {
	margin-left: 50%;
	width: 49%;
}
#ecommerce_content div.colr h5 {
	clear: none;
}
#ecommerce_content fieldset {
	margin: 1em;
	padding: 1em 0;
	border: 0 none;
	border-top: 2px solid #c96;
}
#ecommerce_content fieldset legend {
	font-weight: bold;
	margin: 0 1em 0 2em;
	padding: 0 .5em;
}
#ecommerce_content fieldset ol, #ecommerce_content ol.choice {
	margin-left: 1em;
	width: 45%;
	border: 1px solid #fc9;
	background-color: #fff9ec;
}
#ecommerce_content ol.choice {
	margin-left: 35%;
	width: 35%;
}
#ecommerce_content div.coll ol, #ecommerce_content div.colr ol {
	width: 92%;
}
#ecommerce_content fieldset ol li, #ecommerce_content ol.choice li {
	list-style: none;
	margin: 2px;
	padding: 2px;
	background-color: #fed;
}
#ecommerce_content fieldset ol li.compulsory {
	background-image: url(/template/admin/default/images/compulsory.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#ecommerce_content fieldset ol li label, #ecommerce_content ol.choice li label {
	display: block;
	float: left;
	width: 9em;
	padding: 2px;
	margin-right: 2px;
}
#ecommerce_content fieldset ol li div, #ecommerce_content ol.choice li div {
	border-left: 1px solid #fff9ec;
	margin-left: 9.5em;
	padding-left: .5em;
}
#ecommerce_content fieldset ol li input, #ecommerce_content fieldset ol li textarea {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #fc9;
	width: 180px;
}
#ecommerce_content ol.choice li input {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #fc9;
	width: 120px;
}
#ecommerce_content fieldset ol li textarea {
	height: 60px;
}
#ecommerce_content fieldset ol li select {
	width: 180px;
}
#ecommerce_content fieldset ol li option {
	padding: 2px;
}
#ecommerce_content fieldset ol li small, #ecommerce_content fieldset ol li span.tznError {
	/* clear: left; */
	margin-left: 11.5em;
	display: block;
	color: #963;
}
#ecommerce_content fieldset ol li span.tznError {
	font-size: .85em;
	color: #c00;
}
#ecommerce_content p.comments label {
	display: block;
}
#ecommerce_content table.layout textarea {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #c96;
	width: 92%;
	height: 80px;
}
#ecommerce_content fieldset p {
	text-align: left;
}
#ecommerce_content button {
	padding: 2px 4px;
}
#ecommerce_content p button, #ecommerce_content p a.button, #ecommerce_content form.nav button {
	padding: 5px;
	color: #fff;
	background-color: #c96;
	border-top: 1px solid #eb8;
	border-right: 1px solid #963;
	border-bottom: 1px solid #963;
	border-left: 1px solid #eb8;
	cursor: pointer;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
#ecommerce_content form.nav button {
	padding: 2px 5px;
}
#ecommerce_content p button:hover, #ecommerce_content p a.button:hover, #ecommerce_content form.nav button:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#ecommerce_content p button.green {
	background-color: #696;
	border-top: 1px solid #9c9;
	border-right: 1px solid #363;
	border-bottom: 1px solid #363;
	border-left: 1px solid #9c9;
}
#ecommerce_content p button.secure {
	padding-left: 20px;
	background: #399 url(../images/cadenas.gif) no-repeat 5px;
	border-top: 1px solid #6c9;
	border-right: 1px solid #063;
	border-bottom: 1px solid #063;
	border-left: 1px solid #6c9;

}
#ecommerce_content p button + button {
	margin-left: 2em;
}
#ecommerce_content p.empty {
	padding: 3em 0 3em 0;
	font-size: 2em;
	color: #c96;
	text-align: center;
}
#ecommerce_retour {
	float: right;
	display: block;
	margin: 18px 0 0 0;
	width: 154px;
	height: 24px;
	background-image: url(../images/p_retour_liste.png);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#ecommerce_retour:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
