@CHARSET "UTF-8";
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a{
 cursor: pointer;
}
img{
 border: none;
}
.control_show{
 display: block;  
}
.control_hide{
 display: none; 
}
.cadre_show{
  border: 1px dashed #666666;
  margin-bottom:30px;
}
.cadre_hide{
 border: none;	
}
.clear{
 clear: both; 
}

.title{
  display:block; 
  position:relative;  	
  /*color: #003366;*/
    color: #166094;
  font-size: 26px;
  font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
  
}

.subtitle{
  display:block; 
  position:relative;  
  color: #166094;	
  font-size: 16px;
  padding-bottom: 6px;
}


#wave{
    text-align:center;
    min-width: 1000px;
    padding: 0;
    margin: 0;
	background: #003366 url("/img/back.gif") repeat;	
	
	
}

#desktop{  	
 background-image: url("/img/blue.png");
 background-repeat: repeat-x;
 padding: 0;
 margin: 0; 
 height:700px;
 
}

#wrapper{
 width: 993px;
 min-height: 700px; 
 margin: 0 auto;
 text-align: left; 
 
  
}



#tmenu{
 position:absolute;
 height: 71px;  
 width: 993px;
 background-image: url("/img/menu.png");
 background-repeat: no-repeat;
 background-position: bottom;
 z-index:1;
 top:0;
  
}

#tmenu div{
 height:45px; 
 background-color:#166094;  
 padding-left: 93px;
 margin: 0;
 
}

#tmenu div span{
 display: block; 
 padding: 0;  
 padding-right:38px;
 float: left; 
 text-align: center; 
 margin-top: 24px; 
 
}

#tmenu div span a{	
       color: #FFFFFF;   
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 16px;       
 }
#tmenu div span a.img{ 
	   position:relative; 
	   top: 0;
	   padding-left: 20px;       
       	
}

#tmenu div span a:VISITED{
    color: #FFFFFF;
 } 
 
#tmenu div span  a:HOVER {
    color: #359FCD;
 }

#fcontent{
 padding-top:90px;
 position: relative;	
 /*top:90px;*/
 height:125px; 
 width: 993px; 
 clear:  both;  
}

#ororo{
 position: relative;
 top:60px;
 left:60px; 
 color: #2073A6;
}
#ororo a{
 color: #2073A6;
}
#praid{
 display:block;	
 position: relative;
 top:10px;
 left:700px;  
 color: #ffffff;
  width: 300px; 
}
#praid a, #praid a:HOVER, #praid a:VISITED{
color:#1B79AC;
text-decoration:underline;
}	

a img{
 vertical-align: middle;
 padding-right: 5px;
}

#nowprice{
	  display:block; 
       color: #666666;       
       font-size: 16px;
       margin-top: 20px; 
}
.foot_blank{
 height:60px;
}

.hline{
  background-color:#e3e3e3;  
  border: none;
  color:#e3e3e3;
  height:1px;
  margin:0;
  padding:0;
  width:100%;
 }
 
 .usertable{
  border-collapse: collapse;
   width : 380px;
 }
 
 .usertable td{
  border: 1px solid rgb(204, 204, 204); 
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;     
 }
 

