html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

body
{
	margin: 0px;
	font-family: Arial;
	/*font-family:'TexRegular', Arial, sans-serif;*/
	font-size: 11px;
	line-height: 13px;
	background-repeat: repeat;
	background: url(gfx/bakgrunn.jpg);
	color: #77756e;
}
div {position:relative;}
ul, li {	list-style: none; margin: 0px; padding: 0px; }
input { border: 1px solid #e5d6ab; outline: 0; border-radius: 3px;}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px Georgia;
	font-weight: bold;
	/*padding: .5em 2em .55em;*/
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.button2 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px Georgia;
	font-weight: bold;
	border: 1px solid #e5d6ab;
	/*padding: .5em 2em .55em;*/
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/*	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
/*	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
.button2:hover {
	text-decoration: none;
}
.button2:active {
	position: relative;
	top: 1px;
}
.red {
	color: #ffffff;
	border: solid 1px #ac151b;
	background: #ac151b;
	background: -webkit-gradient(linear, left top, left bottom, from(#eb6f60), to(#ac151b));
	background: -moz-linear-gradient(top,  #eb6f60,  #ac151b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6f60', endColorstr='#ac151b');
}
.red:hover {
	background: #ac151b;
	background: -webkit-gradient(linear, left top, left bottom, from(#e69186), to(#dc252c));
	background: -moz-linear-gradient(top,  #e69186,  #dc252c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69186', endColorstr='#dc252c');
}
.red:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eb6f60), to(#ac151b));
	background: -moz-linear-gradient(top,  #eb6f60,  #ac151b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6f60', endColorstr='#ac151b');
}


.white {
	color: #df1a23;
	border: solid 1px #e5d6ab;
	background: #fff;
}
.white:hover {
	background: #ededed;
}
.white:active {
	color: #df1a23;
}
#mainWrapper
{
	width: 982px;
	margin: 0px auto;
	min-height: 600px;
}

#topp
{
	top: 16px;
	height: 155px;
	background-color: #df1a23;
}
#toppImg
{
	position: absolute;
	top: -8px;
}
#logo
{
	position: absolute;
	top: 39px;
	left: 18px;
	height: 64px;
	width: 575px;
}
#logoTekst
{
	position: absolute;
	bottom: 0px;
	color: #ffffff;
	font-weight: bold;
	left: 65px;
}
#toppMeny
{
	position: absolute;
	left: 20px;	
}

#toppMeny h2, #rolleMeny h3
{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin-right: 28px;
	color: #ffffff;
}

#toppMeny a, #rolleMeny a
{
	color: #ffffff;
	text-decoration: none;
}


#toppmeny td a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
}

#rolleMeny
{
	position: absolute;
	left: 804px;
	width: 185px;
}

#rolleMeny h3:hover
{
	background-color: #cd181f;
}
#rolleMeny h3
{
	margin-right: 16px;
	padding: 3px 6px 3px 6px;
}
#sokboks
{
	position: absolute;
	right: 20px;
	top: 58px;
}
#sokboks input
{
	height: 26px;
	background-color: #ffffff;
	border: 0px;
	border-radius: 9px;
	margin: 0px 5px;
	padding: 0px 9px;
	line-height: 26px;
	outline: 0;
	
}
#sokBtn
{
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #d81b23;

}

/* !SOK DROP BOX */
#sokDropBoxWrapper
{
	position: absolute;
	top:95px;
	right: 10px;
	width: 363px;
	z-index: 1000;
	background: url(gfx/sokDropBoxBack.png) left bottom no-repeat;
}
#sokDropBoxContent
{
	background: #ffffff;
	margin: 0px 10px 10px;
	padding: 10px 0px;
	min-height: 123px;
	border-radius: 10px;
	border-top-right-radius: 10px;
}
.sokDropBoxLink
{
	display: block;
	padding: 0px 14px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	border: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
}
.sokDropBoxLink:hover
{
	border-color: #dddddd;
	background-color: #f3f3f3;
	color: #000000;
	text-decoration: none;
}


/*Hovedinnhold*/
#mainContent
{
	background-color: #ffffff;
	border-left: 1px solid #e5d6ab;
	border-right: 1px solid #e5d6ab;
}

#shortcuts
{
	height: 34px;
	background-color: #df1a23;
	top: 4px;
}

#shortcutsMeny td
{
	padding: 0px 14px 0px 14px;
	font-family: Georgia;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #ffe791;
}

#shortcutsMeny a
{
	color: #ffe791;
	text-decoration: none;
}

#meny
{
	float: left;
	left: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	width: 180px;
	background-color: #fff6d7;
	border: 1px solid #e5d6ab;
	border-radius: 9px;
}

#meny ul
{
	margin-top: 15px;
}
#meny li
{
	margin: 4px 0px 4px 15px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#meny li:hover
{
	background-color: #feeeb6;
}
#meny a
{
	color: #df1a22;
	text-decoration: none;
}
.menyAktiv
{
	background-color: #feeeb6;
}

.tags
{
	color: #df1a22;
	text-decoration:underline;
	padding: 0px 2px;
}

#innholdWrapper
{
/*	background-color: aqua;*/
	width: 744px;
	margin-top: 18px;
	margin-left: 218px;
}

#hogreSpalte
{
	width: 184px;
	float: right;
}

#langSelect
{
	background-color: #fff6d7;
	border: 1px solid #e5d6ab;
	border-radius: 9px;
	height: 34px;
}
#langSelect tr
{
	height: 36px;
	vertical-align: middle;
}

.ordreLinje
{
	
}

.ordreLinje h3, .ordreTittel
{
	margin-bottom: 0px;
}
.itemBox
{
	float: left;
	width: 184px;
	height: 220px;
	padding: 1px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 16px;
}

.itemBox:hover
{
	background-color: #e3d4aa; 
	/*border: 1px solid #e3d4aa;*/
}
.itemBox h4
{
	background-color: #ffffff;
	margin-top: 5px;
	
}

.itemBox h4 a, itemBox a
{
	color: #77756e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#itemDetail
{
	text-align: center;
	width:520px;
	font-size: 12px;
	font-weight: bold;

}

#itemDetail h1
{
	font-size: 14px;
	
}
.itemSubHeading
{
	margin-top: 40px;
	color: #df1a23;
	font-family: Georgia;
}

#basket
{
	background-color: #fff6d7;
	border: 1px solid #e5d6ab;
	border-radius: 9px;
	padding: 0px 5px;
	margin-top: 12px;
}
#basket h2
{
	color: #df1a22;
	font-size: 13px;
	font-family: Georgia;
}
.basketInput
{
	height: 16px;
	width: 16px;
	border: 1px solid #e5d6ab;
}

#basket img
{
	border: 1px solid #e5d6ab;
}


#addToBasket
{
	background-color: #fff6d7;
	border: 1px solid #e5d6ab;
	border-radius: 9px;
	color: #df1a22;
	text-align: center;
	padding: 10px 20px 10px 0px;
	width: 520px;
	margin-top: 16px;
}
.astrix
{
	font-size: 24px;
	vertical-align: inherit;
}
.astrix2
{
	font-size: 24px;
	vertical-align: middle;
}
#frmAntall
{
	font-weight: bold;
	color: #df1a22;
	width: 10px;
}

#bottom
{
	height: 80px;
	background-color: #df1a23;
}

#bunnImg
{
	position: absolute;
	bottom: -8px;
}
.bunntekst
{
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	padding: 25px 20px;
	/*margin: 10px 20px;*/
}
#overlegg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	z-index: 11;
}
#popHolder
{
	position: absolute;
	width: 1200px;
	margin-left: -600px;
	left: 50%;
	top: 100px;
	background: #ffffff;
	z-index: 13;
	padding: 10px;
}

.clearer
{
	position: relative;
	clear: both;
	line-height: 0px;
	height: 0px;
}