@charset "utf-8";

/* CSS Document */ /*html {  }      */
body {
	padding: 0px;
	margin: 0px;
	/*text-align: center;*/
	background: #dbdbdb;
	color: #606668;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	/*font-size:0.75em;*/
	font-size: 77%;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
}

ul,form,p,div,img,li,table,td,th {
	padding: 0px;
	margin: 0px;
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: 0px solid #ebf0f4;
}

#fullView {

}

/* stiler for grid og layout*/
#printWrapper {
	width: 100%;
	text-align: left;
	margin: auto;
	height: 100%;
	/*background: url(../images/wrapper_background.gif) left repeat-y;*/
	border-bottom: 2px solid #fe000b;
	background-color: #ffffff;
}

#printWrapper table tr td ul li{
	padding-left: 15px;
	list-style:disc inside;
}

#printWrapper a{
	color:#606668;
	text-decoration: underline;
}

#printWrapper a:hover{
	color:#ff0000;
	text-decoration: underline;
}
#wrapper {
	width: 980px;
	text-align: center;
	margin: auto;
	height: 100%;
	background: url(../images/wrapper_background.gif) left repeat-y;
	border-bottom: 2px solid #fe000b;
	background-color: #ffffff;
}

#border {
	background: url(../images/body_background.gif) right repeat-y;
	height: 100%;
	margin-left: 7px;
	margin-right: 0px;
}

#bannerTop {
	height: 84px;
	vertical-align: top;
}

#mainBanner {
	width: 100%;
	float: left;
	margin-left: 0px;
	height: 84px;
	text-align: left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.logo {
	padding: 8px 0 10px 20px;
	float: left;
	border: none;
}

#finnStorcash {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	width: 40%;
	position: relative;
}

#finnStorcash .text {
	float: left;
	width: 50%;
	margin-right: 10px;
	padding-top: 7px;
}

#finnStorcash .text h1 {
	font-size: 1.7em;
	color: white;
	font-weight: bold;
	margin-bottom: 3px;
}

#finnStorcash .text p {
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

.velgButikk {
	padding-top: 30px;
}

#mainMenu {
	margin-right: 0px;
	padding-bottom: 20px;
	background: url(../images/meny_background.gif) repeat-x;
	height: 33px;
	float: left;
	padding-bottom: 20px;
	width: 99%;
}

#mainMenu ul { /*width:100%;		*/ /*float:left;*/
	list-style-type: none;
	padding: 5px 0 5px 20px;
}

#mainMenu li {
	display: inline;
	margin-right: 20px;
	font-size: 0.9em;
	padding-bottom: 0px;
}

#mainMenu li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	text-decoration: none;
	padding-top: 1px;
}

#mainMenu li a:hover {
	color: #ffffff;
	float: left;
	padding: 0 0 5px 0;
	margin-right: 20px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ff000b;
}

#mainMenu li a.selected {
	color: #ffffff;
	float: left;
	padding: 0 0 5px 0;
	margin-right: 20px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ff000b;
}

/* stiler for søk  i hovedmenyen */
.search {
	float: right;
	width: 200px;
	position: relative;
	margin-right: 0px;
}

#content {
	width: 38%;
	/* margin-left: 2%; */
	padding-left: 2%;
	text-align: left;
	float: left;
	display: inline;
	height: 100%;
	padding-right: 2%;
}

#content_seksjon {
	width: 51%;
	margin-left: 0%;
	text-align: left;
	float: left;
	display: inline;
	height: 100%;
	padding-right: 2%;
	background-color: #ffffff;
}

#content_3kolonner {
	width: 76%;
	margin-left: 0%;
	text-align: left;
	float: left;
	display: inline;
	height: 100%;
	padding-right: 2%;
	background-color: #ffffff;
}


#content_3kolonner table tr td a{
	color:#606668;
	text-decoration: underline;
}
#content_3kolonner table tr td a:hover{
	color:#ff0000;
	text-decoration: underline;
}


#content_3kolonner p a{
	color:#ff0000;
	text-decoration: none;
}

#content_3kolonner p a:hover{
	color:#ff0000;
	text-decoration: underline;
}

.kolonne {
	width: 27%;
	float: left;
	background: url(../images/vertikal_divider.gif) repeat-y top right;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.kolonne .kolonne_blokk,.kolonne_kontakt .kolonne_blokk {
	padding-bottom: 20px;

}




.kolonne .kolonne_blokk ul {
	list-style-type: none;
}

.kolonne .kolonne_blokk li {
	margin: 0px;
	padding: 0px 20px 5px 0px;
}

.kolonne .kolonne_blokk p, .kolonne_kontakt p {
	margin-bottom: 10px;
	padding: 0px;
}

.kolonne_kontakt {
	width: 27%;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


/*Linkesiden*/
#content_3kolonner .kolonne .kolonne_blokk h2{
	color: #ff0000;
	font-weight:bold;
}

#content_3kolonner .kolonne .kolonne_blokk UL LI a{
	color: #606668;
	text-decoration: none;

}
#content_3kolonner .kolonne .kolonne_blokk UL LI a:hover{
	color: #ff0000;
	text-decoration: underline;

}

/*Kontakt siden*/
#content_3kolonner .kolonne_kontakt .kolonne_blokk h1 a{
	color: #FF0000;
	text-decoration: none;
}
#content_3kolonner .kolonne_kontakt .kolonne_blokk h1 a:hover
	{
	color: #FF0000;
	text-decoration: none;
}
#content_3kolonner .kolonne_kontakt kolonne_blokk a, .kolonne_blokk a:visited {
	color: #606668;
	text-decoration: underline;
}
#content_3kolonner .kolonne_kontakt .kolonne_blokk a:hover, .kolonne_blokk a:visited:hover {
	color: #ff0000;
	text-decoration: underline;
}


#leftContent {
	width: 17%;
	float: left;
	display: inline;
	text-align: left;
	margin-right: 2%;
	margin-left: 0px;
	padding-left: 1%;
	padding-right: 5px;
	height: 100%;
	background-color: #ffffff;
}

#leftContent ul {
	list-style-type: none;
	background: url(../images/horisontal_divider.gif) repeat-x left top;
	padding-top: 2px;
	height: 100%;
}

#leftContent ul li {
	background: url(../images/horisontal_divider.gif) repeat-x center bottom;
	padding: 0px;
	margin: 0px;
}

#leftContent ul li a {
	padding: 2px 0 2px 0;
	color: #606668;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin: 0px;
	height: 100%;
}

#leftContent ul li a:hover {
	padding: 2px 0 2px 0;
	color: #FF0006;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 100%;
}

#leftContent ul li a.selected {
	padding: 2px 0 2px 0;
	color: #FF0006;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	height: 100%;
}

/* Gir grå-2px border i topp og bunn på venstremeny. */
#leftContent .menuBorder {
	border-top: 2px solid #7f7f7f;
	border-bottom: 2px solid #7f7f7f;
	padding: 1px 0px 2px 0px;
	margin: 0px;
	height: 100%;
}

#rightContent {
	width: 50%;
	float: left;
	display: inline;
	text-align: left;
	margin-right: 1%;
	margin-left: 0px;
	padding-left: 4%;
	height: 100%;
	/*background-color:#ffeeff;*/
}

#rightContent_seksjon {
	width: 22%;
	float: left;
	display: inline;
	text-align: left;
	margin-right: 3%;
	padding-left: 0%;
	height: 100%;
	background-color: #eeeeee;
	background: url(../images/vert_stiplet_border.gif) repeat-y right bottom;
	padding-right: 0%;
	margin-left: 10px;
}

#rightContent_seksjon ul {
	list-style-type: none;
	padding-top: 2px;
	height: 100%;
	/*background-color:#eeeeee;*/
}

#rightContent_seksjon ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#rightContent_seksjon .leftBorder .topBorder ul li a {
	padding: 2px 5px 2px 0;
	color: #606668;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	margin: 0px;
	height: 100%;
}

#rightContent_seksjon .leftBorder .topBorder ul li a:hover {
	padding: 2px 5px 2px 0;
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	height: 100%;
	display: block;
}

#rightContent_seksjon ul li a.selected {
	padding: 2px 5px 2px 0;
	color: #606668;
	text-decoration: underline;
	display: block;
	font-weight: bold;
	margin: 0px;
	height: 100%;
}

/*leftBorder, topBorder, bottomBorder gir stiplet border med bakgrunnsbilde på innhold i høyre kolonne - rightContent_seksjon osv.*/
.leftBorder {
	background: url(../images/vert_stiplet_border.gif) repeat-y left bottom;
	height: 100%;
	margin-right: 1px;
	background-color: #eeeeee;
}

.topBorder {
	background: url(../images/horisontal_divider.gif) repeat-x top left;
	display: block;
}

.bottomBorder {
	height: 1px;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(../images/hor_stiplet_border.gif) right bottom repeat-x;
}

#rightContent_butikk {
	width: 331px;
	float: left;
	display: inline;
	text-align: left;
	margin-right: 1%;
	margin-left: 0px;
	padding-left: 2%;
	height: 100%;
	/*background-color:#ffeeff;*/
}

#content_butikk {
	width: 57%;
	/* margin-left: 2%; */
	padding-left:2%;
	text-align: left;
	float: left;
	display: inline;
	height: 100%;
	padding-right: 2%;
	background: url(../loveit_img/page_divider.gif) right top no-repeat;
}

.bottom {
	margin: 20px 0px 3px 0;
	width: 99%;
	float: left;
	height: 2px;
	background: url(../images/horisontal_divider.gif) left bottom repeat-x;
}

.borderbottom {
	background: url(../images/vertikal_divider.gif) repeat-y right;
	height: 100%;
	padding-right: 2px;
	width: 90%;
	margin: 10px 0 10px 0;
}

.borderright {
	background: url(../images/horisontal_divider.gif) repeat-x bottom;
	padding-bottom: 2px;
	height: 100%;
}
