#left_block{
  float: left;
  width: 170px;
  overflow: hidden;
  padding: 8px;
  padding-right: 10px;
  padding-left: 0px;
  clear: left;
}

#left_block h2{	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

#left_block ul{
	padding-bottom: 20px;
	display: none;
	margin-bottom: 0px;
}

#left_block li{
	border-bottom: dashed 1px #ccc;
	padding: 10px;
	cursor: pointer;
    overflow: hidden;
    /*height: 40px;*/
}

#left_block li:hover{	border-bottom: dashed 1px red;
	background: #fff;}

#left_block li a{
	display: block;
	width: 100%;
	heght: 100%;
	text-decoration: none;
}

#left_block li img{
	border: none;
}

.NewCnt{
	height: 23px;
	float: right;
	clear: right;
}

.NewCnt_L{
	background: url('img/35.gif');
	height: 23px;
	float: left;
}

.NewCnt_C{	background: url('img/37.gif');
	float: left;
	height: 15px;
	padding: 4px;
	color: white;
}

.NewCnt_R{	background: url('img/36.gif');
	float: left;
	height: 100%;
	width: 3px;
}

.BrandLabel{   clear: left;
   padding-top: 10px;
   text-decoration: underline;}
