/*
TRADING ACADEMY
Copyright 2009 All Rights Reserved
*/

ul#RadioThumbs { 
	list-style-image: none;
	list-style-type: none;
	padding-left:0px;
	padding: 0;
	/*margin: 12px 0 0 17px;*/
	margin: 12px 15 0 30px;
	
}

ul#RadioThumbs li {
	list-style-image: none;
	margin-bottom:0px;
}

li.RadioItem { 
	list-style-image: none;
	text-align: left;
	clear: left;
	width: 100%;
	height: 85px;
	padding: 0;
	margin: 6px 0 0 0;
	border-bottom: 1px solid #d2d2d2;
	
}

li.RadioItem img {
	float:left;
	border: none;
	margin-right:8px;
}

li.RadioItem span {
	display:block;
}

li.RadioItem a {
	cursor:pointer;
}

span.RadioHeader, span.RadioHeader a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top:2px;
}

span.RadioHeader a:hover {
	color: #600;
	text-decoration: underline;
}

span.RadioDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}


/***  ***/

div.RadioCaption { width:440px; /*w=775px*/ height:70px; margin-top:10px; margin-left:17px;}
div.RadioCaption h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
    margin-bottom:0px; 
    margin-top:0px; 
    display: inline;
}
/***  ***/

div.RadioTopCaption { margin: 23px 0px 0px 0px; }

div.RadioTopCaption h2#RadioTitle {
	margin-bottom: 0;
}

div.RadioTopCaption h4#RadioDate {
	margin-top: 3px;
}

#radioSource {
    width: 425px;
}