﻿/* -------------------- INNHOLD DESIGN -------------------- */


/* LAYOUT */

/* Default */
body
{
	padding-top: 0;
	margin-top: 12px;
}
#side
{
	width: 980px;
	margin: 0 auto;
	overflow: visible;
}

/* Ikke bruk, Ravis ID :D */
#container
{
}

.container
{
	width: 980px;
	margin: 0 auto;
	overflow: visible;
}
.container_wide
{
	width: 1185px;
	margin: 0 auto;
	overflow: visible;
}



#wrap_page
{
	overflow: visible;
}

/* bredt grid for visning av riksannonser */
.container_wide #wrap_page
{
	width: 980px;
	float: left;
}

#wrap_content
{
	clear: both;
	margin-bottom: 60px;
}

#nav_sub
{
	width: 200px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #fff;
}


/* Hovedinnhold */



#wrap_content .default
{
	float: left;
	width: 468px;
}

#wrap_content .wide
{
	float: left;
	width: 760px;
}

#wrap_content .widest
{
	float: left;
	width: 980px;
}

#sidebar
{
	width: 252px;
	float: right;
}





/* FOT */

#footer_page
{
	line-height: 1.3;
	width: 956px;
	margin: 0 auto;
	background-color: #eee;
	overflow: hidden;
	zoom: 1;
	padding: 12px 12px 12px 12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
}

#footer_page a
{
	color: #369;
	text-decoration: none;
}

#footer_page a:hover
{
	text-decoration: underline;
}

#footer_page ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 0;
}

#footer_page li
{
	display: inline;
	font-size: 12px;
	margin: 0 10px 0 0;
}

#footer_page p 
{
	font-size:12px;
	margin:8px 0 0 0;
	text-align:center;
}






/* KART TREFFSIDE og INFOSIDE */

.section_map
{
	background-color: #f5f5f5;
	position: relative;
	margin-bottom: 20px;
	z-index: 2; /* for IE 6-7 */
}

.section_map h2
{
	color: #000;
	padding: 10px 12px 9px 12px;
	background-color: #CCE0EF;
	border-top: 1px solid #AFC1CD;
}




/* Kart bilde */
.section_map .map_image
{
	float: right;
	margin: 12px;
	width: 460px;
	display: inline; /*IE6 */
	border: 1px solid #859199;
	position: relative;
}

.section_map_toolbar
{
	position: absolute;
	background-image: url(/Resource/Image/bg_trnsp.png);
	width: 100%;
	padding-bottom: 6px; /* IE6 */
}

/* modus */
.section_map_toolbar .view_modes
{
	margin: 6px 6px 0 6px !important;
	overflow: hidden;
	zoom: 1;
	float: left;
	border-left: 1px solid #999;
	display: inline; /* IE6 */
}

.section_map_toolbar .view_modes li
{
	float: left;
	font-size: 1.3em;
	line-height: 1;
	margin: 0;
}

.section_map_toolbar .view_modes a, .section_map_toolbar .view_modes span
{
	display: block;
	padding: 5px 7px;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #000;
	text-decoration: none;
	background-image: url(/Resource/Image/bg_knapp_stor.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.section_map_toolbar .view_modes span.disabled
{
	color: #999;
	font-weight: normal;
	background-color: #eee;
}

.section_map_toolbar .view_modes span
{
	font-weight: bold;
	background-color: #fff;
	background-image: none;
}




/* Treffliste - sidepanel med adresser, oppfoeringer etc i kartet  */
.section_map .section_map_sidebar
{
	float: left;
	width: 230px;
	margin: 12px 0 0 12px;
	display: inline;
}

.section_map .section_map_sidebar ol
{
	list-style-type: upper-alpha;
	margin: 0 0 0 25px;
	padding: 0;
}

.section_map .section_map_sidebar ol li
{
	margin-bottom: 8px;
	color: #666;
}

.section_map .section_map_sidebar ol li a
{
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

/* Sted bransjeoversikt */

.sted_bransjeoversikt
{
}

.sted_bransjeoversikt h1
{
	color: #F8631E;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 0.6em;
}

.sted_bransjeoversikt p
{
	margin-bottom: 12px;
}

.sted_bransjeoversikt .left
{
	width: 300px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

.sted_bransjeoversikt h2
{
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 6px;
}

.sted_bransjeoversikt ul
{
	margin-bottom: 2em;
}

.sted_bransjeoversikt li
{
	margin-bottom: 4px;
	color: #666;
}

/* Ikke Erik-style men skal være med */

/* Null treff*/

.content-nav
{
	clear: both;
	display: inline;
	float: left;
	margin: 0px 0 40px;
	width: 192px;
}

.content-wrapper
{
	float: right;
	margin: 0px 0 40px;
	overflow: visible;
	width: 760px;
}

.tipsRoleSearch
{
	padding-right: 20px;
}
/* Nyheter på regnskap */

.secondary-content div.newsfeed, div.finance-news
{
	background-color: #EFEFF1;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
}

.secondary-content div.newsfeed h2, div.finance-news p, div.finance-news h2
{
	background-color: #EFF0E0;
}

div.finance-news div.finance-newslist
{
	clear: both;
	font-size: 11px !important;
	padding: 5px 0 5px 10px;
	text-align: left;
}

div.finance-news div.finance-newslist div.finance-item
{
	clear: both;
	padding-top: 2px;
}

div.finance-news .finance-date
{
	color: #767676;
	float: left !important;
	height: 20px;
	padding-right: 5px;
}

.sted_bransjeoversikt
{
}
.sted_bransjeoversikt h1
{
	color: #F8631E;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 0.6em;
}
.sted_bransjeoversikt p
{
	margin-bottom: 12px;
}
.sted_bransjeoversikt .left
{
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	width: 300px;
}
.sted_bransjeoversikt h2
{
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 6px;
}
.sted_bransjeoversikt ul
{
	margin-bottom: 2em;
}
.sted_bransjeoversikt li
{
	color: #666666;
	margin-bottom: 4px;
}

.companyFilter
{
	color: #CCE0EF;
	float: left;
	font-weight: 100 !important;
	padding: 8px 0 0 15px;
	vertical-align: middle;
}

.tips .main-header
{
	background-color: #CCE0EF;
	border-top: 1px solid #AFC1CD;
	color: #000000;
	padding: 5px 12px;
}

.tips .main-header, .tips h2
{
	-moz-background-inline-policy: continuous;
	background: url("/Resource/Image/bulb.gif") no-repeat scroll 10px 4px #CCE0EF;
	padding-left: 27px;
	text-transform: uppercase;
}

.tips h3
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #B6C2CB;
	border-top: 0 none;
	clear: both;
	color: #666666;
	height: 25px;
	line-height: 25px;
	min-height: 25px;
	padding-left: 12px;
}

.tips p
{
	font-size: 1.1em;
	padding: 5px 12px;
}

.tips .box
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #B6C2CB;
}

.cms #content_main .article h1
{
	color: #F8631E;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 0.6em;
}

/* Video thumbnails */

/* Thumbnail stil for treffliste */

/*140x79*/
.video_thumbnail_small {
width:134px;
height:73px;
background-color:#fff;
border:1px solid #ccc;
padding:2px;
position:relative;
overflow:hidden;
}

.video_thumbnail_small .video_thumbnail_image {
position:absolute;
clip:rect(2px 132px 71px 2px);
}

/*176x99*/
.video_thumbnail_medium {
width:160px;
height:99px;
background-color:#fff;
border:1px solid #ccc;
padding:6px;
position:relative;
overflow:hidden;
}

.video_thumbnail_medium .video_thumbnail_image {
position:absolute;
clip:rect(0 160px 99px 0);
}

.video_thumbnail_medium .video_thumbnail_play_button {
width:81px;
height:26px;
position:absolute;
bottom:6px;
right:6px;
z-index:2;
}




.video_thumbnail_small .video_thumbnail_play_button {
width:81px;
height:26px;
position:absolute;
bottom:4px;
right:4px;
z-index:2;
}
