body, p, td, th, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #666; 
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#body {
	background-color: #FFF;
	padding-top: 10px;
}

.form {
	background-color: #cdcfbb;
}	

td, th { 
	padding: 4px; 
}

th { 
	padding: 4px;
	text-align: left;
}

.tab_header {
	position: relative;	  
}

.tab_body {
	position: relative;	 
	width: 800px;
	overflow: auto;  
	height: 400px;
	border: 1px solid #CCC;
}	

.tab_header div {
	float: left;
	width: 128px;
	height: 20px;
	margin-right: 2px;
	background-color: #EEE;
	border: 1px solid #CCC;
	border-bottom: 0px;
	line-height: 20px;
	text-indent: 4px;
	cursor: pointer;		
}

#tab_selected { 
	background-color: #CCC; 
	height: 20px;
}	

.tab {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;	
	display: none;
}	


h2 {
	font-size : 14px; 
	color: #999; 
	margin: 10 0 10 0;
}

h3 {
	font-size : 12px; 
	color: #999;	
	margin: 0 0 10 0;
} 

a {
	color: #666;
	text-decoration : underline;
}

a:hover {
	color: #999;
	text-decoration : underline;
}

a:active {
	color: #999;
	text-decoration : underline;
}

a:visited {
	color: #666;
	text-decoration : underline;
}

a.nav {
	text-decoration: none; 	
}

a.nav:hover {
	text-decoration: none; 	
}

a.nav:active {
	text-decoration: none; 	
}

a.nav:visited {
	text-decoration: none; 	
}

a.button {
	display: block;	 
	width: 100px;
	height: 24px;
	line-height: 24px;
	background-color: #DDD;	
	border: 1px solid #999;
	color: #666;
	text-align: center;
	text-decoration: none;  
	margin: 20 0 20 0;
}

a.button:visited {
	background-color: #DDD;	
	border: 1px solid #999;
	color: #666;
	text-decoration: none;
}	

a.button:hover {
	background-color: #EEE;	
	border: 1px solid #999;
	color: #666;
	text-decoration: none;
}

table {
 	border-collapse: collapse;	  
	padding: 0px; 
	margin: 0px;
}


div {
	
}

input {
	margin: 0;	
}	

div.container {
	display: block;
	position: relative;
	width: 100%;  	
}	

div#content {	 
	margin: 20px;
	padding: 0px 0px 20px 0px;
	background-color: #FFF; 
	min-width: 640px;
	min-height: 480px;	  
	clear: both;
	overflow: auto; 
	border: 2px solid #CCC;
}

div#spacer {
	float: right;
	width: 1px;
	height: 480px; 
}	

div#content_popup {
	margin: 0px;
	padding: 5px;
	background-color: #FFF;  
}	

div.txt {
	position: relative; 
	text-align: left;	
	margin: 20 0 10 0;
}	

div#logos {
	text-align: center;
}

div#logos img {
	margin-left: 20px;
		
}

div#header { 
	text-align: left;  
	background-image: url("assets/arcering.gif");
	height: 87px;
	text-align: center;
}

img#header_img {
	margin-top: 32px;
}

div#language_page {
	background-image: url("assets/vissen.jpg");
	background-repeat: no-repeat;	
	width: 100%;
	height: 100%;
}

div#language_page a {
	position: absolute;	 
	display: block;
	font-size: 18px;
	background-color: #FFF;
	border: 1px solid #666;
	height: 40px;
	width: 400px;
	padding: 4px;
	text-decoration: none; 
	text-align: center;
	padding: 8px;
}

div#language_page a:hover {
	background-color: #EEE;
	color: #333;
}

div#language_page a:active {
	
}	


div#middle {
	margin: 20 40 20 40;	
}	

div#nav {
	bottom: 0px;
	text-align: right;
	margin: 20px;
}

div#button {
	margin-top: 200px;
	bottom: 0px;	
}	

table.sortable thead {
    background-color:#EEE;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}

table.grid {
	min-width: 600px;
	table-layout: auto;
	border-collapse: collapse;	 	
}

table.grid td {
	background-color: #FFF;
	border: 1px solid #999;
	text-align: left;
	padding: 2px;
}	

table.grid th {
	font-weight: bold;
	background-color: #CCC;
	border: 1px solid #999;	
	text-align: left;
	padding: 2px;
		
}

table.progressbar {
	border-collapse: separate;	
	padding: 2px;	 
	margin-bottom: 10px;
}

table.progressbar td {
	background-color: #FFF; 
	background-color: #CCC; 
	width: 50px;
	height: 10px;
	font-size: 5px;
}	

table.progressbar td.filled {
	background-color: #666; 
	cursor: pointer;
}	
                            

table.form {
 	border-collapse: collapse;	
	padding: 2px;		
}	

label {
	float: left;
	display: block;
	width: 140px;	 
	margin: 4px;
	clear: left; 
}	

td.label {
	vertical-align: top;
	width: 140px;	
}	

.small {
	font-size: 10px;	
}


ul.checkbox {
	list-style: none;
	margin: 8 0 5 0;
	padding: 0;
	margin-bottom: 10px; 
}	

ul.checkbox li {
	margin: 0 0 0 18;  
	padding: 0;
	height: 20px;
}

ul.checkbox li.none {
	margin: 0;  
	padding: 0; 
}

ul.checkbox li input{
	margin: 0;	
	padding: 0;
}	

input.radio {
	display: block;
	float: left;
	clear: left;
	height: 30px; 
}

input.input {	  
	margin-bottom: 4px;
}

input.small {	 
	height: 17px; 
	font-size: 10px;
}

input.button { 
	width: 100px;
	height: 24px;
	line-height: 22px;
	background-color: #DDD;	
	border: 1px solid #999;
	color: #666;
	text-align: center;
	text-decoration: none;	
	margin: 0;
	padding: -1px;
	outline: none;
	cursor: pointer;
}

input.button:hover { 
	background-color: #DDD;	
}	

div.radio {
	float: left;
	height: 30px; 		
}	

.box {	
	display: block;	 
	height: 30px;
	vertical-align: middle;
	padding-top: 10px;
}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 180px;	 
}

ul#menu li{
	padding: 2px;	
}

ul#menu li a {
	display: block;
	width: 160px;
	height: 20px;
	line-height: 20px;
	background-color: #CDCFBB;
	padding: 2px;	
	text-decoration: none;
}

ul#menu li a.item {
	display: block;
	width: 130px;
	height: 20px;
	line-height: 20px; 
	background-color: #FFF;
	color: #666;
	padding: 2px;	
	text-decoration: none;
}

ul#menu li a.property {	 	 
	text-indent: 20px;
}	

ul#menu li a:hover {	 
	background-color: #BBA; 
	color: #FFF;
}

ul#menu li a.item:hover {	 
	background-color: #FFF; 
	color: #999;
}

ul#menu li a:active {	 
	background-color: #BBA; 
	color: #FFF;
}

ul#menu li a.item:active {	 
	background-color: #FFF; 
	color: #999;
}


li.separator {
	width: 124px;
	height: 0px;	
	border-bottom: 1px dashed #666;
}	


ul#text {
	list-style: none;
	margin: 0;  
	padding: 0;
	float: left;
	text-align: left;
	width: 640px;
	border-left: 1px solid #999;
}

ul#text li {
	margin-left: 20px;
}	

#lost_password { 
	width: 300px; 
	top: 300px;
	font-size: 10px; 
	text-align: left;
}

#lost_password td { 
	font-size: 10px; 
}

#newsletter_info {
	position: absolute;
	width: 300px;
	height: 18px;
	background-color: #FFC;
	border: 1px solid #999;
	z-index: 99; 
	display: none;
	text-align: left;
	padding: 6px;
	font-size: 11px;
}

.other {
	margin-top: 4px;	
}

.expand { 
	background-image: url(assets/arrow.gif);
	cursor: pointer;	
	width: 14px;
	height: 10px; 
	font-size: 9px;
}

.formHeader { 
	margin-bottom: 10px;
}

.formHeaderLogin { 
	height: 30px;
	margin-bottom: 10px;
}

table.products {	 
	width: 600px;	 	
}

table.products th {
	background-color: #DDD;
	text-align: left;
	text-indent: 2px;
	border: 1px solid #CCC;
	padding: 4px;
}

table.products td{
	border: 1px solid #CCC;
	padding: 4px;
}	

ul.display {
	list-style: square;
	color: #999;
}

ul.display li.select{
	list-style: square; 
	color: #999;  
}

ul.display li.none{
	list-style: none; 
}

ul.display span {
	color: #666;	
}

#images {	  
	margin-bottom: 10px; 
}

#images img {
	float: left;
	margin-right: 16px;	
}

#images img.last {
	float: right;
	margin-right: 0px;	
}

#fiche {
	display:block;
	position: relative;	
	width: 760px;
	clear: both; 
	overflow: hidden; 
	margin-bottom: 10px;  
	text-align: left;
}

.comment {
	margin-top: 20px;
	margin-bottom: 20px;	
	padding: 0px;
	border: 1px solid #999; 
}
.comment_text {
	margin: 4px;	
}	
.comment_footer {
	background-color: #CCC; 
	padding: 2px;	
	color:  #000;  
}	

.stat_line {
	float: left;
	height: 4px;
	border: 1px solid #633;
	background-color: #F66;
	margin-top: 4px; 
	font-size: 4px;
}

.error {
	color: #C33;
}