/*==============================================/
	Toolbar Styles
/==============================================*/

#\@toolbar-module a:link, 
#\@toolbar-module a:hover, 
#\@toolbar-module a:active, 
#\@toolbar-module a:visited {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#\@toolbar-module label, 
#\@toolbar-module li, 
#\@toolbar-module p, 
#\@toolbar-module td { 
	font-size: 0.7em !important; 
	line-height: 140% !important; 
}

#\@toolbar-module {
	color: #FFFFFF !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: medium !important;
	text-shadow: 0 0 0 #000000 !important;
	line-height: 150% !important;
	background:  url(toolbar-assets/toolbar_bkgd.png) repeat-x left top !important;
	height: 40px !important;
	margin: 0px 30px !important;
	clear: both !important;
}

#\@toolbar-module li:last-child {
	border: none !important;	
}

#dvToolbar {
	min-width: 900px;	
	display: block;
}

#\@toolbar-module:after {
	content: ".";
	line-height: 0%; 
	width: 0px; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	clear: both; 
	border: none; 
	overflow: hidden; 
	display: block;
}

#\@toolbar-module dl,
#\@toolbar-module dd {
	margin: 0px;
	padding: 0px;
}

#\@toolbar-module dd {
	padding-left: 40px;
}

#\@toolbar-module fieldset { 
	margin: 0px; 
	padding: 0px; 
	border: none; 
	display: block; 
}
/*----------------------------------------------/
	Toolbar: #@toolbar-brand
/----------------------------------------------*/


/*----------------------------------------------/
	Toolbar: .@toolbar-contents
/----------------------------------------------*/

#\@toolbar-module .\@toolbar-contents {
	float: left;
	margin: 4px 4px 0px 0px;
	display: inline;/* Makes IE6 behave properly with margins */
	position: relative;
}

.\@toolbar-contents.hide {
	display: none !important;
}

/*----------------------------------------------/
	Toolbar: .@toolbar-menu-panel
/----------------------------------------------*/

#\@toolbar-module .\@toolbar-menu-panel {
	float: left;
	position: relative!important;
	margin: 0 0 0 6px !important;
	padding: 0 !important;
}

/* Menu labels */
#\@toolbar-module .\@toolbar-menu-panel dt {
	color: #FFFFFF !important;
	font-size: 100% !important;
	font-weight: normal !important;
	line-height: normal;
	margin: 0px !important;
	padding: 0px !important;
	float: left;
	clear: right;
	position: relative;
	display: block;

}

#\@toolbar-module .\@toolbar-menu-panel dt a {
	color: #FFFFFF !important;
	font-size: 0.75em;
	white-space: nowrap;
	margin: 0px 1px;
	padding: 0.5em 10px 0.70em 20px;
	margin-top: 0px;
	float: left;
	clear: none;
	display: block;
	width: 85px;
}


#\@toolbar-module .\@toolbar-menu-panel dt a:focus, 
#\@toolbar-module .\@toolbar-menu-panel dt a:active, 
#\@toolbar-module .\@toolbar-menu-panel dt.active {
	color: #FFFFFF !important;
	background: url(toolbar-assets/menu_hilite.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0px 1px;
	padding: 0.5em 10px 0.70em 20px;	
}

/* Menu dropdown */
#\@toolbar-module .\@toolbar-menu-panel dd {
	font-size: 100%!important;
	background: transparent url(toolbar-assets/menu_bkgd.png);
	opacity: .9;
	-khtml-opacity: .9;
	-moz-opacity: .9;
	width: 570px;
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	top: 2em;
	right: 0%;
	z-index: 200002;
}


#\@toolbar-module #\@toolbar-menu-alerts-dt a {
	color: #FFFFFF !important;
	font-size: 0.75em;
	white-space: nowrap;
	background: url(toolbar-assets/menuItem_icon.png) no-repeat;
	margin: 0 !important;
	padding: 0.5em 9px 0.70em 20px;
	float: left;
	clear: none;
	display: block;
	width: 85px;
}

#\@toolbar-module #\@toolbar-menu-alerts-dt a:focus,
#\@toolbar-module #\@toolbar-menu-alerts-dt a:active,
#\@toolbar-module #\@toolbar-menu-alerts-dt.active {
	color: #FFFFFF !important;
	background: url(toolbar-assets/menu_hilite.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0 !important;
	padding: 0.5em 9px 0.70em 20px;
}

#\@toolbar-module #\@toolbar-menu-share-dt a {
	color: #FFFFFF !important;
	font-size: 0.75em;
	white-space: nowrap;
	background: url(toolbar-assets/menuItem_share_icon.png) no-repeat;
	margin: 0px 1px;
	padding: 0.5em 10px 0.70em 20px;
	float: left;
	clear: none;
	display: block;
	width: 37px;
}

#\@toolbar-module #\@toolbar-menu-share-dt a:focus,
#\@toolbar-module #\@toolbar-menu-share-dt a:active,
#\@toolbar-module #\@toolbar-menu-share-dt.active {
	color: #FFFFFF !important;
	background: url(toolbar-assets/menuItem_arrowdown_share_icon.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0px 1px;
	width: 37px;
	padding: 0.5em 10px 0.70em 20px;
}


#\@toolbar-module #\@toolbar-menu-printerFriendly-dt a {
	color: #FFFFFF !important;
	font-size: 0.75em;
	white-space: nowrap;
	background: url(toolbar-assets/menuItem_printerFriendly_icon.png) no-repeat;
	margin: 0px 1px;
	padding: 0.5em 10px 0.70em 20px;
	float: left;
	clear: none;
	display: block;
	width: 30px;
}

#\@toolbar-module #\@toolbar-menu-printerFriendly-dt a:focus,
#\@toolbar-module #\@toolbar-menu-printerFriendly-dt a:active,
#\@toolbar-module #\@toolbar-menu-printerFriendly-dt.active {
	color: #FFFFFF !important;
	background: url(toolbar-assets/menuItem_arrowdown_printerFriendly_icon.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0px 1px;
	width: 30px;
	padding: 0.5em 10px 0.70em 20px;
}

#\@toolbar-module #\@toolbar-menu-language-dt a {
	color: #FFFFFF !important;
	font-size: 0.75em;
	white-space: nowrap;
	background: url(toolbar-assets/menuItem_language_icon.png) no-repeat;
	margin: 0px 1px;
	padding: 0.5em 10px 0.70em 20px;
	float: left;
	clear: none;
	display: block;
	width: 63px;
}

#\@toolbar-module #\@toolbar-menu-language-dt a:focus,
#\@toolbar-module #\@toolbar-menu-language-dt a:active,
#\@toolbar-module #\@toolbar-menu-language-dt.active {
	color: #FFFFFF !important;
	background: url(toolbar-assets/menuItem_arrowdown_language_icon.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0px 1px;
	width: 63px;
	padding: 0.5em 10px 0.70em 20px;
}

* html #\@toolbar-module .\@toolbar-menu-panel dd {
	background-color: #444;
}

#\@toolbar-module #\@toolbar-panel-brand .\@toolbar-menu-panel dd {
	left: 0%;
}

#\@toolbar-module .\@toolbar-menu-panel dl dd {
	background: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	float: none;
	position: relative;
	top: auto;
	right: auto;
}


#\@toolbar-module .\@toolbar-menu-panel .hide { 
	line-height: 0%; 
	width: 0px; height: 0px; 
	margin: 0px; padding: 0px; 
	border: none; 
	overflow: hidden; 
	display: block; 
}

#\@toolbar-module .\@toolbar-menu-panel dd {
	margin: 0px !important;
	padding: 0px 20px !important;
}

#\@toolbar-module .\@toolbar-menu-panel ul {
	margin: 0px !important;
	padding: 0px 0px 0px 10px !important;
	list-style: none !important;
	position: relative !important;
}

#\@toolbar-module .\@toolbar-menu-panel li {
	font-size: 0.75em !important;
	margin: 5px 0px 8px !important;
	color: #FFFFFF !important;
}

#\@toolbar-module .\@toolbar-menu-panel h5 { 
	font-size: 0.75em !important; 
}

#\@toolbar-module .\@toolbar-menu-panel dd dt { 
	color: #FFFFFF !important;
	padding: 5px 0px !important; 
}

/*----------------------------------------------/
	Toolbar: #@toolbar-panel-brand
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-panel-brand {
	z-index: 200000;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-brand
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-brand {
	padding: 0px;
}

#\@toolbar-module #\@toolbar-brand a {
	background: transparent url(toolbar-assets/brand.png) no-repeat left top;
	width: 300px;
	/*height: 26px;*/
	font-size: 13px;
	line-height: 36px;
	font-weight:bold;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	text-shadow: 0px -1px #333333;
}



#\@toolbar-module #\@toolbar-brand a span {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 line-height:.8em; 
	 margin: 2px;   
	 padding: 0px 0px 0px 20px;
	 border: none;  
	 display: block; 	 
}

#\@toolbar-module #\@toolbar-brand a:focus, #\@toolbar-module #\@toolbar-brand a:active,
#\@toolbar-brand a.active {
	background: transparent url(toolbar-assets/brandarrowdown.png) no-repeat left top;
	background-position: left top;
}


/*----------------------------------------------/
	Toolbar: #@toolbar-panel
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-panel {
	float: right;
	display: inline;
	z-index: 200000;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-search
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-search {
	padding: 0.1em 5px !important;
	float: left;
	clear: right;
}

#\@toolbar-module #\@toolbar-search fieldset {
	float: left;
	clear: both;
}

#\@toolbar-module .\@toolbar-search-field {
	float: left;
}

#\@toolbar-module .\@toolbar-search-field span {
	background: #FFFFFF url(toolbar-assets/search_bkgd.png) repeat-x left bottom;
	float: left;
	border: 1px solid #666666;
	padding: 0 0 0 20px;
	/* Allows IE6 to display borders properly */
	position: relative;
	z-index: 10;
}

#\@toolbar-module .\@toolbar-search-field input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: top;
	width: 130px;
	float: left;
	border: none;
}

#\@toolbar-module .\@toolbar-search-field input[type=text] {
	
	background-color: transparent;
	background-image: none;
}

#\@toolbar-module .\@toolbar-search-field input[type=submit] {
	
	width: auto;
	margin: 0;
	padding: 3px 5px;
}

#\@toolbar-module #\@toolbar-search-advanced_btn {
	background: #FFFFFF url(toolbar-assets/search_advanced.png) no-repeat left bottom;
	width: 25px;
	height: 100%;
	float: left;
	clear: right;
	display: block;
}

#\@toolbar-module #\@toolbar-search-advanced_btn span {
	 line-height: 0%; 
	 width: 0px;
	 height: 0px;
	 margin: 0px; 
	 padding: 0px;
	 border: none; 
	 overflow: hidden;
	 display: block;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-message
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-message {
	background: #FDB31B url(toolbar-assets/message-alert_bkgd.png) repeat-x left top;
	height: 1em;
	margin: 0px;
	padding: 3px 10px 2px;
	float: none;
	clear: both;
	display: block;
	overflow: hidden;
	z-index: 100000;
	border: 5px solid #CB1616;
	
}

#\@toolbar-module #\@toolbar-message h4 {
	padding: 0px;
}

#\@toolbar-module #\@toolbar-message ul {
	padding: 0px !important;
	list-style: none !important;
}

#\@toolbar-module #\@toolbar-message li {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	font-weight: bold !important;
	margin: 0px !important;
	padding-left: 40px !important;
	list-style: none !important;
}

#\@toolbar-module #\@toolbar-message p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background: url(toolbar-assets/message-alert_icon.png) no-repeat 5px top;
	margin: 0px;
	padding: 0px 0px 0px 110px;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-family
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-family {
	width: 320px;
	position: absolute;
	top:29px;
	left: 8px !important;
}

#\@toolbar-module .\@toolbar-menu-family_list {
	overflow: visible!important;
	padding: 0px;

}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-alerts
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-alerts {
	width: 400px;
	top: 28px;
	right: auto;
	left: -100px;
}

#\@toolbar-module #\@toolbar-menu-alerts dt {
	font-size: 0.75em!important;
	font-weight: bold!important;
	float: none!important;
	display: block!important;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-alertCount
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-alertCount {
	width: 28px;
	height: 18px;
	color: #000000;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	background: url(toolbar-assets/dimond.png);
	background-repeat: no-repeat;
	padding: 7px 0px;
	position: absolute;
	top: 0px;
	right: 100%;
	cursor: default;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-share
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-share {
	width: 150px;
	left: 120px;
	top:28px;
}

#\@toolbar-menu-share li {
	/*clear: both;*/
}

#\@toolbar-menu-share a {

}

#\@toolbar-menu-share a > span{
	/*padding-bottom: 9px !important;*/
	/*float: left;*/
}

#\@toolbar-menu-share a > img {
	margin-right: 6px;
	vertical-align: top !important;
	/*margin-top: 3px;*/
	/*float: left;*/
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-help
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-help {
	width: 150px;
	left: 170px;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-printerFriendly
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-printerFriendly {
	width: 150px;
	position: absolute;
	top: 28px;
	right: 50px;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-language
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-language {
	width: 150px;
	right: -60px;
	top: 28px;
}

.\@toolbar-menu-language-list {
	max-height: 200px;
	overflow: auto;
}

/*#google_translate_element {
	font-size: 10px!important;
}*/

#google_translate_element *, #google_translate_element  {
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 10px!important;
}

#google_translate_element select {
	display: none;
}

.\@toolbar-menu-panel.menu-list.dropdown {
	float: left;
	/*width: 340px;*/
}


#\@toolbar-module abbr[title], #\@toolbar-module acronym[title] {
	
	border-bottom-width: 0;
}