
/* ========== HOMEPAGE ONLY ============== */

	/* left col general */
	
	#homeleftcol {
		width: 755px;/*630*/
		padding: 5px 2px 25px 8px; 
		background: #fff;
		border-left: 1px solid #f5f4ea;
		border-bottom: 1px solid #f5f4ea;
		line-height: 130%;
	}
	
	#homeleftcol ul {
	   padding: 0;
	   margin-left: 0;
	   margin-top: 20;
	   list-style-type: none;
	 }
	#homeleftcol li {
		background: url(../_img/common/li.gif) no-repeat;
		background-position: 0 9px;
		text-align: left;
		padding: 2px 1px 15px 11px;
	}
	
#homeleftcol div.playbtns {
	float: right; 
	text-align: top;
}
#homeleftcol div.playbtns img {
	margin-left: 1px;
}
	
	
	
	#homeleftcol b.date {
		font: bold 110% Arial, Helvetica, sans-serif;
		color: #666;
	}	
	#homeleftcol .desc {
		margin-top: 5px
	}

	#homeleftcol a.title:link,  a.title:visited {
		font: bold italic 110% Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #d01a3b;
	}	
	#homeleftcol a.title:hover,  a.title:visited:hover {
		font: bold italic 110% Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: red;
	}
	
	
	/* right col general */
	
	#homerightcol {
		width: 205px;/*205*/
	/* Hides from IE-mac \*/
		width: 191px !important; /*191*?/
	/* End hide from IE-mac */
		padding: 5px 30px 25px 2px;
		background: #fff;
		border-bottom: 1px solid #f5f4ea;
		color: #333;
	}
	#homerightcol ul {
	   padding: 0;
	   margin-left: 0;
	   margin-top: 0;
	   list-style-type: none;
	 }
	#homerightcol li {
		background: url(../_img/common/li_light.gif) no-repeat;
		background-position: 0 7px;
		text-align: left;
		padding: 2px 1px 5px 3px;
	}

	#homerightcol a:link {
		color: #333;
		text-decoration: underline;
	}	
	#homerightcol a:visited {
		color: #333;
		text-decoration: underline;
	}	
	#homerightcol a:hover {
		text-decoration: none;
	}	
	#homerightcol a:visited:hover {
		text-decoration: none;
	}	

/* ---------------  / homepage only  ----------------- */

