﻿

.us#pageContent
{

}


.us .page {
    font-size: 12px;
    width: 1150px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #e8e8e8;
    margin-top: 4px;
}

.us #homeBtn {
	background-image: url('../../img/gui/ico_home2.png');
	background-position-y: 8px;
}


.us #headerLogo
{
	background: url(../img/SMCh28.png);
	width:88px;
	height:28px;
}




.us #activeCountries
{
	display: inline;
}
.us #activeCountries:hover
{
	cursor: pointer;
}

.us #activeCountries img
{
	margin: 0;
	padding: 0px 0px 0px 4px;
	position: absolute;
}





.us #nav-container 
{
	background: url(../img/bg_gray-stripe.png);
	height: 24px;
	color: #fff;

}

.us #nav-container  #activeCountries
{
	padding-right: 28px;
}




.us #nav-container ul
{
	float: right;
	position: relative;
	height: 24px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.us #nav-container li
{
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
	margin: 0px 0px 0px 20px;	 
	list-style: none;
	display: inline;
	font-size: 0.7em;
	padding: 2px;

}
.us #nav-container li div
{
	display: inline;
}


.us #nav-container li div:hover
{
	color:#f39a00;
	cursor: pointer;
}



.us #nav-container #menuLogIn
{
	background-color: #f39a00;
	background-position: 10px 5px;
	background-image: url(../../img/gui/ico_login.png);
	background-repeat: no-repeat;
	font-size: 0.8em;
	font-weight: 600;
	margin: 0 0 0 20px;
	padding: 1px 8px 2px 36px;
	border-radius: 5px 5px 0 0;
	transition: all 0.24s ease-in-out;
}

.us #nav-container #menuLogIn:hover
{
/*	color:#f39a00;	  */
	cursor: pointer;
	color: #ffffff;
	background-color: #c07a00;
}


.us #nav-header
{
	background-color: #e8e8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8); 
	background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
	padding: 8px 0 0 0;
	border-bottom: solid 1px #bcbcbc;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25);
}


.us #nav-header #innerHeader
{
	height: 34px;
	padding-top: 6px;
	overflow:hidden;
	font-size: 12px;
	color: #444;
}


.us #nav-header #logo
{
	bottom:0;

}


.us #nav-header #headerInfo
{
	display: inline-block;
    font-family: "Open Sans Condensed";
	font-weight: 100;
	font-size: 1.4em;
	color: #0377c4;
	margin-left: 10px;
	vertical-align:top;
}



.us .navBar
{
	display: block;
	width: 100%;
	height: 34px;
	background: #ffffff;
	border-top: solid 2px #e8e8e8;
}

.us .nav-bottom
{
	border-top: solid 5px #007abf;
	height: 12px;
}



.us #footer 
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
	color:#fff;
	background: url(../img/bg_gray-stripe.png);
	font-size: 0.7em;
}

.us #footer-links 
{
	height: 60px;
	border-top: solid 1px #e8e8e8;
	background-color: #fff;
}

.us #footer ul
{	
	
}

.us #footer ul li
{	
	margin: 0 6px;
	list-style: none;
	display: inline;	
}



.us #footer a
{
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}
.us #footer a:hover
{
    color: #f39a00;
}

.us #footer-space
{
	height: 150px;
}


 /*** MENU ***/

.us .menu {
    display: flex;
    overflow: hidden;
    color: #444;
    font-size: 12px;
    height: 34px;
    vertical-align: middle;
    line-height: 31px;
    padding-top: 0px;
    width: 100%;
}


.us .menuitem
{
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}
.us .menuitem:hover
{
	color: #666;
}





.us .menuchild
{
	position: absolute;
	top: 30px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 24px;
	z-index: 100;
	visibility: hidden;
}
.us .menuchilditem
{
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}
.us .menuchilditem:hover
{
	color: #222;
}






.us #jMenu {
	float: left;
	display: table;
	margin: 0;
	padding: 0;
	z-index: 1000;
	height: 38px;
}

.us #jMenu .mnuLine
{
	max-height: 1px;
	border-bottom: 1px solid #aaa;
	background-color: transparent;
	overflow: hidden;
}

.us #jMenu .mnuLine:hover
{
	background-color: transparent;
}


.us #jMenu ul 
{
	box-shadow: 0px 1px 2px rgba( 0,0,0,0.15 );

}

.us #jMenu li {
	display:table-cell;
	background-color: transparent;
	margin: 0;
	white-space: nowrap;
	padding: 2px;	
}



.us #jMenu li img
{
	padding-left: 2px;
	vertical-align: middle;
}



.us #jMenu li div {
	cursor:pointer;		
	line-height: 26px; 	  
	height: 26px;
	text-decoration: none;
	padding:3px 20px;
	overflow: hidden;
}
.us #jMenu li div:hover 
{
	color:#007abf;
}
.us #jMenu li div[disabled] 
{
	color: #e8e8e8;
}



.us #jMenu .fNiv:not(#spacer)::after
{
	content: '|';
	position: relative;
	color: #d8d8d8;
	right: -22px;
}



.us #jMenu .dropdown
{
	background: url(../../img/gui/ico_arrow_down.png) no-repeat 95% 10px;
} 

.us #jMenu .dropdown[disabled]
{
	background: url(../../img/gui/ico_arrow_down_dis.png) no-repeat 95% 10px;
} 

.us #jMenu .dropdown:hover
{
	background: url(../../img/gui/ico_arrow_up.png) no-repeat 95% 10px;
}

.us #jMenu .dropdown[disabled]:hover
{
	background: url(../../img/gui/ico_arrow_down_dis.png) no-repeat 95% 10px;
} 



.us #jMenu li ul {
	display:none;
	position:absolute;
	padding:10px 0;
	margin:0;
	z-index: 1000;
	background-color: #f5f5f5;	
		 
	border-radius: 0 0 5px 5px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
	transition: width 200ms ease-in-out;
}

.us #jMenu li ul li:first-child div
{
	border: 0;
}

.us #jMenu li ul li {
	background: transparent;
	display:block;
	padding:0;
	overflow: hidden;
}


.us #jMenu li ul li div {
	font-size:12px;
	text-transform:none;
	padding: 6px;
	display:block;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid transparent;

}

.us #jMenu li ul li div.isParent {
	vertical-align: middle;
	padding-right: 24px;
	background: url(../../img/gui/menu_right_arrows.png) no-repeat right 0px;			
}

.us #jMenu li ul li div.isParent:hover
{
	background: #fff url(../../img/gui/menu_right_arrows.png) no-repeat right -40px;			
}

.us #jMenu li ul li div:hover {
	background-color:#fff;
}

.us #jMenu li ul li:last-child:hover
{
	border-radius: 0 0 5px 5px;
}


