/*  jQuery.idTabs */
.usual {
    /*background:#181818;*/
    color: #111;
    padding: 0 0 0 0;
    width: 962px;
    float:left;
    /*border: 1px solid #222;*/
    /*margin: 8px auto;*/
}
.usual3 {
    /*background:#181818;*/
    color: #111;
    padding: 0 0 0 0;
    width: 962px;
    float:left;
    /*border: 1px solid #222;*/
    /*margin: 8px auto;*/
}
.idTabs li {
    list-style: none;
   font-family:arial;
    width:170px;
    margin-left:-30px;
}

.usual ul a {
    display: block;
    padding: 6px 10px;
    text-decoration: none!important;
    font-family:arial;
    margin: 1px;
    margin-left: 0;
    /*font: 0.8em /*Helvetica;/*10px*/
    font-size:9pt;
    /* font-weight:bold; */ 
    color: #16789d;
    background: #a9cddb;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.usual3 ul a {
    display: block;
    padding: 6px 10px;
    text-decoration: none!important;
    font-family:arial;
    margin: 1px;
    margin-left: 0;
    /*font: 0.8em /*Helvetica;/*10px*/
    font-size:9pt;
    /* font-weight:bold; */
    color: #16789d;
    background: #a9cddb;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.usual ul a:hover {
    color: #fff;
    background: #16789d;
}
.usual3 ul a:hover {
    color: #fff;
    background: #16789d;
}

.usual ul a.selected {
    margin-bottom: 0;
    color: #000;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    cursor: default;
}
.usual3 ul a.selected {
    margin-bottom: 0;
    color: #000;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    cursor: default;
}
.usual div {
    /*padding: 10px 10px 8px 10px;*/
    /*float:right;*/
   
    width:942px;
    height:810px;
    padding-right:20px;
    text-align:justify;
    
    /**padding-top: 3px;*/
    /**margin-top: -15px;*/
    
    background: #f0f0f0;
    /*font: 10pt Georgia;*/
    /*font: 0.8em /*Helvetica*/;
 
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
        margin-right:15px;
    list-style:none;
    font-family: arial;
    font-size:9pt;
    color: #3e3f40;
    /* font-weight:bold; */
}
.usual3 div {
    /*padding: 10px 10px 8px 10px;*/
    /*float:right;*/
   
    width:942px;
    height:auto;
    padding-right:20px;
    text-align:justify;
    
    /**padding-top: 3px;*/
    /**margin-top: -15px;*/
    
    background: #f0f0f0;
    /*font: 10pt Georgia;*/
    /*font: 0.8em /*Helvetica*/;
 
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
        margin-right:15px;
    list-style:none;
    font-family: arial;
    font-size:9pt;
    color: #3e3f40;
     /* font-weight:bold; */
}
.usual img
{
	max-width:722px;
}
.usual3 img
{
	max-width:722px;
}
.usual2 div {
    /*padding: 10px 10px 8px 10px;*/
    /*float:right;*/
   
    width:922px;
   
    padding-right:20px;
    text-align:justify;
    
    /**padding-top: 3px;*/
    /**margin-top: -15px;*/
    
    background: #f0f0f0;
    /*font: 10pt Georgia;*/
    /*font: 0.8em /*Helvetica*/;
 
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
        margin-right:15px;
    list-style:none;
    font-family: arial;
    font-size:9pt;
    color: #3e3f40;
    /* font-weight:bold; */
     float:left;
}
.usual div a {
    /*color:#000;*/
    color: #16789d;
    /* font-weight:bold; */
}
.usual3 div a {
    /*color:#000;*/
    color: #16789d;
    /* font-weight:bold; */
}
.usual div li {
    /*color:#000;*/
    color: #3e3f40;
    /* font-weight:bold; */
    margin-right:15px;
    list-style:none;
    font-family: arial;
    font-size:9pt;
}
.usual3 div li {
    /*color:#000;*/
    color: #3e3f40;
    /* font-weight:bold; */
    margin-right:15px;
    list-style:none;
    font-family: arial;
    font-size:9pt;
}
.nanotabs {
    /*margin: 20px auto 0;*/
    margin: auto;
    width: 510px;
    /*padding: 10px 10px 8px 10px;*/
    
    background: #000000;
    font-size: 0.8em;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

