/* General styles */
html{ 
	margin:0px 0px 0px 0px; 
	padding:0px;
	height:100%; 
}
	
body{ 
	margin:0px 0px 0px 0px; 
	padding:0px; 
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	font-size:12px;
	line-height:16px;
	color:#323232;
	background:#255088;
}

h1 {
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:16px; 
	line-height:18px;
	margin:0px;
	float:left; 
	padding:5px 0px 0px 0px;
}

h2 {
	font-size:16px; 
	font-weight:bold;  
	color:#424242;
	margin:0px;
	padding:0px;
	line-height:18px;
}

h3 {
	font-weight:bold; 
	font-size:13px;
	margin:0px;
	padding:0px;
	line-height:16px;
}

table, td {
	margin:0px; 
	padding:0px; 
	border:0px; 
	border-collapse:collapse; 
}

img {
	border:0px;
}

form {
	display:inline;
}

a {
	color:#5f5f5f;
	text-decoration:underline;
}

p {
	margin:0px;
	padding:0px

}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

.input_medium {
	color:#444444; 
	padding:2px 3px 0px 3px; 
	font-size:12px; 
	width:95px; 
	border:#8d8d8d 1px solid; 
	height:20px
}

.blueMark {
	color:#234a7e; 
	font-weight:bold
}

.contentPad {
	padding:0px 12px 8px 12px
}

.picBorder {
	border:#999999 2px solid
}

/* General text */
.text { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#323232;
}

.text a {
	color:#323232;
	text-decoration:underline
}

.textBold { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#323232;
	font-weight:bold;
}

.textBold a {
	color:#323232;
	text-decoration:underline
}

.text_sm { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#323232;
}

.text_sm a {
	color:#323232;
	text-decoration:underline
}

.text_sm_bold { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#323232;
	font-weight:bold
}

.text_sm_bold a {
	color:#323232;
	text-decoration:underline
}

.text_big { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#323232;
}

.text_big a {
	color:#323232;
	text-decoration:underline
}

.text_big_bold { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#323232;
	font-weight:bold
}

.text_big_bold a {
	color:#323232;
	text-decoration:underline
}

.textRed, .textRed a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#de0000;
}

/* Mouseover tool tip */
#dhtmltooltip  { 
	font-size: 11px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:15px; 
	text-align: left; 
	padding: 6px 10px; 
	border: solid 1px #7d7d7d; 
	position: absolute; 
	visibility: hidden;
	background:url(images/tooltip_bg.gif);
	background-repeat:repeat-x;
	background-color:#e6e6e6;
}

/* Backgrounds */
#bg {
	width:100%; 
	height:100%
}

#bg td.left {
	background:url(/images/bg_skibakke.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#bg td.center {
	width:980px
}

#bg td.center table.content_width {
	height:100%; 
	width:980px; 
	background-color:#FFFFFF
}

#bg td.center table.content_width td.top {
	height:146px
}

#bg td.center table.content_width td.top div.logo {
	float:left
}

#bg td.center table.content_width td.top div.pic {
	float:left
}

#bg td.right {
	background:url(/images/bg_skibakke.jpg);
	background-position:right bottom;
	background-repeat:repeat-x;
}

#bg_skier {
	background:url(/images/bg_content_right.jpg); 
	background-repeat:no-repeat; 
	background-position:right top
}

/* Indholdsmål og float */
.content {
	padding:0px 17px 15px 17px
}

.content div.centerAndRightCol {
	float:right
}

.content div.centerAndRightCol div.centerCol {
	float:left; 
	width:558px; 
	padding-bottom:5px
}

.content div.centerAndRightCol div.rightCol {
	float:left; 
	width:185px
}

.content div.centerAndRightCol div.centerCol div.centerCol_cont {
	width:541px
}

.content div.leftCol {
	float:left; 
	width:202px
}

.content div.leftCol div.leftCol_cont {
	width:185px
}

/* Bottom bar */
#bottom_bar {
	background:url(/images/bottom_bg.gif);
	padding-top:4px;
	padding-bottom:4px;
	height:19px
}

#bottom_div {
	padding-top:3px 

}

#bottom_mcbLink {
	width:200px; 
	padding-left:15px;
	float:left;
	padding-bottom:1px
}

#bottom_mcbLink div {
	font-family: "Lucida Sans Unicode","Lucida Grande"; 
	font-size:9px;
	line-height:10px; 
	border:1px solid #eeeeee; 
	width:135px;
	text-align:center;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px
}

#bottom_mcbLink div a {
	color:#eeeeee; 
	text-decoration:none;
}

#bottom_text {
	color:#eeeeee; 
	font-size:11px;
	float:left;
	width:575px;
}

#bottom_text a {
	color:#eeeeee; 
	text-decoration:none; 
	font-size:11px
}

#bottom_contact {
	width:185px; 
	float:left
}

#bottom_contact div {
	padding-left:5px;
	padding-top:3px;
	float:right;
}

/* Top menu */
.topBar {
	width:646px;
}

#topmenu_bg_left {
	width:10px; 
	background:url(/images/menu_bg_left.gif);
	height:46px;
	float:left
}

#topmenu_bg_center {
	background:url(images/menu_bg_center.gif); 
	background-repeat:repeat-x; 
	background-position:top;
	height:46px;
	float:left;
	width:636px;
	overflow:hidden;
}

#topMenu {
	height:33px
}

#topMenu div a {
	padding:6px 18px 5px 20px;
	height:33px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
}


#topMenu div a:hover {
	background:url(/images/menu_bg_hover.gif)
}

#topMenuActive a {
	padding:0px 0px 0px 0px;
	height:33px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	background-color:#7d7d7d;
}


/* Left menu */
#leftMenu {
	padding:5px 0px 12px 0px;
}

#leftMenu ul {
	padding:0px;
	margin:2px 0px 0px 31px;
}

#leftMenu ul li {
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style-image:url(/images/bullet_submenu.gif);
	list-style-type:none;
}

#leftMenu ul li a {
	list-style-image:url(/images/bullet_submenu.gif);
	padding:0px;
	margin:0px;
	color:#424242;
	font-size:13px;
	text-decoration:none;
}

#leftMenu ul li a:hover {
	list-style-image:url(/images/bullet_submenu.gif);
	padding:0px;
	margin:0px;
	color:#424242;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

/* Heading box grey */
.h_box_grey_bg {
	background:url(/images/h_box_g.gif); 
	background-repeat:no-repeat; 
	background-color:#ececec; 
	border-bottom:#8b8b8b 2px solid;
	margin-bottom:15px
}

.h_box_grey_bg_rightCol {
	background:url(/images/h_box_g_rightCol.gif); 
	background-repeat:no-repeat; 
	background-color:#ececec; 
	border-bottom:#8b8b8b 2px solid;
	margin-bottom:15px
}

.h_box_grey_bg div.top, .h_box_grey_bg_rightCol div.top {
	height:28px
}

.h_box_grey_bg div.top div.icon, .h_box_grey_bg_rightCol div.top div.icon {
	float:left; 
	padding:10px 9px 0px 10px
}

.h_box_grey_bg div.top div.text, .h_box_grey_bg_rightCol div.top div.text {
	float:left; 
	padding:6px 0px 0px 0px; 
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	line-height:18px
}

/* Heading box blue */
.h_box_blue {
	border-bottom:#255088 2px solid;
	background-color:#ececec;
}

.h_box_blue div.top div.left {
	background:url(images/h_box_b_left.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:28px; 
	float:left
}

.h_box_blue div.top div.center {
	background:url(images/h_box_b_center.gif); 
	background-repeat:repeat-x; 
	height:28px; 
	float:left; 
	width:521px
}

.h_box_blue div.top div.right {
	background:url(images/h_box_b_right.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:28px; 
	float:left;
}

.h_box_blue div.top div.center div.icon {
	padding:7px 9px 0px 2px; 
	float:left;
}

.h_box_blue div.top div.center div.text {
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:16px; 
	line-height:18px; 
	float:left; 
	padding-top:5px
}



/* Search box */
#box_search {
	padding:8px 0px 8px 0px;
}

#box_search div.input {
	float:left;
	padding:2px 5px 0px 10px;
}

#box_search div.input input {
	width:107px; 
	border:#8d8d8d 1px solid; 
	background-color:#FFFFFF; 
	padding:2px 2px 0px 3px;
}

#box_search div.btn {
	float:left
}

/* Newsletter box */
#box_newsletter_bg {
	background:url(/images/box_bg_newsletter.jpg); 
	background-repeat:no-repeat; 
	border-bottom:#e47800 2px solid; 
	padding:6px 0px 11px 0px;
}

#box_newsletter_bg div.top div.headline {
	font-size:19px; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding-left:13px
}

#box_newsletter_bg div.top div.manchet {
	font-size:12px; 
	color:#FFFFFF; 
	font-weight:bolder; 
	line-height:14px; 
	padding-left:16px
}

#box_newsletter_bg div.bottom {
	padding-left:15px
}

#box_newsletter_bg div.bottom td.text {
	color:#ffffff; 
	font-size:11px; 
	font-weight:bold; 
	padding-top:14px
}

#box_newsletter_bg div.bottom td.input {
	float:left
}

#box_newsletter_bg div.bottom  td.input input {
	width:138px; 
	border:#8b8b8b 1px solid; 
	background-color:#FFFFFF; 
	padding:2px 2px 0px 3px
}

#box_newsletter_bg div.bottom td.infoIcon {
	float:left; 
	padding-top:2px; 
	padding-left:2px
}

#box_newsletter_bg div.bottom div.btn {
	padding-top:2px
}

/* Creditcard box - fp */
#box_creditcard {
	margin-top:12px;
	padding-bottom:15px
}

#box_creditcard div.text {
	color:#555555; 
	font-size:12px; 
	font-weight:bold; 
	padding-bottom:2px
}

/* Prisbaskere */
#prisbasker {
	background-color:#e1e1e1; 
	padding:0px 0px 5px 0px;
}

#prisbasker div.outher {
	width:180px;
	float:left;
	padding-top:10px
}

.prisbasker_ent {
	width:142px; 
}

.prisbasker_ent div.pic {
	cursor:pointer; 
	width:140px; 
	height:160px; 
	background-color:#FFFFFF; 
	border:#999999 2px solid; 
	overflow:hidden
}

.prisbasker_ent div.pic div.pic_ent {
	height:160px; 
	position:relative; 
	z-index:1
}

.prisbasker_ent div.pic div.pic_ent table {
	width:100%; 
	height:160px
}

.saleCircle {
	background:url(/images/sale_yellow_circle.png); 
	background-repeat:no-repeat; 
	background-position:5px 5px; 
	width:72px; 
	height:67px; 
	padding:16px 0px 0px 0px;
	z-index:2; 
	position:relative; 
}

.saleCircle div.save {
	color:#333333; 
	font-size:11px; 
	line-height:12px; 
	font-weight:bold; 
	padding-right:2px;
}

.saleCircle div.percent {
	color:#000000; 
	font-size:19px; 
	line-height:22px; 
	font-weight:bold
}

.saleSquare {
	padding:25px 10px 0px 0px;
	z-index:3; 
	position:relative; 
}

.saleSquare div {
	background:url(/images/sale_black_box.png); 
	background-repeat:no-repeat; 
	background-position:0px 0px; 
	width:75px; 
	height:28px; 
	color:#eae300; 
	font-size:17px; 
	line-height:19px; 
	font-weight:bold; 
	padding:5px 0px 0px 4px;
}

.prisbasker_ent div.bottom div.headline {
	color:#494949; 
	font-size:14px; 
	font-weight:bold; 
	padding-top:3px; 
	text-decoration:none;
	line-height:16px;
}

.prisbasker_ent div.bottom div.headline a {
	color:#494949; 
	font-size:14px; 
	font-weight:bold; 
	padding-top:3px; 
	text-decoration:none;
	line-height:16px;
}

.prisbasker_ent div.bottom div.desc {
	color:#555555; 
	font-size:11px; 
	line-height:14px; 
	text-decoration:none
}

.prisbasker_ent div.bottom div.desc a {
	color:#424242; 
	font-size:11px; 
	line-height:14px; 
	text-decoration:none
}

.prisbasker_ent div.bottom div.buy {
	padding-top:3px
}

.prisbasker_ent div.bottom div.buy div.oldPrice {
	float:left; 
	width:83px; 
	color:#555555; 
	font-size:10px; 
	line-height:13px;
	color:#255088;
	font-weight:bold
	
}

.prisbasker_ent div.bottom div.buy div.input {
	float:left; 
	width:27px; 
	padding-top:1px;
}

.prisbasker_ent div.bottom div.buy div.input input {
	text-align:center; 
	width:20px; 
	border:#8d8d8d 1px solid; 
	background-color:#FFFFFF; 
	padding:1px 0px 0px 0px; 
	height:18px
}

.prisbasker_ent div.bottom div.buy div.addToBasket {
	float:left; 
	width:32px;
}

/* Nyheder på forside */

.fpNews {
	height:100px;
}

.fpNews div.pic {
	width:300px; 
	height:105px; 
	float:left; 
	background-repeat:no-repeat;
}

.fpNews div.pic div.fade {
	width:100px; 
	background:url(images/fp_pic_fade.png); 
	height:105px; 
	background-repeat:repeat-y
}

.fpNews div.spacer {
	float:left; 
	width:25px; 
	height:105px
}

.fpNews div.text {
	float:left; 
	width:200px;
}

.fpNews div.text div.headline {
	color:#2f2f2f; 
	font-size:13px; 
	line-height:16px; 
	font-weight:bold; 
	padding-top:6px; 
	padding-bottom:2px;
}

.fpNews div.text div.desc {
	color:#424242; 
	font-size:11px; 
	line-height:15px;
}

.fpNews div.text div.desc a {
	color:#255088;
	font-size:11px; 
	line-height:15px;
	text-decoration:underline
}

/* Lille indkøbskurv */
#basket_sm {
	padding:8px 5px 5px 5px
}

#basket_sm_table {
	font-size:11px; 
	color:#1f1f1f; 
	line-height:12px
}

#basket_sm_table tr.first {
	background:none
}

#basket_sm_table tr.others_a {
	background-color:#dedede
}

#basket_sm_table tr.others_b {
	background:#ececec
}

#basket_sm_table tr.first td.prod, #basket_sm_table tr.others_a td.prod, #basket_sm_table tr.others_b td.prod {
	width:110px; 
	border-bottom:#8b8b8b 1px solid; 
	padding:5px 0px 5px 5px;
}

#basket_sm_table tr.first td.price, #basket_sm_table tr.others_a td.price, #basket_sm_table tr.others_b td.price {
	width:57px; 
	padding-right:3px; 
	border-bottom:#8b8b8b 1px solid
}

#basket_sm_table tr.first td.price table, #basket_sm_table tr.others_a td.price table, #basket_sm_table tr.others_b td.price table {
	width:100%
}

#basket_sm_table tr.first td.price table td.price_ent, #basket_sm_table tr.others_a td.price table td.price_ent, #basket_sm_table tr.others_b td.price table td.price_ent {
	padding-right:5px; 
	font-size:11px; 
	color:#1f1f1f; 
	line-height:12px
}

#basket_sm_table tr.shipping {
	background-color:#ececec
}

#basket_sm_table tr.shipping td.prod {
	width:110px; 
	border-bottom:#8b8b8b 1px solid; 
	padding:6px 0px 4px 5px;
}

#basket_sm_table tr.shipping td.price {
	border-bottom:#8b8b8b 1px solid; 
	padding:6px 4px 4px 5px;
}

#basket_sm_table tr.total {
	background-color:#ececec
}

#basket_sm_table tr.total td.prod {
	width:110px; 
	border-bottom:#8b8b8b 3px double; 
	padding:10px 0px 2px 5px; 
	font-size:12px; 
	font-weight:bold
}

#basket_sm_table tr.total td.price {
	padding:10px 4px 2px 0px; 
	border-bottom:#8b8b8b 3px double; 
	font-size:12px; 
	font-weight:bold
}

/* Top 5 */
#topFive {
	padding:10px 10px 5px 10px
}

.topFive_ent {
	padding-bottom:6px
}

.topFive_ent div.picOuther {
	float:left; 
	width:44px; 
	padding-top:2px;
}

.topFive_ent div.picOuther div.picInner {
	border:#9a9a9a 2px solid;  
	background-color:#FFFFFF; 
}

.topFive_ent div.picOuther div.picInner table { 
	width:100%
}

.topFive_ent div.text {
	float:left; 
	width:110px; 
	padding-left:8px
}

.topFive_ent div.text div.kategori {
	font-size:11px; 
	color:#242424; 
	line-height:13px; 
	font-style:italic
}

.topFive_ent div.text div.model {
	font-size:12px; 
	color:#242424; 
	line-height:15px; 
	font-weight:bold;
	padding-top:1px
}

.topFive_ent div.text div.price {
	font-size:11px; 
	color:#214779; 
	line-height:16px; 
	font-weight:bold
}

/* Generele betalingsproces styles */
.buyStep_arrows {
	padding:0px 0px 20px 0px
}

.paymentProcessPad {
	padding:0px 12px 8px 12px
}

/* Basket - buy step (togbane) */
.buyStep_arrows div.inner {
	height:19px; 
	font-size:11px;
}

.buyStep_arrows div.inner div.firstActive {
	height:19px; 
	float:left; 
	color:#FFFFFF; 
	width:124px; 
	background:url(/images/buyStep_ar_b_first.gif); 
	background-repeat:no-repeat; 
	padding:1px 0px 0px 0px
}

.buyStep_arrows div.inner div.firstInactive {
	height:19px; 
	float:left; 
	color:#686868; 
	width:124px; 
	background:url(/images/buyStep_ar_g_first.gif); 
	background-repeat:no-repeat; 
	padding:1px 0px 0px 0px
}

.buyStep_arrows div.inner div.active {
	height:19px;
	float:left; 
	color:#FFFFFF; 
	width:131px; 
	background:url(/images/buyStep_ar_b.gif); 
	background-repeat:no-repeat; 
	padding:1px 0px 0px 0px
}

.buyStep_arrows div.inner div.inactive {
	height:19px;
	float:left; 
	color:#686868; 
	width:131px; 
	background:url(/images/buyStep_ar_g.gif); 
	background-repeat:no-repeat; 
	padding:1px 0px 0px 0px
}

/* Basket table */
.basket_table tr.first td {
	height:18px; 
	border-bottom:#255088 2px solid; 
	color:#444444; 
	font-size:12px; 
	line-height:14px; 
	font-weight:bold
}

.basket_table tr.others td.a  {
	padding:6px 10px 5px 8px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#244d83; 
	font-size:12px; 
	line-height:14px; 
	font-weight:bold
}

.basket_table tr.others td.a a  {
	color:#244d83; 
	text-decoration:none
}

.basket_table tr.others td.b, .basket_table tr.others td.c, .basket_table tr.others td.d, .basket_table tr.others td.e  {
	padding:6px 0px 5px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.basket_table tr.others td.c input  {
	color:#444444; 
	padding:1px 0px 0px 0px; 
	font-size:11px; 
	text-align:center; 
	width:22px; 
	border:#8d8d8d 1px solid; 
	height:18px
}

.basket_table tr.others td.f  {
	padding:6px 5px 5px 0px; 
	border-bottom:#8b8b8b 1px solid;
}

.basket_table tr.shipping, .basket_table tr.vat, .basket_table tr.total {
	background-color:#e5e5e5
}

.basket_table tr.shipping td, .basket_table tr.vat td, .basket_table tr.total td {
	border-bottom:#8b8b8b 1px solid;
}

.basket_table tr.shipping td.shipping { 
	padding:4px 0px 3px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.basket_table tr.shipping td.price { 
	padding:4px 0px 3px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.basket_table tr.vat td.vat { 
	padding:4px 0px 3px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.basket_table tr.vat td.price { 
	padding:4px 0px 3px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.basket_table tr.total td.total { 
	padding:8px 0px 7px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:14px; 
	font-weight:bold
}

.basket_table tr.total td.price { 
	padding:8px 0px 7px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:14px; 
	font-weight:bold
}

/* Basket buttons */
.basket_btns {
	padding-top:35px
}

.basket_btns div.inner {
	width:308px
}

.basket_btns div.inner div {
	float:left; 
	padding-left:5px
}

/* Købsproces - adresse */
#adr_buy_before, #adr_tlfLookUp, #adr_emailAndPass, #adr_typeData, #adr_nMail_teAndCo  {
	border-top:#8b8b8b 1px solid; 
	padding:10px 0px 10px 0px
}

#adr_buy_before div.firstTime div.radioBtn, #adr_buy_before div.before div.radioBtn {
	float:left; 
	padding:0px 7px 3px 0px;
}

#adr_buy_before div.firstTime div.text, #adr_buy_before div.before div.text {
	float:left; 
	font-size:13px; 
	font-weight:bold; 
	padding-top:3px; 
	cursor:pointer;
}

#adr_tlfLookUp div div.input {
	float:left; 
	padding-right:10px
}

#adr_tlfLookUp div div.input input {
	color:#444444; 
	padding:2px 3px 0px 3px; 
	font-size:12px; 
	width:70px; 
	border:#8d8d8d 1px solid; 
	height:20px
}

#adr_tlfLookUp div div.btn {
	float:left; 
	padding-top:2px
}

#adr_emailAndPass div div.outher {
	float:left; 
	padding-right:10px
}

#adr_emailAndPass div div.outher div input {
	color:#444444; 
	padding:2px 3px 0px 3px; 
	font-size:12px; 
	width:160px; 
	border:#8d8d8d 1px solid; 
	height:20px
}

#adr_emailAndPass div div.btn {
	float:left; 
	padding-top:20px
}

#adr_saveAdrInfo {
	padding-top:15px;
}

#adr_saveAdrInfo div div.input {
	float:left; padding:0px 5px 0px 0px
}

#adr_altDel {
	border-top:#8b8b8b 1px solid; 
	padding:10px 0px 10px 0px
}

#adr_altDel div div.input {
	float:left; 
	padding:0px 7px 0px 0px
}

#adr_altDel div div.text {
	float:left; 
	padding:2px 25px 0px 0px
}

#otherAdrToggle {
	padding:5px 0px 0px 27px; 
	clear:left;
}

#otherAdrToggle div.adr_delAdr {
	font-size:13px; 
	font-weight:bold; 
	padding-bottom:8px;
	padding-top:6px
}

#adr_getProd {
	padding-top:5px
}	

#adr_getProd div.input {
	float:left; 
	padding:0px 7px 0px 0px
}

#adr_getProd div.text {
	float:left; 
	padding:2px 25px 0px 0px
}

#adr_nMail_teAndCo div.newsmail div.checkbox, #adr_nMail_teAndCo div.termsAndCon div.checkbox {
	float:left;
	padding:0px 7px 0px 0px
}

#adr_nMail_teAndCo div.newsmail div.text, #adr_nMail_teAndCo div.termsAndCon div.text {
	float:left; 
	padding:2px 10px 0px 0px; 
	font-size:12px; 
	font-weight:bold; 
	cursor:pointer
}

#adr_nMail_teAndCo div.newsmail div.infoBox, #adr_nMail_teAndCo div.termsAndCon div.infoBox {
	float:left; 
	padding-top:2px
}

#adr_nMail_teAndCo div.termsAndCon {
	padding-top:3px; 
	clear:left
}

#adr_btns {
	padding-top:35px
}

#adr_btns div.outher {
	width:180px
}

/*Nedenstående DIV skal slettes så snart den nye adresseside uploades - 25.11.07 */
#adr_btns div.outher div {
	float:left; 
	padding-left:5px
}

#adr_btns div.outher td {
	padding-left:5px
}

/* Betaling */
#pay_payform {
	border-top:#8b8b8b 1px solid; 
	padding:12px 0px 13px 0px
}

#pay_payform div div.creditcard div.radioBtn, #pay_payform div div.efterkrav div.radioBtn, #pay_payform div div.pickup div.radioBtn {
	float:left; 
	padding:0px 7px 0px 0px
}

#pay_payform div div.creditcard div.text, #pay_payform div div.efterkrav div.text, #pay_payform div div.pickup div.text {
	float:left; 
	padding-top:2px
}

#pay_payform div div.efterkrav, #pay_payform div div.pickup {
	clear:left; 
	padding-top:8px
}

#pay_creCard {
	border-top:#8b8b8b 1px solid; 
	padding:12px 0px 15px 0px
}

#pay_creCard div.HL {
	font-size:16px; 
	font-weight:bold; 
	color:#424242;
	line-height:18px; 
	padding-bottom:13px
}

.input_medium_pay {
	color:#444444; 
	font-size:12px; 
	width:95px; 
	border:#8d8d8d 1px solid; 
	height:22px; 
	padding:3px 3px 0px 3px;
}

#pay_creCard div div.cardNumber, #pay_creCard div div.expDate {
	float:left; 
	padding-right:20px
}

.pay_expDate_month {
	float:left; 
	padding-right:5px;
	padding-top:1px
}

.pay_expDate_year {
	float:left; 
	padding-top:1px
}

/* Kvittering */
#rec_orderIncompl {
	border-top:#8b8b8b 1px solid; 
	padding:13px 0px 13px 0px
}

#rec_orderCompl {
	border-top:#8b8b8b 1px solid; 
	padding:13px 0px 11px 0px
}

#rec_friendDisc {
	border-top:#8b8b8b 1px solid; 
	padding:13px 0px 13px 0px;
}

#rec_conf {
	border-top:#8b8b8b 1px solid; 
	padding:13px 0px 13px 0px;
}

/* Kvittering tabel */
.receipt_table tr.first td {
	height:18px; 
	border-bottom:#255088 2px solid; 
	color:#444444; 
	font-size:12px; 
	line-height:14px; 
	font-weight:bold
}

.receipt_table tr.others td.a  {
	padding:4px 5px 3px 8px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px; 
	line-height:14px; 
	font-weight:bold
}

.receipt_table tr.others td.b, .receipt_table tr.others td.c, .receipt_table tr.others td.d  {
	padding:4px 0px 3px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.receipt_table tr.others td.e  {
	padding:4px 6px 3px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.receipt_table tr.shipping, .receipt_table tr.vat, .receipt_table tr.total {
	background-color:#e5e5e5
}

.receipt_table tr.shipping td, .receipt_table tr.vat td, .receipt_table tr.total td {
	border-bottom:#8b8b8b 1px solid;
}

.receipt_table tr.shipping td.shipping { 
	padding:3px 0px 2px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.receipt_table tr.shipping td.price { 
	padding:3px 6px 2px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.receipt_table tr.vat td.vat { 
	padding:3px 0px 2px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.receipt_table tr.vat td.price { 
	padding:3px 6px 2px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:12px;
}

.receipt_table tr.total td.total { 
	padding:6px 0px 5px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:14px; 
	font-weight:bold
}

.receipt_table tr.total td.price { 
	padding:6px 6px 5px 0px; 
	border-bottom:#8b8b8b 1px solid; 
	color:#444444; 
	font-size:14px; 
	font-weight:bold
}

/* Kvittering tabel print */
.receipt_print_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:19px;
	color:#323232;
}

.receipt_print_txt a {
	color:#323232;
	text-decoration:none
}

.receipt_table_print tr.first td {
	height:18px; 
	border-bottom:#000000 2px solid; 
	color:#444444; 
	font-size:14px; 
	line-height:17px; 
	font-weight:bold
}

.receipt_table_print tr.others td.a  {
	padding:8px 5px 7px 8px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:14px; 
	line-height:18px; 
	font-weight:bold
}

.receipt_table_print tr.others td.b, .receipt_table_print tr.others td.c, .receipt_table_print tr.others td.d  {
	padding:8px 0px 7px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:14px;
}

.receipt_table_print tr.others td.e  {
	padding:8px 6px 7px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:14px;
}

.receipt_table_print tr.shipping td, .receipt_table_print tr.vat td, .receipt_table_print tr.total td {
	border-bottom:#000000 1px solid;
}

.receipt_table_print tr.shipping td.shipping { 
	padding:7px 0px 6px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:14px;
}

.receipt_table_print tr.shipping td.price { 
	padding:7px 6px 6px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:14px;
}

.receipt_table_print tr.vat td.vat { 
	padding:7px 0px 6px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:14px;
}

.receipt_table_print tr.vat td.price { 
	padding:7px 6px 6px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:14px;
}

.receipt_table_print tr.total td.total { 
	padding:10px 0px 9px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:15px; 
	font-weight:bold
}

.receipt_table_print tr.total td.price { 
	padding:10px 6px 9px 0px; 
	border-bottom:#000000 1px solid; 
	color:#444444; 
	font-size:15px; 
	font-weight:bold
}

/* Produktliste */
.prodList_moreInfo {
	font-size:12px; 
	font-weight:bold; 
	padding-top:7px
}

.prodList_moreInfo a {
	color:#265189
}

.prodList_outher {
	padding-top:0px;
}

.prodList_brand {
	padding-bottom:3px;
	padding-top:15px
}

.prodList_ent_sale table, .prodList_ent table {
	border-left:#999999 1px solid; 
	border-right:#999999 1px solid; 
	height:100px;
}

.prodList_ent_sale table td.pic, .prodList_ent table td.pic {
	width:155px; 
	height:160px;
	background-color:#ffffff
}

.prodList_ent_sale table td.pic div, .prodList_ent table td.pic div {
	width:140px; 
	height:160px; 
	overflow:hidden
}

.prodList_ent_sale table td.desc, .prodList_ent table td.desc {
	width:197px; 
	padding:8px 10px 0px 12px; 
	border-left:#999999 1px solid; 
	border-right:#999999 1px solid;
}

.prodList_ent_sale table td.desc div.HL, .prodList_ent table td.desc div.HL {
	padding-bottom:6px;
	font-size:13px;
	line-height:17px;
	color:#323232;
	font-weight:bold;	
}

.prodList_ent_sale table td.desc div.HL a, .prodList_ent table td.desc div.HL a {
	color:#323232;
}

.prodList_ent_sale table td.desc div.text, .prodList_ent table td.desc div.text {
	line-height:14px;
	font-size:11px;
	line-height:15px;
	color:#323232;	
}

.prodList_ent_sale table td.desc div.readMore, .prodList_ent table td.desc div.readMore {
	line-height:14px; 
	padding-top:2px; 
	font-size:10px	
}

.prodList_ent_sale table td.desc div.readMore a, .prodList_ent table td.desc div.readMore a {
	color:#555555;	
}

.prodList_ent_sale table td.priceCol, .prodList_ent table td.priceCol {
	width:154px; 
	padding:10px 8px 0px 0px
}

.prodList_ent_sale table td.priceCol div.priceDiv_a div.price {
	float:right; 
	width:65px; 
	font-size:17px; 
	font-weight:bold; 
	color:#dd0000;
}

.prodList_ent table td.priceCol div.priceDiv_a div.price {
	float:right; 
	width:65px; 
	font-size:17px; 
	font-weight:bold;
}

.prodList_ent_sale table td.priceCol div.priceDiv_a div.text {
	float:right; 
	font-size:17px; 
	font-weight:bold; 
	color:#dd0000;
	padding-top:4px
}

.prodList_ent table td.priceCol div.priceDiv_a div.text {
	float:right; 
	font-size:17px; 
	font-weight:bold;
	padding-top:4px
}

.prodList_ent_sale table td.priceCol div.beforePrice, .prodList_ent table td.priceCol div.beforePrice {
	font-size:12px;
	line-height:16px;
	color:#323232;
		
}

.prodList_input {
	width:23px; 
	text-align:center; 
	height:19px; 
	color:#444444; 
	padding:2px 3px 1px 3px; 
	font-size:12px; 
	border:#8d8d8d 1px solid;
}

.prodlist_dropdown div {
	float:left; 
	padding-right:10px
}

.text_paging { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#323232;
}

.text_paging a {
	color:#323232;
	text-decoration:none
}

/* Produktside */
#prodOuther {
	padding-top:1px
}

#prodPic {
	padding-right:15px; 
	padding-top:6px
}

.prodZoom {
	width:24px; 
	height:25px; 
	bottom:30px; 
	z-index:3; 
	position:relative; 
	padding-left:10px
}

.prodVari {
	padding:5px 0px 10px 0px
}

.prodVari div.pic {
	float:left; 
	padding-right:5px;
	cursor:pointer
}

#prodIcons div {
	float:left; 
	padding-right:2px
}

#prodSale, #prodNotSale, #freeShipping {
	width:100%
}

#prodSale tr.redPrice {
	color:#d80000; 
	font-size:17px; 
	font-weight:bold; 
	line-height:26px
}

#prodSale tr.redNumber {
	color:#d80000; 
	font-size:14px
}

.freeShipping {
	color:#d80000; 
	font-size:12px; 
	font-weight:bold; 
	line-height:15px;
	padding-top:3px
}

#prodNotSale {
	font-weight:bold
}

#prodBuy {
	border-bottom:#999999 2px solid; 
	padding:10px 0px 10px 0px
}

/* Guides */
#guide_faner div.faneOrange {
	background:url(/images/faneblad_orange.gif);
	cursor:pointer; 
	float:left; 
	width:130px; 
	height:28px; 
	background-repeat:no-repeat; 
	color:#FFFFFF; 
	padding-top:3px; 
	font-weight:bold;
}

#guide_faner div.faneGreen {
	background:url(/images/faneblad_green.gif);
	cursor:pointer; 
	float:left; 
	width:130px; 
	height:28px; 
	background-repeat:no-repeat; 
	color:#FFFFFF; 
	padding-top:3px; 
	font-weight:bold;
}

.guide_bgOrange {
	clear:left; 
	background-color:#ececec; 
	border-top:#e47800 2px solid; 
	border-bottom:#e47800 2px solid; 
	padding:6px 12px 8px 12px
}

.guide_bgOrange div td h3 {
	color:#e47800
}

.guide_bgGreen {
	clear:left; 
	background-color:#ececec; 
	border-top:#329a41 2px solid; 
	border-bottom:#329a41 2px solid; 
	padding:6px 12px 8px 12px
}

.guide_bgGreen div td h3 {
	color:#236e2e
}

/* News include */
.news_include {
	padding-bottom:10px;
	padding-top:7px;
}

.news_include p.date {
	font-size:10px; 
	font-style:italic;
	font-weight:bold; 
	line-height:10px
}

.news_include h3 {
	color:#224a7e; 
	font-size:12px
}

.news_include div.pic {
	float:left; 
	padding:2px 5px 2px 0px
}

/* Newslist */
.newslist {
	padding-bottom:25px; 
	padding-top:3px
}

.newslist div.pic {
	float:left; 
	padding:3px 10px 0px 0px;
	width:105px;
}

.newslist div.text {
	float:left; 
}

/* Page not found */
#pageNotFound td.text {
	padding-left:7px; 
	font-size:15px;
	line-height:17px;
	color:#323232;
	font-weight:bold;
}

#pageNotFound td.text {
	padding-left:7px; 
	font-size:15px;
	line-height:17px;
	color:#323232;
	font-weight:bold;
}

#pageNotFound p.textPadding {
	font-size:12px;
	line-height:16px;
	color:#323232;
	padding:6px 0px 9px 0px;
}

/* Tabel tilknytning til artikler */
.artTablHL_Td {
	width:120px	
}

.artTablText_Td {
	padding-left:15px
}

/* FAQ top liste */
#faq_topList {
	padding:5px 0px 20px 0px;
}

#faq_topList ul {
	padding:0px;
	margin:0px 0px 0px 18px;
}

#faq_topList ul li {
	padding:6px 0px 0px 0px;
	margin:0px;
	list-style-image:url(/images/bullet_submenu.gif);
	list-style-type:none;
	font-size:12px;
	line-height:14px;
}

#faq_topList ul li a {
	list-style-image:url(/images/bullet_submenu.gif);
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#424242;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

#faq_topList ul li a:hover {
	list-style-image:url(/images/bullet_submenu.gif);
	padding:0px;
	margin:0px;
	color:#171717;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

/* Relations include */
.relations_include {
	padding-bottom:12px
}

.relations_include p.date {
	font-size:11px; 
	font-style:italic; 
	line-height:11px
}

.relations_include h3 {
	color:#224a7e; 
	font-size:12px;
	padding-bottom:0px;
	line-height:13px;
}

.relations_include div.pic {
	float:left; 
	padding:3px 3px 1px 0px
}

.statistics td {
	border:#CCCCCC 1px solid;
	padding:4px 4px 4px 4px;
}

.statistics_total_a th {
	border-bottom:#CCCCCC double 3px;
}

.visProdukt_btn_normal, .visProdukt_btn_bigGreen {
	padding:10px 0px 0px 0px
}

.visProdukt_btn_bigGreen input {
	background-image:url(/images/buttons/put-to-basket_big-green.jpg); 
	width:164px; 
	height:45px; 
	border:none; 
	margin:3px 0px 3px 0px;
	cursor:pointer;
}

.visProdukt_btn_normal input {
	background-image:url(/images/buttons/blue_putToBasket.gif); 
	width:108px; 
	height:27px; 
	border:none;
	cursor:pointer;
}


/* Checkout guide */
.checkoutGuide .profile_anders .profilePic {
	background-image:url(/images/checkout_guide/anders_moeller.jpg);
	background-repeat:no-repeat;
	width:118px;
	height:143px;
}

.checkoutGuide .profile_jesper .profilePic {
	background-image:url(/images/checkout_guide/jesper_laustsen.jpg);
	background-repeat:no-repeat;
	width:118px;
	height:143px;
}

.checkoutGuide div.pic div.content_info {
	padding-left:6px;
}

.checkoutGuide_bubble {
	background:url(/images/checkout_guide/bubble_middle.gif);
	background-repeat:repeat-y;
	width:282px;
}

.checkoutGuide_bubble div.checkout_content {
	background:url(/images/checkout_guide/bubble_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:168px;
}

.checkoutGuide_bubble div.bottom {
	background:url(/images/checkout_guide/bubble_bottom.gif);
	height:15px;
	background-repeat:no-repeat;
	background-color:#FFFFFF
}

.checkoutGuide div.pic {
	float:left; 
	width:123px;
}




