html, body {
	margin: 0;
	padding: 0;
	font-family: 'Bookman Old Style';
	font-size: 12px;
  	line-height: 1.4;
	height: 100%;
}

div.page { 
	size: landscape;
}

HR {
	page-break-after: always;
}

div#header {
	display: none;
}

div#nav {
	display:none;
}

div#footer {
	display:none;
}

div#rightmenu {
	display:none;
}

div#bg {
	display:none;
}

div#download_bg {
	display:none;
}

div#container {
	min-height: 100%;
	position: relative;
}

div#container_inner {
	width: 1024px;
	margin: 0 auto 0 auto;
	clear: both;
}

div#spacing_container {
	width: 1024px;
	min-height: 100%;
	padding-bottom: 52px;
	margin: 0 auto 0 auto;
	clear: both;
}

div#footer {
	display: none;
}

div#footer a {
	color: black;
}

div#footer a:hover {
	color: #969595;
}

div#footer1 {
	float: left;
	margin-top: 4px;
	margin-left: 20px;
	margin-right: 30px;
}

div#footer2 {
	float: left;
	margin-top: 4px;
	margin-right: 130px;
}

div#footer3 {
	float: left;
	margin-top: 4px;
	margin-right: 130px;
}

div#footer4 {
	float: left;
	margin-top: 4px;
	margin-right: 30px;
}

div#footer5 {
	float: left;
	margin-top: 4px;
	margin-right: 30px;
}

div#leftmenu {
	width: 174px;
	float: left;
	margin-top: 1px;
}

div.leftmenu_box {
	margin: 25px 0 0 0;
}

div.leftmenu_box_top {
	width: 174px;
	height: 27px;
	background: url(../images/leftmenu_box_top.jpg) no-repeat left 0;
}

p.leftmenu_title {
	color: black;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin: 0;
}

div.leftmenu_box_middle {
	width: 174px;
	background: url(../images/leftmenu_box_middle.jpg) repeat-y left 0;
}

div.leftmenu_box_middle_text {
	width: 154px;
	padding: 5px 10px 0 10px;
}

div.leftmenu_box_bottom {
	width: 174px;
	height: 22px;
	background: url(../images/leftmenu_box_bottom.jpg) no-repeat left 0;
}

div.leftmenu_shop_line {
	width: 166px;
	padding: 10px 4px 0 7px;
	clear: both;
}

div.leftmenu_shop_left {
	float: left;
	width: 85px;
}

div.leftmenu_shop_right {
	float: left;
	margin-top: 15px;
	width: 65px;
}


div#notice {
	position: absolute;
	right: 0;
	top: -10px;
	height: 19px;
	padding: 3px 0 3px 0;
	text-align: right;
	color: white;
	background: black;
	font-weight: bold;
}

div#breadcrump {
	position: absolute;
	right: 0;
	top: 19px;
	text-align: right;
}

div#content {
	position: relative;
	width:100%;
}


/* Frontpage */
ul.frontlist {
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
	width: 1024px;
}

ul.frontlist li {
	float:left;
	width: 228px;
	height: 271px;
	margin-bottom: 37px;
}

ul.frontlist li.empty {
	float:left;
	width: 37px;
	height: 271px;
}

div.front_tab_red {
	width: 228px;
	height: 18px;
	background: url(../images/front/tab_red.jpg) no-repeat;
	background-position: 80px;
	overflow: hidden;
}

div.front_tab_orange {
	width: 228px;
	height: 18px;
	background: url(../images/front/tab_orange.jpg) no-repeat;
	background-position: 80px;
	overflow: hidden;
}

div.front_tab_green {
	width: 228px;
	height: 18px;
	background: url(../images/front/tab_green.jpg) no-repeat;
	background-position: 80px;
	overflow: hidden;
}

div.front_tab_black {
	width: 228px;
	height: 18px;
	background: url(../images/front/tab_black.jpg) no-repeat;
	background-position: 80px;
	overflow: hidden;
}

p.front_tab_text {
	padding: 2px 0 0 95px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	z-index:4;
}

div.front_box {
	position: relative;
	width: 228px;
	height: 256px;
}

div.front_blackbox {
	position: absolute;
	width: 220px;
	height: 65px;
	background: black;
	margin: 150px 0 0 0;
	z-index: 2;
	opacity:0.75;
	filter:alpha(opacity=75);
}

div.front_blackbox_text {
	position: absolute;
	width: 200px;
	height: 57px;
	margin: 150px 0 0 0;
	z-index: 3;
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 0 0 10px;
}

div.front_blackbox_link {
	position: absolute;
	width: 94px;
	height: 23px;
	background: url(../images/front/link_button.png) no-repeat left 0;
	font-size: 12px;
	padding: 4px 0 0 10px;
	right: 0;
	bottom: 0;
}

div.front_blackbox_link a {
	color: white;
}

div.front_blackbox_link a:hover {
	color: black;
}

/* Oistein */
img#oistein_picture {
	margin-right: 20px;
}

img.oistein_lecture {
	margin-right: 20px;
}

img.img-margin-right {
	margin-right: 20px;
}




/* Gallery */
div#gallery_top {
	position: relative;
	clear: both;
	margin-bottom: 40px;
}

div#gallery_left {
	width: 446px;
	height: 356px;
	overflow: hidden;
	float: left;
	border: 2px solid black;
	margin-right: 40px;
}

div#gallery_right {
	float: left;
	width: 320px;
	height: 360px;
}

div#gallery_info_bottom {
	position: absolute;
	bottom: 15px;
}

img.drawing_thumb {
	margin-right: 15px;
}

ul#drawings_bottom {
	background: #ededed;
}

ul#drawings_bottom2 {
	background: #ededed;
}

ul.drawinglist {
	list-style:none;
	margin:0;
	padding:0;
	width: 711px;
}

ul.drawinglist li {
	float:left;
	width: 130px;
	padding: 10px 13px 10px 13px;
}

ul.drawinglist li a {
	float: left;
	width: 130px;
	padding: 10px 13px 10px 13px;
	color: black;
	height: 110px;
}

ul.drawinglist li a:hover {
	background-color: white;
}

ul.drawinglist_category {
	list-style:none;
	margin:0;
	padding:0;
	width: 811px;
}

ul.drawinglist_category li {
	float:left;
	width: 100px;
	padding: 10px 16px 10px 16px;
	margin-bottom: 20px;
}

ul.drawinglist_category li a {
	float: left;
	width: 100px;
	padding: 10px 16px 10px 16px;
	color: black;
	height: 95px;
}

ul.drawinglist_category li a:hover {
	background-color: gray;
}

div.drawing_show_img {
	width: 570px;
	height: 370px;
	overflow: hidden;
	border: 2px solid black;
	float: left;
	
}

div.drawing_show_info {
	float: left;
	margin-left: 26px;
	margin-top: -27px;
	width: 210px;
}

div.drawing_show_container {
	clear: both;
}

/* Community */

div#community_facebook_left {
	width: 390px;
	float: left;
	margin-right: 30px;
} 

div#community_right {
	width: 390px;
	float: left;
	margin: -17px 0 0 0;
}

div.community_right_box {
	margin: 0;
	text-align: center;
	width: 390px;
	margin-bottom: 20px;
}

div.community_right_box_top {
	width: 390px;
	height: 27px;
	text-align: center;
	background: url(../images/community_box_bg_top.jpg) no-repeat left 0;
}

div.community_right_box_middle {
	width: 390px;
	min-height: 135px;
	background: url(../images/community_box_bg_middle.jpg) repeat-y left 0;	
}

div.community_right_box_middle_text {
	width: 370px;
	text-align: left;
	padding: 10px;
} 

div.community_right_box_bottom {
	width: 390px;
	height: 21px;
	text-align: center;
	background: url(../images/community_box_bg_bottom.jpg) no-repeat left 0;
}


/* Oistein TV */

div#oisteintv_from_javascript_container {
	margin-left: 40px;
}

div.oisteintv_videobox {
	clear: both;
	width: 800px;
	height: 500px;
}

div.oisteintv_overlay_bg {
	position: absolute;
	margin-top: 250px;
	width: 711px;
	height: 100px;
	background-color: black;
	z-index: 2;
	opacity:0.75;
	filter:alpha(opacity=75);
}

div.oisteintv_overlay_text {
	position: absolute;
	color: white;
	margin-top: 235px;
	margin-left: 50px;
	width: 411px;
	height: 100px;
	z-index: 3;
	
}

div.oisteintv_button_play {
	position: absolute;
	margin-left: 500px;
	margin-top: 280px;
	width: 170px;
	padding: 5px 0 0 15px;
	height: 42px;
	background: url(../images/button_play.png) no-repeat;
	font-size: 22px;
	color: white;
	font-weight: bold;
	z-index: 4;
}

div.oisteintv_button_play a {
	color: white;
}

div.oisteintv_button_play a:hover {
	color: black;
}

ul#oisteintv_bottom_front {
	background: #ededed;
}

ul#oisteintv_bottom {
	background: #ededed;
}

ul.videolist {
	list-style:none;
	margin:0;
	padding:0;
	width: 711px;
}

ul.videolist li {
	float:left;
	width: 140px;
	padding: 10px 16px 10px 16px;
}

ul.videolist li a {
	float: left;
	width: 140px;
	padding: 10px 16px 10px 16px;
	color: black;
	height: 95px;
}

ul.videolist li a:hover {
	background-color: white;
}


/* Shop */


/* Shop_menu */
div.shopped_item {
	position: relative;
	width: 152px;
	padding: 5px 10px 3px 10px;
	margin-left: 1px;
	height: 50px;
	font-size: 10px;
}

img.shopped_item_photo {
	margin-right: 5px;
}

div.shopped_item_delete {
	position: absolute;
	right: 10px;
	top: 21px;
}

td.sum {
	text-align: right;
	padding-right: 3px;
}

img.button_checkout {
	margin: 6px 0 6px 0;
}

ul.butikkmeny {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}

ul.butikkmeny li {
	list-style: none;
	height: 20px;
	width: 174px;
}

ul.butikkmeny li.seperator {
	list-style: none;
	height: 30px;
	width: 174px;
}

ul.butikkmeny li a {
	list-style: none;
	float: left;
	width: 154px;
	color: black;
	padding: 3px 10px 3px 10px;
}

ul.butikkmeny li a:hover {
	list-style: none;
	background: black;
	color: white;
	padding: 3px 10px 3px 10px;
}

img#paypal_icon {
	margin-top: 25px;
}

/* Product-listing */
ul.productlist {
	position: relative;
	list-style: none;
	float: left;
	width: 810px;
	margin: 0;
	padding: 0;
}

ul.productlist li.left {
	list-style: none;
	float: left;
	width: 162px;
	margin: 0;
	height: 250px;
	text-align: center;
}

ul.productlist li.left a {
	float: left;
	width: 142px;
	padding: 3px 10px 10px 10px;
	color: black;
	height: 200px;
}

ul.productlist li.left a:hover {
	background: #e5e5e5;
}

ul.productlist li.right {
	list-style: none;
	float: left;
	width: 162px;
	margin: 0;
	height: 250px;
	text-align: center;
	background-image:url(../images/shop_product_line.jpg);
 	background-repeat:no-repeat;
  	background-position:center left;
}

ul.productlist li.right a {
	float: left;
	width: 142px;
	padding: 3px 10px 10px 10px;
	color: black;
	height: 200px;
}

ul.productlist li.right a:hover {
	background: #e5e5e5;
}

div.product_line_seperator {
	width: 810px;
	clear: both;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

div.product_container {
	position: relative;
}

div.product_discountbox {
	position: absolute;
	top: 40px;
	right: 5px;
	width: 74px;
	height: 74px;
	background-image:url(../images/shop_discount.png);
	background-position:top left;
	background-repeat: no-repeat;
	color: white;
	z-index: 2;
}

p.product_discountpercent {
	margin: 0;
	padding: 20px 0 0 6px;
	font-size: 24px;	
}

div.product_comment {
	position: absolute;
	top: 160px;
	left: 22px;
	background-image:url(../images/shop_bg_overlaybutton.jpg);
 	background-repeat:no-repeat;
  	background-position:top left;
	width: 95px;
	height: 35px;
	z-index: 2;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 17px;
	padding-top: 5px;
}

div.product_top {
	position: relative;
}

div.product_bottom {
	position: absolute;
	top: 215px;
}

div.product_price {
	float: left;
	width: 70px;
}

p.product_price_normal {
	font-size: 18px;
	margin: -3px 0 0 0;
	font-weight: bold;
	height: 24px;
	padding: 0;
}

p.product_price_discount {
	font-size: 18px;
	margin: -3px 0 0 0;
	font-weight: bold;
	height: 24px;
	padding: 0;
	color: red;
}

div.product_buy_button {
	float: left;
	width: 60px;
	margin-left: 5px;
	height: 24px;
}


/* Product-page */
div#productpage_left {
	float: left;
	width: 310px;
}

div#shop_left_videos {
	
}

div.shop_left_reviews {
  margin-bottom: 20px;	
}

div#productpage_right {
	float: right;
	width: 480px;
}

div#productpage_buyinfo {
	clear: both;
	width: 480px;
	height: 50px;
}

div#productpage_buyinfo_sum {
	float: left;
	width: 150px;
	font-size: 25px;
	font-weight: bold;
}

div#productpage_buyinfo_sum_red {
	float: left;
	width: 100px;
	color: red;
	font-size: 25px;
	font-weight: bold;
}

div#productpage_buyinfo_quantity {
	padding-top:10px;
	float: left;
	width: 120px;
}

div#productpage_buyinfo_buy {
	padding-top:7px;
	float: left;
	width: 120px;
}


div#productpage_show_info {
	width: 460px;
	padding: 0 10px 10px 10px;
	background-color: #d9d9d9;
}

div#productpage_associated {
	width: 500px;
	margin: 10px 0;
	clear: both;
}

div.productpage_associated_item {
	float: left;
	width: 60px;
	margin: 0;
}

div.productpage_associated_item_pluss {
	float: left;
	width: 45px;
	margin: 0;
	padding-left: 2px;
	text-align: center;
	padding-top: 30px;
	font-size: 22px;
	font-weight: bold;
}

div.productpage_associated_item_right {
	float: right;
	margin-left: 20px;
	width: 200px;
	font-size: 20px;
	font-weight: bold;
}


/* Review */
div.review {
	min-height: 120px;
}

img.review_img {
	margin: 0 15px 5px 0;
}

/* Shop - Checkout */

td.right {
	text-align: right;
}

input.field_short {
	border: 1px black solid;
	background: white;
	margin: 2px 5px 8px 0;
	float: left;
	color: black;
	height: 12px;
	padding: 2px;
	font-size: 13px;
	width: 30px;
}

div#progressBar {
	display: none;
    position: fixed;
    top: -200px;
    left: -150px;
    margin-top: 50%;
    margin-left: 50%;
    width: 350px;
    height: 300px;
    padding: 16px;
    border: 5px solid black;
    background-color: white;
    z-index:1002;
    overflow: auto;
	text-align: center;
}

div#progressBar_foreign {
    position: fixed;
    top: -200px;
    left: -150px;
    margin-top: 50%;
    margin-left: 50%;
    width: 350px;
    height: 300px;
    padding: 16px;
    border: 5px solid black;
    background-color: white;
    z-index:1002;
    overflow: auto;
	text-align: center;
}

div#delivery-content {
	margin: 0;
	padding: 0 0 0 20px;
}

div#password-content {
	margin: 0;
	padding: 0 0 0 20px;
}

div.payment_option_left {
	float: left;
	width: 230px;
	margin: 0;
}

div.payment_option {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 0 0 55px;
	height: 220px;
}

div.payment_bottom {
	position: absolute;
	bottom: 0;
}

.cart_edit {
	margin-top: 2px;
}

.giftwrap_line {
	clear: both;
	width: 600px;
	height: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.giftwrap_item {
	float: left;
	width: 200px;
	height: 100px;
	margin-right: 30px;
	border-right: 1px solid #e5e5e5;
}

.giftwrap_form {
	float: left;
	width: 570px;
}


/* Datebadge */

div.datebadge {
	width: 36px;
	height: 42px;
	float: left;
	margin: 0 10px 0 0;
}

div.datebadge_top {
	width: 36px;
	height: 30px;
	text-align: center;
	background-image:url(../images/datebadge_top.jpg);
 	background-repeat:no-repeat;
  	background-position:top left;
	color: red;
	font-size: 17px;
	font-weight: bold;
	padding:0;
}

p.datebadge_month {
	margin: -6px 0;
	color: black;
	font-size: 10px;
	font-weight: normal;
}

div.datebadge_bottom {
	width: 36px;
	height: 12px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-image:url(../images/datebadge_bottom.jpg);
 	background-repeat:no-repeat;
  	background-position:top left;
}


div.datebadge_big {
	width: 72px;
	height: 85px;
	float: left;
	margin: 0 10px 0 0;
}

div.datebadge_big_top {
	width: 72px;
	height: 60px;
	text-align: center;
	background-image:url(../images/datebadge_top_big.jpg);
 	background-repeat:no-repeat;
  	background-position:top left;
	color: red;
	font-size: 34px;
	font-weight: bold;
	padding:0;
}

p.datebadge_big_month {
	margin: -18px 0;
	color: black;
	font-size: 20px;
	font-weight: normal;
}

div.datebadge_big_bottom {
	width: 72px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-image:url(../images/datebadge_bottom_big.jpg);
 	background-repeat:no-repeat;
  	background-position:top left;
}


/* General text style */

h1 {
  font-size: 30px;
  margin: 0 0 10px 0;
  padding: 0;
}

h2 {
  font-size: 25px;
  margin: 20px 0 2px 0;
  padding: 0;
}

h3 {
  font-size: 20px;
  margin: 20px 0 4px 0;
}

h4 {
  font-size: 15px;
  margin: 15px 0 -10px 0;	
}

h5 {
  font-size: 10px;
  margin: 15px 0 -10px 0;
}

h6 {
  font-size: 7px;
  margin: 15px 0 -10px 0;	
}

a {
	color: red;
	text-decoration: none;
 	font-weight: bold;
}

a:hover {
	color: black;
}

p {
	margin: 0 0 10px 0;
}


/* Forms */

div.adminform {
	margin-bottom: 14px;
}

div.adminform div.form_text {
	float: left;
	width: 160px;
	font-weight: bold;
	margin: 4px 0;
	padding: 3px 0 0 0;
}

div.adminform div.form_form {
	float: left;
	width :420px;
}

div.adminform div.form_info {
	float: left;
	width: 115px;
	font-weight: bold;
	color: red;
}

div.adminform form {
	margin: 0 0 10px 0;
}

div.adminform input.field {
	border: 1px black solid;
	background: white;
	margin: 2px 5px 8px 0;
	color: black;
	height: 16px;
	padding: 4px;
	font-size: 13px;
	width: 400px;
}

div.adminform textarea.field {
	border: 1px black solid;
	background: white;
	margin: 2px 5px 8px 0;
	color: black;
	padding: 4px;
	font-size: 13px;
	width: 400px;
	overflow:auto;
}


div.form {

}

div.form_delivery {
	margin-bottom: 14px;
}

div.adminform input:focus.field {
	background: #ebebeb;
}

div.adminform textarea:focus.field {
	background: #ebebeb;
}

div.form div.form_text {
	float: left;
	width: 160px;
	font-weight: bold;
	margin: 4px 0;
	padding: 3px 0 0 0;
}

div.form div.form_form {
	float: left;
	width :220px;
}

div.form div.form_info {
	float: left;
	width: 115px;
	font-weight: bold;
	color: red;
}

div.form form {
	margin: 0 0 10px 0;
}

div.form input.field {
	border: 1px black solid;
	background: white;
	margin: 2px 5px 8px 0;
	color: black;
	height: 16px;
	padding: 4px;
	font-size: 13px;
	width: 200px;
}

div.form textarea.field {
	border: 1px black solid;
	background: white;
	margin: 2px 5px 8px 0;
	color: black;
	padding: 4px;
	font-size: 13px;
	width: 200px;
	overflow:auto;
}

div.form input:focus.field {
	background: #ebebeb;
}

div.form textarea:focus.field {
	background: #ebebeb;
}

div#country_small {
	float: right;
	margin-top: 4px;
	margin-right: 25px;
}

div#packing {
	font-size:10px;
}

div#packing h2 {
	font-size:15px;
	margin:3px;
}

div.adresse {
	font-size:18px;
	width:200px;
}

div#address_customs_weight {
	position:absolute;
	top:350px;
	left:130px;
	font-size:8px;
	width:20px;
}

div#address_customs_price {
	position:absolute;
	top:350px;
	left:157px;
	font-size:8px;
	width:20px;
}

div.adresse_bpost {
	position:absolute;
	margin:0 0 0 200px;
}

div.retur {
	height:100px;
	width:230px;
	padding-left:0;
	overflow:hidden;
	font-size:16px;
	position:relative;
	margin:200px 0 0 0;
}

div.retur2 {
	height:100px;
	width:200px;
	position:absolute;
}

hr {
	border:0px;
}

div.page_right {
	margin-left:100px;
}

div.order_backbutton {
	display:none;
}
