﻿html,body,h1,h2,h3,p,img,ul,li,form,input,textarea{margin:0;padding:0;border:0;list-style-type:none} .clear{clear:both}
#nojs{background:#ffad00;color:#000;display:block;font-size:1.2em;font-weight:bold;height:30px;line-height:30px;position:absolute;top:0;text-align:center;width:100%}
#nojs a{color:#fff;}

body
{
	background: #000 url(../img/bg.jpg) no-repeat 0 0;
	color: #fff;
	font: normal 62.5%/1 Tahoma, Arial, Sans-Serif;
}

#wrapper
{
  margin: 20px auto;
  width: 910px;
}

a, a:active, a:visited { color: #000; text-decoration: none; }

a:hover { text-decoration: underline; }

.tooltip
{
	background: url(../img/tooltip.png);
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 10px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

/****** TOP ******/
#top
{
}

#logo
{
  background: url(../img/top_logo_beta.png) no-repeat 0 0;
  float: left;
  height: 53px;
  /*width: 312px;*/
	width: 328px;
}

#logo a
{
	display: block;
	height: 100%;
	text-indent: -1234px;
	overflow: hidden;
	width: 100%;
}


/**** NAVIGATION ****/
#nav
{
  background: url(../img/nav_bg.png) no-repeat 0 0;
  color: #fff;
  float: right;
  height: 53px;
  padding: 0 7px;
  margin: 6px 0 0 0;
  width: 550px;
}

#nav #search
{
  background: url(../img/nav_search_bg.png) no-repeat 0 7px;
  float: left;
  height: 21px;
  padding: 7px;
  margin: 0 0 0 11px;
  width: 80px;
  white-space: nowrap;
}

#nav #search input#searchfield
{
  background: transparent;
  border: 0;
	font-size: 1em;
  height: 21px;
  margin: 0 12px 0 0;
  width: 80px;
}

#nav #search input#searchBtn
{
  background: url(../img/nav_search_submit.png) no-repeat 0 0;
  border: 0;
  cursor: pointer;
  height: 25px;
  text-indent: -1000px;
  overflow: hidden;
  margin: -3px 0 0 0;
  width: 36px;
}

#nav #search input#searchBtn:hover
{
  background-position: left bottom;
}

#nav ul#drop
{
  white-space: nowrap;
  position: relative;
  float: left;
}

#nav ul#drop li
{
  background: url(../img/nav_divider.png) no-repeat right 0;
  display: inline-block;
  padding: 0 2px 0 0;
}

#nav li#start a,
#nav li#start a:active,
#nav li#start a:visited
{
  background: url(../img/nav_start.png) no-repeat 0 0;
  display: inline-block;
  height: 35px;
  width: 54px;
}

#nav li#program a,
#nav li#program a:active,
#nav li#program a:visited
{
  background: url(../img/nav_program.png) no-repeat 0 0;
	cursor: pointer;
  display: inline-block;
  height: 35px;
  width: 83px;
}

#nav li#kategorier a,
#nav li#kategorier a:active,
#nav li#kategorier a:visited
{
  background: url(../img/nav_kategorier.png) no-repeat;
  display: inline-block;
  height: 35px;
  width: 100px;
}

#nav li#kollekt a,
#nav li#kollekt a:active,
#nav li#kollekt a:visited
{
  background: url(../img/nav_kollekt.png) no-repeat 0 0;
  display: inline-block;
  height: 35px;
  width: 125px;
}

#nav li#languages a
{
	background: url(../img/nav_language.png) no-repeat center 0;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 30px;
}

#nav li#languages a:hover,
#nav li#languages a.hover
{
	background-position: center bottom;
}

ul#drop li#languages ul
{
  background: url(../img/nav_language_bg.png) repeat 0 0;
	padding: 0 8px 8px 8px;
  font-size: 1em;
  line-height: 11px;
}

#nav li#languages ul li a.sv,
#nav li#languages ul li a.en,
#nav li#languages ul li a.ru{color:#fff;padding:0 0 0 20px;height:11px}

#nav li#languages ul li{margin:8px 8px 0 0}

#nav li#languages ul li a.sv{background: url(../img/nav_language_sv.png) no-repeat 0 0}
#nav li#languages ul li a.en{background: url(../img/nav_language_en.png) no-repeat 0 0}
#nav li#languages ul li a.ru{background: url(../img/nav_language_ru.png) no-repeat 0 0}

#nav li#start a:hover,
#nav li#start a.hover,
#nav li#kollekt a:hover,
#drop_hover
{
  background-position: left bottom;
}

ul#drop li ul
{
  background: url(../img/nav_drop_bg.png) repeat 0 0;
  display: none;
  padding: 12px 14px;
  position: absolute;
  z-index: 1024;
  top: 35px;
  font-size: 1.4em;
  line-height: 1.8em;
}

#nav ul#drop li ul li
{
  background: transparent;
  display: block;
}

#drop li#program ul li,
#drop li#program ul li a,
#drop li#program ul li a:active,
#drop li#program ul li a:visited,
#nav li#program ul li a.hover,
#drop li#kategorier ul li,
#drop li#kategorier ul li a,
#drop li#kategorier ul li a:active,
#drop li#kategorier ul li a:visited,
#nav li#kategorier ul li a.hover
{
  background: transparent;
  display: inline;
  text-decoration: none;
}

#nav li#program a.hover
{
  background: url(../img/nav_program.png) no-repeat left bottom;
}

#nav li#kategorier a.hover
{
  background: url(../img/nav_kategorier.png) no-repeat left bottom;
}

ul#drop li ul li a,
ul#drop li ul li a:active,
ul#drop li ul li a:visited
{
  color: #000;
}

ul#drop li ul li a:hover
{
  color: #fff;
}


/****** SLIDER ******/
#sliderWrapper
{
	background: url(../img/slider_border.png) no-repeat 77px 0;
	padding: 8px 8px 8px 0;
	position: relative;
	margin: 0 0 30px 0;
	width: 900px;
}

#slides
{
	height: 330px!important;
	margin: 0 0 0 85px;
	overflow: hidden;
	position: relative;
	width: 740px;
}

#slides ul
{	
	/*left: 0;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*position:absolute;
	top: 0;*/
}

#slides ul li
{
	/*position: absolute;
	top: 0;*/
	width: 740px;
}
	
#prevBtn, #nextBtn,
#slider1next, #slider1prev
{
	cursor: pointer;
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 140px;
	z-index: 100;
}

#nextBtn, #slider1next
{
	right: 0;
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a
{
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	background: url(../img/slider_left.png) no-repeat 0 0;	
}

#nextBtn a, #slider1next a
{	
	background: url(../img/slider_right.png) no-repeat 0 0;	
}

#prevBtn a:hover, #nextBtn a:hover
{
	background-position: bottom;
}
		
#prevBtn, #nextBtn, #slider1prev, #slider1next
{
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

/******Categories ****/
#categoriesWrapperNarrow
{
	background: url(../img/categories_puff_bg.png) repeat 0 0;
  font-size: 1.2em;
	float: left;
  margin: 0 0 30px 0;
  padding: 10px;
  width: 710px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

}

#categoriesWrapperNarrow a, 
#categoriesWrapperNarrow a:active, 
#categoriesWrapperNarrow a:visited
{
	color: #fff;
}
  
#categoriesWrapperNarrow .hr
{
  background: url(../img/player_hr.png) repeat-x left bottom;
	clear: both;
  height: 2px;
  margin: 8px 0;
}

#categoriesWrapperNarrow h2
{
  margin-bottom: 16px;
}

#categoriesWrapperNarrow h4
{
  /*margin-left: 12px;*/
  margin: 6px 0 0 12px;
}

#categoriesColumnLeft
{
	width: 300px;	
	float:left;
}

#categoriesColumnRight
{
	width: 300px;	
	float: right;
}

/****** PLAYER ******/
#playerWrapper
{
  background: url(../img/player_puff_bg.png) repeat-x 0 0;
  font-size: 1.2em;
  height: 380px;
  padding: 20px;
  margin: 0 0 30px 0;
  width: 870px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#player,
#panel_wmPlayer
{
  float: left;
  width: 640px;
}

#playerMeta
{
  float: right;
  position: relative;
  height: 380px;
  width: 200px;
}

#playerMeta .boxMediaplayer,
#playerMeta .boxShare
{
	display: none;
}

#playerMeta h1
{
  font-size: 1.7em;
  line-height: 1.2em;
}

#playerMeta h1 span.long
{
  font-size: 0.8em;
  line-height: 1.2em;
}

#playerMeta p
{
  line-height: 1.6em;
  margin: 0.4em 0 0 0;
}

#playerMeta p.description
{
	overflow: auto;
	height: 140px;
}

#playerMeta a,
#playerMeta a:active,
#playerMeta a:visited
{
  color: #ffad00;
	cursor: pointer;
  text-decoration: none;
}

#playerMeta a:hover
{
  text-decoration: underline;
}

#playerMeta .hr
{
  background: url(../img/player_hr.png) repeat-x left bottom;
	clear: both;
  height: 2px;
  margin: 8px 0;
}

#playerMeta .buttons
{
  bottom: 0;
  position: absolute;
  width: 200px;
}

.button
{
  background: #383838;
  display: inline-block;
  text-transform: uppercase;
	cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#playerMeta a.button,
#playerMeta a:active.button,
#playerMeta a:visited.button
{
  color: #fff;
  text-decoration: none;
}

#playerMeta a#btnMediaplayer:hover,
#playerMeta a:hover.comment,
#playerMeta .boxShare .send:hover,
#playerMeta .boxShare a:hover.copy,
#footerC2 .send:hover,
#playerMeta .boxShare #btn_meta_send_email:hover,
#playerMeta .boxShare #btn_meta_send_email_again:hover,
#footerC2 input#btn_contact_send_email:hover,
#footerC2 input#btn_contact_send_email_again:hover
{
	color: #000;
  background: #da9500;
}

#playerMeta a#btnShare:hover,
#playerMeta a#btnShare.active
{
	color: #000;
  background: #da9500 url(../img/player_button_share_hover.png) no-repeat 44px center;
	/*background: #da9500 url(../img/player_button_share.png) no-repeat 44px center;*/
}

#playerMeta a#btnMediaplayer.active
{
	color: #000;
  background: #da9500;
}

#playerMeta #btnMediaplayer,
#playerMeta .comment
{
  padding: 6px 8px;
}

#playerMeta #btnShare
{
  background: #383838 url(../img/player_button_share.png) no-repeat 44px center;
  float: right;
  padding: 6px 10px;
  width: 43px;
}

#playerMeta .boxShare,
#playerMeta .boxMediaplayer
{
	margin: 14px 0 0 0;
}

#playerMeta a.btnInfo
{
	background: url(../img/close.png) no-repeat right top;
	color: #fff;
	float: right;
	height: 21px;
	line-height: 21px;
	padding: 0 25px 0 0;
	margin: -20px -6px 0 0;
}

#playerMeta .boxShare input
{
	background: #fff;
	border: 0;
	font-size: 0.8em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	padding: 6px 8px;
	margin: 0 0 6px 0;
	width: 184px;
}

#playerMeta .boxShare input#btn_meta_send_email,
#playerMeta .boxShare input#btn_meta_send_email_again,
#footerC2 input#btn_contact_send_email,
#footerC2 input#btn_contact_send_email_again
{
	background:	#383838;
	width: 50px;
}

#playerMeta .boxShare .copy,
#playerMeta .boxShare .send,
#footerC2 .send
{
	color: #fff;
	border: 0;
	font-size: 0.8em;
	float: right;
	padding: 4px 6px;
	margin: 0 0 1em 0;
}

#playerMeta .boxShare .twitter
{
  background: url(../img/twitter.png) no-repeat 0 0;
  display: inline-block;
	height: 26px;
  overflow: hidden;
	text-indent: -1234px;
	margin: 0 8px 10px 0;
  width: 82px;
}

#playerMeta .boxShare .facebook
{
  background: url(../img/facebook.png) no-repeat 0 0;
  display: inline-block;
	height: 26px;
  overflow: hidden;
	text-indent: -1234px;
	margin: 0 0 10px 0;
  width: 86px;
}


/***** PROGRAMS *****/
#programsWrapper
{
  background: url(../img/program_bg.png);
  margin: 0 0 30px 0;
  padding: 10px;
  width: 890px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#programsWrapperNarrow
{
  background: url(../img/program_bg.png);
  float: left;
  margin: 0 0 30px 0;
  padding: 10px;
  width: 710px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#programsHead
{
  background: url(../img/program_hr.png) repeat-x left bottom;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

#programsHead a,
#programsHead a:active,
#programsHead a:visited
{
  background: #a16600;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font: normal normal bold 1.2em Tahoma, Arial, Sans-Serif;
  padding: 6px 8px;
  text-transform: uppercase;
  text-decoration: none;
}

#programsHead a:hover,
#programsHead a.active,
#programsHead a.selected
{
  background: #000;
}

#programsHead .left
{
  float: left;
}

#programsHead .left a
{
  margin: 0 8px 0 0;
}

#programsHead .left ul#breadcrumbs
{
	background: #000 url(../img/breadcrumb_home.png) no-repeat 10px center;
	color: #fff;
	font: normal normal bold 1.2em Tahoma, Arial, Sans-Serif;
	border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	padding: 0 0 0 34px;
	margin: 0 8px 0 0;
	text-transform: uppercase;
  text-decoration: none;
}

#programsHead .left ul#breadcrumbs a.home
{
	background: transparent;
	display: block;
	padding: 6px 0;
	margin: 0 0 0 -34px;
	position: absolute;
	overflow: hidden;
	text-indent: -1234px;
	width: 34px;
}

#programsHead .left ul#breadcrumbs li
{
	background: url(../img/breadcrumb_divider.png) no-repeat left center;
  display: inline-block;
  padding: 6px 11px 6px 16px;
}

#programsHead .right
{
  float: right;
}

#programsHead .right a
{
  margin: 0 0 0 8px;
}

#programGrid {}

.program
{
  float: left;
  position: relative;
  line-height: 1.6em;
  margin: 0 28px 20px 0;
  width: 155px;
}

#programGrid .last
{
  line-height: 1.6em;
  margin: 0 0 0 3px;
}

.program img
{
  margin: 0 0 8px 0;
}

.program .liveOverlay
{
  background: url(../img/live.png) no-repeat 0 0;
  display: block;
  height: 16px;
  position: absolute;
	top: 4px;
	left: 4px;
  width: 36px;
  z-index: 500;
}

.program a.preview
{
  background: url(../img/program_hover.png) no-repeat 0 0;
  display: block;
  height: 78px;
  position: absolute;
  width: 155px;
  z-index: 1000;
}

.program a:hover.preview,
.program a.hover.preview
{
  background-position: left bottom;
}

.program p
{
  color: #fff;
  font-size: 1em;
}

.program p .author
{
	color: #000;
	white-space: nowrap;
	font-weight:bold;
}

.program h2
{
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 4px 0;
}

#panel_show_more_buttons
{
	display: block;
	width: 200px;
	height: 25px;
	margin: 8px auto 0 auto;
	text-align: center;
}

#panel_show_more_buttons .nrOfProgramsShown
{
	display: inline-block;
	margin: 0 10px;
}

#btn_showMore_previous, #btn_showMore_next
{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/program_arrow_left.png) no-repeat 0 0;
}

#btn_showMore_next
{
	background: url(../img/program_arrow_right.png) no-repeat 0 0;
}

#btn_showMore_previous:hover, #btn_showMore_next:hover
{
	background-position: left bottom;
}
/******* ADS *******/
#ads
{
  float: right;
  width: 150px;
}

#ads p
{
  color: #707070;
  font-size: 0.9em;
  text-transform: uppercase;
}

.adspace1
{
  margin: 10px 0 30px 0;
}

.adspace2
{
	margin: 0 0 30px 0;
}


/****** PUFFAR ******/
#puffarWrapper
{
  background: url(../img/player_puff_bg.png) repeat-x 0 0;
  height: 430px;
  margin: 0 0 20px 0;
  padding: 10px;
  width: 890px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.puff
{
  float: left;
  height: 210px;
  margin: 0 10px 10px 0;
  position: relative;
  width: 290px;
}

#puffarGrid .last
{
  margin: 0 0 10px 0;
  position: relative;
}

.puff a
{
  background: url(../img/puffar_overlay.png) no-repeat 0 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
}

.puff a:hover
{
  background-position: left bottom;
}

#puffarGrid .clear
{
  display: block;
  margin: 0 0 10px 0;
}


/****** FOOTER ******/
#footerWrapper
{
  border: 0;
  border-top: 1px solid #383838;
  color: #707070;
  font-size: 1.2em;
  padding: 20px 0;
}

#footerWrapper h3
{
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#footerC1,
#footerC2,
#footerC3
{
  float: left;
}

#footerC4
{
  float: right;
}

#footerC1
{
  margin: 0 40px 0 0;
  width: 160px;
}

#footerC1 h3
{
  color: #707070;
}

#footerC1 p
{
  margin: 0 0 1em 0;
}

#footerC1 p#copyright
{
  font-size: 0.8em;
  margin: 4em 0 0 0;
}

#footerC2
{
  margin: 0 150px 0 0;
  width: 230px;
}

#drop_contact_send_email_destination
{
	margin: 0 0 10px;
}

#footerC2 input,
#footerC2 textarea
{
  background: #383838;
  border: 0;
	border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: block;
  font: normal 0.9em Tahoma, Arial, Sans-Serif;
  margin: 0 0 6px 0;
  padding: 6px;
  width: 218px;
}

#footerC2 input.required
{
  background: #b51616;
}

#footerC2 span
{
	color: #da9500;
	font-size: 1em;
  margin:0 0 10px 0;
}

#footerC2 span.footerSpan
{
	color: #707070;
}

#footerC2 span.required
{
  color: #b51616;
	display: inline-block;
	margin: 0 0 6px 0;
}

#footerC2 p.required
{
  color: #b51616;
  font-size: 0.8em;
  margin: 0 0 10px 0;
}

#footerC2 textarea
{
  height: 80px;
  overflow: hidden;
}

#footerC2 textarea.required
{
	background-color: #b51616;
	
}

#footerC3 li,
#footerC4 li
{
  margin: 0 0 1em 0;
}

#footerC1 a,
#footerC1 a:active,
#footerC1 a:visited
{
  color: #707070;
  text-decoration: none;
}

#footerC1 a:hover
{
  text-decoration: underline;
}

#footerC3 a,
#footerC3 a:active,
#footerC3 a:visited,
#footerC4 a,
#footerC4 a:active,
#footerC4 a:visited
{
  color: #fff;
  text-decoration: none;
}

#footerC3 a:hover,
#footerC4 a:hover
{
  color: #ffad00;
}