/* CSS Document */

.c_leftPlaceItem  {
 	width:100%;
	height:26px;
}

.c_leftPlaceItem span {
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#65abdd;
}


.c_leftPlaceItem .leftPlaceItemTL {
	vertical-align:top;
	text-align:left;	
	background-color:#97ddee;
	
	
}


.c_leftPlaceItem .leftPlaceItemBL {
	vertical-align:bottom;
	background-color:#97ddee;
}
	
.c_leftPlaceItem .leftPlaceItemCont {
	background-image:url(../img/bgLeftPlaceItem.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:6px 0 5px 10px;
	width: 100%;
	
}

.c_leftPlaceItem .leftPlaceItemCont  a.normal {
	font-weight:bold;
	cursor:text;
}

.c_leftPlaceItem .leftPlacItemRight {
	vertical-align:bottom;
}


.c_leftPlaceItem ul li {
	list-style-position:inside;
}
	
