@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	background: url(images/backgrounds/body-tiler.gif) top left repeat-x #979ea1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	color: #0061a9;
	text-decoration: none;	
}
a:visited {
	color: #0061a9;
}
a:hover {	
	text-decoration: underline;	
}

.heading {
	background: url(images/backgrounds/heading-tiler.gif) top left repeat-x #0d3e6d;
	line-height: 18px;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-shadow: #0a3055 2px 2px 1px;
	padding: 0 6px;
	border: 1px #175fa5 solid;
	margin: 0;
	position: relative;
	z-index: 0;
	height: 20px;
	overflow: visible;
}

html>body .heading {
	line-height: 20px;
}

/*
.shadowed {
	-webkit-box-shadow: 1px 3px 5px #dedede;
}
*/

.hint {
background-color:#0F4579;
border:1px solid #CDCDCD;
font-family:Verdana;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:25px;
left:40%;
line-height:normal;
opacity:0.95;
padding:15px;
position:absolute;
text-align:center;
top:200px;
visibility:hidden;
width:220px;
z-index:10;
}

#wrapper {
	width: 1008px;
	padding: 0 9px;
	margin: 0 auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Nyherji/images/backgrounds/main-background.png', sizingMethod='scale');
}

html>body #wrapper {
	width: 990px;
	filter: none;
	background: url(images/backgrounds/main-background.png) repeat-y;
}

#bottomWrapper {
	width: 1008px;
	margin: 0 auto;
	height: 9px;
	overflow: hidden;
	background: url(images/backgrounds/bottom-background.gif);
}

/* Header */
div#header {
	position: relative;
	width: 990px;
	height: 126px;
	background: url(images/backgrounds/header-tiler.gif) top left repeat-x #e6e7e7;
	border-bottom: 1px #d0d0d0 solid;
}

div#header a#logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 36px;
}

div#adBanner 
{
    margin: 0;
    padding: 0;
    position:absolute;
    top: 27px;
    left: 170px;
}

/* Header search */
div#search {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
	right: 18px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

div#search div {
	float: left;
	margin-right: 8px;
}

div#search input, div#search select {
	border: 0;
	background: none;
	font-size: 14px;
	color: #333333;
	margin: 0;
}

div#search div.searchField {
	width: 272px;
	height: 28px;
	overflow: hidden;
	background: url(images/backgrounds/search-field-background.gif);
}

div#search div.searchDropdown {
	width: 162px;
	height: 28px;
	position: relative;
	background: url(images/backgrounds/search-dropdown-background.gif);
}

div#search div.searchField input {
	width: 240px;
	height: 18px;
	padding: 5px 4px;
	margin-left: 20px;
}

div#search div.searchDropdown select {
	width: 154px;
	margin: 3px 4px;
}

html>body form#search div.searchDropdown select {
	width: 162px;
	height: 20px;
	padding: 4px 0;
	opacity: 0;
	border: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	z-index: 1;
}

div#search div.searchDropdown span {
	width: 120px;
	padding: 5px 8px;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #333333;
	z-index: 0;
}

div#search a {
	display: block;
	float: left;
	font-size: 13px;
	color: #fff;
	text-shadow: #0a3055 2px 2px 1px;
	line-height: 22px;
	padding: 0 10px;
	background-color: #0061a9;
	margin-left: 5px;
	margin-top: 2px;
	border: 1px #004477 solid;
	border-left-color: #2276b4;
	border-top-color: #4089bf;
	border-right-color: #00508b;
	text-decoration: none;
}

/* Top navigation */
div#topNavigation {
	overflow: hidden;
}

div#topNavigation ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -35px;
	right: 36px;
	overflow: hidden;
	list-style: none;
	border: 0;
	height: 35px;
}

div#topNavigation ul li {
	float: left;
	margin-left: 8px;
	height: 35px;
}

div#topNavigation ul li a {
	display: block;
	height: 35px;
	width: auto;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #0162aa;
	position: relative;
	line-height: 35px;
}

div#topNavigation ul li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 86px;
	line-height: 35px;
	padding: 0;
	background: none;
}

div#topNavigation ul li a#frontLink {
	width: 86px;
	background: url(images/tabs/front.gif) top left no-repeat;
}

div#topNavigation ul li.selected a#frontLink {
	background-image: url(images/tabs/front-selected.gif);
}

div#topNavigation ul li a#basketLink {
	width: 119px;
	background: url(images/tabs/basket.gif) top left no-repeat;
}

div#topNavigation ul li.selected a#basketLink {
	background-image: url(images/tabs/basket-selected.gif);
}

div#topNavigation ul li a#loginLink {
	width: 126px;
	background: url(images/tabs/login.gif) top left no-repeat;
}

div#topNavigation ul li.selected a#loginLink {
	background-image: url(images/tabs/login-selected.gif);
}

div#topNavigation ul li a#logoutLink {
	width: 144px;
	background: url(images/tabs/logout.gif) top left no-repeat;
}

div#topNavigation ul li a#settingsLink {
	width: 128px;
	background: url(images/tabs/settings.gif) top left no-repeat;
}

div#topNavigation ul li.selected a#settingsLink {
	background-image: url(images/tabs/settings-selected.gif);
}

div#topNavigation .navigationContainer {
	border: 0;
	overflow: hidden;
	width: 990px;
	position: relative;
	z-index: 1;
}

/* Body */
div#body {
	position: relative;
	width: 990px;
}

/* Left */
div#left {
	margin-top: 16px;
	float: left;
	position: relative;
	padding-top: 49px;
	width: 766px;
}

div#mainContent {
	position: relative;
	width: 990px;
	background-color: #fff;
}

/* Breadcrumbs */
div#breadcrumbs {
	position: absolute;
	top: 16px;
	left: -28px;
	width: 793px;
	height: 36px;
	font-size: 15px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/nyherji/images/backgrounds/breadcrumbs-background.png', sizingMethod='scale');
}

html>body div#breadcrumbs {
	filter: none;
	background: url(images/backgrounds/breadcrumbs-background.png) top left no-repeat;
}

div#breadcrumbs span.title {
	position: absolute;
	left: 16px;
	display: block;
	line-height: 36px;
	text-shadow: #000 2px 2px 1px;
	color: #fff;
}

div#breadcrumbs span.currentPage {
	
	left: 16px;
}

div#breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 16px;
}

div#breadcrumbs ul li {
	float: left;
	line-height: 36px;
	text-shadow: #000 2px 2px 1px;
	color: #fff;
	background: url(images/backgrounds/breadcrumbs-divider.png) left no-repeat;
	padding-left: 28px;
	padding-right: 6px;
	text-decoration: none;
}

div#breadcrumbs a {
	float: left;
	line-height: 36px;
	text-shadow: #000 2px 2px 1px;
	color: #fff;
	text-decoration: none;
}

div#breadcrumbs a:hover {
	text-decoration: underline;
}


div#breadcrumbs ul li.firstItem {
	background: none;
	padding-left: 0;
}

/* Left bar */
div.leftBar {
	margin-top: 16px;
	padding-top: 49px;
	float: left;
	width: 200px;
	margin-left: 12px;
	display: inline;
	padding-bottom: 72px;
}

div.leftBar div.roundedBox {
	margin-bottom: 15px;
}

div.leftBar div.roundedBox div.top {
	height: 5px;
	overflow: hidden;
	background: url(images/backgrounds/rounded-box-top.gif) top left no-repeat;
}

div.leftBar div.roundedBox div.middle {
	border-left: 1px #d0d0d0 solid;
	border-right: 1px #d0d0d0 solid;
	background-color: #f2f2f2;
	padding: 6px 12px;
}

div.leftBar div.roundedBox div.middle p {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
}

div.leftBar div.roundedBox div.middle p a {
	color: #0061a9;
	font-weight: bold;
	text-decoration: none;
}

div.leftBar div.roundedBox div.middle p a:hover {
	text-decoration: underline;
}

div.leftBar div.roundedBox div.middle p.smaller {
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}

div.leftBar div.roundedBox div.bottom {
	height: 5px;
	width: 200px;
	overflow: hidden;
	background: url(images/backgrounds/rounded-box-bottom.gif) no-repeat;
	margin-left: 2px;
}

html>body div.leftBar div.roundedBox div.bottom {
	margin-left: 0;
}

/* Left navigation */
ul.leftNavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 2px #d0d0d0 solid;
	margin-bottom: 12px;
	padding: 8px 2px 5px 16px;
}

ul.leftNavigation .abc {
	background: url(images/backgrounds/left-navigation-tiler.gif) left bottom repeat-x;
	font-size: 13px;
	line-height: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
}

html>body ul.leftNavigation a {
	height: auto;
}

ul.leftNavigation  a.LastItem {
	background: none;
}

ul.leftNavigation  a.abc {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #565b5e;
	text-decoration: none;
	display: block;
	font-size: 13px;
	line-height: 24px;
	background: url(images/icons/left-navigation-arrow.gif) 167px no-repeat;
}

ul.leftNavigation  a.selected, ul.leftNavigation  a.abc:hover {
	color: #0162a9;
	background-image: url(images/icons/left-navigation-arrow-selected.gif);
}

ul.leftNavigation table table table.abc li.abc {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/backgrounds/left-navigation-tiler.gif) left top repeat-x;
	padding-top: 1px;
}

ul.leftNavigation table table table.abc {
	font-size: 11px;
	padding-left: 5px;
}

ul.leftNavigation table table table.abc a.abc {
	background: url(images/icons/left-navigation-arrow.gif) 162px no-repeat;
}

ul.leftNavigation table table table.abc a.selected, ul.leftNavigation table table table.abc a.abc:hover {
	color: #0162a9;
	background-image: url(images/icons/left-navigation-arrow-selected.gif);
}

ul.leftNavigation table table table table.abc {
	font-size: 11px;
	padding-left: 14px;
}

ul.leftNavigation table table table table.abc a.abc {
	background: url(images/icons/left-navigation-arrow.gif) 153px no-repeat;
}

ul.leftNavigation table table table table.abc a.selected, ul.leftNavigation table table table table.abc a.abc:hover {
	color: #0162a9;
	background-image: url(images/icons/left-navigation-arrow-selected.gif);
}
/* Home page link */
div#homepageLink {
	position: absolute;
	margin-top: 0;
	left: 6px;
	padding: 6px;
	background: url(images/icons/homepage.gif) no-repeat;
	width: 200px;
	height: 46px;
}

html>body div#homepageLink {
	margin-top: 12px;
}

div#homepageLink a {
	display: block;
	width: 200px;
	height: 46px;
}

/* Left content and product sheet */
div.productSheet {
	margin-top: 16px;
	float: left;
	display: inline;
	margin-left: 50px;
	width: 840px;
}
div.leftContent {
	margin-top: 16px;
	padding-top: 49px;
	float: left;
	display: inline;
	margin-left: 13px;
	width: 540px;
}

div.productSheet div.content {
	width: 837px;
	overflow: hidden;
	margin-left: 3px;
	float: left;
	display: inline;
	position: relative;
}

div.productSheet div.content div.backLink {
	font-weight: bold;
}

div.content div.printSheet,
div.productSheet div.content div.print {
	float:right;	
	background: url(images/icons/printer-icon.gif) top left no-repeat;	
}

div.content div.printSheet,
div.productSheet div.content div.print a {
	padding-left: 20px;
}

div.productSheet div.content div.productInfo,
div.productSheet div.content div.productAccessories {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	color: #051625;
	clear: right;
}

div.productSheet a,
div.productSheet a:visited,
div.productSheet a:hover {
	font-size: 12px;
}

div.productSheet div.content div.productInfo h2,
div.productSheet div.content div.productAccessories h2 {
	font-size: 12px;
	line-height: 18px;
}

div.leftContent div.content {
	width: 537px;
	overflow: hidden;
	margin-left: 3px;
	float: left;
	display: inline;
	position: relative;
}

div.leftContent div.content h1 {
	margin: 0;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #d0d0d0 solid;
	font-size: 16px;
	color: #424242;
	position: relative;
}

div.leftContent div.content div.contentDetails {
	position: relative;
	margin-top: -15px;
	border-bottom: 4px #dceaf4 solid;
	padding: 0 15px;
	padding-top: 39px;
	background: url(images/backgrounds/details-background.gif) top left no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #424242;
	margin-bottom: 0;
}

div.contentDetails a {
	font-weight: bold;
	color: #0061a9;
	text-decoration: none;
}

div.contentDetails a:hover {
	text-decoration: underline;
}

div.contentDetails p {
	margin-top: 3px;
	margin-bottom: 15px;
}

div#productShowcase {
	width: 540px;
	padding-bottom: 23px;
	background: url(images/backgrounds/content-divider.gif) left bottom repeat-x;
}

/* Product categories */
div#productCategories {
	margin-top: 5px;
	margin-bottom: 12px;
}

div#productSubCategories {
	margin-top: 18px;
	margin-bottom: 12px;
}

div#productCategories ul.tabs, div#productSubCategories ul.tabs {
	clear: both;	
}

/* Right bar */
div#right {
	float: right;
	display: inline;
	margin-top: 16px;
	margin-right: 12px;
	width: 200px;
}

div.rightBox {
	margin-bottom: 12px;	
}

div#bannerBoxPrice {
	opacity:0.8;
	position: absolute;
	bottom: 10px;
	right: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-shadow: #0a3055 2px 2px 1px;
	color: #fff;
	line-height: 30px;
	padding: 0 15px;
	
	background-color: #9ba91b;
	
	/*background-color: #0061a9;
	border: 1px #004477 solid;*/
	text-decoration: none;
}

div.basketBox h1.heading {
	background: url(images/backgrounds/green-heading-tiler.gif) top left repeat-x #596d0d;
	border: 1px #55690d solid;
	text-shadow: #2b3603 2px 2px 1px;
}

div.rightBox div.content {
	border: 1px #d0d0d0 solid;
	border-top: 0;
	position: relative;
	margin: 0;
	padding: 0;
}

div#contact div.content {
	height: 110px;	
}

div#contact div.content {
	height: 88px;	
}

div#contact a {
	position: absolute;
	display: block;
	top: -13px;	
}

div#discountProducts div.content {
	padding: 10px 14px;
}

div#discountProducts a.moreLink, div#recentlyBrowsed a.moreLink {
	display: block;
	text-align: right;
	font-size: 11px;
	color: #0061a9;
}

div#recentlyBrowsed div.content {
	padding: 10px 14px;
}

/* Forms */
div.content div.form {
	width: 537px;
	overflow: hidden;
	margin: 0;
	margin-bottom: 18px;
}

h1.subHeading {
	font-size: 13px !important;
	color: #424242 !important;
	height: 18px !important;
	line-height: 18px !important;
	padding-bottom: 4px;
	background: url(images/backgrounds/content-divider.gif) bottom left repeat-x;
	border: 0 !important;
	padding-left: 4px;
}

h1.subHeading span {
	color: #0061a9;
}

h1.subHeading span.emphasize {
	font-size: 25px;
}


ul.phases {
	position: absolute;
	top: 0;
	right: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.phases li {
	float: left;
	display: block;
	width: 26px;
	height: 29px;
	margin-left: 8px;
}

ul.phases li a {
	display: block;
	width: 26px;
	height: 29px;
}

ul.phases li.phase1 {
	background: url(images/icons/phase-1.gif) no-repeat;
}

ul.phases li.phase1Current {
	background-image: url(images/icons/phase-1-selected.gif);
}

ul.phases li.phase2 {
	background: url(images/icons/phase-2.gif) no-repeat;
}

ul.phases li.phase2Current {
	background-image: url(images/icons/phase-2-selected.gif);
}

ul.phases li span {
	display: none;
}

div.formSection {
	width: 537px;
	overflow: hidden;
	margin: 0;
	padding: 40px 14px 5px 14px;
}

div.formMessage {
	width : 537px;
	overflow: hidden;
	margin: 0;
	padding: 10px 14px 20px 14px;
}

html>body div.formMessage,
html>body div.formSection {
	width: 509px;
}

html>body table.addressList {
	width: 480px;
}


div.phasesForm {
	margin-top: 30px;
}

div.phasesForm div.formSection {
	padding: 18px 16px;
}

div.phasesForm div.overviewSection {
	padding: 6px 4px;
}

div.noHeadingSection {
	background: url(images/backgrounds/content-divider.gif) top left repeat-x;
	padding-top: 7px !important;
}

div.overviewSection p {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	/*
	font-size: 16px;
	line-height: 26px;
	*/
}

div.overviewSection p span {
	color: #0061a9;
}

div.formItem {
	position: relative;
	float: left;
	display: inline;
	width: 366px;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
td.formItem label,
div.formItem label {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

div.formItem a.inputLookup {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	line-height: 18px;
	color: #0096ff;
	text-decoration: none;
}

div.formItem a.inputLookup:hover {
	text-decoration: underline;
}

input.formItemInput,
div.formItem textarea,
div.formItem input {
	background-color: #f0f0f0;
	font-size: 18px;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	width: 358px;
	padding: 2px;
	margin: 0
}

div.formMessage span.error,
div.formItem span.error
{
	color:#FF0000;
}

td.formItem span.required,
div.formItem span.required
{
	font-size: 18px;
	color: #4A61AD;
}


div.radioButtonItem {
	margin-bottom: 8px;
}

div.radioButtonItem label {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1f1f1f;
	width: auto;
}

div.radioButtonItem input {
	width: auto;
	float: left;
	margin-right: 6px;
	background-color: #fff;
}

div.formItem .floating {
	width: 160px;
	float: left;
	clear: none;
	margin-right: 12px;
}

div.formItem .floating label {
	float: left;
}

div.formItem .floating span {
	display: block;
	float: left;
	clear: both;
	white-space: nowrap;
}

div.formSection .light {
	color: #717171;
}

div.formButtons {
	clear: both;
	overflow: hidden;
	padding: 13px 14px;
	background: url(images/backgrounds/content-divider.gif) top left repeat-x;
}

form.phasesForm div.formButtons {
	padding: 24px 4px;
}

a.button,
div.formButtons a.button {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: #0a3055 2px 2px 1px;
	color: #fff;
	line-height: 30px;
	padding: 0 15px;
	background-color: #0061a9;
	border: 1px #004477 solid;
	border-left-color: #2276b4;
	border-top-color: #4089bf;
	border-right-color: #00508b;
	text-decoration: none;
	margin-right: 15px;
}

div.formButtons a.cancel {
	background-color: #a90020;
	border-top-color: #bf4058;
	border-right-color: #8b001a;
	border-bottom-color: #770017;
	border-left-color: #b4223e;
	text-shadow: #740000 2px 2px 1px;
}

form.phasesForm div.formButtons a.button {
	font-size: 13px;
	line-height: 22px;
	height: 22px;
}

/* My page */
div#mypageTabs {
	margin-top: 34px;
}

div.generalTab {
	border: 1px #d0d0d0 solid;
	border-top: 0;
	margin-bottom: 12px;
	width: 535px;
}

div.generalTab form {
	width: 535px;
}

div#seeOrders {
	background: url(images/backgrounds/tab-background.gif) bottom repeat-x;
	padding-bottom: 60px;
}

div.generalTab h2 {
	margin: 0;
	height: 54px;
	overflow: hidden;
	line-height: 66px;
	font-size: 15px;
	font-weight: normal;
	color: #1f1f1f;
	padding: 0 12px;
}

div.generalTab table.orders tr th, div.generalTab table.orders tr td {
	text-align: left;
	padding: 0 12px;
	line-height: 17px;
}

div.generalTab table.orders tr th {
	border-top: 1px #d0d0d0 solid;
	border-bottom: 1px #d0d0d0 solid;
	background: #e9e9e9;
}

div.generalTab table.orders tr td {
	border-bottom: 1px #d0d0d0 solid;
	background: #fcfcfc;
}

div.generalTab div.formSection {
	width: 480px;
	overflow: hidden;
	padding: 20px;
}

div.generalTab div.formMessage {
	width: 480px;
	overflow: hidden;
	padding: 20px;
}

div.generalTab div.formButtons {
	background: none;
	width: 490px;
	padding: 0 20px 20px 20px;
}

/* Footer */
div#footer {
	clear: both;
	height: 65px;
	width: 990px;
	overflow: hidden;
	position: relative;
	background: url(images/backgrounds/footer-background.gif) top left repeat-x #dddddd;
}

a#smallLogo {
	display: block;
	position: absolute;
	top: 21px;
	right: 13px;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	line-height: 16px;
	clear: both;
	margin-left: 18px;
}

div#footer ul li {
	float: left;
}

div#footer ul.links {
	padding-top: 16px;
}

div#footer ul.links a {
	text-transform: uppercase;
	text-decoration: none;
	color: #1560a3;
}

div#footer ul.links li {
	margin-right: 10px;
}

div#footer ul.contactInfo li {
	margin-right: 24px;
}
