body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	font-family: 'verdana', 'arial', 'sans-serif', 'helvetica';
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

object, input[type='text'] {
	outline: none;
}

h1 {
	font: bold 18px 'verdana', 'arial', 'sans-serif', 'helvetica';
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	margin: 15px 200px 20px 0;
	clear: both;
}

h2 {
	font: 14px 'verdana', 'arial', 'sans-serif', 'helvetica';
	margin: 2px 0;
}

#top, #bottom, .footer {
	background: #001d55 repeat-x;
	background-image: url('images/menu_bg.jpg');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01327E), to(#001d55));
	background-image: -webkit-linear-gradient(#01327E, #001d55);
	background-image: -moz-linear-gradient(#01327E, #001d55);
	background-image: -ms-linear-gradient(#01327E,#001d55);
	background-image: -o-linear-gradient(#01327E,#001d55);
	background-image: linear-gradient(#01327E, #001d55);
}

#top, #bottom {
	min-width: 1068px;
	padding: 0 10px;
}

#top {
	position: relative;
	top: 0;
	z-index: 50;
	padding: 0;
	border-bottom: 1px solid #011d48;
	min-height: 70px;
	min-width: 1088px;
	margin-bottom: 30px;
}

#top #logo {
	float: left; 
	width: 550px; 
	height: 65px; 
	padding: 9px 0;
	text-align: left;
	text-decoration: none;
	position: relative;
}

#top #logo:hover {
	text-decoration: none;
}

#logo h1, #logo h2 {
	clear: none;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 75px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(0, 0, 0, .5) 0 0 1px;
}

#logo h1 {
	font-size: 32px;
}

#logo h2 {
	font-size: 13.5px;
	position: relative;
}

#logo img.logo-boll {
	position: absolute;
	top: 11px;
	left: 0px;
	max-width: 65px;
	margin: 0;
}

#logo img.logo-text {
	max-width: 550px;
	margin: 0;
}

#logo img {
	margin: 0;
}

#top .wrap {
	margin: 0 auto;
}

#top p {
	color: #ffffff;
}

#top a {
	color: #ffffff;
	text-decoration: none;
}

#top a:hover{
	text-decoration: underline;
}

.dropdown-link {
	position: absolute; 
	right: 80px; 
	top: 80px;
	padding: 12px 12px 8px;
	font: 10px 'verdana', 'arial', 'sans-serif', 'helvetica';
	text-decoration: none;
	color: #666666;
	border: 1px solid #dddddd;
	background-color: #f3f3f3;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);

	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.dropdown-link:hover {
	color: #000000;
	border-color: #bbbbbb;
	background-color: #ffffff;
	text-decoration: none;
	padding-top: 16px;

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#inloggning {
	float: right;
	margin: 10px 68px 0 0;
	width: 182px;
	height: 50px;
	border: 0;
	text-align: center;
}

#rullist_menu , #rullist_menu a{
	color: #eeeeee;
	font-size: 11px;
}

#rullist p {
	display: none;
	font-weight: bold;
	font-size: 14px;
}

#bottom {
	border-top: 1px solid #011d48;
	text-align: center;
	color: #ffffff;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
	padding: 15px 10px;
}

#bottom a {
	color: #ffffff;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

#bottom .grey {
	color: #999999;
	font-size: 10px;
	margin-top: 10px;
}

#bottom .grey a {
	color: #999999;
}

#bottom .grey a:hover {
	color: #ffffff;
}

#bottom-categories {
	min-width: 1088px;
	background-color: #f9f9f9;
	border-top: 1px solid #cccccc;
}

#bottom-categories .wrap {
	padding: 20px 10px;
}

#bottom-categories h3 {
	font: 16px 'verdana', 'arial', 'sans-serif', 'helvetica';
	font-weight: bold;
	margin: 0;
	padding-bottom: 14px;
}

.bottom-box {
	float: left;
	font: 11px 'verdana', 'arial', 'sans-serif', 'helvetica';
	margin-right: 23px;
}

.bottom-box b {
	display: block;
	padding-bottom: 2px;
}

.bottom-box a {
	display: block;
	text-decoration: none;
	color: #00317e;
}

.bottom-box a:hover {
	text-decoration: underline;
}

.wrap {
	padding: 0 10px;
	width: 1200px;
	margin: 0 auto;
}

#wrap {
	min-height: 1000px;
	padding-bottom: 30px;
	position: relative;
}

#livePreview {
	padding: 20px;
}

#main {
	width: 790px;
	min-height: 1000px;
	margin: 0 auto;
}

#page-main #main {
	float: left;
}

#page-sponsrade_lankar #main,
#page-fornya #main,
#page-avregistrera #main,
#page-marknadsforing #main,
#page-cookies #main,
#page-kontakt #main,
#page-report #main,
#page-recommend #main,
#page-delete #main,
#page-glomt_losenord #main,
#page-contact #main,
#page-answer #main,
#page-betalinfo #main,
#page-sitemap #main,
#page-annons #main,
#page-change #main,
#page-ny_annons #main,
#page-webbutiker #main,
#page-kontrollera #main {
	float: left;
	padding-left: 205px;
}

#produkt h1 {
	border-bottom: 0;
	padding-bottom: 5px;
	margin: 0;
}

#main h1 a {
	font-size: 11px;
	margin-left: 25px;
}

#main #erbjudande h1 {
	border: 0;
	margin: 30px 0 0;
	padding: 0;
}

#img_wrap {
	width: 640px;
	min-height: 200px;
	margin: 10px 10px 0 0;
	float: left;
	border: 1px solid #333333;
	text-align: center;
	position: relative;
}

#img_wrap .preloader {
	background: url('images/bar.gif') #ffffff no-repeat center center;
	width: 180px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -90px;
}

#form .preloader {
	background: url('images/bar.gif') #ffffff no-repeat center center;
	width: 180px;
	height: 40px;
}

.foretag_info h3 {
	font: bold 13px 'verdana', 'arial', 'sans-serif', 'helvetica';
	margin: 30px 0 10px;
}

.foretag_info_inline #foretag_info {
	margin-bottom: 30px;
}

#main .phone-number, #livePreview .phone-number {
	padding-left: 20px;
	background-image: url('images/mobile-phone.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#main #product-image, #livePreview #product-image {
	display: block;
	margin: 0 auto;
}

.thumb-area {
	width: 90px;
	float: left;
}

.thumb-area.horizontal {
	width: auto;
	padding-bottom: 5px;
}

.thumb-area.horizontal .thumb-image, .thumb-area.horizontal .thumb-map {
	width: 50px;
	height: 37px;
}

#main .thumb-image, #livePreview .thumb-image, .thumb-map {
	float: left;
	margin: 10px 10px 0 0;
	cursor: pointer;
	display: block;
	border: 1px solid #333333;
	overflow: hidden;
}

#main .thumb-image.hover, #livePreview .thumb-image.hover, .thumb-map.hover {
	border: 1px solid #000000;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

p, #main .inputArea span, .inputArea input, .inputArea textarea, .links a, #keywords a {
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	margin: 0;
}

p.bold {
	font-weight: bold;
}

p.smallBlue {
	font-size: 11px;
	color: #01327E;
}

p.red, span.red {
	color: #cc0000;
}

p.top {
	margin-top: 30px;
}

p.white {
	color: #ffffff;
}

p.blue, span.blue {
	color: #00317e;
}

p.center {
	text-align: center;
}

p.small {
	font-size: 10px;
}

p.grey, span.grey {
	color: #666666;
}

.textlink {
	margin-bottom: 20px;
}

.textlink .col {
	float: left;
	font-size: 11px;
}

.textlink .col p {
	font-size: 11px;
}

.textlink .col p.small {
	font-size: 10px;
}

.textlink2 {
	border: 1px solid #cccccc;
	float: left;
	padding: 4px;
	background-color: #eeeeee;
	margin-bottom: 10px;
	display: none;
}

#main .mer_info b, #main .mer_info .black {
	color: #000000;
}

#main h2.sok_title {
	border-bottom: 3px solid #CCCCCC;
	margin: 20px 0 10px;
	padding-bottom: 5px;
	font-size: 16px;
}

#main .inputArea {
	background-color: #d6e5f4;
	padding: 15px 15px 0px;
	margin: 15px 0 30px;
}

#main .inputArea select {
	margin: 2px 0 15px;
}

#main .inputArea input[type="text"], #main .inputArea input[type="password"], #main .inputArea textarea, #main .inputArea #keywords {
	margin: 2px 0 15px;
	padding: 4px;
    border: solid 1px #85b1de;
    width: 97%;
    background-color: #ffffff;
}

#main .inputArea textarea {
	height: 100px;
}

#main .inputArea #keywords input[type="text"] {
	margin: 5px 0 0;
	padding: 0;
    border: none;
    width: auto;
    background-color: #ffffff;
}

#main .inputArea .file input {
	margin: 2px 0 10px;
}

#main .inputArea .file .thumb {
	margin-bottom: 15px;
}

#main div.file img {
	margin-bottom: 5px;
	display: block;
}

#main .inputArea .checkbox {
	width: auto;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.icon_facebook {
	position: relative;
	top: 3px;
}

#main input.warning {
	border-color: #BE4741;
}

#main .submit {
	margin-bottom: 20px;
}

#main a.submit {
	display: block;
	cursor: pointer;
	margin: 10px 0;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

#main .inputArea #keywords {
	cursor: text;
	padding-top: 0;
}

#keywords a {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 1px 4px;
	background-color: #d6e5f4;
	border: 1px solid #85b1de;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #222222;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	top: 4px;
}

#main #keywords a {
	color: #222222;
}

#main #keywords a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFB7B9;
	border: 1px solid #B35658;
}

#main .inputArea #keywords input {
	display: block;
	float: left;
	padding: 2px 0;
	margin-top: 4px;
	width: 125px;
}

#main .text, #livePreview .text {
	clear: both;
	padding-top: 15px;
	margin-bottom: 5px;
	width: 640px;
}

#main .price {
	margin-top: 10px;
	font-weight: bold;
}

#main #annons {
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

#main #annons h2 {
	margin-bottom: 10px;
}

#form {
	width: 640px;
	margin-top: 30px;
	display: none;
}

#annons #form {
	border-top: 1px solid #dddddd;
	padding-top: 25px;
}

#main #form h1{
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#main #form .inputArea{
	margin: 20px 0 10px;
}

#main #form .modal_menu {
	height: 30px;
}

#main #actions .col.annons-warning {
	margin: 8px 0 0;
	float: right;
	max-width: 390px;
}

#main #actions .col.annons-warning .info {
	font-size: 10px;
	color: #666666;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin-top: 15px;
}

#main #actions {
	margin: 30px 0 0;
	width: 640px;
}

#main #actions .col {
	float: left;
}

#main #actions .phone-number {
	padding: 8px 0 7px 20px;
}

#main #actions .col .action_link {
	display: block;
}

#main #actions .action_link {
	margin-right: 10px;
}

.action_link {
	cursor: pointer;
	font: 13px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

.small-prompt-user-login {
	display: none;
	padding: 8px 14px;
	margin-bottom: 10px;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';

	background-color: #AECDFF;
	border: 1px solid #6BA4FF;
	color: #252F3D;
}

#main .small-prompt-user-login p {
	padding: 2px 0;
}

#main .small-prompt-user-login a {
	color: #252F3D;
	text-decoration: underline;
}

#main .small-prompt-user-login a:hover {
	color: #000000;
	text-decoration: none;
}

#search select option.parent {
	background-color: #bddaf8;
}

#search select {
	background-color: #ffffff;
	border: 1px solid #051733;
	color: #333333;
	padding: 5px;
	cursor: pointer;
}

#search select:focus {
    outline: none;
}

#search select  option {
	cursor: pointer;
}

#search .action_link {
	color: #ffffff;
}

#main .action_link {
	padding: 8px 10px 7px 22px;
	
	background-position: 0px center;
	background-repeat: no-repeat;
	
	outline: none;
}

#main .action_link.reset {
	padding: 8px 10px 7px 10px;
}

#main .action_link#answer, #main .action_link#contact {
	background-image: url('images/mail.png');
}

#main .action_link#snabbud {
	background-image: url('../../layout/black16x16/ic_time.png');
}

#main .action_link#print {
	background-image: url('images/printer.png');
}

#main .action_link#change {
	background-image: url('images/hammer-screwdriver.png');
}

#main .action_link#delete {
	background-image: url('images/cross-circle.png');
}

#main .action_link#comments {
	background-image: url('images/balloon.png');
}

#main .action_link#bevaka, #main .action_link#under_bevakning {
	background-image: url('images/binocular.png');
}

#main a.action_link#under_bevakning {
	color: #000000;
	text-decoration: none;
}

#main a.action_link#under_bevakning:hover .red {
	text-decoration: underline;
}

#main .action_link#under_bevakning .red {
	color: #cc0000;
}

#main .action_link#report {
	color: #cc0000;	
	background-image: url('images/exclamation-red.png');
}

#main .action_link#recommend {
	background-image: url('images/user.png');
}

#main .action_link#facebook {
	background-image: url('images/icon_facebook.jpg');
}

#main .action_link#map {
	background-image: url('images/hitta.png');
}

#main .action_link#preview {
	background-image: url('images/SEO.png');
	position: absolute;
	left: 55%;
	top: 60px;
}

#main .action_link.link {
	background-image: url('images/navigation.png');
}

#main .action_link#new {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	
	padding: 5px 6px 6px;
	margin: 17px 5px 0;
	display: block;
	text-align: center;
	
	border: 1px solid #011d48;
	background: #00317e url('images/btn_bg_1.jpg') repeat-x;
}

#main .action_link#new:hover {
	background: #00317e url('images/btn_bg_1_over.jpg') repeat-x;
}

.hitta_co_op {
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 8px;
	background: url('images/hitta24.png') no-repeat right center;
	font: 10px 'verdana', 'arial', 'sans-serif', 'helvetica';
	color: #000000;
}

.notice {
	padding: 8px 14px;
	margin-bottom: 20px;
	display: block;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

.notice.inline {
	float: left;
}

.notice.inline.quick-tip {
	font-size: 11px;
	padding: 6px 8px;
	margin-top: -1px;
}

.notice.success {
	background-color: #D9E4AC;
	border: 1px solid #B8C97B;
	color: #3F7227;
}

.notice.info {
	background-color: #AECDFF;
	border: 1px solid #6BA4FF;
	color: #252F3D;
}

.notice.info2 {
	color: #333333;
	border: 1px solid #999999;

	background: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
	background-image: -moz-linear-gradient(#eeeeee, #cccccc);
	background-image: -ms-linear-gradient(#eeeeee,#cccccc);
	background-image: -o-linear-gradient(#eeeeee,#cccccc);
	background-image: linear-gradient(#eeeeee, #cccccc);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.notice.error, .dialog .notice.error {
	background-color: #F2CACB;
	border: 1px solid #EEB7BA;
	color: #BE4741;
}

.notice p, .dialog .notice p {
	margin: 2px 0;
}

#main a {
	text-decoration: none;
	color: #01327E;
}

#main a:hover {
	text-decoration: underline;
}

#main #content .table_list .title a:visited {
	color: #6D747F;
}

#main a.red, #main a.red2{
	color: #cc0000;
}

.links {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

.links a {
	clear: both;
}

#main ul li a {
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

#logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#logo img {
	margin: 0 5px;
}

.breadcrumb {
	border: 1px solid #dddddd;
	box-shadow: 0 1px 2px #eeeeee;
	float: left;
	margin-bottom: 20px;
	padding: 4px 10px;
	font-size: 11px;
	position: relative;
	top: -5px;
	color: #444444;
}

.breadcrumb a, .breadcrumb img, .breadcrumb span {
	float: left;
}

.breadcrumb a, .breadcrumb span {
	padding-top: 2px;
}

.breadcrumb img {
	margin: 0 4px;
}

.breadcrumb .arrow {
	width: 17px;
	height: 18px;
	background: url('images/arrow.jpg') no-repeat -1px 2px;
	margin: 0 4px;
}

.breadcrumbs {
	display: inline-block;
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 5px 11px 7px;
	font-size: 11px;
	color: #444;
}

.breadcrumbs > * {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs > .fa-angle-right {
	margin: 0 7px;
	color: #ccc;
	font-size: 1.2em;
}

#search {
	position: relative;
}

#search-field {
	position: relative;
	display: block;
	width: 250px;
	height: 28px;
	border: 1px solid #051733;
	background-color: #ffffff;
	text-align: left;
	margin-top: 17px;
}

#search-field input {
	border: none;
	background: none;
	padding: 6px;
	width: 200px;
	margin: 0;
}

#search-field  a {
	background: url('images/SEO.png') #dddddd no-repeat center center;
	border-left: 1px solid #aaaaaa;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
}

#search-field  a:hover {
	background-color: #eeeeee;
	border-left: 1px solid #bbbbbb;
}

#main .main_search {
	margin: 0 0 0 25px;
	float: left;
}

.main_search #search-field {
	width: 172px;
}

.main_search #search-field input {
	width: 160px;
}

#search-field ul {
	margin: 0px;
	list-style-type: none;
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 247px;
	z-index: 4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	padding: 2px;
	background-color: #ffffff;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

#search-field li {
	padding: 4px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

#search-field li:hover, #search-field .selected {
	background-color: #dae5f7;
}

#search #extra {
	font: 11px 'verdana', 'arial', 'sans-serif', 'helvetica';
	color: #ffffff;
	padding: 12px 12px 10px;
	border: 1px solid #011d48;
	background-color: #041b46;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	margin-top: 20px;
}

#search #extra select {
	margin-right: 10px;
}

#search_table {
	width: 62%;
	height: 58px;
	border-collapse: collapse;
	margin: 0 auto;
	position: relative;
}

.select {
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	padding: 6px 8px;
	margin-top: 17px;
	cursor: pointer;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #051733;
	font-size: 12px;
	position: relative;
	width: 200px;
	text-align: left;
}

.select.hover {
	border: 1px solid #222222;
	background-color: #444444;
	color: #dddddd;
}

.select span {
	color: #01327E;
}

.select.hover span {
	color: #ffffff;
}

.option {
	display: none;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #222222;
	z-index: 3;
	margin: 0 23px;
	color: #000000;
	font: 11px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

.option.hover {
	display: block;
}

.option table {
	border-collapse: collapse;
}

.option table td {
	vertical-align: top;
}

.option ul {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	width: 172px;
}

.option li {
	font-size: 12px;
}

.option li.no {
	color: #666666;
	font-size: 10px;
	padding: 0 4px 4px;
}

#main .option a {
	font-size: 12px;
	color: #000000;
	margin: 4px;
	text-decoration: none;
	outline: 0;
	border: 0;
}

.option li a {
	display: block;
}

#main .option li.title a {
	font-size: 13px;
	color: #01327E;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
}

#main .option a:hover, .option a.selected {
	text-decoration: underline;
	color: #01327E;
}

#main .option a.selected {
	font-weight: bold;
}

.select.hover, .option.hover {
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.fade {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.6;
	top: 0px;
	left: 0px;
}

#content {
	min-height: 400px;
	position: relative;
}

#content.align-left {
	width: 75%;
	float: left;
}

#content .box {
	width: 320px;
	height: 240px;
}

#content .box.tall_box {
	width: 200px;
	height: 340px;
}

#content .box.tall_box.top {
	width: 688px;
	height: 260px;
	float: none;
	clear: both;
	margin: 0 auto 40px;
}

#content .box.row0 {
	float: left;
	margin: 0 0 40px 40px;
}

#content .box.row1 {
	float: right;
	margin: 0 40px 40px 0;
}

#content .box.tall_box.row0 {
	float: left;
	margin: 0 0 50px 50px;
}

#content .box.tall_box.row1 {
	float: left;
	margin: 0 0 50px 45px;
}

#content .box.tall_box.row2 {
	float: right;
	margin: 0 50px 50px 0;
}

#content .box p {
	margin-bottom: 5px;
}

#content .box img {
	margin-bottom: 10px;
}

#content .box .button {
	margin-right: 4px;
}

#content .box img, #erbjudande img {
	display: block;
}

.shopping_aside {
	width: 23%;
	float: right;
	border-bottom: 1px solid #dddddd;
}

#main .shopping_aside h2.sok_title {
	border-bottom: 0; 
	margin-bottom: 0;
}

.shopping_aside .product,
#main .shopping_aside a.product:hover {
	border: 1px solid #dddddd;
	border-bottom: 0;
	padding: 10px;
	display: block;
	text-decoration: none;
}

#main .shopping_aside a.product:hover h2 {
	color: #333333;
}

.shopping_aside .product h2,
.shopping_aside .product p {
	font-size: 10px;
	color: #333333;
	padding: 2px 0 0;
	margin: 0;
}

.shopping_aside .product h2 {
	color: #FF6200;
	font-size: 13px;
	font-weight: bold;

	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;
}

.shopping_aside .product img {
	display: block;
	margin: 0 auto 4px;
	width: 160px;

	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.shopping_aside .submenu.filter {
	margin: 0 0 10px;
	border: 0;
}

#main .shopping_aside a.filter-btn {
	float: none;
	display: block;
	text-align: center;
}

#erbjudande img {
	border: 1px solid #DDDDDD;
	max-width: 100%;
}

#erbjudande .actions {
	margin: 40px 0;
}

div.file img {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.no-flash {
	display: block;
	margin: 0 auto;
	background: url('http://media.jw-it.se/layout/no-flash.jpg') no-repeat center center;
}

#banners {
	width: 182px;
	min-height: 1000px;
	position: relative;
	float: right;
}

#banner_top {
	margin: 0;
	text-align: center;
}

#banner_top .banner {
	text-align: center;
}

#banner_top .banner img {
	margin: 0 auto;
}

#banner_top .no-flash, .banner_17 .no-flash, .banner-top .no-flash {
	height: 60px;
	background-image: url('http://media.jw-it.se/layout/no-flash-top.jpg');
}

.banner img {
	max-width: 100%;
}

.banner-top {
	height: 90px;
	background-color: #dddddd;
}

.banner-adsense-40 {
	display: inline-block;
	padding: 0 75px;
}

.banner-adsense-41 {
	display: block;
	margin-bottom: 30px;
}

.banner-adsense-14 {
	display: block;
	margin-bottom: 15px;
}

.banner-adsense-42,
.banner-adsense-45,
.banner-adsense-49,
.banner-adsense-50 {
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

.banner-adsense-44 {
	display: block;
	width: 250px;
	height: 250px;
}

#banners .double {
	margin-bottom: 15px;
}

.double iframe {
	vertical-align: middle;
}

.banner-top .banner {
	display: table-cell;
	vertical-align: middle;
}

.banner-top .banner img {
	margin: 0 auto;
}

.banner-top-left {
	float: left;
	width: 728px;
}

.banner-top-right {
	float: right;
	width: 450px;
}

#top_wrap {
	width: 660px;
	margin: 0 auto;
}

#fallback_banner {
	cursor: pointer;
	float: left;
}

#fallback_banner img {
	display: block;
}

#top_wrap #banner_top {
	margin: 0;
	float: right;
	max-width: 470px;
	max-height: 60px;
}

#floating_banner {
	position: absolute;
	left: -190px;
	top: 225px;
	display: none;
	cursor: pointer;
}

#floating_banner img {
	display: block;
}

#banner_bottom {
	margin-top: 25px;
	text-align: center;
}

.banner, .banner img {
	display: block;
}

#banner_bottom .banner, #banner_top .banner {
	margin: 0 auto;
}

#banners .banner {
	margin-bottom: 15px;
	width: 182px;
	height: 122px;
	position: relative;
}

#banners .no-flash {
	height: 122px;
}

#banners .banner.banner_15,
#banners .banner.banner_29,
#banners .banner.banner_39 {
    width: 250px;
	height: 510px;
}

#banners .sticky-banner {
	position: relative;
	min-height: 510px;
}

#banners .sticky-container,
#banners .sticky-banner .banner.banner_15,
#banners .sticky-banner .banner.banner_39 {
	position: absolute;
}

#banners .banner.banner_16 {
    width: 250px;
	height: 510px;
}

.banner_20, .banner_33 {
	width: 688px;
	min-height: 85px;
	margin: 0 auto;
}

.banner_17 {
	width: 790px; 
	height: 150px;
	margin: 0 auto;
}

.banner_32 img {
	margin: 0 auto;
}

.banner_19 object {
	width: 728px;
	height: 90px;
}

.clearFix {
	clear: both;
}

.submenu {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 3px 13px 3px 8px;
	min-height: 20px;
	font: 11px 'verdana', 'arial', 'sans-serif', 'helvetica';
	display: none;
}

.submenu.filter {
	display: block;
	padding: 0;
	height: 25px;
	position: relative;
	margin-top: 2px;
	background: url('http://media.jw-it.se/css/torget/images/btn-bg.png') repeat-x #f3f3f3;
}

.submenu input {
	margin: 0 2px 0 0;
	position: relative;
	top: 1px;
	left: 2px;
}

.submenu .left, .submenu .right {
	margin: 5px 0;
}

.submenu.filter .left,
.submenu.filter .right {
	margin: 0;
	position: absolute;
	top: -1px;
}

.submenu.filter .left 	{ left:  -1px; }
.submenu.filter .right  { right: -1px; }

.submenu .left, .dialog .left {
	float: left;
}

.submenu .right, .dialog .right {
	float: right;
}

.submenu input {
	cursor: pointer;
}

.submenu .slider {
	width: 250px;
	font-size: 10px;
	margin-top: 9px;
	cursor: pointer;
	background: url('images/bar_bg.jpg') #001D55 repeat-x;
	border: 1px solid #333333;
}

.submenu .ui-slider .ui-slider-range {
	background: url('images/bar_highlight_2.png') #001D55 repeat-x;
}

.submenu .ui-slider .ui-slider-handle {
    cursor: pointer;
	background: url('images/bar_handler_2.png') #cccccc no-repeat -1px -1px;
	border: 1px solid #333333;
	overflow: hidden;
	outline: none;
	
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.submenu .ui-slider .ui-slider-handle:hover {
	border: 1px solid #000000;
	
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.submenu .left .clearFix {
	height: 5px;
}

.radio-btn {
	float: left;
	position: relative;
}

.radio-btn .radio-btn-icon {
	display: none;
}

.radio-group .radio-btn {
	padding: 6px 12px;
	background: url('http://media.jw-it.se/css/torget/images/gradient_light.png') repeat-x #f3f3f3;
	border: 1px solid #cccccc;
	line-height: 13px;
	cursor: pointer;
	color: #666666;
}

.radio-group .radio-btn:hover {
	color: #333333;
}

.radio-group .radio-btn.checked {
	background: url('http://media.jw-it.se/css/torget/images/gradient_grey.png') repeat-x #f3f3f3;
	border-color: #777777;
	color: #333333;
}

.radio-group .radio-btn .radio-btn-icon {
	display: block;
	background: url('http://media.jw-it.se/layout/radio-btn-bg.png');
	position: absolute;
	width: 15px;
	height: 15px;
}

.radio-group .radio-btn:hover .radio-btn-icon {
	background-position: 0 -15px;
}

.radio-group .radio-btn.checked .radio-btn-icon {
	background-position: 0 -30px;
}

.radio-group .radio-btn span {
	font-size: 11px;
	line-height: 11px;
}

.radio-group .radio-btn input {
	display: none;
}

#main a.filter-btn {
	float: left;
	position: relative;
	padding: 6px 12px;
	background: url('http://media.jw-it.se/css/torget/images/gradient_light.png') repeat-x #f3f3f3;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

#main a.filter-btn:hover {
	color: #333333;
	text-decoration: none;
}

#main a.filter-btn.checked {
	background: url('http://media.jw-it.se/css/torget/images/gradient_grey.png') repeat-x #f3f3f3;
	border-color: #777777;
	color: #333333;
}

.table_list {
	width: 100%;
	border-collapse: collapse;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

.table_list tr {
	border-top: 1px solid #cccccc;
}

.table_list tr:hover  {
	background-color: #d6dfe7;
}

.table_list tr.no_hover:hover  {
	background-color: #ffffff;
}

.table_list tr td {
	vertical-align: middle;
	text-align: center;
	padding: 10px 0px;
}

.table_list tr td a {
	outline: none;
}

.table_list tr.row0 {
	background-color: #ebf3ff;
}

.table_list tr.top {
	border-top: none;
}

#main .table_list.annonser tr.red a {
	color: #cc0000;
}

#main #content .table_list.annonser tr.red a:visited {
	color: #cc0000;
}

.table_list.annonser .image {
	width: 115px;
}

.table_list.lokala_lankar .image, .table_list.webbutiker .image, .table_list.webbutik_info .image {
	padding: 10px 30px 10px 10px;
	width: 120px;
}

.table_list.alt_produkter .image {
	padding-left: 10px;
	width: 90px;
}

.table_list.alt_produkter .image img {
	width: 90px;
	height: 67px;
}

.table_list.produkter .image {
	width: 125px;
}

.table_list.produkter .image img {
	margin-left: 10px;
}

.table_list.webbutik_info {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

.table_list.webbutik_info tr.no_hover:hover  {
	background-color: #eeeeee;
}

.table_list .image div.dot {
	display: block;
	margin: 1px;
	width: 90px;
	height: 67px;
}

.table_list .image img {
	display: block;
	margin: 0px;
	border: 1px solid #333333;
}

.table_list .date {
	color: #000000;
	width: 100px;
}

.table_list .title {
	font-weight: bold;
	width: 265px;
	text-align: left;
}

.table_list.produkter .title {
	width: 405px;
}

.table_list.lokala_lankar .link {
	text-align: right;
	padding-right: 30px;
}

.table_list .price {
	width: 100px;
}

.table_list .category {
	width: 160px;
	text-align: left;
}

.table_list .category div {
	padding-right: 10px;
}

.table_list a {
	color: #01327E;
	text-decoration: none;
}

.table_list a:hover {
	text-decoration: underline;
}

.annons_list {
	margin: 10px 0;
}

.annons_list .annons-banner {
	padding: 20px 0;
}

.annons_list .annons-banner .double {
	width: 728px;
	margin: 0 auto;
}

.annons_list .annons {
	border: 1px solid #dddddd;
	position: relative;
	min-height: 122px;
	margin-bottom: 10px;
}

.annons-image {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}

.annons-image a, .annons-image img {
	display: block;
}

.annons-image a {
	position: relative;
	border: 1px solid #333333;
	
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.annons-image img {
	background: #fff;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}

.annons-image img, .annons-image .dot, .annons-image .more {
	width: 134px;
	height: 100px;
}

.k_444444 .annons-image img, 
.k_444444 .annons-image .dot, 
.k_444444 .annons-image .more {
	height: auto;
}

.annons-image .more {
	position: absolute;
	top: 13px;
	left: 13px;
	border: 1px solid #333333;
	
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.annons-info {
	padding: 10px 10px 0 159px;
}

.annons-info h2 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #01327E;
	padding: 0 0 4px;
	
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;
	
	font-smoothing: allways;
	-webkit-font-smoothing: antialiased;
}

#main .annons.red .annons-info h2 {
	text-overflow: clip;
	white-space: normal;
	word-wrap: normal;
	overflow-x: visible;
}

.annons-info p {
	padding: 2px 0;
}

.annons-price b {
	color: #ff6200;
}

#main .annons .annons-info a:visited {
    color: #6D747F;
}

#main .annons.red .annons-info h2 a {
	color: #FF6200;
}

#main .annons .annons-info h2,
#main .annons .annons-info h2 a {
	color: #222;
}

#main .annons .annons-info h2 a:visited {
    color: #777;
}

#main .annons .annons-info h2 a:hover {
	text-decoration: none;
	color: #000;
}

#main .annons.red .annons-info h2,
#main .annons.red .annons-info h2 a:hover {
	text-decoration: none;
	color: #F34800;
}

#main .annons .annons-info a:hover {
	text-decoration: underline;
	color: #01327e;
}

.annons-info p.annons-menu {
	padding: 7px 0 6px;
	display: none;
}

.annons-info p.foretagsannons {
	padding-left: 22px;
	background: url('http://media.jw-it.se/layout/f_icon.png') no-repeat center left;
}

#main .annons-info a.comment-count {
	padding-left: 2px;
	color: #666666;
}

#main .annons-info a.comment-count img {
	width: 14px;
	height: 14px;
	margin-right: 3px;
	padding-bottom: 1px;
	vertical-align: middle;
	opacity: 0.6;
	border: 0;
	outline: 0;
}

#main .annons-info a.comment-count:hover img {
	opacity: 1;
}

.annons-menu .button {
	font-size: 10px;
	margin-right: 4px;
}

#annons p.foretagsannons {
	margin: 0;
	background: url('http://media.jw-it.se/layout/f_icon.png') no-repeat left 3px;
	padding: 5px 0 10px 20px;
	font-size: 10px;
}

i.loppis-annons:before,
i.foretag-annons:before {
   color: #fff;
   font: bold 10px 'verdana', 'arial', 'sans-serif', 'helvetica';
   border-radius: 100px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   background: #999;
   display: inline-block;
   width: 17px;
   height: 17px;
   line-height: 16px;
   text-align: center;
}

i.loppis-annons:before {
   content: 'L';
}

i.foretag-annons:before {
   content: 'F';
}

p.webbutik_info {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font: 13px 'verdana', 'arial', 'sans-serif', 'helvetica';
	padding: 6px 10px;
}

p.webbutik_info span {
	margin-right: 10px;
}

.no-result {
	text-align: center;
	padding: 50px 0;
	font-size: 14px;
}

.footer {
	border: 1px solid #011D48;
	color: #ffffff;
	text-align: center;
	font: 10px 'verdana', 'arial', 'sans-serif', 'helvetica';
	margin-top: 30px;
	padding: 7px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.tint, .dialog, #modal_window {
	position: fixed;
	_position: absolute;
}

.tint {
	background-image: url('images/tint.png');
	-moz-border-radius: 0 0 1px 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 60;
	cursor: pointer;
}

.dialog {
	top: 50%;
	left: 50%;
	width: 320px;
	min-height: 240px;
	margin: -120px 0 0 -160px;
	z-index: 80;
}

.dialog.rounded {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
}

.dialog.shadow {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.dialog.preview {
	background-image: url('images/bar.gif');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 700px;
	height: 750px;
	margin: 0px 0 0 -350px;
	top: 50px;
}

.dialog.preloader {
	background: url('images/bar.gif') #ffffff no-repeat center center;
}

.dialog.preview #main {
	margin: 20px;
}

.dialog.plank {
	position: absolute;
	width: 250px;
	margin: 0px 0 0 -125px;
	top: 200px;
	min-height: 100px;
}

#plank {
	position: relative;
}

#plank img {
	display: block;
	float: left;
	margin: 50px 0 0 50px;
}

.tjanster_och_kampanjer #plank img {
	width: 220px;
	height: 180px;
}

#plank img#infosida {
	float: none;
	margin: 50px auto;
}

#plank .container {
	overflow: auto;
	width: 100%;
	height: 100%;
}

#plank .container .clearFix {
	height: 50px;
	width: 100%;
}

.plank .header {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	height: 28px;
}

.plank .header b {
	float: left;
	padding: 6px 8px;
}

.plank .header a {
	float: right;
	padding: 6px 8px;
	text-decoration: none;
	color: #333333;
}

.plank .header a:hover {
	text-decoration: underline;
	color: #000000;
}

.plank.foretagserbjudanden {

}

.plank.tjanster_kampanjer {

}

.plank.soklankar {
	background-color: #ffffff;
	width: 660px;
	margin: 0 0 0 -320px;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

.plank.soklankar p.desc {
	margin: 20px 20px 20px;
}

.plank.soklankar table {
	margin: 20px;
	width: 620px;
	border-collapse: collapse;
}

.plank.soklankar table td {
	padding: 2px 4px;
	border: 1px solid #cccccc;
}

.plank.soklankar table thead td {
	font-weight: bold;
	background-color: #eeeeee;
}

.plank.soklankar table tr.selected td {
	font-weight: bold;
}

.pagination {
	text-align: center;
	margin-top: 20px;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
}

.pagination a {
	margin: 0 4px;
}

#main .pagination a {
	line-height: 12px;
	background-color: #f3f3f3;
	border: 1px solid #aaaaaa;
	color: #333333;
	padding: 3px 6px;
	position: relative;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background-image: -webkit-linear-gradient(#f3f3f3, #dddddd);
	background-image:    -moz-linear-gradient(#f3f3f3, #dddddd);
	background-image:     -ms-linear-gradient(#f3f3f3, #dddddd);
	background-image:      -o-linear-gradient(#f3f3f3, #dddddd);
	background-image:         linear-gradient(#f3f3f3, #dddddd);
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#main .pagination a:hover {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(#ffffff, #dddddd);
	background-image:    -moz-linear-gradient(#ffffff, #dddddd);
	background-image:     -ms-linear-gradient(#ffffff, #dddddd);
	background-image:      -o-linear-gradient(#ffffff, #dddddd);
	background-image:         linear-gradient(#ffffff, #dddddd);
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	
	color: #000000;
	text-decoration: none;
	border: 1px solid #888888;
}

#main .pagination a.selected {
	background-color: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));
	background-image: -webkit-linear-gradient(#666666, #444444);
	background-image:    -moz-linear-gradient(#666666, #444444);
	background-image:     -ms-linear-gradient(#666666, #444444);
	background-image:      -o-linear-gradient(#666666, #444444);
	background-image:         linear-gradient(#666666, #444444);
	border: 1px solid #333333;
	color: #ffffff;
	cursor: default;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#modal_window {
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0 0 1px 0;
}

#modal_window.inline {
	z-index: 25;
	top: 50%;
	left: 50%;
	width: 660px;
	height: 320px;
	margin: -170px 0 0 -330px;
	-moz-border-radius: 0 0 1px 0;
	position: absolute;
}

#modal_window .modal_content {
	position: relative;
	z-index: 90;
}

#modal_window .modal_content.preloader,
#modal_window .modal_content.notice,
#modal_window .modal_content.form,
#modal_window .modal_content.plank,
#modal_window .modal_content.annons,
#modal_window .modal_content.tavling {
	width: 300px;
	color: #000000;
	background-color: #ffffff;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	padding: 10px;
	min-height: 60px;
	text-align: left;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

#modal_window.inline .modal_content.preloader, 
#modal_window.inline .modal_content.annons {
	/*border: 1px solid #aaaaaa;
	border-collapse: separate;*/
	border: 0;
	
	background-clip: padding-box;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

#modal_window .modal_content.notice h1 {
	font-size: 16px;
	margin: 0 0 15px;
	display: block;
}

#modal_window .modal_content.tavling #notice_menu,
#modal_window .modal_content.notice #notice_menu {
	margin-top: 20px;
}

#modal_window .modal_content.notice #notice_menu .button {
	margin-right: 10px;
}

#modal_window .modal_content.tavling {
	width: 450px;
	padding: 0;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#modal_window .modal_content.tavling .modal-header-logo {
	color: #ffffff;
	border-bottom: 1px solid #011d48;
	background: url('images/menu_bg.jpg') repeat-x #001d55;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

#modal_window .modal_content.tavling .modal-header-logo h1,
#modal_window .modal_content.tavling .modal-header-logo img {
	max-height: 35px;
	float: left;
	display: block;
	clear: none;
	margin-right: 10px;
}

#modal_window .modal_content.tavling .modal-header-logo h1 {
	padding-top: 4px;
	font-size: 20px;
}

#modal_window .modal_content.tavling h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 24px;
}

#modal_window .modal_content.tavling .big {
	display: block;
	margin: 0 auto;
}

#modal_window .modal_content.tavling .desc {
	padding-bottom: 20px;
	font-size: 15px;
	color: #333333;
}

#modal_window .modal_content.tavling form p {
	color: #333333;
	margin: 0;
	padding: 0 0 2px;
}

#modal_window .modal_content.tavling form input {
	color: #333333;
	margin: 0;
	padding: 4px 6px;
	width: 250px;
	border: 1px solid #cccccc;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#modal_window .modal_content.tavling #tavling_more_info {
	color: #666666;
}

#modal_window .modal_content.plank {
	width: 1140px;
}

#modal_window .modal_content.preview {
	background-color: #ffffff;
	width: 700px;
	height: 750px;
	top: 50px;
}

#modal_window .modal_content.enlarged img {
	display: block;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

#modal_window .modal_content .close_btn {
	width: 20px;
	height: 20px;
	background-image: url('images/kryss1.gif');
	position: absolute;
	top: 10px;
	right: 10px;
}

#modal_window .modal_content.preloader {
	background: url('images/bar.gif') #ffffff no-repeat center center;
}

#modal_window .modal_content.form {
	min-width: 350px;
	min-height: 300px;
	margin: 5px;
}

#modal_window .modal_content.form form {
	font-family: 'verdana', 'arial', 'sans-serif', 'helvetica';
	margin: 10px;
}

#modal_window .modal_content.form h1 {
	margin-top: 0px;
	font-size: 15px;
}

#modal_window .modal_content.form p {
	margin: 4px 0 2px;
	font-size: 12px;
}

#modal_window .modal_content.form input, #modal_window .modal_content.form textarea {
	margin: 2px 0 10px;
	padding: 4px;
	border: 1px solid #85B1DE;
	font-size: 12px;
	width: 50%;
}

#modal_window .modal_content.form textarea {
	width: 96%;
	height: 75px;
}

#modal_window .modal_content.form .notice {
	margin-bottom: 15px;
	padding: 6px 14px;
	display: block;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#modal_window .modal_content.form .modal_menu {
	margin-top: 10px;
	height: 30px;
}

#modal_window .modal_content.notice p {
	margin-bottom: 10px;
}

#modal_window .modal_content.annons {
	width: 640px;
	height: auto;
	min-height: 300px;
}

#modal_window .modal_content.annons h1 {
	border: 0;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-weight: normal;
	font-size: 18px;
}

#modal_window .modal_content.annons .text {
	padding: 0;
	max-height: 145px;
	overflow-y: hidden;
	font-size: 11px;
}

#modal_window .modal_content.annons .info {
	padding: 8px 0 16px;
}

#modal_window .modal_content.annons .info p {
	float: left;
	width: 50%;
	padding: 0;
	font-size: 13px;
}

#modal_window .modal_content.annons .info p.grey {
	text-align: right;
}

#modal_window .modal_content.annons .menu {
	padding: 20px 0 30px;
}

#modal_window .modal_content.annons .button {
	margin-right: 10px;
}

#modal_window .modal_content.annons .img-wrap {
	width: 300px;
	float: left;
}

#modal_window .modal_content.annons .text-wrap {
	width: 330px;
	float: right;
}

#modal_window .modal_content.annons .medium-img-wrap {
	position: relative;
	border: 1px solid #333333;
}

#modal_window .modal_content.annons .medium-img-wrap .preloader {
	background: url('images/bar.gif') #ffffff no-repeat center center;
	width: 180px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -90px;
}

#modal_window .modal_content.annons img.medium-img {
	max-height: 250px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#modal_window .modal_content.annons .small-images {
	padding-top: 10px;
}

#modal_window .modal_content.annons .small-images img.small-img {
	display: block;
	float: left;
	border: 1px solid #333333;
	margin-right: 10px;
	cursor: pointer;
	width: 50px;
	height: 37px;

	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#modal_window .modal_content.annons .small-images img.small-img.blur {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#modal_window .modal_content.annons .small-images img.small-img.focus {
	border-color: #000000;
}

/* Button */
.button {
	display: inline-block;
	cursor: pointer;

	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	padding: 0.6em 0.9em;
	line-height: 1;

	color: #444444;
	border: 1px solid #d6d6d6;

	background: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fcfcfc, #e6e6e6);
	background-image: -moz-linear-gradient(#fcfcfc, #e6e6e6);
	background-image: -ms-linear-gradient(#fcfcfc, #e6e6e6);
	background-image: -o-linear-gradient(#fcfcfc, #e6e6e6);
	background-image: linear-gradient(#fcfcfc, #e6e6e6);

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button:hover, 
.button.hover {
	color: #222222;
	border-color: #bbbbbb;
	
	background: #d9d9d9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#f9f9f9, #d9d9d9);
	background-image: -moz-linear-gradient(#f9f9f9, #d9d9d9);
	background-image: -ms-linear-gradient(#f9f9f9, #d9d9d9);
	background-image: -o-linear-gradient(#f9f9f9, #d9d9d9);
	background-image: linear-gradient(#f9f9f9, #d9d9d9);
}

.button:active, 
.button.active,
.button.selected {
	color: #000000;
	border-color: #888888;
	
	background: #BFBFBF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#BFBFBF));
	background-image: -webkit-linear-gradient(#d9d9d9, #BFBFBF);
	background-image: -moz-linear-gradient(#d9d9d9, #BFBFBF);
	background-image: -ms-linear-gradient(#d9d9d9, #BFBFBF);
	background-image: -o-linear-gradient(#d9d9d9, #BFBFBF);
	background-image: linear-gradient(#d9d9d9, #BFBFBF);
}

.button.disabled {
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}

.button span {
	display: inline-block;
	height: 1.3em;
	line-height: 0.8;
	padding: 0.15em 0;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.button i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4em;
	font-size: 1.5em;
	line-height: 0.9;
}

a.button {
	outline: none !important;
	color: #444444 !important;
	text-decoration: none !important;
}

a.button:hover {
	color: #222222 !important;
}

a.button:active,
a.button.active,
a.button.selected {
	color: #000000 !important;
}

#main #captcha p.image, #modal_window #captcha p.image, #modal_window  .captcha p.image {
	height: 60px;
	margin-bottom: 15px;
}

#captcha img, .captcha img {
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#faq {
	margin-bottom: 30px;
	padding-left: 15px;
}

#main #faq p.blue { 
	padding-top: 15px;
}

#main .no_js_help p {
	color: #cc0000;
	font-size: 11px;
}

.thumb {
	margin: 2px 0;
}

.erbjudanden {
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
}

.erbjudanden .erbjudande {
	position: relative;
	display: block;
	height: 90px;
	width: 390px;
	background: url('images/e_bg_2.png') no-repeat;
	cursor: pointer;
}

.erbjudanden .erbjudande:hover, .erbjudanden .erbjudande.hover {
	background-position: 0 -90px;
}

.erbjudanden .erbjudande.left {
	left: -2px;
	float: left;
}

.erbjudanden .erbjudande.right {
	left: 4px;
	float: right;
}

.erbjudanden .erbjudande table {
	height: 90px;
}

.erbjudanden .erbjudande p {
	font-size: 11px;
}

.erbjudanden .erbjudande img {
	margin-left: 10px;
	display: block;
}

.erbjudanden .erbjudande .hitArea {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-image: url('images/dot.gif');
}

.shopping_kategori {
	min-height: 20px;
	margin: 0 0 40px 1px;
}

.shopping_kategori span {
	color: #999999;
	margin: 0 5px;
	font-size: 12px;
}

.shopping_kategori h2 {
	font: 16px 'verdana','arial','sans-serif','helvetica';
	margin: 0;
	padding: 0 0 10px;
}

.shopping_kategori h2 a {
	font-size: 12px;
	color: #01327E;
	text-decoration: none;
}

.shopping_kategori h2 a:hover {
	text-decoration: underline;
}

.thumb_produkt {
	float: left;
	margin-right: 17px;
	padding: 3px;
	border: 1px solid #cccccc;
	overflow: hidden;
}

.thumb_produkt:hover {
	border: 1px solid #999999;
	
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.thumb_produkt img {
	display: block;
	height: 67px;
	width: 90px;
	border: 0;
}

.thumb_produkt p {
	display: none;
}

.select, 
#search-field,
.option, 
#search select,
.rounded,
#main a.blue_button, 
#main a.blue_button.active, 
#main a.blue_button.active:hover,
.thumb_produkt,
.thumb_produkt img,
.breadcrumb {
	background-clip: padding-box;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.mini_banners {
	padding-top: 25px;
}

.mini_banners .banner {
	float: left;
	margin-right: 40px;
}

#map_input {
	margin: 15px 0 30px;
}

#main #map_input .inputArea {
	padding-bottom: 12px;
	margin: 0 0 10px;
}

#main #map_preview {
	display: none;
	min-height: 100px;
	text-align: center;
	background-color: #ffffff;
}

#map_preview.preloader  {
	background: url('images/bar.gif') #ffffff no-repeat center center;
}

#map_preview a {
	display: block;
	width: 300px;
	height: 150px;
	cursor: pointer;
	border: 1px solid #000000;
	margin: 0 auto;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

#map_preview img {
	display: block;
}

#main a.mini_button#map_button {
	margin-right: 2px;
	display: none;
	float: right;
}

#main a.mini_button {
	display: block;
	float: left;
	padding: 3px 8px 4px;
	text-align: center;
	font: 11px 'verdana', 'arial', 'sans-serif', 'helvetica';
	color: #333333;
	cursor: pointer;
	border: 1px solid #999999;
	background-color: #dddddd;
	
	background-clip: padding-box;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
	background-image:    -moz-linear-gradient(#eeeeee, #cccccc);
	background-image:     -ms-linear-gradient(#eeeeee, #cccccc);
	background-image:      -o-linear-gradient(#eeeeee, #cccccc);
	background-image:         linear-gradient(#eeeeee, #cccccc);
}

#main a.mini_button:hover {
	text-decoration: none;
	color: #000000;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(#ffffff, #dddddd);
	background-image:    -moz-linear-gradient(#ffffff, #dddddd);
	background-image:     -ms-linear-gradient(#ffffff, #dddddd);
	background-image:      -o-linear-gradient(#ffffff, #dddddd);
	background-image:         linear-gradient(#ffffff, #dddddd);
}

#profil {
	float: right;
	padding: 10px 0 0;
	position: relative;
}

#profil .username {
	padding-bottom: 7px;
}

#profil .username p {
	float: left;
	font-size: 14px;
}

#profil .username p.username-name {
	max-width: 275px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

#profil .profil-menu {
	padding: 11px 0 0 15px;
	float: left;
}

#profil p, #profil p.mini-login-menu a {
	font-size: 11px;
}

#profil .avatar {
    display: block;
	width: 50px;
	float: left;
	padding: 5px 2px;
}

#profil .avatar img {
    display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

#profil a {
	color: #ffffff;
	text-decoration: none;
}

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

#profil a.btn {
	padding: 3px 8px 4px; 
	border: 1px solid #0d1f37; 
	color: #444444;
	
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#profil a.btn:hover {
	text-decoration: none;
	background-position: 0px -45px; 
	border-color: #051124;
	color: #000000; 
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

#profil a.btn:active {
	background-position: 0px -70px; 
	border-color: #051124;
	color: #000000; 
	
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
}

#main a.btn {
	color: #333333;
	text-decoration: none;
}

.btn {
	line-height: 12px;
	border: 1px solid #aaaaaa;
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	color: #333333;
	padding: 3px 6px;
	position: relative;
	cursor: pointer;
	
	background: url('http://media.jw-it.se/css/torget/images/btn-bg.png') repeat-x #f3f3f3;

	background-clip: padding-box;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.btn:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #888888;
	
	background-color: #ffffff;
	background-position: 0 -40px;
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn:active {
	color: #333333;
	
	background-color: #dddddd;
	background-position: 0 -80px;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn.selected, .btn.black {
	color: #ffffff;
	border: 1px solid #333333;
	
	background-color: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));
	background-image: -webkit-linear-gradient(#666666, #444444);
	background-image:    -moz-linear-gradient(#666666, #444444);
	background-image:     -ms-linear-gradient(#666666, #444444);
	background-image:      -o-linear-gradient(#666666, #444444);
	background-image:         linear-gradient(#666666, #444444);
	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.btn.black:hover {
	border: 1px solid #333333;
	background-color: #666666;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background-image: -webkit-linear-gradient(#777777, #444444);
	background-image:    -moz-linear-gradient(#777777, #444444);
	background-image:     -ms-linear-gradient(#777777, #444444);
	background-image:      -o-linear-gradient(#777777, #444444);
	background-image:         linear-gradient(#777777, #444444);
}

.btn.black:active {
	color: #dddddd;
	border: 1px solid #111111;
	background-color: #3c3c3c;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#444444));
	background-image: -webkit-linear-gradient(#333333, #444444);
	background-image:    -moz-linear-gradient(#333333, #444444);
	background-image:     -ms-linear-gradient(#333333, #444444);
	background-image:      -o-linear-gradient(#333333, #444444);
	background-image:         linear-gradient(#333333, #444444);
	
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.tile {
	background-color: #d6e5f4;
	border: 1px solid #c8dbee;
	margin-bottom: 30px;
	
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.tile .inner-border, .tile_row .inner-border {
	border: 1px solid #e2ecf6;
}

.tile .container {
	padding: 15px;
}

.tile .title {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #3a6693;
}

.tile-menu {
	padding-top: 15px;
}

.tile-menu .margin-right {
	margin-right: 5px;
}

#main .tile-menu .btn {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

.tile table {
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	border-collapse: collapse;
	width: 100%;
}

.tile table td {
	padding: 3px 0;
}

.tile table .left {
	font-weight: bold;
	text-align: right;
	color: #3a6693;
	padding-right: 6px;
	border: 1px solid #c8dbee;
	border-right: 0;
	width: 30%;
}

.tile table .right {
	text-align: left;
	padding-left: 6px;
	background-color: #c8dbee;
	border: 1px solid #a9c8e8;
	width: 70%;
}

.tile table .default {
	width: 50%;
	padding: 0;
}

#main .tile table .default a {
	color: #000000;
	border: 1px solid #d6e5f4;
	padding: 3px 6px;
	display: block;
	text-decoration: none;
}

#main .tile table .default a:hover {
	background-color: #c8dbee;
	border: 1px solid #a9c8e8;
}

.tile table i {
	color: #162f48;
}

#main .tile p.sokord {
	padding-bottom: 2px;
}

.tile_row {
	margin-bottom: 10px;
	position: relative;
	min-height: 50px;
}

.tile_row.tile_row_granskning {
	min-height: 20px;
}

.tile_row.tile_row_granskning .tile_row_menu {
	min-height: 10px;
	padding: 5px 10px;
	text-align: center;
}

.tile_row_bevakning {
	background-color: #c8dbee;
	border: 1px solid #a9c8e8;
	padding: 0;
	float: left;
	width: 160px;
	margin: 0 20px 20px 0;
	height: 230px;
}

.tile_row_bevakning .container {
	padding-top: 10px;
}

.tile_row img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	position: absolute;
	top: 0px;
	left: 0px;

	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.tile_row_bevakning img {
	display: block;
	float: none;
	width: 134px;
	height: 100px;
	position: static;
	margin: 0 auto;
}

.tile_row_annons img {
	width: 67px;
}

.tile_row .tile_row_menu {
	background-color: #c8dbee;
	border: 1px solid #a9c8e8;
	padding: 0 10px 0 60px;
	min-height: 50px;
	overflow-x: hidden;
}

.tile_row_bevakning .tile_row_menu {
	border: 0;
	padding: 10px;
}

#main .tile_row_bevakning .tile_row_menu p.name {
	padding: 0 0 4px;
}

.tile_row_annons .tile_row_menu {
	padding-left: 77px;
}

#main .tile_row p.name {
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

#main .tile_row p.bjud_in, #main .tile_row p.bjud_in a {
	font-size: 10px;
	color: #1d4670;
}

#main .tile_row p.bjud_in a.red {
	color: #9a1d1d;
}

.form-sidebar {
	position: absolute;
	top: 32px;
	right: 30px;
	width: 250px;
}

#wywallet-prompt, #payex-prompt {
	width: 200px;
}

#wywallet-prompt p, #payex-prompt p {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#wywallet-prompt a {
	display: block;
	width: 200px;
	height: 118px;
	background-position: top;
	background-repeat: no-repeat;
}

#wywallet-prompt a:hover {
	background-position: bottom;
}

#payex-prompt a, #payex-prompt img {
	display: block;
}

#join-prompt {
	padding: 10px;
	background: url('images/menu_bg.jpg') repeat-x #001d55;
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#join-prompt p {
	color: #ffffff;
	padding-top: 5px;
}

#join-prompt p.title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px;
}

#join-prompt p a {
	color: #ffffff;
	font-size: 14px;
}

.popup-tooltip {
	position: absolute;
	top: 75px;
	right: 68px;
	padding: 4px 6px;
	border: 1px solid #aaaaaa;
	
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	background: url('images/gradient_light.png') repeat-x #dddddd;
	
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	
	background-clip: padding-box;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.checkbox-grey {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url("images/checkbox-grey.png") no-repeat;
}

.checkbox-grey:hover {
	background-position: 0 -20px;
}

.checkbox-grey:active, .checkbox-grey.checked {
	background-position: 0 -40px;
}

#main .form-choice a.checkbox-grey {
	text-decoration: none;
	padding-left: 25px;
	padding-right: 5px;
	margin-right: 20px;
	width: auto;
}

.form-choice .checkbox-grey p {
	line-height: 21px;
	color: #222222;
	text-decoration: none;
}

.sponsored {
	position: relative;
	
	width: 49%;
	height: 82px;
	border: 1px solid #dddddd;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sponsored.hover {
	background-position: 0 -90px;
}

.sponsored p {
	padding: 4px 6px 0 0;
	margin: 0;
}

.sponsored .container {
	padding-left: 137px;
	overflow: hidden;
	height: 75px;
}

.sponsored.no-image .container {
	padding-left: 11px;
}

.sponsored img, .sponsored .dot {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 125px;
	height: 70px;
}

.sponsored.other img, 
.sponsored.other .dot {
	width: auto;
	height: auto;
	max-width: 125px;
	max-height: 70px;
}

.sponsored.no-image img {
	border: 0;
	width: 1px;
	height: 1px;
	top: 0px;
	left: 0px;
}

.sponsored p.title {
	font-weight: bold;
	font-size: 14px;
	padding-top: 6px;
}

#main .sponsored p.title a {
	color: #000000;
}

.sponsored p.link {
	font-size: 10px;
}

.sponsored p.title, .sponsored p.link {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;
}

.sponsored p.info {
	line-height: 14px;
	word-wrap: break-word;
}

.sponsored.filler p.info {
	color: #444444;
}

.sponsored.left {
	float: left;
}

.sponsored.right {
	float: right;
}

.sp_extra {
	margin: 0;
	padding: 3px 0 0;
}

.sp_extra p {
	font-size: 11px;
}

.sp_extra div {
	width: 49%;
}

.sp_extra .left {
	float: left;
}

.sp_extra .right {
	float: right;
}

#main .sp_extra a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	display: block;

    -webkit-transition: color 0.7s, border-color 0.7s;
	-moz-transition: color 0.7s, border-color 0.7s;
    -o-transition: color 0.7s, border-color 0.7s;
    transition: color 0.7s, border-color 0.7s;
}

#main .sp_extra a:hover {
	color: #01327E;
	text-decoration: none;
	border-color: #01327E;
}

.simple-btn {
	padding: 4px 12px;
	font: 14px 'verdana', 'arial', 'sans-serif', 'helvetica';
	cursor: pointer;
	color: #ffffff;
	outline: none;
	display: block;
	text-align: center;
	margin: 0;
	border: 0;

	background-color: #333333;
	border-bottom: 2px solid #222222;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	-moz-transition: background-color 0.5s, border-color 0.5s;
	-webkit-transition: background-color 0.5s, border-color 0.5s;
	-o-transition: background-color 0.5s, border-color 0.5s;
	transition: background-color 0.5s, border-color 0.5s;
}

button.simple-btn {
	line-height: 16px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button.simple-btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.simple-btn div {
	position: relative;
	top: 0;
	left: 0;
}

#main a.simple-btn,
#main a.simple-btn:hover {
	color: #ffffff;
	text-decoration: none;
}

.simple-btn.has-icon {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 7px center;
}

.simple-btn.ic_zoom 	{	background-image: url('../../layout/white16x16/ic_zoom.png');		}
.simple-btn.ic_time 	{	background-image: url('../../layout/white16x16/ic_time.png');		}
.simple-btn.ic_picture 	{	background-image: url('../../layout/white16x16/ic_picture.png');	}
.simple-btn.ic_delete 	{	background-image: url('../../layout/white16x16/ic_delete.png');		}
.simple-btn.ic_favorite {	background-image: url('../../layout/white16x16/ic_favorite.png');	}
.simple-btn.ic_right 	{	background-image: url('../../layout/white16x16/ic_right.png');		}
.simple-btn.ic_mail 	{	background-image: url('../../layout/white16x16/ic_mail.png');		}
.simple-btn.ic_list 	{	background-image: url('../../layout/white16x16/ic_list.png');		}
.simple-btn.ic_grid 	{	background-image: url('../../layout/white16x16/ic_grid.png');		}
.simple-btn.ic_down 	{	background-image: url('../../layout/white16x16/ic_down.png');		}
.simple-btn.ic_print 	{	background-image: url('../../layout/white16x16/ic_print.png');		}
.simple-btn.ic_cancel 	{	background-image: url('../../layout/white16x16/ic_cancel.png');		}
.simple-btn.ic_minus 	{	background-image: url('../../layout/white16x16/ic_minus.png');		}
.simple-btn.ic_user 	{	background-image: url('../../layout/white16x16/ic_user.png');		}

.simple-btn.facebook {
	background-image: url('images/facebook-simple-btn-icon.png');
}

.simple-btn.hover,
.simple-btn:hover {
	background-color: #FF6200;
	border-color: #F34800;
}

.simple-btn:active {
	background-color: #F34800;
	border-color: #CC3D00;
}

.simple-btn.grey.hover,
.simple-btn.grey:hover {
	background-color: #555555;
	border-color: #444444;
}

.simple-btn.red.hover,
.simple-btn.red:hover {
	background-color: #D71818;
	border-color: #8C2121;
}

.simple-btn.red:active {
	background-color: #cc0000;
	border-color: #960000;
}

.simple-btn.green.hover,
.simple-btn.green:hover {
	background-color: #A5E12E;
	border-color: #96D021;
}

.simple-btn.green:active {
	background-color: #79B304;
	border-color: #669900;
}

.simple-btn.blue.hover,
.simple-btn.blue:hover {
	/*background-color: #198CD1;
	border-color: #1572A9;*/
	background-color: #01327E;
	border-color: #001d55;
}

.simple-btn.blue.active,
.simple-btn.blue:active {
	/*background-color: #116DCC;
	border-color: #0D57A5;*/
	background-color: #01327E;
	border-color: #001d55;
}

.simple-btn.white {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;

	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.simple-btn.white:hover {
	color: #ffffff;
	background-color: #FF6200;
	border-color: #F34800;
}

.simple-btn.white.ic_zoom 		{	background-image: url('../../layout/black16x16/ic_zoom.png');	}
.simple-btn.white.ic_zoom:hover {	background-image: url('../../layout/white16x16/ic_zoom.png');	}

.simple-btn.busy {
	background-color: #198CD1 !important;
	border-color: #1572A9 !important;
	cursor: default !important;
}

.form-default .input-label {
	color: #333333;
	padding-bottom: 4px;
}

.form-default .input-text-container {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	border-bottom-width: 2px;
	padding: 0 0.4em;
}

.form-default .input-text-container input,
.form-default .input-text-container textarea {
	border: 0;
	margin: 0;
	outline: 0;
	width: 100%;
	padding: 0.4em 0;
	background: none;
	display: block;
}

.form-default .input-text-container textarea {
	min-height: 125px;
	max-width: 100%;
	margin-bottom: 5px;
}

.form-simple-search .input-text {
	float: left;
	width: 76%;
}

.form-simple-search .input-submit {
	float: right;
	width: 22%;
}

.form-main-search .input-submit .simple-btn,
.form-simple-search .input-submit .simple-btn {
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-main-search .input-text-container,
.form-simple-search .input-text-container {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-default .autocomplete {
	list-style-type: none;
	margin: 0px;
	display: none;
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 4;
	width: 246px;
	padding: 2px;
	background-color: #ffffff;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.form-default .autocomplete li {
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.form-default .autocomplete li:hover, 
.form-default .autocomplete .selected {
	background-color: #dae5f7;
}

.webbutik-nav {
	float: left;
	width: 25%;
}

.webbutik-nav h1 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	border: 0;
}

.webbutik-nav p.grey {
	font-size: 10px;
	padding-top: 15px;
}

.webbutik-cover {
	max-height: 300px;
	margin: 0 auto;
	background-color: #ffffff;
}

.webbutik-cover img {
	display: block;
	max-width: 100%;
}

.webbutik-box {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	border-bottom-width: 2px;
}

.valign-parent {
	display: table;
	table-layout: fixed;
}

.valign {
	display: table-cell;
	vertical-align: middle;
}


/* List View */
.list-view {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.list-view-item-container {
	margin-bottom: 10px;
}


/* List View Item */
.list-view-item {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	border-bottom-width: 2px;
	padding: 10px;
	display: block;
	position: relative;
}

.list-view-item h2,
.list-view-item p {
	color: #666666;
	font-size: 13px;
	padding: 0 0 4px;
	margin: 0;

	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;
}

.list-view-item h2 {
	color: #333333;
	font-size: 17px;
	font-weight: normal;
}

.list-view-item p.list-view-price {
	color: #FF6200;
	font-weight: bold;
}

#main .list-view-item a,
#main .list-view-item a:hover {
	text-decoration: none;
}


/* List View Items Image */
.list-view-image {
	background-color: #ffffff;
	display: block;
}

.list-view-image img {
	display: block;
	max-width: 100%;
}


/* List View Default */
.list-view.default .list-view-item-container, 
.list-view.default .list-view-item,
.list-view.default .list-view-image {
	min-height: 77px;
}

.list-view.default .list-view-image {
	width: 20%;
	float: left;
}

.list-view.default .list-view-info,
.list-view.default .list-view-buttons {
	float: left;
	width: 78.5%;
	padding-left: 1.5%;
}

.list-view.default .list-view-buttons {
	padding-top: 10px;
}

.list-view.default .simple-btn {
	float: left;
	margin-right: 10px;
}


/* List View Grid */
.list-view.grid .list-view-item-container {
	float: left;
	width: 23.5%;
	padding-right: 2%;
	margin-bottom: 15px;
}

.list-view.grid .list-view-item-container.last {
	padding-right: 0;
	float: right;
}

.list-view.grid .list-view-image {
	min-height: 136px;
	margin-bottom: 10px;
}

.list-view.grid p.list-view-price {
	float: left;
	width: 60%;
}

.list-view.grid p.list-view-date {
	float: right;
	text-align: right;
	width: 40%;
}

.list-view.grid .list-view-buttons {
	padding-top: 10px;
}

.list-view.grid .bit-1 .simple-btn {
	width: 45%;
	margin: 0 auto;
}

.list-view.grid .bit-2 {
	float: left;
	width: 45%;
}

.list-view.grid .bit-2.last {
	float: right;
}


/* List View Compact */
.list-view.compact .list-view-item-container, 
.list-view.compact .list-view-item {
	min-height: 57px;
}

.list-view.compact .list-view-info,
.list-view.compact .list-view-image,
.list-view.compact .list-view-buttons {
	height: 57px;
}

.list-view.compact .list-view-image {
	width: 12%;
	float: left;
}

.list-view.compact .list-view-info {
	float: left;
	width: 62%;
	padding-left: 2%;
}

.list-view.compact .list-view-buttons {
	float: left;
	width: 22%;
	padding-left: 2%;
}

.list-view.compact p {
	float: left;
}

.list-view.compact .list-view-info,
.list-view.compact .list-view-buttons,
.list-view.compact .list-view-image {
	display: table;
	table-layout: fixed;
}

.list-view.compact .list-view-valign {
	display: table-cell;
	vertical-align: middle;
}

#main .list-view.compact a.simple-btn {
	font-size: 11px;
}

.list-view.compact .bit {
	float: left;
	width: 46%;
}

.list-view.compact .bit.last {
	float: right;
}


/* List View Item Label */
.list-view-item-label.new {
	position: absolute;
	top: -5px;
	right: -5px;
}

.list-view.compact .list-view-item-label.new {
	width: 60px;
	top: -3px;
	right: -3px;
	pointer-events: none;
}

.list-view-item-label img {
	display: block;
	max-width: 100%;
}


/* List View Controller */
.list-view-controller {
	
}

.list-view-controller .button {
	font-size: 10px;
	padding-bottom: 0.5em;
}

.list-view-controller .button i {
	font-size: 1.3em;
}

.list-view-controller .simple-btn {
	float: left; 
	margin-right: 6px;
	font-size: 12px;
}

.slider {
	font-size: 1.2em;
	cursor: pointer;
	background: url('http://media.jw-it.se/css/torget/images/bar_bg.jpg') #444444 repeat-x bottom left;
	border: 1px solid #444444;

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.slider, .slider .ui-slider-range {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.slider .ui-slider-range {
	background: #5B8CAD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#39597A), to(#5B8CAD));
	background-image: -webkit-linear-gradient(#39597A, #5B8CAD);
	background-image: -moz-linear-gradient(#39597A, #5B8CAD);
	background-image: -ms-linear-gradient(#39597A,#5B8CAD);
	background-image: -o-linear-gradient(#39597A,#5B8CAD);
	background-image: linear-gradient(#39597A, #5B8CAD);
}

.slider .ui-slider-handle {
	border: 1px solid #bbbbbb;
	background: #ffffff repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(#ffffff, #cccccc);
	background-image: -moz-linear-gradient(#ffffff, #cccccc);
	background-image: -ms-linear-gradient(#ffffff,#cccccc);
	background-image: -o-linear-gradient(#ffffff,#cccccc);
	background-image: linear-gradient(#ffffff, #cccccc);

	margin-left: 0;
	cursor: pointer;
	overflow: hidden;
	outline: none;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	background-clip: padding-box;
	-webkit-background-clip: padding-box;

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.slider .ui-slider-handle.ui-state-hover {
	border: 1px solid #cccccc;
	background: #ffffff repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(#ffffff, #dddddd);
	background-image: -moz-linear-gradient(#ffffff, #dddddd);
	background-image: -ms-linear-gradient(#ffffff,#dddddd);
	background-image: -o-linear-gradient(#ffffff,#dddddd);
	background-image: linear-gradient(#ffffff, #dddddd);
}

.loan {
	font-size: 11px;
}

.loan .padding {
	padding: 0;
}

.loan .left {
	float: left;
	width: 37%;
}

.loan .right {
	float: right;
	width: 60%;
}

#loan-sum .left,
#loan-years .left {
	width: 60%;
}

#loan-sum .right,
#loan-years .right {
	width: 35%;
}

#loan-total .left,
#loan-total .right {
	width: 50%;
}

.loan-title {
	font-size: 1.45em;
	font-weight: bold;
}

.loan-label {
	padding-bottom: 0.4em;
	color: #333333;
}

.loan .slider-total {
	font-weight: bold;
	padding: 0.7em 0.2em;
	text-align: center;

	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;

	border: 1px solid #cccccc;
	background: #ffffff repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(#ffffff, #dddddd);
	background-image: -moz-linear-gradient(#ffffff, #dddddd);
	background-image: -ms-linear-gradient(#ffffff,#dddddd);
	background-image: -o-linear-gradient(#ffffff,#dddddd);
	background-image: linear-gradient(#ffffff, #dddddd);
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	background-clip: padding-box;
	-webkit-background-clip: padding-box;

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.loan .slider {
	margin-bottom: 1.4em;
}

.loan .simple-btn {
	float: right;
	margin-top: 0.8em;

	background-color: #22375a;
	border-color: #142c52;
}

.loan .simple-btn:hover,
.loan .simple-btn:active {
	background-color: #3e5374;
	border-color: #22375a;
}

.loan .slider .ui-slider-range {
	background: #22375a repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#22375a), to(#3e5374));
	background-image: -webkit-linear-gradient(#22375a, #3e5374);
	background-image: -moz-linear-gradient(#22375a, #3e5374);
	background-image: -ms-linear-gradient(#22375a,#3e5374);
	background-image: -o-linear-gradient(#22375a,#3e5374);
	background-image: linear-gradient(#22375a, #3e5374);
}

#loan-years .slider .ui-slider-handle {
	margin-left: -1.28em;
}

#loan-total p {
	text-align: center;
}

#loan-total p b,
#loan-total p span {
	display: block;
}

#loan-total p b {
	font-size: 1.6em;
}

.loan-logo {
	padding: 1.5em 0 0;
}

.loan-logo img {
	max-width: 80%;
}

.loan-info {
	padding-top: 1em;
}

.loan-info p {
	font-size: 1em;
	color: #666666;
}

.loan p.loan-info-title {
	font-size: 1em;
	padding: 1.4em 0 0.4em;
	color: #555555;
}

.loan p.loan-info-title a {
	display: none;
}

.modal_content .loan .simple-btn {
	text-decoration: none;
	font-size: 13px;
	float: left;
}

.modal_content .loan .loan-title {
	padding-bottom: 0.4em;
}

.modal_content .loan p {
	color: #22375a;
}

.modal_content .loan img {
	display: block;
	width: 160px;
	margin: 0 0 0.6em;
}

.modal_content .loan_v2 img,
.loan_v2 .loan-logo img {
	max-width: 100%;
}

.modal_content .loan_v2 .loan-title,
.loan_v2 .loan-title {
	font-weight: normal;
	color: #333;
}

.loan_v2 .loan-title span {
	font-size: 20px;
}

.modal_content .loan_v2 .simple-btn {
	background-color: #0CA7CF;
	border-color: #03718A;
	margin-top: 0;
	font-size: 14px;
	padding: 6px 12px;
}

.loan_v2 .simple-btn:hover,
.loan_v2 .simple-btn:active {
	background-color: #03809D;
	border-color: #025669;
}

/* Top-menu */
.top-menu {
	margin-bottom: 30px;

	background: #01327E;
	border: 1px solid #011d48;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	background: #001d55 repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01327E), to(#001d55));
	background-image: -webkit-linear-gradient(#01327E, #001d55);
	background-image: -moz-linear-gradient(#01327E, #001d55);
	background-image: -ms-linear-gradient(#01327E,#001d55);
	background-image: -o-linear-gradient(#01327E,#001d55);
	background-image: linear-gradient(#01327E, #001d55);
}

.menu-btn {
	padding: 4px 12px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0;
	color: #ffffff;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.menu-btn:hover {
	text-decoration: underline;
}

.menu-btn.selected,
.menu-btn.selected:hover {
	color: #333333;
	border: 1px solid #011d48;
	text-decoration: none;

	background: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
	background-image: -moz-linear-gradient(#eeeeee, #cccccc);
	background-image: -ms-linear-gradient(#eeeeee,#cccccc);
	background-image: -o-linear-gradient(#eeeeee,#cccccc);
	background-image: linear-gradient(#eeeeee, #cccccc);

	text-shadow: none;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
}

.menu-btn.ny_annons {
	font-size: 13px;
	padding: 5px 16px;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	color: #000000;

	background: #FCB807;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEA82), to(#FEB800));
	background-image: -webkit-linear-gradient(#FFEA82, #FEB800);
	background-image: -moz-linear-gradient(#FFEA82, #FEB800);
	background-image: -ms-linear-gradient(#FFEA82,#FEB800);
	background-image: -o-linear-gradient(#FFEA82,#FEB800);
	background-image: linear-gradient(#FFEA82, #FEB800);

	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
}

.menu-btn.ny_annons:hover {
	text-decoration: none;
	color: #000000;

	background: #FFCE4E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF8D7), to(#FFCB43));
	background-image: -webkit-linear-gradient(#FFF8D7, #FFCB43);
	background-image: -moz-linear-gradient(#FFF8D7, #FFCB43);
	background-image: -ms-linear-gradient(#FFF8D7,#FFCB43);
	background-image: -o-linear-gradient(#FFF8D7,#FFCB43);
	background-image: linear-gradient(#FFF8D7, #FFCB43);

	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
}

/* Navigation */
.nav {
	width: 790px;
	margin: 0 auto;
	padding-top: 10px;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
}

.nav li.clearFix {
	float: none;
	clear: both;
}

.nav a {
	line-height: 12px;
	margin-right: 5px;
	padding: 6px 8px;
}

/* Mega-dropdown */
.mega-dropdown {
	position: relative;
	top: -20px;

	display: none;
	padding: 0.7em 1% 0;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.mega-dropdown .wrap {
	padding: 0 1em;
}

.mega-dropdown a {
	font-size: 0.75em;
	display: block;
	color: #333333;
	text-decoration: none;
}

.mega-dropdown a:hover {
	color: #01327E;
	text-decoration: underline;
}

.mega-dropdown a.l {
	float: left;
	font-size: 1em;
	margin-right: 1em;
	color: #01327E;
}

.mega-dropdown a.m {
	font-size: 0.85em;
	color: #01327E;
	margin-bottom: 0.2em;
}

.mega-dropdown a.selected {
	font-weight: bold;
}

.mega-dropdown-box {
	float: left;
	width: 25%;
}

.mega-dropdown-box .padding {
	padding: 0 1em 1em 0;
}

/* Tjänster */
.tjanster {
	width: 182px; 
	margin-right: 23px;
	float: left; 
}

.tjanst {
	height: 300px;
	margin-bottom: 23px;

	border: 1px solid #cccccc;
	background-color: #f3f3f3;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.jobbtipsaren {
	margin-bottom: 20px;
	position: relative;
}

.jobbtipsaren h2.title {
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 4px;
	border-bottom: 3px solid #FDC41D;
}

.jobbtipsaren h2.title a {
	color: #000000 !important;
}

.jobbtipsaren a.jobb-tips {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dddddd;
	display: block;
	text-decoration: none;
}

.jobbtipsaren a,
.jobbtipsaren a:hover {
	text-decoration: none !important;
}

.jobbtipsaren a .padding {
	padding: 0;
}

.jobbtipsaren a h2 {
	font-size: 12px;
	color: #444444;
	padding-bottom: 5px;
	margin: 0;

	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;

	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.jobbtipsaren a:hover h2 {
	color: #000000;
} 

.jobbtipsaren a img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.jobbtipsaren p {
	text-align: center;
	font-size: 15px;
	padding: 10px 0 20px;
	color: #444444;
}

.jobbtipsaren .job-stat {
	display: relative;
}

.jobbtipsaren .job-stat img {
	position: absolute;
	top: 0;
	left: 0;
}

/* Sök */
#search {
	min-height: 50px;
}

.main-search {
	float: left;
	width: 790px;
	position: relative;
	margin-left: 205px;

	border: 1px solid #001d55;

	background: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
	background-image: -moz-linear-gradient(#eeeeee, #cccccc);
	background-image: -ms-linear-gradient(#eeeeee,#cccccc);
	background-image: -o-linear-gradient(#eeeeee,#cccccc);
	background-image: linear-gradient(#eeeeee, #cccccc);

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
}

.main-search .padding {
	padding: 10px;
}

.main-search .scope-select span {
	color: #666666;
}

.main-search .scope-select a {
	color: #666666;
	text-decoration: none;
	margin-right: 0.5em;
}

.main-search .scope-select a:hover {
	color: #333333;
	text-decoration: underline;
}

.main-search .scope-select a.selected {
	text-decoration: none;
	color: #01327E;
}

.main-search .search-input {
	margin-right: 85px;
	position: relative;
}

.main-search .search-input .search-input-field {
	float: left;
	width: 70%;
}

.main-search .search-input .search-input-field.full {
	width: 100%;
}

.main-search .search-input .search-input-field.full .padding {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.main-search .search-input .search-input-field .padding {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;

	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;

	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
}

.main-search .search-input .search-input-field.selected .padding {
	box-shadow: inset 0 0 4px #FCB807, 0 0 4px #FCB807;
	-moz-box-shadow: inset 0 0 4px #FCB807, 0 0 4px #FCB807;
	-webkit-box-shadow: inset 0 0 4px #FCB807, 0 0 4px #FCB807;

	border: 1px solid #F7AC09;
}

.main-search .search-input .search-select-field {
	float: right;
	width: 30%;
}

.main-search .search-input .search-select-field .padding {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.main-search .search-input .padding {
	padding: 0 0.6em 0 0.5em;
	position: relative;
}

.main-search .search-input .search-select-field .padding {
	padding-left: 0;
}

.main-search .search-input .unset {
	position: absolute;
	top: 6px;
	right: 1.5%;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.main-search .search-input .unset img {
	width: 16px;
	height: 16px;
	display: block;
	border: 0;
}

.main-search .search-input input {
	color: #000000;
	width: 100%;

	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.main-search .search-input input.selected {
	color: #FF6200;
}

.main-search .search-input input,
.main-search .search-input .search-select {
	font-size: 0.8em;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0.5em 0;
	background: none;
	display: block;
}

.main-search .search-input .search-select {
	background: url('../../layout/grey16x16/ic_down.png') no-repeat center right;
	line-height: 1.2em;
	cursor: pointer;
	color: #999999;
	padding-right: 22px;
	padding-left: 13px;

	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;

	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.main-search .search-input a.search-select {
	color: #999999;
}

.main-search .search-input .selected a.search-select,
.main-search .search-input a.search-select:hover {
	color: #000000;
	text-decoration: none;
}

.main-search .search-input a.search-select.selected {
	color: #FF6200;
}

.main-search .search-input a.search-select.selected:hover {
	color: #F34800;
}

.main-search .search-input .autocomplete {
	list-style-type: none;
	margin: 0px;
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 4;
	width: 60%;
	padding: 1%;
	background-color: #ffffff;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.main-search .search-input .autocomplete li {
	font: 12px 'verdana', 'arial', 'sans-serif', 'helvetica';
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.main-search .search-input .autocomplete li:hover, 
.main-search .search-input .autocomplete .selected {
	background-color: #dae5f7;
}

.jobbtipsaren .simple-btn, 
.main-search .simple-btn {
	position: absolute;
	font-size: 0.9em;
	top: 10px;
	right: 10px;

	color: #000000;
	border: 1px solid #F7AC09;
	padding: 0;

	background: #FCB807;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEA82), to(#FEB800));
	background-image: -webkit-linear-gradient(#FFEA82, #FEB800);
	background-image: -moz-linear-gradient(#FFEA82, #FEB800);
	background-image: -ms-linear-gradient(#FFEA82,#FEB800);
	background-image: -o-linear-gradient(#FFEA82,#FEB800);
	background-image: linear-gradient(#FFEA82, #FEB800);

	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.jobbtipsaren .simple-btn {
	position: static;
	top: 0;
	left: 0;
	display: inline-block;
	color: #000000 !important;
}

.jobbtipsaren .simple-btn div,
.main-search .simple-btn div {
	padding: 0.45em 1.6em 0.3em;
}

.jobbtipsaren .simple-btn:hover,
.main-search .simple-btn:hover {
	border-color: #E3B53D;

	background: #FFCE4E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF8D7), to(#FFCB43));
	background-image: -webkit-linear-gradient(#FFF8D7, #FFCB43);
	background-image: -moz-linear-gradient(#FFF8D7, #FFCB43);
	background-image: -ms-linear-gradient(#FFF8D7,#FFCB43);
	background-image: -o-linear-gradient(#FFF8D7,#FFCB43);
	background-image: linear-gradient(#FFF8D7, #FFCB43);
}

.scope-select {
	float: left; 
	width: 182px; 
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
}

.scope-select .menu-btn {
	margin: 7px auto 0;
	display: inline-block;
	font-size: 13px;
}

/* Close button - X */
#main a.close-button {
	color: #fff;
}

.close-button {
	outline: none;
	cursor: pointer;
	display: block;

	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	
	text-align: center;
	font-size: 16px;
	line-height: 21px;

	color: #fff;
	background: #393939;

	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;

	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.close-button:hover {
	background-color: #191919;
}

/* Tooltip */
.tooltip { 
	width: 156px;
	min-height: 96px;

	display: none;
	position: absolute;
	background: #ffffff; 
	border: 1px solid #cccccc; 

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
} 

.tooltip:after, .tooltip:before { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 

.tooltip:after { 
	border-color: rgba(255, 255, 255, 0); 
	border-bottom-color: #ffffff; 
	border-width: 14px; 
	margin-left: -14px; 
} 

.tooltip:before { 
	border-color: rgba(204, 204, 204, 0); 
	border-bottom-color: #cccccc; 
	border-width: 15px; 
	margin-left: -15px; 
}

.tooltip.preloader {
	background: url('images/bar.gif') #ffffff no-repeat center center;
}

/* Chosen */
#main .chosen-container a {
	color: #444;
	text-decoration: none;
}

#main .chosen-container a:hover {
	color: #222;
	text-decoration: none;
}

#main .chosen-container-single span {
	font-size: 11px;
	line-height: 24px;
	margin-right: 26px;
}

#main .chosen-container-single .chosen-search input[type="text"],
#main .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	width: 100%;
}

#main .chosen-container-multi .chosen-choices li.search-choice span {
	line-height: 13px;
	font-size: 13px;
}

/* Default form v2 */
.form-default-v2 .input-text,
.form-default-v2 .prefix,
.form-default-v2 .suffix,
.form-default-v2 .thumb,
.form-default-v2 .thumb-loader, 
.form-default-v2 .image-upload, 
.form-default-v2 .checkbox .background,
.form-default-v2 .radio-button .handle,
.form-default-v2 .radio-button .background {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form-default-v2 .row {
	margin-bottom: 15px;
}

.form-default-v2 label {
	cursor: pointer;
	display: block;
}

.form-default-v2 label p {
	color: #222;
	font-size: 14px;
	padding: 0 0 2px;	
}

.form-default-v2 label p.red {
	color: #be4741;
	font-size: 11px;
}

.form-default-v2 label p .grey {
	font-size: 11px;
}

.form-default-v2 .input-text {
	font: 12px 'Verdana';
	width: 250px;
	height: 30px;
	display: block;
	padding: 6px 8px;
	border: 1px solid #d8d8d8;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;

	-moz-transition: border-color .5s;
	-webkit-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
}

.form-default-v2 .input-textarea {
	resize: none;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
	height: 100px;
}

.form-default-v2 .input-text:focus {
	border-color: #198cd1;
}

.form-default-v2 .input-text.error,
.form-default-v2 .error .input-text {
	border-color: #be4741;
}

.form-default-v2 .prefix-row,
.form-default-v2 .suffix-row {
	position: relative;
}

.form-default-v2 .prefix-row .input-text {
	width: 200px;
	margin-left: 50px;

	border-left: 0;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

.form-default-v2 .suffix-row .input-text {
	width: 200px;

	border-right: 0;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

.form-default-v2 .prefix,
.form-default-v2 .suffix {
	position: absolute;
	width: 50px;
	height: 30px;
	bottom: 0;
	font-size: 11px;
	color: #444;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 6px;
}

.form-default-v2 .prefix {
	left: 0;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

.form-default-v2 .suffix {
	left: 200px;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

.form-default-v2 .checkbox {
	max-width: 350px;
}

.form-default-v2 .checkbox span {
	font-size: 13px;
}

.form-default-v2 .checkbox input {
	position: absolute;
	z-index: 0;
	opacity: 0;
}

.form-default-v2 .checkbox .toggle {
	display: inline-block;
	vertical-align: middle;
}

.form-default-v2 .checkbox .toggle,
.form-default-v2 .checkbox .background {
	position: relative;
	width: 18px;
	height: 18px;
}

.form-default-v2 .checkbox .background,
.form-default-v2 .radio-button .handle,
.form-default-v2 .radio-button .background {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.form-default-v2 .checkbox .background,
.form-default-v2 .radio-button .background {
	z-index: 1;

	border: 1px solid #ccc;
	background-color: #eee;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;

	-moz-transition: border-color .4s, background-color .4s;
	-webkit-transition: border-color .4s, background-color .4s;
	-o-transition: border-color .4s, background-color .4s;
	transition: border-color .4s, background-color .4s;
}

.form-default-v2 .checkbox .fa-check {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 3px;
	text-align: center;
	font-size: 12px;
	color: #f2f2f2;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0);

	-moz-transition: color .4s, text-shadow .4s;
	-webkit-transition: color .4s, text-shadow .4s;
	-o-transition: color .4s, text-shadow .4s;
	transition: color .4s, text-shadow .4s;
}

.form-default-v2 .checkbox input:checked ~ .fa-check {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.form-default-v2 .checkbox input:checked ~ .background {
	background-color: #feb800;
	border-color: #D49100;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0) inset;
}

.form-default-v2 .radio-button input,
.form-default-v2 .file-upload.enabled input {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.form-default-v2 .radio-button {
	display: inline-block;
}

.form-default-v2 .radio-button .toggle {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	top: -1px;
}

.form-default-v2 .radio-button .background {
	width: 15px;
	height: 15px;

	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

	-moz-transition: border-color .4s, background-color .4s;
	-webkit-transition: border-color .4s, background-color .4s;
	-o-transition: border-color .4s, background-color .4s;
	transition: border-color .4s, background-color .4s;
}

.form-default-v2 .radio-button input:checked ~ .background {
	background-color: #feb800;
	border-color: #D49100;
}

.form-default-v2 .radio-button-list .radio-button {
	display: block;
}

.form-default-v2 .radio-button-list .radio-button span {
	font-size: 12px;
}

.form-default-v2 .radio-button-list .radio-button span i {
	color: #999;
	font-size: 10px; 
	margin-left: 22px; 
	position: relative; 
	top: -5px;
}

.form-default-v2 .file-upload {
	position: relative;
}

.form-default-v2 .file-upload.disabled .image-upload {
	display: none;
}

.form-default-v2 .file-upload label {
	display: inline-block;
}

.form-default-v2 .thumb,
.form-default-v2 .thumb-loader,
.form-default-v2 .image-upload  {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100px;
	height: 75px;
	color: #555;
	background: #f2f2f2;
	border: 1px solid #d8d8d8;
	text-align: center;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	-moz-transition: border-color .5s, color .5s;
	-webkit-transition: border-color .5s, color .5s;
	-o-transition: border-color .5s, color .5s;
	transition: border-color .5s, color .5s;
}

.form-default-v2 .image-upload {
	margin: 0;
	display: block;

	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.form-default-v2 .image-upload.disabled {
	cursor: default;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.form-default-v2 .image-upload i {
	font-size: 30px;
	padding-top: 12px;
	display: block;
}

.form-default-v2 label .image-upload p {
	color: #555;
	padding-top: 5px;
	font-size: 12px;
}

.form-default-v2 .thumb-loader {
	vertical-align: top;
	margin: 0 10px 15px 0;
	background-repeat: no-repeat;
	background-position: center 40px;
	background-image: url('http://media.jw-it.se/layout/ajax-loader.gif');
}

.form-default-v2 .thumb-loader p {
	font-size: 10px;
	padding-top: 20px;
}

.form-default-v2 .thumb {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 0 10px 15px 0;
	background-color: #fff;
}

.form-default-v2 .thumb-container {
	overflow: hidden;
	width: 98px;
	height: 73px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.form-default-v2 .thumb img {
	max-width: 100px;
	max-height: 75px;
	display: block;

	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.form-default-v2 .thumb img.reset {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.form-default-v2 .thumb-loader p {
	color: #777;
}

.form-default-v2 .thumb a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.form-default-v2 .thumb:hover a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.form-default-v2 .button.submit {
	font-size: 14px;
	margin-right: 15px;

	color: #111;
	border-color: #F7AC09;

	background: #FCB807;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEA82), to(#FEB800));
	background-image: -webkit-linear-gradient(#FFEA82, #FEB800);
	background-image: -moz-linear-gradient(#FFEA82, #FEB800);
	background-image: -ms-linear-gradient(#FFEA82,#FEB800);
	background-image: -o-linear-gradient(#FFEA82,#FEB800);
	background-image: linear-gradient(#FFEA82, #FEB800);
}

.form-default-v2 .button.submit:hover, 
.form-default-v2 .button.submit:active {
	color: #000;
	border-color: #E3B53D;

	background: #FFCE4E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF8D7), to(#FFCB43));
	background-image: -webkit-linear-gradient(#FFF8D7, #FFCB43);
	background-image: -moz-linear-gradient(#FFF8D7, #FFCB43);
	background-image: -ms-linear-gradient(#FFF8D7,#FFCB43);
	background-image: -o-linear-gradient(#FFF8D7,#FFCB43);
	background-image: linear-gradient(#FFF8D7, #FFCB43);
}

body.has-splash {
	overflow: hidden;
}

.splash-screen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.9);
}

.splash-screen .container {
	padding: 20px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
}

.splash-screen .container a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.splash-screen .header {
	position: relative;
	padding: 14px 16px;
	background: #001d55 repeat-x;
	background-image: url('images/menu_bg.jpg');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01327E), to(#001d55));
	background-image: -webkit-linear-gradient(#01327E, #001d55);
	background-image: -moz-linear-gradient(#01327E, #001d55);
	background-image: -ms-linear-gradient(#01327E,#001d55);
	background-image: -o-linear-gradient(#01327E,#001d55);
	background-image: linear-gradient(#01327E, #001d55);
}

.splash-screen .header .logo-boll {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.splash-screen .header .logo-text {
	display: inline-block;
	vertical-align: middle;
}

.splash-screen .header .logo-text h1,
.splash-screen .header .logo-text h2 {
	font-size: 30px;
	line-height: 28px;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}

.splash-screen .header .logo-text h2 {
	font-size: 18px;
	line-height: 24px;
}

.splash-screen .auto-exit-text {
	text-align: center;
	font-size: 0.9rem;
	padding-top: 0.9rem;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.splash-screen .exit,
.splash-screen .exit:hover {
	color: #01327E;
	text-decoration: none;
}

.splash-screen .exit span {
	margin-right: 10px;
}

.splash-screen .exit:hover span {
	text-decoration: underline;
}

.splash-screen .auto-exit-text {
}

@media only screen and (max-width: 1220px) {
	.viewport {
		width: 1220px;
		overflow-x: hidden;
	}

	.banner_15, .banner_16, .banner_29 {
		max-width: 100%;
	}

	.banner_16 {
		max-height: 371px;
	}

	.banner_29 {
		max-width: 182px;
	}
}