@-moz-document url-prefix() {}

/* --------------------------------------------------------------------------------- */
/* 	TEST											                                 */
/* --------------------------------------------------------------------------------- */
	
a#testShowPlayer{
	position:absolute;
	display:block;
	background-color:#666;
	color:#000;
	cursor:pointer;
	z-index:999;
}

/* --------------------------------------------------------------------------------- */
/* 	Main													 						 */
/* --------------------------------------------------------------------------------- */

*{
	
	padding: 0;
	margin: 0;
	
}

body {
	
	font: 12px Arial, sans-serif;
	color:#000;
	background-color: #fff;
	padding: 0;
	margin: 0;
	min-width:900px;
	
}

a, a:visited { 
	outline: none; 
	font: 12px Arial, sans-serif;
	color:#000;
}

img {
	border: none;
}

p {
	
	margin:0;
	padding:0;
	
}


input:focus{

	outline : none;

}

/* --------------------------------------------------------------------------------- */
/* 	Wrappers		  																 */
/* --------------------------------------------------------------------------------- */

div#topWrapper{
	
	width:100%;
	height:146px;
	margin:0;
	padding:0;
	background: transparent url(../images/core/top_bg.png) repeat-x top;
	z-index: 998;
}

div#centerWrapper{
	
	margin-bottom:87px;
	clear:both;
}

div#bottomWrapper{
	
	height:51px; 
	width: 100%;
	bottom: 0px;
	position: fixed;
	background: transparent url(../images/core/bottom_bg.png) repeat-x 0 bottom;
	text-align: center;
	z-index:998;
	
}

/* --------------------------------------------------------------------------------- */
/* 	Top			  																	 */
/* --------------------------------------------------------------------------------- */

div#topWrapper div#top {
	width: 100%;
	height: 146px;
	margin: 0 auto;
	padding:0 0 0 0;
	display:block;
	clear:both;
	position:absolute;
}

	div#topWrapper div#top a.logo {
		display:block;
		position:absolute;
		width:90px;
		height:134px;
		right:0px;
		top:0px;
		text-indent:-9999px;
		cursor:pointer;
		background: transparent url(../images/core/logo2.jpg) no-repeat 0 0;
	}
	
	div#topWrapper div#top div.header {
		display:block;
		position:absolute;
		width:740px;
		height:75px;
		left:22px;
		top:20px;
		border-bottom:1px solid #777;
		color:#E9E9E9;
		font-size:11px;
		font-weight:normal;
		font-style: normal;
		line-height:17px;
	}
	
		div#topWrapper div#top div.header h1 {
			margin:5px 0;
			font-size:23px;
			color:#E9E9E9;
			font-weight: normal;
			line-height:25px;
		}
	
	div#topWrapper div#top div#lang_changer {
		display:block;
		position:absolute;
		width:50px;
		height:20px;
		left:712px;
		top:100px;
		color:#E9E9E9;
		font-size:10px;
		font-weight:normal;
		font-style: normal;
		line-height:17px;
		text-align: right;
		cursor: pointer;
	}
		
		div#topWrapper div#top div#lang_changer a, a:visited {
			outline: none;
			text-decoration: none;
			font-size:11px;
			font-family: Arial, sans-serif;
			color:#fff;
		}
	
	
	div#topWrapper div#top div.inputs {
		display:block;
		position:absolute;
		width:690px;
		height:26px;
		left:21px;
		top:103px;
		color:#E9E9E9;
		font-size:11px;
		font-weight:normal;
		font-style: normal;
		line-height:17px;
	}
	
		div#topWrapper div#top div.inputs form {
			float:left;
			clear:none;
		}
	
		div#topWrapper div#top div.inputs input[type=text] {
			
			width:126px;
			height:12px;
			padding: 3px 5px;
			margin: 0 18px 0 0;
			border:none;
			background: transparent url(../images/core/top_input_bg.png) no-repeat 0 0;
			color:#333;
			border:1px solid #000;
			
		}
		
			div#topWrapper div#top div.inputs input[type=text].error {

				border:1px solid #AE2F62;
				color:#671A39;

			}
		
		div#topWrapper div#top div.inputs input[type=button] {
			
			width:20px;
			height:20px;
			margin: 0;
			border:none;
			background: transparent url(../images/core/top_submit_bg.png) no-repeat 0 0;
			color:#333;
			text-indent:-9999px;
			
		}
		
		div#topWrapper div#top div.inputs div.loader {
			
			float:left;
			clear:none;
			width:20px;
			height:20px;
			margin: 0 0 0 0;
			background: transparent url(../images/core/loader.gif) no-repeat 0px 0px;
			
		}
	

/* --------------------------------------------------------------------------------- */
/* 	Center			  																 */
/* --------------------------------------------------------------------------------- */

div#centerWrapper div#center {
	width: 960px;
	margin: 0 auto 87px auto;
	padding:22px 0 0 0;
	clear:both;
	display:block;
}

/* --------------------------------------------------------------------------------- */
/* 	Bottom			  																 */
/* --------------------------------------------------------------------------------- */

div#bottomWrapper div#bottom {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	padding:0 0 0 0;
	background-repeat:no-repeat;
	background-position: 0 24px;
	text-align:left;
}

div#bottomWrapper div#fblike {
	display:block;
	float: right;
	width:285px;
	height: 30px;
	padding: 13px 5px 5px 12px;
	margin: 9px 0px 0px 0px;
	background: transparent url(../images/fblike_bg.png) no-repeat 0 0px;
}

/* --------------------------------------------------------------------------------- */
/* 	Player			  																 */
/* --------------------------------------------------------------------------------- */

div#playerWrapper {
	position:absolute;
	display:block;
	left:0;
	top:133px;
	width: 379px;
	height: 0px;
	clear:both;
	background-image:url(../images/core/player_bg.png);
	background-repeat:no-repeat;
	background-position: left bottom ;
	overflow:hidden;
	z-index: 997;
}

	div#playerWrapper div.player {
		
		width:355px;
		height:26px;
		margin: 0 12px;
		display:block;
		float:left;
		
	}
	
		div#playerWrapper div.player a.infobutton {

			width:16px;
			height:20px;
			margin: 0px 7px 0 0;
			display:block;
			float:right;
			background: transparent url(../images/core/info_btn.png) no-repeat 0 0;
			cursor:pointer;

		}
		
			div#playerWrapper div.player a.active {

				background-position: 0 -20px;

			}
	
	div#playerWrapper div.info {
		
		width:325px;
		margin: 0 12px;
		padding: 0 15px 15px 15px;
		display:block;
		float:left;
		color:#fff;
		font-size:9px;
		z-index: 980;
		overflow-y: auto;
		overflow-x: hidden;
		
	}
	

/* --------------------------------------------------------------------------------- */
/* 	Share			  																 */
/* --------------------------------------------------------------------------------- */

/*
div#shareWrapper {
	position:absolute;
	display:block;
	right:0;
	bottom:30px;
	width: 43px;
	height: 170px;
	clear:both;
	background-image:url(../images/core/share_bg.png);
	background-repeat:no-repeat;
	background-position: 0 0 ;
	overflow:hidden;
}

	div#shareWrapper div#share {
		width: 208px;
		height: 146px;
		display:block;
		margin:12px 0 0 12px;
		padding: 10px 0 0 0;
		clear:both;
		float:left;
		cursor:pointer;
	}
	
		div#shareWrapper div#share a {
			width: 178px;
			height: 30px;
			display:block;
			margin:0 0 1px 35px;
			clear:both;
			float:left;
			cursor:pointer;
			background-color:#f0f;
		}	
		*/
div#dlWrapper {
	position:absolute;
	display:none;
	left:163px;
	bottom:-1px;
	height: 43px;
	width: 170px;
	clear:both;
	background-image:url(../images/share/dl_bg.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	overflow:hidden;
	z-index:998px;
}

	div#dlWrapper div#dl {
		height: 208px;
		width: 110px;
		display:block;
		margin:12px 10px 0 10px;
		padding: 32px 10px 0px 10px;
		clear:both;
		float:left;
		cursor:pointer;
		color: #ddd;
		font-size: 9px;
		text-align: left;
	}
	
	
div#shareWrapper {
	position:absolute;
	display:none;
	left:0px;
	bottom:3px;
	height: 43px;
	width: 170px;
	clear:both;
	background-image:url(../images/core/share_bg.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	overflow:hidden;
	z-index:998px;
	cursor:pointer;
}

	div#shareWrapper div#share {
		height: 208px;
		width: 146px;
		display:block;
		margin:12px 0 0 -5px;
		padding: 32px 0 0 0;
		clear:both;
		float:left;
		cursor:pointer;
	}

		div#shareWrapper div#share a {
			width: 146px;
			height: 28px;
			display:block;
			margin:0 0 0 0;
			padding-top:2px;
			text-align:center;
			clear:both;
			float:left;
			cursor:pointer;
			color:#fff;

		}

	div#contentWrapper div.share_mail_form_container {
		display:none;
		position:absolute;
		width:279px;
		height:241px;
		left:50%;
		top:50%;
		color:#000;
		font-size:14px;
		font-weight:normal;
		font-style: normal;
		line-height:14px;
		text-align: left;
		padding: 26px 21px 26px 21px;
		background-image: url(/images/share/mail_div_bg.png);
		background-repeat: no-repeat;
		z-index: 999;
		margin: -120px 0 0 -140px;
	}
	div#contentWrapper div#share_mail_close_button{
		display: block;
		float: right;
		margin-right: 35px;
		margin-top: -13px;
		width: 12px;
		height: 12px;
		cursor: pointer;
	}
		div#contentWrapper div.share_mail_form_container form {
			float:left;
			clear:none;
		}
		div#contentWrapper div.share_mail_form_container div.share_mail_form_header {
			margin: 0 20px 15px 10px;
		}
	
		div#contentWrapper div.share_mail_form_container input[type=text] {
			
			width:206px;
			height:12px;
			padding: 3px 5px;
			border:none;
			background: transparent url(../images/share/mail_input_bg.png) no-repeat 0 0;
			color:#333;
			border:0;
			float: left;
			clear: both;
			
		}
			div#contentWrapper div.share_mail_form_container input[type=text]#share_toemail {
				margin: 0 0 10px 10px;
			}
			
			div#contentWrapper div.share_mail_form_container label {
				display: block;
				float:left;
				clear: both;
				margin: 0 0 7px 10px;
			}
			div#contentWrapper div.share_mail_form_container input[type=text]#share_fromname {
				margin: 0 0 10px 10px;
			}
			div#contentWrapper div.share_mail_form_container input[type=text]#share_fromemail {
				margin: 0 0 10px 10px;
			}
			div#contentWrapper div#share_mail_form_container input[type=text].error {
				border:1px solid #AE2F62;
				color:#671A39;
			}
		
		div#contentWrapper input[type=button]#share_mail_submit {
			width:60px;
			height:20px;
			display: block;
			float:right;
			clear: both;
			margin: 5px 0 0 0;
			border:none;
			background: transparent url(/images/share/skicka_knapp.png) no-repeat 0 0;
			text-indent:-9999px;
		}
		
		
		
		
		
		
	
	div#contentWrapper div.share_link_form_container {
		display:none;
		position:absolute;
		width:269px;
		height:75px;
		left:45%;
		top:45%;
		color:#000;
		font-size:14px;
		font-weight:normal;
		font-style: normal;
		line-height:14px;
		text-align: left;
		padding: 36px 17px 26px 15px;
		background-image: url(/images/share/direct_link_div_bg.png);
		background-repeat: no-repeat;
		z-index: 901;
	}
	
	div#contentWrapper div#share_link_close_button{
		display: block;
		float: right;
		margin-right: 23px;
		margin-top: -28px;
		width: 12px;
		height: 12px;
	}
	div#contentWrapper div.share_link_form_container input[type=text]#share_link_input {
			width:226px;
			height:20px;
			padding: 0 5px 3px 5px;
			border:none;
			background: transparent url(../images/share/direct_link_div_input_bg.png) no-repeat 0 0;
			color:#333;
			border:0;
			float: left;
			clear: both;
			font-size: 13px;
		}
	
	
	/* play finished */
	div#contentWrapper div.play_finished_container {
		display:none;
		position:absolute;
		width:348px;
		height:118px;
		left:50%;
		top:50%;
		color:#000;
		font-size:14px;
		font-weight:normal;
		font-style: normal;
		line-height:14px;
		text-align: left;
		padding: 26px 21px 26px 21px;
		background-image: url(/images/share/rosa_ruta2.png);
		background-repeat: no-repeat;
		margin: -59px 0 0 -174px;
		z-index: 9999;
	}
	
	div#contentWrapper div#play_finished_close_button{
		display: block;
		float: right;
		margin-right: 35px;
		margin-top: -10px;
		width: 12px;
		height: 12px;
		cursor: pointer;
	}
	
	div#contentWrapper div#play_finished_text{
		display: block;
		float: left;
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		padding-left: 10px;
	}
	
	div#contentWrapper a#play_finished_link_button{
		display: block;
		float: right;
		width: 60px;
		height: 20px;
		margin-right: 66px;
		margin-top:9px;
		background: transparent url('/images/share/read_more_button.png') no-repeat;
		cursor:pointer;
	}
	
	
	
	
	
