/*   				*/

div.homepageLink {
	background-image: url(${request.custom.cssImagePath}/newlayout/leftcol/home.png);
	background-repeat: no-repeat;
	color: #535353;
	height: 35px;
	margin: 10px 0 0 10px;
	width: 190px;
}
.homepageLink span {
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 0 35px;
}

/***************************************************************************/

.navigationPanel {
	margin: 10px 0 0 6px;
	width: 190px;
}
.navigationPanel a {
	text-decoration: none;
	cursor: pointer;
	outline:none;
}

.navigationPanel a:hover {
	font-weight: bold;
}

.navigationPanel .panelHeader {
	background-image: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_panel_head.png);
	background-repeat: no-repeat;
	color: #8E0001;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0 0 7px;
	height: 30px;
	width: 183px;
}
.navigationPanel .panelBody { 
	border-left: 1px solid #faba00;
	border-right: 1px solid #faba00;
	width: 187px;
}

.panelBody .level_0 {
	background-color: #FAEBB4;
	padding: 7px 5px 5px 10px;
	border-bottom: 2px solid #fff;
	color: #900103;
}

.panelBody .level_0.withSubCategories .categoryText {
	padding-left: 21px;
	display: block;
}

.panelBody .level_1 {
	background-color: #fff;
	padding: 3px 0 0 9px;
	border-bottom: 2px solid #fff;
	color: #900103;
	
}

.panelBody .level_1 .withSubCategories { 
	background: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_arrow.gif) no-repeat;
	background-position: 0px 2px;
	padding-right: 12px;
}
.panelBody .level_1.active .withoutSubCategories,.panelBody .level_1 .withoutSubCategories { 
	background: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_arrow_none.gif) no-repeat;
	padding-right: 10px;
}

.panelBody .level_1.active { 
	background-image: url(${request.custom.cssImagePath}/design/right_col_header.png);
	padding-left: 10px;
}

.panelBody .level_1.active .withSubCategories { 
	background: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_arrow_active.gif) no-repeat;
	background-position: 0px 2px;
	padding-right: 12px;
	float:left;
	height:10px;
}
.panelBody .level_1 .withSubCategories { 
	background: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_arrow.gif) no-repeat;
	background-position: 0px 2px;
	padding-right: 12px;
	float:left;
	height:10px;
}

.panelBody .level_1 .withoutSubCategories { 
	background: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_arrow_none.gif) no-repeat;
	background-position: 0px 2px;
	padding-right: 12px;
	float:left;
	height:10px;
}

.panelBody .level_1 .categoryText {
	padding-left: 12px;
	display: block;
}

.panelBody .level_2 {
	background-color: #fff;
	padding: 3px 0 3px 31px;
	border-bottom: 2px solid #fff;
	color: #900103;
}

.panelBody .level_2.active { 
	background-image: url(${request.custom.cssImagePath}/design/right_col_header.png);
	padding-left: 31px;
}

.panelBody div.active {
	font-weight: bold;
}

.panelBody * .panelImage_closed,.panelBody * .panelImage_open {
	height: 16px;
	float: left;
	padding-left: 5px; 
	width: 16px;
	background-repeat: no-repeat;	
}

.panelBody * .panelImage_closed {
	background-image: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_button_closed.png);
	margin-top: -2px;
}

.panelBody * .panelImage_open {
	background-image: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_button_open.png);
	margin-top: -2px;
	
}
.panelBody .shadow {
	background-image: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_shadow.png);
	background-repeat: no-repeat;
	margin-top: -2px;
	height: 5px;
}

/********************************************************************************/
.navigationPanel .panelFooter {
	background-image: url(${request.custom.cssImagePath}/newlayout/leftcol/navi_panel_footer.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 190px;
}


/********************* Online Help ****************************************/

div.helpTeaser {
	background-image: url(${request.custom.cssImagePath}/newlayout/leftcol/help_bg.png);
	background-repeat: no-repeat;
	color: #535353;
	height: 200px;
	margin: 10px 0 0 6px;
	width: 190px;
}
.helpTeaser .headline { 
	padding:20px 0 10px 60px;
	font-size: 15px;
	font-weight: bold;
}
.helpTeaser .linklist {
	width: 190px;
}

.helpTeaser .linklist a { 
	float: left;
	width: 155px;
	padding: 5px 12px;
	color: #535353;
	text-decoration: none;
	cursor: pointer;
}


