@import url('header.css');
@import url('navigation.css');
@import url('small_content.css');
@import url('main_content.css');
@import url('article.css');
@import url('footer.css');
@import url('forum.css');
@import url('poll_results.css');
@import url('archive.css');
@import url('gadgets.css');
@import url('simple.css');
@import url('header_brand.css');

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

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

html {
	background: #ffffff url(/static/bg/microsites/tv2.bg/img/backgrounds/site_background.gif) repeat-x scroll 0 187px;
}

body {
	background: transparent url(/static/bg/microsites/tv2.bg/img/backgrounds/body_background.jpg) no-repeat scroll 50% 203px;
	/* background: transparent url(/static/bg/microsites/tv2.bg/img/backgrounds/web_probg_fringe.jpg) no-repeat center 203px;
	background: transparent url(/static/bg/microsites/tv2.bg/img/backgrounds/probg_the_beast.jpg) no-repeat center 203px;
	background: transparent url(/static/bg/microsites/tv2.bg/img/backgrounds/11h_probg.jpg) no-repeat center 203px; 
	background: #000000 url(/static/bg/shared/img/branding_svetovno.jpg) no-repeat center 0px;
	*/
}

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

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

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

ol, ul { 
	list-style: none; 
} 

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

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

a {
	color: #009AEF;
	text-decoration: underline;
}

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

/* START: Main positions */
#container {
	width: 975px;
	background: #eeeeee;
	margin: 0 auto;
	padding: 0 0 10px 0;
	height: auto;
	min-height: 1000px;
	_height: 1000px;
}

#header {
	width: 975px;
	height: 172px;
	background: url(/static/bg/microsites/tv2.bg/img/backgrounds/header_background.jpg) repeat;
}

#navigation {
	width: 768px;
	margin: -45px 0 0 0;
	float: right;
	width: 868px;
}

#content {
	width: 975px;
	margin: 0;
	padding:10px 0 0 0;
}

#content #main_content {
	float: left;
	width: 636px;
	margin: 0 0 0 10px;
}

#content #small_content {
	float: right;
	width: 300px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

#footer {
	width: 933px;
	margin: 0 0 0 10px;
}
/* END: Main positions */

/* START: Breadcrumb */
.breadcrumb {
	width: 548px;
	margin: 0 0 7px 0;
}

.breadcrumb .breadcrumb_primary {
	width: 548px;
	height: 9px;
	background: url(../images/breadcrumb_primary.gif) no-repeat;
	font-size: 0;
}

.breadcrumb .breadcrumb_secondary {
	width: 548px;
	height: 9px;
	background: url(../images/breadcrumb_secondary.gif) no-repeat;
	font-size: 0;
}

.breadcrumb .breadcrumb_content {
	width: 534px;
	background: #1e4652;
	padding: 0 7px 0 7px;
}

.breadcrumb .breadcrumb_content li {
	float: left;
	padding: 0 14px 0 7px;
	color: #fff;
	background: url(../images/breadcrumb_icon.gif) no-repeat right;
}

.breadcrumb .breadcrumb_content li:first-child {
	float: left;
	padding: 0 14px 0 0;
	color: #fff;
	background: url(../images/breadcrumb_icon.gif) no-repeat right;
}

.breadcrumb .breadcrumb_content li a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

.breadcrumb .breadcrumb_content li a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
/* END: Breadcrumb */

/* START: Textual content (simple background) */
.textual_content {
	width: 561px;
	overflow: hidden;
}

.textual_content .textual_content_primary {
	width: 551px;
	height: 0px;
	display:none;
	font-size: 0;
}

.textual_content .textual_content_secondary {
	font-size: 0;
}

.textual_content .textual_content_content {
	width: 551px;
	padding: 1px 0 1px 0;
}
/* END: Textual content (simple background) */

/* START: Textual content (simple background) */
.textual_content {
	width: 636px;
	overflow: hidden;
}

.textual_content .textual_content_primary { display: none; }

.textual_content .textual_content_secondary { display: none; }

.textual_content .textual_content_content {
	width: 614px;
	padding: 0;
}
/* END: Textual content (simple background) */

/* START: Media */
/* START: Media box basic */
.media_box {
	width: 526px;
	color: #000;
	background: #fff;
	margin: 7px 0 0 7px;
	margin: 0 0 10px 0 ;
	width: 650px;
	text-align: center;
}

.media_box a {
	color: #cb102f;
	text-decoration: underline;
}

.media_box a:hover {
	color: #cb102f;
	text-decoration: none;
}

.media_box .media_box_primary {
	height: 9px;
	background: #fff;
	font-size: 0;
}

.media_box .media_box_secondary {
	height: 9px;
	background: #fff;
	font-size: 0;
}

.media_box .media_box_content {
	padding: 5px 7px 1px 7px;
}

.media_box .media_box_content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 30px;
}
/* END: Media box basic */

/* START: Media video */
.media_box .media_box_content .player {
/*	margin: 0 0 0 30px; */
}

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

/* START: Media related videos */
.media_box .media_box_content li {
	float: left;
	width: 120px;
	font-size: 11px;
	color: #fff;
	margin: 4px 0 0 7px;
}

.media_box .media_box_content li h3 {
	font-size: 12px;
	color: #db1132;
	font-weight: bold;
}

.media_box .media_box_content li h3 a {
	color: #db1132;
	font-weight: bold;
	text-decoration: none;
}

.media_box .media_box_content li h3 a:hover {
	color: #db1132;
	font-weight: bold;
	text-decoration: underline;
}

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

/* START: Others */
.clear { clear: both }

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

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

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

/* START: Page lister */
.pagelister {
	padding: 0 0 0 30px;
	margin: 8px;
	clear: both;
}

.pagelister .normal {
}
/* END: Page lister */

/*Start: buton*/
#small_content .buttonsAlign{
	margin: 10px 0 0 0;
}

#small_content .boldbuttons{
	background: transparent url('img/buttons/button_left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 30px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 39px; /* Height of button background height */
	padding: 0 0 0 8px; /* Width of left menu image */
	text-decoration: none;
}

#small_content .boldbuttons a{
	color: fff; /*button text color*/
	margin: 0 0 0 6px;
}

#small_content .boldbuttons a:hover{
	color: fff; /*button text color*/
	margin: 0 0 0 6px;
	text-decoration: underline;
}

#small_content a:link.boldbuttons, #mainContent a:visited.boldbuttons, #mainContent a:hover.boldbuttons, a:active.boldbuttons{
	color: fff; /*button text color*/
	margin: 0 0 0 6px;
}

#small_content span{
	background: transparent url(img/buttons/dinamic_button.gif) no-repeat top right;
	display: block;
	color: #FFFFFF;
	padding: 0px 6px 6px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
	font-weight: normal;
	width: 109px;
	font-weight: bold;
}

#small_content .quiz a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
	color: #FFFFFF;
}
/*End: buton*/
