/* CSS Document */
.radioad {
 width: 190px;
 height: 110px;
 margin-top: 0px;
 margin-bottom: 12px;
 color: #000;
 font-family: Verdana, Geneva, sans-serif;
 text-align: right;
 background-size: auto 100%;
}
.radioad div.upper {
	height: 88px;
	padding-top: 2px;
}
.radioad div.lower {
	height: 20px;
}
.radioad h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #d57a26;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffeaca;
	text-align: center;
	display: block;
}
.radioad h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	font-weight: bold;
}
.radioad h5 {
	font-size: 9px;
	margin-top: -2px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.radioad p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}
.radioad a:link, .radioad a:visited, .radioad a:active, .radioad a:hover {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
 @media screen and (max-width: 850px) {
.radioad {
	width: 100%;
	height: 48px;
	margin-bottom: 20px;
	background-size: 100% auto;
	background-position: 50% 50%;
}
.radioad div.upper {
	height: 42px;
	padding-top: 2px;
}
.radioad div.lower {
	height: 18px;
	clear: both;
}
.radioad div.leftcol {
	width: 70%;
	float: left;
	text-align: left;
}
.radioad div.rightcol {
	width: 30%;
	float: right;
}
.radioad h3 {
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.radioad h4 {
	font-size: 18px;
	margin-left: 5px;
	font-weight: normal;
}
.radioad h5 {
	font-size: 8px;
	margin-left: 8px;
	margin-top: -3px;
	margin-bottom: 4px;
	font-weight: normal;
}
.radioad p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 6px;
}
}
@media screen and (min-width: 481px) and (max-width: 850px) {
.radioad {
	width: 100%;
	height: 48px;
	margin-bottom: 20px;
	background-size: 100% auto;
	background-position: 50% 50%;
}
.radioad div.upper {
	height: 42px;
	padding-top: 2px;
}
.radioad div.lower {
	height: 18px;
	clear: both;
}
.radioad div.leftcol {
	width: 70%;
	float: left;
	text-align: left;
}
.radioad div.rightcol {
	width: 30%;
	float: right;
}
.radioad h3 {
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.radioad h4 {
	font-size: 18px;
	margin-left: 5px;
}
.radioad h5 {
	font-size: 8px;
	margin-left: 8px;
	margin-top: -3px;
	margin-bottom: 4px;
	font-weight: normal;
}
.radioad p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 6px;
}
}
