/* Markator StyleSheet*/

body{
  margin:0px;
  padding:0px;
  font-family:sans-serif;
  font-size:12px;
  
}

/* HEADER */
#topBar1{
  height:20px;
  width:100%;
  background-color:#336666;
    
}

#topBar2{
  height:20px;
  width:100%;
  background-color:#cc6633;
    
}

/* CONTENT */
#contentContainer{
  width:1100px;
}

#content{
  width:600px;
  border:0px;
  background-color:white;
  float:left;
}

#content p{
  padding:10px 20px 10px 20px;
  margin:0px;
  color:#464646;
  font-size:12px;
  line-height:16px;

}

#content .title{
  margin:0px;
  padding:15px 20px 10px 20px ;
  color:#464646;
  font-size:28px;
  letter-spacing:-1px;
  
}

#content a{
  color: #464646;
  text-decoration:underline; 
}

#content a:hover{
  color: #b7b7b7;
  text-decoration:none;   
}


.tableProducts {
  border-top:1px solid #b7b7b7;
  border-right:1px solid #b7b7b7;
}

.tableProducts td{
  border-left:1px solid #b7b7b7;
  border-bottom:1px solid #b7b7b7;
  padding:5px;
  font-size:14px;
}

.tableProducts .header{
  font-weight:bold;
  font-size:16px;
  }

.tableProducts .categorie {
  font-weight:bold;
  background-color:#edab8b;
   font-size:14px;
  
  }

.sus{
  background-image:url("images/up-arrow.gif");
  background-repeat:no-repeat;
  background-position:center left;
  padding-left:12px;
  font-size:11px;
  }
  

/* MENU */
#menuContainer{
  width:327px;
  color:black;
  border:0px ;
  background-color:white;
  float:left;
}

#menu{
  background-color:#edab8b;
  height:25px;
  font-size:13px;
  font-weight:normal;
  letter-spacing:-1px;
  text-align:left;
  overflow: hidden;
}

#menu a{
  color:#453228;
  line-height:25px;
  padding: 5px 5px 5px 5px;
  text-decoration:none;
}

#menu a:hover{
  color:#edab8b;
  background-color:#cc6633;
  text-decoration:none;
}

#menu a.active{
  color:#edab8b;
  background-color:#cc6633;
  text-decoration:none;
}

/* BOTTOM */

#bottomBar{
  clear:both;
  margin-top:100px;
  height:20px;
  width:100%;
  background-color:#336666;
}

#copyright{
  font-size:11px;
  font-weight:bold;
  color:white;
  padding-left:20px;
  padding-top:2px;
  
}


/* TRAFIC IMG */
#traficStats{
  /*width:920px;*/
  text-align:right;
}

#script{
  padding-top:20px;
  padding-bottom:20px;
}
