@charset "utf-8";
/* CSS Document */

.emisiune {
	height: auto;
	margin: 100px 0px;
	clear: both;
}
	.emisiune .img_detalii {
			float: left;
			width: 136px;
		}
			.emisiune .img_detalii .img {
				display: block;
				position: relative;
				text-decoration: none;
				padding-left: 4px;
				padding-top: 4px;
			}
				.emisiune .img_detalii .img img {
					display: block;
					border: 3px solid #02aae9;
				}
				.emisiune .img_detalii .img span {
					display: block;
					position: absolute;
					top: 0px;
					left: 0px;
					background: url(../images/zoom_plus.png) no-repeat top;
					width: 18px;
					height: 18px;
				}
				.emisiune .img_detalii .img:hover img {
					border: 3px solid #f79e01;
				}
				.emisiune .img_detalii .img:hover span {
					background: url(../images/zoom_plus.png) no-repeat bottom;
				}
			.emisiune .img_detalii p {
				font: 12px/20px Arial, Helvetica, sans-serif;
				color: #fff;
				padding-left: 4px;
				padding-top: 5px;
			}
				.emisiune .img_detalii p a {
					background-color: #000;
					color: #fff;
					text-decoration: none;
					padding: 2px 4px;
				}
				.emisiune .img_detalii p a.galerie {
					background: #02aae9 url(../images/white-arrow-pointing-right.png) no-repeat 95% 5px;
					padding-right: 25px;
				}
				.emisiune .img_detalii p a:hover {
					background-color: #f79e01;
				}
				.emisiune .img_detalii p a.galerie:hover {
					background: #f79e01 url(../images/white-arrow-pointing-right.png) no-repeat 5% 5px;
					padding-left: 25px;
					padding-right: 4px;
				}

	.emisiune .content {
		margin-left: 18px;
		width: 462px;
		float: left;
	}
		.emisiune .content h2 {
			font: bold 25px/30px "trebuchet MS", helvetica, sans-serif;
			border-bottom: 3px solid #999;
			text-transform: uppercase;
			position: relative;
		}
			.emisiune .content h2 .program {
				position: absolute;
				right: 5px;
				top: 0px;
				height: 30px;
				width: auto;
				font: bold 12px/30px "trebuchet MS", helvetica, sans-serif;
				text-transform: lowercase;
				padding: 0px;
			}
				.emisiune .content h2 .program span {
					font: bold 25px/30px "trebuchet MS", helvetica, sans-serif;
					color: #999;
					padding-left: 30px;
					background: url(../images/clock.png) no-repeat left center;
					margin-left: 5px;
				}
		.emisiune .text {
			padding: 5px;
			background: url(../images/membru_content_bg.png) repeat-x;
		}
		.emisiune .text p {
				color: #444;
				font: 11px/16px Arial, Helvetica, sans-serif;
				margin-bottom: 10px;
			}
				.emisiune .text p a {
					color: #fff;
					background-color: #999;
					padding: 0px 4px;
					text-decoration: none;
				}
				.emisiune .text p a:hover {
					background-color: #f79e01;
				}
			.emisiune .text p.contact {
				font: 12px/20px Arial, Helvetica, sans-serif;
				color: #fff;
			}
				.emisiune .text p.contact a {
					background-color: #999;
					color: #fff;
					text-decoration: none;
					padding: 2px 4px;
				}
				.emisiune .text p.contact a:hover {
					background-color: #f79e01;
				}