/* -------------------------------------------------------------
GeneralStyles
-------------------------------------------------------------*/
body
{
	font-family: helvetica;
	color: #444444;
	font-size: 11px;
}

img
{
	border: none;
}
/* -------------------------------------------------------------
ITemplate  MENU
-------------------------------------------------------------*/
.HeaderText
{
	font-weight: normal;
	font-size: 26px;
	color: #000000;
}

/* -------------------------------------------------------------
Generelle klasser
-------------------------------------------------------------*/
.feltdatauthevet
{
	padding-left: 5px;
}

/* -------------------------------------------------------------
Styles for gitte ID'er
-------------------------------------------------------------*/
#Infoside
{
	margin-left: 0;
	padding-right: 0;
	font-size: 12px;
	color: #444444;
	line-height: 15px;
}

.IndentLeft50px
{
	margin-left: 0;
}

#dvPageTitle
{
	background: #000000;
	color: #C62406;
}

.PageTitleTextValue
{
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	padding-left: 32px;
	top: 4px;
}

/* -------------------------------------------------------------
Styles brukt i .skin fila
-------------------------------------------------------------*/
.TxtAntall
{
	text-align: center;
	vertical-align: middle;
	float: left;
}

.produktFeltInput
{
	font-size: 10px;
	background-color: white;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll; /*background-x-position: 0%;*/ /*background-y-position: 0%;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #d0d0d0;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-right: 6px;
}

/**************************************************
NEW STYLES
**************************************************/
/* -------------------------------------------------------------
General Styles
-------------------------------------------------------------*/
a
{
	color: #000000;
	text-align: left;
	padding-left: 0px;
}

a:link
{
	color: #000000;
}

a:active
{
	color: #000000;
}

a:visited
{
	color: #000000;
}

a:hover
{
	color: #9a9a9a;
}

#topSearchContainer .searchBox
{
	width: 130px;
}
#topSearchContainer .searchBoxFirst
{
	width: 130px;
	color: #6699FF;
}
.contentDivWithHeader
{
	border: none;
	text-align: left;
	background-color: #FFFFFF;
}

.contentDivWithHeader td
{
	margin-right: 5px;
	font-size: 10px;
	padding: 0px 5px 5px 0px;
}

.contentDivWithHeader h2
{
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	padding-top: 2px;
	padding-left: 9px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.contentDivWithHeader p
{
	font-size: 12px;
	text-align: center;
}

/* -------------------------------------------------------------
pageGrid
-------------------------------------------------------------*/
.pageHeader h1
{
	color: black;
	font-size: 15px;
	margin: -3px 0 0;
}

#pageContent
{
	width: 990px;
	border-left: 1px solid #788B91;
	border-right: 1px solid #788B91;
	border-bottom: 1px solid #788B91;
}
.pageMainContent
{
	padding: 5px;
}
#pageContainer
{
	width: 990px;
	margin: 0 auto;
}
.pageMainContentContainer
{
	width: 595px;
}
#pageTitle
{
	background-image: none; /* url('/shop/design/images/pageTitleBackground.jpg');*/
	background-color: White; /* #E2E9EB*/ /*border-top: 1px solid #c0c0c0; 	border-left: 1px solid #c0c0c0; 	border-right: 1px solid #c0c0c0;*/
	border-top: 1px solid #788B91;
	border-left: 1px solid #788B91;
	border-right: 1px solid #788B91;
	width: 990px;
}
.pageLeftContent
{
	background: white; /*#E2E9EB;*/
}
/* -------------------------------------------------------------
pageInfo (right column)
-------------------------------------------------------------*/
.pageInfo
{
	width: 170px;
	border-style: none;
	background-color: White; /* #E2E9EB;*/ /*#ECEBDF;*/
}
#infoShoppingCart
{
}

.infoBlockHeader
{
	text-align: left;
	border-bottom: 1px dashed #C0C0C0;
	border-top: 1px dashed #C0C0C0;
	padding: 2px 0 2px 5px;
	margin-bottom: 5px;
}

.infoBlockHeader .text
{
	color: #000000;
}


.infoEmptyCart
{
	padding: 5px 0 0 5px;
	text-align: left;
	font-size: 11px;
}

/* -------------------------------------------------------------
Menustyles
-------------------------------------------------------------*/
#pageMainMenu
{
	height: 33px;
	margin: 10px 0px 0px 0px;
}

.topMenuList ul li
{
	border-right: none;
	height: 34px;
	margin: 4px 0 0 0;
	padding-top: 3px;
	margin-bottom: 0px;
	width: 85px;
	float: left;
}

.topMenuList ul li a
{
	border-right: none;
	display: block;
	height: 35px;
	margin: 0px;
	padding-top: 4px !important;
	margin-bottom: 0px;
	text-align: center;
	width: 85px;
	float: left;
	background-image: url(/shop/design/images/menubutton_off.png);
	background-repeat: no-repeat;
}

.topMenuList ul li a:hover
{
	background-image: url(/shop/design/images/menubutton_hover.png);
	background-repeat: no-repeat;
	color: Black;
}

.topMenuList ul li a.selected
{
	text-decoration: none;
	margin-top: 0;
}

/*
.topMenuList ul li a:selected
{
	background-image: url(/shop/design/images/menubutton_on.png);
	background-repeat: no-repeat;
}
*/

.topMenuList ul li a.selected
{
	background-image: url(/shop/design/images/menubutton_on.png);
	background-repeat: no-repeat;
}
.topMenuList ul li a.unselected
{
	background-image: url(/shop/design/images/menubutton_off.png);
	background-repeat: no-repeat;
}

.topMenuList ul li a.unselected:hover
{
	text-decoration: underline;
	background-image: url(/shop/design/images/menubutton_hover.png);
	background-repeat: no-repeat;
}
#InfosideHeader
{
	/*background-color:#ABC6E1;*/
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 1px;
	border: none;
	height: auto;
	margin-top: 0;
	width: auto;
	border-bottom: 1px solid #788B91;
}
/* -------------------------------------------------------------
CONTENT MENU (left menu)
-------------------------------------------------------------*/
.leftContentMenu
{
	margin-top: -5px;
}
#contentMenuList
{
	padding-top: 0;
}
#contentMenuList li.liselected a.selected
{
	text-decoration: underline;
}
#contentMenuList li.niv1 a
{
	font-size: 15px;
}

#contentMenuList li.niv2
{
	margin-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
}

#contentMenuList li.niv2 a
{
	font-size: 13px;
	font-weight: normal;
}
#contentMenuList li.subItem a
{
	font-size: 12px;
	font-weight: normal;
}

/* -------------------------------------------------------------
List Styles
-------------------------------------------------------------*/
/* -------------------------------------------------------------
PRODUCT DETAILS
-------------------------------------------------------------*/
.productDetailsContainer
{
	border-right: 1px dashed #888888;
}

.productDetailsInfo
{
	position: relative;
	min-height: 260px;
	height: 260px;
	border-right: 1px dashed #888888;
	border-right: none;
}

.productDetailsInfoAttributes
{
	min-height: 150px;
	height: 150px;
}

.productDetailLabel
{
	text-align: left;
	padding-left: 11px;
	padding-bottom: 3px;
}

.productDetailValue
{
	text-align: left;
	padding-bottom: 3px;
}

.productDetailsInfoBuy
{
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px; /*	position: absolute;*/
	margin: 0px;
}

.productDetailsInfoBuyPrice
{
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia;
	float: none;
}

.productDetailsInfoBuyButton
{
	float: none;
	margin: 0px;
}

.productComment
{
	border-top: 1px dashed #888888;
}

.relatedProductsListMainHeader
{
	background: #FFFFFF;
}

.relatedProductsList
{
	font-family: helvetica, "Times New Roman" , Times, serif;
}

/* -------------------------------------------------------------
new customer style (MULTIVIEW COMPONENT)
-------------------------------------------------------------*/
/* -------------------------------------------------------------
ProductLists
-------------------------------------------------------------*/
.pageMainContent table
{
	margin: 0px;
	padding: 0px;
}

.pageMainContent div .HeaderText
{
	margin: 0px;
	padding: 0px;
}

.productListMiniContainer
{
	border: 1px solid #989898;
	border-width: 10px 1px 0 0;
	border-right-style: dotted;
	padding: 0px;
	height: 198px;
	width: 205px;
	overflow: hidden;
}

.productListMiniContainer .header
{
	padding: 8px 3px 3px 3px;
	text-align: left;
	border-bottom: none;
}

.produktMiniTekst
{
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	width: 194px;
}

.produktMiniTekst .pmtLeftCol
{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	border-bottom: 1px solid #b7b6b4;
}

.produktMiniTekst .pmtRightCol
{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 7px;
	border-bottom: 1px solid #b7b6b4;
}

p a img
{
	border: none;
}

#pageMainContent th
{
	text-align: left;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 8px 2px 8px;
}

#ctl00_MasterContentPlaceholder_lbAnbefalteVarerHeader
{
	font-family: helvetica, helvetica, helvetica;
	color: black;
	padding: 0 0 0 10px;
	font-weight: bold;
}

#pageMainContent .pagerStyle
{
	background-color: white;
}

#ctl00_MasterContentPlaceholder_lbAnbefalteVarerHeader
{
	color: black;
	font-size: 11px;
}

#ctl00_MasterContentPlaceholder_lbPris
{
	color: #DD0000;
	margin-left: -22px;
	font-family: helvetica;
}

#ctl00_MasterContentPlaceholder_lbPrisText
{
	font-size: 14px;
	visibility: hidden;
	color: red;
}

/* -------------------------------------------------------------
General Lists
-------------------------------------------------------------*/
div .productComment .tekst p
{
	padding-left: 11px;
	font-size: 12px;
	line-height: 16px;
	color: #222222;
}


div .productDetailsHeader h2
{
	color: black;
	font-family: Helvetica;
	margin: 8px 0 11px 10px;
	font-size: 24px;
	font-weight: normal;
}

.relatedProductsList td
{
	font-size: 11px;
	padding-left: 8px;
}

#ctl00_MasterContentPlaceholder_lbAntall
{
	font-family: helvetica;
	font-size: 12px;
	float: left;
	margin-right: 7px;
}

.productDetailsInfoBuyStatus
{
	padding: 4px 0px 4px 0px;
	float: none;
	margin: 0px;
}

.productDetailsImage
{
}

#productBuyButton
{
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#dvDirectRegistration
{
	margin-top: 10px;
}

#ctl00_MasterContentPlaceholder_btnLeggIKurv
{
	float: left;
	margin-left: 9px;
	padding-bottom: 2px;
}

#ctl00_MasterContentPlaceholder_lblPageTitle
{
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.artikkelTekst
{
	padding: 0px;
}
.frontpageArticles
{
	margin-top: -5px;
	margin-left: -1px;
}
/* -------------------------------------------------------------
News
-------------------------------------------------------------*/
.pnlNewsContainer
{
	margin: 0;
	padding: 0; /*border: 1px solid #C0C0C0;*/
	width: 99%;
}

.artikkelTittel
{
	border-bottom: 1px solid black;
	color: black;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 1px;
}
.nyhetIngress
{
	font-weight: bold;
}
.nyhetTekst
{
	font-weight: normal;
	padding-top: 5px;
}

.newsMiniItem
{
	padding: 1px 0 1px 14px;
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}

.newsHeaderLink
{
	font-size: 14px;
}
.newsHeaderLink a
{
	font-size: 12px;
	background: transparent url(/shop/design/images/spec_pil.gif) no-repeat scroll 0 0;
	padding-left: 10px !important;
	color: #0079C2;
}
.newsHeaderLink a:link
{
	font-size: 12px;
}

.pnlLogin
{
	border: 1px solid #788B91;
	float: none;
	padding: auto;
	margin: auto;
}
.pnlLogin h2
{
	background: none;
	border-bottom: 1px solid #788B91;
}

.fieldSet
{
	font-weight: bold;
}

.pageHeaderLogo
{
	width: 80%;
}

.pageHeaderInfo
{
	width: 20%;
}

.BtSearch
{
	height: auto;
	width: auto;
}