@import url('header.css');
@import url('navigation.css');
@import url('small_content.css');
@import url('main_content.css');
@import url('article.css');
@import url('footer.css');
@import url('article.css');
@import url('forum.css');
@import url('poll_results.css');
@import url('faq.css');
@import url('archive.css');
@import url('gadgets.css');
@import url('simple.css');
@import url('promo.css');
@import url('/static/hr/shared/css/networkHeader.css');

img, div { 
	behavior: url(/static/hr/microsites/default/js/iepngfix.htc) 
}

/* START: Reset CSS  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	color:#300809;
	margin: 0; 
	padding: 0; 
}

body { 
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_sitebg_30.jpg) top left;
}


* html body { 
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_sitebg_30.jpg) top center;
}

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

fieldset, img, abbr, acronym {  
	border: 0; 
}

address, caption, cite, code, dfn, th, var { 
	font-style: normal;
	font-weight: normal; 
}

ol, ul { 
	list-style: none; 
} 

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END: Reset CSS */

a {
	color: #7c2830;
	text-decoration: none;
}

a:hover { 
	color:#300809;

 }

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

h1 {	
	font-size: 22px;
} 

h2 {	
	font-size: 18px;
} 

h3 {	
	font-size: 26px;
} 

h4 {	
	font-size: 14px;
} 

p {
	line-height: 17px;
	margin-bottom: 17px;
}

/* START: Main positions */
#container {
	width: 988px;
	margin: 0 auto;
}

#networkHeader {
	position: absolute;
	width: 100%;
	top: 0; 
	left: 0;
}

* html #networkHeader {
	width: expression(document.body.clientWidth);
}

#networkHeader .networkHeaderContent{
	width: 988px;
}

#header {
	width: 988px;
	padding-top: 40px;
}

#navigation {
	width: 988px;
	height: 68px;
	margin: 0;
	float: left;
	text-align: center;
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_main_navi_bg.png) no-repeat top left;
}

* html #navigation {
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_main_navi_bg.gif) no-repeat top left;
}

#content {
	width: 988px;
}

#content #main_content {
	float: left;
	width: 538px;
	margin: 0 0 0 128px;
	padding: 0;
}

* html #content #main_content {
	margin: 0 0 0 64px;
}

#content #small_content {
	float: right;
	width: 322px;
	padding: 0;
	margin: 0;
}

#footer {
	width: 988px;
	height: 80px;
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_footer_bg.png) no-repeat top right;
	margin-bottom: 20px;
	float: left;
}

/* END: Main positions */

/* START: Breadcrumb */
.breadcrumb { display: none;}

/* START: Textual content (simple background) */ 
.textual_content {
}

.textual_content .textual_content_primary {
}

/*
.textual_content .textual_content_secondary {
	width: 551px;
	height: 9px;
	background: transparent url(/static/hr/microsites/farma2010/img/backgrounds/textual_content_secondary_background.gif) no-repeat scroll 0%;
	font-size: 0;
}
*/

.textual_content .textual_content_content {
}
/* END: Textual content (simple background) 

/* START: Media */
/* START: Media box basic */
.article .media_box {
	color: #000;
	margin: 0 0 10px 0;
}
.media_box {
	width: 598px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
}
* html .media_box {
	margin: 0!important;
	padding: 0!important;
	width: 488px;
	overflow: hidden;
}

.media_box a {
}

.media_box a:hover { text-decoration: none }

.media_box .media_box_primary { display: none }
.media_box .media_box_content .player h2 { 
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background: none;
	width: 300px;
	margin-bottom: 10px;
	padding: 0!important;	
}
.media_box .media_box_secondary { display: none }

.media_box .media_box_content h2 {
	width: 488px;
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_center_subtitle_bg_full.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0;
	height: 32px;
	padding: 7px 0 0 25px;
}

.media_box .media_box_content h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;
}

.media_box .media_box_content .player {
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_article_video_player_bg.png) no-repeat top left;
	padding: 14px 0 60px 35px;
	width: 494px;
	margin-left: 23px;
}

* html .media_box .media_box_content .player {
	width: 488px;
	margin-left: 15px;
}

.article .media_box .media_box_content .player, .player_info_opener .media_box .media_box_content .player {
	padding: 48px 0 55px 35px;
}

* html .article .media_box .media_box_content .player, * html .player_info_opener .media_box .media_box_content .player {
	width: 468px;
	margin-left: 0;
}

/* ARTICLE MEDIA BOX */

.media_box {
	width: 494px;
	margin: 0 20px 20px 0;
}

* html .media_box {
	width: 494px;
	margin: 0 20px 20px 0;
	overflow: visible;
}

.article .media_box .media_box_content .player {
	margin-left: -5px;
}

* html .article .media_box .media_box_content .player {
	width: 480px;
	margin-left: -6px;
}

/* END: Media box basic */

/* START: Media video */

.media_box .media_box_content input {
	width: 350px;
	font-size: 11px;
	margin: 10px 0 0 7px;
}
/* END: Media video */

/* START: Media related videos */
.media_box .media_box_content ul {
	display: block;
	float: left;
	clear: both;
	width: 448px;
	border-bottom: 1px dotted #7c2830;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.article_text {
	clear: both;
}
.media_box .media_box_content li {
	display: inline;
	float: left;
	width: 114px;
	height: 158px;
	font-size: 11px;
	color: #a8a8a8;
	margin: 4px 20px 10px 7px;
}
* html .media_box .media_box_content li {
	overflow: hidden;
}

.media_box .media_box_content li h3 {
	font-size: 12px;
}

.media_box .media_box_content li .media_box_time {
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
/* END: Media related videos */
/* END: Media */

/* START: Others */
.clear { clear: both; overflow: hidden }

.embed_video { margin: 7px 0 0 0; }

.divider7px_horizontal {
	height: 7px;
	clear: both;
}

.divider7px_vertical {
	float: left;
	width: 7px;
	height: 1px;
}
/* END: Others */

/* START: Page lister */
.pagelister a {
	font-weight: bold;
}

.pagelister .normal {
}
/* END: Page lister */
.clear {
	display: none;
	visibility: hidden;
}
/* START BREAKING NOSE */

#breaking_news_box {
	width: 488px;
	margin-left: 30px;
	margin-right: 20px; 
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_featured_alert.gif) no-repeat top left;
	padding-left: 140px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #300809;
}
* html #breaking_news_box {
	width: 348px;
	margin-left: 15px;
	margin-right: 10px;
}
#breaking_news_box h2 {
	color: #b43908;
	font-size: 18px;
	font-weight: bold;
}
#breaking_news_box p {
	margin-bottom: 20px;
}

/* 3DN BREAKING NOSE */
div.sponzori, div.network{
	color:#7C2830;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	width:128px;
	size:14px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding-top:15px;
}

div.sponzori{
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_left_title_bg1.png) no-repeat left top;
	height: 50px;
	padding-top: 20px;
	line-height: 14px;
}
div.network{
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_left_title_bg2.png) no-repeat left top;
	height: 38px;
	padding-left: 4px;
}
.last_comments ul li .username {
	color: #532A0D;
}
#live_stream_link.small_box {
	margin: -10px 0 -10px;
}
#farmeri_blog_box {
	float: left;
	margin-left: 20px;
}
* html #farmeri_blog_box {
	margin-left: 10px;
}
#fgallery_display {
	clear: both;
	width: 480px;
	margin-left: 30px;
}
.article #fgallery_display {
	margin-left: 0;
}

#rating.small_box_content {
	width: 213px; 
	float: right;
}

* html #rating.small_box_content {
	margin-left: 30px;
}

/* START BANNERS */
#div_banner_M, #div_banner_C8 {
	clear: both;
	width: 300px; 
	margin-left: 12px; 
	margin-top: 10px; 
}

#div_banner_C8 {
	margin-top: 0; 
}
/* END BANNERS */

/*START SHOWBIZZ BOX*/
#external_articles_10020 .primary {
	background: transparent url(/static/hr/microsites/farma2010/img/backgrounds/showbiznafarmi_top.png) no-repeat scroll 0 0;
	background: transparent url(showbiznafarmi_top.png) no-repeat scroll 0 0;
	float:left;
	height:88px;
	width:322px;
}
#external_articles_10020 .external_articles_article{
	clear:both;
	width: 280px;
	margin:0 auto;
	padding-bottom: 5px;
}
#external_articles_10020 .external_articles_title {
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#external_articles_10020 .external_articles_image {
	float:left;
}

#external_articles_10020 .external_articles_image img {
	border: 1px solid #5A2521;
}

#external_articles_10020 .external_articles_content {
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 13px;
	float:left;
	width: 160px;
	padding-left:4px;
}

#external_articles_10020 .external_articles_content .external_articles_date{
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #9C6A5A;
}

#external_articles_10020 .external_articles_line {
	height: 3px;
	width: 200px;
	margin: 5px auto;
	background: transparent url(/static/hr/microsites/farma2010/img/backgrounds/dotted_line.gif) repeat-x scroll 0 0;
	clear: both;
}

#external_articles_10020 a {
	color: #7C2830;
	text-decoration:none;
}

#external_articles_10020 a:hover {
	color:#300809;
	text-decoration:none;
}

#external_articles_10020 .external_articles_content a:hover {
	text-decoration:underline;
}

/*END SHOWBIZZ BOX*/

/*START PISEK BOX*/

#pisek_box {
	clear: both;
	float: left;
	width: 322px;
	height: 136px;
	background: url(/static/hr/microsites/farma2010/img/backgrounds/farma_pisek_box_bg.png) no-repeat left top;
}

#pisek_box p {
	float: left;
	width: 170px;
	height: 60px;
	margin: 0 10px 14px 50px;
}

#pisek_box p a {
	font-size: 14px;
	text-decoration: none;
}

#pisek_box p a img {
	display: block;
	height: 50px;
}

#pisek_box p a:hover {
	text-decoration: underline;
}

#pisek_box p .date {
	clear: both;
	float: right;
	color: #999;
	margin-right: 45px;
	margin-top: 5px;
}

#pisek_box #leftImg {
	float: left;
}

/*END PISEK BOX*/


/*START RENMAN BOX*/

#renman_box {
	clear: both;
	float: left;
	width: 322px;
	height: 136px;
	margin-bottom: 10px;
	background: url(/static/hr/microsites/farma2010/img/backgrounds/renman_dokosti_farma_322x144_bck.png) no-repeat left top;
}

#renman_box p {
	float: left;
	width: 165px;
	height: 60px;
	margin: 10px 0px 0px 10px;
}

#renman_box p a {
	font-size: 14px;
	text-decoration: none;
}

#renman_box p a img {
	display: block;
	height: 50px;
}

#renman_box p a:hover {
	text-decoration: underline;
}

#renman_box p .date {
	clear: both;
	float: right;
	color: #999;
	margin-right: 45px;
	margin-top: 5px;
}

#renman_box a.title_link {
	display:block;
	width:100%;
	height:38px;
}

#renman_box a.pic_link {
	display:block;
	float:left;
	width:120px;
	height:80px;
}

/*END RENMAN BOX*/
/*START CANDIDAT LIST*/

#voteform .player_profiles {
	width: 486px;
	margin-left: 30px;
}

#voteform .player_profiles .profile,
#voteform .player_profiles .chart {
	width: 243px;
	float: left;
	height: 150px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #BCA984;
}

#voteform .player_profiles .profile h3 {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

#voteform .player_profiles .profile img {
	border: 1px solid #7C2830;
	padding: 2px;
	float: left;
	background: #FDFBF2;
	margin-right:10px;
}

#voteform .player_profiles .profile img:hover {
	border-color: #300809;
}

#voteform .player_profiles .chart {
	text-align: right;
	padding-top: 20px;
	height: 130px;
	font-size: 14px;
}

#voteform .player_profiles .chart span {
	font-size: 14px;
	line-height: 40px;
}

#voteform .details {
	float: left;
	width: 110px;
}

/*END CANDIDAT LIST*/
/*START CANDIDAT PROFILE*/

.singleProfile {
	padding: 0 0 20px 30px;
}

.singleProfile .profile h3 {
	display: block;
	margin-bottom: 10px;
}

.singleProfile .profile img {
	float: left;
	margin-right: 10px;
}

.playerStatic h1{
	border: none;
}

/*END CANDIDAT PROFILE*/

/* START OTHER NEWS BOX, START ARCHIVE */

.otherNewsBox {
	float: left;
	width: 486px;
	padding: 0 0 20px 30px;
}

.otherNewsBox h2 {
	background: transparent url(/static/hr/microsites/farma2010/img/backgrounds/farma_center_subtitle_bg_full.png) no-repeat;
	height: 35px;
	width: 458px;
	display: block;
	font-family: "Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0 0 24px;
}

.otherNewsBox .otherNewsArticle,
.archiveBox .otherNewsArticle {
	padding: 0 0 10px;
	margin: 10px 0 0 10px;
	border-bottom: 1px dotted #BCA984;
	float: left;
}

.otherNewsBox .otherNewsArticle:last-child,
.archiveBox .otherNewsArticle:last-child {
	border: none;
}

.otherNewsBox .otherNewsArticle img,
.archiveBox .otherNewsArticle img {
	margin-right: 15px;
	float: left;
}

.otherNewsBox .otherNewsArticle a,
.archiveBox .otherNewsArticle a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
}

/* END OTHER NEWS BOX, END ARCHIVE */
/*START SELECTED VIDEO*/

#selectedVideo {
	float: left;
	width: 504px;
	margin: 0 0 20px 30px;
}

#selectedVideo .newsBoxTitle h2{
	background: transparent url(/static/hr/microsites/farma2010/img/backgrounds/farma_center_subtitle_bg_full.png) no-repeat;
	height: 35px;
	width: 458px;
	display: block;
	font-family: "Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0 0 24px;
}

#selectedVideo .newsBoxSecondary .newsBoxSecondaryItem {
	margin-left: 10px;
	width: 78px;
	float: left;
	overflow-x: hidden;
}

#selectedVideo .newsBoxSecondary .newsBoxSecondaryItem img {
	margin-bottom: 7px;
}

#selectedVideo .newsBoxSecondary .newsBoxSecondaryItem p {
	font-size: 11px;
	line-height: 14px;
}

/*END SELECTED VIDEO*/

.newsBox {
	float: left;
	padding: 0 0 20px 30px;
}

.newsBox h2 {
	background:url("/static/hr/microsites/farma2010/img/backgrounds/farma_center_subtitle_bg_full.png") no-repeat scroll 0 0 transparent;
	display:block;
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	height:35px;
	padding:8px 0 0 24px;
	width:458px;
}

.newsBox .newsBoxSecondary {
	padding: 5px 0 0 0;
}

.newsBox .newsBoxSecondary .newsBoxSecondaryItem img {
	margin-bottom: 5px;
}

.newsBox .newsBoxSecondary .newsBoxSecondaryItem {
	width: 78px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
}

.newsBox .newsBoxSecondary .newsBoxSecondaryItem a {
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
}

/* CENTRAL EXTERNAL BOXES */

#external_articles_12012, #main_content #external_articles_10020 {
	width: 500px;
	float: left;
	margin: 10px 0 10px 20px;
}

* html #external_articles_12012, * html  #main_content #external_articles_10020 {
	width: 500px;
	float: left;
	margin: 10px 0 10px 10px;
}

#main_content #external_articles_10020 .primary, #main_content #external_articles_10020 .content, #main_content #external_articles_12012 .primary, #main_content #external_articles_12012 .content {
	width: 500px;
	background: none;
}

#main_content #external_articles_10020 .secondary, #main_content #external_articles_12012 .secondary  {
	display: none;
}

#main_content #external_articles_12012 .content, #main_content #external_articles_10020 .content {
	width: 490px;
	padding-left: 10px;
}

#main_content #external_articles_12012 .content .external_articles_article, #main_content #external_articles_10020 .content .external_articles_article {
	clear: none;
	float: left;
	width: 114px;
	margin-right: 8px;
}

#main_content #external_articles_12012 .primary {
	background: url("/static/hr/microsites/farma2010/img/backgrounds/farma_center_bg_primary_zadovoljna.png") no-repeat 0 0;
	float: left;
	height: 38px;
}

#main_content #external_articles_10020 .primary {
	background: url("/static/hr/microsites/farma2010/img/backgrounds/farma_center_bg_primary_showbizz.png") no-repeat 0 0;
	float: left;
	height: 38px;
}

#main_content #external_articles_10020 .primary img, #main_content #external_articles_12012 .primary img {
	background: none;
	height: 38px;
	width: 490px;
}

#main_content #external_articles_10020 .external_articles_line {
	display: none;
}

#main_content #external_articles_10020 .external_articles_image img {
	border: none;
}