@CHARSET "ISO-8859-1";
  
/******* RESETS ********/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px/16px helvetica;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.smallAd {
	font-size: 0.8em;
	color: #777;
	padding-left: 5px;
}
/****** END RESETS ******/


h1 {
	font: 22px Lucidia;
	color: #4381d6;
	padding-left: 4px;
}
h2 {
	
	line-height: 12px;
	font: bold 15px helvetica;
	color: #565454;
	padding-top: 5px;
	margin-left: 10px;		
}

td h3 {
	font-weight: bold;
	font-size: 14px;
	color: #363636;
	margin-bottom: 8px;
	margin-top: 5px;
}

#site {
	
	width: 100%;
	background: url("/v2/gfx/site_bg.png") repeat;
	overflow: hidden;
}

#logotype {
	
	margin-top: 35px;
	margin-bottom: 10px;
	float: left;
	width: 222px;
	height: 53px;
}

.articleImage {
	
	padding: 10px;
	float: left;
}

.wrapper {
	
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}

/*NAV*/
div.bc_container {
	width: 961px;
	background: #E6ECF2;
	padding: 3px;
	margin: 0;
	height: 15px;
	font-size: 12px;
	color: #565454;
	margin: 0px 0px 6px 6px;
}
ul#breadcrumbs {
	list-style: none;
}

li.breadcrumbs {
	list-style:none;
	float: left;
	margin-left: 7px;
}

li.breadcrumbs a {
	color: #565454;
	margin-right: 7px;
}

li.breadcrumbs a:hover {
	color: #333;
}

.rounded
{
-moz-border-radius:5px; /*works on Firefox */
-webkit-border-radius:5px; /*works on Safari and Google Chrome*/
border-bottom-radius: 5px; /*works on Opera*/

}

#menu {
	     
	background: url("/v2/gfx/menu.png") left no-repeat;
	height: 42px;
	font: normal 12px Arial;
	color: #fff;
	margin: 6px 6px 6px 6px;
	width: 100%;
}

#nav li{
	
	list-style: none;
	float: left;
	position: relative;
	height: 42px;
}

#nav a{
	
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	background: none;
	text-decoration: none;
	padding-top: 13px;
}

#nav a:hover {
	
	color: #fff;
	background: #6b0c36;
	text-decoration: underline;
}

#nav ul{
	
	background: #fff; 
	background: rgba(255,255,255,0);
	position: absolute;
	left: -9999px;
}

#nav ul li{
	
	float: none;
	height: 30px;
}

#nav ul a{
	
	white-space: nowrap;
}

#nav li:hover ul{ 
	
	left: 0; 
}

#nav li:hover a{
	
	background: url("/v2/gfx/menu_button_hover.png") repeat-x;
	height: 42px;
	text-decoration: none;
}

#nav li:hover ul a { 
	
	text-decoration: none;
}

#nav li:hover ul li a {
	
	background: #fff;
	color: #6d6d6d;
	font: normal 13px Arial;
	border-top: 1px dotted #cccccc;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	height: 25px;
	min-width: 140px;
	box-shadow: 2px 2px 3px #545454; 
}


#nav li ul li:hover a{
	
	color: #3b78c8;
}

.menuSearchHolder {
	
	background:  url("/v2/gfx/search_field.png") no-repeat;
	width: 241px;
	height: 33px;
	float: right;
	color: #626467;
	margin: 4px 15px 0px 0px;
	padding: 8px 0px 0px 8px;
}

ul#menu_ul {
	
	list-style-type: none;
}

ul#menu_ul li {
	
	float: left;
	padding: 0px 20px;
}

#navigation_content {
	
	float: left;
	width: 957px;
	height: 18px;
	background: #eaeaea;
	border-radius: 3px;
	margin: 6px 0px 0px 6px;
	padding: 2px 0px 0px 10px;
	color: #626467;
	font: normal 12px Arial;
}

#main_content {
	
	width: 980px;					/* ATT GÖRA! */				/* @TODO: Shadow runt omkring "Content-boxarna" */
	border-radius: 3px;
}

.saleContainer {
	
	float: left;
	margin: 10px 0px 10px 6px;
	width: 225px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 5px;
	vertical-align: text-bottom;
}

.saleContainer p {
	
	font: normal 12px helvetica;
	color: #565454;
	line-height: 18px;
	padding: 4px;
}

.saleTitleText {
	
	font: 22px Lucidia;
	color: #4381d6;
	padding-left: 4px;
}

.saleTitleTiles {
	
	background: url("/v2/gfx/title_tile_bg.png") repeat-x;	
}

.saleIconHolder {
	
	padding: 10px;
	float: left;
}

.saleButton {
	
	background: url("/v2/gfx/blue_button.png") no-repeat;
	background-position: top;
	height: 18px;
	width: 212px; 
	font: normal 11px Arial;
	color: #fff;
	text-align: center;
	margin: 8px auto;
	padding-top: 3px;
	line-height: 15px;
}

.saleButton:hover {
	
	background-position: bottom;
}

.readButton {
	
	background: url("/v2/gfx/read_button2.png") no-repeat;			/* @TODO :Fixa en sprite knapp istället */
	float: left;
	font: normal 12/24px helvetica;
	color: #999999;
	text-align: center;
}

.readButton:hover {
	
	background: url("/v2/gfx/read_button2_hover.png") no-repeat;       /* @TODO :Fixa en sprite knapp istället */
	color: #000000;
}

.contentContainer {
	
	padding: 10px;
	/*border: 1px solid #dddddd;*/
	border-radius: 3px;
	background: #fff;
}

.contentContainer a {

	font: normal 12px helvetica;
	color: #3b78c8;
	text-decoration: none;
}

.contentContainer a:hover {
	color: #3b78c8;
	text-decoration: underline;
}
.contentContainer p {
	
    color: #565454;
    font: 12px/16px helvetica;
    margin: 0 5px 10px 10px;
}

.contentContainer strong {
	
	line-height: 16px;
	font: bold 14px helvetica;
	color: #565454;
}

.contentTitleText {
	
	font: normal 24px Lucidia;
	line-height: 22px;
	color: #6f6f6f;
}

.contentTitleTiles {
	 
	background: url("/v2/gfx/title_tile_bg.png") repeat-x;
}

.contentIconHolder {
	
	padding: 0px 10px 5px 10px;
	float: left;
	background: #fff;
}

.contentShareHolder {

	float: right;
}

.contentShareText {
	
	font: normal 10px Arial;
	float: right;
	margin-left: 4px;
	padding-top: 2px;
}

.rightContainer {
	
	float: right;
	text-align: left;
	width: 250px;
	margin-top: 20px;
}

.rightContainer a {

	font: normal 11px helvetica;
	color: #565454;
	text-decoration: none;
}

.rightContainer a:hover {
	color: #3b78c8;
	text-decoration: underline;
}

.rightTitle {
	
	background: url("/v2/gfx/title_bg.png") no-repeat;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	width: 217px;
	height: 24px; 
	font: normal 12/24px Arial;
	color: #fff;
}

ul#right {
	
	list-style: none;
}

	ul#right div.ul_holder {
		
		float: left;
	}

		ul#right li {
			
			float: left;
			border-top: 1px dotted #cccccc;
			padding: 4px 8px;			
		}

			ul#right li a {
				
				text-decoration: none;
				font: normal 12/24px helvetica;
				color: #6d6d6d;
			}

				ul#right li a:hover {
					
					color: #72b40d;
				}

.adsTitle {
	
	background: url("/v2/gfx/ads_title_tile.png") repeat-x;
	padding-top: 3px;
}

.adsTitleText {
	
	background: url("/v2/gfx/site.bg") repeat;
	font: normal 10/20px helvetica;
}

.adsContainer {
	
	float: right;
	margin: 6px;
}

.socialWrapper {
	
	float: right;
	margin-top: 15px; 
}

#footer {
	
	margin-top: 20px;
}

#footer a {

	font: normal 11px helvetica;
	color: #565454;
	text-decoration: none;
}

#footer a:hover {
	color: #3b78c8;
	text-decoration: underline;
}

.copyright {
	
	margin-top: 30px;
	margin-bottom: 30px;
	font: normal 12px Arial;
	color: #6d6d6d;
	text-align: center;
}

.footerTitle {
	
	float: left;
	background: url("/v2/gfx/small_blue_button") no-repeat;
	padding: 5px;
}

.footerTitleText {
	
	font: normal 12/24px helvetica;
	color: #fff;
	padding-left: 10px;
}

.clearClass {
	
	clear: both;
}

.heightSpacer5px {
	
	margin-top: 5px;
}

.heightSpacer10px {
	
	margin-top: 10px;
}

.footerUlHolder {
	
	width: 217px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul#footer_ul {
	clear: both;
	list-style: none;
	padding-top: 5px;
}

ul#footer_ul li {
	
	background: url("/v2/gfx/dot_icon.png") no-repeat left;
	font: normal 11px Arial;
	color: #606060;
	border-top: 1px dotted #cccccc;
	padding: 2px 0px 2px 20px;	
}

ul#footer_ul li:hover {
	
	background: url("/v2/gfx/dot_hover2.png") no-repeat left;
	color: #3b78c8; 
}


/*
 * 
 *		Tabeller för lån
 *
 */


table.mortage.list_rates {
	color: #777777;
}

table.mortage.list_rates td {
	padding: 2px;
}
table.mortage.list_rates strong {
	font-size: 16px;
}
table.mortage.list_rates tbody tr:nth-child(odd) {
	background: #eee;
}

table.private.list_rates {
	color: #777777;
	border-collapse: separate;
	border-spacing: 3px;
}

table.private.list_rates a {

	font: normal 15px helvetica;
	color: #3b78c8;
	text-decoration: none;
}

table.private.list_rates a:hover {
	color: #565454;
	text-decoration: underline;
}
table.private.list_rates strong {
	font-size: 14px;
}
table.private.list_rates tbody tr:nth-child(odd) {
	background: #eee;
}

table.microlan {
	color: #000000;
	border-collapse: collapse;
	
}

table.microlan td.hovered {
	color: #000000;
}
/*
table.microlan a {

	font: normal 11px helvetica;
	color: #3b78c8;
	text-decoration: none;
}

table.microlan a:hover {
	color: #565454;
	text-decoration: underline;
}*/
table.microlan strong {
	font-size: 14px;
}
table.microlan tbody tr:nth-child(odd) {
	background: #f3f3f3;
}

table.microlan td {
	padding: 2px;
}
.applyButton {
	color: #fff;
	background: url("/gfx/apply_button.png") no-repeat;
	width: 94px; height: 39px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.applyButtonSmall {
	color: #fff;
	background: url("/gfx/apply_button_small.png") no-repeat;
	width: 94px; height: 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}


.applyButton:hover {
	text-decoration: underline;
}

.applyButtonSmall:hover {
	text-decoration: underline;
}

a.company {
	color: #000000;
	font: normal 11px helvetica;
	padding-left: 4px;
}

a.amount {
	font: normal 12px helvetica !important;
	color: #3b78c8;
	text-decoration: none;
}

#yes_icon {
	background: url("/gfx/yes_icon.png") no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

#yes_icon:hover {
	background: url("/gfx/yes_icon_hover.png") no-repeat;
}

/* www.pengar.se/om */

.form_input { 
	display: block; 
	background: #fff;
	border: 1px solid #10791c;
	width: 280px;
	height: 30px;
	margin-bottom: 15px;
	margin-top: 3px;
	padding-left: 10px;
}
form#contact_form textarea { 
	display: block; 
	width: 600px;
	height: 200px;
	border: 1px solid #10791c;
	margin-bottom: 20px;
	margin-top: 3px;
	padding-left: 10px;
	padding-top: 8px;
}
form#contact_form label {
	font: bold 14px helvetica;
	color: #565454;	
}
.formWrapper {
	float: left; 
	width: 305px;
	padding-left: 10px;
}
.form_button 
{
	height: 31px;
	width: 200px;
	background: url("/gfx/form_button.png") no-repeat;
	background-position: top;
	font: normal 14px helvetica;
	color: #fff;
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
}
.form_button:hover {
	background-position: bottom;	
}
.aboutPageImage {
	float: right;
	margin-right: 10px;	
}


/* filter mikrolan och privatlan */

	.sliderBox { padding: 10px; float: left;}
    #slider-range { margin-left: 10px; margin-bottom: 15px; margin-top: 10px; width: 450px; }
    #slider-time { margin-left: 10px; margin-bottom: 15px; margin-top: 10px; width: 450px; }
	#slider-amount, #slider-ptime {margin: 10px; width: 460px;}
	#slider-amount-house, #slider-house-binding {margin: 10px; width: 460px;}
	#slider-caramount, #slider-cartime {margin: 10px; width: 460px;}
	#slider-car-amount, #slider-car-time {background: transparent; }
	.loan_amount { font: bold 13px Arial !important; }
	#carloan_table td { padding: 3px; }
	#binding-house, #amount-house {background: transparent;}
    input#alder_input { 
    	width: 25px; text-align: center; 
    	margin: 0px 3px;
    	margin-bottom: 4px;
		}
		
	input#time, input#amount { width: 120px; background-color: transparent; }
    label { font: normal 16px Arial; margin-left: 10px;}
    label#plump, label#alder { font: normal 16px Arial; }
    .errormsg { font: normal 16px Lucidia; color: red; margin-top: 20px;}
    .logotype { padding: 4px; }
   	#loading {
   		position: absolute;
    	width: 66px;
    	height: 66px;
    	left: 50%;
    	top: 50%;
    	margin-left: -33px;
    	margin-top: -33px;
    	display: none;
	}
	
	#dashboard {
		width: 960px;
		height: 210px;
		background: #e6ecf2;
		border-radius: 6px;
		color: #5d5c5c;
	}

	.dash_image {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.arrowImage {
		
	}
	.ansok {
		color: #fff !important;
	}
	
	.rightDashboard {
		float: right;
		width: 400px;
		padding: 10px;
		margin-top: 20px;
	}
	.rightDashboard h1 {
		margin-left: 10px; 
		margin-top: 10px;	
	}
	
	.rightDashboard p {
		font: normal 12px Arial; 
		line-height: 18px; 
		padding: 5px;	
	}
	
	.rightDashboardPrivate {
		float: right;
		width: 400px;
		font: normal 12px Arial !important;
		margin-top: 5px;
		margin-right: 10px; 
	}

	p.smallItalic {
		font: italic 11px Arial !important;
		color: #777;
		display: inline;
	}
	
	p.smallBold {
		font: bold 13px Arial !important;
		color: #777;
		display: inline;
	}


/* "Hur mycket vill du låna" header första sidan */ 
div#borrow_header {
	float: left;
	background-color: #E6ECF2;
	margin: 10px;
	padding: 10px;
	width: 940px;
	border-radius: 5px;
	color: #565454;
}

div#borrow_header h1 {
	margin-bottom: 10px;
	font-size: 30px !important;
}

div.form_holder {
	float: left;
	position: relative;
	width: 420px;
}

div.form_holder #amount_error_holder {
	position: absolute;
	top: 85px;
	right: 16px;
	background: #fff;
	color: red;
	padding: 2px;
	width: 217px;
}
div.borrow_header_right {
	padding: 7px;
	border: 1px solid #d5dbe2;
}

div.borrow_header_right p {
	font: 12px/18px helvetica !important;
	color: #565454;
}

div.borrow_header_right a {
	color: #000;
}

div.borrow_header_right h2 {
	color: #4381D6;
	padding: 0px;
	margin: 0px;
	font: 18px bold Lucidia;
}

div.larger_width {
	width: 500px;
	margin-top: 25px;
}

input[type=radio] {
	margin-left: 20px;
	border: 0;
}

input[name=how_much] {
	margin-left: 10px;
	padding-left: 10px;
	width: 205px;
	height: 30px;
	font-size: 18px;
}

div.form_holder input[type=submit] {
	width: 120px;
	background-color: #4381D6;
	font-weight: bold;
	float: right;
	color: #fff;
	cursor: pointer;
	margin-right: 18px; 
}

input.radio_first {
	margin-top:11px;
}



/* kreditkort */
#creditcard_table {
	width: 100%;
	margin-top: 25px;
}
#creditcard_table thead td {
	font-weight: bold;
	font-size: 13px;	
}

#creditcard_table tbody td {
	padding: 4px;
}

#creditcard_table tbody td.bonus_td {
	position: relative;
}

#creditcard_table tbody tr:nth-child(odd) {
	background: #EBEBEB;
}

span.bonus_popup {
	display: none;
	bottom: 34px;
	left: 40px;
	width: 250px;
	position: absolute;
	background: white;
	padding: 7px;
	border: 1px solid #CCC;
	text-align: left;
}

td.align_center {
	text-align: center;
}

tr.thead td {
	font-weight: bold;
	font-size: 13px;
	padding-top: 20px !important;	
}

td.orderby {
	cursor: pointer;
}

td.orderby:hover {
	text-decoration: underline;
}

span.bonus_popup p {
	margin: 0 !important;
}

td.active {
	border-bottom: 1px solid #4381D6;
}

img.span_hover {
	cursor: pointer;
}

img.sort_arrow {
	position: relative;
	top: 3px;
	margin-left: 4px;
}
span.applyButtonCredit {
	background: url("/gfx/creditcard_apply.png") no-repeat;
	color: #fff;
	width: 79px;
	height: 28px;
}

td.logoandcard {
	color: #111;
}

img.logoovertext {
	margin-bottom: 2px;
}


/* SPARANDE */

div.savings_li_holder {
	
	width: 690px;
	margin-bottom: 10px;
	float: left;
	background: url("/gfx/savings_box_bg.png") no-repeat bottom;
	position:relative;
	color: #2C2C2C;
}

div.savings_li_holder strong {
	
	font: 12px/16px helvetica;
	font-weight: bold;
	color: #090909;
}

table.savings_table td {
	padding: 10px;
}

span.u {
	text-decoration: underline;
	font-size: 14px;
}

div#savings_dashboard {
	width: 217px;
	background: #E6ECF2;
	margin-top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	webkit-border-radius: 5px;
}

form#savings_form {
	margin-top: 10px;
	padding-left: 27px;
}
form#savings_form input {
	width: 210px;
	height: 40px;
	border: 1px solid #4381D6;
	font-family: "Georgia1",Georgia,serif;
	font-weight: normal;
	font-size: 1.7em;
	text-align: center;
	margin-top: 3px;
}

form#savings_form input[type="submit"] {
	
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 197px;
	width: 212px;
	height: 44px;
	background: #4381D6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4381D6', endColorstr='#5682F1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4381D6), to(#5682F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4381D6,  #5682F1); /* for firefox 3.6+ */ 
	color: #fff;
	border: 1px solid #fff;
	font-size: 1.7em !important;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}
a#savings_submit {
	width: 110px;
	height: 37px;
	background: #4381D6; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4381D6', endColorstr='#5682F1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4381D6), to(#5682F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4381D6,  #5682F1); /* for firefox 3.6+ */ 
	border-radius: 5px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	font-family: "Georgia1",Georgia,serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 37px;
	text-align: center;
	color: white;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
	display: block;
}

a#savings_submit:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5682F1', endColorstr='#4381D6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5682F1), to(#4381D6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5682F1,  #4381D6); /* for firefox 3.6+ */ 
	text-decoration: none;
}

img.year_arrow {
	position: absolute;
	right: -38px;
	top: 5px;
}

p.dashboardp {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 32px;
	padding-top: 20px;
	color: #565454;
	font: 12px/16px helvetica;
}

label#amount_label {
	font-family: "Georgia1",Georgia,serif;
	font-weight: normal;
	font-size: 1.3em;
	margin-right: 40px;
	margin-left: 0px;
	color: #4381D6;
}

.placeholder
{
  color: #B3B3B3;
}

select#select_binding {
	width: 212px;
	margin-top: 5px;
	padding: 3px;
	display: block;
	margin-left: 197px;
}

span#amount_error {
	color: red;
}

span#year_rate {
	color: #24AD12;
	font-size: 2.4em;
	font-family: "Georgia1",Georgia,serif;
	font-weight: normal;
}

div.savings_li_holder p {
	font-size: 11px;
	margin: 7px 0px 3px 0px !important;
}

p.other_options {
	margin: 0 !important;
	padding-right: 10px;
	line-height: 14px;
	font-size: 10px;
	color: #2C2C2C;
}

td.last_column {
	padding: 10px 0px 10px 10px !important;
	width: 140px;
}

td.info_column {
	padding: 0px 10px 10px 10px !important;
}

div.info_box {
	margin-left: 140px;
	width: 360px;
}

img#loader_savings {
	display:none;
	padding: 10px;
}

p.info_dashboard_p {
	position: absolute;
	width: 195px;
	left: 10px;
	bottom: 5px;
}

	.newloansbox {
		background: #fff;
		position: absolute;
		right: 0px;
		bottom: -2px;
		border-radius: 3px;
		padding: 3px
	}
	.newheader {
		position: absolute;
		right: 5px;
		bottom: 60px;
		font: normal 18px Lucidia;
		color: #504f4c;	
	}
	
	#newlist li{
		display: inline;
		text-align: center;
		padding-right: 10px;
	}