/*******************************************************************************************************
******************************************** LEFT PANEL ***********************************************
*******************************************************************************************************/

#left_panel {
	margin: 0px 7px 0 -830px;
	width: 190px;
	height: 200px;
	float:left;
}

#left_panel #pl_label_01{
	float: left;
	margin: 0;
}

#left_panel #pl_label_02{
	float: left;
	margin: 0;
}

#left_panel #pl_label_03{
	float: left;
	margin: 170px 0 0 -21px;
}

#left_panel #pl_label_04{
	float: left;
	margin: 600px 0 0 -21px;
}

#left_panel #cal{
	margin: 10px 0 0 30px;
}

#left_panel #lpop{
	width: 162px;
	height: 430px;
	margin: 20px 0 0 25px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border:1px solid #444444;
background: #eeeeee;
	padding: 0;
}

#left_panel #lpop ul li{
	list-style: none;
}

#left_panel #lpop ul{
	margin: 5px 0 0 0;
}

#left_panel #lpop li{
	line-height: 1;
	margin: 0 5px 5px 5px;
}

#left_panel #lpop li a{
	border-bottom: 1px dotted #333333;
	color: #333333;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
}

#left_panel #lpop li a:hover{
	border: 0;
}

#left_panel #counters{
	height: 100px;
	margin: 60px 0 0 35px;
	text-align: center;
	width: 150px;
}

