body {
	//background:url('/static/v2/img/backgrounds/dotgray.png');
	background: #f2f2f2;
}

/* Fonts */
html,
button,
input,
select,
textarea {
	color: #474747;
    font-size: 0.8em;
    line-height: 1.5;
}

h3 {
	font-size: 1.2em;
}

.light-text {
	color: #999;
	font-size: 0.9em;
}

.offer-item .light-text {
	text-align: right;
}

/* Form elements */

select, input {
	font-size: 1em;
	float: left;
	vertical-align: top;
	height: 22px;
	margin-right: 5px;
}

textarea {
	height: 80px;
}

textarea,input[type='text'] {
	font-size: 1em;
	border: 1px solid #AAA;
	border-top: 1px solid #666;
	border-radius: 1px;
	-moz-box-shadow: inset 0 2px 3px #cfcfcf;
	-webkit-box-shadow: inset 0 2px 3px #cfcfcf;
	box-shadow: inner 0 2px 3px #cfcfcf;
	padding: 0 0 0 3px;
	color: #666;
}

input[type='text'] {
	height: 22px;
}

input[type='submit'] {
	padding: 0 10px;
	height: 21px;
}

input.full, select.full, textarea.full {
	width: 100%;
}

input[type='text']:active, textarea:active,input[type='text']:focus, textarea:focus {
	background: #ffd;
}

label {
	font-weight: bold;
}

label span {
	color: #ff8500;
}

form h2, form h3 {
	padding: 0;
}

form hr {
	margin-top: 0;
}

input[type='radio'] + label, input[type='checkbox'] + label {
	font-weight: normal;
	margin-top: 5px;
}

/* Look and feel */

p.error {
	color: #ff0000;
	font-size: 0.8em;
}

input.error,textarea.error {
	background: #ffeeee;
	border: 1px solid #ff0000;
	border-top: 1px solid #cc0000;
}

ul.checkmarks {
	list-style-image: url(/static/v2/img/backgrounds/checkmark.png);
	padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 1.1em;
}

ul.checkmarks li {
	margin-bottom: 5px;
	margin-right: 100px;
	float: left;
}

.button {
	background: #73B6FF; /* Old browsers */
    background:    -moz-linear-gradient(top, #73B6FF 0%, #59A1FF 100%); /* FF3.6+ */
    background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73B6FF), color-stop(100%,#59A1FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #73B6FF 0%,#59A1FF 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #73B6FF 0%,#59A1FF 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, #73B6FF 0%,#59A1FF 100%); /* IE10+ */
    background:         linear-gradient(top, #73B6FF 0%,#59A1FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73B6FF', endColorstr='#59A1FF',GradientType=0 ); /* IE6-9 */
    border: 1px solid #508AFF;
    border-bottom: 1px solid #407adf;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    padding:15px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #407AEF;
}

.button:hover {
    box-shadow: 0 2px 5px -1px #aaa;
    cursor: pointer;
}

.button:active {
    border: 1px solid #508AFF;
    border-top: 1px solid #205abf;
    background: #73B6FF;
    box-shadow: none;
}

.button.big {
	width: 100%;
	padding: 10px 0;
	height: auto;
	margin-top: 15px;
}

a {
	color: #3AA6D0;
	font-weight: bold;
	text-decoration: none;
}

.tab-menu li.active a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

td.label {
	color: #000;
	font-weight: bold;
}


#header {
	margin: 20px 0 0 0;
}

.frame {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

strong {
	color: #000;
}

.tab-page {
	display: none;
}

.tab-page.active {
	display: block;
}

table td {
	vertical-align: top;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

tr:last-child td {
	border-bottom: 0;
}

tr td:last-child {
	text-align: right;
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #ddd;
	margin: 10px 30px 0 0;
}

.fb-like {
	float: right;
}

footer {
	background: #fff;
	border-top: 1px solid #dadada;
	margin-top: 60px;
}

footer .container {
	width: 960px;
}

#economy-box {
	width: 280px;
	font-size: 0.8em;
}

#economy-box td {
	padding: 0;
	text-align: center;
}

#economy-box .y-axis {
	border-right: 1px solid #aaa;
	width: 20%;
	vertical-align: middle;
}

#economy-box .data,#economy-box .loss-data {
	border-bottom: 1px solid #aaa;
	vertical-align:bottom;
	position: relative;
	height: 75px;
}

#economy-box .loss-data {
	border:0;
	vertical-align: top;
}

.ff-wrap {
	position: relative;
}

.diagram-turnover,.diagram-revenue {
	width: 20px;
	position: absolute;
	bottom: 0;
	margin-left: 15px;
}

.diagram-turnover.sample,.diagram-revenue.sample {
	position: relative;
	height: 10px;
	width: 10px;
	float: left;
	left: 0;
	margin: 2px 5px 10px 0;
}

.sample + p {
	float: left;
	margin-right: 10px;
}

.diagram-revenue {
	border: 1px solid #ff8500;
	background: #FFA100;
}

.diagram-turnover {
	border: 1px solid #508AFF;
	background: #73B6FF;
}

.data .diagram-revenue, .data .diagram-turnover {
	border-bottom: 0;
}

.loss-data .diagram-revenue {
	top: 0;
	bottom: none;
	border: 1px solid #ff8500;
	border-top: 0;
}

.diagram-revenue {
	left: 25px;
}

.graph-wrap .diagram-turnover {
	height: 100px;
}

.info-box {
	padding: 15px;
	background: #fff6e1;
	border: 1px solid #f9e7c5;
	text-align: center;
}

/* Definiera ratingsprites */
.rating, .rating-small, .rating-mini {
	display: inline-block;
	width: 148px;
	height: 30px;
	margin-bottom: -7px;
	background: url('/static/v2/img/backgrounds/rating.png') no-repeat;
}

.rating-small {
	width: 110px;
	height: 23px;
}
.rating-mini {
	width: 72px;
	height: 16px;
}

.rating-sf .rating {
	height: 23px;
	width: 118px;
	margin-bottom: 0;
}

.rating-rejta .rating {
	height: 23px;
	width: 124px;
	margin-bottom: 0;
}

.rating-sf .rating.r5 { background-position: 0 -66px; }
.rating-sf .rating.r4 { background-position: -24px -66px; }
.rating-sf .rating.r3 { background-position: -48px -66px; }
.rating-sf .rating.r2 { background-position: -72px -66px; }
.rating-sf .rating.r1 { background-position: -96px -66px; }

.rating-rejta .rating.r5 { background-position: 0 -93px; }
.rating-rejta .rating.r4 { background-position: -25px -93px; }
.rating-rejta .rating.r3 { background-position: -50px -93px; }
.rating-rejta .rating.r2 { background-position: -75px -93px; }
.rating-rejta .rating.r1 { background-position: -100px -93px; }

.rating.r50	{ background-position: 0 -32px; }
.rating.r40	{ background-position: -29px -32px; }
.rating.r30	{ background-position: -58px -32px; }
.rating.r20	{ background-position: -87px -32px; }
.rating.r10	{ background-position: -116px -32px; }

.rating.r45	{ background-position: 0 1px; }
.rating.r35	{ background-position: -29px 1px; }
.rating.r25	{ background-position: -58px 1px; }
.rating.r15	{ background-position: -87px 1px; }

.rating-small.r50	{ background-position: -1px -145px; }
.rating-small.r40	{ background-position: -23px -145px; }
.rating-small.r30	{ background-position: -45px -145px; }
.rating-small.r20	{ background-position: -67px -145px; }
.rating-small.r10	{ background-position: -89px -145px; }

.rating-small.r45	{ background-position: -2px -120px; }
.rating-small.r35	{ background-position: -23px -120px; }
.rating-small.r25	{ background-position: -45px -120px; }
.rating-small.r15	{ background-position: -67px -120px; }

.rating-mini.r50	{ background-position: -1px -186px; }
.rating-mini.r40	{ background-position: -15px -186px; }
.rating-mini.r30	{ background-position: -29px -186px; }
.rating-mini.r20	{ background-position: -43px -186px; }
.rating-mini.r10	{ background-position: -57px -186px; }

.rating-mini.r45	{ background-position: -1px -170px; }
.rating-mini.r35	{ background-position: -15px -170px; }
.rating-mini.r25	{ background-position: -29px -170px; }
.rating-mini.r15	{ background-position: -43px -170px; }

.review-reply {
	border-left: 2px solid #FF8500;
	padding: 10px 15px;
	background: #FFF6E1;
	margin: 10px 10px 0 10px;
}

.review .footer {
	margin-top: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

.wrapper.list-row,.offer-item.list-row {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
}

.list-row .one-col, .list-row .two-col, .list-row .three-col, .list-row .four-col, .list-row .five-col, .list-row .six-col {
	margin-top: 0;
}

.list-row .one-col.image-wrapper {
	background: #f0f0f0;
	height: 90px;
}

strong {
	color: #000;
}

.info-box-light {
	border: 1px solid #ddd;
	background: #f7f7f7;
	border-radius: 2px;
}

.info-box-light h3 {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.info-box-color {
	outline: 1px solid #C0D7DD;
	background: #D9EEF9;
	border-radius: 2px;
}

.info-box-no-attention {
	 text-align: center;
	 background: #f0f0f0;
	 padding: 15px;
}

.highlight {
	background: #ffc;
}

.search-box {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
}

.description-image {
	float: right;
	width: 145px;
	padding: 5px 5px 5px 5px;
	background: white;
	border: 1px solid #CCC;
	border-bottom: 1px solid #999;
	margin: 0 0 5px 10px;
}

.testimonial-image {
	float: left;
	padding: 5px 5px 5px 5px;
	background: white;
	border: 1px solid #CCC;
	border-bottom: 1px solid #999;
	margin: 0 15px 0 0;
}

li span {
	font-size: 0.9em;
	font-weight: normal;
}

h3 span {
	color: #ff8500;
}


.steps {
	margin-top: 5px;
	padding-left: 30px;
}

hr + .steps {
	margin-top: 15px;
}

.category-title::after {
	display: block;
	width: 80px;
	height: 50px;
	background: url(/static/v2/img/icons/big-blue-arrow-left.png) no-repeat;
	content:'';
	margin: -28px 0 0 -85px;
	position: absolute;
}

.category-title.low-arrow::after {
	margin: 60px 0 0 -85px;
}

.steps span {
	background: #FF8500;
	color: white;
	font-weight: bold;
	padding: 0px 5px;
	border-radius: 10px;
	margin: 0 5px 0 -30px;
}

.category-title {
	line-height: 1.1em;
	margin-bottom: 15px;
}

.policy-text {
	font-size: 0.8em;
	background: url('/static/v2/img/icons/lock.png') no-repeat 0 8px;
	padding: 10px 0 0 20px;
}

.zipcode-text {
	font-size: 0.8em;
	background: url('/static/v2/img/icons/info.png') no-repeat 0 22px;
	padding: 22px 0 0 20px;
	margin-left: -10px;
}

label span.description {
	font-size: 0.8em;
	color: #555;
}

.policy-text a {
	color: #000;
	text-decoration: underline;
}

.category-list-image {
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
	border-bottom: 1px solid #A0A0A0;
	margin-right: 10px;
	cursor: pointer;
}

.register-push {
	background: #F6E6D6;
	padding: 8px;
	margin: 0 30px 0 0;
}

.register-push img {
	float: left;
	margin: -20px 15px 0 0;"
}

.register-push p a {
	white-space: nowrap;
}

.extern-link {
	margin: 10px 0 20px 30px;
}

h1 span {
	color: #ff8500;
}

.description-text, .description-logo {
	float: left;
}

.description-text {
	margin-top: 5px;
}

.description-logo {
	margin: 5px 10px;
	width: 180px;
}

/* Absolute positions */

.positioned {
	position: absolute;
}

#consumer-in-box {
	right: 5px;
	top: -30px;
}

#start-here-left {
	left: -120px;
}

#start-here-right {
	right: -120px;
}