html{}
body{
	margin: 0;
	font: 62.5% 'Lucida Sans', Arial, Verdana, sans-serif;
	min-width:980px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input,
textarea,
select{
	font: 100% arial,sans-serif;
	vertical-align: middle;
}
fieldset{
	margin:0;
	padding:0;
	border:none;
}
img{border: none;}
table{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
td{
	padding:0;
	margin:0;
}
a{
	text-decoration: none;
	color: #A95F00;
}
.wraper{background:url(../images/bg-page.gif) repeat-y 0; float:left; width:1000px;}
.main{
	margin: 0;
	width: 980px;
	background:url(../images/bg-content.gif) repeat-y;
}

#page{
	width: 100%;
}

.banners{
	position: absolute;
	left: 1000px;
	width: 250px;
	margin-top: 10px;
}

.banners div {
	margin-bottom: 10px;
}


/* header start */
#header{
	position:relative;
	background:url(../images/bg-header.gif) no-repeat;
	width:100%;
	overflow:hidden;
}
.logo{
	float:left;
	background: url(../images/h-logo.jpg) no-repeat;
	margin:0 0 0 10px;
	width:324px;
	height:95px;
}
.logo a{
	width: 302px;
	height: 59px;
	overflow: hidden;
	text-indent: -9999px;
	margin:21px 0 0 21px;
	display:block;
}
#header .w-right{
	float:right;
	width:630px;
}
/* top-nav start */
.h-top-nav{
	overflow:hidden;
	width:100%;
}
.h-top-nav ul{
	list-style: none;
	margin: 10px 15px 0 0;
	display:inline;
	padding: 0;
	float:right;
	font: 10px/13px 'Lucida Sans', Arial, Helvetica, sans-serif;
	color:#404040;
}
.h-top-nav li{
	float:left;
	background:url(../images/sep-h-top-nav.gif) no-repeat 0 50%;
	padding: 0 10px 0 12px;
}
.h-top-nav li:first-child{background:none;}
.h-top-nav a{color:#A95F00;}
.h-top-nav a:hover{text-decoration:underline;}
.h-top-nav label{margin:0 5px 0 0;}
.h-top-nav input{
	width:16px;
	height:15px;
	margin:0;
	padding:0;
}
/* top-nav end */
.h-login .row{
	overflow:hidden;
	margin: 7px 12px 0 0;
	float: right;
	width: 135px;
}
.h-login .row a:link{
	font-size: 12px;
}
* html .h-login .row{
	overflow:visible;
	height:1%;
}
.h-login .row input{
	float:right;
}
.h-login .row label{
	float:right;
	margin: 3px 6px 0 13px;
	font: 11px/20px 'Lucida Sans', Arial, Helvetica, sans-serif;
	color:#404040;
}
.h-login .row .pass,
.h-login .row .login{
	width:125px;
	border:1px solid #d8d8d8;
	font: 12px 'Lucida Sans', Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin:3px 0 0;
}
.h-login .row .pass{margin-right:16px;}
/* main nav */
.main-nav-holder{
	overflow:hidden;
	width:100%;
	margin:13px 0 0;
}
#main-nav{
	float:right;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 0 22px;
	display:inline;
}
#main-nav li{
	float:left;
	width:176px;
	margin: 0 0 0 2px;
	display:inline;
}
#main-nav a{
	background:url(../images/bg-main-nav-tab.gif) no-repeat;
	height:35px;
	width:176px;
	text-align:center;
	display:block;
	font: 20px/36px Arial, Helvetica, sans-serif;
	color:#fff;
	overflow:hidden;
	
}
#main-nav .active a,
#main-nav li:hover a,
#main-nav li.hover a{
	background-position:0 100%;
	line-height:34px;
	color:#383838;
}
/* drop menu */
#main-nav div{
	display:none;
	left:0;
	overflow:hidden;
	width:980px;
	top:95px;
	position:absolute;
	height:27px;
}
#main-nav .active div{display:block;}
#main-nav ul{
	list-style: none;
	margin: 0 0 0 21px;
	padding: 0;
	overflow:hidden;
}
#main-nav ul{
	height:1%;
	overflow:visible;
}
#main-nav ul li{
	float:left;
	width:auto;
	margin: 0;
	display:inline;
	background:url(../images/sep-drop-nav.gif) no-repeat 0 5px;
}
#main-nav ul li:first-child{background:none;}
#main-nav .active ul a,
#main-nav li:hover ul a,
#main-nav li.hover ul a{
	background:none;
	text-transform:uppercase;
	height:auto;
	width:auto;
	text-align:left;
	display:block;
	font: 11px/22px 'Lucida Sans', Arial, Helvetica, sans-serif;
	color:#1f1f1f;
	margin:5px 0 0;
	
}
#main-nav .active a,
#main-nav li:hover a,
#main-nav li.hover a{
	background-position:0 100%;
	line-height:34px;
	color:#383838;
	cursor:pointer;
}
#main-nav ul .active a,
#main-nav ul li:hover a,
#main-nav ul li.hover a{
	background:url(../images/bg-drop-item-hover-left.gif) no-repeat;
	margin:0;
	overflow:visible;
	position:relative;
	float:left;
}
#main-nav ul .active a{
	background:url(../images/bg-drop-item-hover-left.gif) no-repeat !important;
	margin:0 !important;
}
#main-nav ul span{
	float:left;
	padding:0 12px 0 10px;
	position:relative;
	right:-3px;
}
#main-nav ul .active span,
#main-nav ul li:hover span,
#main-nav ul li.hover span{
	background:url(../images/bg-drop-item-hover-right.gif) no-repeat 100% 0;
	padding:5px 12px 0 10px;
}
/* header end */

/* content start */
/* content top-row start */
#content .top-row{
	overflow:hidden;
	margin: 0;
	height: 10px;
}
* html #content .top-row{
	height:1%;
	overflow:visible;
}
#content .top-row p{
	margin:0;
	font: 1.2em/1.08 'Lucida Sans', Arial, Helvetica, sans-serif;
	color:#232323;
}
/* content top-row end */
/* content column start */
#content .columns{
	overflow:hidden;
	width:100%;
}
/* column start */
#column{
	float:left;
	width:210px;
}
.col-box{
	background:url(../images/sep-col-box.gif) no-repeat;
	padding:30px 0 0 10px;
	margin:0 0 21px;
}
.col-box h2{
	font-size:17px;
	color:#545454;
	font-family: 'Lucids Sans', Arial, Helvetica, sans-serif;
	margin:0 0 0 10px;
}
.col-box .col-links-list{
	list-style: none;
	margin: 6px 0 0 20px;
	overflow:hidden;
	padding: 0;
	font: 1.1em/1.18em 'Lucida sans', Arial, Helvetica, sans-serif;
}
* html .col-box .col-links-list{
	overflow:visible;
	height:1%;
}
.col-box .col-links-list li{margin:6px 0 0;}
.col-box .col-links-list a{color:#a95f00;}
.col-box .col-links-list a:hover{text-decoration:underline;}
/* col-citing start */
.col-citing div{
	height:86px;
	/* background:url(../images/img-citing.gif) no-repeat; */
	margin:9px 0 0 10px;
	overflow:hidden;
}
.col-citing div a{
	text-indent:-999px;
	overflow:hidden;
	display:block;
	width:176px;
	height:30px;
	margin:45px 0 0 5px;
}
/* col-citing end */
/* col-certificate start */
.col-certificate div{
	overflow:hidden;
	width:100%;
	margin:7px 0 0;
}
.col-certificate div img{float:left;}
.col-certificate div ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
	width:100px;
	font: 1.1em/1.18em 'Lucida sans', Arial, Helvetica, sans-serif;
}
.col-certificate div li{
	background:url(../images/bullet.gif) no-repeat 0 3px;
	padding:0 0 3px 9px;
	font: 1.0em/1.2em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#4a4a4a;
}
.col-certificate div a{color:#393939;}
.col-certificate div a:hover{text-decoration:underline;}
.col-certificate .btn-more{margin: 4px 0 0 47px;}
.col-certificate .btn-more a{
	background:url(../images/btn-more.gif) no-repeat;
	width:142px;
	height:31px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
/* col-certificate end */
/* col-auctions start */
.col-auctions{
	background:url(../images/sep-col-box.gif) no-repeat;
	margin:0 0 21px;
	padding:30px 0 0 10px;
}
* html .col-auctions{
	overflow:visible;
	height:1%;
}
.col-auctions h2{
	color:#545454;
	font:17px 'Lucids Sans',Arial,Helvetica,sans-serif;
	margin:0 0 0 15px;
}
.col-auctions ul{
	list-style: none;
	margin: -7px 0 0 15px;
	padding: 0;
}
.col-auctions li{
	background:url(../images/sep-col-auctions.gif) no-repeat;
	padding: 15px 0 10px;
}
.col-auctions li:first-child{background:none;}
.col-auctions ul h3{
	color:#393939;
	font:bold 12px/14px 'Lucids Sans',Arial,Helvetica,sans-serif;
	margin:0;
}
.col-auctions ul h3 a{color:#393939;}
.col-auctions ul h3 a:hover{text-decoration:underline;}
.col-auctions ul .description{
	overflow:hidden;
	width:100%;
	margin:5px 0 8px;
}
.col-auctions ul .description a{
	float:left;
	margin:4px 0 0;
}
.col-auctions ul .description a img{
	display:block;
	border: 1px solid #7b7b7b;
	width:84px;
	height:63px;
}
.col-auctions ul .description div{
	float:right;
	width:90px;
}
.col-auctions ul .description p{
	margin:0;
	font:11px/16px 'Lucids Sans',Arial,Helvetica,sans-serif;
	color:#393939;
}
.col-auctions ul strong{
	display:block;
	font:12px/16px 'Lucids Sans',Arial,Helvetica,sans-serif;
	color:#a86000;
}
/* col-latest-news start */
.col-latest-news ul{
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}
.col-latest-news li{
	font: 1.1em/1.36em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#a86000;
	padding: 3px 0 3px 0;
}
.col-latest-news li a:hover{
	text-decoration: underline;
}
.col-latest-news a {
	color: #A95F00;
}
.col-latest-news h4{
	margin: 10px 0 0 10px;
	font-family: 'Lucida sans', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.col-latest-news h4 a:hover{
	text-decoration: underline;
}
.col-latest-news .news-datum {
	color: #6F6F6F;
	font: 1.0em 'Lucida sans', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 2px 0 2px 0;
}
/* col-latest-news end*/
/* column end */

/* center start */
.center{
	float:left;
	width:481px;
	margin:0 4px 0 22px;
	display:inline;
}

/* center wide start */
.centerwide{
	float:left;
	width:739px;
	margin:0 4px 0 22px;
	display:inline;
}

/* text box start */
.center .article h1{
	color:#4a4a4a;
	font-size:36px;
	margin:19px 0 17px 0;
}
.center .article h2{
	color:#4a4a4a;
	font-size:16px;
	margin:15px 0 10px 0;
}
.center .article h3{
	color:#4a4a4a;
	font-size:15px;
	margin:12px 0 8px 0;
}
.center .article h4{
	color:#4a4a4a;
	font-size:11px;
	margin: 13px 0 0 0;
	padding: 0;
}
.center .article h1,
.center .article h2,
.center .article h3,
.center .article h4{
	overflow:hidden;
	width:100%;
}
.center .article h1 span,
.center .article h2 span,
.center .article h3 span,
.center .article h4 span{
	float:left;
	margin:4px 0 0 0;
}
.center .article p{
	color:#4a4a4a;
	font-family: 'Lucida sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.54em;
	margin:5px 0 0;
}
.center .article a{
	color: #a95f00;
	text-decoration: none;
}
.center .article a:hover{
	text-decoration: underline;
}
.center .article ul{
	color:#4a4a4a;
	font: 1.1em/1.54em 'Lucida sans', Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 7px 0 0;
	padding: 0 0 0 20px;
}
.center .article ol{
	margin: 7px 0 0 2px;
	padding: 0 0 0 20px;
}
.center .article ul li{
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 0 0;
	
}

.comment-body
{
	font-weight: normal;
	line-height: 16px;
	padding: 0 20px 20px 80px;
	background: url('../images/bubble-bottom.png') no-repeat bottom;
	margin-bottom: 10px;
	margin-left: -20px;
	word-wrap: break-word;
}
.comment-body p {
	font-size: 1em ! important;
}

.comment-body .comment-author {
	background: url('../images/bubble-top.png') no-repeat 0 0;
	padding: 10px 0 0 8px;
	margin-left: -60px;
}
.avatar {
	float: left;
	height: 35px;
	position: relative;
	z-index: 999;
}
.fn {
	margin: -10px 0 0 20px;
	padding: 0;
	height: 35px;
	font-family: 'Lucida Sans', Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.says {
	margin: -10px 0 0 0px;
	padding: 0;
	font-family: 'Lucida Sans', Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 35px;
	font-style: normal;
}

.center .article .commentlist {
	padding-left: 0;
}

.center .article .commentlist li {
	background: url('../images/bubble-bg.png') repeat-y;
	padding: 0;
}

.center .article ol li p{
	color:#4a4a4a;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.54em;
}

.at300bs {
	margin: -1px 4px 0 0;
}

.addthis_toolbox {
	margin-top: 10px;
	float: left;
}

#tmfb {
	margin-top: -30px;
}

#respond {
	margin-top: 40px;
	clear: both;
}

.center .article label {
	font-size: 1.2em;
}

.center .article .wp-polls p {
	font-size: 1.0em;
}

#comments {
	margin: 40px 0 20px 0;
}

.entry {
	color: #4A4A4A;
	font-family: 'Lucida Sans', Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.36em;
	word-wrap: break-word;
}

.center .article input,
textarea,
select,
input.puff_reg{
	font: 110% 'Lucida Sans', Arial, Verdana, sans-serif;
	vertical-align: middle;
	background: #FFF1D6 none repeat scroll 0 0;
	border: 1px solid #BBB;
	padding: 3px;
	margin: 2px 0 3px 0;
}
.center .article .navigation{
	margin: 5px 0 0 0;
	padding: 0;
	height: 16px;
}
.center .article .navigation .next-post{
	padding: 0;
	margin: 0;
	width: 240px;
	text-align: right;
	float: right;
	word-wrap: break-word;
}
.center .article .navigation .prev-post{
	padding: 0;
	margin: 0;
	width: 240px;
	text-align: left;
	word-wrap: break-word;
	float: left;
}
.center .article .navigation .prev-post a{
	font: 1.1em 'Lucida sans',Arial,Helvetica,sans-serif;
}
.center .article .navigation .next-post a{
	font: 1.1em 'Lucida sans',Arial,Helvetica,sans-serif;
}
/* Center Intyg start */
.intyg_center{
	float:left;
	width:481px;
	margin:0 4px 0 0;
	display:inline;
}
.intyg_center .article h2{
	color:#4a4a4a;
	font-size:16px;
	margin:15px 0 10px 0;
}
.intyg_center .article h3{
	color:#4a4a4a;
	font-size:15px;
	margin:12px 0 8px 0;
}
.intyg_center .article h2,
.intyg_center .article h3,
.intyg_center .article h4{
	overflow:hidden;
	width:100%;
}
.intyg_center .article h2 span,
.intyg_center .article h3 span,
.intyg_center .article h4 span{
	float:left;
	margin:4px 0 0 0;
}
.intyg_center .article p{
	color:#4a4a4a;
	font: 1.1em/1.54em 'Lucida sans', Arial, Helvetica, sans-serif;
	margin:5px 0 0;
}
.intyg_center .article a{
	color: #a95f00;
	text-decoration: none;
}
.intyg_center .article a:hover{
	text-decoration: underline;
}
.intyg_center .article ul{
	color:#4a4a4a;
	font: 1.1em/1.54em 'Lucida sans', Arial, Helvetica, sans-serif;
	margin: 7px 0 0;
	padding: 0 0 0 20px;
}
.intyg_center .article ol{
	margin: 7px 0 0 2px;
	padding: 0 0 0 20px;
}
.intyg_center .article ol li{
	font-weight: bold;
}
.intyg_center .article ol li p{
	color:#4a4a4a;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.54em;
}
.intyg_center .article #navlist ul{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
.intyg_center .article #navlist li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	background-image: url(../images/orange_pil_small.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
}
.intyg_center .article #navlist .curr{
	border-bottom: 1px dotted #000;
	font-weight: bold;
}
.intyg_center .article #navlist .complete{
	color: #a95f00;
}
.intyg_center .article #navlist2 ul{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
.intyg_center .article #navlist2 li{
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 0 0 16px;
	background-image: url(../images/orange_pil_small.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
}
.intyg_center .article #navlist2 .curr{
	border-bottom: 1px dotted #000;
	font-weight: bold;
}
.intyg_center .article #navlist2 .complete{
	color: #a95f00;
}
.intyg_center .article #navlist_vert{
	position: absolute;
	top: 50px;
	left: 275px;
	width: 200px;
}
.intyg_center .article #navlist_vert ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
.intyg_center .article #navlist_vert li{
	margin: 0 8px 0 0;
	padding: 0 0 0 16px;
	background-image: url(../images/orange_pil_small.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
}
.intyg_center .article #navlist_vert .curr{
	text-decoration: underline;
	font-weight: bold;
}
.intyg_center .article #navlist_vert .complete{
	color: #a95f00;
}

.intyg_center .article .grey_box{
	color:#4a4a4a;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2.3em;
	width: 480px;
	height: 25px;
	padding: 0;
	margin: 5px 0 3px 0;
	background-color: #DFDFDF;
}
.intyg_center .article .yellow_box{
	color:#4a4a4a;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2.3em;
	width: 480px;
	height: 25px;
	padding: 0;
	margin: 0;
	background-color: #FABE72;
}
#radio_start1{
	padding: 0;
	margin: 0 5px 3px 5px;
	border: 0;
	background: none;
}
#radio_start2{
	padding: 0;
	margin: 0 5px 3px 5px;
	border: 0;
	background: none;
}
#radio_standard{
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
#checkbox_standard{
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
#reg{ /* Text input reg nr */
	width: 105px; 
	height: 22px;
	text-transform: uppercase;
	text-align: center;
	font: 1.9em 'Lucida sans', Arial, Helvetica, sans-serif;
	float: left;
}
.submit_button1{
	height: 30px;
	clear: both;
	float: left;
	width: 90px;
	margin: 20px 50px 0 0;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	background:#faa537 none repeat scroll 0 0;
	border:1px solid #BBB;
	cursor:pointer;
}
.intyg_center .article .submit_button2{
	height: 20px;
	clear: both;
	float: left;
	width: 110px;
	margin: 2px 0 2px 0;
	font: 1.0em 'Lucida sans', Arial, Helvetica, sans-serif;
	background:#faa537 none repeat scroll 0 0;
	border:1px solid #BBB;
	cursor:pointer;
}
.intyg_center .article .button_left{
	height: 30px;
	float: left;
	width: 90px;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	background:#faa537 none repeat scroll 0 0;
	border:1px solid #BBB;
	cursor:pointer;
}
.intyg_center .article .button_right1{
	height: 30px;
	clear: both;
	float: right;
	width: 90px;
	margin: 20px 50px 0 0;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	background:#faa537 none repeat scroll 0 0;
	border:1px solid #BBB;
	cursor:pointer;
}
.intyg_center .article .button_right2{
	height: 30px;
	float: right;
	width: 90px;
	margin: 20px 4px 0 0;
	font: 1.1em 'Lucida sans', Arial, Helvetica, sans-serif;
	background:#faa537 none repeat scroll 0 0;
	border:1px solid #BBB;
	cursor:pointer;
}
.intyg_center .article .img_pil{
	margin: 8px 0 0px 22px;
	padding: 0;
}
.intyg_center .article .img_pil_hoger{
	margin: 5px 5px 0px 12px;
	padding: 0;
	float: left;
}
.intyg_center .article .p_left{
	float: left;
	margin-right: 25px;
}
.intyg_center .article .p_left_rel{
	clear: both;
	float: left;
	margin-right: 25px;
}
.intyg_center .article .print_manuell_vardering{
	position:absolute;
	top: 74px;
	left: 306px;
}
.intyg_center .article input,
textarea,
select{
	font: 100% 'Lucida Sans', Arial, Verdana, sans-serif;
	vertical-align: middle;
	background: #FFF1D6 none repeat scroll 0 0;
	border: 1px solid #BBB;
	padding: 3px;
	margin: 2px 0 3px 0;
}

/* boilerplate start */
.center .boilerplate{
	margin:13px 0 0;
	background: url(../images/sep-center-box.gif) no-repeat;
	background-position: left bottom;
	padding:10px 0 0;
	font: 1.3em/15px 'Lucida sans',Arial,Helvetica,sans-serif;
	color:#404040;
	height: 71px;
}
/* boilerplate end */


/* text box end */
/* latest-news start */
.center .latest-news{
	margin:13px 0 0;
	/*background:url(../images/sep-center-box.gif) no-repeat;
	padding:17px 0 0;*/
}
.center .latest-news h2{
	font-size:14px;
	color:#4a4a4a;
	margin:0;
}
.center .latest-news ul{
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
	overflow:hidden;
	width:100%;
}
.center .latest-news ul li{
	line-height: 1px;
}
.center .latest-news li{margin:9px 0 0;}
.center .latest-news h3{
	margin:0;
	font: 1.1em/1.36em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#a86000
}
.center .latest-news h3 a{color:#a86000;}
.center .latest-news h3 a:hover{text-decoration:underline;}
.center .latest-news p{
	margin:0;
	font: 11px/15px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#4a4a4a
}
.center .latest-news .date{
	color: #6F6F6F;
	font: 1.0em 'Lucida sans', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 7px 0 3px 0;
}
.date-span {
	color: #6F6F6F;
	font: 1.0em 'Lucida sans', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 3px;
}
.img-footer {
	border: 0;
	margin: 20px 0 10px 0;
	padding: 0;
}
/* latest-news end */
/* iframe */
.center iframe{width:100%;}
.frame-body{min-width:0;}
.frame-body p{
	color:#4a4a4a;
	font: 1.1em/1.54em 'Lucida sans', Arial, Helvetica, sans-serif;
	margin:5px 0 0;
}
/* prod-description start */
.prod-description{margin:3px 0 0;}
.prod-description .actions{
	list-style: none;
	margin: 0 0 0 -13px;
	padding: 0;
}
.prod-description .actions li{
	font:12px/19px 'Lucida sans', Arial, Helvetica, sans-serif;
	background:url(../images/sep-actions.gif) no-repeat 0 50%;
	display:inline;
	padding: 0 5px 0 13px;
}
.prod-description .actions li:first-child{background:none;}
.prod-description .actions a{color:#a86000;}
.prod-description .actions a:hover{text-decoration:underline;}
.prod-description .heading{margin:5px 0 0}
.prod-description .heading h1{
	color:#1a1a1a;
	font:19px/24px 'Lucida sans', Arial, Helvetica, sans-serif;
	margin:0;
}
.prod-description .heading strong{
	color:#1a1a1a;
	font:12px/19px 'Lucida sans', Arial, Helvetica, sans-serif;
}
.prod-description .heading p{
	font:italic 12px/19px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	margin:7px 0 0;
}
.prod-description .box-ttl{
	background:url(../images/bg-box-ttl-border.gif) no-repeat 0 100%;
	padding:0 0 2px;
}
.prod-description .box-ttl h2{
	margin:0;
	font:bold 12px/16px 'Lucida sans', Arial, Helvetica, sans-serif;
	background:url(../images/bg-box-ttl.gif) repeat-y;
	color:#fff;
	padding: 0 5px;
	text-transform:uppercase;
}
/* cost start */
.prod-description .cost{margin:13px 0 0;}
.prod-description .cost .box-ttl{margin-bottom:4px;}
.prod-description .cost p{
	font:12px/19px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}
.prod-description .cost .table{margin:8px 0 0;}
.prod-description .cost .table div{
	overflow:hidden;
	width:100%;
}
.prod-description .cost .table span{
	float:left;
	width:72px;
	font:12px/19px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#000;
}
.prod-description .cost .table strong{
	float:left;
	width:152px;
	font:14px/19px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#000;
}
.prod-description .cost .table p{
	float:left;
	width:247px;
	font: 11px/19px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	margin:0;
}
.prod-description .cost input,
textarea,
select{
	font: 100% 'Lucida Sans', Arial, Verdana, sans-serif;
	vertical-align: middle;
	background: #FFF1D6 none repeat scroll 0 0;
	border: 1px solid #BBB;
	padding: 3px;
	margin: 2px 0 3px 0;
}
/* cost end */
/* select-car start */
.prod-description .select-car{margin:16px 0 0;}
.prod-description .select-car .table{
	font:10px/17px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	margin:9px 0 0;
}
.prod-description .select-car .row{
	overflow:hidden;
	width:100%;
	margin:3px 0 0;
	display:table;
}
.prod-description .select-car .row p{
	padding:0 2px;
	display:table-cell;
	vertical-align:middle;
	float:left;
	display:inline;
}
.prod-description .grey{background:url(../images/bg-table-grey-row.gif) repeat-y;}
.prod-description .select-car .col-1{width:68px;} 
.prod-description .select-car .col-2{width:166px; font-weight: bold;}
.prod-description .select-car .col-3{width:76px;} /* 80 */
.prod-description .select-car .col-4{width:118px; font-weight: bold;}

.prod-description .select-car .col-5{width:195px;} 
.prod-description .select-car .col-6{width:100px; font-weight: bold;}
.prod-description .select-car .col-7{width:120px;}
.prod-description .select-car .table p{margin:0;}

.prod-description .select-car .table hr{
	color: #fff;
	background-color: #fff;
	height: 5px;
	border-top: none;
	border-bottom: 1px dotted black;
}
/* select-car end */

/* small-columns start */
.prod-description .small-columns{
	overflow:hidden;
	width:100%;
	margin:12px 0 15px;
}
.prod-description .small-columns .column-1{
	float:left;
	width:240px;
}
.prod-description .small-columns .table{margin:9px 0 0;}
.prod-description .small-columns .box-ttl{background-position:-170px 100%;}
.prod-description .small-columns .column-1 h2{width:213px;}
.prod-description .small-columns .column-1 .grey{background-position:100% 0;}
.prod-description .small-columns .column-1 .row{
	overflow:hidden;
	width:100%;
	margin:3px 0 0;
	display:table;
}
.prod-description .small-columns .column-1 .row p{
	padding:0 2px;
	font: 10px/16px 'Lucida sans', Arial, Helvetica, sans-serif;
	margin:0;
	display:table-cell;
	vertical-align:middle;
	float:left;
	display:inline;
}
.prod-description .small-columns .column-1 .col-1{width:178px;}
.prod-description .small-columns .column-1 .col-2{width:45px;}
.prod-description .small-columns .column-2{
	float:left;
	width:240px;
}
.prod-description .small-columns .column-2 h2{background-position:100% 0;}
.prod-description .small-columns .column-2 .grey{background-position:100% 0;}
.prod-description .small-columns .column-2 .row{
	overflow:hidden;
	width:100%;
	margin:3px 0 0;
	display:table;
}
.prod-description .small-columns .column-2 .row p{
	padding:0 2px;
	font: 10px/16px 'Lucida sans', Arial, Helvetica, sans-serif;
	margin:0;
	display:table-cell;
	vertical-align:middle;
	float:left;
	display:inline;
}
.prod-description .small-columns .column-2 .col-1{width:107px;}
.prod-description .small-columns .column-2 .col-2{width:113px;}
.prod-description .small-columns .column-2 .col-3{width:175px;}
.prod-description .small-columns .column-2 .col-4{width:50px;}

/* Column-3 */
.prod-description .small-columns .column-3{
	clear: both;
	float:left;
	width:240px;
}
.prod-description .small-columns .column-3 h2{background-position:100% 0;}
.prod-description .small-columns .column-3 .grey{background-position:100% 0;}
.prod-description .small-columns .column-3 .row{
	overflow:hidden;
	width:100%;
	margin:3px 0 0;
	display:table;
}
.prod-description .small-columns .column-3 .row p{
	padding:0 2px;
	margin:0;
	display:table-cell;
	vertical-align:middle;
	float:left;
	display:inline;
}
.prod-description .small-columns .column-3 .col-1{width:107px;}
.prod-description .small-columns .column-3 .col-2{width:113px;}
.prod-description .small-columns .column-3 .col-3{width:70px;}
.prod-description .small-columns .column-3 .col-4{width:155px;font-weight:bold;}
/* Column-3 end */

.prod-description .small-columns .partner-info{margin:15px 0 0;}
.prod-description .small-columns .partner-info h3{
	margin:0 0 7px;
	font:12px/20px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	background:url(../images/bg-box-ttl-border.gif) no-repeat 100% 100%;
}
/* small-columns end */

/* center end */

/* sidebar start */
#sidebar{
	float:right;
	width:253px;
	padding: 0 10px 0 0;
}
#sidebar .sb-box{
	background:url(../images/bg-sb-box-top.gif) repeat-x;
	overflow:hidden;
	margin:0 0 3px 13px;
}
* html #sidebar .sb-box{
	height:1%;
	overflow:visible;
}
#sidebar .sb-box .bottom{
	background:url(../images/bg-sb-box-bottom.gif) repeat-x 0 100%;
	overflow:hidden;
	padding:11px 0 7px 15px;
}
* html #sidebar .sb-box .bottom{
	overflow:visible;
	height:1%;
}
#sidebar .sb-box h2{
	font-size:18px;
	color:#4a4a4a;
	margin:0 0 5px;
	overflow:hidden;
}

#sidebar .wp-polls h2{
	font-size:18px;
	color:#4a4a4a;
	margin:0 0 5px;
	overflow:hidden;
}

* html #sidebar .sb-box h2{
	height:1%;
	overflow:visible;
}
#sidebar .sb-box h2 span{
	float:left;
	margin:5px 0 0;
}

#sidebar .wp-polls h2 span{
	float:left;
	margin:5px 0 0;
}

#sidebar .sb-box p{
	margin:0;
	font: 1.1em/1.36em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#4a4a4a;
}

#sidebar .wp-polls p{
	margin:0;
	font: 1.1em/1.36em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#4a4a4a;
}

#sidebar .sb-box a{color:#af6a11;}
#sidebar .sb-box a:hover{text-decoration:underline;}
#sidebar .sb-box .bottom img{float:right;}
/* sb-search-result start */
.sb-search-result{margin:8px 0 19px;}
.sb-search-result .heading{
	background:url(../images/bg-sb-search-result-ttl.gif) repeat-y;
	overflow:hidden;
	width:100%;
	padding:18px 0 13px;
}
.sb-search-result .heading h2{
	margin:0 10px 0 0;
	float:right;
	font:20px/23px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#000;
	width:160px;
	display:inline;
}
.sb-search-result .heading img{
	float:left;
	margin:0 0 0 19px;
}
.sb-search-result ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sb-search-result li{
	background:url(../images/bg-sb-search-result.gif) repeat-y;
	margin:0 0 3px;
	padding:8px 0 7px;
}
.sb-search-result ul a{
	color:#333;
	overflow:hidden;
	width:100%;
	vertical-align:top;
	cursor:pointer;
	display:block;
}
.sb-search-result ul img{
	float:left;
	margin:3px 0 0 19px;
}
.sb-search-result ul span{
	float:right;
	width:160px;
	margin:0 10px 0 0;
	display:inline;
	font:12px/14px 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#000;
}
/* sb-search-result end */
/* sidebar end */
/* content column end */
/* content end */

/* footer start */
#footer{
	background:#57668f;
	overflow:hidden;
	width:100%;
	margin:16px 0 0;
	padding:16px 0 19px;
}
#footer .col-1{
	float:left;
	margin:0 0 0 36px;
	width:121px;
	display:inline;
}
#footer .col-2{
	float:left;
	margin:0 0 0 20px;
	width:138px;
	display:inline;
}
#footer .col-3{
	float:left;
	margin:0 0 0 20px;
	width:121px;
	display:inline;
}
#footer .col-4{
	float:left;
	margin:0 0 0 20px;
	width:124px;
	display:inline;
}
#footer .col-5{
	float:left;
	margin:0 0 0 20px;
	width:337px;
	display:inline;
}
#footer h3{
	font: 1.1em/1.18em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#cdcdcd;
	margin:0;
}
#footer p{
	font: 1.1em/1.18em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#cdcdcd;
	margin:0;
}
#footer ul{
	font: 1.1em/1.18em 'Lucida sans', Arial, Helvetica, sans-serif;
	color:#cdcdcd;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer a{color:#cdcdcd;}
#footer a:hover{text-decoration:underline;}
#footer .f-copy{margin:13px 0 0;}
/* footer end */


#ext_Vendid {
	width: 330px;
	margin: 5px auto 0 auto;
	background-color: #FFF;
	border: 1px solid #FAAE4B;
}

#ext_Vendid_wrapper {
	text-align: center;
}

ul.auctions {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}

ul.auctions li {
	clear: left;
	margin: 10px 0 12px 0;
	padding: 6px 0 0 0;
	background: transparent url('/wp-content/themes/Bilpriser.se/images/sep-col-auctions.gif') no-repeat;
}

ul.auctions li:first-child {
	background: transparent none;
	margin-top: 0;
	padding-top: 0;
}

h3.auction_title {
	margin: 10px 0 5px 0;
	font-size: 9pt;
}

h3.auction_highest_bid {
	margin: 5px 0 0 0;
	font-size: 9pt;
}

ul.auctions li img {
	float: left; 
	margin-right: 10px;
	border: 1px solid #7B7B7B;
}

ul.auctions li a {
	color: #545454;
}

h3.auction_highest_bid a {
	color: #A95F00 !important;
}

.main_nav li div ul .page_item a span {
	text-transform: uppercase;
}

.syn-ingress {
	font-weight: bold !important;
}
.syn-image {
	float: right; 
	width: 200px; 
	height: auto;
	margin: 0 0 5px 5px;
}

.entry-content a {
	color: #4A4A4A !important;
}

#moreposts li {
	line-height: 1.5em;
}

#moreposts_wrapper {
	margin-top: 4.5em;
}

.center .article .commentlist li.highlighted {
	background: url("../images/bg_orange.png") repeat-y scroll 0 0 transparent;
}
.highlighted .comment-body {
	background: url("../images/bottom_orange.png") no-repeat scroll center bottom transparent;
}
.highlighted .comment-body .comment-author {
	background: url("../images/top_orange.png") no-repeat scroll 0 0 transparent;
}