/* -------------------------------------------------------------------- */
/* COUNTRYRADIO.CH Website - LAYOUT SETTINGS 11-21-2009 */
/* Version: 1.01 */
/* Created by: http://net4visions.com */
/* Last edited: 06-22-2010 */
/* -------------------------------------------------------------------- */

/* overwrite OOCSS
----------------------------------------------------------------------- */
body {
	color: #333333;
	background: #eeeeee;
	font: 13px/1.9 'Lucida Grande', Lucida, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, p {
	padding: 10px 0 10px 0;
}

address {
	padding: 10px;
}

textarea {
	resize: none; /* disable resize textarea Safari */
}

.page {
	width: 960px;
	background: #ffffff;
	margin: 0 auto;
}

/* headings
----------------------------------------------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #444444;
}
h2.pagetitle {
	padding-top: 5px;
}
h3, .h3,
h4, .h4 {
	color: #990000;
}

/* links
----------------------------------------------------------------------- */
a,
a:link,
a:visited {
	color: #555555;
	font-weight: bold;
}
a:focus,
a:hover {
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
a:active { /* disable outline IE 8 */
	/* border: none; */
	outline: none;
}
a.external {
	background: url('../images/external.gif') no-repeat right top !important;
	padding-right: 15px !important;
}

/* head
----------------------------------------------------------------------- */
#head-toggle-wrap {
	background: #333333 url('../images/background.png') 0 0 repeat;
}
#head-ruler {
	height: 5px;
	background: #222222;
	border-bottom: 1px solid #000000;	
}
#head-toggle {
	background: transparent;
	position: relative;
}
#head-logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 52px;
	width: 150px;
	background: url('../images/logo-small.png') 0 0 no-repeat;
	z-index: 94;
	text-indent: -7000px;
}
#head-logo-text { /* marquee text */
	position: absolute;
	left: 10px;
	top: 65px;
	color: #fd0002;
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	display: none;
}
#head-banner-wrap {
	position: relative;
	height: 200px;
}
#head-banner {
	position: relative;
	top: 0;
	left: 0;
	height: 200px;
	background: url('../images/header/skyline_18.jpg') 0 center no-repeat;
}
#head-banner-text {
	color: #999999;
	font-size:  0.9em;
	text-shadow: 1px 1px 1px #000000;
	padding: 5px 20px 0 0;
	font-style: italic;
	text-align: right;
	float: right;
}
#header-signal { /* blinking antenna */
	height: 40px;
	width: 40px;
	background: url('../images/bg-signal.png') center center no-repeat;
	position: absolute;
	left: 554px;
	top: 17px;
	z-index: 94;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
}

/* leftCol
----------------------------------------------------------------------- */
.leftCol {
	/*font-size: .9em;*/
	
}
.leftCol .mod {
}

.main {
	/*font-size: .9em;*/
	padding: 0 30px 20px 30px;

}

/* left-nav
----------------------------------------------------------------------- */
.mod.mod-left-nav .bd {
	background: #ffffff;
}
.left-nav {
}
.left-nav ul,
.left-nav ul ul {
	padding-top: 0px;
	padding-bottom: 5px;
}
.left-nav ul ul li {
	margin-left: 20px;
}
.left-nav a {
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 3px 0 3px 0;
	font-size: 1.1em;
	font-weight: normal;
}
.left-nav a:hover {
	border-bottom: 1px dotted #990000;
}

/* sub-nav
----------------------------------------------------------------------- */
.sub-nav {
	float: left;
	margin-left:  10px;
}
.sub-nav ul {
	padding-left: 0;
}
.sub-nav li {
	float: left;
	margin-right: 5px;
}
.sub-nav a {
	height: 13px;
	width: 13px;
	display: block;
	cursor: pointer;
	text-indent: -7000px;
	overflow: hidden;
	float: left;
}
#banner-toggle {
	display: none;
}
#banner-toggle a {
	background: transparent url('../images/btn_minus.gif') 0 0 no-repeat;
}
#banner-toggle a.off {
	background-image: url('../images/btn_plus.gif');	
}
#player-toggle a {
	background: transparent url('../images/btn_radio_off.gif')  0 0 no-repeat;	
}
#player-toggle a.on {
	background-image: url('../images/btn_radio_on.gif');	
}
#player-mute {
	display: none;
}

#streamersID {
	cursor: pointer;
}
#streamersID span {
	background: url('../images/btn_minus.gif') right 50% no-repeat;
	display: block;
}
#streamersID.off span {
	background: url('../images/btn_plus.gif') right 50% no-repeat;
}


/* top-nav
----------------------------------------------------------------------- */
.top-nav-wrap {
	background: #333333 url('../images/mask_black.png') 0 0 repeat-x;
	margin-bottom: 10px;
	font-size: .9em;
}
.top-nav {
	float: right;
}
.top-nav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.top-nav li {
	float: left;
	border-right: 1px solid #555555;
}


/*.top-nav li:last-child,*/

.top-nav li.last {
	border: none;
}
.top-nav a {
	color:  #eeeeee;
	padding: 5px 15px 5px 15px;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.top-nav a:hover,
.top-nav a:active {
	background: #cc0000 url('../images/mask_black.png') 0 0 repeat-x;
}
  
  
/* mod
----------------------------------------------------------------------- */
.mod {
	font-size: 0.85em;
}
.mod .hd h2 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #eeeeee;
	background: #cc0000 url('../images/mask_black.png') 0 0 repeat-x;
	padding: 3px 10px 3px 10px;
}
.mod .hd h2 a {
	color: #eeeeee;
	font-weight: normal;
	display: block;
}
.mod .bd {
	padding: 10px;
	line-height: 1.7em;
	background: #eeeeee;
}
.level-1 .mod .bd {
	height: auto;
	overflow: hidden;
	border: 1px solid #cccccc;
}

.level-2 .mod .bd {
	height: 215px;
	overflow: hidden;
	border: 1px solid #cccccc;
}


/* ads
----------------------------------------------------------------------- */

div.ads h5 {
	font-size: 1.0em;
}
div.ads h5:first-child {
	padding-top: 0;
}
div.ads ul {
	width: 266px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	background: #eeeeee;
}
.ads li.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ads li img {
	width: 266px;
	height: 50px;
	overflow: hidden;
	float: left;
}
#adsCarouselID, #evtCarouselID, #titleCarouselID {
	position: relative;
	
}
#adsCarouselID li.slide, #evtCarouselID li.slide, #titleCarouselID li.slide {
	position: absolute;
	top: 5px;
	left: 5px;
}

/* banners
----------------------------------------------------------------------- */
.banner-slides ul {
	padding: 0;
}
.banner-slides .slide {
	margin-bottom: 10px;
}
.banner-slides .slide img {
	border: 1px solid #cccccc;
	padding: 5px;
	width: 402px;
	height: 75px;
	overflow: hidden;
}
.banner-slides .slide a.external {
	background:  none !important;
	padding-right: 0 !important;
}
#banner-featured li.slide img {
	border: 1px solid #cc0000;
	margin:  0 0 0 10px;
}
#banner-slides {
	width: 434px;
}
#banner-slides .banner-slides {
	border: 1px solid #cccccc;
	padding: 10px 10px 0 10px;
}
#banner-slides .buttons ul {
	padding: 0;
}
#banner-slides .button {
	margin-left: 3px;
	float: right;
	padding: 2px 10px 2px 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
	background:  #eeeeee;
	cursor: pointer;
}
#banner-slides .button:hover {
	color: #cc0000;
}


/* team
----------------------------------------------------------------------- */
ul.team {
}
ul.team li {
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #cccccc;
}

.team h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* foot
----------------------------------------------------------------------- */
.foot {
	margin: 20px 0 0 0;
	padding-bottom: 40px;
	font-size: .8em;
	color: #999999;
	border-top: 1px solid #cccccc;
	line-height: .8em;
	padding: 10px;
}
.foot p {
	padding-top: 0;
}
.foot a {
	color: #999999;
}
.foot a:hover {
	color: #666666;
}
.foot-nav {
	
}
.foot-nav li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;	
	border-right: 1px solid #666666;
}
/*.foot-nav li:last-child,*/
.foot-nav li.last {
	border-right: none;
}
.foot-nav a,
.foot-nav a:link {
	font-weight: normal;
}

/* blockquote
----------------------------------------------------------------------- */
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.1em;
	padding-left: 1em;
	border-left: 4px solid #cccccc;
	margin: 0 20px 20px 20px;
}

/* list styles
----------------------------------------------------------------------- */
ul.bulletList,
ul.bulletList ul,
ul.bulletList ul ul {
	padding: 10px 10px 10px 10px;
}
ul.bulletList li {
	background: url('../images/icon_anchor.gif') 0 0 no-repeat;
	padding: 0 0 0 15px;
}
.level-2 ul.bulletList li {
	background: url('../images/icon_anchor.gif') 0 -4px no-repeat;
}
/* CD tips, gallery list
----------------------------------------------------------------------- */
ul.tips {
	
}
ul.tips li,
ul.galleryList li {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #cccccc;
	padding: 5px;
}
ul.galleryList li img {
	float: left;
	height: 90px;
	width: 135px;
}
ul.galleryList li:hover {
	background: #eeeeee;
}

/* Mootools tips
----------------------------------------------------------------------- */
.tip-wrap {
	z-index: 98;
	display: none;
}
.tip {
	background: #333333;
	padding: 5px 10px 5px 10px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tip-title {
	display: none;
}
.tip-text {
	color: #ffffff;
	font-size: 0.8em;
}


/* tabs
----------------------------------------------------------------------- */
div.tabContainer {
	margin:  10px 0 10px 0;
}
ul.tabSet {
	padding: 0;
	margin-left: 15px;
}

ul.tabSet li {
	float: left;
	margin-right:  5px;
}
ul.tabSet a {
	padding: 5px 10px 5px 10px;
	color:  #000000;
	background: #cecece;
	font-size: 0.85em;
	border: 1px solid #cccccc;
	border-bottom: none;
}
ul.tabSet li.on a {
	background: #ffffff;
}
div.panelSet {
	border: 1px solid #cccccc;
	margin-top:  -1px;
}
div.panelSet .panel {
	padding: 10px;
}
div.panelSet p {
	padding: 10px;
}
div.panelSet .data {
	padding: 0;
}

/* tables
----------------------------------------------------------------------- */
.data {
	/* padding: 10px; */
}

table,
.data table,
th,
td {
	border: 1px solid #cccccc;
}
th {
	border: 1px solid #b5b5b5;
}
.data th,
.data td {
	padding:3px 10px 3px 10px;
}
.table-tr-odd td {
	background-color: #eeeeee;
}
.data thead tr {
	background-color: #cecece;	
}

.downloads td img {
	margin-top:  3px;
}
.col-width {
	width: 350px;
}

/* RSS Feed
----------------------------------------------------------------------- */
/* country news on news page */
#rssNews li {
	margin-bottom: 20px;
	border-bottom:  1px dotted #cccccc;
	padding-bottom: 10px;
}
#rssNews div.rss-description {
	margin-top:  5px;
}
#rssFeed img,
#rssNews img {
	float: left;
	margin: 0 15px 5px 0;
	width: 75px;
	height: 75px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
}
p.more {
	text-align: right;
	padding: 0 0 10px 0;
}
#rssFeed div.slides {	
	position: relative;
	overflow: hidden;
	height: 150px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #cccccc;
}
#rssFeed div.slide {
	position: absolute;
	visibility: hidden;
}
#rssFeed div.slide p:last-child {
	padding: 0;
	margin: -5px 0 0 0;
	border-top: 1px dotted #cccccc;
	clear: both;
}
#rssFeed div.item {
	margin: 5px 0 0 0;
}

/* news
----------------------------------------------------------------------- */
.news {
	
}
.news-item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
ul.news-headlines {
	padding: 0;
}
.news-headlines .news-item {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.news-headlines .news-item p {
	padding: 0;
}

h4.news-title {
	padding: 0;
	margin-bottom: -5px;
}
.news-title a {
	color: #990000;
}
.news-headlines .news-title a.ellipsis {
	width: 100%;
}
.news-date {
}
.news-content{
}

/* pagination */
.ditto-pages {
	margin: 10px 0 20px 0;
}
.pages-text {
	padding-right: 5px;
}
.ditto_previous_link {}
.ditto_next_link {}
.ditto-pages span.pages { }

.ditto_currentpage {
    border: 1px solid #333333;
    padding: 2px 5px 2px 5px; 
    margin-right: 3px;
    background: #990000; 
    color: #fff;
} 
.ditto_off {
    border: 1px solid #cccccc;
    padding: 2px 5px 2px 5px; 
    margin-right: 1px;
    color: #cccccc;
}
.ditto-pages a,
.ditto-pages a:link,
.ditto-pages a:visited {
    border: 1px solid #cccccc; 
    padding: 2px 5px 2px 5px;   
    margin-right: 3px;
    text-decoration: none !important; 
    color: #555555;
} 
.ditto-pages a:hover {
    background: #ffffff;
    color: #333333;
}


/* forms
----------------------------------------------------------------------- */
form {
	overflow: hidden;
}
fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
	background: #eeeeee;
}
legend {
	font-size: 1.1em;
	padding: 3px 10px 2px 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
form li {
	clear: left;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ffffff;
}
label {
	display: block;
	width: 98%;
}
input {
	width: 98%;
}
input.btn {
	width: 100px;
	margin: 0 15px 0 0;
	color: #eeeeee;
	background: #333333 url('../images/mask_black.png') 0 0 repeat-x;
	padding: 3px 10px 3px 10px;
}
input.btn.paypal {
	width: auto;
	padding: 0;
	background: none;
	border: none;
	margin: 10px 0 10px 0;
}
select,
textarea {
	width: 99%;
}
input,
select,
textarea {
	border: 1px solid #cccccc;
}
label em {
	color: #990000;
	font-weight: bold;
}
.captcha img {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}

/* miscellaneous
----------------------------------------------------------------------- */
.tiny-text {
	font-size: 0.7em;	
}
.small-text {
	font-size: 0.8em;
}
.large-text {
	font-size: 1.4em;	
}
.hide {
	display: none;
}

.float-left {
	float: left;
}
.float-right {
	float:  right;
}
img.float-left {
	margin: 0 20px 5px 0;
	border: 1px solid #cccccc;
	padding: 5px;
}
img.float-right {
	margin: 0 0 5px 20px;
	border: 1px solid #cccccc;
	padding: 5px;
}
.crs-text {
	color: #990000;
}
.important {
	color: #990000;
}

/* truncate text */
.ellipsis a {
	white-space: nowrap;
}
/*
.truncated:after{ content:"..." }
*/

.ellipsis a {
	float: left;
	overflow: hidden;
	/*-moz-binding: url('./xml/ellipsis.xml#ellipsis');*/
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* EOF
----------------------------------------------------------------------- */

ul.player-links li a {
	background-position: 0 6px !important;
	background-repeat: no-repeat !important;
	padding: 3px 0 3px 20px !important;
}

ul.player-links li.realplayer a {
	background-image: url("/assets/images/icons/realplayer.png");
}

ul.player-links li.wmp a {
	background-image: url("/assets/images/icons/wmp.png");
}

ul.player-links li.itunes a {
	background-image: url("/assets/images/icons/itunes.png");
}

ul.player-links li.winamp a {
	background-image: url("/assets/images/icons/winamp.png");
}

ul.player-links li.flash a {
	background-image: url("/assets/images/icons/flash.png");
}

ul.player-links li.crs-player a {
	background-image: url("/assets/images/icons/crs.png");
}

ul.player-links li.dab a {
	background-image: url("/assets/images/icons/dab.png");
}

div.left-nav {
	padding-bottom: 20px;
}

.bitrate {
	position: absolute;
	right: 10px;
}


.app-stores:after {
	clear:both;
}

.app-stores a {
	float:left;
	padding: 0 15px 15px;
}