@import url(textstyles.css);

@import url(nivo-slider.css);

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #6BC0FF url(../img/site/bg.jpg) no-repeat top;
}

table {
	border: 0;
	border-collapse: collapse;
}

img {
	margin: 0;
	border: 0;
}

a {
	color: inherit;
}

a.under {
	text-decoration: underline;
}

h1.error {
	color: red;
	text-indent: 50px;
	font: normal 16px Verdana;
}

div#loginbar {
	background: url(../img/site/bg_top_bar.png) repeat-x;
	height: 24px;
	padding: 8px 0 10px 0;
}

div#loginbar div {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

div#loginbar div input {
	text-indent: 5px;
	font: 12px/25px Arial, Helvetica, sans-serif;
}

div#loginbar div a {
	color: #FFF;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
}

div#loginbar div p {
	color: #FFF;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

input.l_user {
	border: none;
	background: url(../img/site/input_bg.png) repeat-x;
	height: 24px;
	width: 181px;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 700px;
	color: #9b9b9b;
}

input.l_password {
	border: none;
	background: url(../img/site/input_bg.png) repeat-x;
	height: 24px;
	width: 175px;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 519px;
	color: #9b9b9b;
}

input.l_search {
	border: none;
	background: url(../img/site/input_search.png) repeat-x;
	height: 24px;
	width: 204px;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 59px;
	padding-left: 15px;
	color: #9b9b9b;
}

input.l_login,input.l_ok {
	border: none;
	background: url(../img/site/button_cut.png) no-repeat;
	color: white;
	font: bold 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 24px;
	width: 49px;
	position: absolute;
	top: 0px;
	right: 10px;
	color: #FFF;
}

input.l_login {
	right: 470px;
}

/* $$$ Main Box  $$$*/
#container {
	position: relative;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1044px;
}

/* Float images */

div#online{
	position: fixed;
	left: 0;
	top: 75%;
	z-index: 500;
}



div#online .tv{
	width: 94px;
	height: 51px;
	background: url(../img/site/tv_o.png) no-repeat -30px;
	margin-top: 10px;
	cursor: pointer;
}
div#online .radio{
	width: 94px;
	height: 51px;
	background: url(../img/site/radio_o.png) no-repeat -30px;;
	cursor: pointer;
}

div#online .tv:hover, div#online .radio:hover{
	background-position: -20px;
}


/* Top Menu */
div#t_menu {
    font: 12px/24px Arial;
    height: 24px;
    width: 980px;
    margin: 0px auto;
}
div#t_menu a {
    color: white;
    padding: 0 14px;
}
div#t_menu a.external {
    background: url("../img/site/arrow.png") no-repeat scroll left center transparent;
}
a.pipe {
    background: url("../img/site/vline.gif") no-repeat scroll right center transparent;
}


/* $$$ Main Menu  $$$*/
div#m_menu {
	height: 105px;
	padding: 0 32px 0 32px;
	background: url(../img/site/bg_shadow_top.png) no-repeat bottom;
}

div#m_menu_text a {
	font: normal 18px/55px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: White;
	display: block;
	background: url(../img/site/menu_bg.png);
	float: left;
	padding: 0 20px 0 20px;
}

div#m_menu_text a:hover {
	background: url(../img/site/menu_hover_bg.png);
}

div#m_menu_text {
	position: absolute;
	top: 30px;
	left: 160px;
}

div#m_menu_text a.first {
	background-position: -2px 0;
}

div#footer { /*height: 246px;*/
	height: 180px;
	overflow: hidden;
	padding: 0 32px 0 32px;
	background: url(../img/site/bg_shadow_bot.png) no-repeat top;
	position: relative;
}

div#footer div.menu{
	position: absolute;
	top: 20px;
	left: 120px;
	background: none;

}
div#footer h3{
	font: bold 14px Arial;
	color: #74382e;
}
div#footer div { /*height: 246px;*/
	float: left;
	margin-left: 10px;
	background: url(../img/site/footer_split.png) no-repeat;
		padding-left: 10px;
}
div#footer div a { /*height: 246px;*/
	display: block;
	color: white;
}

div#content {
	padding: 0 32px 0 32px;
	background: url(../img/site/bg_shadow.png) repeat-y center;
}

div#contentbg {
	width: 980px;
	background: White;
	min-height: 500px;
}

.leftCentralWrap {
	float: left;
}

.rightCentralWrap {
	float: left;
}

#page {
	width: 650px;
	margin: 0 5px 0 10px;
}

#rightBar {
	width: 300px;
	margin: 0 10px 0 5px;
}

/* ##############################
### Right Bar elements styles ###
################################# */
.bar_head_brown {
	height: 40px;
	background: url(../img/site/head_brown.jpg) no-repeat;
	font: bold 18px/40px Verdana;
	color: white;
	text-indent: 30px;
}

div.bar_head_gray {
	height: 20px;
	background: url(../img/site/head_gray.jpg) repeat-x;
	font: bold 13px/20px Verdana;
	color: black;
	text-indent: 10px;
}

.bar_head_silver {
	height: 40px;
	background: url(../img/site/head_silver.jpg) no-repeat;
	font: bold 18px/40px Verdana;
	color: white;
	text-indent: 30px;
}



.bar_head_brown_time {
	height: 40px;
	background: url(../img/site/head_brown_time.jpg) no-repeat;
	font: bold 14px/40px Verdana;
	color: white;
	padding-left: 80px;
	text-align: center;
	position: relative;
}

.bar_head_brown_time .time {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 70px;
	font: bold 18px/20px Verdana;
}

.bar_head_brown_time .day {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	font: bold 12px/20px Verdana;
}

/* Generale*/
div.bar_recomanda,div.bar_banner,div.bar_program,div.bar_sondaj,div.bar_newsletter,div.bar_video,div.bar_stiri
	{
	margin-bottom: 10px;
}

/* Bara Recomanda */
ul.bar_recomanda_zile {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.bar_recomanda_zile li {
	display: block;
	float: left;
	width: 43px;
	height: 26px;
	text-align: center;
}

ul.bar_recomanda_zile li a {
	display: block;
	float: left;
	width: 43px;
	height: 26px;
	background: url(../img/site/zi_mid_r.jpg) no-repeat bottom;
	font: bold 15px/30px Verdana;
	color: white;
	text-align: center;
}

ul.bar_recomanda_zile li#zi_last {
	width: 42px;
}

ul.bar_recomanda_zile li#zi_last a {
	width: 42px;
	background: url(../img/site/zi_right_r.jpg) no-repeat bottom;
}

ul.bar_recomanda_zile li#zi_first a {
	background: url(../img/site/zi_left_r.jpg) no-repeat bottom;
}

ul.bar_recomanda_zile li a.current {
	background: url(../img/site/zi_mid_y.jpg) no-repeat bottom;
	font: bold 15px/26px Verdana;
}

ul.bar_recomanda_zile li#zi_last a.current {
	width: 42px;
	background: url(../img/site/zi_right_y.jpg) no-repeat bottom;
	font: bold 15px/26px Verdana;
}

ul.bar_recomanda_zile li#zi_first a.current {
	background: url(../img/site/zi_left_y.jpg) no-repeat bottom;
	font: bold 15px/26px Verdana;
}

div.recomand {
	display: none;
}

/* Bara sondaj si Newsletter */
div.bar_sondaj,div.bar_newsletter {
	border-bottom: 1px solid #CCC;
}

div.bar_sondaj p,div.bar_newsletter p {
	font: bold 13px Verdana;
	padding: 5px 10px 5px 10px;
}

div.bar_newsletter label {
	position: absolute;
	text-align: right;
	width: 50px;
}

div.bar_newsletter input {
	margin-left: 60px;
	margin-bottom: 3px;
}

div.bar_sondaj label.radio {
	position: relative;
	text-align: left;
	padding-left: 5px;
}

div.bar_sondaj input {
	margin-left: 25px;
	margin-bottom: 3px;
	width: 20px;
}

div.bar_sondaj input.submit,div.bar_newsletter input.submit {
	width: auto;
	margin: 5px 0 5px 0;
	height: 18px;
	border: 0;
	color: white;
	font: bold 10px Verdana;
	background: url(../img/site/input_submit_bg.jpg) repeat-x;
}

/* Bara Program */
div.bar_program div {
	height: 20px;
	font: bold 11px/20px Verdana;
	color: #522d1c;
}

div.bar_program div a {
	color: black;
	text-decoration: none;
}

div.bar_program div.hl {
	background-color: #d9cfa9;
}

/* Bara Video si Stiri*/
.bar_video ul.crumbs,.bar_stiri ul.crumbs {
	width: 290px;
	margin: 0 5px 0 5px;
	border-left: 1px solid #DCD5D2;
	height: 21px;
	list-style: none;
	padding: 0;
}

.bar_video ul.crumbs li,.bar_stiri ul.crumbs li {
	float: left;
	width: auto;
	height: 20px;
	border-right: 1px solid #DCD5D2;
	border-bottom: 1px solid #DCD5D2;
}

.bar_video ul.crumbs a,.bar_stiri ul.crumbs a {
	display: block;
	background-color: transparent;
	padding: 2px 5px 2px 5px;
	height: 16px;
}

.bar_video ul.crumbs a.current,.bar_stiri ul.crumbs a.current {
	background-color: #D9CFA9;
}

.bar_video .panel {
	display: none;
}

.bar_stiri .panel {
	display: none;
}

.bar_video_item {
	width: 290px;
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #DCD5D2;
}

.bar_video_item h1 {
	display: block;
	float: left;
	font: bold 40px Arial;
	color: #dcd8d2;
	height: 50px;
	padding: 5px 5px 5px 0;
	margin: 0;
	width: 20px;
}

.bar_video_item .imagine {
	float: left;
	padding: 5px 5px 5px 0;
	width: 65px;
	height: 37px;
}

.bar_video_item .imagine img {
	border: 1px solid #DCD5D2;
}

.bar_video_item .desc {
	float: left;
	font: bold 10px/14px Arial;
	width: 188px;
	height: 28px;
	overflow: hidden;
	padding: 3px 0 3px 5px;
}

.bar_video_item .time {
	float: left;
	font: normal 10px/20px Arial;
	color: #5b5b5b;
	padding: 0 0 0 5px;
}

.bar_stiri .bar_video_item .desc {
	width: 258px;
}

/* Bara Curs Valutar */

.bar_head_orange {
	height: 40px;
	background-color: #F4B51C;
	font: bold 18px/40px Verdana;
	color: white;
	text-indent: 30px;
	text-align: left;
}

div.bar_cursvalutar{
	border: 1px solid #F4B51C;
	background: url(../img/site/money.jpg) no-repeat bottom;
	text-align: center;
	margin-bottom: 10px;
}
div.bar_cursvalutar p{
	font: bold 11px Arial;
	color: #666;
}
div.bar_cursvalutar td{
	padding: 5px;
	font: bold 16px Arial;
	color: black;
}
div.bar_cursvalutar input{
	width: 120px;
	border: 1px solid #F4B51C;
	font: bold 12px Arial;
}


/* Bara Horoscop */

div.bar_head_blue {
	height: 40px;
	background-color: #234A99;
	font: bold 18px/40px Verdana;
	color: white;
	text-indent: 30px;
	text-align: left;
}

div.bar_horoscop{
	border: 1px solid #234A99;
	background: url(../img/site/zodiac/horoscop.jpg) no-repeat bottom;
	text-align: justify;
	padding: 10px 33px 10px 33px;
	margin-bottom: 10px;
}
div.bar_horoscop p{
	font: normal 12px Arial;
	color: #234B99;
	border: 1px solid #234A99;
	background-image: url(../img/site/zodiac/trans.png);
	clear: both;
	padding: 3px;
	display: none;
}


div.hor,div.horb{
	background-image: url(../img/site/zodiac/sprite.jpg);
	width: 71px;
	height: 71px;
	float: left;
	margin: 3px;
}
div.hor{
	cursor: pointer;
}

div#h1.hor{	background-position: -710px 0px;}
div#h2.hor{	background-position: -71px 0;}
div#h3.hor{	background-position: -497px 0;}
div#h4.hor{	background-position: -284px 0;}
div#h5.hor{	background-position: -426px 0;}
div#h6.hor{	background-position: -568px 0;}
div#h7.hor{	background-position: -781px 0;}
div#h8.hor{	background-position: -142px 0;}
div#h9.hor{	background-position: -213px 0;}
div#h10.hor{	background-position: -639px 0;}
div#h11.hor{	background-position: 0px 0;}
div#h12.hor{	background-position: -355px 0;}


div#h1.hor:hover, div#h1.horb{	background-position: -710px 71px;}
div#h2.hor:hover, div#h2.horb{	background-position: -71px 71px;}
div#h3.hor:hover, div#h3.horb{	background-position: -497px 71px;}
div#h4.hor:hover, div#h4.horb{	background-position: -284px 71px;}
div#h5.hor:hover, div#h5.horb{	background-position: -426px 71px;}
div#h6.hor:hover, div#h6.horb{	background-position: -568px 71px;}
div#h7.hor:hover, div#h7.horb{	background-position: -781px 71px;}
div#h8.hor:hover, div#h8.horb{	background-position: -142px 71px;}
div#h9.hor:hover, div#h9.horb{	background-position: -213px 71px;}
div#h10.hor:hover, div#h10.horb{	background-position: -639px 71px;}
div#h11.hor:hover, div#h11.horb{	background-position: 0px 71px;}
div#h12.hor:hover, div#h12.horb{	background-position: -355px 71px;}

/*######################################
#########   Index page   ###############
######################################*/
div.head_gray_big {
	height: 30px;
	background: url(../img/site/head_gray_big.jpg) repeat-x;
	font: bold 20px/30px "Trebuchet MS", Arial;
	color: #333;
	text-indent: 30px;
}

div.clear {
	clear: both;
}

/* Live Box */
div#live {
	position: relative;
	background: url(../img/site/online.jpg) no-repeat;
	width: 490px;
	height: 40px;
	padding-left: 160px;
	font: normal 22px/40px Trebuchet MS;
	color: white;
	cursor: pointer;
}
div#live.live {
	background: url(../img/site/live.jpg) no-repeat;
}

div#live .time {
	font-weight: bold;
}

div#live div.avatar {
	position: absolute;
	left: 77px;
	top: 0;
	width: 60px;
	height: 40px;
	overflow: hidden;
}
/* Live Box Small */
div#live_s {
	position: relative;
	background: url(../img/site/online_s.jpg) no-repeat;
	width: 220px;
	height: 40px;
	padding-left: 80px;
	font: bold 18px/40px Trebuchet MS;
	color: white;
	cursor: pointer;
	overflow: hidden;
}
div#live_s.live {
	background: url(../img/site/live.jpg) no-repeat;
}

div#live .time {
	font-weight: bold;
}


/* Main Promo Box */
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	background-color: #333;
	width: 650px;
	height: 300px;
	margin: 0 auto;
}

#slider {
	position: relative;
	width: 650px;
	height: 300px;
	background: url(/img/site/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/site/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/site/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

a.nivo-prevNav {
	left: 15px;
}

.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
	color: #efe9d1;
	text-decoration: underline;
}

div#mpromo {
	margin-bottom: 10px;
	position: relative;
}

/* Promo Box */
div#promo div.emisiune {
	float: left;
	margin: 0 0 10px 8px;
}

/* Baner Box */
div.banner_640 {
	width: 640px;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
}
div.banner_640 img{
	
}

/* Stiri Box */
div#stiri {
	background: url(../img/site/stiri_bg.png) repeat-x bottom;
	margin-bottom: 10px;
}

div.stiri_box {
	width: 320px;
	margin-bottom: 5px;
}

div.stiri_box h1 {
	display: block;
	font: bold 16px Verdana;
	color: #a64124;
	padding: 5px 0px 5px 0;
	margin: 0;
}

div.stiri_box .imagine {
	float: left;
	padding: 5px 5px 5px 0;
	width: 112px;
	height: 87px;
}

div.stiri_box .imagine img {
	border: 1px solid #DCD5D2;
}

div.stiri_box .desc {
	float: left;
	font: normal 12px/15px Arial;
	width: 198px;
	height: 85px;
	overflow: hidden;
	padding: 3px 0 3px 5px;
	text-align: justify;
}

div.stiri_box .time {
	float: left;
	clear: both;
	font: normal 10px/20px Arial;
	color: #5b5b5b;
	padding: 0 0 0 5px;
	width: 155px;
}

div.stiri_box .view {
	float: left;
	font: normal 10px/20px Arial;
	color: #5b5b5b;
	padding: 0 5px 0 0;
	width: 155px;
	text-align: right;
}

div.stiri_box .view a {
	color: #CB0000;
	font: normal 10px/20px Arial;
}

div.button_orange {
	float: right;
	clear: both;
	cursor: pointer;
	width: 120px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font: bold 12px/20px Verdana;
	background: url(../img/site/but_orrange_bg.jpg) repeat-x;
	margin: 0 10px 10px 0;
}

/* Scroll Boxes */
/*TEST ELEMENTS*/
.scrollable {
	position: relative;
	top: 20px;
	left: 45px;
	width: 560px;
	height: 120px;
	overflow: hidden;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
}

.items div {
	float: left;
}

div.scroll_box {
	height: 180px;
	margin-bottom: 10px;
	position: relative;
}

div.scroll_box.red {
	background-color: #90371D;
}

div.scroll_box.yellow {
	background-color: #C9B97E;
}

div.scroll_box div.header {
	height: 41px;
	font: bold 22px/40px Trebuchet MS;
	text-indent: 30px;
}

div.scroll_box.red div.header {
	color: white;
	background: url(../img/site/top_video_bg_r.jpg);
}

div.scroll_box.yellow div.header {
	/*color: #82311a;*/
	color: white;
	background: url(../img/site/top_video_bg_y.jpg);
}

div.scroll_box a.prev {
	display: block;
	position: absolute;
	top: 90px;
	height: 28px;
	width: 24px;
	font: normal 14px/28px Arial;
	text-align: center;
	cursor: pointer;
}

div.scroll_box.red a.prev {
	color: #90371D;
	background-color: #C9B97E;
}

div.scroll_box.yellow a.prev {
	color: #C9B97E;
	background-color: #90371D;
}

div.scroll_box a.next {
	display: block;
	position: absolute;
	top: 90px;
	right: 0px;
	height: 28px;
	width: 24px;
	font: normal 14px/28px Arial;
	text-align: center;
	cursor: pointer;
}

div.scroll_box.red a.next {
	color: #90371D;
	background-color: #C9B97E;
}

div.scroll_box.yellow a.next {
	color: #C9B97E;
	background-color: #90371D;
}

div.scroll_box div.video {
	padding: 0 8px 0 8px;
	width: 96px;
	height: 105px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}

div.scroll_box p {
	margin: 5px 0;
	font: bold 12px Arial;
}

div.scroll_box.red p {
	color: #C9B97E;
}

div.scroll_box.yellow p {
	color: #90371D;
}

/*######################################
#########   Emisiuni page   ############
######################################*/
div.emisiuni {
	height: 148px;
	background: url(../img/site/emisiune_bar.jpg) no-repeat;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
}

div.emisiuni div.desc {
	position: absolute;
	top: 45px;
	left: 197px;
	height: 80px;
	overflow: hidden;
	font: normal 12px/16px Arial;
}

div.emisiuni div.more {
	position: absolute;
	top: 125px;
	right: 0px;
	height: 20px;
	width: 150px;
	text-align: right;
}

div.emisiuni div.more a {
	color: #A1A1A1;
	font: normal 12px/16px Arial;
}

div.emisiuni div.header {
	position: absolute;
	top: 0px;
	left: 197px;
}

div.emisiuni div.image {
	position: absolute;
	top: 40px;
	left: 0px;
}

div.emisiuni div.image img {
	width: 192px;
	height: 108px;
}

div.emisiuni div.header a {
	font: bold 14px/40px Verdana;
	color: white;
	text-decoration: none;
}

div.emisiuni .time {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 80px;
	font: bold 18px/20px Verdana;
	text-align: center;
	color: white;
}

div.emisiuni .day {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85px;
	font: bold 11px/20px Verdana;
	text-align: center;
	color: white;
}

div.emisiuni .simg {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 65px;
	height: 40px;
	text-align: center;
	overflow: hidden;
}

/* Emisiune Despre Page*/
div.emisiune_menu {
	height: 30px;
	background: url(../img/site/emisiune_menu_bg.jpg);
	padding-left: 50px;
	margin-bottom: 10px;
}

div.emisiune_menu a {
	font: normal 16px/30px Tahoma;
	display: block;
	width: auto;
	float: left;
	padding: 0 10px 0;
	color: black;
}

div.emisiune_menu a:hover,div.emisiune_menu a.current {
	background: url(../img/site/emisiune_menu_bg_hover.jpg);
	color: white;
}

div.emisiune_video_menu a.orange,div.emisiune_video_menu a.orange:hover
	{
	color: orange;
	font-weight: bold;
	background: none;
}

div.text {
	font: normal 12px/15px Arial;
	color: black;
	margin-bottom: 10px;
	text-align: justify;
	clear: both;
}

/* Emisiune Video Page*/
div.emisiune_video_menu {
	height: 35px;
	background: url(../img/site/emisiune_video_bg.jpg) bottom;
	padding: 0 30px 0 20px;
	font: normal 18px/35px Tahoma;
	color: white;
}

div.emisiune_video_menu a,div.emisiune_video_menu p {
	font: normal 14px/35px Tahoma;
	display: block;
	width: auto;
	float: right;
	padding: 0 10px 0;
	color: white;
	margin: 0;
}

div.emisiune_video_menu p {
	color: #D3C89E;
}

div.emisiune_video_menu a:hover,div.emisiune_video_menu a.current {
	background: url(../img/site/emisiune_video_bg.jpg) top;
}

div.video_desc {
	padding: 10px 5px 10px 5px;
	background: #803019 url(../img/site/emisiune_video_bg.jpg) repeat-x top;
	color: white;
}

div.video_desc h1 {
	font: bold 22px Arial;
	margin: 10px 5px 10px 5px;
}

div.video_desc p {
	color: #d3c89e;
	margin-left: 5px;
	margin-right: 5px;
}

div.video_desc p.date {
	color: white;
}

div.comment_bg {
	background: url(../img/site/comment_bg.jpg) repeat-y;
	margin-bottom: 10px;
}

div.comment_img {
	background: transparent url(../img/site/comment_img.jpg) no-repeat top
		right;
}

div.comment {
	height: auto;
	background: url(../img/site/comment_delim.jpg) no-repeat bottom;
}

div.comment_login {
	clear: both;
	height: 65px;
	margin-bottom: 10px;
}

div.poster {
	float: left;
	padding: 5px 0 15px 0;
	text-align: right;
	width: 180px;
}

div.poster h2 {
	margin: 0;
	font: bold 14px/20px "Arial";
}

div.poster .date {
	font: normal 11px Verdana;
	color: #979797;
	background: url(../img/site/comment_name_delim.jpg) no-repeat top;
}

div.post {
	float: left;
	width: 460px;
	margin-left: 10px;
	padding: 18px 0 15px 0;
	font: italic 12px/15px Verdana;
}

div.post_box {
	float: left;
	width: 450px;
	height: 65px;
	margin-left: 10px;
	background: transparent url(../img/site/comment_area_left.jpg) no-repeat
		0 0;
	padding-left: 10px;
}

div.post_box div {
	border: 1px solid #d2d2d2;
	border-left: 0;
	height: 63px;
	background-color: white;
}

div.post_box textarea {
	border: 0;
	width: 449px;
	height: 63px;
	margin: 0;
}

/* the overlayed element */
.simple_overlay { /* must be initially hidden */
	display: none;
	/* place overlay on top of other elements */
	z-index: 10000;
	/* styling */
	/*background-color:#333;*/
	background-color: #A64123;
	width: 370px;
	min-height: 200px;
	border: 1px solid orange;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(../img/site/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

ul#popnav {
	margin: 0;
	padding: 5px 0;
}

ul#popnav li {
	margin-top: 5px;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	color: #333;
	background-color: #faf0e6;
	margin-left: 5px;
	font: normal 12px/20px arial;
	text-align: center;
	cursor: pointer;
	border: 1px solid white
}

div#popcont {
	clear: both;
	padding: 5px;
}

div#popcont div {
	height: 30px;
	width: 170px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
}

div#popcont div.error {
	font: bold 12px/30px Arial;
	color: #ffcccc;
	width: 340px;
}

div#popcont div a {
	font: bold 12px/30px Arial;
	color: orange;
}

/*######################################
#########   Program page   ############
######################################*/
div.prog,div.c1 {
	height: 65px;
	font: normal 16px/60px Verdana;
	text-indent: 10px;
}

div.prog {
	background-color: #F2EEE2;
}

div.prog img,div.c1 img {
	vertical-align: middle;
}

div.repeat {
	background-image: url(../img/site/repeat.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*######################################
#########   Stiri page   ############
######################################*/
div.stiri {
	height: 125px;
	background: url(../img/site/stiri_bar.jpg) no-repeat;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
}

div.stiri div.desc {
	position: absolute;
	top: 45px;
	left: 120px;
	height: 80px;
	overflow: hidden;
	font: normal 12px/16px Arial;
}

div.stiri div.header {
	position: absolute;
	top: 0px;
	left: 140px;
}

div.stiri div.image {
	position: absolute;
	top: 40px;
	left: 0px;
}

div.stiri div.header a {
	font: bold 14px/40px Verdana;
	color: white;
	text-decoration: none;
}

div.stiri .time {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 95px;
	font: bold 18px/20px Verdana;
	text-align: center;
	color: white;
}

div.stiri .day {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	font: bold 11px/20px Verdana;
	text-align: center;
	color: white;
}

div#share{
	float: left;
	width: 290px;
	margin: 14px 0 0 0;
	text-align: left;
}



div#like{
	float: left;
	width: 350px;
	margin: 10px 0 0 0;	
	text-align: right;
}

h1.news{
	background: url(../img/site/header_bg2.jpg) repeat-x top;
	font:  bold 16px/40px Verdana;
	color: white;
	height: 40px;
	padding: 0 15px 0 15px;
	vertical-align: middle;
}
p.date{
	font: bold 12px Arial;
	text-indent: 10px;
}

/*######################################
#########   TOP10    page   ############
######################################*/
div.toplist div {
	background-color: #f8f8f8;
	font: bold 16px/60px Verdana;
	text-indent: 30px;
	float: left;
	width: 325px;
}

div.toplist div.current {
	border-bottom: 4px solid #74007E;
}

div.toplist div img {
	vertical-align: middle;
}

ul.hitlist {
	list-style: none outside none;
	margin: 0.5em 20px 1em;
	padding: 0;
}

ul.hitlist li {
	border-bottom: 1px dotted #CCCCCC;
	font: bold 12px/30px Arial;
	height: 30px;
	overflow: hidden;
	padding: 0 20px 0 0;
	vertical-align: top;
}

ul.hitlist li.vote0 {
	background: url("../img/site/top/equals.gif") no-repeat scroll right
		center transparent;
}

ul.hitlist li.vote1 {
	background: url("../img/site/top/up.gif") no-repeat scroll right center
		transparent;
}

ul.hitlist li.vote-1 {
	background: url("../img/site/top/down.gif") no-repeat scroll right
		center transparent;
}

ul.hitlist li.vote2 {
	background: url("../img/site/top/new.gif") no-repeat scroll right center
		transparent;
}

/*######################################
#########   Gallery  page   ############
######################################*/
div#gallery img {
	margin: 0 5px 5px 0;
}

/*######################################
#########   Contacte page   ############
######################################*/

div.form label{
	width: 100px;
	font: 12px/30px Arial;
	display: block;
	float: left;
	height: 30px;
	clear: both; 
	text-align: right;
}
div.form input, div.form select, div.form textarea{
	width: 400px;
	display: block;
	float: left;
	margin: 4px 0 4px 15px;
}

div.ferror{
	height: 40px;
	background-color: #eeeeee;
	border: 1px solid #333333;
	color: #a0522d;
	text-indent: 50px;
	font: bold 16px/40px Verdana;
}

/*######################################
#########   Search page   ############
######################################*/

 div.stire{
	height: 85px;
	position: relative;
	padding: 5px 10px 5px 0;
}
 div.stire div.title{
 	font: bold 14px Verdana;
 	position: absolute;
 	left: 120px;
 }
  div.stire div.preambula{
 	font: italic 12px Arial;
 	position: absolute;
 	left: 120px;
 	height: 48px;
 	top: 22px;
 	overflow: hidden;
 }
 div.stire div.img{
 	float: left;
 	position: absolute;
 } 
 div.stire div.date{
   font: bold 10px Arial;
 	float: left;
 	position: absolute;
 	left: 120px;
 	bottom: 10px;
 	}
 	
 div.video{
	height: 54px;
	position: relative;
	padding: 5px 10px 5px 0;
}
 div.video div.title{
 	font: bold 14px Verdana;
 	position: absolute;
 	left: 105px;
 }
 div.video div.preambula{
 	font: italic 12px Arial;
 	position: absolute;
 	left: 105px;
 	height: 48px;
 	top: 22px;
 	overflow: hidden;
 }
 div.video div.img{
 	float: left;
 	position: absolute;
 } 
  div.video div.date{
  font: bold 10px Arial;
 	float: left;
 	position: absolute;
 	left: 105px;
 	bottom: 10px;
 }
 
 /*######################################
#########   Pagination   ############
######################################*/

div.pagination{
	text-align: center;
	font: 14px Arial;
	color: #9b9b9b;
	margin: 15px 0 15px 0;
}

div.pagination a{
	text-decoration: underline;
}
 
