@charset "utf-8";
/* OVERRIDES FOR KLUBBSHOPPEN */

body {
	background: #f9f2df;
	color: #222;
	}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #444;
	}

.head-wrap {
	width: 100%;
	}
	
.customer-account-index .col-main a,
.customer-address-index .col-main a,
.review-customer-index .col-main a,
.sales-order-history .col-main a { color: #006600; }

.header {
	padding: 0;
	height: 212px;
	background-position: center;
	background: url('../images/header.png') no-repeat #F9F2DF;
	border: none;
	height: 159px;
	}
	
	.header-filler {
		height: 20px;
		}
	
	.header-inner {
		width: 1000px;
		margin: auto;
		padding: 0;
		overflow: hidden;
		background: none;
		height: 130px;
		border-bottom: none;
		}

.nav {
	border: none;
	margin: 0 0 30px 0;
	padding: 0;
	}
	
.nav li {
	float: none;
	margin: 0 0 3px 0;
	padding: 3px 0 3px 0;
	border-top: 1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-indent:6px;
	background: url('../images/main_menu_bg.jpg') no-repeat #fff;
	}
.nav li:hover {
	border-top: 1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: url('../images/main_menu_bg_hover.jpg') no-repeat #fff;
	}
	
.nav a {
	font-size: 14px;
	color: #555;
	font-weight: normal;
	}
	.nav a:hover {
		_color:#3cc108 !important;
		_line-height:21px;
		}
	
	.nav .active a {
		font-weight: bold;
		}
	
	
.mynav {
	margin: 0 0 10px;
	}
	
.abonnemang-status {
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:gray;
	width:200px;
}
	
	.abonnemang-status td,
	.abonnemang-logg td {
		padding: 0 2px 0 2px;
		}

.abonnemang-logg {
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:gray;
	width:530px;
	margin-left: 10px;
}

.top-search {
	float: right;
	border: 1px solid #00ff00;
	clear: right;
	}

.top-links {
	float: right;
	border: 1px solid #ff0000;
	margin: 0 0 20px 0;
	}
	
	.top-links li {
		float: left;
		}
		
.lsk {
	margin: -10px;
	}

.product-name-wrapper {
	padding: 5px 0 0 0;
	}

.product-price-wrapper {
	height: 40px;
	}
	
.product-button-wrapper {
	padding: 10px 0 20px 0;
	}
	
ul.add-to-links {
	border-top: 1px solid #ccc;
	}
	
.product-name a {
	font-weight: bold;
	font-size: 17px;
	}
	
.readmore {
	display: block;
	float: right;
	font-size: 14px;
	color: #ff0000 !important;
	padding: 0 10px 0 0;
	}
	
.readmore a:hover {
	text-decoration: underline !important;
	}

.product-view-top { overflow: auto; padding: 0 0 10px 0;}
.product-view { padding: 10px; }	
.product-view .product-img-box { float:left; width:50%; }
.product-view .product-img-box .product-image { border:none; }

/* Product Shop */
.product-view .product-shop { float:left; width:445px; margin: 10px 0 0 0; }
.product-view .product-name { float: left; padding: 10px 0 0 0; margin: 0 0 10px 0; width: 270px;}
.product-view .short-description {}
	
.product-view-description {
	border: 1px solid #00ff00;
	float: left;
	width: 100px;
	}
	
#addTagForm p {
	color: #999;
	font-size: 11px;
	}
	
/* Product Tags */
.tags-list li { display:inline; color: #666; font-size: 11px; }
	
/* Icons ----------------------------------------------------------------------------- */

.icons-block-title {
	padding: 2px 7px 0 0;
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	}
/* Header under ---------------------------------------------------------------------- */
		
.header-under {
	border: 1px solid #aaa;
	overflow: auto;
	margin: 0 0 15px;
	}
	
	.header-under-1 {
		width: 100%;
		background: url('../images/block-title-bg-light.png') repeat-x #7BC565;
		float: left;
		height: 28px;
		border-bottom: 1px solid #eee;
		}
		
		.header-under-1-inner {
			padding: 2px 10px 2px 10px;
			overflow: auto;
			}
	
	.header-under-2 {
		width: 100%;
		overflow: auto;
		float: left;
		background: url('../images/block-title-bg-grey.png') repeat-x #d1d1d1;
		}

		.header-under-2-inner {
			padding: 2px 10px 2px 10px;
			overflow: auto;
			}
		
	.header-under-links {
		float: right;
		}
	
	.form-search {
		float: right;
		}
		
	.std {
		font-weight: normal;
		background-color: none;
		}
		
	.welcome-msg {
		float: left;
		font-size: 14px;
		color: #222;
		font-weight: normal;
		padding: 2px 0 0 0;
		}
		
	.dashboard .welcome-msg {
		margin-bottom: 10px;
		}
		
	.dashboard .welcome-msg p {
		font-size: 12px;
		}
		
	.dashboard h3 {
		border-bottom: 1px solid #ccc;
		margin: 0 0 3px 0;
		}
		
	.title-buttons h3 {
		background: none;
		border: none;
		}
		
	.language-switcher {
		float: right;
		}
		
		.header-under-links .links li {
			float: left;
			margin: 0 5px 0 5px;
			font-size: 12px;
			}
		
	.forenings-loggo {
		float: left;
		margin: 46px 0 0 0;
		padding: 0 5px 2px 0;
		}
		
	.forenings-namn {
		float: left;
		padding: 0 10px 0 0;
		margin: 43px 0 0 0;
		text-align: left;
		}
		
	h1.forening {
		text-align: left;
		color: #000;
		margin: 0;
		font-size: 26px;
		font-weight: bold;
		padding: 0 0 0 10px;
		}
	
	p.forening {
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 0 10px;
		color: #000;
		}
			
		/*.header-under-links .links li.last {
			margin: 0 -5px 0 0;
			}*/

.category-title { border: none; padding:0; margin: 0; color: #fff; background: url('../images/block-title-bg-light.png') repeat-x #7BC565; }
.product-view-category-title { border: none; padding:0; margin: -10px -10px 10px -10px; color: #333; background: url('../images/block-title-bg-light.png') repeat-x #7BC565; }
.category-title h2, .product-view-category-title h2 { font-size: 16px; font-weight:bold; line-height: 1.7; padding: 0 0  0 10px; }

/* Pager */ 

.pager {
	background: url('../images/block-title-bg-grey.png') repeat-x #d1d1d1;
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ddd;
	color: #444;
	}
	
	.pager-inner {
		padding: 1px 10px 1px 10px;
		line-height: 1.8;
		}
	
	.pager .amount { float:left; }
	.pager .limiter { float:right; }
	.pager .limiter select { font-size: 11px; }
	.pager .pages { margin:0 135px; }
	.pager .pages ol { display:inline; }
	.pager .pages li { display:inline; }
	.pager .pages .current {}
	.pager .pages a { text-decoration:none; color: #5daa3e; }
	.pager p { margin:0; padding:0; }

/* Sorter */ 

.sorter {
	background: url('../images/block-title-bg-grey.png') repeat-x #d1d1d1;
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #b8b8b8;
	color: #444;
	}

	.sorter-inner {
		padding: 1px 10px 1px 10px;
		}

	.sorter .view-mode { float:left; }
	.sorter .sort-by { margin:0 135px; float:none; text-align: center;}
	.sorter .sort-by ol { display: inline; }
	.sorter .sort-by li { display: inline; }
	.sorter .sort-by .current { }
	.sorter .sort-by a { text-decoration:none; color: #5daa3e; }
	.sorter .link-feed {}
		
/* BreadCrumbs */ 
.breadcrumbs { padding:0; margin:0; border:none; float:left; }
.breadcrumbs li { display:inline; font-size: 12px; color: #555; }
		
/* Blocks ================================================================================ */

.block {
	border: 1px solid #aaa;
	}
	
.block .block-title {
	background: url('../images/block-title-bg-light.png') repeat-x #7BC565;
	border: none;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
	.block .block-title h2 {
		font-size: 14px;
		color: #fff;
		font-weight: normal;
		}

.block .block-content {
	border: none;
	border-top: none;
	background: #fff;
	overflow:auto;
	}
.block .block-content .logos
{
	float:none;
	width:215px;
	height:40px;
}
.block .block-content .logos img
{
	float:left;
	margin:0 5px 0 0;
	height:40px;
	width:215px;
}
.blockzors .block-content
{
	padding:6px;
	border:0px !important;
	background:none;
}
.blockzors .block-content .middle
{
	margin: 7px 0 7px 0;
}
.noborder
{
	border:0px !important;
}
	
/* Products grid ========================================================================= */

/*.products-grid td {
	background: #fff;
	border: 1px solid #ff0000;
	}*/
	
/* Page Heading */
.page-title { border-bottom:none; padding:0 5px 5px 5px; margin: -10px -10px 10px -10px; background: url('../images/block-title-bg-grey.png') repeat-x; }
.page-title h2 { padding: 3px 0 0 0; font-size: 16px;}
.title-buttons { text-align:right;}
.title-buttons .button { margin: 5px 0 0 0; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }


/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; margin: 10px 0 10px 0;  }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.messages_product_view .error-msg,
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:16px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }
/* Product View ========================================================================== */
.product-view { border: none; padding: 0;}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; color: #4FAD2A;  }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin: 0 0 5px 0; }
.price-box .price { font-weight:bold; color:#3189dd; font-size: 13px; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; color:#3189dd; font-size: 16px; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; color:#3189dd; font-size: 13px; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label { font-weight: bold;}
a.minimal-price-link .price { font-weight:bold; color: #4CAB27; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }
.add-to-links .last { padding: 2px 0 0 65px; font-size: 11px; }
.add-to-links li { float: left; margin: 0 10px 0 0; }
.add-to-links-wrapper { width: 100%; border-top: 1px solid #ccc; padding: 5px 0 0 0; margin: 10px 0 10px 0; overflow: auto; }
.products-grid-bottom-links { border-top: 1px solid #ddd; border-bottom:1px solid #ddd; overflow: auto; padding: 2px 0 2px 0; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box { float:left; margin: 10px 0 0 5px;}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px 0 0; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#fff; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}
/* ======================================================================================= */
/* Header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; } 
.header-container {}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .welcome-msg p { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header-under .form-search { float: right; }
.header-under .form-search .input-text { font-size:11px; background: url('../images/icons/magnifier.png') no-repeat #fff; padding: 1px 0 0 20px; height:16px; }
.header-under .form-search .search-submit { font-size:11px; }
.header-under .form-search .search-autocomplete { z-index:999; }
.header-under .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header-under .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header-under .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header-under .form-search .search-autocomplete li.selected {}
.header-under .form-language { text-align:center; }

/* Layout ================================================================================= */
.wrapper {}
.main-wrapper { background: url('../images/main_background.png') repeat-x #fff; overflow: auto; }
.page { width:1000px; margin:0 auto; padding:0; text-align:left;min-height: 500px; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0; } /* before 10px 0; */

/* Base Columns */ 
.col-left { 
	float: left; 
	width: 230px; 
	border: none; 
	padding: 0; 
	background: none;
	}

.col-main { 
	float: left; 
	width: 756px; 
	border: none;
	padding: 0;
	background: #fff;
	border: 1px solid #ddd;
	}

.col-right { 
	float: right; 
	width: 230px; 
	border: none; 
	padding: 0; 
	background: none;
	}

.enter-header {
	width: 1000px;
	margin-top: 180px;
	overflow:auto;
	}
	
.enter-wrapper {
	width: 1000px;
	margin: auto;
	}

.col-enter {
	border: 1px solid #777;
	height: 252px;
	width: 1000px;
	background: url('../images/enter.jpg') no-repeat;
	}
	
.footer-loggo {
	background: url('../images/klubbshoppen.png') no-repeat;
	height: 106px;
	width: 250px;
	float: right;
	margin: 5px 0 0 0;
	}

.klubb-loggo {
	float: right;
	margin: 0;
	padding: 0;
	}
		
.col-footer {
	width: 1000px;
	overflow: auto;
	margin: auto;
	}
	
.enter-search-form {
	width: 365px;
	margin:20px auto 20px auto;
	}

.enter-search li {
	border-top: 1px solid #ccc;
	width: 100%;
	}
	
.enter-search li:hover {
	background: #DAF1D5;
	}

.enter-search .last-li {
	border:0;
	text-align:right;
	font-style:italic;
	font-size:11px;
	}

.enter-search .last-li:hover {
	background:#fff;
	}
.enter-search-form #submit
{
	height:41px;
	width:60px;
	font-size:18px;
}


.enter-search-form #name {
	width: 290px;
	border: 1px solid #666;
	height: 25px;
	font-size: 15px;
	padding: 8px 5px 5px 5px;
	}
	
#myDiv {
	background: #fff;
	width: 280px;
	padding:5px;
	border: 1px solid #666;
	border-top: none;
	overflow: auto;
	}
	
#myDiv2 {
	background: #fff;
	width: 280px;
	padding:5px;
	border: 1px solid #666;
	border-top: none;
	overflow: auto;
	}

.mini-search-form #name
{
	width: 150px;
	border: 1px solid #999;
	height: 18px;
	line-height:15px;
	font-size: 15px;
	padding: 5px 5px 5px 5px;
}

.mini-search-form #myDiv {
	background: #fff;
	width: 195px;
	padding:5px;
	border: 1px solid #666;
	border-top: none;
	}
	
.mini-search-form #submit
{
	height:30px;
	width:40px;
	font-size:14px;
}
	
/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding: 10px; border: 1px solid #ddd; }

/* 2 Columns Layout */
.col2-left-layout .col-main { padding: 10px; float:right; border: 1px solid #ddd; width: 730px; }
.col2-right-layout .col-main { padding: 10px; border: 1px solid #ddd; width: 730px;}

/* 3 Columns Layout */
.col3-layout .col-main { 
	width: 545px; 
	margin: 0 10px 0 10px;
	padding: 10px; 
	}
	
.col3-layout .col-left {
	width: 180px;
	}
	
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; padding: 10px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Content Columns */
.col2-set .col-1 { float:left; width:48%; margin-top: 10px;}
.col2-set .col-2 { float:right; width:48%;margin-top: 10px; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:31%; margin-top: 10px; }
.col3-set .col-2 { float:left; width:31%; margin-left:2%; margin-top: 10px; }
.col3-set .col-3 { float:right; width:31%; margin-top: 10px; }

	.col3-set .col-1 { float:left; width:31%; margin-top: 10px; }
	.col3-set .col-2 { float:left; width:31%; margin-left:2%; margin-top: 10px; }
	.col3-set .col-3 { float:right; width:31%; margin-top: 10px; }

.col4-set .col-1 { float:left; width:22.5%; }
.col4-set .col-2 { float:left; width:22.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:22.5%; }
.col4-set .col-4 { float:right; width:22.5%; }

.col-1 h3,
.col-2 h3,
.col-3 h3,
.col-4 h3 { border-bottom: 1px solid #ccc;  }

.col-1 p,
.col-2 p,
.col-3 p,
.col-4 p { color: #555; }


.cms-home .std { margin: -10px -10px 10px -10px; }


.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:none; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/knapp.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/knapp.png) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
.add-to-cart { margin: 3px 6px 0 -4px; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/
/* Footer ================================================================================ */
.footer { border:none; margin: 0; padding:0; background: url('../images/main_footer.jpg') no-repeat; height: 170px; }
.footer p { text-align:right; }
.footer address { text-align: right; color: #666; }
.footer-inner { padding: 6px 0 10px 0; width: 1000px; margin: auto; }
.footer ul { float:left; padding:0; }
.footer li { float:left; margin: 0 5px 0 0; }
.footer li a { color: #333; }
.footer .store-switcher { float:left; }
/* ======================================================================================= */

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align: left; }
.block-margin { margin: 6px 0; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:0.95em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

#recently-viewed-items li {
	padding: 2px 0;
	}

.std ul, .std ol {
	margin:0;
	padding:0;
	}
	
li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	}
	
.bold {
	font-weight: bold;
	}
	
p.required {
	color: #ff0000;
	}
	
ul.form-list {
	margin: 10px 0 0 0;
	}
	
/* STYLESHEETS FOR LANDING PAGE */

.ie-left {
	float:left;
	}

.landing-information {
	width: 450px;
	_width: 436px;
	_height: 1070px;
	padding: 10px;
	padding-right:60px;
	overflow: auto;
	}
	
	ul.landing-menu li:hover {
		font-weight: bold;
		}
	
	.landing-information li {
		list-style-type: decimal;
		margin: 0 0 0 30px;
		}

	ul.enter-search li {
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		margin: 0;
	}
		
	ul.regga li {
		list-style-type: none;
		margin: 0 0 3px 0;
		}
		
	.form-wrapper-team li {
		list-style-type: none;
		margin: 0 0 3px 0;
		}
		
	ul.login li {
		margin: 0 0 5px 0;
		}
		
	#usr,
	#pw {
		height: 20px;
		padding: 4px 0 0 2px;
		}
	#mail {
		height: 30px;
		width:250px;
		padding: 8px 0 0 5px;
		font-size:16px;
		}
	#forgotsubmit
	{
		height:35px;
		width:70px;
		font-size:16px;
	}
	
.landing-right {
	float: left;
	width: 295px;
	padding: 10px;
	overflow: hidden;
	}
	
.landing-links {
	float: left;
	width: 320px;
	height: 122px;
	padding: 15px 0 0 0;
	}
	
.col-landing {
	border-top: 1px solid #777;
	width: 1000px;
	background: url('../images/main.jpg') no-repeat #fff;
	background-position: bottom;
	margin-left: 33px;
	min-height: 500px;
	}
	
	.col-landing-inner {
		padding: 0 0 160px 150px;
		overflow: auto;
		}

.col-landing-left {
	width: 33px;
	background: url('../images/main_left.gif') no-repeat;
	background-position:bottom left;
	float: left;
	}
	
	.col-landing-enter {
		padding: 0 0 40px 0;
		}
	
.landing-wrapper {
	width: 1034px;
	margin: auto;
	}

.landing-head {
	width: 1000px;
	height: 100px;
	}

.landing-header {
	width: 1001px;
	margin-top: 20px;
	margin-left: 33px;
	overflow:auto;
	}
	
h1.welcome {
	font-size: 28px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 1;
	}
	
p.welcome {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	}
	
.backend-menu li {
	margin: 0 0 10px 0;
	height: 29px;
	width: 250px;
	padding: 11px 0 0 50px;
	font-size: 14px;
	}

.backend-right {
	float: left;
	width: 208px;
	padding: 10px;
	overflow: hidden;
	}

.backend-image {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
	}

.backend-top {
	padding: 10px 10px 10px 0;
	width:400px;
	}

.backend-1col {
	float: left;
	width: 778px;
	overflow: auto;
	padding: 10px;
	}
		
.backend-2col-1 {
	float: left;
	width: 570px;
	overflow: auto;
	padding: 10px;
	}
	
backend-2col-2 {
	float: left;
	width: 208px;
	padding: 10px;
	overflow: hidden;
	}
	
.backend-3col-1 {
	float: left;
	width: 300px;
	padding: 10px 25px 0 0;
	}

.backend-3col-2 {
	float: left;
	width: 270px;
	padding: 10px 0 0 0;
	}

.backend-3col-3 {
	float: left;
	width: 250px;
	}
	
.backend-2col-1 .banner {
	display: block;
	float: left;
	border-bottom: 1px solid #333;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	}

.backend-2col-1 .banner code {
	padding:5px;
	font-size:12px;
	color: #888;
	font-family:"Courier New", Courier, monospace;
	}
	
.backend-2col-1 .banner img {
	float: left;
	}
	
.backend-2col-1 .banner .img-wrap {
	float: left;
	width: 250px;
	}
	
.backend-2col-1 .banner .code-wrap {
	border:1px solid #ccc;
	float: left;
	width: 300px;
	height: 70px;
	}
	
	#backend-todo ul {
		}
		
	#backend-todo li {
		display: block;
		padding: 2px;
		font-size: 17px;
		clear: both;
		margin: 0 0 10px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: url('../images/green_fade.png') repeat-y;
		}
	
	#backend-todo span.number {
		font-weight: bold;
		font-size: 20px;
		display: block;
		width: 25px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		float: left;
		margin: -5px 10px 0 -7px;
		padding: 2px 2px 2px 10px;
		background: #B21A1A;
		color: #fff;
		}
	
	#backend-todo a {
		color: #0033CC;
		text-decoration: underline;
		}
	
.landing-menu li {
	margin: 0 0 10px 0;
	height: 29px;
	padding: 11px 0 0 50px;
	font-size: 14px;
	}
	
	li.mov {
		background: url('../images/icons2/menu_option_movie.png');
		_background: url('../images/icons2/gif/menu_option_movie.gif');
		overflow: hidden;
		}

	li.mon {
		background: url('../images/icons2/menu_option_money.png');
		_background: url('../images/icons2/gif/menu_option_money.gif');
		overflow: hidden;
		}
		
	li.cont {
		background: url('../images/icons2/menu_option_contact.png');
		_background: url('../images/icons2/gif/menu_option_contact.gif');
		overflow: hidden;
		}

	li.shop {
		background: url('../images/icons2/menu_option_shop.png');
		_background: url('../images/icons2/gif/menu_option_shop.gif');
		overflow: hidden;
		}
		
	li.faq {
		background: url('../images/icons2/menu_option_faq.png');
		_background: url('../images/icons2/gif/menu_option_faq.gif');
		overflow: hidden;
		}
		
	li.how{
		background: url('../images/icons2/menu_option_money_how.png');
		_background: url('../images/icons2/gif/menu_option_money_how.gif');
		overflow: hidden;
		}

	li.info{
		background: url('../images/icons2/menu_option_info.png');
		_background: url('../images/icons2/gif/menu_option_info.gif');
		overflow: hidden;
		}

	li.team{
		background: url('../images/icons2/menu_option_teams.png');
		_background: url('../images/icons2/gif/menu_option_teams.gif');
		overflow: hidden;
		}
	.backend-menu .active, .landing-menu .active
	{
		font-weight:bold;
	}
	
.regga-explain li
{
	font-size:13px;
}
		
.payments {
	width: 530px;
	border-color: #777;
	empty-cells: hide;
	}

table .payments {
	border: none;
	empty-cells: hide;
	}
	
	/* payments */ .head tr {
		border: none;
		}

	/* payments */ .line td {
		background: #eee;
		font-weight: bold;
		}
		
	/* payments */ .club {
		background: #ffffee;
		border-bottom: 1px solid #222;
		}

	/* payments */ .club-inactive {
		background: #ffc1c1;
		border-bottom: 1px solid #222;
		}							
	
	.payments td {
		padding: 2px;
		border: 1px solid #777;
		}
	
.landing-menu a {
	display: block;
	width: 100%;
	height: 29px;
	} 
	
	.info-bottom {
		width: 1000px;
		margin: 0 0 0 33px;
		overflow: auto;
		}
#kontakta-oss h3,h1
{
	margin:5px 0 5px 0;
}
.contactImportant
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin:0 1px 0 1px;
}
#kontakta-oss li 
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 3px 0 0 0;
}
#kontakta-oss span
{
	width:100px;
	font-size:12px;
	margin-left:4px;
}
	#kontakta-oss .obl
	{
		color:#c00;
	}
#kontakta-oss .height
{
	padding: 6px 0 0 2px;
	height:20px;
	line-height:20px;
}
#kontakta-oss .input
{
	width:185px;
	height:20px;
	line-height:20px;
	border:1px solid #aaa;
	float:none;
	padding: 4px 0 0 2px;
}
#kontakta-oss .submit
{
	width:60px;
	height:25px;
	line-height:25px;
	border:1px solid #aaa;
	float:none;
	padding: 0px 0 0 2px;
}

#kontakta-oss textarea
{
	width:250px;
	height:180px;
	line-height:20px;
	border:1px solid #aaa;
	float:none;
	padding: 4px 0 0 2px;
}
		
.spons {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	float: left;
	}
	
	.spons-name {
		width: 40px;
		font-weight: bold;
		float: left;
		}
		
	.spons-value {
		width: 500px;
		float: left;
		}

/* TEAMS */
	
	.changed-teams {
		border-bottom: 1px solid #ccc;
		}
		
	.list-teams {
		border-bottom: 1px solid #ccc;
		}
		
	.list-teams a {
		display: block;
		width: 100%;
		}
		
		li.list-teams:hover {
			background: #eee;
			}
		
/* SYSTEM MESSAGES */

	.system-msg-success {
		width: 100%;
		*width: 95%;
		border: 1px solid #74A905;
		background: #E3FFCA;
		margin: 0 0 10px 0;
		}
		
	.system-msg-error {
		width: 100%;
		*width: 95%;
		border: 1px solid #BB0000;
		background: #ffd9d9;
		margin: 0 0 10px 0;
		}

	.system-msg-notice {
		width: 100%;
		*width: 95%;
		border: 1px solid #FCD9A9;
		background: #FEF9DA;
		margin: 0 0 10px 0;
		}
		
		.system-msg-notice .notice {
			display: block;
			float: left;
			color: #555;
			width: 130px;
			font-weight: bold;
		}
		
		.system-msg-error li {
			list-style-type:disc;
			margin-left:16px;			
			}
		
		.system-msg-inner {
			padding: 10px;
			color: #222;
			}

.input-box-closed {
	float: left;
	width: 150px;
	}

.input-box {
	float: left;
	}

.verification-image {
	float: left;
	margin: 75px 0 0 5px;
	color: #555;
	}
	
#loading {
	float: left;
	color: #555;
	margin: 75px 0 0 5px;
	}

.opc-please-wait {
	margin: 0 0 0 10px;
	}
	
#checkout-review-load ,
#co-shipping-method-form,
#checkout-shipping-method-load {
	margin: 0 0 10px 0;
	}
	
#checkout-review-load .data-table td {
	border: none;
	}

#checkout-review-load .data-table th {
	border: none;
	}
	
#shopping-cart-totals-table td,
#shopping-cart-totals-table th {
	padding: 2px 5px 2px 5px;
	}

/*    ABOUT US / OM OSS    */

#aboutUsFix li
{
	list-style:disc;
	padding:0;
	margin:0 0 0 15px;
}

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; border:none;border-bottom: 1px solid #666; background: #eee; padding: 2px; margin: 0 0 4px 0; color: #555; }
.block-progress dt.complete { border:none;border-bottom: 1px solid #666; background: #eee; padding: 2px; }
.block-progress dt.complete a { font-style: italic; font-size: 10px; font-weight: normal; }
.block-progress dd.complete { background: #fff; margin-bottom: 5px; }
/* ======================================================================================= */

/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background: url('../images/block-title-bg-grey.png') repeat-x #D2D2D2; padding:0 5px; text-align:right; border-bottom: 1px solid #aaa; }
.opc .step-title .number { float:left; margin:7px 5px 7px 5px; padding: 0 7px 0 7px; border: 1px solid #888; -moz-border-radius: 15px; background: #eee; }
.opc  .active .step-title .number { float:left; margin:7px 5px 7px 5px; padding: 0 7px 0 7px; border: none; font-weight: bold; background: none; }
.opc .step-title h3 { float:left; font-size: 15px; display: block; margin: 9px 0 0 0; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background: url('../images/block-title-bg-light.png') repeat-x #BBE3B2;  cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; overflow: auto; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#fff; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* View Type: List */
.products-list li.item { border: none; border-bottom: 1px solid #ccc; padding:5px 5px 15px 5px; margin:0 0 5px; }
.products-list li.last { border: none; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */

#checkout-step-shipping_method .priceitalic
{
	font-style:italic;
	font-size:11px;
}

ul.product-pricing li {
	font-size: 15px;
	}
	
.lag_instructions {
	margin: 0 0 10px 0;
	}
	
.laget_se-info {
	width: 500px;
	height: 111px;
	margin-bottom: 20px;
	background: url('../images/laget_info.png') no-repeat;
}

	.laget_se-sponsornamn {
		padding: 28px 0 0 12px;
		}
		
	.laget_se-adress {
		padding: 36px 0 0 12px;
		}

.lagsidan_se-info {
	width: 500px;
	height: 111px;
	margin-bottom: 20px;
	background: url('../images/lagsidan_info.png') no-repeat;
}

	.lagsidan_se-sponsornamn {
		padding: 20px 0 0 15px;
		font-size: 10px;
		}
		
	.lagsidan_se-adress {
		padding: 23px 0 0 48px;
		font-size: 10px;
		}
		
.sportnik_se-info {
	width: 500px;
	height: 111px;
	margin-bottom: 20px;
	background: url('../images/sportnik_info.png') no-repeat;
}

	.sportnik_se-sponsornamn {
		padding: 19px 0 0 12px;
		font-size: 12px;
		}
		
	.sportnik_se-adress {
		padding: 16px 0 0 45px;
		font-size: 12px;
		}

/* KUND ADMIN ABONNEMANG */



/* STAFF ADMINISTRERA KUNDER */

.adminSpan
{
	float:left;
	display:block;
	width:80px;
	padding:0 5px 0 0;
	text-align:right;
}
.adminMsgDiv
{
	width:400px;
}
.adminInput
{
	width:200px;
}

.paytypeItem {
    background: green;
}