/* PAGE */
.page {
    background: #dedede url("../img/page-shade.png") top left repeat-x;
    background-position: left 150px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 40px;
}

.page a {
    outline: none !important;
}

/* HEAD */
.head {
    height: 155px;
    background: url("../img/head-shade2.png") repeat-x;
    border-top: 5px solid #231f20;
    border-bottom: 3px solid #3db0fc;
    position: relative;
}

.head img { margin: 32px 0 19px 40px; }

/* .head .branding { background: url("../img/head-branding.jpg") top right no-repeat; } */

/*.logo {
    text-indent: -9000px;
    width: 216px;
    height: 56px;
    background: url("../img/logo.png") no-repeat;
}*/

/* HEAD - NAV */
.nav {
    display: block;
    overflow: hidden;
    padding: 0;
}

.nav li { 
    float: left;
    font-size: 16px;
}

.nav li:hover,
.nav span {
    background: #238ecd;
    color: #fff;
}

.nav a,
.nav span { 
    display: block;
    padding: 0 20px;
    color: #231f20;
}

.nav li:hover a,
a.sel,
.nav span { 
    color: #fff !important;
    text-decoration: none;
}

/* NAV-MAIN */
.nav-main {
    /*border-top: 1px solid #fff;*/
    /*border-top: 1px solid rgba(255, 255, 255, 0.25);*/
    margin-left: 20px;
    margin-right: 20px;
}

.nav-main li {
    margin-right: 1px;
}

.nav-main a,
.nav-main a.sel,
.nav-main span { 
    min-height: 36px;
    line-height: 36px;
}

.nav-main li:hover,
.nav-main a.sel,
.nav-subMenu a.sel,
.nav-main span {
    background: #3db0fc url("../img/nav-shade.png") top left repeat-x;
}

/* .nav-main li:hover { background: rgba(0, 0, 0, 0.25); } */

/* NAV-LANG */
.nav-lang {
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

.nav-lang li { 
    border-left: 1px solid #fff;
    font-size: 12px;
}
.nav-lang li:first-child { border-left: none; }

.nav-lang a,
.nav-lang span {
    padding: 0 10px;
    color: #fff;
    text-decoration: underline;
    min-height: 20px;
    line-height: 20px;
}

.nav-lang span { text-decoration: none; }

.nav-lang li:hover,
.nav-lang span {
    background: transparent;
    color: #231f20 !important;
}

/* NAV-SUBMENU */
.nav-subMenu {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.nav-subMenu li {
    border-bottom: 1px solid #bcbcbc;
    font-size: 13px;
    line-height: 20px;
}

.nav-subMenu li > * { padding: 5px 10px; }

/* FOOTER */
.foot {
    background: #ededed url("../img/foot-shade.png") repeat-x;
    overflow: hidden;
}

.foot,
.foot h3 {
    font-size: 11px;
    color: #231f20;
    
}

.foot .boilerplate {
    background: url("../img/logo-a.png") no-repeat;
    padding-left: 60px;
    height: 65px;
    width: 220px;  
    float: left;
    margin: 20px;
}

.foot h2 {
    font-size: 11px;
    font-weight: bold;
}

.foot h3 { font-weight: bold; }
.foot p { padding-top: 5px; }

.foot ul {
    display: block;
    overflow: hidden;
    float: left;
    padding: 20px;
}

.foot li { float: left; }

/* START */
.main-start { font-size: 14px; }
.main-start h1 { display: none; }
.main-start .line { margin: 10px; }


/* ARTICLE */
.main { padding-bottom: 20px; }
.body-article { padding-top: 10px; }
.body-article .unit.sizeNarrow { margin-left: 10px; }
.body-article .main { overflow: hidden; }

.leftCol.subMenu { width: 200px; }

.sizeWide { width: 540px; }
.sizeNarrow { width: 200px; }


.aside { 
    width: 200px;
    margin-left: 10px;
}

.rightCol.aside > * { margin-right: 10px; }

.main li {
    display: list-item;
    /* padding-left: 20px; */
    list-style-image: url("../img/list-style-image.gif");
    list-style-position: inside;
    line-height: 20px;
}

/* REFERENCE */
.info {
    padding-right: 10px;
    font-size: 14px;
}

.info strong {
    display: inline-block;
    width: 130px;
    font-weight: normal;
    color: #666;
    line-height: 25px;
}

.info table {
    margin-left: 10px;
}

.info td {
    padding: 4px 0;
    border: 0;
}

.info tr td:first-child {
    color: #666;
    padding-right: 30px;
}

.hr-thin { 
    margin-left: 10px;
    margin-right: 20px;
    border-width: 0 0 1px;
    margin-top: 19px;
}

.line-item .figure { margin-left: 10px; }
.line-item .figure .caption { padding-bottom: 0; }

/* SUBMENU */
.subMenu .h2-line { margin-left: 20px; }
.subMenu li { float: none; }

/* TYPO */
.h2-line {
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 3px solid #231f20;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0;
    padding-bottom: 2px;
}

.intro {
    font-size: 16px;
    color: #666;
}

/* FIGURE */
.figure { margin-top: 10px; }
.figure p.caption { 
    padding-left: 0;
    padding-top: 5px;
    font-size: 11px;
    font-style: normal;
}


.sizeWide .figure {
    margin-left:10px;
}


.table-facts-container table {
     width: 290px;   
     margin: 10px;
}

.table-facts-container table thead th
{
    color:Black;
    font-weight:bold;
    color:Black;
}

.table-facts-container table tr
{

    border-bottom:1px solid #666666;
}

.table-facts-container table td,
.table-facts-container table th
{

    border:0;   
    padding:5px;
}

.table-facts-container table td:first-child:after
{
    content: ":";
}

.table-facts-container table td:first-child
{
    text-align:left;
    color:#666666;
}

.table-facts-container table td
{
    text-align:right;
    color:Black;
}

ul.hfeed li.hentry
{
    list-style:none;
    line-height:25px;
}

ul.shortnewslist li.hentry {
    color: #666666;
    list-style: none;
    line-height: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    margin-left: 0px;
    padding-left: 0px;
}

ul.shortnewslist li.hentry a {
    color: #666666;
}

span.rev-email a
{
    direction:rtl;  
    unicode-bidi:bidi-override;  
}


.contact-image
{
    width:135px;
}
