/*
* 
* Header navigation
* 
*/

.header-content-menu ul
{
	display: block;
	position: relative;
    left: 0;
	margin: 0 10px 0 0;
    list-style: none;
}

.header-content-menu ul li
{
    position: relative;
	top: 0;
}

.header-content-menu > li > a
{
    display: block;
}

.header-content-menu li > a:hover,
.header-content-menu li > a:focus
{
    text-decoration: underline;  
}


.header-content-menu > ul > li
{
	float: left;
}

.header-content-menu a
{
	text-decoration: none;
}

.header-content-menu .menuitem
{
    margin-right: 9px;
    padding-right: 18px;
	top: 0px;
	height: 40px;
}
.header-content-menu .menuitem:hover
{
	cursor: pointer;
}
.header-content-menu .menuitem:hover a
{
	text-decoration: underline;
}

.header-content-menu .menuitem a
{	
	position: relative;
	top: 10px;
    font-family: DINWeb, Helvetica, Arial;
    color: #9aa6ae;
    font-size: 1em;
}
.header-content-menu .menuitem.current a
{
	font-family: DINWeb-Bold, Helvetica, Arial;
}

/*
* 
* Footer navigation
* 
*/

#footerWrapper .column ul
{
	list-style: none;
}

/*
* 
* Pchannels navigation
* 
*/
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
  color: #555555;
  font-family: Helvetica, Arial;	
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #e5e5e5;
  color: #000000;
}

.nav-tabs {
  *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after {
  clear: both;
}

.nav-tabs > li {
  float: left;
}

.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom: none;
}

.nav-tabs.nav-stacked > li:first-child > a {

}

.nav-tabs.nav-stacked > li:last-child > a {

}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}


/*
* 
* top menu general
* 
*/
.top-selection
{
    float: right;
}
.top-selection::before, .top-selection::after {
	display: table;
	content: "";
	line-height: 0;
}
.top-selection::after {
	clear: both;
}

.top-selection:hover {
	cursor: pointer;
}
.top-selection:hover .top-dropdown {
	display:block;
}
.top-dropdown
{
    display:none;
    position: absolute;
    z-index: 7000;
    top: 1px;
    bottom: 0;
    margin-left: 0px;
    width: 83px;
    height: 30px;
}
.top-dropdown-menu
{
	position: relative;
	top: 20px;
    width: 83px;
    height: 159px;
}
.top-dropdown-menu .top
{
    width: 83px;
    height: 12px;
    background: url("../img/top-dropdown-background-top.png") center top no-repeat;
}
.top-dropdown-menu .center
{
    width: 83px;
    height: 100%;
    background: url("../img/top-dropdown-background-center.png") center top repeat-y;
}
.top-dropdown-menu .bottom
{
    width: 83px;
    height: 12px;
    background: url("../img/top-dropdown-background-bottom.png") center top no-repeat;
}
.top-dropdown-menu ul
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    display: block;
    list-style: none;
}
.top-dropdown-menu > li {
	float: left;
}
.top-dropdown-menu > li > span ,
.top-dropdown-menu > li > a {
	float: none;
	padding: 0px 5px;
	text-decoration: none;
}
.top-dropdown-menu > li > a {
	display: block;
}


/*
* 
* language menu
* 
*/
.language  .top-dropdown-menu .center,
.language  .top-dropdown-menu .bottom,
.language .top-dropdown-menu .top {
	border-left: 2px solid #e5e9eb;
	border-right: 2px solid #e5e9eb;
	background: #ffffff;
}
.language  .top-dropdown-menu .bottom,
.language .top-dropdown-menu .top {
	height: 1px;
}
.language .top-dropdown-menu .top {
	border-top: 2px solid #e5e9eb;
}
.language .top-dropdown-menu .bottom {
	border-bottom: 2px solid #e5e9eb;
}
.language  .top-dropdown-menu .center,
.language  .top-dropdown-menu .bottom,
.language .top-dropdown-menu .top
{
	width: 100px;
}
.language  .top-dropdown-menu .center {
	height: auto;
}
.language  .top-dropdown-menu .item 
{
	height: 25px;
	border-bottom: 2px solid #e5e9eb;
}
.language  .top-dropdown-menu li:last-child
{
	border-bottom: none;
}
.language  .top-dropdown-menu .item  img {
	margin-top: 3px;
}

/* !!!!! UNUSED BEGIN !!!! */
.top-dropdown-menu .item.country ul
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    display: block;
    list-style: none;
}
.top-dropdown-menu .item.country
{
	font-family: 'MyriadPro-Bold';
	font-size: 0.8em;
	color: #7b7b7b;
}
.top-dropdown-menu .item.country::after
{
    display: block;
    margin-left: -9px;
    width: 72px;
    height: 1px;
    content: " ";
    background: url("../img/top-dropdown-separator.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.top-dropdown-menu .item ul .item.lang a
{
    text-transform: uppercase;
	text-decoration: none;
	font-family: 'MyriadPro-Bold';
	font-size: 0.8em;
	color: #7b7b7b;
}
/* !!!!! UNUSED END !!!! */

/*
* 
* publisher menu
* 
*/
.top-dropdown.publisher,
.top-dropdown.publisher .top-dropdown-menu,
.top-dropdown.publisher .top,
.top-dropdown.publisher .center
{
    width: 183px;
}
.top-dropdown.publisher .top-dropdown-menu
{
height: 80px;
}
.top-dropdown.publisher .bottom
{
    display: none;
}
.top-dropdown.publisher .top
{
    height: 12px;
    background: none;
}
.top-dropdown.publisher .center
{
    background: white;
    border: 1px solid #8C969F;
    margin-top: -6px;
    border-radius: 3px;
}

.top-dropdown.publisher .center:before
{
    width: 40px;
    background: url("../img/top-dropdown-center-arrow.png") white;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    margin-top: -7px;
    margin-left: 60px;
    content: " ";
}

/*
* 
* left menu
* 
*/

#id32wrapper:hover .accordion-heading,
#id32wrapper:hover .accordion-heading:hover,
#id32wrapper.current .accordion-heading
 {
	background-color: #f79646;
	color: #ffffff;
}
#id19wrapper:hover .accordion-heading,
#id19wrapper:hover .accordion-heading:hover,
#id19wrapper.current .accordion-heading {
	background-color: #548dd4;
	color: #ffffff;
}
#id33wrapper:hover .accordion-heading,
#id33wrapper:hover .accordion-heading:hover,
#id33wrapper.current .accordion-heading {
	background-color: #5eaa52;
	color: #ffffff;
}

#id32wrapper:hover .accordion-heading a,
#id19wrapper:hover .accordion-heading a,
#id33wrapper:hover .accordion-heading a,
#id32wrapper.current .accordion-heading a,
#id19wrapper.current .accordion-heading a,
#id33wrapper.current .accordion-heading a
{
	color: #ffffff;
}

.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  border-bottom: 1px solid #b8c2c7;
  font-family: DINWeb, Helvetica, Arial;
  font-size: 0.9em;
}
.accordion-group,
.accordion-group a  {
	color: #8797a1;
}
.accordion-group.current .accordion-heading,
.accordion-inner li.current {
	background-color: #f3f4f5;
}
.accordion-inner li.current {
	margin-left: -5px;
}
.accordion-inner li.current a::before {
	position: relative;
	right: 20px;
	top: 5px;
	width: 5px;
	height: 14px;
	display: inline-block;
	content: " ";
	background: url("../img/left-menu-arrow-right.png");
	background-repeat: no-repeat;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 0px 13px 0px;
  line-height: 24px;
}
.accordion-heading a:hover
{
	text-decoration: none;
}
.accordion-heading .accordion-toggle .toggle.collapsed {
	background: url("../img/left-menu-arrow-right.png") 5px 7px;
	background-repeat: no-repeat;
}
.accordion-heading .accordion-toggle .toggle {
	/*position: fixed;
	display: block;
	margin-left: 100px;
	width: 100%;*/
	width: 13px;
	height: 24px;
	background: url("../img/left-menu-arrow-down.png") 0px 9px;
	background-repeat: no-repeat;
}
.accordion-group:hover .accordion-heading,
.accordion-inner ul li:hover {
	background-color: #f3f4f5;
	cursor: pointer;
}
.accordion-body.in .accordion-inner ul li:first-child {
	border-top: 1px solid #b8c2c7;
}
.accordion-body.in .accordion-inner ul li:last-child {
	border-bottom: none;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-toggle.group-accordion-toggle {
	cursor: inherit;
}
.accordion-inner ul {
	list-style: none;
}
.accordion-inner ul li {
	border-bottom: 1px solid #c2cacf;
	line-height: 24px;
}
.accordion-inner ul li a {
  padding: 0px 29px;
}
.accordion-inner ul li:hover {
	cursor: pointer;
}
.accordion-inner ul li:hover a {
	text-decoration: none;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
}
.collapse.in {
  height: auto;
}
.no-transition {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
}