* {
	padding:0;
	margin:0;
	box-sizing: border-box;
}

.inContentBox {
	margin: 0 0 40px 40px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	padding: 0;
	max-width: 100%;
	width: 230px;
}

.ajaxContainer {
	margin-bottom: 20px;
}

div.lenderMobileContainer {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

body.mobile select.mobileSliderInput,
body.tablet select.mobileSliderInput {
	display: inline-block!important;
	width: 34%;
	font-size: 1.1em;
	text-align: center;
	padding: 7px 3px;
	position: relative;
	top: -2px;
}

.tooltipContainer.button {
	display: inline-block;
	cursor: pointer;
}

body.mobile td.features,
body.tablet td.features {
	line-height: 25px!important;
}

body.mobile div.sliderContainer .ui-slider,
body.tablet div.sliderContainer .ui-slider {
	display: none;
}

body.mobile div.sliderContainer h2 > span,
body.tablet div.sliderContainer h2 > span {
	display: none;
}

.entry .inContentBox h2,
.lenderMobileContainer div.mobileTitleDiv {
	margin-bottom: 20px;
	font-size: 14px;
    color: #fff;
    padding: 8px 0 6px;
	text-align: center;
    background: #9F0101;
    background-size: auto 100%;
    text-transform: uppercase;
    border-bottom: 3px solid #671616;
}

.sliderContainer {
	margin-bottom: 20px;
}

.lenderMobileContainer.sliderResults div.mobileTitleDiv {
	margin-bottom: 0px;
	border: 1px solid #E2E2E2;
    background: rgb(247,247,247);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f6f6f6',GradientType=0 );
}

.lenderMobileContainer.sliderResults table tbody tr td {
	border-bottom: 1px dotted #ccc;
}

.lenderMobileContainer.sliderResults table tbody tr:last-child td {
	border-bottom: none;
}

.sliderHolder,
.sliderSubmit {
	text-align: center;
	padding: 10px 0 5px;
	border-bottom: 1px dotted #ccc;
	background: #CC0000;
    background-size: auto 100%;
}

.sliderSubmit {
	text-align: center;
	padding: 10px 0;
}

.sliderSubmit input {
	padding: 7px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.sliderContainer div.slider_amount_container {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sliderContainer .sliderHolder:last-child {
	border-bottom: none;
}

.sliderContainer h2 {
	text-align: center;
	margin-bottom: 5px;
}

.entry .sliderHolder h2 {
	text-align: left;
	font-size: 1.1em;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	padding-right: 0;
}

body.mobile .entry .sliderHolder h2,
body.tablet .entry .sliderHolder h2 {
	margin-right: 0;
}

.sliderHolder .ui-slider {
	display: inline-block;
	width: 55%;
}

div.stateSelectContainer.upTop {
	position: absolute;
	top: 3px;
	right: 20px;
}

.inContentBox em {
	line-height: normal;
	padding: 0 15px 15px 15px;
	display: inline-block;
}

.inContentBox div {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.responsive-menu li.menu-item:first-child ul.sub-menu,
.responsive-menu li.menu-item:nth-child(2) ul.sub-menu {
	display: block!important;
}

#responsive-menu .responsive-menu ul.sub-menu li.menu-item a {
	height: auto!important;
}

#click-menu-label {
	padding-top: 5px;
}

.headerMenu {
	background: #CAE8EA;
	background-size: auto 100%;
	display: none;
	text-align: center;
}

.headerMenu > div {
	display: inline-block;
	margin: 0 1%;
}

.headerMenu > div:first-child {
	margin-left: 0;
	padding-right: 2%;
	border-right: 1px dotted #AFAFAF;
}

.headerMenu > div:last-child {
	margin-right: 0;
	padding-left: 2%;
	border-left: 1px dotted #AFAFAF;
}

.headerMenu > div a {
	display: inline-block;
	padding: 10px;
}

body {	
	background-size: 100% 100%;
	background-attachment: fixed;
	font: 14px Arial,Helvetica,sans-serif;
}

a:link,
a:visited {	
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000033;
	text-decoration:underline;
}

#responsive-menu .responsive-menu li li a {
	box-sizing: border-box!important;
	font-weight: normal!important;
	padding-right: 5%!important;
	overflow: auto!important;
	white-space: normal!important;
}

/* Structure */
#wrapper {
	max-width: 100%;
	width: 950px;
	margin: auto;
	padding: 75px 0 0;
}

.header #header-inner {
	position: relative;
	width: 950px;
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

.header {
    background: #e6e6e6;
	border-bottom: 1px solid #A0A0A0;
	position: fixed;
    left: 0;
	height: 73px;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	box-shadow: 0 0 5px #757575;
}

.header.shrink {
    height: 50px;
}

.header #logo img {
	width: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header #logo {
	text-align: center;
	width: 243px;
	display: inline-block;
	padding-top: 7px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink #logo {
	padding-top: 5px;
	width: 230px;
}

.header.shrink #logo img {
	width: 75%;
}

.header #intro {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	font-size: 13px;
	text-align: justify;
	color: #666666;
	font-style: italic;
	line-height: 18px;
	width: 500px;
	margin: 19px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.header.shrink #intro {
	width: 690px;
}

.dropcap {
	float: left;
	font: normal 32pt/1em georgia,arial,"trebuchet ms";
	color: #555;
	position: relative;
	top: -4px;
	margin-right: 4px;
	padding: 0px 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.header.shrink #intro {
	font-size: 10px;
	line-height: 29px;
	margin: 11px 0 0 0;
	text-align: center;
	vertical-align: top;
}

.header.shrink #intro .dropcap {
	top: 2px;
	float: none;
	font: normal 16px georgia,arial,"trebuchet ms";
	margin-right: 0;
}

#container {
	margin:auto;
	margin-top: 0;
}

#sidebar_top {
	height:8px;
	width:200px;
}

#sidebar {
	padding: 5px;
	background-color: #e6e6e6;
}

#sidebar h2{
	font-size:14px;
	color:#fff;
	padding:8px 0 6px 10px;
	background-size: auto 100%;
	text-transform:uppercase;
	border-bottom:3px solid #671616;
}

#sidebar ul {
	background: #fff;
	list-style-type: none;
	margin-bottom: 15px;
}

#sidebar ul:last-child {
	margin-bottom: 0;
}

#sidebar ul li{
	list-style-type:none;
	margin-left:0px;
}

#sidebar ul li ul {
	font-style:normal;
	list-style-type:none;
	padding:0px;
}

#sidebar ul li ul li {
	border-bottom:1px solid #E0E0E0;
	margin:0;
}

#sidebar ul li ul li:hover {
	background-color:#EFFAFF;
}

#sidebar ul li ul li:last-child {
	border-bottom: none;
}

#sidebar a:link,
#sidebar a:visited {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 7px 10px;
}

#sidebar a:hover {
	text-decoration:none;
}

#sidebar p {
	padding:0 5px;
}

#sidebar_bottom {
	height:8px;
	width:200px;
}

.sidebar {
	width: 24%;
	float:left;
	margin-top:0;
}

#entry {
	float: right;
	width: 705px;
}

.entry_top {
	height:9px;
}

.entry_bottom {
	height:9px;
	padding: 0 0 12px 0;
}

.date {
	color: #666666;
	font-size:12px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

.entry {
	margin: 0 0 25px 0;
	padding: 5px;
	background: #e6e6e6;
}

.entry .entry-inner {
	background: #fff;
	padding: 15px;
	position: relative;
}

#entry .entry:last-child {
	margin: 0;
}

.entry h2{
	font-size:22px;
	padding: 0;
}

.post > h2 {
	margin-bottom: 10px;
}

body.archive h2 {
	font-size: 19px;
}

.entry p {
	padding:0 0 15px;
}

body.page-id-24 .entry-inner .post strong {
	display: block;
	border-top: 1px dotted #CCCCCC;
	padding-top: 15px;
	margin-top: 5px;
}

.post {
	line-height:22px;
	position: relative;
}

body.archive .post {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}

body.archive .post:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

html>body .entry ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
} 

html>body .entry li {
	margin: 0 0 0 30px;
	padding-bottom: 5px;
}

.entry ul li:before{
	content: "\00BB \0020";
}

.entry ul li {
	margin-left: 10px !important;
}

.entry ol {
	
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	
	margin-left: 10px !important;
}

.meta {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 10px;
}

.forum {
	width:674px;padding:10px;
}

h1 {
	font-size:22px;
	margin-bottom: 15px;
	line-height: 30px;
	color:#CC0000;
}

body.archive h1 {
	border-bottom: 3px solid #671616;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

h2 {
	font-size:18px;
	color:#CC0000;
	padding-bottom:15px;	
}

h3 {
	font-size:18px;
	color:#CC0000;
	padding-bottom:15px;
	padding-top:10px;
}

h5 {
	font-size:18px;
	color:#CC0000;
	margin-left:15px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:10px;
}

.textFP {
	
	padding-bottom:10px;
	line-height:1.5em;
}

td.recensioner {
	border-right: 0px;
	border-top:0;
	color: #333333;
	text-decoration:none;
	width: 100%;
	padding-left:0px
}

td.recensioner2 {
	border-right: 0px;
	border-top:0;
	color: #333333;
}

img.bild {	
	border:0px;
	float: right;
	padding-right:47px
}

/**************** Misc *********************/
acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}
hr {
	display: none;
}

a img {
	border: none;
}

.alignright {
	float:right;
	margin:10px;
}

.alignleft {
	float:left;
	margin:10px;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	display:inline;
	margin:0 0 20px 20px;
	padding:4px;
	border: 2px solid #e6e6e6;
}

img.alignleft {
	display:inline;
	margin:0 20px 20px 0;
	padding:4px;
	border: 2px solid #e6e6e6;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contactInfo {
	margin-top: 20px!important;
	padding-top: 20px!important;
	border-top: 1px dotted #ccc!important;
}

.contactInfo img {
	border: none!important;
}
}

.frontpageContent img,
.post p img {
	border: 4px solid #e6e6e6;
}

pre {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding:10px;
	background: #f3f2ed;
}

code {
	font-size:1.0em;
	color: #000;
}

h3.search {
	font-size:16px;
	color: #666666;
	padding:20px 0 20px 0px;
	margin:0 0 0 10px;
	background:url(http://onlineloans.us.com/css/images/category.gif) left no-repeat;
}

#footer {
	border-top: 1px solid #7B7B7B;
	background: #e6e6e6;
	margin: 25px auto 0;
	width: 100%;
	padding: 15px 0;
	font-size: 11px;
}

/**********COMMENTS**************/
#comments,
#respond {
	font-size:14px;
	margin:25px 0 25px 0;
	background: #E9E9E9;
	color: #666666;
	padding:5px 10px 5px 10px;
	border:1px solid #CCCCCC;
}

.commentlist {
	margin:0px 0 0 5px;
}

.commentlist li {
	margin:5px 0 25px 0;
	 min-height:70px;
	height:auto !important;
	 height:70px;
	color:#333333;
	list-style:none;
	font-size:12px;
	border-bottom:1px dotted #ccc;
}

.commentlist li p {
	margin:0 0 10px 0;
	line-height:20px;
}

.cominfo {
	font-size:11px;
	margin-bottom:10px;
	background-color:#E9E9E9;
	padding:5px;
	display:block;
	float:left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

.grav {
	float:left;
}

.grav img {
	border:1px solid #CCCCCC;
	padding:2px;
}

.comcontent {
	float:left;
	margin-left:10px;
	width:520px;
}

#author,
#email,
#url {
	width:12em;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding:3px;
	margin:0 5px 10px 0;
	border:1px solid #ccc;
	background:#FFFFFF url(http://onlineloans.us.com/css/images/bloglight.gif) top left no-repeat;
}

#comment{
	width:99%;
	border:1px solid #ccc;
	padding:3px;
	font:13px Georgia,"Times New Roman",Times,serif;
	color:#666666;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#submit{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	padding:5px;
	margin:10px 0 10px 0;
}
.command {
	margin-bottom:15px;
	background:url(http://onlineloans.us.com/css/images/figure.gif) left no-repeat;
	padding-left:16px;
}

h6 {
	font-size:18px;
	color:#CC0000;
	margin-left:10px;
	padding-bottom:5px;
}
	
#shows:hover{
	cursor: pointer;
}

#hides{
	display: none;
}	

.statesTable {
	margin:20px auto 20px;
	border:1px solid #E2E2E2;
	line-height: 1.5;
	width: 100%;
}

.statesTable td {
	width: 33%;
}

.mytable {
	margin:20px 0 10px;
	border:1px solid #E2E2E2;
	line-height: 1.5;
}

.ui-slider-handle {
	cursor: pointer;
}

.mytable a {
	text-decoration:underline;
}

.mytable.slider {
	margin-top: 0!important;
}

.mytable img {
	max-width: none!important;
	width: auto!important;
	height: auto!important;
}

th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #E2E2E2;
	border-left:0;
	border-top: 0;
	text-align: left;
	padding: 6px;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.mytable th:last-child {
	border-right: 0;
}

.mytable tbody tr:nth-child(even) td {
	background:#F5F5F5;
}

th.spec {
	text-align: center !important;
}

td.spec {
		
	border-top:0;
	border-bottom:0;	
	font: bold 10px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color:#333333;
	font-size:20px;
	text-align:center;
	font-weight: bold;
}

td {
	
	border-top:0;
	background: #fff;
	padding: 6px;
	color: #333333;
}

.alt {
	background:#F5F5F5;
}

td.small {
	font-size:13px;
}

td.features {
	font-size: 12px;
	text-align: center;
}

th.features {
	text-align: center;
}

td.cent {
	text-align: center !important;
}

td.bald {
	font-size:13px;
	font-weight: bold;
	text-align: center;
}
.redtext {
	font-size:10px;
	color: #999999;
}

.sub {
	font-weight: bold;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	border: solid #E0E0E0 1px;
	text-decoration: none;
	margin: 0 0 20px 0;
	background: #fff;
}
.sub:hover {	
	background: #f5f5f5;
	cursor: pointer;
	color: #C00;
	text-decoration: none;
	border: solid #A9A9A9 1px;
}