@import url('forum.css');
@import url('section_articles.css');
/*START GLOBAL*/

body {	
	background: #E5DCB1 url(../img/background.jpg) repeat-y top center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin:0;
	padding:0;
}

a {
	color: #761879;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #761879;
	text-decoration: underline;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #c62a28;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-size: 24px;
}

h2 {
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

p {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a img {
	border: none;
}

#usertrack_image {
left:0;
position:absolute;
top:0;
}

/*3DN GLOBAL*/
/*START CONTAINER*/

#container {
	/*background: url(../img/nova_corner_right.gif) no-repeat top right;*/
}

/*3DN CONTAINER*/

/*START NETWORK HEADER*/
#header_brand {
	background: transparent url(/static/bg/microsites/tv2.bg/img/backgrounds/brand_header.gif) repeat-x scroll left top;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 22px;
	margin: 0;
	padding :1px 0;
	position: relative;
	width: 100%;
}
#header_brand .hcontent {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#header_brand .hcontent .list_container {
	display: inline;
	float: left;
	margin: 3px 10px 0 0;
	/*width: 900px;*/
}
.hcontent #scroll_content {
	margin: 0;
	padding: 0;
	float: left;
	}
.hcontent #scroll_content ul {
	float: left;
	}
.hcontent #scroll_content li {
	float: left;
	list-style: none;
	margin-left: 20px;
	}
.hcontent a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
.hcontent a:hover {
	color: #b2b2b2;
	}
.hcontent .user {
	color:#D8D8D8;
	float:right;
	margin: 3px 0 0;
	overflow:hidden;
	padding: 0 14px 6px 0;
	/*width: 200px;*/
}	
.hcontent .user ul {
	margin:0px;
	padding:0px;
	float: right;
	list-style: none;
}


/*END NETWORK HEADER*/

/*START HEADER*/

#header {
	margin: 0 auto;
	width: 1200px;
	height: 353px;
	position: relative;
	background: transparent url(../img/header.jpg) no-repeat top center;
}

#header .ring a {
	position: absolute;
	top: 135px;
	left: 195px;
	display: block;
	width: 240px;
	height: 70px;
}

#header .logo a {
	position: absolute;
	top: 265px;
	left: 595px;
	display: block;
	width: 200px;
	height: 50px;
}

#header a img {
	border: none;
	margin: 0 20px 0;
}

#header .banner {
	float: right; 
	width: 728px; 
	height: 90px;
 	margin-top: 20px; 
}

/*3DN HEADER*/
/*START DROPDOWN MENU*/

#navigation {
	height: 55px;
	margin: auto;
	position: relative;
	width: 984px;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #fff ;
	background: transparent url(../img/menu_bg.jpg) no-repeat top center;
}

#navigation ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
	
#navigation ul li {
	position: relative;
	text-align: left;
	display: block;
	float: left;
}

#navigation li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 42px;
	display: none;
	list-style: none;
	font-size: 1%;
}

#navigation li ul li {
	display: block;
	float: none;
	width: 190px;
	margin-top: 0;
	font-size: 16px;
}



/* Styles for Menu Items */
#navigation ul li a, #navigation ul li span {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	height: 44px;
	display: block;
	text-decoration: none;
	color: #fff ;
	background: none; /* IE6 Bug */
	padding: 11px 20px 0 30px;
	margin: 0;
	white-space: nowrap;
	line-height: 34px;
	text-transform: uppercase;
	
}

#navigation ul li a.selected {
	background: #430944;
}

#navigation ul li span {
	color: #999;
}

#navigation #mainmenu_internet_tv {
	padding-left:18px;
	
}
#navigation #mainmenu_internet_tv a {
	background: none;
}
	
#navigation #mainmenu_novatv {

	width:120px;
}
#navigation #mainmenu_novatv a{
	background: none;
}
#navigation #mainmenu_novatv img{
	border:none;
	padding:5px 0;
}

#navigation li ul li a {
	border-bottom: 1px solid #dbdbdb;
	color: #7E1604;
	padding: 5px;
	background: #cbcbcb; /* IE6 Bug */
}
	
#navigation ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #fff;
	white-space: nowrap;
}
	
	
/* Holly Hack. IE Requirement \ height: 1%;height: 1%; */
* html #navigation li ul li {
	float: left; 
	clear: both;
}
* html #navigation li ul li a {
	width: 190px;
}
/* 3DN Holly Hack. IE Requirement */

#navigation li:hover ul, #navigation li.over ul { 
	display: block;
} 

#search_box {
	 width: 220px; 
	 position: absolute; 
	 top: 5px; 
	 right: 6px;
	 text-align: right;
	 margin-right: 15px;
}

#search_box #input_search {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #dbdbdb;
	border: 1px solid #000;
	height:24px;
	/*margin: 3px 0 3px 7px;*/
	width: 160px;
}

#search_box form {
	 width: 220px; 
}

#search_box form input{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #dbdbdb;
	border: none;
	height:18px;
		width:18px;
	/*margin: 3px 7px 3px 0;*/
	
	/*
	 position:relative;
	 
	 top:4px;
	 left:-14px;
	 */
}
#search_box form input.input_search_btn{
	background: url(../img/src.gif);
	margin-left:10px;
}

* html #search_box form input{
	 	
	/*margin: 3px 0 3px 7px;*/
}
#search_box form #search_box_inp{
	float:right;
	margin-top:2px;
}
#search_box form #search_box_btn{
	float:right;
	color: #E9FBED;
	cursor: pointer;
	margin-top:2px;
}

.mainmenu_group_holder{
	z-index:200;
}
.mainmenu_group{
	position:absolute;
	left:-20px;
	top:-1px;
	z-index:200;
	border-top:1px solid #7E1604;
	
}
.mainmenu_rubrike li{
	border-left:20px solid #3F0F07 ;
}

/*3DN DROPDOWN MENU*/

#content {	
	width: 984px;
	margin: 0 auto;
	background: #F8EBF8;
	border-top: none;
}

/**START CENTRAL*/
/*START STATIC*/
.simple .simple_content{
	width:601px;
}
.simple h1, .simple p,  .simple h3{
	color: #430944;
	margin: 5px 20px;
}
.simple h1 {
	margin: 20px;
}
.content h1 {
	margin: 10px 20px;
	color: #430944;
}

.content p {
	margin-left: 20px;
}
/*END STATIC*/

/*START IN TEMA*/

#main_content {	
	float: left;
	margin: 0;
	width: 600px;
	min-height: 500px;
	background: #fff;
}

* html #main_content {	
	margin: 20px 0 20px 5px;
	width: 624px;
}
#main_content .content .textual_content .article_intro{
	

}
#main_content .content .textual_content .article_text{
	background: #FFFFFF;
	padding: 20px;
}
#main_content .content .textual_content .full .article_text {	
	float: left;
	width: 601px;
}

#mainnews {
	float: left;
	font-size: 10pt;
	margin-bottom: 20px;
}

#image_rotator_div {
	width: 290px;
	height: 176px;
	border: 5px solid #1F0C08 ;
	float: left;
}

#mainnews .article_text {
	margin-left: 20px;
	padding: 0;
	width: 279px !important;
	float: left;
}

/*3DN IN TEMA*/
/*START SECONDARY THEMES*/

#secondary_news {	
	clear: both;
	margin-bottom: 20px;
}

#secondary_news .article {
	width: 180px;
	float: left;
	margin-right: 26px;
}

* html #secondary_news .article {
	margin-right: 15px;
}

#secondary_news .article .summary a{
	float: left;
	margin-right: 5px;
}

#secondary_news .article .image {
	width: 187px;
	background: #1F0C08 ;
}

#secondary_news .article .image h2 {
	margin: -3px 5px 0;
	color: #DEDCDD ;
	font-size: 14px;
	padding-bottom: 3px;
}

#secondary_news .article .image h2 a {
	color: #DEDCDD ;
}

#secondary_news .article .image h2 a:hover {
	color: #DD2000 ;
}

#secondary_news .article .image img {
	width: 177px;
	height: 109px;
	border: 5px solid #1F0C08 ;
}

#secondary_news .article .summary p {
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0 0;
}

/*3DN SECONDARY THEMES*/
/*START TOP 10*/

#top10 {	
	height: 150px;
	width: 600px;
	margin-bottom: 10px;
}

#top10 .caption{
	background-color: #1F0C08;
	color: #E9FBED;
	line-height: 25px;
	height:35px;
}

#top10 .caption h2 {
	margin: 5px;
	margin-left:8px;
	color: #DEDCDD ;
	font-size: 14px;
	padding-bottom: 3px;
	float:left;
}

#top10 .caption .pagination{
	margin: 5px;
	margin-right:8px;
	color: #DEDCDD ;
	font-size: 12px;
	padding-bottom: 3px;
	float:right;
}

#top10 .caption h2 a {
	color: #DEDCDD ;
}
#top10 .caption h2 a:hover {
	color: #DD2000 ;
}
#true_top_10 {
	height: 170px;
	margin-bottom: 10px;
}
/*SKRIVANJE HTML CONTAINERA ZA FLASH SADRAJE*/
#top10_holder, #weekly_holder, #article_flash_gallery_holder {
	height: 1px;
	overflow: hidden;
}
/*3DN SKRIVANJE HTML CONTAINERA ZA FLASH SADRAJE*/

#top10 .article {
	border: 1px red solid;
	width: 120px;
	float: left;
	font-size: 10pt;
}

/*3DN TOP 10*/
/*START ARTICLE*/

#section_name h1 {
	font-weight: normal;
	margin: -5px 20px 15px 0;
	overflow: visible;
}

.article_intro {
	float: left;
	margin-bottom: 15px;
}
.article_intro .text h2 {
	font-family: Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 22px;
	color:#A895CD;
	color:#FFFFFF;
}

.article_intro .text .source {
	font-size: 10px;
	color: #b2b2b2;
}

.article_summary p {
	color: #4c4c4c;
	font-weight: bold;
}

.article_intro .image_holder {
	width: 300px;
	float: left;
}

.article_intro .image_holder .img {
/*	width: 290px;
	border:5px solid #1F0C08; */
}

.article_intro .image_holder .title {
	margin-top: 3px;
	color: #7f7f7f;
	font-style: italic;
}

.article_intro .text {
	width: 280px; 
	float: left;
	padding-left: 10px;
}

.article_intro .text p {
	color: #FFFFFF;
	font-weight: bold;
}

/*START ARTICLE VIDEO*/

#article_video, .media_box{
		clear: left;
		margin-bottom: 20px;
}

#flvvideo {
	border: 1px solid #d2d2d2;
	width: 601px;
}
	
#media_box_button {
	background: url(../img/videobox_gradient.gif) repeat-x bottom left;
	clear: both;
	width: 601px;
	border: 1px solid #d2d2d2;
	height: 31px;
}

#media_box_button a {
	color:#ededed;
	display: block;
	background: url(../img/videobox_play.png) 0 0 no-repeat;
	height: 31px;
	padding-left: 35px;
	padding-top: 8px;
}

#media_box_button a:hover {
	color:#DD2000 ;
	display: block;
	background: url(../img/videobox_play2.png) 0 0 no-repeat;
	height: 31px;
	padding-left: 35px;
	padding-top: 8px;
}

#media_box_button .media_box_preload{
	background: url(../img/videobox_play2.png) 0 0 no-repeat;
}

.embed_video {
	margin: 10px 0 0;
}

.more_media_box .more_media_box_content {
	margin: 20px 0;
}

.more_media_box .more_media_box_content .additional_video_container {
	width: 120px; 
	float: left; 
	margin: 20px 25px 20px 0;
}

/*3DN ARTICLE VIDEO*/
/*START GALLERY*/
/*
.galleryThumb {
	float: left;
	list-style: none;
	padding: 1px;
}
*/
#fotogalerija_head {
	color: #FFFFFF;
	background: #1F0C08;
	clear: both;
	padding: 5px;
	width: 591px;
}

#foto {
	margin-bottom: 20px;
}

#article_flash_gallery_holder {
	overflow: hidden;
}

#fgallery_display {
	border: 1px solid #b2b2b2;
	margin-bottom: 20px;
	width: 601px;
	clear: left;
}

/*3DN GALLERY*/
/*START COMMENTS*/

#comments .large_box_primary h2 {
	font-size: 18px;
	color: #3F0F07;
}

/*3DN COMMENTS*/
/*START ARTICLE EXTRA*/
/*START RELATED*/
.article_extras_1{
	width: 290px;
	float: left;
	padding-right: 20px;
}

.article_extras_1 .related, .article_extras_2 .small_box{
	width:274px;
	padding:8px;
	padding-bottom: 20px;
	background: #e5e5e5;
	margin-bottom: 18px;
}
.article_extras_1 .caption, .article_extras_2 .small_box h2{
	color: #3f0f07 ;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom:3px;
	width: 274px;
	height: 23px;
}
.article_extras_1 .caption a{
	font-size: 12px;
	float:right;
	width:70px;
	margin-top: 5px;
}
.article_extras_1 .caption span{
	float:left;
	width: 200px;
}
.article_extras_1 .articles a{
	display:block;
	margin-top:5px;
}
/*END RELATED*/
/*START ARCHIVE*/
.article_extras_1 .other{
	background: #e5e5e5;
	padding:8px;
	padding-bottom: 18px;
	width:274px;
}
/*END ARCHIVE*/
/*START VOTE*/
.article_extras_2{
	width: 290px;
	float: left;
}

.article_extras_2 .small_box numeration h2{
	color: #3F0F07 ;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom:3px;
	width: 274px;
	height: 23px;
}



/* START: Vote (BOX) */
#rating .head {
	margin-top:10px;
}
#rating .head ul {
	float: left;
	padding:0;
	margin:0;
	
}

#rating .head .numeration {
	float:right;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	text-align: right;
}


#rating .head .numeration h2 {
	color: #3F0F07 ;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	width: 50px;
	height: 23px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	border:none;
	display:inline;
	clear:none;
}

#rating .head .numeration .total {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	display:inline;
	clear:none;
	margin-left:3px;
}

#rating #article_vote_container_tnx {
	padding: 5px 0 0 0; 
}
#article_vote_container{
	height:18px;
}
/* START: Vote (stars) */
.stars a {
	cursor: pointer;
	margin: 0;
	float: left;
	display: block;
	width: 20px;	
	height: 18px;
	padding: 0px;
	background-image: url(../img/stars.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.stars a.over {
	background-position: 0 -31px;
}

.stars a.selected {
	background-position: 0 -63px;
}

.stars a.selectedover {
	background-position: 0 -47px;
}

.stars a.selectedless {
	background-position: 0 -15px;
}
/* START: Vote (stars) */
/* END: Vote (BOX) */


/*END VOTE*/
/*START COMMENT SEND*/
.article_extras_2 .small_box{
	padding-bottom:8px;
}
.article_extras_2 .small_box #comment_txt{
	width: 272px;
	height: 135px;
	border:1px solid #b2b2b2;
}
.article_extras_2 .small_box #send_comment{
	color:#7E1604;
	}
.article_extras_2 .small_box .send .button{
	float:right;
	margin-top:5px;
	color:#e7e7e7;
	background-color:#3F0F07 ;
	border:1px solid #1F0C08;
}
/*END COMMENT SEND*/
/*END ARTICLE EXTRA*/


#other_news ul li a{
line-height:22px;
}
#other_news ul li a img{
	border: 0px;
}

/* START: Comments (large box) */
.large_box .comments {
	background: #fff;
	padding: 5px 7px 12px 7px;
}

.large_box .comments .lister {
	float: left;
	color: #1F0C08;
}

.large_box .comments .lister a {
	color: #1F0C08;
	font-weight: normal;
	text-decoration: none;
}

.large_box .comments .lister a:hover {
	color: #b2b2b2;
	font-weight: normal;
	text-decoration: underline;
}

.large_box .comments .lister .selected {
	color: #7E1604;
	font-weight: bold;
}

/* ------------------------------------- */

.large_box .comments .sort {
	float: right;
	color: #1F0C08;
}

.large_box .comments .sort a {
	color: #1F0C08;
	font-weight: normal;
	text-decoration: none;
}

.large_box .comments .sort a:hover {
	color: #1F0C08;
	font-weight: normal;
	text-decoration: underline;
}

.large_box .comments h4 {
	color: #3F0F07 ;
	font-size: 12px;
	font-weight: bold;
}

.large_box .comments .comment_date {
	color: #b2b2b2;
	font-size: 11px;
}
/* END: Comments (large box) */


/*3DN ARTICLE*/
/*3DN CENTRAL*/
/*START RIGHT*/

#small_content {
	float: right;
	margin: 0;
	width: 384px;
}

* html #small_content {
	border-left: none;
	padding-left: 0;
	margin: 0;
}

* html #wtf_central {
	margin: 0;
	width: 600px;
	float: left;
}

* html #wtf_right {
	margin: 0;
	width: 300px;
	float: right;
}

#small_content .content .banner {
	width: 300px;
	margin-bottom: 20px;
	background: #eee;
}

#small_content .main_box .primary {
	background: url(../img/behind_scene.jpg) no-repeat top left;
	height: 50px;
	width: 100%;
}
/*article box default*/
#small_content .article_box {
	background: #1F0C08;
	float: left;
	color: #dbdbdb;
	margin-bottom: 20px;
}

#small_content .article_box .title {
	background: #1F0C08 url(../img/greenstripe.gif) repeat-y top left;
	background-color: #1F0C08;
	color: #dbdbdb;
	margin: 0;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px solid #3F0F07 ;
}

#small_content .article_box .content, #small_content .article_box .last_articles_content {
	float: left;
	background: #1F0C08 url(../img/greystripe.gif) repeat-y top left;
	padding: 5px 10px 10px 15px;
	padding-top: 5px;
}

#small_content .article_box .last_articles_content {
	padding: 5px 10px 0 15px;
}

#small_content .article_box .last_articles_content .summmary {
	margin-bottom: 10px;
	float: left;
	width: 275px;
}

#small_content .article_box .title i {
	font-size: 11px;
	color: #dbdbdb;
}

#small_content .article_box .img {	
	float: left;
	padding-right: 10px;
}

#small_content .article_box a {
	color: #E9FBED;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#small_content .article_box a:hover {
	color: #DD2000 ;
}

#small_content .article_box .summmary p {	
	margin-top: 0;
	line-height: 16px;
}

#small_content .article_box .summmary p a{
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight:normal;
}


/*end article box default*/

/*START FLASH GALLERY SMALLBOX*/

#small_content .fgallery_picture {	
	margin-bottom: 20px;
	clear: both;
	width: 300px;
	float: left;
}

#small_content .fgallery_picture .title {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #1F0C08 url(../img/greenstripe.gif) repeat-y top left;
	background-color: #1F0C08;
	color: #dbdbdb;
	margin: 0;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px solid #3F0F07 ;
}

#small_content .fgallery_picture .image_holder {
	float: left;
	background: #1F0C08 url(../img/greystripe.gif) repeat-y top left;
	padding: 5px 10px 10px 15px;
	width: 275px;
}

#small_content .fgallery_picture .image_holder img {
	float: left;
	margin-right: 5px;
	height: 109px;
	width: 177px;
}

#small_content .fgallery_picture .image_holder a {
	color: #E9FBED;
}

#small_content .fgallery_picture .image_holder a:hover {
	color: #DD2000 ;
}

#small_content #sectionList {
	margin-bottom: 20px;
}

/*3DN FLASH GALLERY SMALLBOX*/
/*START WEEKLY COLUMNS FLASH*/

#weekly_columns {
	margin-bottom: 20px;
}

/*3DN WEEKLY COLUMNS FLASH*/
/*START SECTION INTRO*/

.section_intro {
	margin-bottom: 20px;
	width: 300px;
}

.section_intro .content img {
	border: none;
}

.section_intro .content p {
	margin-top: 0;
}

/*3DN SECTION INTRO*/
/*3DN RIGHT*/
/*START FOOTER*/

#footer {
	background:url("/static/bg/microsites/turnir.ring.bg/img/menu_btm_bg.jpg") no-repeat center top transparent;
	height:50px;
	line-height:40px;
	margin:0 auto 20px;
	width:984px;
}
#footer #footer_ext_news {
	border: 1px solid #b2b2b2;
	float: left;
	background: #008cce url(../img/news_box.jpg) no-repeat bottom left;
}
#footer #footer_ext_news #footer_ext_news_content {
	float: left;
	width: 820px;
	padding: 10px 0;
	margin-left: 164px;
	background: #fff;
}
* html #footer #footer_ext_news #footer_ext_news_content {
	margin-left: 82px;
}
#footer #footer_ext_news #footer_ext_news_content a {
	font-family: "Trebuchet MS","Helvetica","Verdana",sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#footer #footer_ext_news #footer_ext_news_content a:hover {
	color: #166C8D;
}
#footer .content ul, #footer .copyrights {
	display: none;
}
.footer_ext_news_item {
	float:left; 
	width: 150px;
	margin: 0 0 10px 10px;
}
.copyright {
	font-size: 11px;
	color: #FFFFFF;
}
.copyright a{
	color: #FFFFFF;
	margin: 0 0 0 20px;
}
#tt_footer {
	clear: both;
}
#footer_showbizz_news {
	position:relative;
	left:-21px;
	width: 984px;
	margin: 0 auto;
	margin-top:20px;
	background:#FFFFFF;
	border: 1px solid #b2b2b2;
}
* html #footer_showbizz_news {
	position:relative;
	left:0px;
	width: 984px;
	margin: 0 auto;
	margin-top:20px;
	background:#FFFFFF;
	border: 1px solid #b2b2b2;
}
#footer_showbizz_news iframe{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
/*3DN FOOTER*/

.faq_content {
	width: 601px;
}

.faq_content dt.toggler {
	border-bottom: 1px #dbdbdb solid;
}

.faq_content dt.toggler.expanded {
	color: #C62A28;
}
.faq_content dd.element.expanded{
	border-bottom: 1px #dbdbdb solid !important;
	margin-bottom: 4px;
}

.bannerArticle{
	clear: both;
	margin: 10px 0 10px 0px;
	width: 603px;
	overflow: hidden;
}

/*START video box naslovnica*/
#box_central_video_list_ .main_video{
	padding-right: 20px;
}
#box_central_video_list_ .main_video h3{
	font-size: 14px;
}
#box_central_video_list_ .main_video .img{
	width:290px;
	height:176px;
	border:5px solid #1F0C08;
	float:left;
	margin-right:26px;
	margin-bottom:20px;
}

#box_central_video_list_ .other_videos{
	clear:both;
}
#box_central_video_list_ .other_videos h4{
	font-size:12px;
	line-height:15px;
	margin:5px 0 5px 0;
}
#box_central_video_list_ .other_videos .other_videos_box{
	float:left;
	margin-right:26px;
	margin-bottom:20px;
	width:180px;
}
#box_central_video_list_ .other_videos .other_videos_box .img{
	width:177px;
	height:109px;
	border:5px solid #1F0C08;
}
#box_central_video_list_ .other_videos .clear{
	clear:both;
}
* html #box_central_video_list_ .other_videos .other_videos_box{
	margin-right:13px;
}
/*END video box naslovnica*/


.photoGallery {
	width: 621px;
	margin: 10px auto;
	float: left;
}

.photoGallery .headOpen {
	width: 621px;
	margin: 0 0 5px 13px;
}

.photoGallery .headOpen h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.photoGallery .headOpen .grey {
	font-weight: normal;
	color: #A895CD;
}

.photoGallery .comment { padding: 0 43px 0 43px; }

.photoGallery .imageBig {
	position: relative;
	margin: 0 0 10px 0;
}

/* START: Photo slide for photo gallery */
#photoSlide {
	width: 641px;
	height: 99px;
	margin: 0 0 10px 0;
}

#photoSlide .backward {
	float: left;
	width: 22px;
	height: 99px;
	background: url(/static/bg/microsites/profm/img/gallery/fotoslide_left.gif) no-repeat;

}

#photoSlide .backward a {
	display: block;
	height: 22px;
	margin: 40px 0 0 0;
	background: url(/static/bg/microsites/profm/img/gallery/fotoslide_left_go.gif) no-repeat;
	padding: 0;	
}

#photoSlide .backward a:hover { background: url(/static/bg/microsites/profm/img/gallery/fotoslide_left_go_h.gif) no-repeat; }

#photoSlide .forward {
	float: left;
	width: 22px;
	height: 99px;
	background: url(/static/bg/microsites/profm/img/gallery/fotoslide_right.gif) no-repeat;	
}

#photoSlide .forward a {
	display: block;
	height: 22px;
	margin: 40px 0 0 0;
	padding: 0;
	background: url(/static/bg/microsites/profm/img/gallery/fotoslide_right_go.gif) no-repeat;	
}

#photoSlide .forward a:hover { background: url(/static/bg/microsites/profm/img/gallery/fotoslide_right_go_h.gif) no-repeat; }

#photoSlide .holder {
	float: left;
	padding: 0 14px 0 14px;
	width: 568px;
	height: 99px;
	background: url(/static/bg/microsites/profm/img/gallery/fotoslide_center.gif) repeat-x;
}

#photoSlide .holder ul {
	overflow: hidden; 
	width: 442px;
	height: 70px;
	white-space: nowrap;
	margin: 15px 0 0 0;
}

#photoSlide .holder li {
	width: 68px;
	display: inline;
	cursor: pointer;
	padding: 0 2px 0 2px;
}

#photoSlide .holder .galleryThumb img {
	display: inline;
	width: 68px;
	margin: 0;
	border: 1px solid black;
}

#photoSlide .holder .galleryThumb .imgselected {
	border: 1px solid #ff0000;
}


ul#thumb_holder_1 { 
	padding: 0;
}

/* END: Photo slide for photo gallery */

/* END: Photo gallery */


.user .settings, .user .logout, .user .person {
	float: left; 
	margin-right: 20px;
} 
.user .register, .user .login {
	background: transparent url(/static/bg/main/img/backgrounds/brand_header_user_border.gif) repeat-y scroll right top;
	float: right;
	padding: 0 12px 0 10px;
}

.user .register, .user .login a{
	background:transparent url(/static/bg/main/img/backgrounds/brand_header_user_login.gif) no-repeat scroll 0 2px;
	display:block;
	padding:0 0 0 19px;

}
.car_vote_table {

	
}
.car_vote_table td {
	padding: 3px 5px;
	color: #FFF;
	font-size: 11px;
}
.cars td {
	text-align: center;
	font-size: 10px;
	padding: 3px 20px 0 0;
	vertical-align: top;
}
.error1 {
	display: none;
}

#car_vote_box {
	background: #302359;
	width: 260px;
	padding: 20px;
}
#car_vote_box h2{
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	
}
#car_vote_box h3{
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	color: #A895CD;
	margin: 20px 0 ;
}

.vote_button {
	width: 150px; 
	height: 30px; 
	background: #332864; 
	color: #fff; 
	border: 0;
	font-weight: bold;
}
#car_vote_holder {
	margin: 20px auto 0 auto;
}
.errorMessage {
	
	color: #CC0000;
}
.red {
	border: 1px solid #CC0000 !important;
}
.textual_content_primary p {
	padding: 0px 20px;
	color: #FFFFFF;
}	

.top11 {
	width: 557px;
	background: #F8F8F8;
	margin: 20px;
	float: left;
}

.box_title {
	background: #FFFFFF url(/static/bg/microsites/turnir.ring.bg/img/top_nap.jpg) no-repeat top left;
	float: left;
	height:66px;
	width: 557px;
	margin: 0 0 0px;
}
.def {
	background: #FFFFFF url(/static/bg/microsites/turnir.ring.bg/img/top_def.jpg) no-repeat top left;
}
.box_title_all {
	background: #FFFFFF url(/static/bg/microsites/turnir.ring.bg/img/top_nap_all.jpg) no-repeat top left;
	float: left;
	height:66px;
	width: 557px;
	margin: 0 0 0px;
}
.def_all {
	background: #FFFFFF url(/static/bg/microsites/turnir.ring.bg/img/top_def_all.jpg) no-repeat top left;
}
.box_title a {
	display: block;
	float: right;
	margin: 35px 20px;
}	
.contestant_picture_big {
/*	float:left;
	height:185px;
	padding: 15px 6px 15px 16px;
	width:160px; */
	width:535px; 
	height:199px;
	float:left;
	padding:6px 0px 6px 12px;
	overflow:hidden;
}
.contestant_picture_big a{
	color:#FFFFFF;
	text-decoration:none;
}
.contestant_picture_big img{
	border:solid 1px #430945;
	float:left;
}
.hated_picture{
	float:left;
	margin: 19px 0px 0px 18px;
}
.hated_picture img{
	border: 1px solid #410c42;
}
.down_container_big {
/*	background: #430944;
	float:left;
	height:65px;
	padding:0;
	width:160px; */
	width:230px;
	height:202px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
	background-color:#430945;
}
.vote_container_big {
/*	color:#FF0000;
	float:left;
	font-size:10px;
	padding:2px 2px 0;
	text-align:right;
	width:156px; */
}
.vote_container_big {
	width:227px;
	float:left;
	padding:2px 2px 0px 0px;
	color:#FF0000;
	text-align:right;
	font-size:10px;
}
.name_container_big {
/*	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0 7px 2px;
	text-align:left;
	width:146px; */
	width:145px;
	float:left;
	padding:0px 10px 2px 10px;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.contestant_picture_big a.descriere {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	padding:0 7px 5px;
	text-decoration:none;
	width:146px;
}

.contestant_picture_big a {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	text-decoration:none;
}
.descriere_big {
	font-weight: normal;
	margin-left: 10px;
}
.disliked {
	background: #ad2829 url(/static/bg/microsites/turnir.ring.bg/img/most_hated_bg_top.gif) no-repeat center 66px;
}
.disliked_btm {
	clear:both;
	height: 17px;
	background: #ad2829 url(/static/bg/microsites/turnir.ring.bg/img/most_hated_bg_btm.gif) no-repeat center bottom;
}
.disliked .box_title {
	background: #FFFFFF url(/static/bg/microsites/turnir.ring.bg/img/most_hated.jpg) no-repeat top left;
}	

.disliked .contestant_picture a img {
	border: 1px solid #430944;
}

.disliked .contestant_picture {
	height: 81px;
	padding: 16px 14px 16px 16px;
	width: 108px;
	
}

.feeling_lucky {
	width: 354px;
	height: 711px;
	margin: auto;
	background: transparent url(/static/bg/microsites/turnir.ring.bg/img/lucky_bg.gif) no-repeat 0 46px ;
}

.feeling_lucky .box_title {
	background: #F8EBF8 url(/static/bg/microsites/turnir.ring.bg/img/lucky.jpg) no-repeat top left;
	float: left;
	height: 46px;
	width: 354px;
}

.feeling_lucky .contestant_picture{
	height: 120px;
	padding: 10px 1px 1px 10px;
	width: 160px;
	float: left;
}

.feeling_lucky .contestant_picture a img {
	border: 1px solid #430944;
}

#player {
	background-image:url(../images/bg_poza.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 295px;
	padding: 15px 10px 0 15px;
	width: 532px;
	margin: 20px 20px 0 20px;
	background: #f7f7f7;
}
#poza {
	float:left;
	height:240px;
	padding:0;

}
#concurent {
	float:left;
	height:155px;
	overflow:hidden;
	padding:10px 20px;
	width:192px;
}
.nume_concurent {
	float:left;
	font-size:21px;
	font-weight:bold;
	padding:0 0 10px;
	text-align:left;
	width:210px;
}

.mesaj {
	float:left;
	font-size:14px;
	padding:0;
	text-align:left;
	width:210px;
}
.nr_voturi {
	background: #761879;
	color:#fff;
	float:left;
	font-size:18px;
	height:25px;
	text-align:center;
	width:110px;
}
a.report_photo {
	float:left;
	font-size:11px;
	height:25px;
	padding:0;
	text-align:right;
	text-decoration:none;
	width:120px;
}
.popup{
	background:none repeat scroll 0 0 #FFFFFF;
	border:3px solid #CCCCCC;
	width: 320px;
	left:320px;
	padding:20px;
	position:absolute;
	top:220px;
	z-index:150;
}
.close_btn {
	float: right;
	cursor: pointer;
	position:relative;
	right:-15px;
	top:-15px;
}
#button_raspuns {
	float:right;
	height:50px;
	padding:0;
	width:263px;
}
#comentarii {
	float:left;
	padding:0;
	width:557px;
	margin: 0 20px;
	background: #eee;

}
#thecomments {
	float:left;
	padding:20px 0 20px;
	background:#f7f7f7;
	border-top:solid 3px #dbdbdb;
	margin:0 20px;
	width:557px;
}
.comment_nu {
	font-size: 18px;
	color:#DD88DD;
	display: none;
}
#addComment{
	border-top: 3px solid #ccc;	
}
.comentariu {
	color:#FFFFFF;
	background:#f7f7f7;
	float:left;
	font-size:12px;
	margin:0 0 10px 15px;
}
.avatar {
	float:left;
}
.commenttext {
	background-color:#fff;
	border-top:2px solid #ddd;
	padding:1px 1px 10px 10px;
	text-align:left;
	width:485px;
	margin: 0 15px;
	min-height: 49px;
}
.commenttext_alt {
	background-color:#f1f1f1;
	border-top:2px solid #ddd;
	padding:1px 1px 10px 10px;
	text-align:left;
	width:485px;
	margin: 0 15px;
	min-height: 49px;
}
.textitem {
	background-color:#FFFFFF;
	border:1px solid #666666;
	font-family:Tahoma,Arial;
	font-size:12px;
	margin:0;
	padding:2px;
	width:300px;
}
.textitem2 {
	background-color:#FFFFFF;
	border:1px solid #666666;
	font-family:Tahoma,Arial;
	font-size:12px;
	height:80px;
	margin:0;
	padding:2px;
	width:300px;
}
.leftcomment {
	float:left;
	padding:0 0 3px;
	width:320px;
	margin:14px;
}
.rightcomment {
	float:right;
	padding:0;
	width:170px;
	margin:14px;
}
.formitem1 {
	padding:0 0 3px;
}
.formitem2 {
	float:left;
	padding:10px 0 3px;
	text-align:left;
	width:60px;
}
.formitem3 {
	float:left;
	padding:20px 0 0;
	width:140px;
}
.textitem3{
	background-color:#761879;
	border:1px solid #761879;
	cursor:pointer;
	font-family:Tahoma,Arial;
	font-size:12px;
	font-weight:bold;
	height:30px;
	margin:0;
	padding:2px;
	width:120px;
	color:#FFFFFF;
}
.textitem3:hover {
	background-color:#7618ac;
}

.textitem4{
	background-color:#761879;
	border:1px solid #761879;
	cursor:pointer;
	font-family:Tahoma,Arial;
	font-size:12px;
	font-weight:bold;
	height:22px;
	margin:10px 0 0 0;
	padding:2px;
	width:90px;
	color:#FFFFFF;
}
.textitem4:hover {
	background-color:#7618ac;
}
.response {
	clear:both;
	margin: 0px 14px 10px;
}
.response2 {
	clear:both;
	margin: 14px 0 0;
}
.vote_btn{
	cursor: pointer;
	float: left;
}
#vote_msg{
	position:absolute; top:220px;left:320px;
}
.error {
	color: red;
}
.nume_coment {
	color:#761879;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:9px 30px 5px 0;
}
.data_coment {
	color:#888888;
	float:left;
	font-size:10px;
	padding:9px 0 5px;
	line-height: 14px;
}
.pale_msg {
	color:#888888;
	padding:10px 20px;
}
.textul_comment {
	color:#333;
	float:left;
	font-size:12px;
	padding:0 9px 0 0;
	text-align:left;
	width:420px;
}
.thumbcomment {
	float:right;
	margin: 10px 8px 0;
}
#pagination {
	background: #fff;
	color:#999;
	float:left;
	font-size:10px;
	padding:10px 30px;
	width:466px;
	margin-left:15px;
	font-size: 11px;
	text-align: center;
}
#pagination span, #pagination a {
	font-size: 11px;
	font-weight: bold;
	margin: auto 7px auto 5px;
}	

#outerImageContainer {
	background-color: #E5DCB1;
}


.concurenti{
	width:260px; 
	height:83px;
	float:left;
	padding: 6px 0px 6px 12px;
	overflow:hidden;
}

.concurenti a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
	margin-left: 10px;
}

.concurenti img{
	border:solid 1px #430945;
	float:left;
}

.concurenti .right_inaintasa {
	width:150px;
	height:83px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px;
	
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#430945;
}
.concurenti .right_inaintasa .voturi_concurenti_inaintasa {
	width:147px;
	float:left;
	padding:2px 2px 0px 0px;
	color:#FF0000;
	text-align:right;
	font-size:10px;
}

.concurenti .right_inaintasa .nume_concurenti_inaintasa {
	width:130px;
	float:left;
	padding:0px 10px 2px 10px;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
