div.object-left, div.imageleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}
div.object-left p, div.object-right p {
	margin: 0;
	padding: 0;
}
div.object-right, div.imageright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

/* Header */

.user a {border-left: 1px solid #fff; padding: 0 3px 0 6px;}
a#registeruser,
a#logout {border: none;}
.header{ background:url(../images/bg-header.jpg) no-repeat 650px 14px;}
.header .phone {position: absolute; right: 30px; top: 60px}
.logo a{background:url(../images/logo.png) no-repeat 0px 15px; }

/* Nav */
/* navigation */
.navigation{
	width:150px;
	float:left;
}
.navigation ul{
	margin:1px 0 0;
	padding:0 0 3px;
}
.navigation ul li{
	background:none; url(../images/separator-navigation-list.gif) no-repeat 6px 6px;
	border-top:1px solid #b3b3b3;
	height:1%;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.navigation ul li:first-child{border:none;}
.navigation ul a{
	height:1%;
	padding:4px 0 4px 8px;
	font-size:12px;
	line-height:15px;
	color:#444;
	display:block; font-weight: bold;

}
.navigation ul a span {border: 0px solid red; height: 15px; width: 12px; display: block; float: left; margin-right: 4px; background: url(../images/separator-navigation-list.gif) no-repeat center center;}
.navigation ul a:hover,
.navigation ul li.active a{
	font-weight:bold;
	text-decoration:none; color: #0b7ec1;
}
.navigation ul li.active a span {background: url(../images/separator-navigation-list-minus.gif) no-repeat center center;}
.navigation ul div{
	width:142px;
	overflow:hidden;
	float:right;
	background:#e2e2e2 url(../images/bg-navigation-submenu-left.gif) repeat-y;
display: none;
}
.navigation ul li.active div {display:block;}
.navigation ul ul{
	margin:0;
	padding:1px 0 0;
	background:url(../images/bg-navigation-submenu.gif) no-repeat;
}
.navigation ul ul li{
	background:none;
}
.navigation ul li.active ul a{font-weight:normal; color: #444;}
.navigation ul ul a{padding:4px 0 4px 8px; }
.navigation ul li.active ul a:hover,
.navigation ul ul a:hover,
.navigation ul ul li.active a{font-weight:normal; color: #0b7ec1; font-weight: normal; }

.product-list .box {
	min-height:142px;
	overflow:hidden;
	display:block;
	font-weight:bold;
	line-height:14px;
	color:#838385;
	position:relative;
	padding:6px 0 0;
}
* html .product-list .box {
	height:142px;
	overflow:visible;
}
.product-list .box strong{
	width:100%;
	position:absolute;
	bottom:10px;
	left:0;
}
.elby-footer {
	margin:0;
	font-weight:bold;
	line-height:15px;
	color:#cfcfcf;
text-align: center; 
padding: 20px 0 0;
}
.elby-footer a{color:#cfcfcf;}
#content{
	padding-bottom:83px;}
p#credits,
p#credits * {font-weight: normal; color: #999 !important;}
.content-txt .content-frame {

	margin:0px 0 0;
	padding:0 0 0 10px;
}
.content-txt .content-frame h1 {margin: .5em 0;}
.content-frame h2 {

	font-size:20px;
	line-height:22px;
}

/* Oppdatert søk til bare å vise produkter */
.content-search { }
.content-search .varianter {padding-left: 0;}
fieldset.buy{
	float:left;
	margin:0 0 0 36px;
}
fieldset.buy label{
	font-weight:bold;
	line-height:15px;
	float:left;
	margin:3px 0 0;
}
fieldset.buy div{
	display:inline;
	width:27px;
	margin:0 0 0 7px;
	float:left;
	background:url(../images/bg-buy-input.gif) no-repeat;
	overflow:hidden;
}
.product-box fieldset.buy label,
.product-box fieldset.buy div {}
fieldset.buy input{
	width:18px;
	float:left;
	padding:2px 0 2px 3px;
	font-size:12px;
	line-height:15px;
	background:none;
	border:0;
}
fieldset.buy input.submit{
	width:54px;
	font-size:13px;
	font-weight:bold;
	padding:0 0 3px;
	background:url(../images/bg-buy-submit.gif) no-repeat;
	margin:0 0 0 9px;
	cursor:pointer;
}
.varianter fieldset.buy{
	float:none;
	overflow:hidden;
	margin:0;
}
/* GOOGLE (PAGENAVIGATOR) */
.pagenavigator { padding-top: 2em; clear: both; text-align: center; }
.pagenavigator .pages span.current,
.pagenavigator .pages span a,
.pagenavigator span.next a,
.pagenavigator span.previous a {border: 1px solid #ddd; padding: 2px 4px; background: #eee; margin: 1px;}
.pagenavigator .pages span.current {border: 1px solid #555; background: #999; color: #fff;}

/* shop */
.shop label {color: #777; font-weight: bold; margin: .5em 0 .2em; display: block;}
.shop input[type='text'],
.shop select {color: #444; }
.shop textarea {color: #444; width: 400px;}

 
.shop-userregister input[type='text'],
.shop-userregister select { width: 200px;}

.shop-basket .attribute-header {display: none;}
table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #F1F1ED;
}

table.list tr.bgdark
{
    background-color: #EAE9E1;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}
/* BASKET */

div.shop-basket ul, div.shop ul
{
    margin: 0;
    padding: 2em 0 1em;
overflow: hidden; 
}

div.shop-basket ul li, div.shop ul li
{
    display: block;
    float: left;
    margin-right: 1em;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
	background: #eee; padding: 4px 6px;
	margin: 0 1px;
	font-weight: bold;
}

div.shop-basket ul li.selected, div.shop ul li.selected
{
	background: #aaa; color: #fff;
}

/* PRICE */

span.old-price
{
    text-decoration: line-through;
    font-size: 0.9em;
}

span.new-price
{
    color: #0290FF;
    font-weight: bold;
}

span.discount-percent
{
    font-size: 0.9em;
}
/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}

/* Sender tekst i kategoribokser pga større bilde */
.product-list a strong {bottom: 2px;}

/* User */
.user label {font-weight: bold; padding-bottom: .3em; display: block;}
.user input {font-size: 13px; color: #444; padding: 2px; }
.user input.box {width: 400px;}
.user input.halfbox {width: 189px;}
.user input[type="submit"] {font-size: 12px;  font-weight: bold; }
.user h3 {margin: 1em 0 .3em; }

.user-login input[type="text"],
.user-login input[type="password"] {width: 189px}

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 1em 0;
    padding: 0;
    clear: both; 
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 10px;
    float: left;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}
/* Missing image */
.img-missing .border {background: #fff; border: 1px solid #ddd; height: 150px; line-height: 150px; font-size: 13px; color: #999; text-align: center;  }
td .img-missing .border { height: auto; line-height: 13px; font-size: 11px; color: #999; text-align: center; padding: 10px 0 10px; width: 100%;;}

/* Line infopage */
.line-infopage {height: 1%; overflow:hidden; border-bottom: 1px solid #ddd; padding-bottom: 10px; }
.line-infopage .img-holder {border: 0px solid red; margin-top: 0; width: 100px; text-align:center; }
.line-infopage .img-holder img {margin: 0 auto; }
.line-infopage .promo {margin-top: 10px; font-size: 13px; color: #777; line-height: 1.5em;}
.line-infopage h3 {font-size: 16px !important;}
.line-infopage a {text-decoration: underline; font-size: 13px;}

/* Tips */
.tips-holder { padding: 10px 0px 0px; }

/* fix for nmcheckout register */

ol.forms {
	margin-top:1.5em;
}
#register-order fieldset {
	width:46%;
	margin-bottom: 15px;
}
/* NM Checkout login */
.nm-checkout h1 {color: #555; font-size: 25px;}
.nm-checkout label,
ol.forms label {font-weight: bold; height: 1.5em; line-height: 2em; width: 130px;}
.inline {font-weight: normal !important; padding-left: 4px; }
.nm-checkout input[type="password"] {width: 100px;}

.nm-checkout fieldset {border: 1px solid #ddd; padding: 0 10px 10px; background: #f2f2f2;  padding-top:.75em; padding-bottom: 10px; margin: 1em 0 1em;  }
.nm-checkout legend{ padding: 2px 4px; font-size: 14px; color: #888; }
.nm-checkout fieldset p {margin-left: 135px; padding: .5em 0;}
.buttonblock input {border: 3px double #0B6485; padding: 4px; background: #0b7ec1; font-weight: bold; color: #fff;  cursor: pointer;}
.buttonblock input:hover {border: 3px double #0B6485; background: #096EA8;}

/* Plassere login bokser */
.nm-checkout-login form {position: relative; padding-bottom: 30px; }
.nm-checkout-login .buttonblock {position: absolute; bottom: 0px; left: 10px; margin: 0;  }
.nm-checkout-login .checkout-box fieldset {height: 12em;}

.checkout-box { width: 430px !important;  float: left; ; }
ol.forms li.grouping ul li {margin-bottom: 3px;}

/* NM Checkout register */
.nm-holder {height: 1%; overflow: hidden; padding: .5em 0;}
#delivery-address, #invoice-address  {height: 14em; margin-top: 1px !important; overflow: visible !important;}
#delivery-address {margin-right: 10px;}
#invoice-address input[type="checkbox"] {margin-left: 135px;}
#delivery {height: 12em !important; }
ol.forms li.grouping ul {float: left; border: 0px solid red;  width: 250px; margin-left: 0;}
ol.forms li.grouping label {width: 130px; margin-right: 5px;}
ol.forms li.grouping ul label {margin-left: 4px;}

/* NM Checkout ordrevide */
#nmcheckout-order-view fieldset {min-height: 7em; height: auto; margin-top: 1px !important; float: left; width: 30em;}

/* Error */
div.warning {padding: 2em 0 1em; font-weight: bold; font-size: 14px; color: #E20B0E; }

/* User line */
p.user span {  }
p.user a {border-left: 1px solid #fff !important; margin-left: 2px; text-decoration: underline;  }
p.user .first {border: none !important;}

/* General ezwebin */
.border-box {padding: 10px;}
.shop-mypage table {width: 600px;}

.message {text-align: center; padding: 8px 0 0; font-size: 14px;}
.shop fieldset {padding-top: 10px !important}

/* SEO tilpassing side */
.content-txt .headline h1 { 
	margin:0;
	font-size:13px !important;
	line-height:15px;
	color:#fff;
	position:relative;
}


/* overriding default column widths on product page due to an increase in image size */
.varianter table thead th.bilde{width:106px !important;}
.varianter table thead th.produsent{width:70px !important;}
.varianter table thead th.varenavn{width:315px !important;}
.varianter table thead th.lev-forpakning {width:70px !important; }
.varianter table thead th.lev-enhet {width:65px !important; }
.varianter table td {vertical-align: top; padding-top: 30px;}
.varianter table td.img {padding-top: 7px;}
.varianter table td.img > a {display: block; background: #fff;padding: 2px; text-align: center;}
.varianter table td.img > a img {display: inline;}

/* partnes in right column */
.relaterte-produkter ul .link-img  {
	text-align: center;
	width: 135px;
}
.relaterte-produkter ul .link-img img {
	float: none;
}
/* Fiks klipping av text-felt */
.product-box fieldset.buy div {height: 30px;}

.product-box .product-list {
	background-color: #F2F2F2;
}
.product-box .varianter {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.product-box .product-list li{
	width: 226px;
	background: #fff;
}
.product-box .product-list li .product-main {
	background: none;
}
.product-box .product-list li a,
.product-box .product-list li .product-main .box {
	min-height:200px;
}
.product-box .product-list li .product-main .box strong {
	bottom:2px;
}
.product-box .product-list li .product-main a {
	color: #0B7EC1;
	font-weight: normal;
}
.product-box .product-list li .product-main a img {
	margin-bottom: 5px;
}
.product-box .product-list li .product-main .box img {
	margin-top: 50px;
}
.product-box .product-list li .product-main strong{
	font-weight: normal!important;
}
.product-list,
.product-box .varianter,
.product-box .varianter tablex {margin-top: 0; }
.pop-prod-list {padding-bottom: 15px; margin-bottom: -6px;}

.pop-head {background: #f1f1f1; padding: 8px 2px 0px !important; }
.txt-hold-cat {margin: 0; padding: 6px 9px 14px; font-weight: bold; color: #868686; background: #f1f1f1 url(../images/bg-text.gif) repeat-x 0 100%; margin-bottom: -6px; }
.txt-hold-cat .inn-hold {padding: 0 30px 0 50px; background: url(../images/ico-i.png) no-repeat 17px 6px;}
