.l1-right{
	float:left;
	width:600px;

	overflow:auto;
}

.l1-right-small{
	width:290px;
	float:left;
	font-size:0.84em;

}

.l1-leftpanel{
	float:left;
	width:302px;
	min-height:500px;
	font-size:0.8em;
	overflow:auto;
	background:#f0f0f0;
	margin-left:20px;
}

* html .l1-leftpanel { 
   height: expression( this.scrollHeight < 500 ? "500px" : "auto" ); /* sets min-height for IE */
}

.l1-gap{
	width:300px;
	height:5px;
	background:#ffffff;
}

.li-tabpanel{
}

.l1-innerpanel{
	position:absolute;
	width:300px;
	height:450px;
	background:#ffffff;


	
}

.l1-leftpanel img{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}

l1-left10{
	padding-left:10px;
	overflow:auto;
}

.l1-hidden{
	display:none;
}

.right-blog-wrap{
	overflow:hidden;
	background:white;
}

.right-blog-text a:hover{
	background:white !important;
	text-decoration:undeline !important;
}



.right-blog-imgwrap{
	float:left;
	width:130px;
	height:130px;
	border:1px solid #d0d0d0;
	margin-right:5px;
	margin-bottom:10px;
	
	
}

.right-blog-imgwrap img{
	float:none;
	display:block;
margin-left: auto;
    margin-right: auto;
	margin-top:5px;
	
}

.right-blog-text{
	float:left;
	width:130px;
	min-height:120px;
	overflow:hidden;
	font-size:10px;
}

.right-blog-text strong{
	color:#C2272D;
}

.right-blog-pad{
	margin:10px;
	overflow:hidden;
	background:white;
	padding:5px;
	
}

