@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #B0B0B0;
	background-image: url(../images/bg-whitebox.gif);
	background-position: center;
	background-repeat: repeat-y;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #333;
}

a{
	color: #333;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 6px;
	color: #333;
	font-weight: normal;
}
h2{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #333;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 12px;
}
h2.order a{
	color: #AE121D;
	text-decoration: none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
h3.contactHeader{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	margin-bottom: 8px;
	float: left;
}

h4{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666;
	line-height: 22px;
	margin-bottom: 12px;
	font-weight: normal;
}
h4 a{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	line-height: 22px;
	margin-bottom: 12px;
	text-decoration: none;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 11px;
}
p em{
	font-style: italic;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
}
ul{
	list-style-type: disc;
	margin-bottom: 10px;
}
li{
	list-style-position: outside;
	margin-left: 15px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#outerWrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 100%;
	text-align: center;
}
#siteContainer{
	margin: 0 auto;
	padding: 0;
	width: 940px;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
#topContainer{
	float: left;
	width: 940px;
}
#logoContainer{
	float: left;
	width: 94px;
	margin-left: 20px;
}
#menuContainer{
	float: left;
	width: 440px;
	margin-left: 110px;
	margin-top: 54px;
}
#menuContainer ul{
	list-style-type: none;
}
#menuContainer li{
	float: left;	
}
#menuContainer li a{
	float: left;
	margin-right: 12px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#menuContainer li a.selected{
	color: #AE121D;		
}
#topRightIllustration{
	float: right;
	width: 218px;
	height: 31px;
	margin-top: 40px;
	margin-right: 30px;
}
#topLine{
	float: left;
	width: 940px;
	height: 6px;
	margin-bottom: 10px;
	background-image: url(../images/horizontal-line.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#contentSplitContainer{
	float: left;
	width: 940px;
}
#contentSplitLeftContainer{
	float: left;
	width: 200px;
}
#contentSplitRightContainer{
	float: left;
	width: 700px;
	margin-left: 40px;	
}
#contactInfoArea{
	float: left;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
}
#illustrationLeftBar{
	float: left;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
#buttonsLeftBar{
	float: left;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCC;
}
.button{
	float: left; 
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
#creditBoxLeftBar{
	float: left;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
}
#contentSplitRightLeftContainer{
	float: left;
	width: 420px;
	margin-top: 10px;
}
#contentSplitRightRightContainer{
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-left: 45px;
}
#mainContentContainer{
	float: left;
	width: 420px;
	margin-top: 2px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	line-height: 150%;
}
#orderHighlightContainer{
	float: left;
	width: 420px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
.articleImageContainer{
	float: left;
	width: 420px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.rightBarListContainer{
	float: left;
	width: 220px;
	margin-top: 2px;
	color: #666;
	margin-bottom: 20px;
}
#frontArticleContainer{
	float: left;
	width: 420px;
	margin-top: 15px;
}
.articleListItemContainer{
	float: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.articleListItemWideContainer{
	float: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.articleListItemWideImageContainer{
	float: left;
	width: 180px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
}
.articleListItemWideTextContainer{
	float: left;
	width: 220px;
}
.articleListItemExpandingContainer{
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.articleListItemExpandingHeader{
	float: left;
	width: 220px;	
	text-transform: uppercase;
	text-decoration: underline;
}
/* Skjemastiler */
.formArea{
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.formAreaHeader{
	float: left;
	width: 450px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.formAreaContent{
	float: left;	
	width: 450px;
}
#formVariantContent{
	
}
#formHotContent{
	
}
.formLine{
	width: 450px;
	float: left;
	margin-bottom: 5px;
}
.formLeft{
	width: 150px;
	float: left;
	font-size: 11px;
}
.formRight{
	float: left;
	width: 300px;
}
.formRight input{
	font-size: 11px;
	border: 1px solid #333;
}
.formLineArea{
	width: 450px;
	float: left;
	font-size: 11px;
	margin-bottom: 5px;
}
.formLeftArea{
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formRightArea{
	float: left;
	width: 300px;
}
.formRightArea textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333;
}
.formLeftRadio{
	width: 21px;
	float: left;
}
.formLeftRadio input{
	padding: 0;
	margin: 0;
}
.formRightRadio{
	float: left;
	width: 429px;
	font-size: 11px;
}
.formLineCheck{
	margin: 0;
	padding: 0;
	width: 225px;
	float: left;
	margin-bottom: 0px;
}
.formLineCheckHeader{
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-bottom: 3px;
}
.formLineCheckHeader h5{
	margin: 0;
	padding: 0;
}
.formLeftCheck{
	width: 21px;
	float: left;
}
.formLeftCheck input{
	padding: 0;
	margin: 0;
}
.formRightCheck{
	float: left;
	width: 199px;
	font-size: 11px;
}
.formSpacer{
	float: left;
	width: 450px;
	height: 25px;
}
.buttonContainer{
	float: left;
	width: 425px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 25px;
	text-align: right;
}
#checkVariant{
	float: left;
	width: 150px;
	margin-left: 15px;
}
#expandVariant{
	display: none;
	position: absolute;
	left: 404px;
	top: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#checkHot{
	float: left;
	width: 150px;
	margin-left: 15px;
	padding-top: 3px;
}
#expandHot{
	display: none;
	position: absolute;
	left: 404px;
	top: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#checkTapas{
	float: left;
	width: 150px;
	margin-left: 15px;
	padding-top: 3px;
}
#expandTapas{
	display: none;
	position: absolute;
	left: 404px;
	top: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#confirmation{
	float: left;
	width: 420px;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px dashed #CCC;
}
#formHotContent{
	display: none;
}
#formTapasContent{
	display: none;
}
#formContactContent{
	display: none;
}
#hotInformation{
	display: none;
}
#tapasInformation{
	display: none;
}
#contactInformation{
	display: none;
}
#confirmRequest{
	display: none;
}