* {
    padding: 0;
    margin: 0;
}

html, body { height: 100%; min-height: 100%; margin: 0; padding: 0; }

img {
    border: none;
}

.niceform {
	width: 350px;
}

.niceform p {
	vertical-align: middle;
	text-align: right;
}

.niceform label {
	color: #313131;
	font-size: 11px;
	float: left;
	margin-top: 8px;
}

.niceform input[type=text], .niceform input[type=password] {
	font-size: 15px;
	width: 220px;
	height: 20px;
	padding: 5px 10px;
}

a {
    text-decoration: none;
	color: #ff9600;
}

h2 {
	font-style: italic;
	font-size: 26px;
	font-family: helvetica;
	font-weight: normal;
	color: #d0751c;
}

.navlink {
	font-size: 18px;
}

a:hover {
	color: #bf5500;
}

body {
    background: black url(/images/bg.jpg) no-repeat scroll center top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    
}

ul {
    list-style-type: none;
}

#container {
    width: 960px;
    padding-top: 40px;
    margin: 0px auto;
    padding-bottom: 160px;
}

#header {
    height: 90px;
}

#header img {
    float: left;
    display: block;
}

#header ul {
    width: 428px;
    padding-top: 10px;
    height: 38px;
    margin: 0px 0 0 532px;
}

#header ul.news-active { background-position: 0px 74px; } 

#header ul.shop-active { background-position: 0px 37px;}

#header ul li {
    float: left;
}

#header ul li a {
    display: block;
    text-indent: -1000px;
    outline: none;
    overflow: hidden;
    height: 38px;
    background-repeat: no-repeat;
    background-color: transparent;
}

#header ul li.c1 a { 
    width: 113px; 
    background-image: url(/images/m_utforska.png);
}
#header ul li.c2 a { 
    width: 94px; 
    background-image: url(/images/m_nyheter.png);
}
#header ul li.c3 a { 
    width: 116px; 
    background-image: url(/images/m_biljetter.png);
}
#header ul li.c4 a { 
    width: 105px; 
    background-image: url(/images/m_loggain.png);
}

#header ul li a:hover { background-position: 0px -38px;}

#header ul li.active a { background-position: 0px -76px;}

#header ul li.c4 a.mypage {
    background-image: url(/images/m_jag.png);
}

ul#mainnav {
    height: 37px;
    background: transparent url(/images/subnavunactive.png) no-repeat scroll top center;
    font-size: 12px;
}

ul#mainnav li { 
    float: left; 
    width: 192px;
    /*
    background: transparent url(/images/subnavsplit.png) no-repeat scroll top right;
    */
    padding: 0px 0px;
    text-align: center;
    line-height: 37px;
}

ul#mainnav li.mn1 { background-position: top left; }
ul#mainnav li.mn2 , ul#mainnav li.mn3, ul#mainnav li.mn4 { background-position: top center; }
ul#mainnav li.mn5 { background-position: top right; } 

ul#mainnav li.active { background-image: url(/images/subnavactive.png); }
ul#mainnav li.active a { color: black; font-weight: bold;}

ul#mainnav li a {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    padding: 10px 30px;
}

#main-top {
    background: transparent url(/images/topcorners.png) no-repeat scroll top left;
    height: 27px;
}

#main {
    background: transparent url(/images/mainsectionbottom.png) no-repeat scroll bottom center;
    padding-bottom: 20px;    
}

#main #content {
    background: white;
    position: relative;
    padding: 0px 20px 0px 20px;
}

#main #content:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

#main #content.static {
	padding-top: 30px;
}

#browser {
    /*
    Specified in browser-nav.css
    */
}

#event-viewer {
    /*
    Specified in event-viewer.css
    */
}

#megacontainer {
    position: relative;
    min-height: 100%;
}

#footer {
    position:absolute;
    bottom:0;
    width: 100%;
    height: 110px;
    padding-top: 30px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(/images/footerbg.jpg);
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer div { width: 960px; margin: 0 auto; }

#footer div ul {
    margin-left: 560px;
    height: 14px;
    width: 400px;
    padding-top: 13px;
    display: block;
}
#footer div ul:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

#footer div ul li { 
    float: left; 
    height: 13px;
    border-left: 1px white solid;
    line-height: 12px;
    padding: 0 10px;
}

#footer div ul li.first { border-left: none; }

#footer div ul li a { 
    font-size: 12px;
}

#footer div img {
    float: left;
}


#footer div p.copyright {
    font-size: 12px;
    margin-top: 35px;
    text-align: center;
    color: white;
}

.box.nonjs, .box.register {
	color: #555;
}

.box.nonjs {
	width: 500px; float: right; border-left: 1px dotted gray;
}

.box.popup {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    background: transparent url(/images/transparentbg.png);
    height: 100%;
}

.box.popup form {
    width: 514px;
    position: relative;
    margin: 120px auto;
}

.box a.close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 31px;
    height: 31px;
    outline: none;
    text-indent: -1000px;
    overflow: hidden;
    background: transparent url(/images/close.png) no-repeat scroll 0px 0px;
}

.box div.top {
    background: transparent url(/images/loginoverlaytop.png) no-repeat scroll top left;
    height: 21px;
}

.box div.main {
    background: white;
    padding: 10px 22px 20px;
}

.box.nonjs div.main {
	padding: 0 20px 0;
}

.box.register div.main {
	padding: 0;
}

.box div.main fieldset {
    background: transparent url(/images/loggainbg.png) no-repeat scroll top left;
    width: 279px;
    border: none;
    height: 113px;
    padding: 20px 0 0 10px;
	margin-right: 10px;
    float: left;
}

.box div.main h2 {
    color: #6c6c6c;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 10px 1px;
}

.box div.main p {
    margin: 0;
}

.box.register div.main p  {
	margin-bottom: 10px;
}

.box div.main fieldset input {
    float: left;
    width: 210px;
    height: 25px;
    padding: 0;
    font-size: 14px;
    margin: 0 0 10px 5px;
    color: #1a1a1a;
    padding: 7px 0 0 10px;
    border: none;
    background: transparent url(/images/input-small.png) no-repeat scroll 0px 0px;
}

.box div.main fieldset a {
    margin: 40px 0 0 -8px;
    display: block;
    padding: 0;
    width: 125px;
    color: #262626;
    font-size: 11px;
}

.box div.main fieldset a:hover {
    text-decoration: underline;
}

.box div.main fieldset button.login-button {
    background: transparent url(/images/loggain.png) no-repeat scroll 0px 0px;
    border: 0;
    text-indent: -1000px;
    overflow: hidden;
    width: 148px;
	height: 37px;
    float: right;
	margin-top: -25px;
}

.box.nonjs #controls a {
	margin-top: 45px;
	position: relative;
}

.box div.main fieldset label {
    width: 23px;
    height: 32px;
    display: block;
    margin: 0 0 10px 235px;
    text-indent: -1000px;
    overflow: hidden;
    background: transparent none no-repeat scroll center center;
}

.box div.main fieldset label.username {
    background-image: url(/images/user.png);
}
.box div.main fieldset label.password {
    background-image: url(/images/password.png);    
}

.box div.bottom {
    background: transparent url(/images/loginoverlaybottom.png) no-repeat scroll top left;
    height: 21px;
}

.box.nonjs div.bottom {
	background: none;
}

#registerbox {
	margin-top: 40px;
}

#usercontrols {
	display: block;
	float: right;
	height: 15px;
	opacity: 0.5;
	color: #daa531;
	background: #000;
	padding: 5px 10px;
	font-size: 11px;
	margin-top: -50px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#usercontrols span {
	margin: 0 5px;
}

#usercontrols a {
	color: white;
}

.kbBg {
    width: 100%;
    background: transparent url(/images/transparentbg.png);
	z-index: 100;
	position: absolute;
	top: 0px;
	text-align: center;
	left: 0px;
}

.kbOverlayImg {
    background: white;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 20px 20px 10px;
	display: inline-block;
	max-width: 700px;
	margin: 50px auto;
	position: relative;
}

.kbOverlayImg a {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #2f2f2f;
}

.kbOverlayImg a:hover { color: #FF9600; }

.kbOverlayImg a.close {
    display: block;
    position: absolute;
    margin: 0;
    right: -10px;
    top: -10px;
    width: 31px;
    height: 31px;
    background: transparent url(/images/close.png) no-repeat scroll top left;
    text-indent: -1000px;
    overflow: hidden;
    
}

#btn_betala, a.up, a.down {
	cursor: pointer;
}

#content div.store-product p {
	color: #000;
	text-indent: 0;
	width: 120px;
}

#tomvarukorg {
	position: absolute;
	left: 300px;
	top: 25px;
}

div.calendar {
    float: left;
    position: relative;
}

div.calendar h3 {
    text-align: center;
    font-size: 13px;
}

div.calendar div.event {
    position: absolute;
    left: 0;
    background: #efefef;
    border: 1px solid #adadad;
    overflow: hidden;
    z-index: 2;
}

div.calendar div.event p {
    padding: 3px 5px;
    margin: 0;
}

div.calendar div.event p em {
    font-size: 10px;
}

div#searchwrapper {
    position: relative;
}

div.divider {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    margin-left: -20px;
    height: 40px;
    line-height: 40px;
    left: 0;
    border-top: 1px solid #adadad;
    color: #adadad;
    font-weight: bold;
    font-size: 16px;
}

p#daylinks {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

p#daylinks a {
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
}