﻿@charset "utf-8";
/* General styles */
html{ 
	margin:0px 0px 0px 0px; 
	padding:0px; 
}
	
body{ 
	margin:0px 0px 0px 0px; 
	padding:0px; 
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	font-size:11px;
	line-height:16px;
	color:#3e3e3e;
	background-image:url(/images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#b4142b;
	font-size:24px;
	padding:3px 0px 5px 0px;
	line-height:25px;
	margin:0px;
	font-weight:normal;
}

.h1_notHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#b4142b;
	font-size:24px;
	padding:3px 0px 5px 0px;
	line-height:25px;
	margin:0px;
	font-weight:normal;
}

.highslide-maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#b4142b;
	font-size:20px;
	padding:0px 0px 4px 0px;
	line-height:25px;
	margin:0px;
	font-weight:normal;
}

h2 {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#393939;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
}

h3 {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#393939;
	padding:3px 0px 2px 0px;
	margin:0px;
	font-weight:bold
}

.highslide-maincontent h2 {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#393939;
	padding:3px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
}

table, td {
	margin:0px; 
	padding:0px; 
	border:0px; 
	border-collapse:collapse; 
}

p {
	margin:0px;
	padding:0px;
}

p.content {
	font-size:11px;
}

p.content a {
	color:#780e1d;
	text-decoration:none;
}

p.content a:hover {
	color:#780e1d;
	text-decoration:underline;
}

img {
	border:0px;
}

form {
	display:inline;
}

input, textarea, select {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:14px;
}

a {
	color:#3e3e3e;
	text-decoration:underline;
}

.picBorder {
	border:#acacac 1px solid
}

.picBorder img {
	border:#FFFFFF 2px solid
}

.picBorder_2 {
	border:#acacac 1px solid
}

.picBorder_2_visSerie {
	border:#acacac 1px solid;
	z-index:2; 
	width:140px; 
	height:127px; 
	overflow:hidden
}

.table_padding td {
	padding:1px 0px 1px 0px;
}

.input {
	border:#999999 1px solid;
	height:15px;
	line-height:15px;
	padding-left:2px;
}

.input:focus { outline:1px solid #b4142b;}

.text{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#5f5f5f;
}

.text a {
	color:#5f5f5f;
	text-decoration:none
}

.boxPadding {
	padding:7px 20px 10px 13px;
}

.boxPadding_large {
	padding:11px 20px 10px 20px;
}
	
#mcbLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande";  
	font-size:10px; 
	color:#848484; 
	border:1px solid #c2c2c2; 
	width:142px;
	text-align:center;
	text-decoration:none;
}
	
#mcbLink a {
	color:#848484; 
	text-decoration:none;
}

.btn_sm {
	margin-top:5px; 
	width:69px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/sm.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold;
}

.btn_sm a {
	color:#3e3e3e;
	text-decoration:none
}

.btn_sm_smaller {
	margin-top:5px; 
	width:41px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/sm_smaller.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
}

.btn_sm_smaller a {
	color:#3e3e3e;
	text-decoration:none
}

.btn_medium {
	margin-top:8px; 
	width:101px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/medium.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold;
}

.btn_medium a {
	color:#3e3e3e;
	text-decoration:none
}

.btn_sm_red {
	margin-top:5px; 
	width:69px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/sm_red.jpg); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold; 
}

.btn_sm_red a {
	color:#ffffff;
	text-decoration:none;
}

.btn_yellow_medium {
	margin-top:5px; 
	width:84px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/medium_yellow.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold; 
}

.btn_yellow_medium a {
	color:#ffffff;
	text-decoration:none;
}

.btn_green_medium {
	margin-top:5px; 
	width:84px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/medium_green.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold;
	color:#FFFFFF; 
}

.btn_green_medium a {
	color:#ffffff;
	text-decoration:none;
}

.btn_green_large {
	margin-top:5px; 
	width:125px; 
	height:20px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/large_green.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold;
	color:#FFFFFF;
}

.btn_green_large a {
	color:#ffffff;
	text-decoration:none;
}

.btn_green_large_b {
	margin-top:5px; 
	width:118px; 
	height:20px; 
	cursor:pointer; 
	padding:3px 0px 0px 27px; 
	background:url(/images/buttons/large_green_b.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold;
	color:#FFFFFF;
}

.btn_green_large_b a {
	color:#ffffff;
	text-decoration:none;
}

.btn_orange_medium {
	margin-top:5px; 
	width:101px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 0px; 
	background:url(/images/buttons/medium_orange.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold; 
}

.btn_orange_medium a {
	color:#ffffff;
	text-decoration:none;
}

.btn_green_next {
	margin-top:5px; 
	width:117px; 
	height:40px; 
	cursor:pointer; 
	padding:8px 0px 0px 38px; 
	background:url(/images/buttons/basket_next.gif); 
	background-repeat:no-repeat; 
	font-size:14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold; 
}

.btn_green_next a {
	color:#ffffff;
	text-decoration:none;
}

.btn_green_next_veryLarge {
	margin-top:5px; 
	width:155px; 
	height:40px; 
	cursor:pointer; 
	padding:8px 0px 0px 38px; 
	background:url(/images/buttons/very_large_green.gif); 
	background-repeat:no-repeat; 
	font-size:14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold; 
	color:#ffffff;
}

.btn_green_next_large {
	margin-top:5px; 
	width:125px; 
	height:21px; 
	cursor:pointer; 
	padding:3px 0px 0px 5px; 
	background:url(/images/buttons/basket_next_large.gif); 
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold; 
}

.btn_green_next_large a {
	color:#ffffff;
	text-decoration:none;
}

.btn_go_to_basket {
	margin-top:5px; 
	width:131px; 
	height:35px; 
	cursor:pointer; 
	padding:6px 0px 0px 31px; 
	background:url(/images/buttons/go_to_basket.gif); 
	background-repeat:no-repeat; 
	font-size:12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold;
	color:#FFFFFF; 
}

.btn_go_to_basket a {
	color:#ffffff;
	text-decoration:none;
}

.btn_go_to_rentlist {
	margin-top:5px; 
	width:152px; 
	height:36px; 
	cursor:pointer; 
	padding:6px 0px 0px 31px; 
	background:url(/images/buttons/go_to_rentlist.gif); 
	background-repeat:no-repeat; 
	font-size:12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-weight:bold;
	color:#FFFFFF; 
}

.btn_go_to_rentlist a {
	color:#ffffff;
	text-decoration:none;
}

#outher_bg {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#logo {
	float:left;
	width:200px;
	padding-top:27px;
	padding-left:0px;
}

#menu {
	float:right;
	padding-top:32px;
	margin-right:15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size:13px
}

.menu_1 a, .menu_2 a, .menu_3 a, .menu_4 a, .menu_5 a {
	text-decoration:none;
	color:#000000;
}

.menu_1_active a, .menu_2_active a, .menu_3_active a, .menu_4_active a, .menu_5_active a {
	text-decoration:none;
	color:#ffffff;
}

.menu_1 {
	width:105px;
	height:25px;
	background:url(/images/menu/forside-ny_inactive.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;
	color:#000000;
	padding-top:10px;
	cursor:pointer;
}

.menu_1_active {
	width:105px;
	height:25px;
	background:url(/images/menu/forside-ny_active.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;

	color:#ffffff;
	padding-top:10px;
	cursor:pointer;
}

.menu_2 {
	width:115px;
	height:25px;
	background:url(/images/menu/alle_malerier_inactive.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;

	color:#000000;
	padding-top:10px;
	cursor:pointer;
}

.menu_2_active {
	width:115px;
	height:25px;
	background:url(/images/menu/alle_malerier_active.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;

	color:#ffffff;
	padding-top:10px;
	cursor:pointer;
}

.menu_3 {
	width:180px;
	height:25px;
	background:url(/images/menu/personlige_maleri_inactive.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;

	color:#000000;
	padding-top:10px;
	cursor:pointer;
}

.menu_3_active {
	width:180px;
	height:25px;
	background:url(/images/menu/personlige_maleri_active.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;

	color:#ffffff;
	padding-top:10px;
	cursor:pointer;
}

.menu_4 {
	width:125px;
	height:25px;
	background:url(/images/menu/forside_inactive.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;

	color:#000000;
	padding-top:10px;
	cursor:pointer;
}

.menu_4_active {
	width:125px;
	height:25px;
	background:url(/images/menu/forside_active.jpg);
	background-repeat:no-repeat;
	margin-right:2px;
	float:left;

	color:#ffffff;
	padding-top:10px;
	cursor:pointer;
}

.menu_5 {
	width:105px;
	height:25px;
	background:url(/images/menu/forside-ny_inactive.jpg);
	background-repeat:no-repeat;
	float:left;

	color:#000000;
	padding-top:10px;
	cursor:pointer;
}

.menu_5_active {
	width:105px;
	height:25px;
	background:url(/images/menu/forside-ny_active.jpg);
	background-repeat:no-repeat;
	float:left;

	color:#ffffff;
	padding-top:10px;
	cursor:pointer;
}

#subMenu {
	height:40px;
}

#subMenu div {
	padding-left:332px;
	padding-top:5px;
	padding-bottom:8px;
	background:url(/images/submenu_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:12px
}

#subMenu a {
	text-decoration:none;
	color:#000000;
}

#subMenu a:hover {
	text-decoration:underline;
	color:#000000;
}

.separator {
	padding:0px 5px 0px 5px;
}

#fp_news {
	background:url(/images/bg_boxes/fp_news_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
}

#fp_news div.content {
	background:url(/images/bg_boxes/fp_news_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#fp_news div.bottom {
	background:url(/images/bg_boxes/fp_news_bottom.jpg);
	height:16px;
}

.smNews_HL {
	font-weight:bold;
	padding-bottom:2px;
	line-height:14px
}

.smNews_date {
	font-style:italic;
	padding-bottom:1px;
	font-size:10px;
	line-height:12px
}

.norm_bullit {
	background:url(/images/bullit_front.gif); 
	background-position:0px 5px; 
	background-repeat:no-repeat; 
	padding:0px 0px 0px 11px; 
	font-size:10px; 
	font-weight:bold
}

.fpPaintingMenu_bullit {
	background:url(/images/bullit_front.gif); 
	background-position:0px 5px; 
	background-repeat:no-repeat; 
	padding:0px 0px 1px 13px; 
	font-size:11px; 
	font-weight:bold;
	margin-top:2px;
	
}

.fpPaintingMenu_bullit a {
	text-decoration:none
}

.fpPaintingMenu_bullit a:hover {
	text-decoration:underline
}

.therefore_bullit {
	background:url(/images/bullit_green_v_mark-derfor-lasttouch.gif); 
	background-position:0px 2px; 
	background-repeat:no-repeat; 
	padding:0px 0px 1px 18px; 
	font-size:11px; 
	font-weight:bold;
	margin-top:8px;
	
}

.therefore_bullit a {
	text-decoration:none
}

#fp_competition {
	width:210px;
	height:142px;
	background:url(/images/bg_boxes/fp_competition.jpg);
	background-repeat:no-repeat;
}

#fp_banner_plysTromle {
	width:210px;
	height:150px;
	background:url(/images/bg_boxes/plys_og_tromle.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#banner_artgaard {
	width:210px;
	height:134px;
	background:url(/images/bg_boxes/artgaard_martin_dalgaard.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#banner_mixmadsen {
	width:210px;
	height:116px;
	background:url(/images/bg_boxes/mix-madsen.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#banner_jeanelthanning {
	width:210px;
	height:116px;
	background:url(/images/bg_boxes/jeanel-thanning.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#banner_newStreetArt {
	width:210px;
	height:187px;
	background:url(/images/bg_boxes/nye_street_art_malerier.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#banner_freeFreight {
	width:210px;
	height:95px;
	margin-bottom:9px;
	background:url(/images/bg_boxes/gratis_fragt.jpg);
	background-repeat:no-repeat;	
}

#fp_banner_freeFreight {
	width:267px;
	height:113px;
	margin-bottom:9px;
	margin-right:10px;
	float:left;
	background:url(/images/bg_boxes/fp_test_gratis_fragt.jpg);
	background-repeat:no-repeat;	
}

#fp_find_maleri {
	width:263px;
	height:113px;
	margin-bottom:9px;
	float:left
}

#fp_three_most_popular {
	background:url(/images/bg_boxes/fp_threeMostPopular_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
}

#fp_three_most_popular div.content {
	background:url(/images/bg_boxes/fp_threeMostPopular_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#fp_three_most_popular div.bottom {
	background:url(/images/bg_boxes/fp_threeMostPopular_bottom.jpg);
	height:14px;
}

#fp_buyOrRent {
	background:url(/images/bg_boxes/fp_buyOrRent_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
}

#fp_buyOrRent div.content {
	background:url(/images/bg_boxes/fp_buyOrRent_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#fp_buyOrRent div.bottom {
	background:url(/images/bg_boxes/fp_buyOrRent_bottom.jpg);
	height:14px;
}

.fp_buyOrRent_bullits div.ent {
	background:url(/images/bullit_green_v_mark.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:12px;
	line-height:25px;
	cursor:pointer;
	height:30px
}

#fordelsklub {
	width:210px;
	height:179px;
	background:url(/images/bg_boxes/newsletter.jpg);
	background-repeat:no-repeat;
	margin-bottom:9px;
}

#fordelsklub_a {
	width:210px;
	height:179px;
	background:url(/images/bg_boxes/newsletter_ny.jpg);
	background-repeat:no-repeat;
	margin-bottom:9px;
}

#fordelsklub_a input.newsletter_submit { 
	background-image:url(/images/tilmeld_nyhedsbrev.jpg); 
	width:69px; 
	height:24px;
	border:0px;
	cursor:pointer
}

#fordelsklub_b {
	width:210px;
	height:179px;
	background:url(/images/bg_boxes/newsletter2.jpg);
	background-repeat:no-repeat;
	margin-bottom:9px;
}

#fordelsklub_b input.newsletter_submit { 
	background-image:url(/images/buttons/submit_newsletter_2.jpg); 
	width:168px; 
	height:38px;
	border:0px;
	cursor:pointer
}

#fordelsklub_b input.input {
	border:#999999 1px solid;
	height:15px;
	line-height:15px;
	padding-left:2px;
}

#fordelsklub_b input.input:focus { outline:1px solid #1267cc;}

#fordelsklub_c {
	width:209px;
	height:224px;
	background:url(/images/bg_boxes/newsletter3.jpg);
	background-repeat:no-repeat;
	margin-bottom:9px;
}

#fordelsklub_c input.newsletter_submit { 
	background-image:url(/images/buttons/submit_newsletter_3.jpg); 
	width:181px; 
	height:37px;
	border:0px;
	cursor:pointer;
	border:none;
	margin-top:4px
}

#fordelsklub_c input.input {
	border: none;
	line-height:15px;
	padding-left:5px;
	padding-top:8px;
	margin-left:3px;
	color:#666666;
	font-weight:bold;
	width:165px; 
	height:20px; 
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif
}

#fordelsklub_c input.input:focus { outline:1px solid #999999;}


#goodToKnow_general {
	background:url(/images/bg_boxes/oneColBox_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:9px
}

#goodToKnow_general div.content {
	background:url(/images/bg_boxes/oneColBox_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#goodToKnow_general div.bottom {
	background:url(/images/bg_boxes/oneColBox_bottom.jpg);
	height:15px;
}

.oneColBox_general {
	background:url(/images/bg_boxes/oneColBox_middle.jpg);
	background-repeat:repeat-y;
}

.oneColBox_general div.content {
	background:url(/images/bg_boxes/oneColBox_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.oneColBox_general div.bottom {
	background:url(/images/bg_boxes/oneColBox_bottom.jpg);
	height:15px;
}

.basket_small, .rentList_small {
	background:url(/images/bg_boxes/oneColBox_sm_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
}

.basket_small div.content, .rentList_small div.content {
	background:url(/images/bg_boxes/oneColBox_sm_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.basket_small div.bottom, .rentList_small div.bottom {
	background:url(/images/bg_boxes/oneColBox_sm_bottom.jpg);
	height:15px;	
}

.goodToKnow_bullit {
	background:url(/images/icon_info_2.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:1px;
	cursor:pointer;
	font-size:10px;
	line-height:14px;
	color:#2c2c2c;	
}

.goodToKnow_bullit a:hover {
	color:#951124	
}

.goodToKnow_bullit_buyRent {
	background:url(/images/bullit_green_v_mark.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:10px;
	line-height:14px;
	color:#2c2c2c;
}

.goodToKnow_buble_bullit_buyRent {
	background:url(/images/bullit_green_v_mark.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:11px;
	line-height:15px;
	color:#2c2c2c;
}

.goodToKnow_ent {
	margin-bottom:10px
}

#bottomBar {
	height:55px;
	padding-top:17px;
	background:url(/images/bg_bottom_bar.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
}

.col_content {
	background:url(/images/bg_boxes/contentBox_middle.jpg);
	background-repeat:repeat-y;
}

.col_content div.content {
	background:url(/images/bg_boxes/contentBox_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.col_content div.article {
	background:url(/images/bg_boxes/contentBox_top_article.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.col_content div.relProducts {
	background:url(/images/bg_boxes/contentBox_top_relProducts.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.col_content div.bottom {
	background:url(/images/bg_boxes/contentBox_bottom.jpg);
	height:14px;
}

.colCheckout {
	background:url(/images/bg_boxes/checkout_middle.jpg);
	background-repeat:repeat-y;
}

.colCheckout div.content {
	background:url(/images/bg_boxes/checkout_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.colCheckout div.bottom {
	background:url(/images/bg_boxes/checkout_bottom.jpg);
	height:19px;
}

.checkoutGuide_bubble {
	background:url(/images/bg_boxes/checkout_bubble_middle.jpg);
	background-repeat:repeat-y;
	width:307px;
}

.checkoutGuide_bubble div.content {
	background:url(/images/bg_boxes/checkout_bubble_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:105px;
}

.checkoutGuide_bubble div.bottom {
	background:url(/images/bg_boxes/checkout_bubble_bottom.jpg);
	height:18px;
}

.checkoutGuide div.pic {
	float:left; 
	width:123px;
}

.receipt_messageBox div.pic {
	width:131px
}

.checkoutGuide .profile_mogens .profilePic {
	background-image:url(/images/bg_boxes/checkout_bubble_pic.jpg);
	background-repeat:no-repeat;
	width:123px;
	height:144px;
}

#receipt_messageBox .profile_mogens .profilePic {
	background-image:url(/images/bg_boxes/receipt_messageBox_picture.jpg);
	background-repeat:no-repeat;
	width:131px;
	height:143px;	
}

.checkoutGuide .profile_sune .profilePic {
	background-image:url(/images/bg_boxes/checkout_bubble_pic_sune.jpg);
	background-repeat:no-repeat;
	width:123px;
	height:144px;
}

#receipt_messageBox .profile_sune .profilePic {
	background-image:url(/images/bg_boxes/receipt_messageBox_pic_sune.jpg);
	background-repeat:no-repeat;
	width:131px;
	height:143px;	
}

.checkoutGuide div.pic div.content_info {
	padding-left:6px;
}

.checkoutGuide_payBoxes {
	background:url(/images/bg_boxes/creditcardInfo_middle.jpg);
	background-repeat:repeat-y;
	float:left;
}

.checkoutGuide_payBoxes div.content {
	background:url(/images/bg_boxes/creditcardInfo_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.checkoutGuide_payBoxes div.bottom {
	background:url(/images/bg_boxes/creditcardInfo_bottom.jpg);
	height:18px;
	background-repeat:no-repeat;
}

.col_content_noGrad {
	background:url(/images/bg_boxes/contentBox_noGrad_middle.jpg);
	background-repeat:repeat-y;
}

.col_content_noGrad div.content {
	background:url(/images/bg_boxes/contentBox_noGrad_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.col_content_noGrad div.bottom {
	background:url(/images/bg_boxes/contentBox_noGrad_bottom.jpg);
	height:18px;
}

.serie_box {
	float:left; 
	width:359px;
	background:url(/images/bg_boxes/serierBox_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:0px;
}

.serie_box div.content {
	background:url(/images/bg_boxes/serierBox_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:13px 28px 8px 20px;
}

.serie_box div.bottom {
	background:url(/images/bg_boxes/serierBox_bottom.jpg);
	width:359px;
	height:15px;
}

.rentedOut_icon {
	z-index:2; 
	width:12px; 
	height:0px; 
	position:relative; 
	top:112px; 
	left:125px
}

#vis_serie {
	padding-left:1px
}

#vis_serie div.ent {
	margin:20px 38px 3px 0px; 
	width:147px; 
	float:left
}

#vis_serie div.ent p.price {
	font-weight:bold;
	padding-top:3px
}

#vis_serie div.ent div.pic {
	width:147px;
	height:134px; 
	background:url(/images/vis_serie_ent_bg.gif); 
	background-repeat:no-repeat;
}

.btn_basket_icon_sm {
	float:left;
	margin:6px 0px 0px 4px;
}

.btn_rentlist_icon_sm {
	float:left;
	margin:6px 0px 0px 3px;
}

#maleri {
	margin-top:15px
}

#maleri div#col_info {
	float:right; 
	width:245px;
	margin-right:10px
}

#maleri div#col_pics {
	float:left; 
	width:226px;	
}

#maleri div#col_info div#price td {
	font-size:14px;
	font-weight:bold
}

#col_pics div.thumbPics {
	float:left; 
	margin-bottom:5px; 
}

.infoBox {
	margin-top:12px; 
	border:#CCCCCC 1px solid; 
	padding:10px 12px 10px 13px; 
	background-color:#FFFFFF; 
	background:url(/images/info_box_bg.jpg); 
	background-repeat:no-repeat
}

.deliveryInfo {
	margin-bottom:7px;
	font-size:11px;
}

.deliveryInfo_2 {
	margin-bottom:12px;
}

.paintingNumber {
	font-size:10px; 
	line-height:11px; 
	padding-top:7px;
	padding-bottom:2px
}

#basket_table th {
	border-bottom:#000000 1px solid
}

#basket_table tr.prod_lines td {
	border-bottom:#000000 1px solid;
	padding:8px 0px 8px 0px;
}

.basket_whySoLongDelivery {
	font-size:9px; 
	line-height:13px; 
	padding-top:2px;
	text-decoration:underline;
	cursor:pointer
}

#checkout_address {
	margin-top:15px; 
	padding-right:15px
}

.checkout_address_table td {
	padding:1px 0px 1px 0px
}

#checkout_processLine ul {
	margin:0px;
	padding:0px;
	display: inline;
}

#checkout_processLine ul li {
	margin:0px; 
	padding:0px 28px 0px 0px;
	list-style: none;
	display: inline;
	font-weight:bold;
	color:#9e9e9e
}

#checkout_processLine ul li.active {
	color:#000000
}

.line_black {
	height:0px;
	border:1px #CCCCCC solid;
	color:#CCCCCC;
}

#receipt_vMark {
	padding:18px 0px 15px 30px; 
	background:url(/images/bullit_green_v_mark_large.gif); 
	background-repeat:no-repeat; 
	background-position:0px 13px;
}

.articleParagraph {
	padding:8px 0px 8px 0px
}

.addThis {
	float:right; 
	padding:6px 10px 0px 0px;
}

.sortBy {
	border:#999999 1px solid; 
	width:110px; 
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
}

#receipt_messageBox div.pic {
	float:left;
	width:131px;
}

#receipt_messageBox div.bubble {
	background:url(/images/bg_boxes/receipt_messageBox_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
	width:571px;
	float:left;
}

#receipt_messageBox div.bubble div.content {
	background:url(/images/bg_boxes/receipt_messageBox_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#receipt_messageBox div.bubble div.bottom {
	background:url(/images/bg_boxes/receipt_messageBox_bottom.jpg);
	height:14px;
}

#fp_whoIsLT {
	background:url(/images/icon_info.gif); 
	background-repeat:no-repeat; 
	background-position:2px 0px; 
	padding-left:22px;
	cursor:pointer;
	margin:5px 0px 5px 0px;
}

#fp_introduction {
	background:url(/images/bg_boxes/oneColBox_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:9px
}

#fp_introduction div.content {
	background:url(/images/bg_boxes/fp_intro.jpg); 
	background-repeat:no-repeat;
	background-position:top;
}

#fp_introduction div.bottom {
	background:url(/images/bg_boxes/oneColBox_bottom.jpg);
	height:15px;
}

.hc_company {
	font-weight:normal;
	padding-bottom:6px;
	font-size:11px
}

#pagingTop {
	float:right; 
	width:242px; 
	padding-top:2px;
}

#pagingBottom {
	float:right; 
	padding-top:2px; 
}

#pagingTop, #pagingTop a, #pagingBottom, #pagingBottom a {
	color:#000; 
	font-size:11px;
	font-weight:normal 	
}

/* Statistik side */
.statistics td {
	border:#CCCCCC 1px solid;
	padding:4px 4px 4px 4px;
}

.statistics_total_a th {
	border-bottom:#CCCCCC double 3px;
}

/* --- */

.paintingPrice {
	line-height:14px
}

.paintingRentPrice {
	line-height:14px; 
	color:#b4142b
}

.paintingWidth {
	padding-top:1px
}

#search_paintings div.price, #search_paintings div.size {
	padding-bottom:10px
}

#search_paintings div.serie, #search_paintings div.frame, #search_paintings div.outrented {
	padding-bottom:6px
}

#search_paintings div.price div.inner div, #search_paintings div.size div.inner div, #search_paintings div.serie div, #search_paintings div.frame div, #search_paintings div.outrented div {
	float:left
}

#search_paintings div.inner {
	padding-top:2px;
}

#search_paintings span.kr {
	font-size:9px; 
	padding-left:3px
}

#search_paintings div.price input, #search_paintings div.size input {
	height:13px; 
	font-size:10px;
	line-height:14px
}

#moreSearchChoices_link_a { 
	font-size:10px; 
	text-decoration:underline; 
	cursor:pointer;
	height:23px;
	background:url(/images/arrow_down.gif);
	background-position:130px 7px;
	background-repeat:no-repeat;
}

#moreSearchChoices_link_b { 
	font-size:10px; 
	text-decoration:underline; 
	cursor:pointer;
	height:23px;
	background:url(/images/arrow_up.gif);
	background-position:130px 7px;
	background-repeat:no-repeat;
}

#fpBanner_giftcard_christmas {
	 width:544px; 
	 height:152px;
	 background-image:url(/images/bg_boxes/gavekort_jul.jpg);
	 background-repeat:no-repeat;
	 margin-bottom:7px;
}

.serier_banners_a {
	float:left;
	margin:0px 15px 13px 0px;
}

.serier_banners_b {
	float:left;
	margin:0px 0px 13px 0px;
}

.vis_serie_flash {
	margin-top:10px;
}

.v_mark_inStock {
	width:150px; 
	height:15px; 
	background-image:url(/images/bullit_green_v_mark_inStock.gif); 
	background-repeat:no-repeat; 
	background-position:right
}

#banner_godt-nyt-til-lejekunder {
	width:210px;
	height:115px;
	background:url(/images/bg_boxes/godt-nyt-til-lejekunder.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

/* Feedback box - code borrowed from ordbogen.com */
#userfeedback_form {
	border: solid 1px #000;
	padding: 10px;
	width: 300px;
	position: fixed;
	display: none;
	top: 200px;
	left: 35px;
	background-color: #f5f8f8;
}

#userfeedback_form #close_form {
	width: 100%;_width: 99%;
	text-align: right;
	margin: 0px 0px 3px 0px;
}

span.form_close_tag {
	background-color: #ddd;
	padding: 1px 4px;
	font-size: 11px;
	border: 1px solid #555;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: default;
	cursor:pointer
}

#userfeedback_form .feedback_content {
}

#userfeedback_form textarea {
	border: 1px solid #555;
	padding: 2px;
	width: 99%;_width: 98%;
	height: 100px;
	margin: 5px 0px;
	font-size: 11px;
}

span.explain {
	display: block;
	width: 100%;_width: 99%;
	font-size: 11px;
	padding:4px 0px 4px 0px;
}

#feedback_contact_me {
	display: block;
	float: left;
	margin: 2px 3px 0px 0px;
}

#userfeedback_form label {
	font-size: 0.9em;
}

#userfeedback_form #feedback_contact_info {
	margin: 5px 0px 3px 0px;
	display: none;
}

#userfeedback_form #feedback_user_mail {
	border: 1px solid #555;
	margin: 0px 0px 0px 5px;
	padding: 0px 2px;
	width: 90%; _width: 89%;
	font-size: 11px;
}

#userfeedback_form #fb_submit {
	margin: 5px 0px 0px 0px;
	padding:3px 5px 3px 5px;
}

.feedback_content .status_text {
	display: none;
	color: #b4142b;
	width: 100%;_width: 99%;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.trustbox_Speechbubble {
	background:url("/images/trustpilot-batch.jpg") no-repeat scroll 0 0 transparent !important;
	color:#FFFFFF;
	display:block;
	font:10px tahoma;
	height:103px;
	left:0;
	margin-left:0;
	margin-top:0;
	overflow:hidden;
	padding-top:14px !important;
	position:relative;
	text-align:left;
	text-decoration:none;
	width:198px !important;
}

/* Serie search */

#serierSearch input {
	margin-top:7px;
	cursor:pointer
}

.serieSearch_genre {
	width:72px; 
	height:99px; 
	float:left; 
	margin-right:0px; 
	float:left; 
	cursor:pointer;
}

.serieSearch_genre_inner {
	width:68px; 
	height:97px;
	padding-top:3px
}

.serieSearch_genre_inner_active {
	width:68px; 
	height:97px; 
	border:#b1b1b1 1px solid;
	background-color:#efe7e7;
	padding-top:2px
}

.serieSearch_size {
	width:52px; 
	height:87px; 
	float:left; 
	margin-right:4px; 
	float:left; 
	cursor:pointer	
}

.serieSearch_size_inner {
	width:48px; 
	height:83px;
	padding-top:2px
}

.serieSearch_size_inner_active {
	width:48px; 
	height:83px;
	border:#b1b1b1 1px solid;
	background-color:#efe7e7;
	padding-top:1px
}

.serieSearch_color {
	width:35px; 
	height:70px; 
	float:left; 
	margin-right:1px; 
	float:left; 
	cursor:pointer;
	margin-top:12px
}

.serieSearch_color_inner {
	width:31px; 
	height:66px;
	padding-top:5px
}

.serieSearch_color_inner_active {
	width:31px; 
	height:66px;
	border:#b1b1b1 1px solid;
	padding-top:4px;
	background-color:#efe7e7
}

#serieSearchSize_outher {
	float:left; 
	width:237px; 
	height:125px; 
	border-right:#999 1px solid; 
	padding-top:7px
}

#serieSearchColor_outher {
	float:left; 
	width:252px; 
	padding-top:7px;
	padding-left:10px;
}

#serieSearch_numbersMatch {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:22px; 
	line-height:26px; 
	color:#828282; 
	padding-bottom:10px; 
	padding-top:18px	
}

#serieSearch_size-color {
	border-top:#999 1px solid; 
	margin-top:15px;
	width:500px
}

.serieSearch_topbar  {
	background-image:url(/images/serieSearch/topBar.gif); 
	background-repeat:no-repeat; 
	width:496px; 
	height:34px; 
	margin-top:25px
}

.serieSearch_topbar_inner {
	padding:7px 12px 0px 10px	
}

#GroupDescription {
	padding:10px 10px 0px 10px
}

