tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body 
{ 
	font-family: Helvetica,Arial,sans-serif; 
	background-color:#DEEEFF;
  font-size: 20px;
  line-height: 1.3;
}
/* PAGE --------------------------------------------------------------------- */

#page
{
  padding: 0px;
  //width:auto;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #FDFDFD;
  border:solid #AFCFFF  1px !important; 
  border-radius: 10px;
  -moz-box-shadow: 0 0 3px #AAA;
  -webkit-box-shadow: 0 0 3px #AAA;
  box-shadow: 0 0 3px #AAA;
}
#page .header
{
  //background-color: #555;
  padding:15px;
  font-family: Helvetica,Arial,sans-serif;
  text-shadow: 1px 1px rgb(0,0,0); 
  font-size: 130%;
}
.header .title
{
  font-size: 145%;
	color: #EFA08B;
	font-weight: bold;
  padding:15px;
  font-family: Helvetica,Arial,sans-serif;
  text-shadow: 1px 1px rgb(0,0,0); 
}
.header .contact
{
  display: inline-block;
  color: #333;
  font-weight: normal;
  float:right;
  font-size: 70%;
  text-shadow: none; 
}
#page a
{
  color: #085172;
  text-decoration: underline;
}
#page a:hover
{
  color: rgb(102,0,0);
  text-decoration: underline;
}
#wrapper
{
  padding: 10px;
  min-height: 430px;
}
#map {
  width: 1479px;
  height: 900px;
}

#footer
{
  margin-top: 8px;
  text-align: center;
  background-color: #6285B9;
  padding: 5px;
  color: #FFF;
  font-size: 75%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  //border-bottom:solid #444 1px !important; 
}
#menu
{
  width: auto;
  background-color: #6285B9;
  padding: 4px;
}
#menu a
{
  font-size: 120%;
  color: #FAFAFA;
  text-decoration: none;
}
#menu a:hover
{
  color: #0A0A0A;
  text-decoration: none;
}
#menu .logout
{
  /*display: inline-block;*/
  float: right;
  font-size: 60%;
  color: #DDD;
}
#menu .contact
{
  display: inline-block;
  font-size: 100%;
  color: #333;
  float:right;
}
#categories
{
  float: left;
  width: 17%;
  padding: 0px 0px 8px 0px;
  border:solid #666 1px !important; 
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #EEE;
  line-height:170%;
}
#categories .title
{
  margin-bottom: 8px;
  text-align: center;
  background-color: #FDFDFD;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom:solid #666 1px !important; 
}
#categories .list
{
  padding: 8px;
}
#categories a
{
  text-decoration: none;
}
#categories a:hover
{
  text-decoration: none;
}
#products
{
  float: right;
  width: 80%;
  padding: 8px;
  border:solid #666 1px !important; 
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 10px;
}
#products a
{
  text-decoration: none;
}
.clrbth
{
clear:both;
}
.cform{
  padding: 12px;
}
.error{
  padding: 7px;
  margin-left:5px;
  margin-right:5px;
  background-color: rgb(255,204,0);
}
.success{
  padding: 7px;
  margin-left:5px;
  margin-right:5px;
  background-color: rgb(0,255,0);
}
.linkbutton{
  display: inline-block;
  margin: 5px;
  padding: 5px;
  background-color: #C4DCFF;
  //border:solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
  border-top: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
  border-bottom:2px solid #dddddd !important;
  //border-radius: 10px;
}
button{
  display: inline-block;
  margin: 5px;
  padding: 5px;
  background-color: #C4DCFF;
  //border:solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
  border-top: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
  border-bottom:2px solid #dddddd !important;
  //border-radius: 10px;
}
.linkbutton_active{
  display: inline-block;
  margin: 5px;
  padding: 5px;
  background-color: rgb(0,255,204);
  border-right: 1px solid #dddddd !important;
  border-top: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
  border-bottom:2px solid #dddddd !important;
  //border-radius: 10px;
}
.linkbutton:hover{
  background-color: #FFDEC9;
}
.linkbutton_active:hover{
  background-color: rgb(0,204,0);
}
#page .login
{
  margin-top: 0px;
  display: block;
  width:90%;
  padding-left: 15px; 
  /*margin-left: auto;
  margin-right: auto;*/
}
#wrapper .container
{
  /*background: url(../images/bg-bench.png) no-repeat;*/
  width: 100%;
  background-color:#FFF;
  /*background: url(../images/cbg.png) repeat-y;*/
  margin: 0 auto;
  letter-spacing: 0.2px;
  border-spacing: 1px;
}
ul
{
  padding-left: 10px;
}
h1
{
  font-size: 130%;
	color: #404040;
	font-weight: bold;
	margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 20px;
  font-family: Helvetica,Arial,sans-serif;
  //text-shadow: 1px 1px rgb(0,0,0); 
}
h2 img
{
  float: left;
  margin-right: 10px;
}
h2
{
  font-size: 135%;
	color: #404040;
	font-weight: bold;
  border-bottom: 2px solid #AAA; 
  padding-left: 7px;
	margin-bottom: 13px;
  /*margin-left: 20px;*/
  font-family: Helvetica,Arial,sans-serif;
  //text-shadow: 1px 1px rgb(0,0,0); 
}
h3
{
  font-size: 115%;
	color: #404040;
	font-weight: bold;
  border-bottom: 1px solid #AAA; 
  padding-left: 7px;
	margin-bottom: 13px;
  margin-top: 15px;
  font-family: Helvetica,Arial,sans-serif;
}
.lang_sel_login
{
  float: right;
  padding-right:10px;
}
.fright
{
  float: right;
}
.fleft
{
  float: left;
}
p
{
  padding: 10px 4px 10px 4px;
}
b {
    font-weight: bold;
}
i {
    font-style: italic; 
}
small {
    font-size: 65%;
} 
big {
    font-size: 125%;
} 


textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
}

textarea.text:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 
	color: #000;
}

input { 
  min-width: 150px;
  min-height: 40px;
	border: 1px solid #404040; 
	background-color: #FFF;  
  font-family: Helvetica,Arial,sans-serif; 
	background-color:#DEEEFF;
  font-size: 20px;
	color: #000;
}
input.login_button { 
	background-color: #DEEEFF; 
}

input.field { 
clear:both;
  width: 50px;
	border: 1px solid #404040; 
	background-color: #FFF; 
	/*width: 100px;*/
  margin-top: 5px; 
	color: #000;
}
input.date {
	width: 150px;
	color: #000;
}
input.field1 { 
	border: 1px solid #404040; 
  width: 184px;
	background-color: #FFF; 
  margin-top: 5px; 
	/*width: 100px;*/ 
	color: #000;
}
select.field { 
	border: 1px solid #404040; 
	background-color: #FFF; 
	/*width: 100px;*/
  float: right;
  margin-right: 11px;
  margin-top: -3px;  
	color: #000;
}
select { 
	border: 1px solid #404040; 
	background-color: #FFF; 
  min-width: 150px;
  min-height: 40px;
  font-family: Helvetica,Arial,sans-serif; 
  font-size: 22px;
  margin:5px;
	/*width: 100px;*/
  /*float: right;
  margin-right: 11px;
  margin-top: -3px; */ 
	color: #000;
}
input { 
clear:both;
  /*width: 50px; */
	border: 1px solid #404040; 
	background-color: #FFF; 
	/*width: 100px;*/
  /*margin-top: 5px;*/ 
	color: #000;
}
textarea { 
clear:both;
  /*width: 50px; */
	border: 1px solid #404040; 
	background-color: #FFF; 
	/*width: 100px;*/
  /*margin-top: 5px;*/ 
	color: #000;
}
textarea:hover{
background: #F3F3F3; 
}
select:hover{
background: #F3F3F3; 
}
input:hover{
background: #F3F3F3; 
}

input.field:hover { 
	border: 1px solid #404040; 
	background: #E0E0E0; 
	color: #000;
}
input.field1:hover { 
	border: 1px solid #404040; 
	background: #E0E0E0; 
	color: #000;
}

input.text { 
	margin: 0; 
	width: 110px;
	border: 1px solid #ccc; 
	background: #3C3C3C;
	color: #A4B4C8; 
}
.main-table { 
	width: 100%;  
}
.full-width { 
	width: 100%;  
}
.main-table input { 
	margin: 0;  
	background: #FFF;
	color: #333333;
  border: 0px solid #ccc;
  min-width: 30px;
  min-height: 30px;
  font-size: 12px; 
}
.main-table button { 
	margin: 0;  
	background: #FFF;
	color: #333333;
  border: 1px solid #ccc;  
}
.main-table input:hover {  
	background: #FFF; 
}
.main-table button:hover { 
  border: 1px solid #999;  
}
.main-table thead {
  white-space: nowrap;
}

input.text:hover { 
	border: 1px solid #eee; 
}

table {
  overflow: hidden;
  color:#333333;
  //font-family: verdana,arial,sans-serif;
	//font-size:11px;
  //border:solid #666666 !important;
  border:none;
  //border-width: 1.5px !important;
	border-collapse: collapse;
}
.img_thumb { 
    width:100%;
    height:100%;
    max-width:30px;
    max-height:30px;
}
.img_product_thumb {
    float: left;
    width:100%;
    height:100%;
    max-width:370px;
    max-height:370px;
    border: 1px solid #BBB;
    padding:1px;
}
.product_info_user {
    float: left;
    margin-left: 45px;
    max-width: 600px;
}
img .border
{
  border: 1px solid #BBB;
  padding:1px;
}

td, th {
  //position: relative;
  //border-style: solid;
  //border:solid #666666 !important;
  //border-width: 1.5px !important;
  border: none;
  padding: 3px;
}
/*.user_nb table {
  border-style: none;
  border:none;
  border-width: none;
}

.user_nb td, .user_nb th {
  //position: relative;
  border-style: none;
  border:none;
  border-width: none;
}*/  

table.user_nb {
  border-style: none !important;
  border:none !important;
  border-width: none !important;
}

td.user_nb, th.user_nb {
  //position: relative;
  border-style: none !important;
  border:none !important;
  border-width: none !important;
}  
.highlight{
  text-decoration: bold;
  background: rgb(241, 243, 255);
}
.red_text{
  color: red;
}
.row1 {background: rgb(241, 243, 255);}
.row2 {background: #EEEEEE;}
.unpaid {background: rgb(255,153,0);}
.paid {background: rgb(0,255,0);}
table thead
{
  background-color: rgb(255, 222, 201);
  font-weight: bold;
}
#right_table
{
  float: right;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}
.container_select_hidden {
display: none;
display: inline-block;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}
@media print {
   thead {display: table-header-group;}
   
   .no-print, .no-print *
    {
        display: none !important;
    }
    .tcart, .tcart *
    {
        display: none !important;
    }
    .filter, .filter *
    {
        display: none !important;
    }
    
    a:link:after, a:visited:after {
    content: "";
}
}
/* seo friendly tables */
.table{
	display:table;	/* Defines a Table */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:2px solid #dddddd;
	color:#444444;
	margin:10px 0;
}
.table-head{
	 display: table-header-group; /* Defines a table header group */
}
.table-head .column{ /* Column inside the table-head */
	background:#C4DCFF;
	color:#666666;
	border-right:1px solid #eeeeee;
	border-bottom:none;
}
.table-head .column:hover{ /* Column hover inside the table-head */
	background:rgb(255,204,0);
}
.row{
	display:table-row; /* Defines a table row */
}
.row .column:nth-child(1){ /* First column in a row */
	border-left:1px solid #eeeeee;
}
.row:last-child .column{  /* column in a last row */
	border-bottom:none;
}
.column{
	display:table-cell; /* Defines a table cell */
	padding:10px 20px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.column:hover{
	background:#f9f9f9;
}
@media all and (max-width: 640px){
	.table,
	.row,
	.column,
	.column:before{
		display:block;	/* Converts a table, table row, table column and table column:before into a block element */
	}
	.table,
	.row .column:last-child{
		border-bottom:none;
	}
	.table-head{
		position:absolute;	/* Hides table head but not using display none */
		top:-1000em;
		left:-1000em;
	}
	.row{
		border:1px solid #eeeeee;
		border-top:2px solid #dddddd;
		border-bottom:2px solid #dddddd;
		margin:20px 0;
	}
	.row .column:nth-child(1){ /* first column of the row */
		border-left:none;
	}
	.row .column:last-child{ /* last column of the row */
		border-right:none;
	}
	.row:last-child .column,
	.column{ /* Column in the last row and column */
		border-bottom:1px solid #eeeeee;
	}
	.column:before{ /* prints the value of data-label attribute before the column data */
		font-weight:bold;
		padding-right:20px;
		font-size:12px;
		content:" "attr(data-label)" ";	/* call the attribute value of data-label and adds a string // */
	}
}
