/* RADIOS */

.radios_details_online {
	background-image: url(images/radiodetails_online.jpg);
	background-repeat: no-repeat;
	width: 155px;
	padding: 5px;
	padding-top: 30px;
	display: block;
	margin-left: 20px;
}


a.radios_online_faqs,a.radios_online_faqs:visited {
	font-size: 11px;
	text-decoration: none;
	color: #5473A1;
	display: block;
	background-image: url(images/onlineradios_icon_question.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	border-top: 1px dotted #999;
	text-align: left;
}

a.radios_online_faqs:hover {
	text-decoration: underline;
	color: #3E5577;
	/*background-color: White;*/
}

/* SEPARATOR */

a.separator_link {
	text-decoration: none;
}


.separator_title {
	background-color: #DDEDF7;
	font-size: 12px;
	color: #004276;
	display: table-cell;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	text-decoration: none;
}
.separator_holder {
	background-color: #DDEDF7;
	display: table-cell;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	text-decoration: none;
}

/* RADIOS */
.radios_details_program_title {
	font-size: 14px;
	color: #00355E;
	font-weight: bold;
}
.radios_details_program_items {
	font-size: 9px;
	color: #006CC1;
}
a.radios_details_link,a.radios_details_link:visited {
	text-decoration: none;
	color: #5473A1;
	display: inline;
	padding: 3px;
}

a.radios_details_link:hover {
	text-decoration: underline;
	color: #3E5577;
	background-color: #E5E5FF;
}

div.radios_listing_element {
	display: block;
	float: left;
	width: 150px;
	height: 120px;
	border: 1px dotted #cccccc;
	vertical-align: top;
	cursor: pointer;
	margin: 5px;
}
div.radios_listing_element td{
	font-size: 12px;
	color: #5473A1;
	line-height: 11px;
	text-align: center;
}
span.radios_listing_name {
	font-weight: bold;	
	display: block;
	font-size: 18px;
	color: #004276;
	cursor: pointer;
	letter-spacing: -1px;
	padding: 5px;
	line-height: normal;
}

.radios_listing_website {
	font-weight: normal;	
	display: block;
	font-size: 13px;
	color: #004276;
	cursor: pointer;
}
.radios_listing_latest_logo {
	cursor: pointer;
	max-width: 93px;
	max-height: 64px;
}
.radios_rating_star_off_blue {
	background-image: url(images/rating_star_off_blue.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}
.radios_rating_star_on_blue {
	background-image: url(images/rating_star_on_blue.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}
.radios_rating_star_half_blue {
	background-image: url(images/rating_star_half.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}
.radios_rating_star_off {
	background-image: url(images/rating_star_off.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}
.radios_rating_star_on {
	background-image: url(images/rating_star_on.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}
.radios_rating_star_half {
	background-image: url(images/rating_star_half.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}



/* new big stars */


.radios_rating_star_off_blue_big {
	background-image: url(images/rating_star_off_blue_big.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 26px;
	height: 26px;
	display: block;
}
.radios_rating_star_on_blue_big {
	background-image: url(images/rating_star_on_blue_big.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 26px;
	height: 26px;
	display: block;
}
.radios_rating_star_half_blue_big {
	background-image: url(images/rating_star_half_blue_big.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 26px;
	height: 26px;
	display: block;
}
.radios_rating_star_off_big {
	background-image: url(images/rating_star_off_big.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 26px;
	height: 26px;
	display: block;
}
.radios_rating_star_on_big {
	background-image: url(images/rating_star_on_big.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 26px;
	height: 26px;
	display: block;
}
.radios_rating_star_half_big {
	background-image: url(images/rating_star_half_big.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
	width: 26px;
	height: 26px;
	display: block;
}


/* end of new big stars */

#google_map {
	display: block;
	width:100%;
	height:400px;
	border: 1px solid Black;
}


