@import url('boxes.css?v=20141006');
@import url('/static/hr/shared/css/shared.css');

 
/* START GLOBAL RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	border: none;
}

form {
	line-height: 18px;
}

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;
}

img {
	float: left;
	border: none;
}

a:active, a:focus {
	outline: none;
}

/* END GLOBAL RESET */
/* START SHARED & GLOBAL STYLES */

body {
	background: #eee;
}

a {
	color: #ff6619;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
}

h1, .hsim1{
	font-size: 18px;
	line-height: 24px;
}

h2, .hsim2, th {
	font-size: 16px;
	line-height: 22px;
}

.hsim1, .hsim2 {
	display: block;
	margin: 10px 0;
}

.clear {
	clear: both;
}

.displayNone {
	display: none;
}

.banner {
	float: left;
	margin-bottom: 10px;
}

ul {
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
	list-style: disc;
}

ol {
	margin: 10px 0 0 20px;
	padding-bottom: 10px;
	list-style: decimal;
}

li {
	margin: 5px 0 0 10px;
	line-height: 18px;
}

.staticPage ul {
	margin: 10px 0 0 10px;
}

.staticPage li {
	list-style: disc;
	list-style-position: inside;
	margin: 5px 0 0 10px;
}

#main_content .full .simple_content {
	padding: 10px;
	width: 640px;
}

input {
	border: 1px solid #CCCCCC;
}

input[type="radio"], input[type="checkbox"] {
	border: none;
}

.pages .selected,
.pagelister .selected,
.pageNav .selected {
	padding: 2px 5px;
	background: #ccc;
	color: #fff;
	font-weight: bold;
}

.pages span a,
.pagelister span a,
.pageNav span a {
	background: #ededed;
	padding: 2px 5px;
	color: #333;
}

.pages span a:hover,
.pagelister span a:hover,
.pageNav span a:hover {
	background: #ddd;
	padding: 2px 5px;
	text-decoration: none;
}

#main_content h1.programTitleBar {
	background: url(../img/boards_header.gif) no-repeat scroll right bottom transparent;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	font-size: 24px;
	height: 44px;
	line-height: 50px;
	padding: 0;
	width: 660px;
}

.subsite_subpage h1.programTitleBar {
	display: none;
}

/* END SHARED & GLOBAL STYLES */

/* START Main position */

#container {
	width: 990px;	
	margin: auto;
	position: relative;
}

#content {
	width: 970px;	
	padding: 0 9px 10px;
	border-left: 1px solid #772d2d;
	border-right: 1px solid #772d2d;
	clear: both;
	background: #FFF;
}

#main_content {
	width: 660px;	
	float: left;
}

#small_content {
	width: 300px;	
	float: right;
	margin-left: 10px;
}

#main_content .full {
	float: left;
}

#main_content .left {
	float: left;
}

#main_content .right {
	float: right;
}

/* END Main position*/
/* START Network header */

#networkHeader {
	background: #000000;
	font-size: 12px;
	height: 25px;
	padding-top: 12px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#networkHeader ul, 
#networkHeader li {
	margin: 0;
	padding: 0;
}

#networkHeader .networkHeaderContent {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 990px;
	z-index: 10;
}

#networkHeader .networhHeaderLogo {
	left: -25px;
	position: absolute;
	top: -12px;
	width: 207px;
	height: 151px;
	background: url(../img/networkHeaderLogo.png) no-repeat 0 0;
}

#networkHeader .leftContent {
	float: left;
	margin-left: 150px;
	color: #9b3d0f;
	position: relative;
}

#networkHeader .rightContent {
	float: right;
}

#networkHeader .rightContent .user_display_when_loggedin,
#networkHeader .rightContent .user_display_when_loggedout {
	color: #666;
}

#networkHeader a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#networkHeader a:hover {
	text-decoration: underline;
}

/* END Network header */
/* START Header */

#siteHeader {
	margin-top: 45px;
	margin-bottom: 18px;
	position: relative;
	z-index: 10;
}

#siteHeader #headerContent .floatRight {
	float: right;
	margin-bottom: 0;
}

#siteHeader #headerContent .floatLeft {
	float: left;
}

#siteHeader #headerContent {
	overflow: hidden;
}

/* END Header */
/* START Navigation */

#siteNavigation {
	width: 988px;
	float: left;
	background: #FFF url(../img/navBg.gif) repeat-x;
	border-left: 1px solid #772d2d;
	border-right: 1px solid #772d2d;
	position:relative;
	z-index:20;
}

#siteNavigation ul,
#siteNavigation li{
	margin: 0;
	padding: 0;
	list-style: none;
}


#siteNavigation #naviList li {
	float: left;
	display: block;
	font-size: 17px;
	background: url(../img/navSeparator.gif) right top no-repeat;
}

#siteNavigation #naviList li a {
	color: #FFF;
	padding: 15px 9px 14px;
	display: block;
	line-height: 20px;
}

#siteNavigation #naviList li a:hover, #siteNavigation #naviList li a.naviRollOver {
	text-decoration: none;
	background: url(../img/navBgHover.gif) right bottom no-repeat;
}

#siteNavigation #naviList li.current a {
	color: #333;
	background: url(../img/navCurrentBg.gif) 0 0 repeat-x;
	padding: 15px 9px 13px;
	border-right: 1px solid #FFF;
}

#siteNavigation #naviList li.current a:hover {
	text-decoration: none;
	color: #333;
	background: url(../img/navCurrentBg.gif) 0 0 repeat-x;
}

#siteNavigation #naviList li.current {

	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #FFF;
	position: relative;
}

/* start dropdown*/

.subsite_nav_item{
	float: left;
	position: relative;
}

.subsite_nav_item .jq_drop_menu {
	background: url(../img/subsite/subsite_dropdownBg.png) repeat 0 0;
	padding: 0 18px 10px 10px;
	width: 200px;
	top: 29px;
	left: 0;
	border: 1px solid #636363;
	border-top: 1px solid #737373;
}

.subsite_nav_item .jq_drop_menu a {
	color: #eee;
	clear: both;
	background: none;
	padding: 5px 0px;
	margin-bottom: -1px;
	border-bottom: 1px solid #636363;
	border-top: 1px solid rgba(0, 0, 0, 0.6);
	border-top: 1px solid #979797;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	float: none;
}

.subsite_nav_item .jq_drop_menu .first a {
	border-top: none;
}

.subsite_nav_item .jq_drop_menu .last a {
	border-bottom: none;
	padding-bottom: 0;
}

#siteNavigation #naviList .jq_drop_menu {
	background: url(../img/dropdownDarkBg.png) no-repeat 0 0;
	padding: 0 18px 31px 10px;
	width: 200px;
	top: 48px;
	left: -1px;
}

#siteNavigation #naviList .dropdown_item a {
	font-size: 14px;
	padding: 5px 0px;
	border-bottom: 1px solid #410a0a;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-top: 1px solid #971c1c;
	border-top: 1px solid rgba(255, 51, 51, 0.3);
}

#siteNavigation #naviList .current .jq_drop_menu {
	background: url(../img/dropdownLightBg.png) no-repeat 0 0;
}

#siteNavigation #naviList .current .dropdown_item a {
	background: none;
	font-size: 14px;
	padding: 5px 0px;
	border-bottom: 1px solid #8e8e8e;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-right: none;
}

#siteNavigation #naviList .dropdown_item.first a {
	border-top: none;
}

#siteNavigation #naviList .dropdown_item.last a {
	border-bottom: none;
	width: 200px;
}

#siteNavigation #naviList .dropdown_item.last {
	background: url(../img/shadowBottom.png) left bottom no-repeat;
	left: 0;
	padding: 0 18px 7px 10px;
	position: absolute;
	width: 200px;
}

#siteNavigation #naviList .dropdown_item a:hover {
	background: none;
	color: #ccc;
}

#siteNavigation #naviList .current .dropdown_item a:hover {
	background: none;
	color: #666;
}

/* start: search */

#siteNavigation #search_box {
	width: 304px;
	height: 31px;
	float: right;
	margin: 9px 0 0 0;
	background: url(../img/searchBg.gif) 0 0 no-repeat;
	padding: 6px 0 0 8px;
}

#siteNavigation #search_box #search_box_inp {
	color: #FFF;
}

#siteNavigation #search_box #search_box_inp label {
	float: left;
	padding-top: 1px;
}

#siteNavigation #search_box #search_box_inp #input_search {
	margin-left: 8px;
	width: 166px;
	color: #666;
	font-style: italic;
	background: url(../img/searchInputBg.gif) 0 0 no-repeat;
	border: none;
	padding: 3px 0 2px 8px;
	float: left;
}

#siteNavigation #search_box #search_box_inp .submit {
	background: url(../img/searchSubmitBg.gif) 0 0 repeat-x;
	border: none;
	height: 19px;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 4px;
	margin-left: 8px;
}

/* END Navigation */
/* START Posebna ponuda */

#ppContainer {
	width: 968px;
	height: 800px;
	border-left: 1px solid #772D2D;
	border-right: 1px solid #772D2D;
	float: left;
	background: #fff url( /static/hr/microsites/novatv/img/subsite/pp_main_bg.jpg) no-repeat bottom right;
	padding: 0 10px;
}

.posebnaItem {
	float: left;
	font-size: 14px;
	width: 230px;
	margin: 10px 10px 10px 0;
	text-align:center;
}

.posebnaItem img {
	border: 1px solid #fff;
}

.posebnaItem a {
	line-height: 30px;
}


.posebnaItem img:hover {
	border: 1px solid #FF6619;
}

#ppContainer h1.programTitleBar {
	width: 970px;
}


/* EDIT Posebna ponuda */
/* START Program */

.programCont h2 a {
	color: #666;
	font-weight: bold;
}

/* END Program */
/* START Footer */

#footer {
	width: 981px;
	background: #000 url(../img/footerBg.gif) left bottom repeat-x;
	padding: 9px 7px 20px 0;
	border: 1px solid #000;
	border-bottom: none;
	overflow: auto;
}

#footer ul,
#footer li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer a {
	font-size: 11px;
	line-height: 18px;
}

#footer ul {
	float: left;
}

#footer li.col1,
#footer li.col2,
#footer li.col3 {
	width: 328px;
	float: left;
	padding-left: 10px;
}

#footer li.col2,
#footer li.col3 {
	border-left: 1px solid #585858;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#footer li.col2,
#footer li.col1 {
	border-right: 1px solid #000;
}

#footer li {
	color: #f4f8ff;
	font-size: 11px;
	line-height: 18px;
}

#footer li.col3 {
	width: 290px;
}

/* END Footer */
/* START Search results */

#main_content .kl_text img {
	float: none;
	display: none;
}

#main_content .kl_text span.number {
	padding-left: 10px;
	background: url(../img/rightArrowOne.gif) no-repeat left center;	
}

#main_content .simple h1 {
	margin-bottom: 6px;
}

#main_content .kl_text_small {
	line-height: 18px;
}

#main_content .kl_text a b{
	font-weight: normal;
	padding-left: 15px;
	background: url(../img/searchBulletRound.gif) no-repeat left center;	
}

#main_content .kl_text a {
	line-height: 18px;
	margin-right: 10px;
}

/* END Search results */
/* START Poll results */

#main_content .poll_result {
	width: 640px;
	padding: 10px;
	background: url(../img/scheduleBg.gif) repeat-x 0 0;
}

#main_content .poll_result ul {
	margin-right: 10px;
}

#main_content .poll_result table {
	background: #fff;
	padding: 10px;
	width: 100%;
}

#main_content .poll_result .result img {
	float: none;
}

#main_content .poll_result h2 {
	display: inline-block;
	margin-bottom: 6px;
}

#main_content .poll_result caption {
	padding: 10px;
}

#main_content .poll_result hr {
	display: none;
}

#main_content .poll_result ul {
	border-top: 1px solid #D2D2D2;
	padding-top: 5px;
	margin-top: 5px;
}

#main_content .poll_result .result {
	padding: 0 10px 2px;
}

#main_content .poll_result ul li a {
	color: #FF6619 !important;
}

#main_content .poll_result .stats {
	display: block;
	margin-bottom: 8px;
}

#main_content .poll_result tr td {
	padding-bottom: 2px;
}

#main_content .poll_result .pagelister {
	margin-bottom: 10px;
}

#main_content .poll_result table .pagelister {
	margin: 0;
}

/* END Poll results */

/* START FACEBOOK CONNECT BUTTON */

a.fb_login {
	width: 80px;
	height: 20px;
	display: inline-block;
	background: url(/static/hr/shared/img/buttons/facebook_network_connect.gif) no-repeat left bottom;
	position: relative;
	bottom:2px;
	margin-right: 5px;
}

a.fb_login:hover {
	background-position: left top;
}

#facebook_share_button {
	margin-left: 10px;
}

#facebook_like_button {
	margin-right: 10px;
}

/* END FACEBOOK CONNECT BUTTON */

/* START Archive */

.archiveBox {
	padding: 10px;
	background:	url(../img/scheduleBg.gif) repeat-x 0 0 #FFFFFF;
	overflow: auto;
}

.archiveBox p {
	margin: 0;
}

.archiveBox .pages {
	margin: 10px 0;
}

.archiveBox  h2 {
	font-size: 18px;
	line-height: 24px;
}

.archiveBox .otherNewsArticle {
	float: left;
	margin-bottom: 20px;
	padding: 10px;

}

.archiveBox .otherNewsArticle.even {
	background: #eee;
}

.archiveBox .otherNewsArticle img {
	margin-right: 10px;
}

.archive_box {
	padding-bottom: 10px;
	float: right;
}

.pressReleaseBox {
	width: 658px;
	padding: 0;
	background: url(http://novatv.hr/static/hr/microsites/novatv/img/subsite/subsite_onama_contBg.gif) repeat-x left top;
	border: 1px solid #ccc;
	border-top: none;
}

.pressReleaseBox .pages {
	clear: both;
	padding: 10px;
	text-align: right;
	background: #eee;
}

.pressDate, .pressReleaseBox .otherNewsArticleTitle {
	float: left;
	margin-right: 10px;
} 

.pressReleaseBox .otherNewsArticleTitle {
	width: 470px;
}

#main_content .pressReleaseBox p.otherNewsArticle.odd, #main_content .pressReleaseBox p.otherNewsArticle.even {
	clear: both;
	background: none;
	padding: 10px 10px 0;
	overflow: auto;
}

.pressDateHeader {
	background: #e6e6e6;
	padding: 10px;
	color: #333;
}

.pressReleaseFile {
	float: right;
}	

.archive_box .archive_box_content {
	border: 1px solid #ddd;
	background: #fff url(../img/articleRatingBg.gif) repeat-x 0 bottom;
}

.archive_box .archive_link {
	padding: 3px 5px 3px 40px;
	margin: 5px 10px;
	background: url(../img/archive_book.png) no-repeat 0 bottom;
}

/* END Archive */
/* START Forum */

#content_shop {
	width: 640px;
	padding: 10px 10px 5px;
	background:	url(../img/scheduleBg.gif) repeat-x 0 0 #FFFFFF;
}

#forum {
	padding: 10px;
	background: #fff;
}

#content_shop .warning {
	background: #FFF;
	padding: 10px 10px 0;
	color: #ff0000;
}

#forum {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 620px;
}

* html #forum {
	margin: 0 10px 0 15px;
	width: 620px;
}

#forum #categories { clear: both; }

#forum #category_new_theme {
	float: right;
	background-color: #ffffff;
	padding: 0px 5px 1px 5px;
	font-size: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#forum #category_new_theme img {
	float: none;
}

#forum #forum_name {
	font-size: 18px;
	clear: both;
	line-height: 24px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #cdcdcd;
}

* html #forum #forum_name {
	background: none;
}

#forum #category_name {
	font-size: 14px;
	min-height: 20px;
	clear: both;
	padding-left: 20px;
	border-bottom: 1px dotted #ddd;
}
#forum #category_name .cat_name_link img {
	float: none;
}

#forum #category_name a {
	float: left; 
}

#forum #category_name a.cat_name_link img {
	display: none;
}

#forum #topics {
	width: 620px;
	clear: both;
	float: left;
	padding: 5px 0;
}

#forum #topics #name, #forum #topics #show, #forum #topics #post, #forum #topics #last {
	float: left;
}

#forum #topics #name_t, #forum #topics #show_t, #forum #topics #post_t, #forum #topics #last_t {
	float: left;
}

#forum #topics #name {
	width: 265px;
	padding-left: 20px;
}

#forum #topics #name a {
	font-weight: normal;
}

#forum #topics #name a:hover {
	font-weight: normal;
}

#forum #topics #show {
	width: 50px;
	text-align: center;
	height: 28px;
}

#forum #topics #post {
	width: 8%;
	text-align: center;
	height: 28px;
}

#forum #topics #last {
	width: 46%;
	text-align: right;
}

#forum #topics #name_t {
	width: 265px;
	padding-left: 20px;
	font-weight: bold;
}

#forum #topics #show_t {
	width: 50px;
	font-weight: bold;
}

#forum #topics #post_t {
	width: 8%;
	font-weight: bold;
}

#forum #topics #last_t {
	width: 46%;
	font-weight: bold;
	text-align: right;
}

#forum #last10 {
	clear: both;
	font-size: 18px;
	padding: 10px 0px 0px 0px;
	line-height: 24px;
	border-bottom:1px solid #CCCCCC;
}

* html #forum #last10 {
	background: none;
}

#forum #topic .post {
	width: 620px;
}

#forum #topic .post .blue {
	color: #0000FF;
}

#forum #topic .post .red {
	color: #FF0000;
}

#forum #topic .top_bg1 {
	margin-top: 1px;
	height: 3px;
}

#forum #topic .top_bg2 {
	margin-top: 1px;
	height: 3px;
}

#forum #topic .bottom_bg1 {
	height: 3px;
}

#forum #topic .bottom_bg2 {
	height: 3px;
}

#forum #topic .level_1 { margin-left: 0; width: 620px; }
#forum #topic .level_2 { margin-left: 6px; width: 614px; }
#forum #topic .level_3 { margin-left: 12px; width: 608px; }
#forum #topic .level_4 { margin-left: 18px; width: 602px; }
#forum #topic .level_5 { margin-left: 24px; width: 596px; }
#forum #topic .level_6 { margin-left: 30px; width: 590px; }
#forum #topic .level_7 { margin-left: 36px; width: 584px; }
#forum #topic .level_8 { margin-left: 42px; width: 578px; }
#forum #topic .level_9 { margin-left: 48px; width: 572px; }
#forum #topic .level_10 { margin-left: 54px; width: 566px; }
#forum #topic .level_11 { margin-left: 60px; width: 560px; }
#forum #topic .level_1 .text { width: 554px; }
#forum #topic .level_2 .text { width: 548px; }
#forum #topic .level_3 .text { width: 542px; }
#forum #topic .level_4 .text { width: 536px; }
#forum #topic .level_5 .text { width: 530px; }
#forum #topic .level_6 .text { width: 524px; }
#forum #topic .level_7 .text { width: 518px; }
#forum #topic .level_8 .text { width: 512px; }
#forum #topic .level_9 .text { width: 506px; }
#forum #topic .level_10 .text { width: 500px; }
#forum #topic .level_11 .text { width: 494px; }

#forum #topic .post .padding {
	padding-left: 3px;
	font-weight: bold;
}
#forum #topic .post .padding .post_count {
	font-weight: normal;
}

#forum #topic .post .userdata {
	width: 155px;
	font-weight: bold;
}

#forum #topic .post .text {
	float: left;
}

#forum #topic .post .text .date {
	float: left;
	font-size: 11px;
	width: 110px;
}

#forum #topic .post .text .replyto {
	float: left;
	font-size: smaller;
	width: 110px;
}

#forum #topic .post .text .buttons {
	float: right;
}

#forum #topic .post .text .buttons input {
	float: left;
}

#forum #topic .post .text .buttons .button_post {
	float: left;
}

#forum #topic .post .text input, #forum .button_1 {
	background: #FFFFFF url(/static/slo/microsites/zadovoljna/img/forum/forum_button_arrow_off.png) bottom right no-repeat;
	border: 1px solid #BFC8D1;
	color: #B0B0B0;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	padding-right: 10px;
}
#forum #topic .post .text input:hover, #forum .button_1:hover {
	background: #9A0000 url(/static/slo/microsites/zadovoljna/img/forum/forum_button_arrow_on.png) bottom right no-repeat;
	color: #FFFFFF;
}

#forum #topic .post .text .postcontent {
	background:#FDFBF5 none repeat scroll 0 0;
	border-bottom:1px dotted #A8A8A8;
	clear:both;
	float:left;
	margin-bottom:10px;
	padding:10px 5px 20px;
	width:99%;
}

#forum #topic .post .text .postcontent .quote {
	border: 1px solid silver;
	width: 95%;
	background: #fff;
	padding: 3px;
}

#forum #topic .post .text .postcontent .quote .post_image {
	width: 90%;
	overflow: auto;
	margin-bottom: 3px;
}

#forum #topic .form_post {
	position: absolute;
	width: 620px;
	background: #f9f8eb;
	z-index: 100;
}

#forum #topic .guest {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}
#forum #topic .post_count {
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
#forum #topic .post .post_image {
	width: 463px;
	overflow: auto;
	margin-bottom: 3px;
}

#forum #path {
	font-weight: bold;
}

#forum #page_navigator {
	padding-top: 5px;
}

#forum #form {
	width: 620px;
}
#forum #form .form_top {
	background: #f9f8eb;
	height: 4px;
	padding: 0;
	width: 620px;
	overflow: hidden;
}
#forum #form .form_toolbar {
	background: #f9f8eb;
	width: 620px;
	height: 19px;
	padding-left: 4px;
}

#forum #form .form_toolbar .left {
	margin: 0px;
	padding: 0px;
	float: left;
}

#forum #form .form_toolbar #remove_reply {
	margin: 0px;
	padding: 0px;
}

#forum #form .form_toolbar input {
	background: #FFFFFF url(/static/slo/microsites/zadovoljna/img/forum/forum_form_down_arrow.jpg) bottom right no-repeat;
	border: 1px solid #BFC8D1;
	color: #B0B0B0;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	padding-right: 10px;
}
#forum #form .form_toolbar_bottom {
	background: #f9f8eb;
	height: 2px;
	width: 620px;
	overflow: hidden;
}

#forum #form .form_toolbar input:hover {
	background: #9A0000 url(/static/slo/microsites/zadovoljna/img/forum/forum_button_arrow_on.png) bottom right no-repeat;
	color: #FFFFFF;
}

#forum #form .form_input {
	background: #f9f8eb;
	width: 620px;
	padding: 2px;
}

#forum #form .form_bottom {
	background: url(/static/slo/microsites/zadovoljna/img/forum/forum_form_bottom_bottom.jpg);
	height: 2px;
	width: 620px;
	overflow: hidden;
}


#forum #form .text_input {
	width: 350px;
	border: 1px solid silver;
}
#forum #form textarea {
	border: 1px solid silver;
	width: 620px;
	height: 200px;
	margin: 0 0 7px;
}

#forum #form #smilies img {
	cursor: pointer;
}

#forum #locked_topic {
	margin: 0px auto;
	width: 200px;
	text-align: center;
}

#form_post_holder {
	clear: both;
	height: 300px;
}

.clear {
	clear: both;
}

#form_post .left { float: left; width: auto; }
#form_post .right { float: right; width: auto; }

.hidden_object {
	display: none;
}

.visible_object {
	display: block;
}

.preview_link {
	cursor: pointer;
	font-weight: bold; }

.preview {
	position: absolute;
	padding: 3px;
	left: 0;
	width: 620px;
	background-color: #FFFFFF;
	border: 1px solid black;
	display: none;
	z-index: 200;
}

/* END Forum */
/* START Article */

#main_content .ntvArticle {
	background:	url(../img/scheduleBg.gif) repeat-x 0 0 #FFFFFF;
}

#articleIntro {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#articleIntro .articleMultimedia {
	background: url(../img/articleMultimediaIconsBg.gif) repeat-x 0 0;
	bottom: 8px;
	left: 10px;
	position: absolute;
	width: 640px;
	height: 23px;
	color: #999;
	font-size: 11px;
}

#articleIntro .articleMultimedia .dateAuthor {
	display: block;
	float: left;
	padding: 4px 10px 0;
}

#articleIntro .articleMultimedia .videoIcon,
#articleIntro .articleMultimedia .galleryIcon,
#articleIntro .articleMultimedia .commentIcon,
#articleIntro .articleMultimedia .sendIcon,
#articleIntro .articleMultimedia .printIcon{
	color: #CCCCCC;
	float: right;
	margin-right: 10px;
	padding: 4px 0 6px 12px;
}

#articleIntro .articleMultimedia .printIcon {
	background: url(../img/floatIconPrint.gif) no-repeat 0 7px;
	padding: 4px 0 6px 16px;
}

#articleIntro .articleMultimedia .videoIcon {
	background: url(../img/floatIconVideo.gif) no-repeat 0 7px;
}

#articleIntro .articleMultimedia .galleryIcon {
	background: url(../img/floatIconGallery.gif) no-repeat 0 7px;
}

#articleIntro .articleMultimedia .commentIcon {
	background: url(../img/floatIconComment.gif) no-repeat 0 7px;
	padding: 4px 0 6px 16px;
}

#articleIntro .articleMultimedia .sendIcon {
	background: url(../img/floatIconSend.gif) no-repeat 0 7px;
	padding: 4px 0 6px 19px;
}


#main_content #articleIntro h1 {
	background: url(../img/introArticleImgBg.png) repeat 0 0;
	bottom: 31px;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	left: 10px;
	padding: 7px 10px 13px;
	position: absolute;
	width: 620px;
}

#articleIntro .introPicture {
	float: left;
	padding: 10px 0 10px 10px;
}

.article_summary {
	padding: 0 10px;
}

.article_summary p {
	color: #666;
	font-weight: bold;
}

.picture {
	float: left;
	margin: 5px 10px 0;
	width: 228px;
}

.picturewide {
	float: left;
	margin: 5px 10px 0;
}

.picturewide .picturewide_comment,
.picture .picture_comment {
	background: url(../img/articleImgBottom.gif) repeat-x 0 0;
	float: left;
	color: #666666;
	font-style: italic;
	padding: 10px 10px 20px;
}

.picturewide .picturewide_comment{
	width: 580px;
}

.picture .picture_comment {
	width: 208px;
}

#main_content .article_text p {
	padding: 0 10px;
}

/* start: quote */

.quote {
	float: right;
	width: 200px;
	margin: 5px;
	padding: 7px;
}

.quote .quote_content {
	padding: 7px;
	color: #33183F;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/quoteTop.gif) no-repeat top left;
	padding: 12px 0 12px 25px;
}

.quote .quote_content h2 {
	color: #444;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	background: url(../img/quoteBottom.gif) no-repeat bottom right;
	padding: 8px 25px 8px 0;
	font-family: "Times New Roman", Times, serif;
}

.quote .quote_author i {
	color: #999;
}

.quote_no {
	float: right;
	width: 200px;
	margin: 5px;
	padding: 7px;
}

.quote_no .quote_no_content  {
	padding: 7px;
	color: #33183F;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 12px 25px;
}

.quote_no .quote_no_content h2 {
	color: #444;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding: 8px 25px 8px 0;
	font-family: "Times New Roman", Times, serif;
}

/* end: quote */

#main_content .ntvArticle .small_box,
#comments_box,
#article_lightbox_gallery,
#ntv_article_list,
#share,
.media_box  {
	width: 640px;
	margin: 0 0 0 10px;
	padding-top: 32px;
	padding-bottom: 10px;
	position: relative;
	float: left;
}

#main_content .small_box .small_box_content,
#article_lightbox_gallery #article_lightbox_gallery_track,
#ntv_article_list .content,
#comments_box .comments,
#share .contentBox,
#main_content .main_box .content,
.media_box .media_box_content {
	border: 1px solid #ccc;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff url(../img/articleSmallBoxFullBg.gif) repeat-x 0 bottom;
	overflow: auto;
}

#main_content .small_box .small_box_primary h2,
#article_lightbox_gallery h2,
#ntv_article_list .primary a,
#comments_box h2,
#share .headopen h3,
#main_content .newsBox h2,
#main_content .main_box .primary h1,
#main_content .small_box a.header,
.media_box h2 {
	font-size: 14px;
	line-height: 17px;
	padding: 8px 10px;
	border-right: 1px solid #333;
	background: url(../img/scheduleDayBg.gif) no-repeat 0 0;
	display: inline-block;
	color: #fff ;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 1px;
	z-index: 100;
}

/* start: photogallery */

#article_lightbox_gallery #article_lightbox_gallery_track {
	background: #fff url(../img/photoGalleryBg.gif) repeat-x 0 100%;
	float: left;
	overflow: hidden;
    width: 638px;
    height: 68px;
    position: relative;
	padding: 10px 0;
}

#article_lightbox_gallery img {
    float: none;
    max-width:68px;
    max-height:68px;
}

.article_lightbox_gallery_prev,
.article_lightbox_gallery_next {
    position: absolute;
    background: #FFF;
    height: 88px;
    width: 21px;
    z-index: 2;
	top: 0;
}

.article_lightbox_gallery_prev:hover,
.article_lightbox_gallery_next:hover,
.article_lightbox_gallery_prev,
.article_lightbox_gallery_next {
	background-image: url(../img/photoGallerySprite.gif);
}

.article_lightbox_gallery_prev {
	background-position: 0 0;
    left: 0;
}

.article_lightbox_gallery_next {
	background-position: 100% 0;
    right: 0;
}

.article_lightbox_gallery_prev:hover {
	background-position: 0 100%;
}

.article_lightbox_gallery_next:hover {
	background-position: 100% 100%;
}

#article_lightbox_gallery_scroll {
    z-index: 1;
    white-space: nowrap;
    position: absolute;
    left: 21px;
}

#article_lightbox_gallery_scroll img {
	margin-right: 3px;
}

#lbCloseLink {
	width: 82px !important;
}

/* end: photogallery */

#main_content .ntvArticle .newsBox {
	float: left;
	margin: 0 0 0 10px;
	width: 640px;
	padding: 33px 0 10px;
	position: relative;
	border: none;
	background: none;
}

#main_content .ntvArticle .newsBox .selected_videos_title {
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}

#main_content .ntvArticle .newsBox .selected_videos_description {
	display: none;
}

#main_content .ntvArticle .newsBox .newsBoxSecondary {
	background: #F1F1F1;
	float: left;
	padding: 10px 0 0 1px;
	border: 1px solid #ddd;
	border-top: none;
	width: 638px;
	
}

#main_content .ntvArticle .newsBox .newsBoxSecondary .newsBoxSecondaryRow .newsBoxSecondaryItem {
	float: left;
	line-height: 18px;
	margin: 0 0 10px 9px;
	overflow: hidden;
	width: 116px;
}

#main_content .ntvArticle .newsBox .newsBoxSecondary .newsBoxSecondaryRow .newsBoxSecondaryItem img,
#ntv_article_list .content .list_lead_box img {
	border: 1px solid #FFFFFF;
	margin-bottom: 4px;
}

#ntv_article_list .content {
	padding: 10px 0;
}

#ntv_article_list .content .list_lead_box {
	float: left;
	overflow: hidden;
	width: 146px;
	margin-left: 11px;
}

#ntv_article_list .content .list_lead_box .time {
	font-size: 10px;
	color: #888;
	float: left;
}

#ntv_article_list .list_lead_box_content h5 a {
	line-height: 18px;
}

#main_content .right .small_box {
	width: 313px;
	margin-right: 10px;
}

#main_content .left .small_box {
	width: 313px;
	margin-right: 10px;
}

#share {
	width: 315px;
	margin: 0 10px 10px 0;
}

#share .contentBox {
	padding-right: 0;
}

#comments_box .sort {
	font-size: 11px;
	line-height: 17px;
	padding: 8px 10px 6px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
	background: #fff url(../img/articleCommentSortBg.gif) repeat-x 0 1px;
	display: inline-block;
	color: #fff ;
	position: absolute;
	top: 0px;
	left: 107px;
}

#comments_box .sort #comments_order_desc {
	padding-left: 13px;
	background: url(../img/articleCommentsNew.gif) no-repeat 0 50%;
}

#comments_box .sort #comments_order_asc {
	padding-left:13px;
	background: url(../img/articleCommentsOld.gif) no-repeat 0 50%;
}

#comments_box #comments .comments_more a {
	padding-right: 15px;
	background: url(../img/articleMoreCommentIcon.png) no-repeat 100% 70%;
}

#comments_box #comments .comments_more,
#sendnews .small_box_content .button,
#comments_box .active #comment_btn,
#tv_schWeeklyWrapp .schDailyBtn,
#quiz_content .button_start,
#quiz_content .button_repeat,
#quiz_content .button_finish {
	font-size: 12px;
	color: #FF6619;
	padding: 7px 10px;
	margin: 0;
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	border-top: 1px solid #ddd;
	background: #ffffff url(../img/articleCommentSortBg.gif) repeat-x 0 1px;
	display: block;
	position: absolute;
	bottom: 3px;
	right: 1px;
	cursor: pointer;
}

#comments_box #comments .comments_more:hover,
#sendnews .small_box_content .button:hover,
#comments_box .active #comment_btn:hover {
	text-decoration: underline;
}

#sendnews .small_box_content .button,
#comments_box .active #comment_btn {
	padding: 6px 9px;
}

#comments_box {
	padding-bottom: 39px;
}

#comments_box #comments .comments_more {
	bottom: 10px;
}

#comments_box #comments .comment_avatar {
	float: left;
	margin-right: 18px;
	width: 68px;
	height: 68px;
	overflow: hidden;
	background: url(../img/avatar_default.gif) no-repeat 0 0;
}

#comments_box #comments .comment_pointer {
	width: 15px;
	height: 25px;
	background: url(../img/articleCommentsPointer.gif) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 72px;
}

#comments_box #comments .comment_body {
	padding: 10px;
	border: 1px solid #e2e2e2;
	overflow: auto;
	background: #fff url(../img/articleCommentBg.gif) repeat-x 0 100%;
}

#comments_box #comments .comment_body .comment_username {
	font-weight: bold;
	display: inline;
	padding-right: 10px;
}

#comments_box #comments .comment_body .comment_date {
	display: inline;
	color: #999;
	font-size: 10px;
}

#comments_box #comments .comment_body .comment_text {
	border-top: 1px dotted #DDDDDD;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 10px;
}

#comments_box #comments .single_comment {
	margin-bottom: 10px;
	position: relative;
}

#comments_box #comment_send {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #bbb;
	border-bottom: none;
	padding: 10px;
	overflow: hidden;
}

#comments_box #comment_send.active {
	padding-bottom: 31px;
}

#comments_box #comment_txt {
	width: 615px;
	height: 20px;
	border: 1px solid #ddd;
}

#comments_box .active #comment_txt {
	width: 615px;
	height: 72px;
	border: 1px solid #ccc;
	line-height: 18px;
}

#comments_box #comment_btn {
	display: none;
}

#comments_box .active #comment_btn {
	right: 12px;
	top: 106px;
}

#comments_box #send_comment {
	font-weight: bold;
	margin-bottom: 5px;
}

#comments_box #comments {
	border-top: none;
}

#comments_box #span_comment_msg {
	font-style: italic;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
	width: 500px;
	color: #666666;
}

#comments_box #comments .single_comment .voting {
	position: absolute;
	right: 1px;
	top: 11px;
	text-align: right;
	padding-right: 4px;
}

#comments_box #comments .voting .score_positive a, #comments_box #comments .voting .score_negative a {
	background: url(/static/hr/microsites/default/img/comments_rate_positive.gif) repeat  0 0;
	display: block;
	float: left;
	height: 16px;
	width: 11px;
	margin-right: 8px;
}

#comments_box #comments .voting .score_negative a {
	background: url(/static/hr/microsites/default/img/comments_rate_negative.gif) repeat  0 0;
}

#comments_box #comments .single_comment .voting .score {
	margin-right: 10px;
	float: left;
}

#comment_send .commentsLogin img {
	background: url("../img/nova_prijaviSe.gif") no-repeat scroll 0 -20px transparent;
	border: medium none;
	bottom: 5px;
	float: left;
	height: 20px;
	margin: 3px 10px 0 0;
	padding: 0;
	position: relative;
	width: 80px;
}

#comment_send .commentsLogin img:hover {
	background-position: 0 0;
}

#main_content #sendnews .small_box_content {
	padding-bottom: 0px;
}

#sendnews .small_box_content textarea,
#sendnews .small_box_content input {
	border: 1px solid #ccc;
	margin: 3px 0 5px;
	padding: 3px;
}

#sendnews .small_box_content input {
	width: 200px;
}

#sendnews .small_box_content textarea {
	width: 283px;
}

#sendnews .small_box_content .button {
	width: auto;
	bottom: 11px;
}

#sendnews .small_box_content .commentSendButton {
	width: 225px;
}

#sendnews #span_send_msg {
	width: 200px;
}

#sendnews form {
	position: relative;
	padding-bottom: 25px;
}

#share .contentBox li {
	display: block;
	float: left;
	font-size: 11px;
	margin: 0 10px 5px 0;
	width: 87px;
	overflow: hidden;
}

#share .contentBox li.blog a {
	background: transparent url(/static/hr/shared/img/buttons/blog.gif) no-repeat scroll 0 5px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.newsvine a {
	background: transparent url(/static/hr/shared/img/buttons/newsvine.gif) no-repeat scroll 0 3px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.reddit a {
	background: transparent url(/static/hr/shared/img/buttons/reddit.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.stumbleupon a {
	background: transparent url(/static/hr/shared/img/buttons/stumbleupon.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.google a {
	background: transparent url(/static/hr/shared/img/buttons/google.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 26px;
}

#share .contentBox li.facebook a {
	background: transparent url(/static/hr/shared/img/buttons/facebook.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.furl a {
	background: transparent url(/static/hr/shared/img/buttons/furl.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.myspace a {
	background: transparent url(/static/hr/shared/img/buttons/myspace.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.delicious a {
	background: transparent url(/static/hr/shared/img/buttons/delicious.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.yahoo a {
	background: transparent url(/static/hr/shared/img/buttons/yahoo.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 30px;
}

#share .contentBox li.digg a {
	background: transparent url(/static/hr/shared/img/buttons/digg.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

#share .contentBox li.twitter a {
	background: transparent url(/static/hr/shared/img/buttons/twitter.gif) no-repeat scroll 0 4px;
	display: block;
	height: 23px;
	padding: 8px 0 0 28px;
}

/* start voting*/

#main_content #article_vote {
	padding: 0;
}

#main_content #article_vote .small_box_content {
	background: #fff url(../img/articleRatingBg.gif) repeat-x 0 bottom;
}

#article_vote span{
	float: left;
}

#article_vote .vote_caption {
	text-transform:uppercase;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}

#article_vote .vote_count,
#article_vote .current_vote {
	float: right;
}

#article_vote .current_vote {
	margin-right: 10px;
	padding-top: 2px;
}

#article_vote .vote_count {
	font-size: 10px;
	color: #888;
	padding-top: 4px;
}

#article_vote .stars .vote {
	background-image: url(/static/hr/microsites/novatv/img/stars.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 18px;
	margin: 0;
	padding: 0;
	width: 18px;
}

#article_vote .stars .vote.over {
	background-position: 0 -31px;
}

/* end voting */
/* start releted articles */

#main_content .related_articles {
	margin: 0 0 20px 10px;
}

#main_content .related_articles a {
	background:url(../img/rightArrowOne.gif) no-repeat left center;
	padding-left:15px;
	line-height: 18px;
}

/* end releted articles */
/* start audio box */

.media_box .media_box_content  {
	background: #FFFFFF url(../img/articleRatingBg.gif) repeat-x 0 bottom;
}

.media_box h3 {
	margin-bottom: 10px;
	font-size: 14px;
}

/* start audio box */
/* start: Articles files */

.articleFile a {
	padding-left: 15px;
	line-height: 20px;
	background: url(../img/rightArrowOne.gif) 0 50% no-repeat;
}

.articleFile {
	margin-bottom: 5px;
	margin-left: 10px;
	margin: 0 0 5px 10px;
}

/* end: Articles files */
/* END Article */

/* OYO PROMO 

#oyo_news .oyo_ft {background: url(/static/hr/shared/img/eshop/arrow-gratuit.png) no-repeat 0 0; height: 74px; left: 1px; position: absolute; top: 75px; width: 74px;}

*/

