﻿
/******************************************************************************************

		TOP MENU CONTROLLERS
		
   *****************************************************************************************/

#headerCon
{
	/*float: left;*/
	margin: 20px 0px 0px 0px;
	width: 100%;
	display:block;
}

#headerDivider
{
	height:1px;
	clear:both;
	background:#277798; 
}


.logoCon,
#logoCon
{
	float: left;
	border: 0px;
	height:35px;
	width:232px;
	display: block;
	margin: 0px 0px 0px 0px;
	background: url(../../Interface/images/logo.gif) no-repeat;
}


#topLinksCon
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: -20px 0px 0px 0px;
	/**width: 100em; **/
	text-align: right;
	line-height: 20px;
}


#topLinksCon a
{
	color: #458AA7;
	border-left: solid 1px #c8c8c8;
}

#topLinksCon a,
#topLinksCon .profileLink
{
	text-decoration: none;
	padding: 0 10px;
}

#topLinksCon a.aboutLink
{
}
#topLinksCon a.serviceUpdateLink
{
	border-left: none;
}
#topLinksCon a.langSel
{
	font-weight:bold;
	padding-right: 0;	
}

#topLinksCon a.id_btnLogin
{
	border-right: none;
	padding-right:40px; /* + 10 already on adjacent element = 50 */
}

#topLinksCon a:hover
{
	text-decoration: none;
}

#topLinksCon select
{
	width:150px;
	text-align:center;
}

#topLinksText
{
	padding: 2px 0px 0px 5px;
}

.orgButton
{
	float:right;
	width:250px;
	clear: right;
}

.orgButton .button
{
	float:right;
	padding: 7px 0px 0px 0px; 
}

.orgButton .button a
{
	padding: 3px 10px;
	display:block;
	text-decoration:none;
	color: #000000;
	background:url(../../Interface/images/bn-lightblue-middle.gif) repeat-x;
}

.orgButton .button .left
{
	width: 2px;
	height:20px;
	float:left;
	background:url(../../Interface/images/bn-lightblue-left.gif) no-repeat;
}

.orgButton .button .middle
{
	float:left;
	height:20px;
	background:url(../../Interface/images/bn-lightblue-middle.gif) repeat-x;
}

.orgButton .button .right
{
	width: 2px;
	float:left;
	height:20px;
	background:url(../../Interface/images/bn-lightblue-right.gif) no-repeat;
}

/* MENU */

.menuItemLeft
{
	float:left;
	height:30px;
	width:2px;
	background:url(../../Interface/images/tabCHCLeft.gif) no-repeat;
}

.menuItemMiddle
{
	float:left;
	height:30px;
	padding:7px 17px 6px 17px;
	background:url(../../Interface/images/tabCHCMiddle.gif) repeat-x;
}

.menuItemRight
{
	float:left;
	height:30px;
	width:3px;
	background:#FFFFFF url(../../Interface/images/tabCHCRight.gif) no-repeat top left ;
}

.menuItemRightRound
{
	float:left;
	height:30px;
	width:2px;
	background:#FFFFFF url(../../Interface/images/tabCHCRightRound.gif) no-repeat top left ;
}

.active .menuItemLeft 
{
	float:left;
	height:30px;
	width:2px;
	background:url(../../Interface/images/tabActiveLeft.gif) no-repeat;
}

 .menuItemProfile
{
	height:40px;
	width:330px;
	float:left;
	padding: 0px 10px 0px 50px;
}
 .menuItemProfile a
{
	color: #458AA7;
	text-decoration:underline;
	/*float:right;*/
	/*padding: 7px;*/
	font-size: 11px;
	/*text-align:center;*/
	
}

.menuItemProfile img
{
	/*float: right;
	padding: 5px 0px;*/
	display:block;
	/*text-align:center;*/
	/*padding: 0px 0px 0px 8px;*/
}

.active .menuItemMiddle
{
	float:left;
	height:30px;
	padding:6px 17px;
	background:url(../../Interface/images/tabActiveMiddle.gif) repeat-x;
}

.active .menuItemRight
{
	float:left;
	height:30px;
	width:3px;
	background:#FFFFFF url(../../Interface/images/tabActiveRight.gif) no-repeat;
}

.menuItemHomeLeft
{
	float:left;
	height:30px;
	width:33px;
	background:url(../../Interface/images/grey_button-left-up.gif) no-repeat;
}

.menuItemHomeMiddle
{
	float:left;
	height:30px;
	padding:6px 20px 6px 10px;
	background:url(../../Interface/images/grey_button-middle-up.gif) repeat-x;
}

.menuItemHomeRight
{
	float:left;
	height:30px;
	width:3px;
	background:#FFFFFF url(../../Interface/images/grey_button-right-up.gif) no-repeat top left ;
}

#menuItemDivLogin
{
	float:right;	
	width:60px;
}

#menuItemDivLogin img
{
	width:21px;

}

#menuItemDivProfile
{
	height:35px;

}

#menuItemDivShopping .content,
#menuItemDivLogin .content,
#menuItemDivProfile .content
{
	float:right;
	padding: 0px 20px 0px 0px;	
}

#menuItemDivShopping
{
	float:right;	
	width:90px;
}

#menuItemDivProfile img,
#menuItemDivLogin img,
#menuItemDivShopping img
{
	display:block;
	text-align:center;
}

#menuItemDivProfile a,
#menuItemDivLogin a,
#menuItemDivShopping a
{
	text-decoration:none;
}

/*#topMenuCon .menuItemHomeMiddle a
{
	color:#4E4E4E;
}*/

/*#topMenuCon .active .menuItemHomeMiddle a
{
	color:#FFFFFF;
	margin: 1px 0px 0px 0px;
}*/

/*.active .menuItemHomeLeft 
{
	float:left;
	height:30px;
	width:33px;
	background:url(../../Interface/images/grey_button-left-over.gif) no-repeat;
}*/

/*.active .menuItemHomeMiddle
{
	float:left;
	height:30px;
	padding:6px 17px;
	background:url(../../Interface/images/grey_button-middle-over.gif) repeat-x;
}*/

/*.active .menuItemHomeRight
{
	float:left;
	height:30px;
	width:3px;
	background:#FFFFFF url(../../Interface/images/tabActiveRight.gif) no-repeat;
}*/

/*#topMenuCon .menuItemClientProfile a.logout
{
	color: #458AA7;
	text-decoration:underline;
	float:right;
	padding: 7px;
	font-size: 11px;
}*/

ul#emptyMenuBar
{
	height:30px;
	background: #ccc url(../images/mnu/empty-right-big.png) no-repeat right top;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#emptyMenuBar li
{
	position: relative;
	height:30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border-right: solid 1px #fff;
}

ul#emptyMenuBar li a
{
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	background: #28799a url(../images/mnu/tab-mid.png) repeat-x left top;
	text-decoration:none;
	color:#FFFFFF;	
	font-size:14px;
}

ul#emptyMenuBar li a span.right,
ul#emptyMenuBar li a span.alt
{
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(../images/mnu/tab-right.png) no-repeat right top;
}

ul#emptyMenuBar li a span.alt
{
	padding: 0 20px;
	background: transparent url(../images/mnu/tab-left.png) no-repeat left top;
}


ul#emptyMenuBar li.emptySegmentLeft
{
	background:url(../images/mnu/empty-left.png) no-repeat left top;
	border-right: none;
}

ul#emptyMenuBar li.homeActive a,
ul#emptyMenuBar li.active a,
ul#emptyMenuBar li a:hover
{
	color:#FFFFFF;	
	background: #28799a url(../images/mnu/active-mid.png) repeat-x left top;
}

ul#emptyMenuBar li.homeActive a span.right,
ul#emptyMenuBar li.active a span.right,
ul#emptyMenuBar li a:hover span.right
{
	background: transparent url(../images/mnu/active-right.png) no-repeat right top;
}

ul#emptyMenuBar li.active a span.alt,
ul#emptyMenuBar li a:hover span.alt
{
	background: transparent url(../images/mnu/active-left.png) no-repeat left top;
}

ul#emptyMenuBar li.homeActive a span.alt,
ul#emptyMenuBar li.id_menuItemHome a:hover span.alt
{
	background: transparent url(../images/mnu/home-active-left.png) no-repeat left top;
}
ul#emptyMenuBar li.id_menuItemHome  a span.alt
{
	background: transparent url(../images/mnu/home-left.png) no-repeat left top;
}

ul#emptyMenuBar li.segmentRight
{
	float: right;
}

ul#emptyMenuBar li.segmentRight a,
ul#emptyMenuBar li.segmentRight a:hover
{
	color:#277a9b;
	background: transparent url(../images/mnu/mnuCart.png) no-repeat left top;
	padding: 0 20px 0 40px;
}

ul#emptyMenuBar li.segmentRight a:hover
{
	color:#153050;
	background-image: url(../images/mnu/mnuCart_hover.png);
}

.myBlue
{
	color: #98d2e9;
}


.topMenuConWrapper
{
	height:30px;	
	margin: 20px 0px 20px 0px;
}

#topMenuCon
{
	float: left;
	clear:left;
	width:100%;
	padding:5px 0px 0px 0px;
}

#topMenuCon a
{
	text-decoration:none;
	color:#FFFFFF;	
	font-size:14px;
}

.inboxNum
{
	display:block;
	background:url(../../Interface/images/inbox-reddot.png) no-repeat;
	width:22px;
	height:22px;
	z-index:2000;
	position: absolute;
	right: -1px;
	top: -10px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
