/*
 Author: Kiril Alexandrov Panchev
 Web: www.studiox.bg
 Date: 2010.03.15
 
 Legend:
 	[1] Global
	[2] Master elements
		- wrapper
		- header
		- footer
	[3] Pages elements
*/


/*
 * Global
 */

body, html {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #000000;
	background: #676b6e url(../images/bg.png) no-repeat center top;
}

a {
	color: #00a55d;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.hide {
    display: none;
}

input,
textarea,
select,
button {
	font: 11px Tahoma, Geneva, sans-serif;
}

input,
textarea {
	padding: 2px;
	background: white;
	outline: none;
	color: #a7a7a7;
}

/*
 * Master elements
 */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 185px;
	margin: 0px 10px 0px 10px;
	position: relative;
}

	body.home #header {
		margin-bottom: 15px;
	}

	#header h1 {
		width: 220px;
		height: 130px;
		display: block;
		margin-top: 10px;
		background: url(../images/logo.png) no-repeat left top;
		float: left;
	}
		
		#header h1 a {
			width: 220px;
			height: 130px;
			display: block;
			text-indent: -9999px;			
		}
		
	#header #topbox {
		width: 728px;
		height: 40px;
		float: right;
	}
	
		#header #topbox #online {
			width: 121px;
			height: 38px;
			float: left;
			background: url(../images/bg-online.png) no-repeat left top;
			text-indent: -9999px;
		}
		
		#header #topbox #topmenu {
			float: left;
			margin: 10px 0px 0px 10px;
		}
		
			#header #topbox #topmenu a {
				color: #818181;
				padding: 0px 5px;
				text-decoration: none;
				background: url(../images/bg-vert-line.png) no-repeat right center;
			}
			
				#header #topbox #topmenu a:hover {
					text-decoration: underline;
				}
			
				#header #topbox #topmenu a.orange {
					color: #f26f21;
					font-weight: bold;
				}
				
				#header #topbox #topmenu a.last {
					background: none;
				}
		
		#header #topbox #playing {
			width: 190px;
			height: 30px;
			float: right;
			padding-left: 145px;
			color: #494949;
			background: url(../images/bg-playing.png) no-repeat right top;
		}
		
			#header #topbox #playing strong {
				float: left;
				font-weight: bold;
				margin-top: 8px;
				width: 160px;
				height: 16px;
				overflow: hidden;
			}
		
			#header #topbox #playing span {
				float: right;
				margin: 7px 10px 0px 0px;
				width: 16px;
				height: 16px;
				cursor: pointer;
				text-indent: -9999px;
				background: url(../images/icon-info.png) no-repeat center center;
			}
			
		#header #topbox #njoy-back {
			float: right;
			height: 30px;
			margin-right: 10px;
			width: 100px;
		}	
			
			#header #topbox #njoy-back a {
				background: url(../images/njoy-back.jpg) no-repeat center center;
				display: block;
				height: 30px;
				text-indent: -9999px;
				width: 100px;
			}			
	
	#header .banner {
		float: right;
		clear: right;
		width: 728px;
		height: 90px;
		margin-top: 3px;
	}
	
	#header #tooltip {
		display: none;
		width: 183px;
		height: 81px;
		position: absolute;
		right: -5px;
		top: 25px;
		background: url(../images/bg-tooltip.png) no-repeat center center;
	}
	
		#header #tooltip img {
			float: left;
			margin: 12px;
			border: 1px solid #a09c9d;
		}
		
		#header #tooltip var {
			display: block;
			margin-top: 15px;
			color: #808080;
		}
		
		#header #tooltip a {
			color: #808080;
		}
	
	#header #navigation {
		float: left;
		margin-top: 2px;
		height: 40px;
		width: 980px;
	}	
	
		#header #navigation ul {
			overflow: hidden;
		}
		
			#header #navigation ul li {
				float: left;
				height: 40px;
			}
			
				#header #navigation ul li a {
					display: block;	
					height: 40px;
					text-indent: -9999px;
				}
				
					#header #navigation ul li a.home {
						width: 89px;
						background: url(../images/bg-menu.png) no-repeat 0px 4px;
					}				
					
						#header #navigation ul li a:hover.home, #header #navigation ul li.selected a.home {
							width: 89px;
							background: url(../images/bg-menu.png) no-repeat 0px -60px;
						}					
					
					#header #navigation ul li a.news {
						width: 83px;
						background: url(../images/bg-menu.png) no-repeat -89px 4px;
					}
					
						#header #navigation ul li a:hover.news, #header #navigation ul li.selected a.news {
							width: 83px;
							background: url(../images/bg-menu.png) no-repeat -89px -60px;
						}
										
					#header #navigation ul li a.games {
						width: 61px;
						background: url(../images/bg-menu.png) no-repeat -172px 4px;
					}
					
						#header #navigation ul li a:hover.games, #header #navigation ul li.selected a.games {
							width: 61px;
							background: url(../images/bg-menu.png) no-repeat -172px -60px;
						}		
													
					#header #navigation ul li a.radioshows {
						width: 116px;
						background: url(../images/bg-menu.png) no-repeat -233px 4px;
					}
					
						#header #navigation ul li a:hover.radioshows, #header #navigation ul li.selected a.radioshows {
							width: 116px;
							background: url(../images/bg-menu.png) no-repeat -233px -60px;
						}		
																
					#header #navigation ul li a.njoymama {
						width: 119px;
						background: url(../images/bg-menu.png) no-repeat -349px 4px;
					}
					
						#header #navigation ul li a:hover.njoymama, #header #navigation ul li.selected a.njoymama {
							width: 119px;
							background: url(../images/bg-menu.png) no-repeat -349px -60px;
						}			
																		
					#header #navigation ul li a.media {
						width: 74px;
						background: url(../images/bg-menu.png) no-repeat -468px 4px;
					}
					
						#header #navigation ul li a:hover.media, #header #navigation ul li.selected a.media {
							width: 74px;
							background: url(../images/bg-menu.png) no-repeat -468px -60px;
						}								
															
					#header #navigation ul li a.horoscope {
						width: 98px;
						background: url(../images/bg-menu.png) no-repeat -542px 4px;
					}
					
						#header #navigation ul li a:hover.horoscope, #header #navigation ul li.selected a.horoscope {
							width: 98px;
							background: url(../images/bg-menu.png) no-repeat -542px -60px;
						}			
																	
					#header #navigation ul li a.weather {
						width: 71px;
						background: url(../images/bg-menu.png) no-repeat -640px 4px;
					}
					
						#header #navigation ul li a:hover.weather, #header #navigation ul li.selected a.weather {
							width: 71px;
							background: url(../images/bg-menu.png) no-repeat -640px -60px;
						}		
																				
					#header #navigation ul li a.programme {
						width: 99px;
						background: url(../images/bg-menu.png) no-repeat -711px 4px;
					}
					
						#header #navigation ul li a:hover.programme, #header #navigation ul li.selected a.programme {
							width: 99px;
							background: url(../images/bg-menu.png) no-repeat -711px -60px;
						}
																									
					#header #navigation ul li a.advertisement {
						width: 88px;
						background: url(../images/bg-menu.png) no-repeat -810px 4px;
					}
					
						#header #navigation ul li a:hover.advertisement, #header #navigation ul li.selected a.advertisement {
							width: 88px;
							background: url(../images/bg-menu.png) no-repeat -810px -60px;
						}					
					
					#header #navigation ul li a.about {
						width: 82px;
						background: url(../images/bg-menu.png) no-repeat -898px 4px;
					}
					
					#header #navigation ul li a:hover.about, #header #navigation ul li.selected a.about {
						width: 82px;
						background: url(../images/bg-menu.png) no-repeat -898px -60px;
					}
					
#breadcrumbs {
	margin: 0px 12px 10px 12px;
	color: #8a8b8d;
	font-size: 9px;
}

	#breadcrumbs a {
		color: #8a8b8d;
		text-decoration: underline;
	}
	
		#breadcrumbs a:hover {
			text-decoration: none;
		}

#footer {
	width: 980px;
	height: 174px;
	padding: 10px;
	margin-bottom: 10px;
	background: url(../images/bg-footer.png) no-repeat left top;
}

	#footer strong {
		font-weight: bold;
	}

	#footer a {
		text-decoration: none;
	}	
	
		#footer a:hover {
			text-decoration: underline;
		}
	
	#footer .links {
		font-size: 10px;
		height: 140px;
		margin-top: 5px;
		overflow: hidden;
	}
	
		#footer .links h3 {
			font-weight: bold;
		}
		
		#footer .links a {
			color: #8d8d8d;
			line-height: 16px;
		}
		
		#footer .links ol {
			margin-top: 10px;
		}
		
		#footer .links div {
			float: left;
		}
		
			#footer .links div.first-column {
				margin-left: 15px;
				width: 75px;
			}
		
			#footer .links div.second-column {
				margin-left: 25px;
				width: 150px;
			}	
				
			#footer .links div.third-column {
				margin-left: 25px;
				width: 125px;
			}	
						
			#footer .links div.fourth-column {
				margin-left: 25px;
				width: 105px;
			}		
							
			#footer .links div.fifth-column {
				margin-left: 25px;
				width: 125px;
			}
			
			#footer .links div.friends {
				float: left;
				position: relative;
				width: 250px;
				height: 120px;
				margin: 0 0 0 25px;
				background: url(../images/bg-friends.png) no-repeat left top;
			}
			
				#footer .links div.friends a {
					position: absolute;
					top: 0;
					left: 0;
					overflow: hidden;
					width: 65px;
					height: 34px;
					text-indent: -9999px;								
				}
					
					#footer .links div.friends a.zrock {
						top: 90px;
						left: 53px;
					}
					
					#footer .links div.friends a.melody {
						top: 55px;
						left: 3px;
					}
										
					#footer .links div.friends a.classicfm {
						top: 55px;
						left: 93px;
					}			
												
					#footer .links div.friends a.jazzfm {
						top: 55px;
						left: 182px;
					}
					
					#footer .links div.friends a.profm {
						top: 90px;
						left: 140px;
					}
	
	#footer .bottom {
		overflow: hidden;
		color: #cfcfd0;
	}
	
		#footer .bottom ul {
			float: left;
		}
		
			#footer .bottom ul li {
				height: 25px;
				line-height: 25px;
				float: left;
			}
	
		#footer .bottom a {
			color: #cfcfd0;
			padding: 0px 3px 0px 3px;
		}
		
			#footer .bottom ul li.rss {
				background: url(../images/icon-rss.png) no-repeat 5px center;
				padding-left: 30px;
			}
			
		#footer .bottom ul li.bradiogroup {
			width: 95px;
			background: url(../images/logo-bradiogroup.png) no-repeat 5px 0;	
		}
			#footer .bottom ul li.bradiogroup span { display: none; }
	
		#footer .bottom address {
			float: right;
			height: 25px;
			line-height: 25px;
		}
		
			#footer .bottom address a {
				text-decoration: underline;
			}
			
				#footer .bottom address a:hover {
					text-decoration: none;
				}
				
#container {
	margin-bottom: 20px;
	background: url(../images/bg-content-bottom.png) no-repeat left bottom;
}	

	#container #container-top {
		background: url(../images/bg-content-top.png) no-repeat left top;
		padding: 10px 0px;
	}
	
		#container.home #container-top {
			background: url(../images/bg-content-top3.png) no-repeat left top;
		}
		
		#container #container-top .banners-bottom {
			overflow: hidden;
			padding: 0px 10px;
			background: #ffffff url(../images/bg-dots.gif) no-repeat center center;
		}
		
			#container #container-top .banners-bottom .left {
				float: left;
			}
			
			#container #container-top .banners-bottom .right {
				float: right;
			}		
	
	#container #conainter-main {
		background: #ffffff;
		padding: 0px 10px 30px 10px;
		overflow: hidden;
	}
	
	#container #content {
		width: 670px;
		float: left;
	}
	
	#container #sidebar {
		width: 300px;
		float: right;
	}

/*
 * Page elements
 */
 
.subheader {
	width: 980px;
	height: 250px;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	background: url(../images/bg-subheader.png) no-repeat left top;
}

	.subheader .carousel {
		float: left;
		position: relative;
		height: 250px;
	}
	
		.subheader .carousel ul {
			overflow: hidden;
			width: 670px;
			height: 250px;
			color: #e7e6e7;
		}
		
			.subheader .carousel ul li {
				width: 670px;
				height: 250px;
				position: relative;
				float: left;
				display: none;
			}
				
				.subheader .carousel ul li div {
					position: absolute;
					padding: 7px 10px 10px 15px;
					height: 44px;
					width: 645px;
					bottom: 0px;
					left: 0px;
					background: url(../images/bg-carousel.png) no-repeat left top;
				}
				
					.subheader .carousel ul li div h2 {
						font-size: 12px;
						font-weight: bold;
						padding-right: 150px;
						margin-bottom: 5px;
					}
					
						.subheader .carousel ul li div h2 a {
							color: #e7e6e7;
							text-decoration: none;
						}
						
							.subheader .carousel ul li div h2 a:hover {
								text-decoration: underline;
							}
							
					.subheader .carousel ul li div p {
						padding-right: 150px;
					}
	
		.subheader .carousel ol.pager {
			position: absolute;
			right: 10px;
			bottom: 10px;
			border-right: 1px solid #232323;
		}
		
			.subheader .carousel ol.pager li {
				border-left: 1px solid #232323;
				border-top: 1px solid #232323;
				border-bottom: 1px solid #232323;
			}		
			
	.subheader .banner {
		float: right;
		width: 300px;
		height: 250px;
	}
	
#content .header {
		color: white;
		height: 29px;
		line-height: 25px;
		margin-bottom: 1px;
	}
	
		#content .header h2 {
			margin-left: 15px;
			font-size: 12px;
			font-weight: bold;
			float: left;
			height: 29px;
		}
		
		#content .header a.action {
			color: white;
			float: right;
			margin-right: 15px;
		}
		
			#content .header a.back {
				background: url(../images/bg-arrow-back.png) no-repeat left 12px;
				padding-left: 10px;
			}

#content .header-green {
	background: url(../images/bg-header-green.png) no-repeat left top;
}		

	#content .header-green .pager {
		border-right: 1px solid #009353;
	}

		#content .header-green .pager li {
			border-left: 1px solid #009353;
			border-top: 1px solid #009353;
			border-bottom: 1px solid #009353;	
		}

#content .header-gray {
	background: url(../images/bg-header-gray.png) no-repeat left top;
}		

	#content .header-gray .pager {
		border-right: 1px solid #9c9c9c;
	}

		#content .header-gray .pager li {
			border-left: 1px solid #9c9c9c;
			border-top: 1px solid #9c9c9c;
			border-bottom: 1px solid #9c9c9c;	
		}

#content .tabs {
	position: relative;
}

	#content .tabs ul.header {
		overflow: hidden;
		position: relative;
	}

		#content .tabs .header ul li {
			height: 29px;
			float: left;
			border-right: 1px solid white;
		}
		
		#content .tabs .header ul li a {
			float: none;
			margin-left: 15px;
			padding-right: 15px;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			color: white;
		}
		
		#content .tabs .border-box .ui-tabs-hide {
		    position: absolute;
		    left: -10000px;
		}		
		
#content .border-box {
	border: 1px solid #e0e0e0;
	background: url(../images/bg-box-top.png) repeat-x left top;
}

/* Items List */	


#content .content-box {
	margin-bottom: 12px;
}

	#container.home #content .content-box {
		background: url(../images/bg-box-bottom.png) repeat-x left bottom;		
	}

	#content .content-box .header .pager {
		margin: 4px 4px 0px 0px;
	}
	
	#content .content-box .border-box {
		border-top: none;
		overflow: hidden;
	}
	
	#content .content-box .padding-box {
		padding: 10px 15px 10px 15px;
	}

		#content .content-box .border-box h2 {
			color: #00a55d;
			font-weight: bold;			
			font-size: 12px;
			margin: 10px 0px 10px 0px;
		}
		
			#content .content-box .border-box h2 a {
				text-decoration: none;
			}
			
				#content .content-box .border-box h2 a:hover {
					text-decoration: underline;
				}
		
		#content .content-box .border-box em {
			font-size: 10px;
			color: #777777;
			padding-left: 12px;
			background: url(../images/bg-clock.png) no-repeat left center;
		}		
		
			#content .content-box .border-box em strong {
				font-weight: bold;
			}	
	
#content .content-box .pager {
	margin-top: 10px;
}

/* Articles */
#articles {
	font-size: 12px;
}

	#articles .border-box ul li {
		overflow: hidden;
		padding: 12px 12px 0px 12px;
		border-bottom: 1px solid #e0e0e0;
	}
	

	#container.home #articles .border-box ul li {
		overflow: hidden;
		padding: 12px 0px 0px 0px;
		margin: 0px 12px;
	}	
	
		#articles .border-box ul li.last {
			border: none;
		}
		
		#articles .border-box ul li.even {
			background: #fffce9;
		}
		
			#articles .border-box ul li p {
				color: #4c4c4c;
				line-height: 16px;
				margin-bottom: 12px;
			}

	#articles .border-box .preview {
		float: left;
		margin: 0px 12px 12px 0px;
	}	
		
		#articles .border-box .preview img {
			border: 1px solid #a6a6a6;
		}
		
	#articles .border-box strong {
		font-weight: bold;
	}
	
	#articles .border-box ol.two-columns {
		overflow: hidden;
		margin-bottom: 12px;
		font-size: 11px;
	}
	
		#articles .border-box ol.two-columns li {
			overflow: hidden;
			width: 310px;
			float: left;
			padding-top: 12px;
			margin: 0px 12px;
		}		
		
			#articles .border-box ol.two-columns li.first {
				clear: both;
			}
		
			#articles .border-box ol.two-columns li .preview {
				margin-bottom: 0px;
			}
		
			#articles .border-box ol.two-columns li h2 {
				font-size: 11px;
				margin: 3px 0px 7px 0px;
			}
			
			#articles .border-box ol.two-columns li p {
				
			}

.filter {
	padding: 8px 15px;
	height: 24px;
	color: #6c6c6c;
	font-weight: bold;
	background: url(../images/bg-filter.png) repeat left top;
}

	.filter select {
		color: #6c6c6c;
		width: 215px;
		border: 1px solid #cecece;
		padding: 3px;
		margin-left: 5px;
	}

/* Pager */

.pager {
	overflow: hidden;
	float: right;
	border-right: 1px solid #bfbfbf;
}

	.pager li {
		float: left;
		height: 20px;
		line-height: 18px;
		color: #797979;
		border-left: 1px solid #bfbfbf;
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		width: 19px;
		text-align: center;
		cursor: pointer;
		background: url(../images/bg-carousel-pager.png) no-repeat left center;
		text-shadow: white 1px 1px 0;
	}

		.pager li a {
			display: block;
			color: #797979;
			text-decoration: none;
		}
		
			.pager li.selected a {
				color: #f26f21;
			}

/* Partners */
#partners {
	
}

	#partners .border-box ul {
		overflow: hidden;
	}
	
		#partners .border-box ul li {
			float: left;
			margin: 0px 25px 20px 0px;
		}
			
/* Employees */
#employees {
	font-size: 12px;
}
	#employees .list ul {
		border-top: 1px solid #e0e0e0;
	}
	
		#employees .list ul li {
			overflow: hidden;
			padding: 12px 12px 0px 12px;
			border-bottom: 1px solid #e0e0e0;
		}
		
			#employees .list ul li.last {
				border: none;
			}
			
			#employees .list ul li.even {
				background: #fffce9;
			}
			
				#employees .list ul li p {
					color: #4c4c4c;
					line-height: 16px;
					margin-bottom: 12px;
				}
	
		#employees .list .preview {
			float: left;
			margin: 0px 12px 12px 0px;
		}	
			
			#employees .list .preview img {
				border: 1px solid #a6a6a6;
			}
			
		#employees .list strong {
			font-weight: bold;
		}

		
/* Buttons */

.button {
    display: block;
    height: 27px;
    padding: 0px 7px 4px 7px;
    background: url(../images/bg-button.png) repeat-x left top;
    border: 1px solid #cdcdcd;
    color: #828282;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: white 1px 1px 0;
    cursor: pointer;
    outline: none;
}
	
    .right .button {
        float: right;
    }			
			
/* Big blocks */								
				
.big-blocks {
	color: white;
}

	.big-blocks ul {
		overflow: hidden;
	}
	
		.big-blocks ul li {
			float: left;
			margin: 0px 12px 12px 0px;
			width: 327px;
			height: 300px;
			border: 1px solid #e2e2e2;
		}
		
			.big-blocks ul li.last {
				margin-right: 0px;
			}	

			.big-blocks ul li .radioshows {
				height: 300px;
				background: url(../images/bg-home-block1.jpg) no-repeat left bottom;
			}			
			
			.big-blocks ul li .njoymama {
				height: 300px;
				background: url(../images/bg-home-block2.jpg) no-repeat left bottom;
			}
			
				.big-blocks ul li .njoymama .links a {
					float: left;
					width: 81px;
					height: 26px;
					margin: 6px 15px 0 13px;
					text-indent: -9999px;
				}
				
					.big-blocks ul li .njoymama .links a.namelist {
						background: url(../images/bg-home-block2-buttons.png) no-repeat 0px 0px;
					}
					
						.big-blocks ul li .njoymama .links a:hover.namelist {
							background: url(../images/bg-home-block2-buttons.png) no-repeat 0px -81px;
						}
					
					.big-blocks ul li .njoymama .links a.advices {
						background: url(../images/bg-home-block2-buttons.png) no-repeat -111px 0px;
					}
					
						.big-blocks ul li .njoymama .links a:hover.advices {
							background: url(../images/bg-home-block2-buttons.png) no-repeat -111px -81px;
						}
					
					.big-blocks ul li .njoymama .links a.campaigns {
						background: url(../images/bg-home-block2-buttons.png) no-repeat -222px 0px;
					}
					
						.big-blocks ul li .njoymama .links a:hover.campaigns {
							background: url(../images/bg-home-block2-buttons.png) no-repeat -222px -81px;
						}
					
					.big-blocks ul li .njoymama .links a.forum {
						background: url(../images/bg-home-block2-buttons.png) no-repeat 0px -33px;
					}
					
						.big-blocks ul li .njoymama .links a:hover.forum {
							background: url(../images/bg-home-block2-buttons.png) no-repeat 0px -114px;
						}
					
					.big-blocks ul li .njoymama .links a.news {
						background: url(../images/bg-home-block2-buttons.png) no-repeat -111px -33px;
					}
					
						.big-blocks ul li .njoymama .links a:hover.news {
							background: url(../images/bg-home-block2-buttons.png) no-repeat -111px -114px;
						}
					
					.big-blocks ul li .njoymama .links a.fanclub {
						background: url(../images/bg-home-block2-buttons.png) no-repeat -222px -33px;
					}
					
						.big-blocks ul li .njoymama .links a:hover.fanclub {
							background: url(../images/bg-home-block2-buttons.png) no-repeat -222px -114px;
						}
					
			
			.big-blocks ul li h2 {
				font-weight: bold;
				margin: 10px 15px 5px 15px;
			}	
			
			.big-blocks ul li p {
				margin: 0px 15px;
				line-height: 16px;
			}
			
				.big-blocks ul li p a {
					color: white;
					text-decoration: none;
					padding-right: 20px;
					background: url(../images/bg-arrow-left.png) no-repeat right bottom;
				}
				
					.big-blocks ul li p a:hover {
						text-decoration: underline;
					}	
					
				.big-blocks ul li p span {
					width: 14px;
					height: 14px;
					text-indent: -9999px;
					background: url(../images/bg-arrow-left.png) no-repeat left top;
				}

/* Small blocks */				
				
.small-blocks {
}

	.small-blocks ul {
		overflow: hidden;
	}
	
		.small-blocks ul li {
			float: left;
			margin: 0px 12px 12px 0px;
			width: 327px;
			height: 132px;
			border: 1px solid #e2e2e2;
		}

			.small-blocks ul li.last {
				margin-right: 0px;
			}

	.small-blocks .horoscope {
		overflow: hidden;
		padding-top: 40px;
		width: 327px;
		height: 92px;
		background: url(../images/bg-horoscope-links.jpg) no-repeat left top;
	}
	
		.small-blocks .horoscope a {
			float: left;
			margin-left: 15px;
			margin-top: 5px;
			width: 37px;
			height: 37px;
			text-indent: -9999px;
			
		}
		
	.small-blocks .poll {
		width: 327px;
		height: 132px;
		background: url(../images/bg-home-poll.jpg) no-repeat left top;
	}	
	
		.small-blocks .poll form {
			height: 132px;
			margin-left: 12px;
			position: relative;
		}
	
			.small-blocks .poll h3 {
				padding: 40px 75px 12px 0px;
				color: white;
				font-weight: bold;
			}
			
			.small-blocks .poll label {
				display: block;
				margin: 0px 75px 5px 0px;
				color: #ffffff;
				line-height: 11px;
				overflow: hidden;
			}
				
				.small-blocks .poll label input {
					float: left;
					margin-right: 5px;
				}
			
			.small-blocks .poll .button {
				position: absolute;
				right: 12px;
				bottom: 12px;
				display: block;
			    height: 22px;
			    padding: 0px 7px 4px 7px;
			    background: url(../images/bg-button-small.png) repeat-x left top;
			    border: 1px solid #c9c9c9;
			    color: #1962a1;
			    font-weight: bold;
			    text-align: center;
			    text-decoration: none;
			    text-shadow: white 1px 1px 0;
			    cursor: pointer;
			    outline: none;				
			}
			
	.small-blocks .wish {
		width: 327px;
		height: 59px;
		padding-top: 73px;
		background: url(../images/bg-home-wish.jpg) no-repeat left top;
	}
	
		.small-blocks .wish form {
			margin: 0px 13px;
			padding-bottom: 5px;
			background: url(../images/bg-wish-block.png) repeat left top;
		}
		
			.small-blocks .wish form fieldset {
				display: block;
				padding: 1px 0px 0px 1px;
				height: 23px;
				background: url(../images/bg-wish-input.png) no-repeat left top;
			}
			
				.small-blocks .wish form fieldset button {
					float: right;
					text-indent: -9999px;
					height: 24px;
					width: 30px;
					background: none;
					border: none;
					cursor: pointer;
				}
			
				.small-blocks .wish form fieldset input {
					float: left;
					border: 0px;
					height: 16px;
					line-height: 18px;
					width: 252px;
					padding: 4px 0px 0px 10px;
					background: none;
				}
				
			.small-blocks .wish form p {
				color: #ffffff;
				padding: 5px 12px 0px 12px;
			}
			
				.small-blocks .wish form p strong {
					font-weight: bold;
				}
	
	
/* Elements in sidebar */

#sidebar .header {
	color: white;
	height: 27px;
	line-height: 25px;
	margin-bottom: 1px;
}

	#sidebar .header h2 {
		margin-left: 10px;
		font-size: 12px;
		font-weight: bold;
		float: left;
	}
	
	#sidebar .header a {
		color: white;
		float: right;
		margin-right: 10px;
	}

#sidebar .header-gray {
	background: url(../images/bg-header-gray-small.png) no-repeat left top;
}

#sidebar .header-green {
	background: url(../images/bg-header-green-small.png) no-repeat left top;
}

#sidebar .header-orange {
	background: url(../images/bg-header-orange-small.png) no-repeat left top;
}

#sidebar .box {
	width: 300px;
	margin-bottom: 10px;
}

#sidebar .border-box {
	border: 1px solid #e0e0e0;	
	width: 298px;
}

#sidebar .quicklinks {
	height: 174px;
	overflow: hidden;
	background: url(../images/bg-quicklinks-icons.jpg) no-repeat right center;
}

	#sidebar .quicklinks a {
		float: left;
		width: 50px;
		height: 70px;
		text-indent: -9999px;
		margin-left: 18px;
		margin-top: 10px;
	}
	
#sidebar .minisites {
	overflow: hidden;
	margin-bottom: 10px;
}

	#sidebar .minisites span {
		float: right;
		overflow: hidden;
		margin: 2px 10px 0px 0px;
		font-weight: bold;
	}
	
		#sidebar .minisites span var {
			font-weight: bold;
		}
	
		#sidebar .minisites span em {
			display: block;
			text-indent: -9999px;
			width: 14px;
			height: 14px;
			cursor: pointer;
			background: url(../images/bg-minisites-arrows.png) no-repeat center top;
		}
		
			#sidebar .minisites span em.prev {
				background: url(../images/bg-minisites-arrows.png) no-repeat center top;
				float: left;
				margin: 5px 10px 0px 0px;
			}

			#sidebar .minisites span em.next {
				background: url(../images/bg-minisites-arrows.png) no-repeat center bottom;
				float: right;
				margin: 5px 0px 0px 10px;
			}

	#sidebar .minisites ul {
		overflow: hidden;
		height: 140px;
		width: 10000px;
		position: relative;
	}
	
		#sidebar .minisites ul li {
			width: 298px;
			height: 140px;
			float: left;
			margin-right: 10px;
		}

#sidebar .top40 {

}

	#sidebar .top40 .border-box {
		border-top: none;
	}
	
		#sidebar .top40 .border-box ul {
			font-size: 12px;
			margin: 0px 1px 1px 1px;
		}
		
			#sidebar .top40 .border-box ul li {
				height: 35px;
				padding: 4px 10px 5px 10px;
			}
			
				#sidebar .top40 .border-box ul li.even {
					background: #f0f0f0;
				}
				
			#sidebar .top40 .border-box ul li strong {
				float: left;
				font-weight: bold;
			}
			
			#sidebar .top40 .border-box ul li small {
				float: left;
				font-size: 9px;
				clear: left;
				padding: 5px 10px 0px 2px;
			}
			
				#sidebar .top40 .border-box ul li small.up {
					background: url(../images/bg-top40-arrows.png) no-repeat right 6px;
				}
				
				#sidebar .top40 .border-box ul li small.down {
					background: url(../images/bg-top40-arrows.png) no-repeat right -15px;
				}
				
			#sidebar .top40 .border-box ul li .song {
				float: right;
				width: 250px;
			}	
			
				#sidebar .top40 .border-box ul li .song span, #sidebar .top40 .border-box ul li .song div {
					float: right;
					width: 23px;
					height: 23px;
					margin-top: 7px;
					cursor: pointer;
					background: url(../images/bg-top40-play.png) no-repeat 1px 2px;
				}
				
				#sidebar .top40 .border-box ul li .song div {
					background: none;
				}
				
			#sidebar .top40 .border-box ul li img {
				float: left;
				margin: 0px 10px 0px 5px;
				border: 1px solid #a4a4a4;
			}
			
			#sidebar .top40 .border-box ul li h3 {
				font-weight: bold;
				height: 16px;
				width: 170px;
				overflow: hidden;
				margin-top: 2px;
			}
				
				
#sidebar .weather {
	height: 78px;
	overflow: hidden;
	color: #265e82;
	background: url(../images/bg-weather-small.jpg) no-repeat left top;
}

	#sidebar .weather .icon {
		float: left;
		margin: 10px 0px 0px 10px;
	}
	
	#sidebar .weather .info {
		float: right;
		margin: 10px 10px 0px 0px;
		width: 180px;
	}
		
		#sidebar .weather .info select {
			width: 180px;
			height: 22px;
			border: 1px solid #9bbacd;
		}
		
		#sidebar .weather .info em {
			margin-top: 5px;
			font-weight: bold;
		}
		
		#sidebar .weather .info .max {
			float: left;
		}
		
		#sidebar .weather .info .min {
			float: left;
			clear: both;
		}
		
		#sidebar .weather .info a {
			float: right;
			color: #265e82;
			margin-top: 5px;
			text-align: right;
		}
		
#sidebar .audio {
	position: relative;
}

	#sidebar .audio ul {
		background: white;
	}
	
		#sidebar .audio ul li {
			height: 25px;
			line-height: 23px;
			padding-left: 5px;
			font-weight: bold;
			overflow: hidden;
		}
		
			#sidebar .audio ul li.even {
				background: #F0F0F0;
			}
		
			#sidebar .audio ul li span, #sidebar .audio ul li div {
				background: url(../images/bg-top40-play.png) no-repeat 1px 2px;
				cursor: pointer;
				float: right;
				margin-right: 5px;
				height: 23px;
				width: 23px;
			}
			
				#sidebar .audio ul li div {
					background: none;
				}
		
#sidebar .gallery {
	position: relative;
}

	#sidebar .gallery ul.header {
		overflow: hidden;
		position: relative;
	}

		#sidebar .gallery ul.header li {
			height: 27px;
			float: left;
			border-right: 1px solid white;
		}
		
			#sidebar .gallery ul.header li.last {
				border-right: none;
			}
		
		#sidebar .gallery ul.header li a {
			float: none;
			margin-left: 10px;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}

	#sidebar .gallery-content {
		background: #000000;
	}
	
		#sidebar .gallery-content .tab-content {
			padding: 9px 12px 10px 12px;
		}
	
		#sidebar .gallery-content .ui-tabs-hide {
		    position: absolute;
		    left: -10000px;
		}
		
		#sidebar .gallery-content .tab-content .preview {
			position: relative;
			margin-bottom: 10px;
		}
		
			#sidebar .gallery-content .videos .preview img {
				width: 275px;
				height: 214px;
			}
		
			#sidebar .gallery-content .videos .preview a {
				position: absolute;
				top: 0;
				left: 0;
				width: 275px;
				height: 214px;
				z-index: 30;
				text-indent: -9999px;
				background: url(../images/bg-carousel-play.png) no-repeat center center;			
			}
		
		#sidebar .gallery-content .tab-content ul.carousel {
			width: 275px;
		}
		
			#sidebar .gallery-content .tab-content ul.carousel li {
				position: relative;
			}
			
				#sidebar .gallery-content .videos ul.carousel li img {
					width: 79px;
					height: 61px;
				}
			
				#sidebar .gallery-content .videos ul.carousel li a {
					position: absolute;
					top: 0;
					left: 0;
					width: 79px;
					height: 61px;
					z-index: 30;
					text-indent: -9999px;
					background: url(../images/bg-carousel-play-small.png) no-repeat center center;
				}
		
			#sidebar .gallery-content .tab-content .jcarousel-container {
				position: relative;
				width: 275px;
				background: #252525;
			}
			
			#sidebar .gallery-content .tab-content .jcarousel-clip {
				padding: 1px 0px 1px 0px;
				margin: 0px 0px 0px 16px;
				width: 243px;
				overflow: hidden;
				position: relative;
			}
			
			#sidebar .gallery-content .tab-content .jcarousel-list {
				overflow: hidden;
				position: relative;
				padding: 0;
			}
			
			#sidebar .gallery-content div.jcarousel-list ul li,
			#sidebar .gallery-content .tab-content .jcarousel-item {
				float: left;
				list-style: none;
				margin-right: 3px;
				width: 79px;
				height: 61px;
				display: inline;
			}
			
			#sidebar .gallery-content .tab-content .jcarousel-next {
				cursor: pointer;
				position: absolute;
				z-index: 20;
				right: 0px;
				top: 1px;
				width: 13px;
				height: 61px;
				background: url(../images/bg-carousel-block-next.png) no-repeat left center;
			}
			
			#sidebar .gallery-content .tab-content .jcarousel-prev {
				cursor: pointer;
				position: absolute;
				z-index: 20;
				left: 0px;
				top: 1px;
				width: 13px;
				height: 61px;
				background: url(../images/bg-carousel-block-prev.png) no-repeat left center;
			}
			
			#sidebar .gallery-content .tab-content .jcarousel-next-disabled {
				background: url(../images/bg-carousel-block-next.png) no-repeat left center;
				cursor: auto;
			}
			#sidebar .gallery-content .tab-content .jcarousel-prev-disabled {
				background: url(../images/bg-carousel-block-prev.png) no-repeat left center;
				cursor: auto;
			}			

#sidebar .small-blocks {
	
}			
			
#sidebar .small-blocks ul li {
	float: none;
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 121px;
}

	#sidebar .small-blocks ul li.last {
		margin-bottom: 0px;
	}

	#sidebar .small-blocks .horoscope {
		padding-top: 35px;
		width: 300px;
		height: 86px;
		background: url(../images/bg-sidebar-horoscope-links.jpg) no-repeat left top;
	}
	
		#sidebar .small-blocks .horoscope a {
			margin-left: 13px;
			margin-top: 5px;
			width: 34px;
			height: 35px;
		}
		
	#sidebar .small-blocks .poll {
		width: 300px;
		height: 121px;
		background: url(../images/bg-sidebar-poll.jpg) no-repeat left top;
	}
	
		#sidebar .small-blocks .poll form {
			height: 121px;
		}
		
			#sidebar .small-blocks .poll .button {
				bottom: 9px;
				right: 9px;
			}
			
			#sidebar .small-blocks .poll h3 {
				padding: 35px 75px 10px 0px;
			}
			
#article {
	
}	

	#container #content #article.content-box {
		background: url(../images/bg-box-bottom.png) repeat-x left bottom;		
	}

	#article .border-box {
		padding: 20px 15px 10px 15px;
	}

	#article .banner {
		padding: 6px;
		background: #f0f0f0;
		margin-bottom: 20px;
		display: none;
	}
	
		#article .banner img {
			border: 1px solid white;
		}
	
	#article .gallery {
		float: left; 
		width: 346px;
		margin: 0px 15px 15px 0px;
	}
	
		#article .gallery img {
			margin-bottom: 7px;		
			border: 1px solid #a3a3a3;
		}
		
			#article .gallery ul {
				overflow: hidden;
			}
			
				#article .gallery ul li {
					float: left;
					width: 79px;
					height: 61px;
					margin: 0px 7px 7px 0px;
				}
				
					#article .gallery ul li.last {
						margin-right: 0px;
					}
					
	#article .text {
		display: inline;
	}
	
	#article .links {
		border-top: 1px solid #e0e0e0;
		padding-top: 15px;
		margin: 15px 0px 10px 0px;
		color: #4c4c4c;
		clear: both;
		overflow: hidden;
	}
	
		#article .links span {
			float: left;
			height: 24px;
			padding: 10px 0px 0px 40px;
			margin-right: 25px;
		}
		
			#article .links span.phone {
				background: url(../images/bg-radioshow-toolbar.png) no-repeat 0px 0px;
			}
			
			#article .links span.facebook {
				background: url(../images/bg-radioshow-toolbar.png) no-repeat 0px -66px;
			}			
			
			#article .links span.archive {
				background: url(../images/bg-radioshow-toolbar.png) no-repeat 0px -128px;
			}
			
			#article .links span a {
				color: #4c4c4c;
			}
			
/* Comments */
#comments {
	color: #4c4c4c;
}

	#content #comments.content-box .header .pager {
		margin-right: 15px;
	}

	#comments .border-box {
		padding: 0px 1px;
	}
	
		#comments .border-box .pager {
			margin: 10px 15px 10px 0px;
		}
	
	#comments ul.small-list li {
		padding: 20px 15px;
	}
	
		#comments ul.small-list li.even {
			background: #f4f4f4;
		}
		
	#comments ul.yellow li {
		background: #fffce9;
	}
		
		#comments ul.yellow li.even {
			background: #ffffff;
		}
	
		#comments ul.small-list li var {
			color: #02a65e;
			display: block;
			padding-left: 20px;
			margin-bottom: 10px;
			background: url(../images/bg-comment.png) no-repeat left center;
		}
		
			#comments ul.yellow li var, #comments ul.yellow li span {
				display: block;
				color: #02a65e;
				margin-bottom: 3px;
			}
			
				#comments ul.yellow li span {
					/*
					padding-left: 20px;
					background: url(../images/bg-big-bullet.png) no-repeat left center;
					*/
				}
		
		#comments ul.small-list li strong {
			font-weight: bold;
		}
		
		#comments ul.small-list li p {
			font-size: 12px;
		}
		
		#comments .login {
			clear: both;
			margin: 10px 15px 10px 15px;
		}
		
/* Top 40 */
#top40 {
	color: #4c4c4c;
}

	#top40 ul li {
		overflow: hidden;
		padding: 12px;
	}
	
		#top40 ul li.even {
			background: #f0f0f0;
		}
	
		#top40 ul li .preview {
			overflow: hidden;
			float: left;
			position: relative;
			background: #a9a9a9 url(../images/bg-top40-song.gif) no-repeat 5px 30px;
			padding: 1px;
			width: 138px;
			height: 106px;
			color: white;
			margin-right: 15px;
		}
		
			#top40 ul li .preview img {
				float: right;
			}
			
			#top40 ul li .preview strong {
				position: absolute;
				font-weight: bold;
				font-size: 16px;
				width: 25px;
				text-align: center;
				top: 9px;
				left: 3px;
			}
			
			#top40 ul li .preview small {
				position: absolute;
				font-size: 9px;
				padding: 5px 10px 0px 2px;
				text-align: center;
				bottom: 9px;
				left: 3px;
			}
			
				#top40 ul li .preview small.up {
					background: url(../images/bg-top40-arrows.png) no-repeat right 6px;
				}
				
				#top40 ul li .preview small.down {
					background: url(../images/bg-top40-arrows.png) no-repeat right -15px;
				}
				
				#top40 ul li .preview small.new {
					color: #EA5D0B;
					margin-left: 1px;
					font-weight: bold;
					font-size: 11px;
				}
				
		#top40 ul li .summary {
			overflow: hidden;
			position: relative;
		}

			#top40 ul li .summary h3 {
				color: #ea5d0b;
				font-weight: bold;
				font-size: 14px;
			}	
			
			#top40 ul li .summary span {
				font-size: 12px;
			}
			
			#top40 ul li .summary p {
				font-size: 10px;
				margin-top: 13px;
			}
			
				#top40 ul li .summary .info {
					position: absolute;
					bottom: 0px;
					left: 155px;
				}
			
					#top40 ul li .summary .info strong {
						padding-right: 5px;
						margin-right: 5px;
						font-weight: bold;
						background: url(../images/bg-vert-line.png) no-repeat right center;	
					}
					
						#top40 ul li .summary .info strong.last {
							background: none;
						}
				
		#top40 ul li .vote {
			float: right;
			height: 106px;
			padding-left: 12px;
			margin-left: 12px;
			position: relative;
			text-align: center;
			width: 75px;
			background: url(../images/bg-top40-separator.gif) no-repeat left center;
		}	
		
			#top40 ul li .vote a {
				display: block;
				width: 75px;
				height: 80px;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
			}
			
				#top40 ul li .vote strong {
					display: block;
					width: 75px;
					height: 48px;
					text-indent: -9999px;
					cursor: pointer;
					background: url(../images/bg-button-listen.png) no-repeat center top;					
				}
				
					#top40 ul li .vote div {
						height: 48px;
						width: 48px;
						margin-left: 15px;
					}
			
				#top40 ul li .vote span {
					color:#00A55D;
					font-weight: bold;
					padding-bottom: 10px;
					background: url(../images/bg-dots-hr.gif) no-repeat center bottom;
				}
				
				#top40 ul li .vote button {
					position: absolute;
					bottom: 0px;
				}

/* Polls */
#poll {
}

	#poll .results {
	}
	
		#poll .results strong {
			color: #00a560;
			font-weight: bold;
			display: block;
			margin-bottom: 20px;
		}
		
		#poll .results ul {
			margin: 0px 150px;
		}

		#poll .results ul li {
			margin-bottom: 6px;
			overflow: hidden;
		}

			#poll .results .votes {
				display: block;
				float: right;
			}

			#poll .results ul li p {
				width: 100%;
				display: block;
				line-height: 6px;
				height: 6px;
				margin-top: 5px;
				background-color: #e4e4e4;
			}

				#poll .results ul li p code {
					background: url(../images/bg-poll-bar.png) repeat-x left top;
					text-indent: -10000px;
					display: block;
					width: 0%;
					line-height: 6px;
					height: 6px;
				}

		#poll .results span#voters {
			float: right;
			color: #9a9a9a;
		}	
		
#media {
	overflow: hidden;
}

	#media .button {
		color: #00A65E;
		float: right;
		height: 20px;
		line-height: 16px;
		padding: 0px 7px;
		background-position: 0 -4px;
	}

		#media .border-box ul {
			overflow: hidden;
			color: white;
			clear: both;
		}
		
			#media .border-box ul li {
				width: 202px;
				float: left;
				margin: 0px 15px 15px 0px;
				position: relative;
			}
			
				#media .border-box ul li.first {
					clear: both;
				}
				
				#media .border-box ul li.last {
					margin-right: 0px;
				}
				
				#media .border-box ul li a, #media ul li img {
					display: block;
					height: 156px;
					width: 202px;
				}
				
				#media .border-box ul li span {
					display: block;
					height: 42px;
					line-height: 20px;
					padding: 0px 8px;
					margin-top: 1px;
					background: url(../images/bg-media-text-pad.png) repeat-x left top;
				}
				
				#media .border-box ul.videos li a {
					position: absolute;
					top: 0px;
					left: 0px;
					text-indent: -9999px;
					background: url(../images/bg-carousel-play.png) no-repeat center center;
				}
		
		#media .border-box ol {
			overflow: hidden;
			font-weight: bold;
			clear: both;
		}
		
			#media .border-box ol li {
				height: 47px;
				line-height: 45px;
				width: 317px;
				margin: 1px;
				float: left;
				overflow: hidden;
			}
			
				#media .border-box ol li.odd {
					background: #f0f0f0;
				}
				
				#media .border-box ol li a {
					display: block;
					height: 47px;
					width: 47px;
					float: left;
					text-indent: -9999px;
					margin: 0px 5px;
					background: url(../images/bg-button-listen.png) no-repeat center center;
				}
				
				#media .border-box ol li div {
					display: block;
					height: 47px;
					width: 47px;
					float: left;	
					margin: 2px 4px 0px 6px;			
				}
				
/* Weather */
#weather {
	font-size: 11px;
	color: #707070;
}

	#container #content #weather.content-box {
		background: url(../images/bg-box-bottom.png) repeat-x left bottom;		
	}
	
	#weather small {
		font-size: inherit;
		font-weight: bold;
		color: #265e82;
	}
	
	#weather big {
		font-size: inherit;
		font-weight: bold;
		color: #ef6716;
	}
	
	#weather ul {
		overflow: hidden;
	}
	
		#weather ul li.first {
			clear: both;
		}
		
		#weather ul li.today {
			float: left;
			width: 326px;
		}
		
		#weather ul li.right-border {
			border-right: 1px solid #e5e5e5;
		}
		
			#weather ul li p {
				padding: 20px 0px 0px 10px;
				line-height: 17px;
			}
			
				#weather ul li.today p {
					padding-top: 10px;
				}
			
		#weather ul li.tomorrow {
			float: right;
			height: 110px;
			width: 295px;
		}
		
		#weather ul li.day-after-tomorrow {
			float: right;
			height: 100px;
			padding-top: 15px;
			clear: right;
			width: 295px;
			border-top: 1px solid #e5e5e5;
		}

			#weather ul li.tomorrow img, #weather ul li.day-after-tomorrow img {
				float: left;
				margin-right: 15px;
			}
	
		
hr {
	width: 100%;
	height: 4px;
	border: none;
	margin: 10px 0px;
	background: url(../images/bg-hr.png) repeat-x left top;
}			

/* Horoscope */
.horoscope-list {
	
}

	.horoscope-list li {
		padding: 10px 15px 10px 15px !important;
		overflow: hidden;
	}
	
		.horoscope-list li h2 a, .horoscope-list li h2 a:hover {
			text-decoration: none !important;
		}
		
		.horoscope-list li div {
			margin-left: 73px;
		}
	
		.horoscope-list li span.sign {
			display: block;
			height: 63px;
			width: 63px;
			float: left;
			text-indent: -9999px;
			margin: 5px 10px 0px 0px;
			clear: both;
			background: url(../images/signs.png) no-repeat 200px 200px;
		}
		
			.horoscope-list li span.aries {
				background-position: 0px 0px;
			}

			.horoscope-list li span.taurus {
				background-position: 0px -73px;
			}

			.horoscope-list li span.gemini {
				background-position: 0px -148px;
			}			
			
			.horoscope-list li span.cancer {
				background-position: 0px -222px;
			}			
			
			.horoscope-list li span.leo {
				background-position: 0px -295px;
			}		
				
			.horoscope-list li span.virgo {
				background-position: 0px -370px;
			}

			.horoscope-list li span.libra {
				background-position: 0px -444px;
			}

			.horoscope-list li span.scorpio {
				background-position: 0px -518px;
			}

			.horoscope-list li span.sagittarius {
				background-position: 0px -592px;
			}

			.horoscope-list li span.capricorn {
				background-position: 0px -667px;
			}

			.horoscope-list li span.aquarius {
				background-position: 0px -741px;
			}

			.horoscope-list li span.pisces {
				background-position: 0px -815px;
			}
			
		.horoscope-list li span.percent {
			float: left;
			width: 56px;
			height: 43px;
			clear: left;
			text-indent: -9999px;
			margin-left: 4px;
			background: url(../images/percents.png) no-repeat 200px 200px;
		}
		
			.horoscope-list li span.percent_30 {
				background-position: 0px -356px;
			}

			.horoscope-list li span.percent_40 {
				background-position: 0px -307px;
			}

			.horoscope-list li span.percent_50 {
				background-position: 0px -255px;
			}

			.horoscope-list li span.percent_60 {
				background-position: 0px -204px;
			}

			.horoscope-list li span.percent_70 {
				background-position: 0px -153px;
			}

			.horoscope-list li span.percent_80 {
				background-position: 0px -102px;
			}

			.horoscope-list li span.percent_90 {
				background-position: 0px -51px;
			}

			.horoscope-list li span.percent_100 {
				background-position: 0px 0px;
			}

/* Main form */

form#register {
	clear: both;
	background: #f4f4f4;
	padding: 30px 0px 15px 0px;
	border-top: 1px dotted #cacace;
	border-bottom: 1px solid white;
}

	.clear-form form#register {
		padding: 20px 0px 15px 0px;
		border: none;
		background: none;
	}

	form#register ol {
		overflow: hidden;
	}

		form#register ol li {
			margin: 0px 0px 20px 15px;	
			clear: both;
		}
		
			.clear-form form#register ol li{
				margin: 0px 0px 20px 0px;
			}
		
			form#register ol li.first {
				float: left;
			}
			
			form#register ol li.second {
				float: left;
				clear: none;
			}
			
				.clear-form form#register ol li.second{
					margin: 0px 0px 20px 15px;	
				}

	form#register label {
		clear: both;
		display: block;
		color: #02a65e;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	form#register input, form#register textarea {
		width: 627px;
		height: 14px;
		padding: 4px;
		font-size: 13px;
		border: 1px solid #d4d4d4;
	}
	
		form#register ol li.first input, form#register ol li.second input {
			width: 301px;
		}
	
		form#register textarea.big {
			height: 172px;
		}
		
		form#register textarea.small {
			height: 105px;
		}
		
		form#register input.file {
			height: 22px;
		}
		
	form#register button {
		margin: 0 auto;
	}

/* Flash messages */
#flash_messages {
	background: #ee6514;
	display: block;
	margin: 10px 15px;
	color: white;
	padding: 1px;
	clear: both;
}

	#flash_messages ul {
		display: block;
		border-top: 1px solid #fac2a0;
		border-right: 1px solid #fac2a0;
		font-size: 11px;
	}

	#flash_messages li {
		padding: 3px 0px 3px 10px;
		list-style-type: square;
		list-style-position: inside;
	}
	
/* No results */
.noresults {
	background: #ee6514;
	display: block;
	margin: 10px 15px;
	color: white;
	padding: 1px;
}

	.noresults span {
		display: block;
		border-top: 1px solid #fac2a0;
		border-right: 1px solid #fac2a0;
		font-size: 11px;
		padding: 3px 0px 3px 10px;
	}
	
				
/* Text boxes */
.text {
    font-size: 12px;
    overflow: hidden;
    line-height: 18px;
}

	.text .preview {
		float: left;
		margin: 0px 15px 15px 0px;
		border: 1px solid #A3A3A3;
	}

	.text a {
		color: #00a55d;
		text-decoration: underline;
	}
        .text a:hover {
            text-decoration: none;
        }

	.text strong {
		font-weight: bold;
	}

	.text em {
		font-style: italic;
		background: none !important;
		padding: 0px !important;
		color: inherit !important;
	}

	.text ul,
	.text ol {
		padding: 3px 0 3px 5px;
	}

		.text ol li {
			list-style: decimal;
			list-style-position: inside;
		}

		.text ul li {
			padding: 0 0 3px 13px;
			list-style-type: disc;
			list-style-position: inside;
		}

	.text p {
		padding-bottom: 5px;
	}

	.text h1,
	.text h2,
	.text h3 {
		font-size: 18px;
		padding-bottom: 10px;
        font-weight: bold;
        color: #00a55d;
	}

    .text h2 {
        font-size: 16px;
    }

    .text h3 {
        font-size: 14px;
    }

	.text h4 {
		font-size: 13px;
	}

	.text h5 {
		font-size: 12px;
	}

	.text h6 {
		font-size: 11px;
	}