/* CSS Document */

.studioimg {
	border:1px solid #000;
	padding:2px;
}
.studiobuttons {
	float:right;
	
}

.tab_container div.tab {
	position:relative;
	border:1px solid #999;
	margin-right:2px;
	font-size:11px;
	line-height:24px;
	padding:0 15px;
	display:inline-block;
	text-decoration:none;
	border-bottom:none;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
  
-moz-border-radius: 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;

border-radius: 5px;
	border-top-left-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;

}
.tab_container div.tab h1 {
	margin:0 0 0 2px !important;
	font-size:11px !important;
	line-height:24px;
	padding:0 !important;
	cursor:pointer;
	
}
	.tab_container div.active {
		background-image:url(../images/menu_bg_active.gif);
		color:#FFFFFF;
	}
	.tab_container div.inactive {
		background-image:url(../images/menu_bg_inactive.gif);
		color:#454545;
	}
	.tab_container div.tab ul {
		height: auto;
		left: 0;
		margin: 10px 0 0 0;
		padding: 2px 0 0 0;
		position: absolute;
		top: 13px;
		width: 98%;
		display:none;
	}
	.tab_container div.tab ul li {
		background: none repeat scroll 0 0 #787B7B;
		border: 1px solid #5E5E5E;
		clear: both;
		color: #FFFFFF;
		cursor: pointer;
		display: block;
		float: left;
		margin-bottom: 1px;
		margin-top: 0;
		padding: 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.tab_container div.tab ul li a {
		color:#FFF;
		text-decoration:none;
	}
	.tab:hover ul {
		display:block !important;
	}
	
	
	
.studio_tab {
	background-color:#FFFFFF;
	border:1px solid #CCC;
	padding: 25px 30px 20px 30px;
	display:none;
	line-height:22px;
}
	.studio_tab h1 {
		margin-bottom:15px !important;
	}
	.studio_subtab {
		display:none;
	}
		.studio_subtab h2 {
			margin: 0 0 11px;
			padding-bottom: 3px;
		}
		.studio_subtab img {
			border:1px solid #000;
			padding:2px;
			width:350px;
			float:right;
			margin-left:10px;
		}
		.studio_subtab p {
			padding: 0 2px;
		}
.studio_tab .image_column {
	width:325px;
	float:right;
	margin-left:30px;
	margin-top:-52px;
}
	.studio_tab .image_column img {
		border:1px solid #CCC;
		margin-bottom:10px;
		float:left;
	}



.radiocontainer {
	font-size:11px;
	margin-bottom:10px;
}
.radiocontainer label {
	font-weight:bold;
}

h1,h2,h3 {
	margin:0;
}
a {
	color:#555555;
	text-decoration:underline;
}
.artikkel ul, .studio_tab ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.artikkel ul li, .studio_tab ul li {
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding: 0 0 9px 25px;
}

.bt_grey{
	background-color:#FC0;
	background-image:url(../images/bg_knapper_grey.jpg);
	background-repeat:repeat-x;
	padding: 7px 15px;
	margin: 10px 15px 10px 0;
	border:3px solid #a3a3a3;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
}
.bt_grey a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.bt_grey a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.bt_green{
	background-color:#FC0;
	background-image:url(../images/bg_knapper_green.jpg);
	background-repeat:repeat-x;
	padding: 7px 15px;
	margin: 10px 15px 10px 0;
	border:3px solid #a3a3a3;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
}
.bt_green a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.bt_green a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.bt_yellow {
	background-color:#FC0;
	background-image:url(../images/bg_knapper.jpg);
	background-repeat:repeat-x;
	padding: 7px 15px;
	margin: 10px 15px 10px 0;
	border:3px solid #a3a3a3;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
}
.bt_yellow a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.bt_yellow a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color:#777777;
}
div#mainfront {
	
}
	#mainfront #mainimg {
		margin:0 auto;
		display:block;
		border:1px solid #424242;
		padding:5px;
		position:relative;
		background-image:url(../images/main_front2.jpg);
		width:806px;
		height:504px;
		background-position:5px 5px;
		background-repeat:no-repeat;
		background-color:#282828;
	}
		.imgtip {
			position:absolute;
			width:25px;
			height:25px;
			/*background-color:#F00;*/
		}
		.tipcontainer {
			display:none;
		}
			.ToolTips {
				color:#FFF !important;
			}
			.ToolTips h1 {
				margin-top:-10px;
				font-size:16px;
			}
div#banner_content .toppbannerbilde {
	border:none;
	padding:0;
	margin:10px 5px 10px 8px;
	float:left;
	
}
.fbfriend {
	font-size:10px;
	width:50px;
	margin-right:2px;
	float:left;
	text-align:center;
}

.videocontainer {
	border-right: 1px solid #b2b2b2;
	padding:0 10px 0 10px;
	font-size:10px;
	width:170px;
	float:left;
	height:215px;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:5px;
}
.videocontainer h3 {
	font-size:13px;
	margin:4px 0 2px 0;
}
.videotid {
	font-style:italic;
}
.videobeskrivelse {
	margin:0;
}
.videothumb {
	border:1px solid #cccccc;
	background-color:#d9d9d9;
	padding:4px;
}


.submeny_rightcolumn {
	float:right;
	margin-right:-5px;
	margin-top:-5px;
	width:202px;
	background-color:#e5e5e5;
	padding-left:6px;
}
#submeny {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;
}
#submeny li {
	margin: 1px 0 0 0;
	padding:0;
	border:1px solid #b0b2b1;
}
#submeny li a {
	border:1px solid #e9e9e9;
	background-color: #dcdcdc;
	color:#707070;
	line-height:24px;
	padding-left:8px;
	width:190px;
	display:block;
	text-decoration:none !important;
}
#submeny li a.active {
	background-image:url(../images/menu_bg_active.gif);
	border-color:#FDD49E;
	color:#FFFFFF;
}
#submeny li a:hover {
	background-color:#ebebeb;
	/*color:#FFF;*/
}



#download_socials {
	position:absolute;
	bottom:-33px;
	height:25px;
	right:0;
	width:250px;
	/*display:none;*/
}

.sharelinks a {
	font-size:10px;
	display:block;
	float:right;
	padding:2px;
	text-decoration:none;
}
.sharelinks a img {
	/*float:right;*/
	margin-bottom:-4px;
	padding-right:3px;
	padding-left:3px;
}

#serverchoices {
	font-size:11px;
	padding:3px;
	text-align:center;
}


/* ================ NEWS ARCHIVE ================ */
.newsarchive_artcontainer { 
	width:378px; 
	height:145px;
	float:left;
	padding-bottom:0 !important;
	position:relative;
	padding-bottom:20px !important;
	overflow:hidden;
}
#older_news {
	padding:5px;	
}
#older_news h2 {
	font-size:21px;
	border-bottom:1px solid #666;
	margin:22px 0;
}
#older_news h3 {
	border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    margin-left: 10px;
    padding: 4px 0;
}
#older_news h3 a {
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
}
#older_news h3 span {
	font-style:normal;
}



/*.newsarchive_artcontainer .artikkelbilde { 
	width:145px;
	height:101px;
}*/
.art_footer {
	border-top:1px solid #bababa;
	/*margin-right:-5px;
	margin-left:-5px;*/
	position:absolute;
	bottom:3px;
	height:20px;
	width:388px;
	left:0;
	background-color:#CACACA;
}
.published {
	float:left;
	padding:5px 0 0 9px;
	font-size:10px;
	color:#888888;
}
.readmore_container {
	border-left:1px solid #bababa;	
	float:right;
}
.readmore_container .lesmer {
	background-color: #b2b2b2 !important;
	float:none !important;
	margin:0 !important;
	border:1px solid #e4e4e4;
	border-bottom:none;
	border-right:none;
	color:#666666 !important;
	font-weight:normal !important;
}


/*----------------- SLUTT NEWS ARCHIVE --------- */


/*div#banner_content .artikkel_container {
	display:inline;
}
div#banner_content .artikkel {
	float:left;
	margin-top:15px !important;
	margin-right:5px !important;
	margin-left:8px !important;
	clear:none !important;
	
}
div#banner_content .artikkelbilde {
	margin-top:0 !important;
	margin-left:0 !important;
}*/


#main_container {
	padding:5px;
	
}
#map_container {
	background: url(../images/bg_map_container.jpg) repeat-y;
	width: 790px;
	height:355px;
	margin:0 0 15px 0;
}
.map_content {
	padding:163px 0 0 0;
	margin: 0 auto;
	/*width:340px;*/
	text-align:center;
}
#product_container {
	background: url(../images/bg_products.jpg) repeat-y;
}
#leftproduct {
	float: left;
    margin-right: 16px;
    width: 389px;

}
#rightproduct {
    float: left;
    width: 389px;
}

#rightproduct h1, #leftproduct h1 {

}

#leftproduct .product_box img, #rightproduct .product_box img {
	margin: 0 20px 0 0;
}
.product_info {
	background-color:#e1e1e1;
	border:1px solid #cccccc;
	padding:5px;
	margin:5px 0 0 0;
}
.image_info {
	background-color:#e1e1e1;
	border:1px solid #cccccc;
	border-top:none;
	padding:5px;
	margin:0;
	font-size:11px;
	font-style:italic;
}
.demobutton {
	background:url(../images/demobutton.jpg) no-repeat;
	width:111px;
	height: 35px;
	float:left;
	text-indent:-10000px;
}
.demobutton:hover {
	background:url(../images/demobutton_hover.jpg) no-repeat !important;
}
.morebutton {
	background:url(../images/morebutton.jpg) no-repeat;
	width:197px;
	height: 35px;
	float:right;
	text-indent:-10000px;
}

.product_box {
	background-color:#e1e1e1;
	border:1px solid #cccccc;
	padding:15px !important;
	/*float:left;*/
}
.product_title {
	font-size:14px;
}
.artikkel span .product_title a {
	text-decoration:none;
}

.product_image {
	margin-top:18px;
	margin-left:11px;
	float:left;
}
.capitalize {
	text-transform:capitalize;
}
.yellowbox {
	border:1px solid #e1d6b1;
	background-color:#FFF;
	padding:1px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
.yellowcontent {
	background-color:#f4ecd4;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	position:relative;
}
.yellowcontent a {
	color:#555555;
}
.yellowcontent a:hover {
	color:#333333;
}
.yellowcontent a:visited {
	color:#555555;
}

.greybox_v, .greybox_h {
	border:1px solid #adadad;
	padding:1px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
.greybox_v .greycontent, .greybox_h .greycontent {
	background-color:#cacaca;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	position:relative;
}
.greybox_v .greycontent a, .greybox_h .greycontent a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.greybox_v .greycontent a:hover, .greybox_h .greycontent a:hover {
	color:#333333;
}

.greybox {
	border:1px solid #adadad;
	padding:1px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
.greycontent {
	background-color:#cacaca;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	position:relative;
}
.greycontent a {
	color:#555555;
}
.greycontent a:hover {
	color:#333333;
}
.greycontent a:visited {
	color:#555555;
}
#footer_content .artcontainer a {
	color:#9a9a9a;
}
#footer_content .artcontainer a:hover, #footer_content .artcontainer a:visited {
	color:#9a9a9a;
}

.frontpageVerticalSpacer {
	width:1px;
	background-color:#b2b2b2;
	border-right:1px solid #FFF;
	height:250px;
	float:left;
	margin:10px;
}
.glossybutton {
	text-indent:-10000px;
	width:203px;
	height:43px;
	float:right;
	display:block;
	margin: 15px 88px 0 0;
}
.studiobutton {
	text-indent:-10000px;
	width:233px;
	height:37px;
	margin-right:15px;
	float:left;
	display:block;
	background:url(../images/product_studio_button.jpg)
}
.probutton {
	text-indent:-10000px;
	width:233px;
	height:37px;
	margin-right:15px;
	float:left;
	display:block;
	background:url(../images/product_pro_button.jpg)
}
.onlinebutton {
	text-indent:-10000px;
	width:233px;
	height:37px;
	margin-right:15px;
	float:left;
	display:block;
	background:url(../images/product_online_button.jpg)
}
.downhere_yellow {
	background-image:url(../images/download_here.jpg);
}
.downhere {
	background-image:url(../images/download_here1.jpg);
}
.introvideo {
	background-image:url(../images/video_intro_button.jpg);
}

/* ================ TRIAL NEDLASTING SKJEMA ================ */
#trialform_container {
	width:330px;
	float:right;
	position:relative;
	margin-bottom:20px;
}
#trialform {
	padding-top:20px;
	padding-right:40px;
	margin:0;
}
#trialform .felt {
	margin-left:20px;
	font-size:11px;
	margin-top:5px;
	float:right;
	display:inline;
}
#trialform .textfield {
	border:1px solid #b8b8b8;
	background-color: #ececec;
	padding:5px;
	width:240px;
	margin:0;
	display:inline;
}
.newsletterinput {
	border:1px solid #b8b8b8;
	background-color: #ececec;
	padding:5px;
	width:260px;
	margin: 5px 0;
	display:inline;
}
.newsletterbutton {
	border:1px solid #8b8b8b;
	background-color:#fbb134;
	margin-top:10px;
	color:#FFF;
	font-weight:bold;
	padding: 3px 5px;
}
#trialform .downloadbutton {
	float:right;
	display:inline;
	border:1px solid #8b8b8b;
	background-color:#fbb134;
	margin-top:10px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	width:100px;
	margin-right:75px;
	padding: 3px 5px;
}

#loadResponse {
	display:none;
	text-align:center;
	padding:10px;
}

#tilbakemelding {
	/*background-color:#D9DEFF;*/
	font-size:11px;
	padding:5px;
	border:1px solid #CCC;
	line-height:16px;
	text-align:center;
	color:#000;
	/*display:none;*/
}
.meldingFeil {
	background-color:#ffcccc;
	display:block;
}
.meldingOk {
	background-color:#D9DEFF;
	display:block;
}


/*----------------- SLUTT TRIAL NEDLASTING --------- */

/*============== FORSIDE NYHETSARKIV ================ */
#arkiv_slideshow {
	border:1px solid #b2b2b2;
	position:relative;
	margin-top:20px;
	display:inline-block;
	background:#dddbdc;
	float:right;
	width:489px;
}
#slideshow {
	
	border: 1px solid #FFF;
	
}
#slideshow .artcontainer {
	padding-bottom:0 !important;
}
#slideshow .artikkelbilde {
	margin:0;
	padding:0;
}
#slideshow .artikkel {
	margin:0 !important;
}
#slideshow img {
	margin:1px;
	padding:0 !important;
	border:none !important;
}
#arkiv_promo {
	border:1px solid #b2b2b2;
	position:relative;
	margin:20px 5px 0 0;
	display:inline-block;
	width:293px;
}
#fanecontainer {
	position:absolute;
	left:-1px;
	top:-23px;
}
.fanecontainer {
	border:1px solid #b2b2b2;
	border-bottom:none;
	padding:1px;
	padding-bottom:0;
	background-color:#ececec;
	float:left;
	width:90px;
	margin-right:3px;
}
.arkivfane {
	background-color:#e1e1e1;
	text-align:center;
	font-size:10px;
	line-height:20px;
}
.arkivfane a {
	color: #666;
	text-decoration:none;
}

#sistenyheter {
	width:290px;
	border:1px solid #ececec;
	float:left;
}
#sistenyheter:first-child {
	border-top:none !important;
}

#sistenyheter h1 {
	font-size:12px !important;
}
#sistenyheter .artcontainer {
	padding-bottom:0 !important;
	background-color:#dddbdc;
	border-top:1px solid #ececec;
	border-bottom:1px solid #c1c1c1;
	padding:7px 3px 7px 3px;
	height:90px;
	overflow:hidden;
}
#sistenyheter .artikkel {
	font-size:10px;
	margin-top:0 !important;
}
#arkivbilde {
	float:right;
}
#arkivbilde .artikkel {
	margin:0 !important;
}
#arkivbilde img {
	margin:1px;
	padding:0 !important;
	border:none !important;
}
#arkivbilde .artcontainer {
	padding:0 !important;
}




/*----------------- SLUTT NYHETSARKIV --------- */



#footer_content p, #footer_content .artikkel {
	margin-left:25px !important;
}
#footer_content h4 {
	font-size:13px;
	font-weight:bold;
	margin:15px 0 10px 0;
	padding-top:8px;
}
h4.twitter {
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
	padding-left:43px;
	height:34px;
	min-height:34px;
}
.tweets {
	font-size:10px;
	color:#999;
	margin-top:-13px;
	padding-right:10px;
}
.tweet {
	border-bottom:1px solid #2b2b2b;
	margin-bottom:4px;
	padding-bottom:9px;
}
.tweetdate {
	color:#666;
}
.tweets a {
	color:#707070;
	text-decoration:none;
}
#copyright a {
	color:#CCC;
	text-decoration:none;
}


/* ----------- WEBSHOP -------------- */

.shopbutton {
	
	background-color:#FBB134;
	border:1px solid #8B8B8B;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;

	color:#FFFFFF;
	cursor:pointer;
	display:inline;
	float:right;
	font-weight:bold;
	margin-top:10px;
	/*width:100px;	*/
}

.ws_box {
	border:1px solid #cccccc;
	background-color:#e1e1e1;
	padding:4px;
	margin-bottom:5px;
}
.ws_box h2 {
	font-size:13px;
}
.ws_option {
	font-size:10px;
	padding:1px;
	clear:left;
	margin-top:7px;
}
.ws_option input {
	float:left;
	margin-top:0 !important;
	height:15px;
	
}

.hint {
	margin:0 0px -4px 0px !important;
	float:none !important;
	border:none !important;
	z-index:1001;
}
.hintbox {
	position:absolute;
	background-color:#fcf6b5;
	border:1px solid #ebdf87;
	right:23px;
	top:-5px;
	padding:0 5px;
	display:none;
	z-index:1002;
	color:#666;
}
.hintcontainer {
	position:relative;
	display:inline;
	font-weight:normal;
	float:right;
}

#subshopcart {
	border:1px solid #d7c6a4;
}
#subshopcart h3 {
	border:1px solid #FFF;
	background-color:#ebe2d0;
	font-size:11px;
	padding:7px;
}
.cartspacer {
	height:0;
	overflow:hidden;
	border-top:1px solid #cdb992;
}
.cartcontent {
	background-color:#f2ede0;
	border:1px solid #FFF;
	padding:7px;
	font-size:10px;
}
.cartcontent p {
	margin-top:0;
	margin-bottom:4px;
}
.cartbottomline {
	border-top:1px solid #cdb992;
	height:0;
	overflow:hidden;
}
.cartcost {
	padding: 5px 5px 0 0;
}
.cartcost span {
	float:right;
	font-weight:bold;
}
.price {
	font-weight:bold;
}
.cursymbol {
	font-weight:bold;
}
#creditcards {
	margin: 7px 0 0 0;
	background-color:#FFF;
	padding:4px 0 4px 0;
	border:1px solid #999;
}

#cartsummary {
	background-color:#f0f0f0;
	border:1px solid #CCC;
	margin-top:10px;
}
#summarycontent {
	background-color:#e1e1e1;
	padding:10px;
	position:relative;
}
#summarycontent p {
	font-size:11px;
	margin: 4px 10px;
}
#summaryprice {
	border-top:1px solid #CCC;
	text-align:right;
}
#summaryprice span {
	margin:5px;
	display:block;
}
#conditionbox {
	background-color:#f0e8d1;
	border:1px solid #cbc6b0;
	padding:10px;
	position:absolute;
	bottom:10px;
	right:10px;
	width:240px;
	font-size:11px;
}
#shopcontact {
	font-size:10px;
	margin-top:10px;
	padding-left:5px;
}


/* Subscription */

.profilebox {
	background-color:#f0f0f0;
	border:1px solid #CCC;
	margin-top:10px;
}
.profileboxcontent {
	background-color:#e1e1e1;
	padding:10px;
	position:relative;
}
	.profileboxcontent p {
		font-size:11px;
		margin: 4px 10px;
	}


.profilebox .infobox {
	background-color:#f0e8d1;
	border:1px solid #cbc6b0;
	padding:10px;
	position:absolute;
	bottom:10px;
	right:10px;
	width:240px;
	font-size:11px;
}


.message {
	background-color:#F1F1F1;
	border:2px solid #CCC;
	text-align:center;
	padding:15px 3px;
	color:#00CC99;	
}
.message_error {
	color:#F66 !important;
	border:#F66 !important;
}





