@charset "utf-8";

@font-face {
	font-family: 'OpenSans ExtraBold';
	src: url(fonts/OpenSans-ExtraBold.woff);
	font-weight: normal;
} /*za pretragu*/
@font-face {
	font-family: 'OpenSans Light';
	src: url(fonts/OpenSans-Light.woff);
	font-weight: normal;
} /*za pretragu*/
@font-face {
	font-family: 'OpenSans Regular';
	src: url(fonts/OpenSans-Regular.woff);
	font-weight: normal;
} /*za pretragu*/
@font-face {
	font-family: 'OpenSans Italic';
	src: url(fonts/OpenSans-Italic.woff);
	font-weight: normal;
} /*za pretragu*/

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url(fonts/OpenSans-Semibold-webfont.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(fonts/OpenSans-Bold-webfont.woff) format('woff');
    font-weight: normal;
}
/* Reset CSS */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {
	line-height: 1;
		overflow-x:hidden;
overflow-y:auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Style */
body {
	background: #061934 url(../images/bg.jpg) top left repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3a3a3a
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

.ha-tri {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

/* Top bar */
#top-bar {
	width: 989px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 10px;
	height: 42px;
	background: url(../images/top-bar-separator.png) 10px top no-repeat;
	position: relative
}
#top-bar p {
	display: inline;
	float: left;
	height: 29px;
	line-height: 29px;
	font-size: 11px;
}
#top-bar p a {
	color: #9a9a9a
}
#top-bar p span {
	background: url(../images/top-bar-separator.png) right no-repeat;
	height: 29px;
	line-height: 29px;
	display: block;
	padding: 0 10px 0 0
}

/* Tabs */
.ui-tabs-hide {
	display: none;
}
#date-time p {
	padding-left: 8px;
	padding-right: 5px;
	background: url(../images/top-bar-separator.png) right top no-repeat;
	color: #9a9a9a;
}
#date-time p span {
	display: inline;
	padding: 0 0 0 20px
}
#date-time p span.date {
	background: url(../images/icon-date.png) left no-repeat
}
#date-time p span.time {
	background: url(../images/icon-time.png) left no-repeat;
	padding-right: 3px;
}
#other-tabs {
	/*position: relative;
	left: 194px;*/
	float: left
}
#other-tabs ul li {
	display: inline;
	float: left;
	font-size: 11px
}
#other-tabs ul li a {
	height: 29px;
	float: left;
	line-height: 29px;
	display: block;
	color: #9a9a9a
}
#other-tabs ul li.login {
	background: url(../images/top-bar-separator.png) right top no-repeat;
	margin-right: 7px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px
}
#other-tabs ul li.login a {
	background: url(../images/icon-register-login.png) left center no-repeat;
	padding: 0 0 0 15px
}
#other-tabs ul li.register {
	background: url(../images/top-bar-separator.png) right top no-repeat;
}
#other-tabs ul li.register a {
	background: url(../images/icon-register-login.png) left center no-repeat;
	padding: 0 0 0 15px;
	padding-right: 5px
}
#other-tabs ul li.register a span, #other-tabs ul li.login a span {
	color: #0094d2;
} 
#other-tabs ul li.homepage {
	background: url(../images/icon-homepage.png) 8px center no-repeat;
	padding: 0 0 0 33px;
}
#other-tabs ul li.homepage a {
	background: url(../images/top-bar-separator.png) right top no-repeat;
	padding-right: 5px
}
#other-tabs ul li.bookmark {
	background: url(../images/icon-bookmark.png) 8px center no-repeat;
	padding: 0 5px 0 31px
}
#other-tabs ul li.homepage a:hover, #other-tabs ul li.bookmark a:hover {
	color: #0094d2;
	text-decoration: none
}
#search {
	background: url(../images/search.png) no-repeat;
	width: 217px;
	padding: 9px 0 0 15px;
	height: 34px;
	position: absolute;
	right: 4px
}
#search input.inputbox {
	border: 0;
	background: none;
	width: 152px;
	height: 20px;
	color: #b7b7b7;
	font-size: 11px;
	padding: 0 7px
}
#search input#searchsubmit {
	position: absolute;
	right: 15px;
	top: 9px
}

/* Structure */
#wrapper {
	width: 998px;
	margin: 0 auto;
}
#header {
	height: 170px;
	margin: -14px 0 0 0
}

#header #rotate-ads {
	width: 728px;
	height: 90px;
	z-index: -9999;
	float: right;
	margin: 28px 29px 0 0;
	display: inline
}

/* Navigation */
nav {
	background: #fff;
	border-radius: 5px 5px 0 0;
	clear: both;
	height: 46px;
	margin: 0 auto;
	width: 980px;
}

.top-linija .top {
	background: none;
}

.glavni-meni {
	background-image: linear-gradient(to bottom, #f2f5f6, #ddf4f7); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	background-image: -ms-linear-gradient(top, #f2f5f6 0%, #ddf4f7 100%);
	background-image: -moz-linear-gradient(top, #f2f5f6, #ddf4f7); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #f2f5f6, #ddf4f7); /* Opera 11.10-12.00 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#ddf4f7)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #f2f5f6, #ddf4f7); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	border: 1px solid #e5e0e0;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	height: 40px;
	margin: 5px 5px 0 5px;
	width: 968px;
}

.top .glavni-meni {
	background-image: none;
	border: none;
	height: 45px;
	margin: 0;
	width: 980px;
}

.glavni-meni ul {
	border: 3px solid #f70;
	border-width: 0 0 3px 0;
	height: 37px;
}

.top .glavni-meni ul {
	border-color: #d7d7d7; 
	height: 42px;
}

.top .glavni-meni ul:hover {
	border-color: #f70;	
}

#preveslavanje .top .glavni-meni {
	height: 42px;
}

#preveslavanje .top .glavni-meni.top0 {
	border: 3px solid #d7d7d7;
	border-width: 0 0 3px 0;
}

#preveslavanje .top .glavni-meni.top0:hover {
	border-color: #f70;
}

#preveslavanje .top .glavni-meni.top0 ul {
	border: 0;
	float: left;
	width: 74%;
}

#preveslavanje .top .glavni-meni.top0 ul#padajuci-meni {
	top: 30px;
	width: 160px;
}

#preveslavanje .top .glavni-meni ul#padajuci-meni li:last-child {
width: 100%;
}

#preveslavanje .top .glavni-meni.top0 ul li ul {
	border: 1px solid #f70;
	border-width: 0 1px 1px 1px;
	padding: 0;
	width: 160px;
}

.glavni-meni ul li {
	border-left: 1px solid #e5e0e0;
	border-right: 1px solid #fff;
	display: inline-block;
	float: left;
	height: 37px;
}

.glavni-meni ul .aktivna,
.glavni-meni ul .aktivna:hover {
	background: #f70;
}

.glavni-meni ul .aktivna a,
.glavni-meni ul .aktivna a:hover {
	color: #fff;
}

.top .glavni-meni ul li {
	height: 42px;
}

.glavni-meni ul li:first-child {
	background: url(../images/home-button1.png) no-repeat 50% 50% transparent;
	border-left: 0;
	border-right: 0;
	border-radius: 5px 0 0 0;
	height: 37px;
	text-indent: -99999px;
	width: 45px;
}

.top .glavni-meni ul li:first-child {
	height: 42px;
}

.top ul li:first-child {
	background-color: #d7d7d7;
}

.glavni-meni ul li:last-child {
	border-right: 0;
}

.top .glavni-meni ul li:last-child {
	width: 19.5%;
}

#preveslavanje .top .glavni-meni ul li:last-child {
	width: 8.5%;
}

#preveslavanje .top .glavni-meni ul li ul li:last-child {
	width: 100%;
}

.top .glavni-meni ul li ul li:last-child {
	width: 155px;
}

.glavni-meni ul li a {
	color: #3a3a3a;
	display: block;
	font: 14px/37px 'OpenSans ExtraBold', sans-serif;
	margin: 0 13px;
}

.glavni-meni ul li.neon-yellow {
    background-color: #FFFC00;
}

.glavni-meni ul li.current {
    background-color: #f70;
}

.glavni-meni ul li.current a {
	color: #fff !important;
}

.glavni-meni ul li.current:hover a {
	color: #3a3a3a !important;
}

#preveslavanje .top .glavni-meni.top0 ul li a {
	margin: 0 9px;
}

.top .glavni-meni ul li a {
	line-height: 42px;
}

.glavni-meni ul li.impCompBase {
	background: #f70;
}

.glavni-meni ul li.impCompBase a{
	color: #fff;
}

.glavni-meni ul li.impCompBase a:hover {
	color: #3a3a3a;
}

.glavni-meni ul li:hover {
	background: #fff;
}

.glavni-meni ul li:first-child:hover {
	background: url(../images/home-button1.png) no-repeat 50% 50% #fff;
}

.glavni-meni ul li .strelica {
	background: url(../images/podmeni-strelica.png) no-repeat right 50% transparent;
	padding: 0 19px 0 0;
}

.glavni-meni ul li ul {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: 3px solid #f70;
	border-width: 0 1px 3px 1px;
	height: auto;
	margin-left: -265px;
	padding: 10px 0 10px 7px;
	position: absolute;
	visibility: hidden;
	width: 326px;
	z-index: 9990;
}

.glavni-meni ul li ul:hover {
	border: 1px solid #f70;
	border-bottom: 3px solid #f70;
	border-width: 0 1px 3px 1px;
}

.top .glavni-meni ul li ul {
	height: auto;
}

.glavni-meni ul li:hover > ul {
	visibility: visible;
}

.glavni-meni ul li ul li {
	border-bottom: 1px solid #dbe1e6;
	border-left: 0;
	float: left;
	margin: 0 7px 0 0;
	position: relative;
	width: 155px;
	z-index: 9990;
}

.glavni-meni ul li ul li:first-child {
	background: none;
	text-indent: 0;
	width: 155px;
}

.glavni-meni ul li ul li:first-child:hover {
	background: none;
}

.glavni-meni ul li ul li a {
	background: url(../images/strelica-desno-podmeni.gif) no-repeat right 50% transparent;
	display: block;
	font: 12px/37px 'OpenSans Regular', sans-serif;
	width: 140px;
}

.glavni-meni ul li ul li a:hover {
	color: #f70;
}

.radio-stream{margin: 0;position: relative;left: 779px;top: -37px !important;width: 190px;height: 37px;z-index: 9999;}
.glavni-meni ul li:hover:last-child {background: none;}


/* Superfish styles */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height:			30px;
	padding-bottom:	30px;
	position:		relative;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			968px; 
	display: block
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li#nav-more {
	position: static	
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/* Streaming */
#streaming {
	position: relative;
	left: 721px;
	top: -31px;
	width: 249px;
	height: 26px;
	z-index: 9999
}

/* header */
#page-header {
	background: url(../images/page-header.jpg) top no-repeat;
	width: 943px;
	height: 57px;
	padding: 20px 0 0 25px;
}
#page-header h1, #page-header span.page-title {
	font: normal 31px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #9c4912;
	display: inline;
	margin: 0
}
#page-header span {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #9c4912;
	margin-left: 15px
}
#page-header span strong {
	font-size: 18px;
	font-weight: bold
}
#page-header.video {
	background: url(../images/page-header-video.jpg) top no-repeat;
	padding-left: 10px;
	width: 958px
}
	
/* Container */
#container {
	width: 979px;
	overflow: hidden;
	padding: 0 9px;
	clear: both
}
#main {
	background: #fff;
	width: 968px;
	padding: 0 6px;
	overflow: hidden;
	clear: both
}
#main.pages, #main.home, #main.fullwidth {
	background: #fff url(../images/nav-menu-linija.gif) top left repeat-x;
}
#main.home #content .ad468 {
	width: 468px;
	margin: 10px 9px;
}

#main.home #content .ad468-video {
	width: 468px;
	margin: 10px 9px 5px 9px; font-size:12px;
}
.ad468-video p { margin:0px; padding:8px 0px !important; font-size:12px !important; color:black !important; }
.ad468 h2, .ad468-video h2
{ margin:0px !important; padding:0px 0 5px 0 !important; font-weight:normal !important; font-size:21px !important; font-family:Arial, Helvetica, sans-serif !important; color:#0094D2 !important; }

.twitter {font-size:12px; color:black;}
.twitter a {font-size:12px; color:black;}
.ad468 h1 a,
.ad468 h2 a,
.ad468-video h1.h2fix a,
.ad468-video h2.h2fix a,
h1.h2fix,
h2.h2fix {
	color: #0094D2;
}

h1.h2fix,
h2.h2fix,
.ad468-video h1.h2fix,
.ad468-video h2.h2fix {
	padding-bottom: 15px !important;
}

#main.fullwidth #content {
	width: 100%;
	position: relative
}
#content {
	width: 490px;
	float: left;
	position: relative;
	padding-top: 12px;
	margin-right: 9px
}
#content h2 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #808080;
	margin: -3px 0 25px 0;
	line-height: normal;
}
#content h2 span {
	color: #ff7600;
}
#content h5 {
	color: #a3a3a3;
	font-size: 11px;
	font-weight: normal;
	padding-left: 7px;
	margin-bottom: 10px
}

/* Page title */
#page-title {
	background: url(../images/page-title.png);
	width: 490px;
	height: 32px;
	margin-bottom: 15px;
}
#page-title h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	display: inline-block;
	line-height: 32px;
	padding-left: 11px;
	float: left;
	width: 322px
}
#page-title h1 span {
	color: #ff7702;
}
#page-title p {
	display: inline;
	color: #fff;
	font-size: 11px;
	line-height: 32px;
	position:relative;
	left: -10px
}
.page-title a:hover { text-decoration:none;}


/* Listing form */
form#listing-form {
	position: relative;
	left: 4px
}
form#listing-form p label {
	color: #7c7c7c;
	width: 174px;
	display: block;
	float: left;
	height: 21px;
	line-height: 21px
}
form#listing-form p {
	margin-bottom: 14px;
}
form#listing-form p span {
	color: #a6a6a6;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 10px
}
form#listing-form p input {
	width: 202px;
	height: 15px;
	padding: 3px 5px;
	border: 1px solid #d5d7dc;
	margin-eight: 10px;
	background: url(../images/form-listing-input.png) no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #7c7c7c
}
form#listing-form p textarea {
	border: 1px solid #d5d7dc;
	background: url(../images/firm-listing-textarea.png) no-repeat;
	width: 570px;
	height: 230px;
	padding: 3px 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #7c7c7c
}
form#listing-form p.listing-submitp {
	display: inline-block; 
	float: right
}
form#listing-form input#listing-submit {
	width: 78px;
	height: 32px;
	border: 0;
}

/* Crumbs */
#crumbs {
	display: block;
	padding: 10px 0 10px 7px;
	color: #838383;
	font-size: 12px;
}
#crumbs a {
	color: #0094d2;
	font-weight: bold;
	background: url(../images/crumbs-a.gif) right center no-repeat;
	padding-right: 11px;
	margin-right: 2px
}
#crumbs a.last {
	background: none
}



/* Ads*/
.ad160 {
	width: 160px;
	float: right;
	margin-right: 5px
}
#content.search .ad160 {
	padding-top: 50px;
}
.ad160 a img {
	margin-bottom: 9px
}

/* Listing header */
.listing-header {
	overflow: hidden;
	position: relative;
	width: 958px;
}
#content .listing-header h2 {
	color: #ff7a00;
	font-size: 18px;
	font-weight: normal;
	clear: both;
	margin: 0 0 0 7px;
	padding: 10px 0 0 0;
}




/* Advert */
.ad468 {
	width: 487px;
	margin: 15px 0 15px 0px;
}
.ad468.full {
	width: 100%;
	margin-top: 20px
}
.ad468.full a img {
	margin-right: 11px;
	margin-left: 3px
}
.ad468.full a img.second-banner {
	margin-right: 0
}
.ad468.video {
	margin: 12px auto 15px auto
}


/* Page navi */
.wp-pagenavi {
	background: url(../images/pagenavi.png) no-repeat;
	height: 32px;
	line-height: 32px;
	color: #6a6a6a;
	font-size: 11px;
	text-align: right;
	position: relative;
	padding-right: 11px;
	width: 479px;
	margin-top: 20px;
	clear: both
}
#content.video-container.cat .wp-pagenavi {
	background: url(../images/video-container-navi.png) no-repeat;
	width: 471px;
}

.video-container p { margin:0px; padding:0 0 8px 0; font-size:11px; color:#8B8B8B} 


.wp-pagenavi span.pages {
	position: absolute;
	top: 0;
	left: 15px	
}
.wp-pagenavi span.current {
	font-weight: bold;
	color: #3a3a3a;
	margin-right: 4px;
}
.wp-pagenavi span.separator {
	margin-right: 4px;
	color: #bebebe
}
.wp-pagenavi a {
	margin-right: 4px;
	color: #0094d2
}

/* Single options */
#single-options {
	text-align: left;
	clear: both;
	text-transform: uppercase;
	padding: 0 0 0 14px;
	font-size: 10px;
	color: #939393;
	background: url(../images/single-options.png) no-repeat;
	height: 32px;
	line-height: 32px;
	border-top: 05px solid #fff;
	width: 476px; margin-bottom:10px;
}
#single-options.video {
	background: url(../images/video-single-options.png) no-repeat;
	width: 473px
}
#single-options p.comments-number, #single-options p.send-comment, #single-options.tvr p.send-comment, #single-options.video p.video-share, #single-options.video #post-ratings {
	background: url(../images/single-options-separator.gif) right center no-repeat;
	margin-right: 11px;
	float: left;
	color: #8f8f8f; 
	height: 32px;
	line-height: 32px;
}
#single-options.video p.video-share span a img {
	position: relative;
	top: 4px;
	margin-left: 5px 
}
#single-options.video p.video-share, #single-options.video #post-ratings {
	padding-right: 11px
}
#single-options.tvr p.comments-number a, #single-options.tvr p.send-comment a  {
	color: #535353
}
#single-options p.send-comment {
	background: none 
}
#single-options p.comments-number span a {
	color: #8f8f8f
}
#single-options p.send-comment span a {
	color: #535353
}
#single-options p.comments-number span {
	background: url(../images/single-options-comments-no.gif) left center no-repeat;
	padding-right: 11px;
	display: inline;
	float: left
}
#single-options p.comments-number span a {
	padding-left: 20px;
}
#single-options p.send-comment span {
	background: url(../images/single-options-send-comment.gif) left center no-repeat;
	padding-right: 11px;
	display: inline;
	float: left
}
#single-options p.send-comment span a {
	padding-left: 20px;
}
#single-options p.print-email {
	display: block;
	width: 60px;
	float: right;
	margin-left: 5px;
	height: 31px;
	line-height: 31px
}



/* Respond */
#respond {
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
	float: left
}	
.video-container.single #respond {
	margin-top: 10px;
	border-top: 1px solid #ebebeb
}
#wrapper #container #main #content.video-container.single #respond .ha-tri {
	border:0 ;
	background: none
}
#info-firm #respond {
	margin-top: 0;
}
#wrapper #container #main.home #content #respond {
	width: 490px;
}
#respond .ha-tri {
	color: #808080;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 10px 0
}
#info-firm #respond .ha-tri {
	padding-top: 0;
}
.cancel-comment-reply a {
	color: red;
	font-size: 14px
}
.textcomment {
	width: 373px
}
form#commentform {
	background: #ededed  url(../images/write-comment-left.png) top left no-repeat;
	padding: 15px 15px 15px 95px;
}
#info-firm form#commentform {
	overflow: hidden;
	margin-bottom: 9px
}
form#commentform textarea {
	width: 100%;
	background: #fff url(../images/respond-textarea.png) top left repeat-x;
	border: 1px solid #c2c2c2;
	height: 94px;
	padding: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #747474;
	line-height: 22px;
	margin-bottom: 10px;
}
#info-firm form#commentform textarea  {
	width: 625px
}
form#commentform p.field {
	display: inline-block;
	float: left;
	margin-right: 15px;
	color: #747474;
}
form#commentform p.field.comment-text {
	margin-top: 10px;
}
form#commentform p label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	width: 160px
}
form#commentform p input {
	border: 1px solid #c2c2c2;
	background: #fff;
	width: 190px;
	height: 23px;
	padding: 0 7px;
	color: #747474;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#wrapper #container #main.home #content #respond form#commentform p input, #wrapper #container #main #content.video-container #respond form#commentform p input {
	width: 150px
}
form#commentform p.formsubmitimg {
	text-align: right;
}
#info-firm form#commentform p.formsubmitimg {
	clear: both;
	width: 100%;
	float: left
}
form#commentform p input#submit, #wrapper #container #main.home #content #respond form#commentform p input#submit, #wrapper #container #main #content.video-container #respond form#commentform p input#submit {
	width: 125px;
	height: 26px;
	background: 0;
	border: 0;
	padding: 0
}

.cancel-comment-reply {
	text-align: right
}
.cancel-comment-reply a {
	text-decoration: none;
	font-weight: bold
}

/* Comments */
#comment-list {
	width: 100%;
	float: left
}
#comments {

	margin-left: 6px;
	margin-right: 4px
}
#comments a {
	color: #e8455c
}
#comments .ha-tri#comments-title {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #747474;
	padding-left: 4px
}
#comment-list .ha-tri#comments-title {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	padding: 20px 4px 0 6px
}
#comment-list .ha-tri#tv-ctitle {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #787878;
	padding: 50px 4px 0 6px
}
ol.commentlist {
	font-size: 12px
}
ol.commentlist li {
	margin-top: 20px;
	clear: both
}
#info-firm ol.commentlist li {
	margin-top: 12px;
}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment.colored {
	background: #fffef5
}
ol.commentlist li.comment.not-colored {
	background: #fff
}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #0094d2;
	line-height: normal;
	padding: 10px 0 0 15px;
	border: 1px solid #e4e9ec;
	border-bottom: 0;
	display: block;
}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {
	text-transform: uppercase;
	font-size: 10px;
	color: #8f8f8f;
	padding: 0 15px;
	display: block;
	border: 1px solid #e4e9ec;
	border-width: 0 1px
}
ol.commentlist li.comment div.comment-meta {}
ol.commentlist li.comment div.comment-meta a {
	color: #e8455c
}
ol.commentlist li.comment div.comment-meta a.comment-edit-link {

}
/* ol.commentlist li.comment * {} - (p, em, strong, blockquote, ul, ol, etc.) */
ol.commentlist li.comment div.reply {}
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {
	
}
ol.commentlist li.comment ul.children li, #info-firm ol.commentlist li.comment ul.children li {
	position: relative;
	top: -1px;
	margin-top: 0;
	margin-left: 50px;
}
ol.commentlist li.comment ul.children li div.vcard cite.fn {
	border-top: 1px solid #c6ccd0
}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2, #info-firm ol.commentlist li.comment ul.children li.depth-2 {
	margin-left: 50px;
}
ol.commentlist li.comment ul.children li.depth-3, #info-firm  ol.commentlist li.comment ul.children li.depth-3 {
	margin-left: 0px;
}
ol.commentlist li.comment ul.children li.depth-4, #info-firm  ol.commentlist li.comment ul.children li.depth-4 {
	margin-left: 0px;
}
ol.commentlist li.comment ul.children li.depth-5, #info-firm  ol.commentlist li.comment ul.children li.depth-5 {
	margin-left: 0px;
}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.pingback div.comment-author {}
ol.commentlist li.pingback div.vcard {}
ol.commentlist li.pingback div.vcard cite.fn {}
ol.commentlist li.pingback div.vcard cite.fn a.url {}
ol.commentlist li.pingback div.vcard span.says {}
ol.commentlist li.pingback div.commentmetadata {}
ol.commentlist li.pingback div.comment-meta {}
ol.commentlist li.pingback div.comment-meta a {}
/* ol.commentlist li.pingback * {} - (p, em, strong, blockquote, ul, ol, etc.) */
ol.commentlist li.pingback div.reply {}
ol.commentlist li.pingback div.reply a {}
ol.commentlist li.pingback ul.children {}
ol.commentlist li.pingback ul.children li {}
ol.commentlist li.pingback ul.children li.alt {}
ol.commentlist li.pingback ul.children li.bypostauthor {}
ol.commentlist li.pingback ul.children li.byuser {}
ol.commentlist li.pingback ul.children li.comment {}
ol.commentlist li.pingback ul.children li.comment-author-admin {}
ol.commentlist li.pingback ul.children li.depth-2 {}
ol.commentlist li.pingback ul.children li.depth-3 {}
ol.commentlist li.pingback ul.children li.depth-4 {}
ol.commentlist li.pingback ul.children li.depth-5 {}
ol.commentlist li.pingback ul.children li.odd {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment-body {
	color: #747474;
	line-height: 22px;
	padding: 10px 15px;
	border: 1px solid #e4e9ec;
	border-width: 0 1px;
} 
.comment-options {
	background: url(../images/comment-bottom.png) top repeat-x;
	height: 29px;
	padding: 0 15px;
	line-height: 29px;
	color: #8f8f8f;
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #e4e9ec;
	border-width: 0 1px;
	border-bottom: 1px solid #c6ccd0;
	clear: both
}
.comment-options p.rating {
	display: inline-block;
	float: left
}
.comment-options p.rating img {
	position: relative;
	top: 3px;
}
.comment-options p.comment-reply-link {
	float: right
}
.comment-reply-link a {
	color: #ff7600;  
}
a.comment-reply-link strong {
	color: #ff7600; 
}

em.awaiting {
	border: 1px solid #e4e9ec;
	border-width: 0 1px;
	display: block;
	padding: 0 15px;
	color: #e8455c;
	font: bold 11px Arial, Helvetica, sans-serif
}
img.rating-img {
	padding: 0px; 
	border: none; 
	cursor: pointer;
}
span.rating-txt {
	font-size:10px; 
	color:#747474; 
	font-weight: bold; 
	margin: 0 6px 0 2px;
}

/* Primary */
#primary {
	float: left;
	width: 160px;
	display: inline;
	margin-right: 9px;
	padding-top: 12px; border:0px solid red
}
/* Widget box */
.widget-box {
	margin-bottom: 10px;
	overflow: hidden
}
.widget-box.primary-info {
	border: 0;
	background: url(../images/video-primary-header.png) no-repeat;
	width: 105px;
	height: 32px;
	padding: 16px 0 27px 55px
}
.widget-box.primary-info {
	color: #6a6a6a;
	line-height: 20px
}
.info-firms {
	margin-left: 7px
}
.widget-box span.ha-tri {
	background: url(../images/widget-h3.png) no-repeat;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
	padding-left: 10px
}
.widget-box.no-h3 {
	border-top: 1px solid #cfd2d5
}
.widget-box.type2 .ha-tri {
	background: url(../images/widget-type2-h3.png) no-repeat;
	height: 29px;
	line-height: 29px;
	color: #ff7a00;
	text-transform: none
}
.widget-box.type2.info-subcategories .ha-tri {
	background: url(../images/sprite-info.png) -2px -60px no-repeat;
	padding-left: 30px
}
.widget-box.type2.info-city .ha-tri {
	background: url(../images/sprite-info.png) -2px -91px no-repeat;
	padding-left: 30px
}
.widget-box ul, .widget-box #datepicker, .widget-box .recommend-box, .widget-box .widget-box-inner {
	border: 1px solid #cfd2d5;
	border-top: 0;
	padding: 5px 8px;
	overflow: hidden
}
.widget-box #datepicker {
	padding: 6px 4px
}
.widget-box ul li {
	padding-left: 10px;
	background: url(../images/footer-box-a.png) 0 11px no-repeat;
	border-bottom: 1px dotted #cbcbcb;
	padding-top: 6px;
	padding-bottom: 6px;
}
.widget-box ul li.last {
	border: 0;
}
.widget-box ul li a {
	color: #6a6a6a;
	font-weight: bold;
	font-size: 12px
}

.widget-box ul li a:hover {
	color: #FF7F10;
	font-weight: bold;
	font-size: 12px; text-decoration:none;
}
.widget-box.type2 ul li a {
	font-weight: normal
}
.widget-box ul li.current a {
	color: #ff0000;
	font-weight: bold
}
.widget-box.type2.info-city li.current a {
	color: #6a6a6a;
	font-weight: bold
}
.widget-box.type2 .recommend-box {
	color: #6a6a6a;
	overflow: hidden
}
.widget-box.type2 .recommend-box p label, .widget-box.type2 .recommend-box p.vesti-captcha img {
	margin-bottom: 6px;
	display: block
}
.widget-box.type2 .recommend-box input {
	background: url(../images/vesti-captcha-input.png) no-repeat;
	width: 132px;
	height: 21px;
	border: 1px solid #d3d8d9;
	margin-bottom: 12px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	padding: 0 5px
}
.widget-box.type2 .recommend-box input#captcha-vesti {
	margin-bottom: 4px;
}
.widget-box.type2 .recommend-box p.vesti-captcha img {
	border: 1px solid #d3d8d9
}
.widget-box.type2 .recommend-box select {
	float: left;
	margin-top: 2px
}
.widget-box.type2 .recommend-box a {
	float: right;
	margin-bottom: 7px
}
.widget-box.type2 .recommend-box p.uputstvo-vesti {
	clear: both;
	color: #ff7f2a;
	font-weight: bold;
	border-top: 1px solid #dbe1e6;
	padding-top: 7px;
	padding-bottom: 5px
}
.widget-box.type2 .recommend-box p.uputstvo-vesti a {
	float: none;
	color: #3a3a3a;
	margin-bottom: 0
}
.widget-box-inner.vsearch {
	height: 56px
}
.widget-box-inner input {
	border: 1px solid #d5d7dc;
	background: url(images/widget-box-inner-input.png) no-repeat;
	width: 128px;
	height: 13px;
	padding: 4px 6px;
	margin-bottom: 5px;
	color: #747474;
	font: normal 11px Arial, Helvetica, sans-serif
}
.widget-box-inner input#inputbtn, .widget-box-inner input.inputbutton {
	width: 51px;
	height: 25px;
	float: right;
	background: none;
	margin-bottom: 3px;
	border: 0;
	color: #747474;
	padding: 0
}
.widget-box-inner input.inputbutton {
	width: 77px;
	height: 25px;
	margin-bottom: 7px;
}
.widget-box-inner p.register {
	text-align: center;
	color: #ff7600;
	font-weight: bold;
	line-height: 18px;
	clear: both;
	padding-top: 7px;
	padding-bottom: 5px;
	border-top: 1px solid #cfd2d5
}
.widget-box-inner p.register a {
	color: #ff7600;
}

/* Secondary */
#secondary {
	width: 300px;
	float: left;
	padding-top: 12px;
}
.ad300 {
	
}


#ad300 {
	padding-top: 15px
}

/* Video */
#content.video-container {
	width: 487px;
	margin-left: 1px;
	margin-right: 10px; font-size:14px; 
}

#content.video-container-pages {
	width: 788px;
	margin-left: 1px;
	margin-right: 10px; 
}

#content.video-container.cat {
	width: 482px;
	margin-left: 3px;
	margin-right: 14px;
	padding-top: 20px
}
#content.video-container.single {
	width: 487px;
	margin-left: 1px;
	margin-right: 11px;
	padding-top: 20px
}
#content.video-container.cat h1, #content.video-container.single h1  {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #949494;
	margin-bottom: 11px;
	display: inline-block;
	float: left;
}
#browse-results {
	width: 100%;
	display:table;
	font-size: 11px
}
#browse-results ul {
	display:block;
	margin:0;
	padding: 20px 15px;
}
#browse-results li {
	text-align:center;
	float:left;
	display:block;
}
#browse-results li a {
	width: 149px;
	height: 150px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #ff7600;
	text-decoration: none;
	margin: 0;
	padding: 3px 0;
}
#browse-results .movie-name {
	color: #424141;
	line-height:20px;
	display:block;
	font-size: 11px;
	font-weight: normal
}
#random-video h1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #969696;
	margin-bottom: 15px
}
#random-video h1 a {
	font-weight: bold;
	color: #0094d2
}
p.sort-by {
	font-size: 11px;
	color: #9b9b9b;
	clear: both
}
p.sort-by a {
	color: #424141
}

ul#video-cats  {
	border: 1px solid #dbe1e6;
	border-width: 1px 0 0 1px;
	width: 482px;
	overflow: hidden;
	margin-top: 27px
}
ul#video-cats li {
	background: url(../images/video-cat-li.png) no-repeat;
	float: left;
	width: 192px;
	height: 27px;
	border: 1px solid #dbe1e6;
	border-width: 0 1px 1px 0;
	padding: 11px 0 0 48px
}
ul#video-cats li a {
	color: #6a6a6a
}

#playingnow {
	width: 487px;
	background-color: #eee;
	font-size:11px;
	color:#333;
	text-align:center;
	overflow: hidden;
	border-bottom: 1px solid #dfdfe0
}
#playingnow .ha-tri {
	background: url(../images/playingnow-title.png) top no-repeat;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px
}
#playingnow li {
	width: 140px;
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
#playingnow a  {
	color: #0094d2; font-weight:bold;
}

/* Slider */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative; border:0px solid red; overflow:hidden; height:127px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
	list-style: none;
}
.jcarousel-list li, .jcarousel-item, .jcarousel-skin-phpmelody .jcarousel-item 
{
    width: 120px;
}

.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
.jcarousel-skin-phpmelody .jcarousel-container-horizontal {
	width:  416px;
	padding: 19px 35px 15px 35px;
	margin: 0 auto;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-phpmelody .jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../images/jqc-next.png) no-repeat 0 0;
}
.jcarousel-skin-phpmelody .jcarousel-next-disabled-horizontal,
.jcarousel-skin-phpmelody .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-phpmelody .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -19px 0;
}
.jcarousel-skin-phpmelody .jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../images/jqc-prev.png) no-repeat 0 0;
}
.jcarousel-skin-phpmelody .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-phpmelody .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-phpmelody .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -19px 0;
}
#new-videos {
	width: 487px;
	background: #eee;
	overflow: hidden;
	margin-top: 17px;
	font-size: 11px;
}
#new-videos .ha-tri {
	background: url(../images/new-videos-title.png) top no-repeat;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 7px
}
#new-videos .item {
	width: 120px;
	float: left;
	text-align: center;
	height: 150px;
	padding: 10px 0 0 0;
	margin-left: 32px;
	display: inline; border:1px solid red;
}
#new-videos .item a img {
	margin-bottom: 5px
}
#new-videoss .movie-type, #new-videos .movie-name {
	color: #ff7600;
	width: 120px;
}
#new-videos .movie-name {
	font-weight: bold;
	display: block;
	text-decoration:none;
	width: 120px;
}
#new-videos a.movie-name:hover {
	text-decoration: underline
}
#new-videos .item-views {
	color: #b3b3b3
}

.live-video {
	margin-top: 15px;
	width: 487px;
	overflow: hidden
}
.live-video .ha-tri {
	background: url(../images/live-video-title-left.png) top left no-repeat;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 2px
}
.live-video .ha-tri span {
	background: url(../images/live-video-title-right.png) top right no-repeat;
	display: inline-block;
	padding: 4px 10px 5px 0
}
.live-video a img {
	border: 1px solid #d1d1d1;
	float: left;
	margin: 3px 11px 0 3px
}
.live-video ul li {
	background: #ececec;
	border-bottom: 1px solid #dcdddd;
	width: 161px;
	height: 50px;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left
}
.live-video ul li.last {
	margin-right: 0;
}
.live-video ul li a {
	color: #6a6a6a;
	font-size: 14px;
}
.live-video ul li a span, .live-video.tvmr ul li a span {
	margin-top: 9px;
	color: #6a6a6a;
	font-size: 14px;
}
.live-video ul li span {
	color: #0094d2;
	font-size: 11px;
	display: inline-block
}
.live-video.tvmr ul li span {
	color: #a2a2a2
}
.live-video ul li span strong {
	color: #0094d2;
}
.top-videos, #likebox, .primary-box {
	margin-top: 8px
}
.top-videos .ha-tri, .primary-box .ha-tri {
	background: url(../images/primary-video-title.png) top left no-repeat;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 8px;
	text-transform: uppercase
}
.primary-box .recotv {
	text-transform: none;
	background: url(../images/primary-video-title-recotv.png) top left no-repeat;
	padding-left: 30px; float: left; width: 270px;
}
.primary-box .recora {
	text-transform: none;
	background: url(../images/primary-video-title-recora.png) top left no-repeat;
	padding-left: 30px;
}

.primary-box .recora a, .primary-box .recotv a {
	color:white;
}

.primary-box h3.recovideo {
	text-transform: none;
	background: url(../images/primary-video-title-recovideo.png) top left no-repeat;
	padding-left: 30px; width:270px; float:left;
}
.top-videos .list-items, .primary-box-inner {
	border: 1px solid #cfd2d5;
	border-width: 0 1px 1px 1px;
	overflow: hidden;
	padding: 1px 3px 3px 3px;
	background: #fff
}
.primary-box-inner {
	padding: 9px; float: left; width: 280px;
	overflow: hidden;
	background: #fff url(../images/weather-container.png) top left no-repeat;
}
.primary-box-inner.no-h3 {
	border-top: 1px solid #cfd2d5;
	padding: 9px 13px;
	font-size: 11px
}
.primary-box-inner p {
	line-height: 20px;
	color: #6a6a6a
}
.primary-box-inner a {
	color: #0094d2
}
.primary-box-inner p span {
	color: #0094d2
}
.primary-box-inner ul {
	overflow: hidden
}
.primary-box-inner ul li {
	float: left;
	background: url(../images/primary-box-li.gif) left center no-repeat;
	padding-left: 10px;
	line-height: 22px
}
.primary-box-inner ul li a {
	float: left;
	width: 130px;
	display: block
}
.primary-box-inner ul.no2row li {
	float: none;
	width: auto
}
.primary-box-inner ul.no2row li a {
	float: none;
	width: auto; font-weight:bold;
}

.top-videos .list-items .item, .content-tabs .list-items .item {
	clear: both;
	float: none;
	font-size: 11px;
	padding: 8px 8px 8px 7px;
	margin-top: 2px; 
	height: 49px;
	border-bottom: 8px solid #F3F3F3;
	overflow: hidden;
	background: #f3f3f3
}
.top-videos .list-items .item.grey, .content-tabs .list-items .item.grey {
	background: #fdfdfd
}
.top-videos .list-items .item a img, .content-tabs .list-items .item a img {
	float: left;
	margin-right: 9px; 
}
.top-videos .list-items .item .artist-name, .content-tabs .list-items .item .artist-name {
	display: block;
	color: #6a6a6a
}
.top-videos .list-items .item .movie-name, .content-tabs .list-items .item .movie-name {
	display: block;
	font-weight: bold;

	color: #0094d2
}
#sorting {
	float: right;
	display: inline-block
}
#sorting select {
	width: 192px;
	border: 1px solid #ccc;
	padding: 4px;
	color: #9b9b9b;
	font-size: 11px;
}
#top-videos-result {
	clear: both;
	margin-top: 10px
}
.v-row1, .v-row2 {
	background: #f6f6f6;
	height: 67px;
	border-bottom: 1px solid #e5e6e6;
	position: relative;
	margin-bottom: 1px;
}
.v-row2 {
	background: #fdfdfd
}
.v-row1 span, .v-row2 span {
	width: 314px;
	display: block;
	position: absolute;
}
.v-row1 span.view-no, .v-row2 span.view-no{
	width: 88px;
	border-left: 1px dotted #c4c4c4;
	height: 38px;
	padding-top: 11px;
	text-align: center;
	right: 0;
	top: 10px;
	color: #9b9b9b;
	text-transform: uppercase;
	font-size: 10px;
}
.v-row1 span.view-no strong, .v-row2 span.view-no strong {
	color: #6a6a6a;
	font-size: 12px;
	display: block
}
.v-row1 span.movie-name, .v-row2 span.movie-name {
	top: 14px;
	left: 80px
}
.v-row1 span.movie-name a, .v-row2 span.movie-name a {
	color: #0094d2;
	font: normal 18px Arial, Helvetica, sans-serif;
}
.v-row1 span.artist-name, .v-row2 span.artist-name {
	color: #9b9b9b;
	font-size: 11px;
	top: 36px;
	left: 80px
}
#top-videos-result a img {
	padding: 2px;
	background: #fff;
	border: 1px solid #d1d1d1;
	margin-right: 12px;
	position: absolute;
	top: 10px;
	left: 10px
}
#content.video-container.single h1 {
	color: #0094d2;
	font: normal 23px Arial, Helvetica, sans-serif;
	margin-bottom: 5px
}
#content.video-container.single h2 {
	color: #949494;
	font: bold 16px Arial, Helvetica, sans-serif;
	clear: both
}
#detail-page { float:left; width:487px;}

#detail-page h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #595959;
	line-height: 18px;
}
#detail-page p {
	margin-bottom: 18px;
	margin-top: 5px;
	color: #8b8b8b;
	font-size: 12px
}
#detail-page a {
	color: #8b8b8b;
}
#single-options.video #post-ratings, #single-options.tvr .post-ratings {
	text-transform: none;
}
#single-options.tvr .post-ratings {
	color: #747474
}
#single-options.video #post-ratings img, #single-options.tvr .post-ratings img {
	margin-left: 4px;
	position: relative;
	top: 2px
}
#single-options.tvr .post-ratings img {
	margin-left: 2px
}
#single-options.video #post-ratings strong , #single-options.tvr .post-ratings strong {
	font-weight: bold;
	color: #0094d2
}
#single-options.video p.report-video span a {
	text-transform: uppercase;
	display: inline-block;
	color: #535353;
	background: url(../images/report-video.png) left center no-repeat ;
	padding-left: 25px; 
}




/* Footer */
#footer {
	background: url(../images/footer.png) top no-repeat;
	clear: both	
}
#footer-inner {
	background: #fff;
	overflow: hidden;
	width: 966px;
	padding: 24px 7px 27px 7px;
	margin: 0 auto;
}
#partners {
	border: 1px solid #e8e8e8;
	border-width: 1px 0;
	height: 23px;
	padding: 13px 17px 27px 17px
}
#partners p {
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 0 11px 0;
	color: #9c9c9c
}
#partners ul li {
	display: inline;
	background: url(../images/partners-li.png) left center no-repeat;
	padding: 0 16px 0 8px;
	float: left
}
#partners ul li a {
	float: left;
	color: #ff8d00;
	font: normal 11px Arial, Helvetica, sans-serif
}
ul#site-links {
	font-size: 11px;
	padding: 15px 0 0 17px
}
ul#site-links, ul#site-links a {
	color: #9c9c9c
}
ul#site-links li {
	width: 160px;
	float: left;
	text-transform: uppercase;
	line-height: 20px;
}
ul#site-links li#multimedia-section {
	width: 135px
}
ul#site-links li#entertainment-section {
	width: 130px
}
ul#site-links li#directory-section {
	width: 260px;
	float: left
}
ul#site-links li#directory-section  ul li {
	width: 105px;
	float: left;
}
ul#site-links li#shop-section {
	width: 140px
}
ul#site-links li#share-section {
	width: 70px;
	margin-left: 120px /* izbrisati marginu, kada se postave webshop linkovi u footer */
}
ul#site-links li#share-section ul li {
	padding-left: 20px
}
ul#site-links li#share-section ul li.facebook {
	background: url(../images/share-facebook.png) left center no-repeat
}
ul#site-links li#share-section ul li.twitter {
	background: url(../images/share-twitter.png) left center no-repeat
}
ul#site-links li#share-section ul li.rss {
	background: url(../images/share-rss.png) left center no-repeat
}
ul#site-links li ul {
	margin-top: 7px
}
ul#site-links li ul li {
	text-transform: none;
	font-weight: bold;
	background: url(../images/footer-box-a.png) 0 8px no-repeat;
	padding-left: 10px
}
ul#site-links li ul li ul {
	margin-top: 0
}
ul#site-links li ul li ul li {
	font-weight: normal;
	background: url(../images/partners-li.png) 0 8px no-repeat;
}
ul#site-pages {
	float: left;
	margin: 25px 0 39px 0
}
ul#site-pages li {
	float: left;
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #6a6a6a
}
ul#site-pages li a {
	float: left;
	color: #6a6a6a
}
ul#site-pages li.first {
	padding: 0 8px 0 7px;
}
ul#site-pages li.last {
	border: 0
}
#copy-info {
	float: right;
	margin: 25px 9px 39px 0;
	color: #6a6a6a
}
p#copy-info span {
	padding: 0 3px 0 5px
}

div#content.video-container div.radio-stream div.rs-container { border:0px solid red; top:0px; padding:0; margin:-167px; width:259px; height:70px; margin-left:10px; }


.sl-item .channel-name strong a {
border:0px solid red; background-image:none; font: normal 18px Arial, Helvetica, sans-serif; text-indent: 0px; width: 180px; float:left; position:relative; top:0px; left:0px; color: #6A6A6A; }

.sl-item .channel-name strong a:hover { color: #FF7906; text-decoration: none; background-image:none; }


.sl-item .channel-name a img{
	
	position: absolute;
	float:left;
	top: -5px;
	left: -423px; width:54px; height:42px;
}



/*pretraga video klipa*/
span.page-title a, div.widget-box span.ha-tri a { color:white}
div.search_form form table tbody tr td div input.inputbutton, div#content_index form table tbody tr td div input.inputbutton{ width: 51px; height: 25px; float: right; background: none; margin-bottom: 3px; border: 1px solid #CFD2D5; padding: 0px; background-color:#FE7600; color:#FFFFFF; vertical-align:middle}

#search_form .search_keywords, #search_form_articles .search_keywords {
border:1px solid #d5d7dc;
background:url(images/widget-box-inner-input.png) no-repeat;
font: normal 11px Arial, Helvetica, sans-serif; color: #747474;
width:134px;
height:11px;
padding: 4px 6px;
margin: 5px 5px;
border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;}

#search_form_articles .search_keywords {border:1px solid #BA9C60;}
#search_form.search_keywords { color:#FF0000 }
#search_form a, #search_form li, #search_form li a   { 
color: black; width:100%;
list-style:none; 
text-decoration:none; 
font-weight:normal; 
font-size:12px; 
padding:0px; 
margin: 2px 0 0 0; overflow: hidden; white-space: nowrap; 
float:left}

#search_form a:hover, #search_form li a:hover   { 
color:white;  font-size:12px; background-color:#0094D2;
list-style:none; width:100%;
text-decoration:none; 
font-weight:normal; }

#search_form #inputbtn { border: 1px solid #FF7600; float:right; margin-right:6px; }
div#search_form form input#inputbtn {margin-right:6px; border:1px solid #CFD2D5 }
div.widget-box div.search_form form table tbody { width:140px; border:1px solid red}

.okvrir-n2 { border:1px solid #CFD2D5; width:158px; height:63px; margin-bottom:10px;}

/*komentari sa leve strane*/
.widget-box  ul.gbookul li{ background:none; background-color: #FFF; padding-left:2px; border-bottom:none; text-transform:uppercase; color: #838383;}
.widget-box  ul.gbookul li p {text-transform: none;}
.widget-box  ul.gbookul li a { color: #FF7600; font-weight:bold; text-decoration:none;}
.widget-box  ul.gbookul li a:hover { color: #FF7600; font-weight:bold; text-decoration: underline;}
.widget-box  ul.gbookul li.procitaj {
 padding-left:10px; 
color: #0094d2; font-weight:bold; border-bottom: 1px dotted #cbcbcb; text-transform: none;}
.widget-box  ul.gbookul li.procitaj a{color:#9B9B9B}
.widget-box  ul.gbookul li.napisao {padding-left:10px;	color: #9B9B9B;}
.widget-box  ul.gbookul li p {padding-top:5px;}

/*video napomena ispod horizontalne navigacije*/
.napomena { width: 380px; height: 57px; padding: 0px 0 0 0px; margin:-6px 0px 0px 0px; float:right; color: white; padding-right:30px;}
.napomena a {color: white; text-decoration:none; font-weight:bold;}
.napomena a:hover {color: white; text-decoration:underline}
.download-slika { width:180px; height:77px; margin:-45px -30px 0 0; float:right; padding:0px; }

/*reklama ispod video player-a za home*/
.banner468{ width:468px !important; height:60px; padding:0px; margin:10px 9px 10px 9px; float:left; }
.banner468k { width:468px !important; height:60px; padding:0px; margin:10px 9px 0px 9px; float:left; }
/*snimci koji se upravo gledaju div*/
#upravo-gledano {
width: 487px; background-color: #eee; font-size:11px; color:#333; text-align:center; overflow: hidden; 
border-bottom: 1px solid #dfdfe0; margin:15px 0; padding-bottom:00px; float:left;}
.padding-btn {padding-bottom:10px !important; float:left;}
#upravo-gledano h3 {
background: url(../images/upravo-gledano.png) top no-repeat; color: #fff; font: bold 12px Arial, Helvetica, sans-serif; 
text-align: left; padding-left: 10px; padding-top: 4px; padding-bottom: 5px}
#upravo-gledano li { width: 140px; display: block; float: left; margin: 0 15px 0 0; padding: 0;}
#upravo-gledano p a  {color: #797979; font-weight:bold; text-decoration:none; margin:0px; padding:0px; float:left;}
#upravo-gledano a  {color: #797979; font-weight:bold; text-decoration:none;}
#upravo-gledano a:hover  {color: black; font-weight:bold; text-decoration:none;}

/*novo div*/
#upravo-gledano .novo {width:445px; float:left; margin:10px 10px 0 10px; background:white; text-align:left; padding:10px; border:1px solid #CCCCCC }
#upravo-gledano .yellow { background-color: #F9FCFF}
#upravo-gledano .novo .slika { width:135px; float:left; }
#upravo-gledano .novo .slika img { float:left;}
#upravo-gledano .novo .podaci {width:300px; float:left; padding:0 4px; }
#upravo-gledano .novo .podaci h2 { font-size:20px; color:#0094D2; margin:0px; padding:0 0 5px 0px; font-weight:normal; }
#upravo-gledano .novo .podaci h2 a {color:#0094D2; margin:0px; font-weight:normal; text-decoration:none;}
#upravo-gledano .novo .podaci h2 a:hover {color:#0094D2; margin:0px; font-weight:normal; text-decoration:underline;}
#upravo-gledano .novo .podaci p { font-size:12px; font-weight:normal; color:#747474; }
#upravo-gledano .novo .podaci p.kategorija { font-size:11px; font-weight:bold; color:#747474; text-transform:uppercase; width:300px; float:left; }
#upravo-gledano .novo .podaci p.kategorija a {color:#747474; text-decoration:none; }
#upravo-gledano .novo .podaci p.kategorija a:hover {color:#FF7906; text-decoration:none; }
#upravo-gledano .novo .slika .info-rating {
position: relative; width: 120px; float:left; left: 0px; top: 0px; text-align: center}

/*pretraga video home*/
#pretraga-home { width:468px; float:left; margin:10px; text-align:left; }
#pretraga-home input#pretraga {width:363px; float:left; margin-right:5px; color:#747474; padding:3px; }
#pretraga-home input#taster {width:90px; float:left; background-color:#149CD6; border:0px; height:26px; color:white; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.margin-btm { margin-bottom:15px !important; }

/*napomena ispod video player-a za trenutni video*/
.napomena-video{ width:465px !important; padding:10px; margin:0px 0px; float:left; border:1px solid #FF7600; font-size:12px; }

.item a { color:#0094D2; font-weight:bold;}
#tags { font-size:12px; }
.primary-box { width:300px !important; float:left; }
.tagovifix { margin-bottom:8px !important; }
.comment-body p { font-size:12px; }
/*154*/
/* ====================== */
/* Pagination             */
/* ====================== */

.pagination { 
	font-size: 11px;
	margin: 0px; padding: 0px;  list-style: none; 
	display: block;
	clear: both;
	padding: 20px 0px 10px 0;
}
.pagination ul {
	margin: 10px 0px;
}
.pagination li { 
	display: inline; padding: 2px 4px; 
}

.pagination li a {
	color: #444;
	border: 1px solid #ddd;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
.pagination li a:hover, .pagination li.current a {
	color: #FFF;
	border: 1px solid #0094D6;
	background: #0094D6;
	text-decoration: none;
}
/*154*/
div#sort-by, p.sort-by { font-size: 11px; ncolor: #9b9b9b; clear: both; padding-bottom:0px; padding-top:10px; border: 1px solid #DBE1E6; border-width: 0 0 0px 0 }
div#sort-by a, p.sort-by a, a.div#sort-by {color: #424141}

div#content.video-container div.ad468-video h1.h2fix,
div#content.video-container div.ad468-video h2.h2fix {
	padding-top: 10px !important;
	border: 0px solid red
}
div#content.video-container div.ad468-video h1.video-fix,
div#content.video-container div.ad468-video h2.video-fix {
	margin-top: -7px !important;
	padding-bottom: 15px !important;
	color: #0094D2;
}

div#content.video-container div.ad468-video h1.video-fix a,
div#content.video-container div.ad468-video h2.video-fix a,
div#content.video-container div.ad468-video h1.video-fix a:hover,
div#content.video-container div.ad468-video h2.video-fix a:hover {
	color: #0094D2;
}

.scroller {width: 445px; height: 102px; overflow-y: scroll; scrollbar-arrow-color: blue; scrollbar-face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color:#888888; background:white; border:1px solid #CCCCCC; padding:10px;}

#upravo-gledano2 {
width: 467px; background-color: #eee; font-size:11px; color:#333; text-align:center; overflow: hidden; 
border-bottom: 1px solid #dfdfe0; margin:15px 0 0 0; padding:10px; float:left;}

/*fix za footer ul li ul li - za preduga�ke linkove*/
ul#site-links li#multimedia-section ul li ul li {width:78px !important; border:0px solid red}

div.jcarousel-container div.jcarousel-clip ul.mycarousel li.item a {border:0px solid red; float:left; width:134px; display:inline-block;overflow:hidden}
div#page-header.video span.page-title img {padding-right:10px; float:left;}
div#page-header.video span.page-title a { padding:5px 0 0 0 !important; float:left; display:inline-block; margin:0px;}
div#upravo-gledano.padding-btn div.novo div.podaci p.kategorija a { color:red !important}

div#content.video-container div.ad468-video div.fb { margin-bottom:8px;}

.brand_right{
height: 1500px;
right: 50%;
margin-right: -995px;
position: absolute;
text-align: left;
top: 20%;
width: 506px;
overflow: hidden; border:0px solid red
}
.brand_left{
height: 1500px;
left: 50%;
margin-left: -995px;
position: absolute;
text-align: right;
top: 20%;
width: 505px;
overflow: hidden; border:0px solid red

}

	/********KAD HOCEMO DA SAKRIJEMO DIV************************/
	@media screen and (min-width: 0px) and (max-width: 720px) {
  .brand_right { display: none; }
  .brand_left{ display: none; }
}


ul#site-links li#share-section ul li.gplus {
    background: url("../images/gplus.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
}

html body div#wrapper div#container div#main div#secondary div.primary-box,
html body div#wrapper div#container div#main div#secondary div.primary-box div.primary-box-inner {float:left}

.infobox {width: 91.8%;border: 2px solid red;padding: 17px;margin: 19px 0;display:inline-block}
.infobox h3{font: bold 14px Arial, Helvetica, sans-serif;color: #6a6a6a;line-height: 18px; margin-bottom: 14px;font-size: 16px;} 
.infobox p {margin-bottom: 18px;margin-top: 5px;color: #6a6a6a;font-size: 12px; line-height: 17px; margin:0}
.infobox p a{color:black}