* {
	padding: 0; margin: 0;
}

/* Overall styles */

body {
	background: #373838 url(http://film.nu/sitepics/utveckling/bot_bkg_dark.png) repeat-y center;
}

.window {
	width: 1020px;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #151515;
	padding-bottom: 90px;
}

.page_left {
	width: 690px;
	text-align: left;
	float: left;
	margin-right: 20px;
}

.page_left_top {
	width: 690px;
	height: 450px;
	text-align: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.page_left_left {
	width: 450px;
	text-align: left;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}

.page_left_right {
	width: 220px;
	text-align: left;
	float: right;
}

.page_left_content {
	width: 700px;
	text-align: left;
	float: left;
	margin-right: 20px;	
}

.page_right {
	width: 300px;
	text-align: left;
	float: right;
	margin-top: -576px;
}

.page_right_content {
	width: 300px;
	text-align: left;
	float: right;
	margin-top: -110px;
}

.clear {
	height: 1px;
	float: none;
	clear: both
}

.spacer {
	height: 5px;
}

/* Header and footer */

#header {
	margin-bottom: 15px;
	height: 120px;
	width: 700px;
}

#logo_stor {
	float: left;
	margin-top: 10px;
	margin-left: -17px;
}

#info_panel3 {
	width: 355px;
	height: 100px;
	float: left;
	opacity: 0.9;
	margin-top: 29px;
}

.infopanel {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 12px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 355px;	
}

.infopanel a {
	color: #fff !important;
}

.logged_in {
	font-weight: bold;
	white-space: nowrap;
	height: 14px;
	margin-right: 5px;
}

span.search_filmnu {
	letter-spacing: 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

span.you_are_here {
	font-size: 14px;
}

.footer {
	padding-left: 1px;
	margin-bottom: 10px;
}

.footer_left {
	float: left;
	color: #000;
	letter-spacing: 1px;
	font: bold 9px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}

.footer_right {
	float: right;
	margin-right: 43px;
	padding-top: 2px;
}

/* Menu styles */

.menu_mini_holder {
	width: 1040px;
	margin-right: auto;
	position: fixed;
	bottom: 0;
	text-align: center;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(http://film.nu/sitepics/utveckling/menu-bkg.png) no-repeat left top;
	z-index: 100;
	margin-left: -20px;
	padding-top: 26px;
}

#menu {
	width: 1020px;
	height: 30px;
	z-index: 9999;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu h2 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width:100px !important;
	height:24px !important; 
	border: 1px solid #76746f;
	background: #888a8a url(http://film.nu/sitepics/utveckling/menu.png) no-repeat center center;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 10px;
	letter-spacing: 1px !important;
}

#menu h2 a {
	padding-top: 4px;
	text-shadow: #c3c060 0 0 4px;
}

#menu h5 {
}

#menu h5 a {
	color: #000 !important;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
	opacity: 1.0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#menu h5 a:hover {
	color: #000 !important;
	background-color: #e8e8e8 !important;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 10000;
	width: auto;
	height: auto;
	bottom: 3px;
	padding: 5px;
	white-space: nowrap;
	width: auto;
	height: auto;
	background-color: #737074;
	opacity: 0.9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px #000;			
	-o-box-box-shadow: 0px 0px 10px #000;			
	-icab-box-shadow: 0px 0px 10px #000;			
	-khtml-box-shadow: 0px 0px 10px #000;			
	-moz-box-shadow: 0px 0px 10px #000;
	margin-bottom: 22px;
	text-align: left;
	border: 1px solid #333;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/* "Waist", a sub header menu */

.waist {
	background: url(http://film.nu/sitepics/utveckling/waist.png) no-repeat 30px top;
	height: 30px;
	margin-bottom: -1px;
}

.menulist_horizontal {
	margin: 0;
	padding: 0;
}

.menulist_horizontal ul {
	margin: 0;
	padding: 0;
}

.menulist_horizontal li {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	background: #797c7b url(http://film.nu/sitepics/utveckling/but_wide_bkg.png) no-repeat center;
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	font: bold 9px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
}

.menulist_horizontal li a {
	color: #fff !important;
}

.topmenu {
	color: #eee;	
	width: 660px;
	background-color: #727272;
	margin: 0;
	padding: 15px 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.topmenu a {
		color: #eee;
}

.topmenu p {
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 4px;
	letter-spacing: 1px;
}

.topmenu h1 {
	color: #eee;	
	font: normal 40px/24px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

.topmenu h3 {
	font: italic normal 18px/20px Georgia, "Times New Roman", Times, serif;
	margin-top: -5px;
	margin-bottom: 10px;
}

/* Overall links */


a:link, a:active, a:visited, a:hover {
	color: #006e7c;
	text-decoration: none;
}

a.red:link, a.red:active, a.red:visited, a.red:hover {
	color: #f00;
	text-decoration: none;
}

/* Common styles */

h1 {
	width: 660px;
	font: bold 35px/37px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding-bottom: 20px;
}

#ad_below_article {
	margin-top: 15px;
	border-top: 1px solid #333;	
	text-align: center;
	padding-top: 18px;
	padding-bottom: 5px;
	width: 660px;
}

#ad_below_article.align_left {
	text-align: left;
	width: 478px;
	padding-left: 4px;
}

#ad_below_top_start {
	margin-top: 5px;
	margin-bottom: 15px;
	display: none;
}

#ad_below_article_big {
	width: 660px;
	padding-top: 10px;
	display: none;
}

/* this should be deleted and replaced with ad_below_top_start */
#playad_start {
	margin-top: 5px;
	margin-bottom: 15px;
	display: none;
}

/* this should be deleted and replaced with ad_below_article_big */
#playad_below_article {
	width: 660px;
	padding-top: 10px;
	display: none;
}

.focus {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.focus_big {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.info_brodtext {
	color: #333;
	padding: 5px 0px;
	letter-spacing: 1px;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.info_faktatext {
	color: #333;
	padding: 5px 0px;
	font: 9px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
.common_text {
	color: #333;
	letter-spacing: 1px;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
}

.common_text.small {
	font: 9px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0;
}

.common_text.but {
	padding-top: 2px;
	padding-bottom: 5px;
}

/* Labels */

.info {
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	color: #7d7d7d !important;
	letter-spacing: 1px !important;
}

/* Start page (puff) styles */

.top {
	position:relative; 
	float: left; 
	width:690px; 
	height:450px; 
	display:block;
	overflow: hidden;
}

.top .textcontent {
	position:relative; 
	float:left; 
	margin: -140px 0 0; 
	width:655px !important; 
	line-height:100%;
	padding: 0 20px 20px 15px;
}

.top .textcontent h2, .top .textcontent h2 a {
	font: bold 40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	color: #fff;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
}

.top .textcontent .text {
	font-size: 14px;
	font-family: Georgia, arial, verdana, helvetica, geneva, gadget, andale mono, times;
	line-height: 18px;
	color: #fff;
	padding-bottom: 6px;	
}

.top .overlay {
	position:relative; 
	float:left; 
	width:690px; 
	height:450px; 
	margin:-450px 0 0 0; 
	padding:0; 
	overflow:hidden;
}


.top .descr {
	position:relative; 
	float:left; 
	margin:-30px 0 0 0; 
	width:690px !important;
	height: 20px;
	background: #af0000 url(http://film.nu/sitepics/utveckling/top_descr_bkg.png) no-repeat;
}

.top .descr_left {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.top .descr_right {
	float: right;
	padding-right: 10px;
	margin-top: 5px;	
}

.ctrl {
	position:relative; 
	float:left;
	background: #af0000 url(http://film.nu/sitepics/utveckling/top_descr_bkg.png) no-repeat;
	display:block;
	clear:both;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 680px;
	height: 20px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin: -30px 0 20px;
}

.ctrl a {
	color: #fff !important;
}

.ctrl_left {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	max-width: 430px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.ctrl_right {
	float: right;
	padding-right: 10px;
	margin-top: 5px;	
}

.puff {
	position:relative; 
	float:left; 
	width:450px; 
	height:350px; 
	margin:5px 20px 15px 0; 
	display:block; 
	overflow:hidden;
}

.puff .mainpic {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.top .mainpic {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	z-index: -5;
}

.puff .overlay {
	position:relative; 
	float:left; 
	width:450px; 
	height:350px; 
	margin:-300px 0 0 0; 
	padding:0; 
	overflow:hidden;
}

.puff .descr {
	position:relative; 
	float:left; 
	margin:-20px 0 0 0; 
	width:440px !important;
	padding: 5px 5px 0;
	background: #af0000 url(http://film.nu/sitepics/utveckling/descr_bkg.png) no-repeat;
}

.puff .descr .descr_left {
	float: left;
	max-width: 210px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.puff .descr .descr_right {
	float: right;
}

.descr {
	display:block;
	clear:both;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height: 16px;
}

.descr a {
	color: #fff !important;
}

.puff .textcontent {
	position:relative; 
	float:left; 
	margin: -140px 0 0; 
	width:430px !important; 
	line-height:100%;
	padding: 0 20px 20px 15px;
}

.puff .textcontent h2, .textcontent h2 a {
	font: bold 30px/34px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	padding-bottom: 4px;	
}

.puff .textcontent .text {
	font-size: 14px;
	font-family: Georgia, arial, verdana, helvetica, geneva, gadget, andale mono, times;
	line-height: 18px;
	color: #fff;
	padding-bottom: 6px;	
}

.puff_narrow_text {
	font-size: 12px;
	font-family: Georgia, arial, verdana, helvetica, geneva, gadget, andale mono, times;
	line-height: 16px;
	color: #333;
	margin-bottom: 6px;	
}


.news_and_blog {
	background-color: #656b66;
	width: 205px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-image: url(http://film.nu/sitepics/utveckling/news_bkg.png);
	overflow: hidden;
	white-space: nowrap;
	padding: 4px 8px 5px;
}

.news_and_blog a {
	color: #fff !important;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: normal bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;	
}

.news_top {
	background-color: #fff;
	width: 205px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-right: 8px;
	padding-left: 8px;
	height: 5px;
}

/* Ska bytas namn på till news_and_blog h3 eller nåt i den stilen */

.svartrubrik_feedpuff {
	font-size: 17px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #333333;
	margin-bottom: 5px;
}

.puff_smal {
	background-color: #fff;
	width: 205px;
	margin-bottom: 20px;
	padding: 8px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}

.puff_smal a {
	color: #333333;
}

/* Kan tas bort?

.puff_smal .headline {
	font: bold 18px/24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.puff_smal .subheadline {
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	margin-top: -10px;
	margin-bottom: 10px;
}

.puff_smal .menulist li {
	font: bold 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 8px;
} */


/* Mail */

#show_mail {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#show_mail .left {
	float: left;
	font-size: 12px;
}


#show_mail .right {
	float: right;
}

#show_mail .date {
	text-align: left;
	font-size: 10px;
}

#show_mail .from_to {
	width: 150px !important;
	overflow: hidden;
	padding-right: 20px;
}

#show_mail .subject {
	width: 400px !important;
	overflow: hidden;
	padding-right: 20px;
}

.unread {
	font-weight: bold;
}

.message_body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 660px;
}

.message_body .fromto {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}


.message_body .subject {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 5px;
}

.message_body .message {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.message_body .datetime {
	font-size: 10px;
	line-height: 14px;
}

/* Sidebar */

.feed {
	color: #fff;
}

.feed a {
	color: #00acc1 !important;
}


p.feed_spacer {
	height: 8px;
}

.comment-icon {
	vertical-align: -2px;
}

.feed_rubrik {
	padding-top: 15px;
	border-top: 1px dashed #555;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: arial, verdana, geneva, gadget, andale mono, times;
	line-height: 20px;
	color: #ccc;	
}

.feed_subrubrik {
	padding-top: 2px;	
	padding-bottom: 1px;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: arial, verdana, geneva, gadget, andale mono, times;
	color: #ccc;		
}

.feed_controls {
	margin-top: 5px;
	margin-bottom: 5px;
}

.feed_controls a {
	color: #fff !important;
}

.feed_text {
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 11px;
	letter-spacing: 0.5px;
	font-family: arial, verdana, arial, helvetica, geneva, gadget, andale mono, times;
	line-height: 16px;
	color: #ccc;	
}

.feed_text p {
	margin-bottom: 5px;
}

/* Buttons */

#social {
	float: none;
	clear: both;
	width: 660px;
	display: block;
	height: 50px;
}	

#social div {
	padding-right: 4px;
}	

#social .facebook_b {
	display: inline-block;
	height: 16px !important;
	position: relative;
	top: -1px;
}

#social .twitter_b {
	display: inline-block;
	height: 16px !important;
	position: relative;
	top: 1px;
}

#social .pusha_b {
	display: inline-block;
	height: 16px !important;
	position: relative;
	top: 1px;
}

#social .google_buzz_b {
	display: inline-block;
	height: 16px !important;
	position: relative;
	top: -1px;
}

#social .digg_b {
	display: inline-block;
	height: 16px !important;
	position: relative;
	top: 0px;
}

.twitter {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;	
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	color: #fff;
	padding: 3px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	background: #0099ce url(http://film.nu/sitepics/utveckling/but_bkg.png) no-repeat center;
}

.twitter a {
	color: #fff !important;
}

.facebook {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;	
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	color: #fff;
	padding: 3px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	background: #382dcf url(http://film.nu/sitepics/utveckling/but_bkg.png) no-repeat center;
}

.facebook a {
	color: #fff !important;
}

.button, .button_main {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;	
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	color: #fff !important;
	padding: 3px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	background: #797c7b url(http://film.nu/sitepics/utveckling/but_bkg.png) no-repeat center;
}

.button.wide {
	background: #797c7b url(http://film.nu/sitepics/utveckling/but_wide_bkg.png) no-repeat center;
	padding-right: 5px;
	padding-left: 5px;
}

.button.red {
	background: #af0000 url(http://film.nu/sitepics/utveckling/but_wide_bkg.png) no-repeat center;	
}

.button a, .button_main a {
	color: #fff !important;
}

.button_big {
	letter-spacing: 1px;
	color: #fff;
	background-color: #3e403f !important;
	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;
	padding: 6px;
	font: normal normal 16px/18px Georgia, "Times New Roman", Times, serif;
}

.button_big a {
	color: #fff !important;
	background-color: #3e403f !important;	
}

.readmore {
	font: bold 10px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;	
	margin-bottom: 5px;
	text-align: right;
	margin-right: 3px;
}

/* Forms */

div.formpage {
	margin-top: 15px;
}

.formmenu {
	font-size: 9px;
	font-family: verdana, geneva, gadget, andale mono, times;
	line-height: 13px;
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.formtext {
	font-size: 9px;
	font-family: verdana, geneva, gadget, andale mono, times;
	line-height: 13px; color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px
}

.formbutton {
	font-size: 9px;
	font-family: verdana, geneva, gadget, andale mono, times;
	line-height: 13px; color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

form {
	max-width: 660px;
	font: bold 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}


form .input_line {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 18px;
}

form .input_label {
	width: 30%;
	float: left;
	height: 18px;
	padding-top: 2px;
}

form .input_field {
	width: 70%;
	float: right;
}

form .headline {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	width: 650px;
}

form .tags {
	width: 650px;
	font-size: 14px;
	font-size: 14px;
}

form .name {
	width: 350px;
	font-size: 14px;
	font-size: 14px;
}

form .textarea {
	width: 650px;
	font-size: 14px;
	font-size: 14px;
}

form .input_select {
	max-width: 660px;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

form .input_select.big {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: -5px;
}

form .input_divider {
	border-bottom: 1px dashed #000;
	width: 100%;
	float: none;
	clear: both;
	height: 1px;
	padding-top: 10px;
	margin-bottom: 10px;
}

form .input_center {
	float: none;
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

form .input_comment {
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	margin-top: -7px;
}

.submit_button {
	border-width: 0;	
	border-style: none;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;	
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 13px;
	color: #fff;
	padding: 3px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	background: #797c7b url(http://film.nu/sitepics/utveckling/but_bkg.png) no-repeat center;
}

.submit_button.wide {
	background: #797c7b url(http://film.nu/sitepics/utveckling/but_wide_bkg.png) no-repeat center;
	padding-right: 5px;
	padding-left: 5px;
}

.miniform {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;	
	border-collapse: collapse;	
}

.miniformtext { color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 0.1em;
	letter-spacing: 1px;
	font: bold 14px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 165px;
}

.miniformbutton {
	font-size: 12px;
	font-family: verdana, geneva, gadget, andale mono, times;
	line-height: 12px;
	color: #000;
	cursor:pointer;
	background:#999;
	font-weight:bold;
	padding: 3px;
	background:url(http://film.nu/sitepics/formbg.gif) repeat-x left top;
	border-color: #000000;
	border-style: outset;
	border-width: 0.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

.comment_form {
	width: 530px !important;
}

.comment_form .input_select, .input_line {
	max-width: 530px !important;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

.comment_form .input_label {
	width: 270px !important;	
}

.comment_form .input_field {
	width: 260px !important;	
}

.comment_form .name, .mail {
	width: 250px !important;
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: 1px;
}

.comment_form .headline {
	width: 250px !important;
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: 1px;
}

.comment_form .reklam {
	font: 16px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: 1px;
	width: 55px;
}

.comment_form .comment {
	width: 520px;
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

.login_form {
	width: 340px !important;
}

.login_form a {
	color: #333 !important;
}

.login_form .input_select, .login_form .input_line {
	max-width: 330px !important;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

.login_form .input_label {
	width: 140px !important;	
}

.login_form .input_field {
	width: 190px !important;	
}

.login_form .name, .mail {
	width: 150px !important;
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: 1px;
}

.login_form .headline {
	width: 170px !important;
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: 1px;
}

.login_form .reklam {
	font: 16px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: 1px;
	width: 55px;
}

.login_form .comment {
	width: 390px;
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

/* Article pages */

#review_txt {
	width: 700px;
}

#article_txt {
	width: 690px;
	z-index: 100;
}

.article {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #333;
	background: #fff;
	text-align: left;	
	width: 660px;
	margin-bottom: 20px;
	padding: 10px;
	border: 0;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	letter-spacing: 0.1ex;
}

.article h2, .review_txt h2 {
	width: 660px;
	font: bold 35px/37px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding-bottom: 10px;
}

.article h2 a {
	color: #333 !important;
}

.ingress {
	width: 660px;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 19px;
	color: #333;
	padding: 0 0 20px;
}

.pictext {
	color: #333;
	font: bold 9px/11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.brodtext {
	width: 660px;
}

.brodtext p {
	margin-bottom: 6px;
}

.brodtext h5 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
}

/* Review lists */

.filmlist {
	width: 660px;
	font-weight: bold;
}

.filmlist img {
	float: left;
	padding-right: 5px;
}

.filmlist .list_grey, .filmlist .list_white {
	background-color: #e9ecec;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	overflow: hidden;
}

.filmlist .list_white {
	background-color: #fff;
}

.filmlist a {
	color: #006e7c;
	font-weight: bold;
}
.filmlist .choice {
	font: bold 10px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

.filmlist p {
	font: normal 13px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 8px;
}

.filmlist.date_long span {
	font: normal 13px/16px Georgia, "Times New Roman", Times, serif;
}

.filmlist.date_long h3 {
	font: bold 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 6px;
}


.filmlist.date_long h3 a {
	color: #111;
}

.filmlist.date_long img {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Kan raderas?

.filmlist .left {
	padding-right: 5px;
	float: left;
	font-size: 10px;
	line-height: 28px;
	white-space: nowrap;			
}

.filmlist .right {
	float: right;
	font-size: 10px;
	line-height: 28px;	
}

.filmlist .title {
	font-size: 12px;
	float: left;	
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 4px;
}*/


/* Review specific styles */

div.trailer {
	margin-top: 10px;
}

.filmtitel {
	text-align: center;
	margin-bottom: 10px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

.tumme {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 70px;
	height: 70px;
}

.tumme.upp {
	background: url(http://film.nu/sitepics/utveckling/tumme-upp-ny.png) no-repeat center;
}

.tumme.upp2 {
	background: url(http://film.nu/sitepics/utveckling/tumme-upp-ny.png) repeat-x left;
	width: 140px;
}

.tumme.ner {
	background: url(http://film.nu/sitepics/utveckling/tumme-ner.png) no-repeat center;
}

.staffbox {
	width: 660px;
	height: 50px;
	margin: 10px 0 20px;
}

.staffbox a {
	color: #fff !important;
}

.staffbox_left {
	width: 50px;
	height: 50px;	
	border: 0px;
	float: left;
}

.staffbox_right {	
	width: 600px;
	height: 22px;
	float: right;
	color: #fff;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-top: 13px;
	padding-left: 10px;
	padding-top: 2px;
	-webkit-border-top-right-radius: 10px;	
	-webkit-border-bottom-right-radius: 10px;
	background: #af0000 url(http://film.nu/sitepics/utveckling/staff_bkg.png) no-repeat center;
}

.related {
	border: 1px solid #af0000;
	width: 645px;
	padding: 5px;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

.related a {
	color: #6b6667;
}


.related .intro {
	text-transform: uppercase;
	font-size: 10px;
}

.tumme_liten_upp {
	width: 40px;
	display: inline;
	float: left;
	clear: none;
	text-align: center;
	vertical-align: top;
}

.tumme_liten_ner {
	width: 40px;
	display: inline;
	float: right;
	clear: none;	
	text-align: center;
	vertical-align: top;	
}

.vertical_spacer {
	background-color: #000;
	width: 1px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	z-index: 99;
}

.playnw {
	text-align: center;
}

.review_facts p {
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 4px;
	letter-spacing: 1px;
	color: #eee;
}

.review_facts a {
	color: #000;
}

.menu_list {
	padding-top: 5px;
	padding-bottom: 5px;
}

.recensionsbild {
	border: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

.bildtext {
	padding: 0px;
	margin: 0px;
}

.titlebox {
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	float: left;
	margin-right: 5px;
	margin-bottom: 0 !important;
	padding: 3px 3px 0;
	margin-top: 5px;
	background: #af0000 url(http://film.nu/sitepics/utveckling/staff_bkg.png) no-repeat center;
}

.filmtitle {
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 3px;
	float: left;
	padding-top: 6px;
}

.comments_counter {
	background: url(http://film.nu/sitepics/utveckling/comments-24-gr.png) no-repeat;
	width: 24px;
	height: 21px;
	display: inline-block;
	margin-left: 8px;
	margin-right: 3px;
	float: right;
	padding-top: 4px;
}

.comments_counter a {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fcffff;
	text-shadow: #585959 1px 1px 1px;
	text-align: right;
}

.review_facts {
	color: #eee;	
	width: 269px;
	float: right;
	top: 0px;
	left: 550px;
	position: static;
	margin: -3px 0 5px 5px;
}

.review_facts .black {
	color: #000 !important;
}

.review_facts_top {
	background: url(http://film.nu/sitepics/utveckling/filmfact_top.png) no-repeat;
	height: 22px;
}

.review_facts_mid {
	height: auto;
	background: url(http://film.nu/sitepics/utveckling/filmfact_mid.png) repeat-y;
	padding-left: 24px;
	padding-right: 24px;
}

.review_facts_bot {
	background: url(http://film.nu/sitepics/utveckling/filmfact_bot.png) no-repeat;
	height: 22px;
}

/* User page specific styles */

.userpage h3 {
	font: bold 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 2px;
}

.userpage a {
	color: #333;
}

.userpage a:hover {
	color: #ddd;
}

.userpage.contact {
	padding-top: 0;
}

.userpage .favo {
	font-size: 15px !important;
	line-height: 18px !important;	
}

.userpage .row_white, .userpage .row_grey {
	width: 648px;
	padding: 2px 6px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.userpage .row_grey {
	background-color: #d3d3d3;
}

.userpage .row_white:hover, .userpage .row_grey:hover {
	background-color: #dd6c71;
}

.userpage .delete {
	font: bold 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.userpage .delete p {
	margin-bottom: 6px;
}

/* Blog specific styles */

.drafts {
	width: 660px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

.drafts h3 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

.drafts p {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
}

.drafts .row_white, .drafts .row_grey {
	padding: 2px 6px;
	margin-bottom: 4px;
}

.drafts .row_grey {
	background-color: #d3d3d3;
}

.left-blog {
	float: left;
	font-size: 10px;
	line-height: 14px;
	white-space: nowrap;		
}

.left-blog .title {
	font-size: 12px;
	float: left;	
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 4px;
}

.right-blog {
	float: right;
	font-size: 10px;
	line-height: 14px;
}

.entry {
	width: 660px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.entry.single_post {
	margin-bottom: 15px;
}

.entry p {
}

.entry img {
	max-width: 660px !important;
	overflow: hidden !important;
	float: right !important;
	padding: 5px 0 5px 5px !important;
}

.entry p img {
	max-width: 660px !important;
	overflow: hidden !important;
	float: none !important;
	padding: 5px 0 5px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	display: block;
}

.entry h2 {
	font-size: 30px;
	line-height: 32px;
}

.entry h2 .draft {
	font-weight: normal;
	font-style: normal;
}

#fineprint {
	color: #7d7d7d;
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	width: 660px;
}

.postmeta {
	padding-top: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
}

/*.postmeta.single_post {
	padding-bottom: 0;
}*/

#blog_parent {
	max-width: 660px;
}

.blog_toplist.row {
	width: 660px;
}

.blog_toplist.left, .blog_toplist.right {
	float: left;
	width: 320px;
}

.blog_toplist.right {
	float: right;
}

.blog_toplist h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.blog_toplist p {
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	padding: 3px;
	margin-bottom: 4px;
}

.blog_toplist .comment-icon {
	vertical-align: -1px;
	padding-left: 1px;
}

.blog_toplist a {
	color: #000 !important;
}

.radera {
	width: 300px;
	background-color: #b3b3b3;
	-webkit-border-radius: 6px;
	padding: 5px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radera_utkast {
	margin-top: 10px;
	margin-bottom: 10px;
}

form .blog-btn {
	width: 113px;
	height: 23px;
	background: url(http://film.nu/sitepics/utveckling/blog-btn.png) no-repeat;
	border-style: none;
	font-weight: bold;
}

form .blog-btn-big {
	width: 200px;
	height: 23px;
	background: url(http://film.nu/sitepics/utveckling/blog-btn-big.png) no-repeat;
	border-style: none;
	font-weight: bold;
}

.bloginfo {
	width: 660px;
	text-align: left;	
	width: 660px;
	margin-bottom: 20px;
	padding: 10px;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	overflow: hidden;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
}

.bloginfo .headline {
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin-bottom: 3px;
	line-height: 32px;
	font-weight: bold;
	font-size: 30px;
}

.bloginfo .name {
	margin-bottom: 8px;
	line-height: 16px;
	font-size: 14px;
}

.bloginfo .name.single_post {
	margin-bottom: 0;
}

.bloginfo a {
}

.bloginfo .edit {
	padding-top: 10px;
}

.bloginfo .tagline {
	margin-bottom: 5px;
	font-style: italic;
	line-height: 20px;
	font-size: 18px;
}

.bloginfo .bio {
	line-height: 16px;
	font-size: 14px;
}

.bloginfo .pic {
	max-width: 200px;
	overflow: hidden;
	float: right;
	padding-left: 10px;
}

.bloginfo .nopic {
	display: none;	
}

.bloginfo .pic.single_page {
	max-height: 50px;
}

.bloginfo p {
	padding-bottom: 4px;
	letter-spacing: 1px;
	line-height: 14px;
	font-size: 11px;
}

.red {
	background-color: #af0000;
	color: #ddd !important;
}

.red a {
	color: #ddd;	
}

.grey {
	background-color: #c0c0c0;
}

.grey a {
	color: #111;	
}

.blue {
	background-color: #325bc2;
	color: #fff !important;
}

.blue a {
	color: #fff !important;	
}

.pink {
	background-color: #ff00ef;
	color: #eee !important;
}

.pink a {
	color: #eee;	
}

.green {
	background-color: #009811;
	color: #fff !important;
}

.green a {
	color: #fff !important;
}

.yellow {
	background-color: #fff300;
	color: #111 !important;
}

.yellow a {
	color: #111;	
}

.colorpick {
	padding: 2px;
	margin-right: 10px;
}

/* Comments overall */

h6.comments_headline {
	font: 22px/26px Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 10px;
}

.comment_block {
	width: 600px;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

.comment_block .member_pic {
	float: left !important;
	max-width: 45px !important;
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
	max-height: 45px !important;	
}

.comment_grey, .comment_white {
	background-color: #c0c0c0;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	overflow: hidden;
}

.comment_white {
	background-color: #e9ecec;
}

.comment_block .headline {
	font-weight: bold;
	padding-bottom: 5px;
}

.comment_block .comment {
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 13px;
}

.comment_block .meta {
	overflow: hidden;
}

.comment_block .name {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	float: left;
}

.comment_block .date {
	font-size: 10px;
	line-height: 12px;
	float: right;
}

.kommentar_rubrik {
	color: #333;
	font: bold 12px/16px arial, verdana, helvetica, geneva, gadget, andale;
}

.kommentar_text {
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font: normal 12px/16px arial, verdana, helvetica, geneva, gadget, andale;
}

.kommentar_meta {
	color: #333;
	padding-bottom: 15px;
}

.kommentar_namn {
	color: #333;
	float: left;
	font: bold 11px/15px arial, verdana, helvetica, geneva, gadget, andale;
}

.kommentar_datum {
	color: #333;
	float: right;
	font: normal normal 11px/15px arial, verdana, helvetica, geneva, gadget, andale;
}

.kommentarer {
	width: 660px;
}

/* Horizontal lines etc */

hr {
	height: 0.1em;
	margin: 2px 0px 2px 0px;
	border: none;
	clear: both;
	float: none;
}

li {
	list-style-type: none;
}

/* Pictures */

img.stor_puffbild {
	width: 450px;
	border: 0;
	margin-bottom: 10px;
}

img.liten_puffbild {
	width: 250px;
	border: 0;
	margin-bottom: 10px;
}

img.pic_large {
	width: 660px;
	border: 0;
}

img.picture_review {
	width: 660px;
	border: 0;
	margin-bottom: 5px;
}

img.bildspel_thumb {
	border: 0;
	padding: 1px 0px;
}

img.medlemsannons {
	background: transparent;
	margin-left: 14px;
}

img.logo {
	background: transparent;
	margin-bottom: 10px;
}

img.logo_mini {
	background: transparent;
	margin-bottom: 10px;
}

img.utskrift {
	background: transparent;
	padding: 0px 1px;
}

img.tummener {
	background: transparent url('http://film.nu/sitepics/tumme_ner.png') no-repeat 0 0;
	width: 46px;
	height: 46px;
	margin: 5px 0px 5px 0px;
}

span.tummener {
}

img.tummeupp_liten {
	background: transparent url('http://film.nu/sitepics/tummeupp_liten.png') no-repeat 0 0;
	width: 19px;
	height: 23px;
	margin: 0px 0px 0px 0px;
}

span.tummeupp_liten {
}

img.tummener_liten {
	background: transparent url('http://film.nu/sitepics/tummener_liten.png') no-repeat 0 0;
	width: 19px;
	height: 23px;
	margin: 0px 0px 0px 0px;
}

span.tummener_liten	{
}

img.byline {
	background: transparent;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.medlemkommentarbild {
	background: transparent;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.medlemslistbild {
	background: transparent;
	border: 1px;
	padding: 0px 5px;
}

/* Print out page */

.utskrift {
	font-size: 12px;
	font-family: times;
	line-height: 16px;
	color: #000000;
}

.utskriftsrubrik {
	font-size: 20px;
	font-family: times;
	line-height: 24px;
	color: #000000;
}

/* Knuff blogglankar */

div.knuff {
	
}

.knuff-nfo {color:#000;padding: 0;margin: 10px 0;font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;font-size:11px;line-height:110%;background: #fff repeat-x;border: 1px solid #ddd;
	width: 655px;
	letter-spacing: 1px;
} 
.knuff-nfo a{text-decoration:underline; font-weight:normal; color:#6b6667}
.knuff-nfo a:hover{color:#af00; background-color: transparent;}	
.knuff-nfo ul {padding:0;list-style: none;
	margin-right: 0;
	margin-top: 3px;
	margin-left: 0;
} 
.knuff-nfo ul li {display:block; text-indent:0px; clear:both;line-height:117%;
	margin: 8px 0 0;
	padding: 2px 0 3px 16px;
}
.knuff-nfo .udda, .knuff-nfo .jmn {
	background: url("http://export.knuff.se/dot.gif") no-repeat 2px 6px;	
	background-color: #ddd;
	padding-top: 4px;
}
.knuff-nfo .jmn {
	background-color: #fff;
}	
.knuff-nfo ul li:hover {background-color: #bea5aa;} 
.knuff-nfo ul li tt a {float: right; visibility: hidden; display:block; padding: 0 10px 0 4px; text-decoration: none; position:relative; top:-23px; text-indent: -9999px;} 
.knuff-nfo ul li:hover tt a {background: url("http://export.knuff.se/kryss.gif") no-repeat 2px 2px; visibility: visible;
}
.knuff-nfo .klogga {float: right; margin:4px 3px 0 0;}
.knuff-nfo .klogga img {
	height: 16px;
}
.knuff-nfo .krubrik { font-size: 10px; border:0px; font-weight:bold; color:#000;
	text-transform: uppercase;
	margin: 6px;
}
.knuff-nfo .krubrik a{font-weight:bold}
.knuff-nfo i {color: #777;font-size: 10px;}
.knuff-nfo .kinfo {font-size: 10px; color: #666; padding-left: 4px;}
.knuff-nfo .kpuff {font-size: 10px; text-align: right; border-top:1px solid #aaa; padding: 2px; background-color: #f5f5e1;}
.knuff-nfo .kpuff a {color:#777}

