/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}


/* LAYOUT */
HTML {
	background: white;
}
BODY {
	font: .875em georgia, serif;
	color: #3c3c3c;
}
#page {
	width: 67.1428em;
	min-width: 940px;
	position: relative;
	overflow: hidden;
	top: -60px;
	margin: 0 0 -60px 0;
}
#content {
	width: 880px;
	padding: 80px 15px 0 45px;
	margin-top: 0;
	overflow: hidden;
	background: url(../img/bg_content.png) no-repeat right top;
}
.has-submenu #page {
	background: url(../img/gradient_grey_white_horizontal.png) no-repeat 231px 60px;
}
.has-submenu #content {
	background-image: url(../img/bg_content_submenu.png);
}
.has-submenu #page.my-pages {
	background: none;
}
.has-submenu #page.my-pages #content {
	background: url(../img/bg_content.png) no-repeat right top;
}
.has-submenu #main {
	float: left;
	width: 655px;
	margin: 0 0 0 45px;
}
.has-submenu .my-pages #main {
	padding: 40px 0 50px 50px;
	width: 605px;
}


/* GENERAL */
A {
	color: #0084ff;
	text-decoration: none;
}
A:hover {
	color: white;
	background: #0084ff;
	text-decoration: none;
}
A:visited {
	color: #990066;
}
A:visited:hover {
	color: white;
	background: #990066;
}
H1 {
	font-size: 2.57em;
	line-height: 1.1;
	margin: 0 0 15px 0;
}
H2 {
	/*font-family: tahoma, verdana, sans-serif;
	font-size: 1.8em;*/
	font-family: georgia,serif;
	/*font-size: 1.5714em;*/
	font-size: 1.7857em;
	line-height: 1.1;
	margin: 0 0 5px 0;
}
H3 {
	font-weight: bold;
	margin: 0 0 3px 0;
}
H4 {
	font-style: italic;
	margin: 0 0 5px 0;
	line-height: 1.1;
}
P {
	line-height: 1.4;
}
EM {
	font-style: italic;
}
STRONG EM,
EM STRONG {
	font-weight: bold;
	font-style: italic;
}
STRONG {
	font-weight: bold;
}
TABLE {
	width: 100%;
	margin: 0 0 30px 0;
	font: .857em/1.0 verdana, sans-serif;
}
TH {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	text-align: right;
	background: #3c3c3c;
	color: white;
}
TH.sub-header {
	background: white;
	color: black;
	font-weight: bold;
	border-top: 15px solid white;
}
TH.nr {
	text-align: left;
}
TH A {
	color: white !important;
	font-weight: normal;
	text-decoration: none;
}
TH A:hover {
	color: white;
	text-decoration: underline;
	background: none !important;
}
TD {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	text-align: right;
	background: #eee;
}
TD IMG {
	display: block;
}
TR.odd TD {
	background: white;
}
.list TD A {
	text-decoration: none;
	color: #3c3c3c;
}
TD.nr {
	text-align: left;
}
TD.nr A {
	color: #0084ff;
}
TD A:hover {
	color: white;
}
LI {
	margin-bottom: 2px;
}
INPUT,
TEXTAREA {
	padding: 3px;
}
.lead {
	margin: -10px 0 15px 0;
	font-size: 1.23em;
	line-height: 1.3;
	padding: 0 150px 0 0;
}
.skip {
	position: absolute;
	top: 0;
	left: -9999px;
}
.more {
	font-style: italic;
}
.active {
	color: #ff0099;
}
.date {
	color: #848484;
}
.print {
	display: none;
}
.javascript .print {
	display: block;
}
.hidden {
	display: none !important;
}
.label,
.ps {
	color: #848484;
}
.vcard {
	line-height: 1.4;
}
UL.bulleted {
	padding-left: 1.1em;
}
UL.bulleted LI {
	list-style-type: square;
}
.display {
	display: block !important;
}
.only-with-javascript {
	display: none;
}
.javascript .only-with-javascript {
	display: block;
}
.javascript SPAN.only-with-javascript {
	display: inline;
}
.hilight {
	background: #fbf5be;
	padding: 5px;	
}
.checkbox,
.submit {
	width: auto !important;
	margin-right: 10px;
}
.checkbox {
	float: left;
}
INPUT.error,
TEXTAREA.error {
	background: #fbf5be;
}
H2 .ps {
	font-size: 13px;
}
H1 .ps {
	font-size: 13px;
}
A.download,
.search-results LI A.download {
	padding-left: 20px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	background: url(../img/bullet_download.gif) 0px 2px no-repeat;
}
A.download:hover,
.search-results LI A.download:hover {
	text-decoration: underline;
	color: #0084ff;
}
A.download SPAN {
	color: #999;
	white-space: nowrap;
	font-weight: normal !important;
}
A.download:hover SPAN {
	color: #0084ff;
}
UL A.download {
	padding-left: 0;
	display: inline;
	background: none;
}


/* FORM BOX */
.form-box {
	padding: 20px 0 0 0;
}
.corner-shadow .form-box {
	padding-right: 20px; 
}
.column-shadow .form-box {
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}
.column-shadow .small-form-box {
    background-color: transparent;
    background-image: url(../img/box_rounded_blue_w560.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left bottom;
    padding:0 5px 5px 15px;
}
.column-shadow .small-form-box h2 {
	background-image: url(../img/box_rounded_blue_w560.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
.column-shadow .slider-box, .column-shadow .alert-box {
	width: 530px;
}
.column-shadow .slider-box, .column-shadow .alert-box {
	width: 530px;
}
.column-shadow .slider-box .alert-box {
	width: auto;
}
.form-box H1 {
	margin: 0 0 15px 0;	
}
.form-box H2 {
	margin: 0 0 5px 0;
}
.form-box H2 + FIELDSET {
	margin-top: 12px;
}
.form-box H3 {
	margin: 0 0 2px 0;
}
.form-box H3 + FIELDSET {
	margin-top: 3px;
}
.form-box FIELDSET H3 {
	margin-bottom: 5px;
}
.form-box H4 {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.form-box P {
	margin: 0 0 20px 0;
}
.form-box FIELDSET P,
.small-form-box P  {
	margin-top: 0px;
}
.form-box .teaser-box P {
	margin-bottom: 0;
}
.form-box FIELDSET {
	font: .857em/1.2 verdana, sans-serif;
	border-top: 0;
	margin-bottom: 25px;
}
.form-box FIELDSET.group {
	margin-bottom: 15px;
	padding: 15px 15px 5px 15px;
	background: #e0f1f7;
	overflow: hidden;
	position: relative;
}
.form-box FIELDSET.last {
	margin: 0;
}
.form-box FIELDSET.submit INPUT {
	float: left;
}
.form-box FIELDSET.submit SPAN {
	margin-top: 8px; 
	display: block; 
	float: left;
}
.form-box LABEL {
	clear: both;
	display: block;
	margin: 0 0 2px 0;
	line-height: 1.3;
}
.form-box .label {
	display: block;
}
.form-box P .label {
	display: inline;
}
.form-box INPUT,
.form-box TEXTAREA,
.form-box SELECT {
	margin-bottom: 10px;
	width: 230px;
}
.form-box FIELDSET INPUT.indented,
.form-box FIELDSET SELECT.indented {
	margin-left: 20px;
}
.form-box INPUT.large,
.form-box TEXTAREA.large,
.form-box SELECT.large {
	width: 507px;
}
.form-box INPUT.small,
.form-box TEXTAREA.small {
	width: 80px;
}
.form-box SELECT.small {
	width: auto;
}
.date-input {
	width: auto !important;
}
.form-box DIV.l,
.form-box DIV.r {
	width: 250px;
	float: left;
	overflow: hidden;
}
.form-box DIV.r {
	margin-right: 0;
}
.form-box DIV.l {
	margin-right: 28px;
}
.form-box DIV.l LABEL,
.form-box DIV.r LABEL {
	clear: none;
}
DIV.row {
	overflow: hidden;
}
.form-box DIV.l DIV.l,
.form-box DIV.l DIV.r,
.form-box DIV.r DIV.l,
.form-box DIV.r DIV.r {
	width: 80px;
	float: left;
	margin-right: 20px;
}
.form-box DIV DIV.zip {
	width: 60px;
	float: left;
	margin-right: 30px;
}
.form-box DIV DIV.streetNo {
	width: 60px;
	float: left;
	margin-left: 30px;
}
.form-box .zip INPUT,
.form-box #security-code,
.form-box .streetNo INPUT {
	width: 50px !important;
}
.form-box SPAN.ps {
	clear: both;
	float: none;
	display: block;
	font-size: 11px;
	color: #666;
}
.form-box .city {
	width: 150px;
	float: left;
}
.form-box .city INPUT {
	width: 140px;
}
.form-box .street {
	width: 150px;
	float: left;
}
.form-box .street INPUT {
	width: 140px;
}
.form-box .street INPUT {
	width: 140px;
}
.form-box HR {
	clear: both;
	color: #c5e4ef;
	background-color: #c5e4ef;
	height: 1px;
	border: 0;
	margin: 4px 0 13px 0;
}
.form-box P.optional {
	margin-bottom: 10px;
}
.form-box .date-group {
	overflow: hidden;
}
.form-box .date-group INPUT {
	width: 100px !important;
	float: left;
	margin-right: 5px;
}
.form-box .date-group SPAN {
	padding-bottom: 20px;
	display: block;
	float: left;
	margin: 8px 5px 0 0;
}
.form-box .checkbox-group {
	margin-bottom: 8px !important;
}
.form-box .checkbox-group DIV {
	overflow: hidden;
}
.form-box .checkbox-group LABEL {
	margin: 0 0 10px 0;
	padding-left: 20px;
}
.form-box .checkbox-group INPUT {
	margin: 0;
}
.form-box .checkbox-group SPAN {
	font-weight: bold;
	display: block;
	margin: 5px 0 5px 0;
}
.form-box .radio-group {
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}
.form-box .radio-group LABEL,
.form-box .checkbox-group LABEL {
	clear: none;
	padding: 2px 0 2px 20px;
}
.form-box .radio-group INPUT,
.form-box .checkbox-group INPUT  {
	margin: 2px 0 2px 0;
	clear: left;
}
.form-box .radio-group-compact INPUT {
	float: left;
	clear: none !important;
}
.form-box .radio-group-compact LABEL {
	float: left;
	padding: 2px 20px 2px 5px;
	clear: none !important;
}
.form-box .radio-group SPAN {
	font-weight: bold;
	display: block;
	margin: 5px 0 5px 0;
}
.small-form-box {
	margin: 0 0 20px 0;
	padding: 0 15px 15px 15px;
	background: url(../img/box_rounded_blue_w205.gif) no-repeat left bottom;
}
.small-form-box H2 {
	font-size: 1.4286em;
	padding: 12px 15px 0 15px;
	margin: 0 -15px 2px -15px;
	background-image: url(../img/box_rounded_blue_w205.gif);
}
.small-form-box P {
	font: .857em/1.4 verdana, sans-serif;
}
.small-form-box .alert-box {
	background: none;
	border: 2px solid #c4dffe;
}
.small-form-box .alert-box H2 {
	background: none !important;
}
.search-results .small-form-box H2 {
	background-image: url(../img/box_rounded_blue_w580.gif);
}
.search-results .small-form-box {
	background: url(../img/box_rounded_blue_w580.gif) no-repeat left bottom;
}
.columns-2-1 .column1 .small-form-box TEXTAREA,
.columns-2-1 .column1 .small-form-box INPUT {
	width: 275px;
}
.columns-2-1 .column2 .small-form-box H2 {
	background-image: url(../img/box_rounded_blue_w270.gif);
}
.columns-2-1 .column2 .small-form-box {
	background: url(../img/box_rounded_blue_w270.gif) no-repeat left bottom;
}
.columns-2-1 .columns-3-1 .column1 .small-form-box H2 {
	background-image: url(../img/box_rounded_blue_w315.gif);
}
.columns-2-1 .columns-3-1 .column1 .small-form-box {
	background: url(../img/box_rounded_blue_w315.gif) no-repeat left bottom;
}
.columns-2-1 .columns-3-1 .column2 .form-box TEXTAREA,
.columns-2-1 .columns-3-1 .column2 .form-box INPUT {
	width: 165px;	
}
.conditional-display {
	display: none;
}
.form-box .teaser-box,
.form-box .teaser-box H3 {
	background-image: none;
}
.form-box H3 INPUT {
	margin: 0;
}
.form-box H3 {
	margin-bottom: 5px;
}
.form-box LABEL .select-all {
	color: #0084FF;
}
.group-payment .acceptance-logo {
	position: absolute;
	right: 4px;
	top: 4px;
}
.group-payment .acceptance-logo-swedbank {
	position: absolute;
	right: 4px;
	top: 7px;
}
.group-payment .acceptance-logo-pre {
	position: absolute;
	right: 74px;
	top: 4px;
}
.group-payment .radio-group {
	padding: 13px 0 0 8px;
	position: relative;
	height: 33px !important;
	background: #f7fbfd;
	margin: 0 0 2px 0;
}
.group-payment H3 {
	margin-bottom: 2px !important;
}
.group-payment .payment-type {
	margin: 0 0 15px 0;
}


/* MY PAGES */
.my-pages {
	padding-bottom: 20px;
}
.my-pages .small-form-box LEGEND {
	font: 20px/1.2 georgia, serif;
	margin-bottom: 0.3em;
	white-space: normal;
}
.my-pages .small-form-box EM {
	color: #f09;
	font-style: normal;
}
.my-pages .small-form-box SPAN {
	color: #999;
}
.my-pages .small-form-box #security-number,
.my-pages .small-form-box #pin-number,
.my-pages .small-form-box #contract-number {
	width: 160px;
	margin: 0 5px 4px 0;
}
.my-pages .small-form-box #pin-number {
	width: 60px;
}
.my-pages .small-form-box #e-mail {
	width: 145px;
	margin: 0 5px 4px 0;
}
.my-pages .small-form-box #password {
	width: 155px;
}
.my-pages .small-form-box #security-code {
	margin: 0 7px 4px 0;
}
.my-pages .small-form-box .submit {
	margin: 0 0 4px 0;
}
.my-pages .small-form-box DIV.l {
	width: 320px;
	margin-right: 12px;
}
.my-pages .small-form-box DIV.r {
	width: 230px;
	margin: 0;
}
.my-pages .small-form-box {
	background: url(../img/box_rounded_blue_w420.gif) no-repeat left bottom;
	width: 390px !important;
}
.my-pages .form-box-left {
	float: left;
}
.my-pages .form-box-right {
	float: right;
}
.my-pages .small-form-box H2 {
	background-image: url(../img/box_rounded_blue_w420.gif);
	margin-bottom: 7px;
}
.my-pages .notification-box {
	background: url(../img/box_rounded_blue_w580.gif) no-repeat left bottom;
	width: 550px !important;
}
.my-pages .notification-box H2 {
	background-image: url(../img/box_rounded_blue_w580.gif);
	margin-bottom: 3px;
}
.my-pages .notification-box .note {
	border: 1px solid grey;
	background-color: white;
	width: 520px;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 5px 0;
	float: left;
}
.my-pages .notification-box FORM {
	margin: 0 0 10px 0;
	clear: both;
}
.my-pages .notification-box .left {
	width: 400px;
	float: left;
}
.my-pages .notification-box .right {
	width: 120px;
	float: left;
	text-align: right;
}
.my-pages .notification-box .submit {
	padding: 1px;
}
.my-pages .alert-box {
	width: 420px;
}
.my-pages .alert-box H2 {
	font-size: 1.2em;
}
.my-pages .small-form-box .alert-box {
	width: 356px;
}
.my-pages .info {
	border: 0;
}
.my-pages .info DL {
	margin: 10px 0;
	overflow: hidden;
}
.my-pages .info DT {
	width: 150px;
}
.my-pages .info DD {
	width: 400px;
}
.my-pages .info P,
.my-pages .info UL {
	margin-top: 10px;
}
.my-pages .columns-1-1 H2 {
	margin-bottom: 10px;
}
.my-pages .article {
	color: #666;
}

.my-pages #municipality-select .l {
	width: 230px;
	margin-right: 5px;
}
.my-pages #municipality-select .m {
	float: left;
	margin-right: 5px;
	padding-top: 70px;
}
.my-pages #municipality-select #remove {
	clear: both;
	margin-left: 20px;
	background: #ccc;
}
.my-pages #municipality-select #remove:hover {
	background: #333;
}
.my-pages .form-box {
	width: 620px;
}
.my-pages .form-box FIELDSET.group {
	margin-bottom: 20px;
}
.my-pages .submenu {
	margin-top: 0;
}
.my-pages .article .additional {
	float: right;
	margin: 0 0 10px 10px;
}
.my-pages .article .additional .list-box {
	color: #3c3c3c;
	padding: 15px;
	width: auto;
}
.has-submenu .my-pages H1 {
	margin-bottom: 30px;
}
.has-submenu .my-pages H2 {
	margin-bottom: 15px;
}
.my-pages .article .additional .list-box H2 {
	margin: 0 0 10px;
	padding: 0;
}


/*
 * SERVICES (Tjänster)
 */
 
.services .search-box {
	margin-bottom:10px;
}



.has-submenu .services .columns-2-1 .column1 {
	margin-right: 20px;	
}
.services .lead {
	margin-bottom: 40px;
}
.services .teaser {
	margin-right: 20px;
}
.has-submenu .services H1 {
	margin-bottom: 30px;
}
.services H2 {
	border-bottom: solid 1px #ccc;
	font-size: 2em;
	padding-bottom: 3px;
}
.services .teaser H2 {
	border: none;
	font-size: 1.4286em;
	margin: 0 -15px -10px;
	padding-left: 15px;
}
.services .group H3,
.services .teaser H3 {
	font: bold 0.8571em/1.0 verdana, sans-serif;
	margin: 10px 0;
}
.services .group {
	border: 0;
	margin: 0 20px 15px 0;
	overflow: hidden;
	padding: 0 162px 0 0;
	position: relative;
}
.has-submenu .services .group {
	padding-right: 0;
}
.services .group P {
	margin-right: 12px;
}
.has-submenu .services .group {
	border-top: solid 1px #ddd;
	margin: -30px 0 30px 20px;
}
.has-submenu .services .group-first {
	border: none;
	margin: 0 0 30px 20px;
	padding: 0;
}
.has-submenu .services .group UL {
	margin-bottom: 15px;
}
.services .group IMG {
	position: absolute;
	top: -12px;
	right: 0;
}
.services .group .search-box-untabbed {
	margin-top: 20px;
	width: 355px;
}
.services .group .search-box-untabbed FORM {
	margin-top: 0;
}
.services .group .search-box-untabbed FIELDSET {
	padding: 12px 15px;
}
.services .teaser-box-yellow {
	background: #fe0 url(../img/box_gradient_rounded_yellow_w560.png) no-repeat scroll left bottom;
}
.services .column2 .teaser-box-yellow H2 {
	background: #fe0;
}
.services .teaser-box-yellow P {
	margin:	14px 0;
}
.services .teaser-box-yellow .simpleForm {
	margin-top: 0;
}

.services .selectview {
	margin: 10px 10px 0 0;
	text-align: right;
}
.services .selectview a {
	color: #ffffff;
	background: none;
}

/* GROUP */
.group {
	border-top: 1px solid #ddd;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}
.group-jobs {	
	padding: 0px 0 0 0;
	margin: 0 0 15px 0;
}
.group-divided {
	border-bottom: 5px solid #ddd;
	margin: 0 20px 15px 0;
}
.group-divided H2 {
	margin-bottom: 15px;
}
.group-divided .region-select H2 {
	margin-bottom: 5px;
}

.group-divided .region-select {
	margin-bottom: 15px;
	padding-right: 0;
}
.has-submenu .group-divided {
	width: 570px;
}
.has-submenu .columns-2-1 .group-divided {
	width: 400px;
}
.last-group {
	border-bottom: 0;
}
.first-group {
	border-top: 0;
	padding-top: 0;
}


/* SIMPLE INLINE FORMS */
.simpleForm {
	margin: 0 0 .5em 0;
}
.simpleForm LABEL {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}


/* LOGO */
#logo {
	position: absolute;
	top: 35px;
	left: 58.5em;
	width: 134px;
	height: 93px;
	background: url(../img/logo_hsb.png) no-repeat left top;
	text-indent: -9999px;
	z-index: 2;
}


/* HEADER */
#header {
	width: 67.1428em;
	position: relative;
	background: white;
}
.user-tools {
	width: 940px;
	position: absolute;
	top: 7px;
	left: 0;
	font: .79em verdana, sans-serif;
}
.user-tools DIV {
	float: right;
	text-align: right;
	overflow: hidden;
}
.user-tools P,
.user-tools LI,
.user-tools A {
	display: inline;
	line-height: 1.15;
}
.user-tools P,
.user-tools A {
    margin: 0 0 0 .5em;
}
.user-tools A {
	text-decoration: none;
}
.user-tools A:hover {
	text-decoration: underline;
	background: transparent;
	color: #0084ff;
}


/* FOOTER */
#footer {
	background: white;
	border-top: 1px solid #ddd;
	margin: 0 0 0 20px;
	padding: 10px 0 30px 0;
	line-height: 1.4;
	overflow: hidden;
	font: .857em verdana, sans-serif;
}
#footer A {
	color: #848484;
	text-decoration: none;
}
#footer A:hover {
	color: #848484;
	text-decoration: underline;
	background: transparent;
	
}
#footer LI {
	float: left;
	padding: 0 5px 0 0;
	border-right: 1px solid #ddd;
	margin: 0 5px 0 0;
}
#footer LI.last {
	padding: 0;
	border: 0;
	margin: 0;
}


/* MENU */
#menu {
	height: 4.62em;
	min-height: 83px;
	min-width: 820px;
	background: url(../img/bg_menu.png) no-repeat 100% 29px;
	overflow: hidden;
	font: 1.2857em/1.2 tahoma, arial, helvetica, sans-serif;
	padding: 45px 98px 0 20px;
}
#menu LI {
	float: left;
}
#menu LI A {
	float: left;
	padding: 15px 12px 0 12px;
	padding: 15px 0.66666em 0 0.6666em;
	color: #185566;
	text-decoration: none;
	height: 81px;
	top: -15px;
	position: relative;
	overflow: hidden;
}
#menu LI.selected {
	position: relative;
	top: -45px;
	height: 86px;
	padding-top: 45px;
	background: url(../img/gradient_yellow_green.png) repeat-x left top;
}
#menu LI A:hover {
	color: white;
	background: #99c2cf;
}
#menu LI.selected A {
	color: white;	
}
#menu LI.selected A:hover {
	background: none;
}	


/* SUBMENU */
.submenu {
	float: left;
	width: 180px;
	margin: 38px 0 20px 0;
	overflow: hidden;
}
.submenu SPAN {
	font: .857em/1.2 verdana, sans-serif;
	display: block;
	margin: 0 0 7px 0;
	font-weight: bold;
	color: black;
}
.submenu LI {
	color: #666;
	border-top: 1px solid #ddd;
}
.submenu A {
	font: .857em/1.3 verdana, sans-serif;
	padding: 6px 0 5px 12px;
	display: block;
	color: #666;
	text-decoration: none;
	background: transparent url(../img/bullet.gif) no-repeat 1px 11px;
}
.submenu A:visited {
	color: #666;
}
.submenu UL LI A:hover,
.submenu UL LI A:visited:hover {
	color: #0084ff !important;
	background: transparent url(../img/bullet_hover.gif) no-repeat 1px 11px;
}
.submenu LI.selected A,
.submenu LI.selected A:visited {
	color: black;
	background-image: url(../img/bullet_active.gif);
	font-weight: bold;
}


/* BREADCRUMBS */
.breadcrumbs {
	margin: 0 0 20px 0;
	font: .857em/1.15 verdana, sans-serif;
	overflow: hidden;
	color: #848484;
}
.breadcrumbs LI {
	float: left;
	margin: 0 6px 0 0;
	padding: 0 14px 0 0;
	background: url(../img/divider_arrow_right_grey.gif) no-repeat right center;
}
.breadcrumbs LI.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.breadcrumbs A {
	float: left;
	color: #848484;
	text-decoration: none;
}
.breadcrumbs A:hover {
	text-decoration: underline;
	background: transparent;
	color: #848484;
}


/* FILTER TABS */
.filter-tabs {
	margin: 0 0 27px 0;
	font: .857em/1.0 verdana, sans-serif;
	overflow: hidden;
	padding: 0 !important;
}
.filter-tabs-first {
	margin-bottom: 10px;
}
.filter-tabs LI {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}
.filter-tabs LI.inactive {
    color: gray;
    display: block;
    padding: 3px 5px;
    background: #e0f1f7;
    text-decoration: none;
    white-space: nowrap;
}
.filter-tabs A {
	display: block;
	padding: 3px 5px;
	background: #e0f1f7;
	text-decoration: none;
	white-space: nowrap;
}
.filter-tabs A:hover {
	color: white;
	background: #97c0cc;
}
.filter-tabs LI.more {
	padding: 3px 5px;
	font-style: normal;
}
.filter-tabs LI.more A {
	display: inline;
	background: none;
}
.filter-tabs LI.more A:hover {
	color: #333;
}
.filter-tabs LI.selected A {
	background: #94a729;
	color: white;
}
.filter-tabs .selected {
	color: #94a729;
}


/* ARTICLE */
.article {
	clear: left;
}
.article .body {
	float: left;
	width: 580px;
	padding: 0 20px 0 0;
}
.article .lead {
	padding-right: 0;
	margin-bottom: 25px;
	margin-top: -10px;
}
/*.column-shadow .article .lead {
	margin-top: 0px;
}*/
.has-submenu .lead {
	padding-right: 0;
}
.has-submenu .body {
	width: 430px;
	background: none;
	padding-bottom: 40px;
}
.article .additional {
	float: left;
	width: 280px;
	margin: 5px 0 20px 0;
}
.article-no-additional .image {
	clear: right;
	float: right;
	width: 205px;
	margin: 0 0 15px 15px;
	font: .857em/1.0 verdana, sans-serif;	
}
.additional .byline {
	clear: right;
	float: right;
	width: 205px;
	margin: 0 0 15px 15px;
	font: .857em/1.0 verdana, sans-serif;	
}
.additional .byline IMG {
	margin: 0 0 5px 0;
}
.has-submenu .article .additional {
	width: 205px;
}
.article P {  
	margin: 0 0 1em 0;
}
.article .additional P {
	margin-bottom: 0;
}
.columns-2-1 .column1 .article .body {
	width: 330px;
}
.columns-2-1 .column1 .article .additional {
	width: 205px;
}
.columns-2-1 .columns-3-1 .column1 .article,
.columns-2-1 .columns-3-1 .column1 .list {
	padding: 0;
}


/* ARTICLE FORMATTING */
.article UL,
.article OL {
	padding: 0 0 0 1.1em;
	margin: 0 0 1em 0;
	line-height: 1.3;
}
.article OL {
	padding: 0 0 0 2.2em;
}
.article LI {
	list-style-type: square;
}
.article OL LI {
	list-style-type: decimal;
}
.article B {
	font-weight: bold;
}
.article H2 {
	font: 1.4286em georgia, serif;
	margin: 0 0 5px 0;
	line-height: 1.2;
}
.corner-shadow .article H2,
.column-shadow .article H2 {
	font-size:1.7857em;
}
/*.columns-2-1 .column1 .article H2 {
	margin-bottom: 10px;
}*/
.article P+H2 {
	margin-top: 1em;
}
.article H2+H3 {
	margin-top: 1em;
}
.article P {
	margin-bottom: .785em;
}
.article .image,
.article .top-image {
	font: .857em/1.3 verdana, sans-serif;
}
.article TABLE {
	margin-bottom: 1em;
}
.article TD,
.article TH {
	text-align: left;
}


/* LISTS */
.list H2 {
	margin-bottom: 20px;
}
.list H3 {
	font: .857em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.list .group {
	padding-top: 10px;
}
.list .group.first {
	padding-top: 0;
	border: 0;
}
.inline-list {
	padding: 0px 0 30px 0;
}
.inline-list LI {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #ddd;
}
.inline-list .last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
FORM .inline-list {
	margin-top: 4px;
}
.item-list .item {
	overflow: hidden;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.item-list .item IMG {
	float: left;
	margin: 4px 15px 15px 0;
}
.item-list .item P,
.item-list .item H2 {
	padding-left: 140px;
}
.item-list .item H2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}


/* ARTICE AND LIST PADDINGS */
.columns-2-1 .column1 .article,
.columns-2-1 .column1 .list {
	padding: 0 20px 0 0;
	margin-bottom: 40px;
}
.corner-shadow .column1 .article,
.corner-shadow .column1 .list {
	padding-top: 20px;
}
.columns-2-1 .column1 .article-no-margin {
	margin-bottom: 0;
}

#flashshow {
	width: 580px;	
	margin: 0 0 32px 0;		
}

/* SLIDESHOW */
#slideshow {
	width: 580px;
	position: relative;
	margin: 0 0 32px 0;
	overflow: hidden;
	background: #3c3c3c;
	text-align: center;
	line-height: 0.0;
}
.group #slideshow {
	margin-bottom: -5px;
}
#slideshow UL {
	position: relative;
	background: white;
	overflow: hidden;
	text-align: left;
	line-height: 1.0;
}
#slideshow LI {
	position: relative;
	float: left;
	width: 55px;
	height: 55px;
	margin: 12px 12px 0 0;
}
#slideshow LI IMG {
	float: left;
    width: 55px;
    height: 55px;
}
#slideshow P {
	padding: 2px 4px;
	text-align: left;
	color: white;
	font: 12px verdana, sans-serif;
}
#slideshow A {
	font: .857em/1.0 verdana, sans-serif;
}
.javascript #slideshow .extra {
	display: none;
}
.javascript #slideshow.show-all .extra {
	display: block;
	opacity: 0;
}
.do-show-all {
	display: none;
}
#slideshow LI.do-show-all {
	width: auto;
}
.javascript .do-show-all {
	display: block;
}
.javascript .show-all .do-show-all {
	display: none;
}
.javascript #slideshow .next {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	text-align: center;
	width: 580px;
	background: #3c3c3c;
}
#slideshow LI SPAN {
	display: block; 
	width: 55px;
	height: 55px; 
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/rounded_w55_h55_black.png) no-repeat left top;
	z-index: 1000;
}
#slideshow LI A:hover SPAN {
	background: url(../img/rounded_w55_h55.png) no-repeat left top;
}
#slideshow LI A SPAN {
	cursor: pointer;
}
#slideshow LI.selected A SPAN {
	background-image: url(../img/rounded_w55_h55_green.png);
}
#slideshow #map {
	margin: 0;
	background: white;
	text-align: left;
	line-height: 1.0;
}


/* IMAGE BLOCK */
.images {
	width: 580px;
	height: 348px;
	position: relative;
	background: white;
}
.images IMG {
	position: absolute;
}
.images SPAN {
	position: absolute;
	left: 0;
	top: 0;
	width: 580px;
	height: 348px;
	background: url(../img/rounded_w580_h348.png) no-repeat left top;
}
.images .image-1 {
	left: 0;
	top: 0;
}
.images .image-2 {
	left: 0;
	bottom: 0;
}
.images .image-3 {
	right: 0;
	top: 0;
}


/* MAP */
#map {
	margin: 0 0 15px 0;
}
.javascript #map {
	height: 350px;
	width: 580px;
	margin-right: -20px;
}


/* ARTICLE ELEMENTS */
.article-info {
	margin: 0 0 16px 0;
	border-top: 1px solid #ddd;
	font: .857em/1.0 verdana, sans-serif;
	color: #848484;
}
.article-info P {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.article-info A {
	text-decoration: none;
}
.image {
	margin: 0 0 16px 0;	
	color: #848484;
}
.image P {
	margin: 2px 0 0 0;
	line-height: 1.4;
}

/* FACTS BOXES */
.facts-box {
	margin: 0 0 16px 0;
	font: .857em/1.0 verdana, sans-serif;
	color: #848484;
	background-image: url(../img/box_rounded_brown_w205.gif);
	width: auto;
	color: #000;
	padding: 10px 10px;
}
.facts-box h1 {
	font: .857em/1.0 verdana, sans-serif;
}
.facts-box P {
	padding: 5px 0;
	border: none;
}
.facts-box A {
	text-decoration: none;
}
.facts-box IMG {
	margin: 10px 0px 5px 0px;
}


/* ADDITIONAL INFORMATION */
.additional .last {
	margin-bottom: 0;
	border: none;
}


/* INFO BOXES */
.info {
	font: .857em verdana, sans-serif;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
	line-height: 1.4;
	overflow: hidden;
}
.info H2 {
	font: bold 1em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
}
.info .more {
	display: inline-block;
	margin: 5px 0 0 0;
}
.additional .vevent {
	padding: 0 0 0 10px;
}
.additional .vevent .summary {
	display: block;
	margin: 0 0 0 -10px;
}
.article .info {
	font: .857em/1.4 verdana, sans-serif;
	border: 0;
}
.article .info H2,
.article .info H3 {
	font: bold 1em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 5px;
}
.info DT {
	clear: left;
	float: left;
	margin: 0 8px 0 0;
	color: #848484;
}
.info DD {
	float: left;
}
.info DT {
	width: 69px;
	text-align: right;
}
.info DD {
	width: 193px;
}
.article .info DT {
	width: 69px;
	text-align: right;
}
.article .info DD {
	width: 470px;
}
.columns-2-1 .columns-3-1 .column1 .article .info DD {
	width: 235px;
}
.extra-spacing {
	margin-bottom: 20px;
}
.collection-teaser {
	margin: 0px 5px 10px 0px;
	padding: 0px 5px;
}
.collection-teaser h2 {
	font-size: 1em;
	font-weight: bold;
}
.collection-article .separator {
	border-right: 1px solid #dedede;
}
.collection-article h1 {
	font-size: 2em;
}
.collection-article hr {
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin: 10px 0px;
}
.collection-article P {
	font-size: 1em;
}
.collection-article .width-100 {
	
}
.collection-article .width-50 {
	float: left;
	width: 195px;
}
.collection-article .width-33 {
	float: left;
	width: 125px;
}


/* ADDITIONAL BOXES */
.additional .teaser-box {
	margin-left: -30px;
	padding: 15px 30px;
	background: #f1f0ee url(../img/box_gradient_rounded_grey_w300.gif) no-repeat left bottom;
}
.columns-2-1 .additional .teaser-box {
	width: 240px;
}
.additional .teaser-box H2 {
	padding: 15px 30px 0 30px;
	margin: -15px -30px -12px -30px;
	background: #f1f0ee url(../img/box_gradient_rounded_grey_w300.gif) no-repeat left top;
}
.additional .teaser-box-blue,
.additional .teaser-box-blue H2 {
	background-color: #e0f1f7;
	background-image: url(../img/box_gradient_rounded_blue_w300.gif);
}
.additional .teaser-box-green,
.additional .teaser-box-green H2 {
	background-color: #f1f2dd;
	background-image: url(../img/box_gradient_rounded_green_w300.gif);
}
.additional .teaser-box EM {
	background: white;
}


/* NEWS */
.news {
	margin: 0 0 1em 0;
	overflow: hidden;
}
.news-divided {
	margin: 0 0 10px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news-top-divided {
	margin: 0 0 15px 0;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.news-divided-last {
	border: 0;
	margin: 0;
}
.news-divided H2 {
	font-size: 1.4em;
	font-family: georgia;
}
.news IMG {
	float: right;
	margin: 0 0 10px 10px;
}
.news H2 {
	font-size: 1.43em;
	margin-bottom: 2px;
}
.news H2 A {
	text-decoration: none;
}
.news-tools {
	padding: 7px 0 20px 0;
	border-top: 1px solid #ddd;
}
.news-tools A {
	margin: 0 5px 0 0;
	padding: 0 7px 0 0;
	border-right: 1px solid #ddd
}
.news-tools .last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


/* TEASERS ETC */
.teaser {
	position: relative;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.teaser H2 {
	margin-bottom: -12px;
	font-size: 1.4286em;
}
.teaser H3 {
	margin-top: 14px;
	margin-bottom: -12px;
}
.teaser H2 A,
.teaser H1 A {
	text-decoration: none;
}
.teaser UL {
	margin-top: 14px;
}
.teaser LI {
	margin-bottom: 0px;
	line-height: 1.3;
}
.teaser IMG {
	float: right;
	margin: 16px 0 5px 10px;
}
.teaser IMG.left {
	float: left;
	margin-right: 10px;
	margin-left: 0;;
}
.teaser IMG.top {
	float: none;
	margin: 0 0 5px 0;
}
.teaser P,
.teaser FORM {
	margin-top: 14px;	
}
.teaser DIV {
	overflow: hidden;
}
.teaser OBJECT {
    float: right;
    margin: 16px 0 5px 10px;
}
.teaser-columns {
	background: url(../img/border_vertical_grey.gif) repeat-y center top;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.teaser-columns .teaser {
	float: left;
	width: 270px;
	margin-right: 40px;
	margin-bottom: 0;
}
.teaser-columns .last {
	margin-right: 0;
}
/*.teaser-medium H2 {
	font-size: 1.43em;
}
.teaser-small H2 {
	font-size: 1.2em;
	margin-bottom: -12px !important;
}*/
.teaser P {
	font: .857em/1.4 verdana, sans-serif;
}
.teaser-box {
	margin: 0 0 20px 0;
	padding: 0 15px 15px 15px;
	background: #f1f0ee url(../img/box_rounded_grey_w580.gif) no-repeat left bottom;
}
.teaser-box H2,
.teaser-box H3 {
	padding: 12px 15px 0 15px;
	margin: 0 -15px -12px -15px;
	background: #f1f0ee url(../img/box_rounded_grey_w580.gif) no-repeat left top;
}
.teaser-box-blue,
.teaser-box-blue H2,
.teaser-box-blue H3 {
	background-color: #e0f1f7;
	background-image: url(../img/box_rounded_blue_w580.gif);
}
.teaser-box-green,
.teaser-box-green H2,
.teaser-box-green H3 {
	background-color: #f1f2dd;
	background-image: url(../img/box_rounded_green_w580.gif);
}
.columns-3-1 .column2 .teaser-box,
.columns-3-1 .column2 .teaser-box H2,
.has-submenu .services .column2 .teaser-box H2 {	
	background-image: url(../img/box_rounded_grey_w205.gif)
}
.columns-3-1 .column2 .teaser-box-blue,
.columns-3-1 .column2 .teaser-box-blue H2,
.has-submenu .services .column2 .teaser-box-blue H2 {
	background-image: url(../img/box_rounded_blue_w205.gif);
}
.columns-3-1 .column2 .teaser-box-green,
.columns-3-1 .column2 .teaser-box-green H2,
.has-submenu .services .column2 .teaser-box-green H2 {
	background-image: url(../img/box_rounded_green_w205.gif);
}
.columns-1-1 .teaser-box,
.columns-1-1 .teaser-box H2,
.columns-1-1 .teaser-box H3 {
	background-image: url(../img/box_rounded_grey_w420.gif);
}
.columns-1-1 .teaser-box-blue,
.columns-1-1 .teaser-box-blue H2,
.columns-1-1 .teaser-box-blue H3 {
	background-image: url(../img/box_rounded_blue_w420.gif);
}
.columns-1-1 .teaser-box-green,
.columns-1-1 .teaser-box-green H2,
.columns-1-1 .teaser-box-green H3 {
	background-image: url(../img/box_rounded_green_w420.gif);
}
.columns-1-2 .column1 .teaser {
	margin-right: 20px;
}


.teasers-divided .teaser,
.teasers-divided .banner {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.banner {
	margin-bottom: 15px;
}
.banner IMG {
	display: block;
}
.teasers-divided .teaser-box {
	border-bottom: 0;
}
.teasers-divided .teaser-medium H2 {
	font-size: 1.43em;
	margin-bottom: -10px !important;
}
.teasers-divided .teaser-medium P,
.teasers-divided .teaser INPUT {
	font: .857em verdana, sans-serif;
	line-height: 1.4;
}


.popout-image-left,
.popout-image-right {
	margin-top: 40px;
	overflow: visible !important;
}
.popout-image-left {
	padding-left: 220px;
}
.popout-image-left H2 {
	margin-left: -220px;
	padding-left: 220px;
}
.popout-image-left IMG {
	position: absolute;
	left: 0;
	bottom: 10px;
}
.popout-image-right {
	padding-right: 220px;
}
.popout-image-right H2 {
	margin-right: -220px;
	padding-right: 220px;
}
.popout-image-right IMG {
	position: absolute;
	right: 15px;
	bottom: 10px;
}


/* TEASER GROUP */
.teaser-group .teaser H3 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 1.43em;
	font-weight: normal;
}
.teaser-group .teaser-box {
	overflow: hidden;
}
.teaser-group H2 {
	margin-bottom: 20px;
}
.columns-2-1 .teaser-group {
	margin-right: 20px;
}
.columns-2-1 .column1 .teaser-group H2 {
	margin-bottom: -9px;
}
.columns-2-1 .column1 .teaser-group .teaser-columns .teaser {
	width: 260px;
}
.has-submenu .teaser-columns {
	background-position: 280px 0;
	width: 560px;
}
.has-submenu .teaser-columns .teaser {
	width: 260px;
}
.has-submenu .teaser-box {
	width: 560px;
}
.has-submenu .columns-2-1 .column1 .teaser-box {
	width: auto;
}
.has-submenu .popout-image-right,
.has-submenu .popout-image-left {
	width: 330px;
}
.has-submenu .services .column2 .teaser-box {
	width: 175px;
}
.has-submenu .services .column2 .teaser-box IMG {
	margin: 16px 0 5px;
}


/* NOTICE BOX */
.notice {
	margin: 0 0 20px 0;
	padding: 0 0 7px 0;
	background: #f1f0ee url(../img/box_rounded_grey_w655.gif) no-repeat left bottom;
	width: 655px;
}
.notice P {
	padding: 7px 7px 0 7px;
	color: #666;
	margin: 0;
	background: #f1f0ee url(../img/box_rounded_grey_w655.gif) no-repeat left top;
}
.notice P SPAN {
	color: #ff0099;
}
.columns-1-1-1 .notice,
.columns-1-1-1 .notice P {
	background-image: url(../img/box_rounded_grey_w268.gif);
	width: auto;
}

/*
 * Felanmälan
 */

.felanmalan .lead {
	margin-bottom: 25px;
}

.felanmalan .form-box {
	margin-bottom: 25px;
}

.notice-small {
	width: 360px;
	margin: 0 0 40px 0;
	background: #f1f0ee url(../img/box_rounded_grey_w268.gif) no-repeat left bottom;		
}

.notice-small P {
	margin: 0 0 0 0;
	padding: 7px 7px 7px 7px;
	color: #666;	
}


/* LEAD BOX */
.lead-box {
	width: 770px;
	padding: 12px 0 0 0;
	background: #f1f2dd url(../img/box_rounded_green_w890.png) no-repeat left top;
	margin: 10px 0 30px 0;
	position: relative;
	font-size: 1.23em;
	line-height: 1.3;
}
.lead-box DIV {
	padding: 0 220px 12px 15px;
	background: #f1f2dd url(../img/box_rounded_green_w890.png) no-repeat left bottom;
	overflow: hidden;
}
.has-submenu .lead-box {
	width: 560px;
	margin-bottom: 20px;
	background: #f1f2dd url(../img/box_rounded_green_w560.gif) no-repeat left top;
}
.has-submenu .lead-box DIV {
	background: #f1f2dd url(../img/box_rounded_green_w560.gif) no-repeat left bottom;
}
.lead-box P {
	margin: 0 0 10px 0;
}
.lead-box UL {
	padding-left: 1em;
}
.lead-box UL LI {
	list-style-type: square;
}
.lead-box IMG {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.lead-box .more {
	margin: 15px 0 0 0;
}


/* SIMPLE LEAD BOX */
DIV.lead {
	width: 550px;
	padding: 0 220px 12px 0px;
	margin: -10px 0 15px 0;
	position: relative;
	font-size: 1.23em;
	line-height: 1.3;
}
DIV.lead IMG {
	position: absolute;
	right: 15px;
	bottom: 15px;
}


/* SAVINGS (BOSPAR) TEASER */
#savings-teaser {
	background: #eee;
	font-size: 1.23em;
	margin: 0 20px 30px 0;
	padding-top: 15px;
	background: #f1f0ee url(../img/box_rounded_green_w560.gif) no-repeat left top;
}
#savings-teaser DIV {
	padding: 0 15px 10px 15px;
	background: #f1f0ee url(../img/box_rounded_green_w560.gif) no-repeat left bottom;
}
#savings-teaser LI {
	margin-bottom: 7px;
	line-height: 1.3;	
}
#savings-teaser P {
	margin-bottom: 10px;
}	


/* TABBED */
#tabbed {
	margin: 0 -11px -16px -11px;
	padding: 0 11px 16px 11px;
	background: url(../img/box_gradient_yellow_dropshadow.png) no-repeat left bottom;
	font: .857em verdana, sans-serif;
}
#tabbed .tabs {
	display: none;
	margin: 0 0 0 20px;
	overflow: hidden;
}
#tabbed .tabs LI {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	background: #f0f0f0 url(../img/tab_rounded_yellow_grey.png) no-repeat -284px 100%;
	text-align: center;
}
#tabbed .tabs LI.selected {
	background-position: left bottom;
	background-color: #f0f0f0;
}
#tabbed .tabs A {
	float: left;
	padding: 12px 10px 2px 10px;
	border-bottom: 3px solid white;
	background: url(../img/tab_corner_grey.gif) no-repeat top right;
	color: #3c3c3c;
	text-decoration: none;
	min-width: 113px;	
}
#tabbed .tabs LI.selected A {
	border-bottom: 3px solid #ffee00;
	background: url(../img/tab_corner_yellow.gif) no-repeat top right;
}
#tabbed .tabs LI:hover {
	background: #f0f0f0 url(../img/tab_rounded_yellow_grey.png) no-repeat left bottom;
}
#tabbed .tabs LI:hover A {
	background: url(../img/tab_corner_yellow.gif) no-repeat top right;
}
#tabbed .tab {
	background: #ffee00 url(../img/box_gradient_yellow.png) no-repeat left bottom;
}
.javascript #tabbed .tab,
.javascript #tabbed H2 {
	display: none;
}
.javascript #tabbed .tabs,
.javascript #tabbed .first {
	display: block;
}


/* THUMBNAIL IMAGES */
.thumb {
	position: relative;
	display: block;
	float: left;
}
.thumb SPAN {
	position: absolute;
	width: 55px;
	height: 55px;
	top: 0;
	left: 0;
	background: url(../img/rounded_grey_w55_h55.png) no-repeat left top;
}
.thumb:hover {
	background: none !important;
}


/* CAROUSEL BOX */
.project-presentation {
	background: #b2dce9 url(../img/bg_blue.png) repeat-x left top;
	padding: 0 40px 0 0;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
}
.project-presentation H1 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 1.8em;
	line-height: 1.1;
}
.project-presentation IMG {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
}
.project-presentation DIV {
	padding: 10px 10px 10px 320px;
}
.project-presentation .previous {
	display: block;
	height: 200px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	background: url(../img/button_previous.gif) no-repeat center;
	z-index: 9999;
}
.project-presentation .next {
	display: block;
	height: 200px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	background: url(../img/button_next.gif) no-repeat center;
}
.project-presentation .next:hover,
.project-presentation .previous:hover {
	background-color: #ccc;
}


/* NEWS BOX */
.news-box {
/*
	padding: 10px;
	background: #eee;
*/
}
.news-box H1 {
	font-size: 2em;
	margin-bottom: 15px;
}


/* REGIONAL INFO */
.regional-info {
	padding: 10px 10px 1px 10px;
	background: #f0d232 url(../img/gradient_yellow.png) repeat-x left top;
	margin: 0 0 20px 0;
}
.regional-info A {
	padding: 2px 4px;
	background: white;
	text-decoration: none;
	border-bottom: 1px solid #d8bb2a;
}
.regional-info H1 {
	font-size: 2em;
}


/* SEARCH BOX */
.search-box {
	margin: 0 0 30px 0;
}
.search-box .list-all {
	margin: 7px 0 26px 0;
	font: .857em verdana, sans-serif;
}
.search-box .list-all SPAN {
	color: #999;
}
.search-box .tab {
	padding: 25px 20px 20px 20px;
}
.search-box .tab FORM {
	position: relative;	
	overflow: hidden;
}
.search-box .tab FORM .searchform-fieldsets {
	position: relative;
	background: url(../img/border_form_vertical_yellow.gif) repeat-y 197px 0;
	overflow: hidden;
}
.search-box .tab FIELDSET {
	width: 195px;
	float: left;
	margin: 0 20px 0 0;
}
.search-box .tab FIELDSET.last {
	margin-right: 0;
}
.search-box .tab FIELDSET.last INPUT {
	position: absolute;
	bottom: 0;
	left: 645px;
	margin: 0;
}
.search-box .tab FIELDSET.last2 {
	margin-right: 0;
}
.search-box .tab FIELDSET.last2 INPUT {
	position: static; 
	bottom: 0;
	left: 645px;
	margin: 5px 0 0 0;
}
.search-box .tab INPUT,
.search-box .tab LABEL {
	float: left;
}
.search-box .tab INPUT {
	clear: left;
	margin: 0 5px 10px 0;
}
.search-box .tab SELECT {
	margin: 0 0 10px 0;
}
.search-box .tab .object-sizes INPUT,
.search-box .tab .object-sizes LABEL {
	display: block;
	float: left;
	clear: none;
}
.search-box .tab .object-sizes DIV {
	display: block;
	float: left;
	clear: none;
	width: 85px;
}
.search-box .tab .object-sizes DIV {
	display: block;
	float: left;
	clear: none;
	width: 85px;
}
.search-box .tab .object-sizes DIV.long {
	width: 185px;
}
.search-box .tab .object-sizes LABEL {
	margin: 0 15px 0 0;
}
.search-box .tab .object-sizes INPUT.first {
	clear: left;
}
.search-box #sok_ledig_hyresratt FORM {
	background-position: -18px 0;
}
.search-box #sok_ledig_hyresratt FIELDSET.last INPUT  {
	left: 430px;
}
.search-box-untabbed {
	width: 560px;
	color: black;
	background: #ffee00 url(../img/box_gradient_rounded_yellow_w560.png) no-repeat left bottom;
	margin-right: 20px;
	font: .857em verdana, sans-serif;
	clear: both;
}
.search-box-untabbed FIELDSET {
	background: transparent url(../img/box_gradient_rounded_corner_w560.png) no-repeat left top;
	padding: 17px 15px 17px 15px;
}
.search-box-untabbed LABEL,
.search-box-untabbed INPUT {
	margin-right: 10px;
}
.search-box-untabbed INPUT {
	width: 250px;
}
.search-box-untabbed LABEL.region {
	margin-left: 80px;
}
.search-box-untabbed INPUT.radio {
	width: 15px;
	margin:5px 3px 0 3px;
}
.search-results .search-box .alert-box {
	width: auto !important;
	margin: 10px 0;
}
.search-results .search-box .home-search-form .alert-box {	
	margin: 0px 0px 20px 0px;
}
.sub-start-search {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 560px;
	border-bottom: 1px solid #ddd;
}
.sub-start-search .search-box {
	margin-bottom: 10px;
}

.search-results-column1 {
	width: 420px;
	padding-right: 10px;
	margin: 0 0 0 0;
	float: left;
}
.search-results-column2 {
	width: 420px;
	padding-left: 10px;
	float: right;
}

.search-results-clear {
	clear: both;
}

.search-box-checkboxindent {
	margin-left: 10px;
}

/* LIST BOX */
.list-box {
	margin: 0 0 20px 0;
	padding: 0 15px 15px 15px;
	background: #f1f0ee url(../img/box_rounded_grey_w280.gif) no-repeat left bottom;
	font: .857em verdana, sans-serif;
}
.list-box H2 {
	margin: 0 -15px 10px -15px;
	padding: 10px 15px 0 15px;
	background: #f1f0ee url(../img/box_rounded_grey_w280.gif) no-repeat left top;
}
.list-box-blue,
.list-box-blue H2 {
	background-color: #e0f1f7;
	background-image: url(../img/box_rounded_blue_w280.gif);
}
.list-box-green,
.list-box-green H2 {
	background-color: #f1f2dd;
	background-image: url(../img/box_rounded_green_w280.gif);
}
.list-box LI {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.list-box LI.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.list-box LI IMG {
	float: left;
	margin: 0 10px 0 0;
}
.list-box .navigation H3 {
	float: left;
}
.list-box .navigation {
	overflow: hidden;
}
.list-box .navigation OL {
	float: left;
}
.list-box .navigation LI {
	float: left;
	margin: 0 0 0 7px;
	padding: 0 7px 0 0;
	border-bottom: none;
	border-right: 1px solid #ddd;
}
.list-box .navigation LI.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.list-box .navigation LI.selected A {
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
}
.list-box .navigation LI A {
	font-weight: normal;
}


/* EXHIBITION BOX */
#exhibitions A {
	background: #F1F0EE;
}
#exhibitions A:hover {
	color: #0084FF;
}
#exhibitions LABEL {
	display: none;
}
#exhibitions #exhibition-municipality {
	margin-top: 10px;
}
#exhibitions FORM {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}
#exhibitions .submit {
	display: block;
	margin: 10px 0 0 0;
}
.javascript #exhibitions .submit {
	display: none;
}
#exhibitions LI DIV {
	padding-left: 70px;
}


/* COLUMN LAYOUTS */
.columns-1-2,
.columns-2-1,
.columns-3-1,
.columns-1-1-1,
.columns-1-1 {
	overflow: hidden;
	padding: 0 0 40px 0;
}
.column1, 
.column2,
.column3 {
	float: left;
}
.columns-1-1 {
	background: url(../img/border_vertical_grey.gif) repeat-y 440px 0;
}
.columns-1-1 .column1 {
	width: 420px;
	padding-right: 10px;
	margin: 0 20px 0 0;
}
.columns-1-1 .column2 {
	width: 420px;
	padding-left: 10px;
}
.columns-1-2 .column1 {
	width: 280px;
	margin: 0 20px 0 0;
}
.columns-1-2 .column2 {
	width: 580px;
}
.columns-2-1 .column1 {
	width: 580px;
	margin: 0 20px 0 0;
}
.columns-2-1 .column2 {
	width: 270px;
	margin-left: 10px;
}
.columns-2-1 .column1 .column2 {
	margin-left: 0px;
}
.has-submenu .columns-2-1 .column1 {
	width: 400px !important;
	margin-right: 40px;
}
.has-submenu .columns-2-1 .column2 {
	width: 205px;
}
.columns-2-1 .columns-3-1 {
	background: url(../img/border_vertical_grey.gif) repeat-y 335px 0;
}
.columns-2-1 .columns-3-1 .column1 {
	width: 315px;
	margin: 0 40px 0 0;
}
.columns-2-1 .columns-3-1 .column2 {
	width: 205px;
	margin-top: 0;
	padding: 0;
}
.columns-1-1-1 .column1 {
	width: 268px;
	margin: 0 38px 0 0;
}
.columns-1-1-1 .column2 {
	width: 268px;
	margin: 0 38px 0 0;
}
.columns-1-1-1 .column3 {
	width: 268px;
}
.columns-1-1-1 {
	background: url(../img/borders_vertical_111_grey.gif) repeat-y 0 0;
}
.column-shadow {
	background: url(../img/border_vertical_shadow.png) no-repeat 580px 0;
}
.corner-shadow {
	background: url(../img/border_corner_shadow.png) no-repeat 0 0;
	margin-top: -18px;
}
.corner-shadow-reverse {
	background: url(../img/border_corner_shadow_reverse.png) no-repeat 0 0;
	margin-top: -18px;
}
.corner-shadow .column1,
.corner-shadow .column2 {
	margin-top: 14px;
}


/* SEARCH RESULTS */
.filters {
	padding: 5px 0 0 0;
	margin: -15px 0 25px 0;
	font: .857em verdana, sans-serif;
	line-height: 1.4; 
	overflow: hidden;
}
.filters DIV {
	float: right;
	text-align: right;
	padding: 0 0 0 40px;
}
.filters DIV A {
	border-right: 1px solid #ddd;
	padding: 0 5px 0 0;
	margin: 0;
}
.filters .toggle-tooltip {
	display: none;
	border: 0;
	padding-right: 0;
}
.filters .toggle-tooltip2 {
	display: none;
	border: 0;
	padding-right: 0;
}
.filters .rss {
	border: 0;
	padding-right: 0;
}
.javascript .filters .toggle-tooltip {
	display: inline;
}
.javascript .filters .toggle-tooltip2 {
	display: inline;
}
.javascript .filters .rss {
	border-right: 1px solid #ddd;
	padding: 0 5px 0 0;
}
.filters DIV A.last {
	border: 0;
	padding: 0;
	margin: 0;
}
.filters SPAN,
.search-results LI P SPAN {
	font-weight: bold;
}
.search-results .search-results-column1-1 a.cancel{
	line-height: 1.2;
    position: absolute;
    right: 25px;
    top: 15px;
}
.search-results .search-results-column1-1 .alert-box a.cancel{
	line-height: 1.2;
    position: absolute;
    right: 20px;
    top: 15px;
    font: 0.857em/1 verdana,sans-serif;
}
.search-results .search-results-column1-1 .small-form-box H2 {
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: -15px;
	padding-left: 15px;	
}
.search-results .search-results-column1-1 .small-form-box {
	background-image: url("../img/box_rounded_blue_w420.gif");	
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 15px;
}
.search-results .search-results-column1-1 .slider-box {	   
    width: 400px !important;
}
.search-results .search-results-column1-1 .alert-box {	   
    width: 390px !important;
    padding: 15px;
}
.search-results .search-results-column1-1 .alert-box .notification-server-response {
	padding-right: 60px;
	font-style: normal;
}
.search-results .search-results-column1-1 H2 {
	position: relative;
	font-size: 1.43em;
}
.search-results .result-list {
	margin-bottom: 40px;
}
.search-results .result-list LI {
	border-top: 1px solid #ddd;
	padding: 15px 75px 7px 15px;
	overflow: hidden;
	margin: 0;
}
.search-results .result-list LI.even {
	background: #eee;
}
.search-results .result-list LI H2 SPAN {
	font: .6em verdana, sans-serif;
	border-left: 1px solid #999;
	padding: 0 0 0 5px;
}
.search-results .result-list LI H2 {
	position: relative;
	font-size: 1.43em;
	/*
padding: 0 0 0 110px;
*/
}
.search-results .result-list LI H2 SPAN A {
	color: #0084FF;
	text-decoration: none;
}
.search-results .result-list LI H2 SPAN A:hover {
	text-decoration: underline;
	background: none;
}
.search-results .result-list LI P {
	font: .857em verdana, sans-serif;
	line-height: 1.4;
	margin: 0 0 7px 0;
	padding: 0 0 0 110px;
}
.search-results .result-list-simple LI {
	padding: 10px 10px 7px 10px;
}
.search-results .result-list-simple LI P SPAN {
	font-weight: normal;
}
.search-results .result-list-simple LI P {
	padding-left: 0 !important;
}
.search-results .result-list LI IMG {
	float: left;
	margin: 0 15px 7px 0;
	width: 95px;
	height: 95px;
}
.search-results H1 SPAN {
	font: .35em verdana, sans-serif;
}
.search-results .locality A {
	color: #3c3c3c;
	text-decoration: underline;
}
.page-navigation {
	font: .857em verdana, sans-serif;
	border-top: 1px solid #ddd;
	padding: 20px 0 0 0;
	margin: -40px 0 40px 0;
	overflow: hidden;
}
.page-navigation A,
.page-navigation SPAN {
	padding: 0 4px 0 4px;
	border-right: 1px solid #ddd;
	display: block;
	float: left;
}
.page-navigation A:hover {
	border-color: #0084ff;
}
.page-navigation A:visited:hover {
	border-color: #990066;
}
.page-navigation SPAN {
	font-weight: bold;
}
.page-navigation A.next {
	border: 0;
}
.columns-2-1 .column1 .result-list,
.columns-2-1 .column1 .page-navigation {
	margin-right: 20px;
}


/* INLINE TOOLTIP */
.inline-tooltip {
	display: none;
}
.inline-tooltip2 {
	display: none;
}

/* SLIDER BOXES */
.slider-box {
	display: none;
	position: relative;
	padding-bottom: 5px;
}
.slider-box FIELDSET {
	font: .857em/1.0 verdana, sans-serif;
}
.slider-box LABEL {
	display: block;
	margin-bottom: 2px;
}
.slider-box INPUT {
	margin-bottom: 10px;
}
.slider-box H2 {
	padding-right: 70px;
	margin-bottom: 10px;
}
.slider-box P {
	margin-bottom: 10px;
}
.search-results .slider-box,
.search-results .alert-box {
	width: 550px !important;
}
.search-results .slider-box .alert-box {
	width: auto !important;
}
.search-results .slider-box INPUT {
	width: 250px;
}
A.cancel {
	position: absolute;
	line-height: 1.2;
	top: 15px;
	right: 15px;
}
A.submit-cancel {
	position: relative;
	top: -10px;
}
.alert-box {
	background: #fbf5be;
	padding: 15px;
	margin: 0 0 20px 0;
	display: none;
	position: relative;
	line-height: 1.3;
}
.alert-box H2 {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}
.alert-box UL {
	padding-left: 16px;
}
.alert-box LI {
	list-style-type: square !important;
}
.alert-box SPAN {
	font-style: italic;
}


/* NYTT BOENDE */
TR.sold TD.price,
TR.sold TD.rent {
	text-indent: -9999px;
	background: url(../img/dash.gif) no-repeat 5px 10px;
}


/* OTHERT LANGUAGES TEASER */
#other-languages {
	overflow: hidden;
}
#other-languages H2 {
	margin-bottom: -5px !important;
}
#other-languages LI {
	margin: 0 5px 5px 0;
	width: 125px;
	float: left;
	font: .857em/1.3 verdana, sans-serif;
}


/* HCARD/HEVENT */
.vcard .type {
	display: none;
}
.vevent .hdata {
	display: none;
}
.vcard .opening-hours {
	margin-top: 10px;
	font-style: italic;
}
.vcard .note {
	margin-top: 10px;
	font-style: italic;
}
.vcard UL {
	line-height: 1.2;
	margin-top: 10px;
}

/* CONTACTS */
.contacts {
	overflow: hidden;
	margin: 0 0 40px 0;
}
.contacts H2 {
	margin-bottom: 10px;
}
.contacts .vcard {
	overflow: hidden;
	margin: 0 0 10px 0;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-left: 7px;
}
.vcard .photo {
	float: right;
	margin: 0 7px 20px 0;
}


/* BRF HEADER */
.brf #header {
	height: 123px;
	width: 840px;
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	padding: 0 98px 0 0;
}
.brf #header SPAN {
	position: absolute;
	top: 25px;
	left: 32px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	padding: 3px 8px 4px 8px;
	background: url(../img/bg_brfLogo.png) repeat left top;
	font-size: 35px;
	color: white;
	font-family: georgia, serif;
	color: #fcd42a;
}
.brf #logo {
	top: 25px;
	left: 840px;
}
.brf .user-tools {
	top: 0;
	width: 938px;
}
.brf .user-tools DIV {
	padding: 3px 7px 3px 0;
	background: transparent url(../img/bg_brfUserTools.png) repeat left top;
}


/* BRF SUB MENU */
.brf .submenu UL UL {
	margin-left: 16px;
	margin-top: -4px;
}
.brf .submenu LI.first {
	border: 0;
}
.brf .submenu .open,
.brf .submenu .open:visited {
	color: black;
	font-style: italic;
	background-image:url(../img/bullet_active.gif);
}


/* BRF LAYOUT */
.brf .columns-2-1 .column1 {
	width: 400px;
	overflow: hidden;
}
.brf .columns-2-1 .column2 {
	overflow: hidden;
	padding: 0;
}
.brf .columns-2-1 .column1 .teaser-columns {
	background: url(../img/border_vertical_grey_brf.gif) repeat-y left top;
	padding-top: 10px;
	width: auto;
}
.brf .columns-2-1 .column1 .teaser-columns .teaser {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
	border: 0;
	overflow: hidden;
}
.brf .has-submenu .columns-2-1 .column2 .list-box,
.brf .has-submenu .columns-2-1 .column2 .list-box H2 {
	background-image: url(../img/box_rounded_grey_w205.gif);	
}
.brf .columns-2-1 .column1 .teaser-columns .last {
	margin: 0;
}
.brf .columns-2-1 .column1 .teaser-columns .teaser IMG {
	width: 120px;
	height: 80px;
}
.brf .columns-2-1 .column1 .teaser-columns .teaser H2 {
	font-size: 1em;
	font-weight: bold;
}
.brf .submenu {
	margin-top: 0;
}
.brf IMG.right {
	float: right;
	margin: 0 0 5px 10px;
}
.brf IMG.left {
	float: left;
	margin: 0 10px 5px 0;
}


/* BRF SLIDESHOW */
.brf #slideshow,
.javascript #slideshow .next {
	width: 400px;
}
.brf #slideshow IMG {
	display: block;
}
.brf #slideshow UL {
	margin: 0;
	padding: 0;
}
.brf #slideshow LI {
	list-style-type: none;
}
.brf #slideshow P {
	margin: 0;
}


/* BRF ARTICLES ETC */
.brf .article {
	padding: 0 !important;
}
.brf H3 SPAN {
	font-weight: normal;
	color: #666;
}
.brf .lead {
	padding-right: 0;
}


/* BRF START */
.brf-start .columns-2-1 .column1 .teaser {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0;
}
.brf-start .teaser P {
	margin: 0;
}
.brf-start .teaser H2 {
	margin-bottom: 7px;
}
.brf-start .teaser IMG {
	margin: 0 0 10px 0;
}


/* BRF FORUM */
.brf .comment {
	margin: 0 0 0 0;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.brf .odd {
	background: #eee; 
}
.brf-forum .article {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}
.brf-forum .small-form-box {
	width: 550px !important;
	background: url(../img/box_rounded_blue_w580.gif) no-repeat left bottom;
}
.brf-forum .small-form-box H2 {
	width: 580px;
	background: url(../img/box_rounded_blue_w580.gif) no-repeat left top;
}


/* BRF FORM */
.brf .form-box {
	padding-top: 0;
}
.brf .form-box INPUT,
.brf .form-box TEXTAREA {
	/*width: 400px;*/
}
.brf .form-box SELECT {
	width: auto;
}

.noticeboardfull {
	font-weight: bold;
	background: #FBF5BE;
	margin: 20px 0px 0px 0px;
	padding: 10px;
}

/* CALENDAR DATE */
.calendar-date {
	float: left;
	width: 55px;
	min-height: 70px;
	margin: 0 0 0 -71px;
	background: url(../img/bg_calendar.png) no-repeat left bottom;
	font-family: tahoma, verdana, sans-serif;
	line-height: 1.0;
	text-align: center;
	color: #905d00;
}
.article .calendar-date{
	margin: 0 15px 10px 0;
}
.article P SPAN.time {
	background: #fff895;
	color: #905d00;
}
.calendar-date SPAN {
	display: block;
}
.calendar-date .day {
	background: url(../img/bg_calendar.png) no-repeat left top;
	padding: 6px 0 2px 0;
	font-size: 2.143em;
	font-weight: bold;
}
.calendar-date .month {
	font-size: 0.7857em;
	text-transform: uppercase;
	padding-bottom: 2px;
}
.calendar-date .year {
	border-top: 1px solid #f9eba4;
	margin: 2px 0 0 0;
	padding: 3px 0 4px 0;
	font-size: 0.7857em;
	color: white;
}


/* CALENDAR */
.calendar {
	padding: 0 14px 0 0;
	margin-bottom: 40px;
}
.group-divided .calendar {
	padding-right: 0;
}
.calendar LI {
	overflow: hidden;
	margin: 0 0 12px 0;
	padding: 12px 0 0 71px;
	border-top: 1px solid #ddd;
}
.calendar LI .time {
	background: #fff895;
	color: #905d00;
}
.calendar P {
	margin-bottom: 10px;
}
.calendar H3 SPAN {
	font-weight: normal;
}


/* SCROLLER */
.scroller {
	width: 560px;
	overflow: hidden;
	position: relative;
	margin: 0 0 7px 0;
}
.scroller P {
	background: #333;
	padding: 6px 10px;
	color: white;
	font: .857em/1.3 verdana, sans-serif;
}
.scroller P A {
	color: white;
}
.scroller P A:hover {
	text-decoration: none;
	color: #0084ff;
	background: none;
}
.scroller IMG {
	display: block;
}
.scroller .scroll-items {	
	width: 99999px;
}
.scroller .scroll-item {
	float: left;
	width: 560px;
}
.scroller .previous,
.scroller .next {
	position: absolute;
	top: 15px;
	text-indent: -9999px;
	width: 35px;
	height: 35px;
}
.scroller .previous {
	right: 55px;
	background:url(../img/button_previous.png) top left no-repeat;
}
.scroller .next {
	right: 15px;
	background:url(../img/button_next.png) top left no-repeat;
}
.scroller .previous:hover {
	background-image:url(../img/button_previous_hover.png);
	background-color: transparent;
}
.scroller .next:hover {
	background-image:url(../img/button_next_hover.png);
	background-color: transparent;
}


/* region SELECT */
.region-select {
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
	display: none;
}
.region-select-large P.intro {
	font-size: 1.23em;
	line-height: 1.3;
}
.region-select P {
	margin-bottom: 10px;
}
.region-select-form {
	font: .857em/1.1 verdana, sans-serif;
}
.region-select-form .ps {
	color: #848484;
	display: block;
	margin-top: 7px;
}
.region-select-form .ps A {
	color: #0084ff;
}
.region-select-form .ps A:hover {
	color: white;
	background: #0084ff;
	text-decoration: none;
}
.region-select-form FORM {
	color: black;
	background: #ffee00 url(../img/box_gradient_rounded_yellow_w560.png) no-repeat left bottom;
}
.region-select-form FORM FIELDSET {
	background: transparent url(../img/box_gradient_rounded_corner_w560.png) no-repeat left top;
	padding: 17px 15px 17px 15px;
}
.region-select-form LABEL,
.region-select-form INPUT,
.region-select-form SELECT {
	margin-right: 5px;
}
.region-select-form LABEL {
	font-weight: bold;
}
.region-select-form #region-select-zip {
	width: 4em;
}
#region-select-form-response,
#region-select-region-list {
	display: none;
	overflow: hidden;
	padding: 20px 15px 15px 15px;
	background: url(../img/box_rounded_grey_w560.gif) no-repeat bottom left;
}
#region-select-form-response {
	border-bottom: 1px solid white;
}
#region-select-form-response SPAN {
	font-weight: bold;
}
#region-select-region-list {
	font-weight: normal;
	overflow: hidden;
}
#region-select-region-list H3 {
	margin-bottom: 15px;
}
#region-select-region-list UL {
	float: left;
	margin-right: 30px;
	width: 140px;
}
#region-select-region-list UL.last {
	margin-right: 0px;
}
#region-select-region-list LI {
	margin-bottom: 4px;
	line-height: 1.2;
}
A.button {
	padding: 3px 5px;
	background: #0084ff;
	color: white;
	text-decoration: none;
	display: block;
	margin-top: 7px;
	float: left;
}
A.button:visited {
	color: white;
}
A.button:hover {
	background: #333;
}
.columns-1-1-1 .column1 .region-select-form FORM {
	background-image: url(../img/box_gradient_yellow.png);
}
.columns-1-1-1 .column1 .region-select-form INPUT,
.columns-1-1-1 .column1 .region-select-form TEXTAREA {
	margin-bottom: 12px;
	width: 220px;
}
.columns-1-1-1 .column1 .region-select-form SELECT {
	margin-bottom: 12px;
	padding: 4px;
}
.columns-1-1-1 .column1 .region-select-form INPUT.submit {
	width: auto;
}
.columns-1-1-1 .column1 .region-select-form TEXTAREA {
	min-height: 100px;
}
.columns-1-1-1 .column1 .region-select-form LABEL {
	display: block;
	font-weight: normal;
	margin-bottom: 3px;
}
.columns-1-1-1 .column1 .region-select-form .ps {
	color: #905d00;
	font: 14px/1.3 georgia, serif;
	margin-top: 10px;
}



.columns-1-1-1 .column2 .simpleForm SELECT,
.columns-1-1-1 .column3 .simpleForm SELECT {
	padding: 4px;
}


/* ADD THIS */
.article-info .addthis-article{
    border-bottom:1px solid #DDDDDD;
    padding: 6px 0;
}

.info .addthis-department{
    padding: 3px 0;
}
