/* left */
div#left {
	border: 0;
	width: 208px;
}

/* category tree */

ul.tree {padding:0;margin:0;}
ul.tree ul {padding:0;margin:0;}
ul.tree li {padding:0;margin:0;list-style: none;}
ul.tree li a{line-height: 100%;}
ul.tree li a {background: transparent; color:#000;display:block;padding:10px 2px;border: 0}
ul.tree li a.has{padding-right: 0; background-position:left center;}
ul.tree li a.root{text-indent:0;padding-right:0;background-position:left center;font-weight: normal; border:0 ; background-repeat:no-repeat;}
ul.tree li a.exp{text-indent:0;padding-right:0;background-position:left center;}
ul.tree li a.act{background-color:inherit;color:#000;}
/*ul.tree li a.exp.act{background-position: 7px center;}*/


#left ul.tree {
	border: 1px solid #D3D5D6;
	color: #000;
	padding: 1px 1px 0 1px;
}

ul.tree li a {
	border-bottom: 1px solid #fff;
	font-size: 12px;
}

ul.tree li a.root {
	background-color: #e8e9e9;
/*	background-image: url(dd_bg/left_navi_open_icon.gif);
	background-position: 7px center;*/
	background-image: url(dd_bg/poolsprite.png);
	background-position: -3px -923px;
	padding-left: 23px;
	border-bottom: 1px solid #fff;
}

ul.tree li a.exp {
/*	background-image: url(dd_bg/left_navi_opened.gif);
	background-position: 7px center;*/
	background-image: url(dd_bg/poolsprite.png);
	background-position: -3px -890px;
	background-color: #5ab7df;
	font-weight: bold;
}

ul.tree li a.act {
	font-weight: bold;
/*	background-position: 7px center;*/
}

ul.tree ul a {
	background: transparent;
	background-color: #5ab7df;
	padding-left: 30px;
}

ul.tree ul a.has {
	background-image: none;
	font-weight: normal;
}

ul.tree ul a.exp {
	font-weight: bold;
}

ul.tree ul a.act {
	background-color: #5ab7df;
	background-image: none;
	font-weight: bold;
}

ul.tree ul ul a {
	padding-left: 40px;
}

ul.tree ul ul ul a {
	padding-left: 50px;
}

ul.tree ul ul ul ul a {
	padding-left: 60px;
}

/* login-links */
#left .login_links {
	border:1px solid #D3D5D6;
	color:#000000;
	padding:1px 1px 0;
	height: 34px;
	margin-top: 10px;
}

#left .login_links a {
	background-color:#5AB7DF;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding: 10px 0 10px 7px;
	color: #000;
}

/* */

#left strong.h2 {
	background: transparent;
	color: #000;
	margin-top: 5px;
	padding: 12px 0;
}

#left .service {
	border: 1px solid #D3D5D6;
	text-align: center;
	display: table;
	padding: 1px;
	width: 204px;
}

#left .service a {
	display: table-cell;
	vertical-align: middle;
}

#left .service a img {
	vertical-align: middle;
}

#left .ts_customer
{
	text-align: center;
}

/* Left - Teaser */
#left .left_teaser {
	border:1px solid #D3D5D6;
	height:155px;
	margin-top:10px;
	overflow:hidden;
	padding:1px;
	position:relative;
	width:204px;
}

#left .left_teaser a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
}

#left .left_teaser a.active {
	/*display: block;*/
}


