div#SokResultat .search-shops {
	position:relative;
	width:100%;
	margin:0 auto;
	text-align: center;
}

div#SokResultat {
	box-shadow: inset 0 -7px 18px rgba(0,0,0,0.1);
}


div#SokResultat .raise-old-splash {
	color: #fff;
}

div#SokResultat .raise-container .raise {
position: absolute;
top: -15px;
right: -24px;
color: #000;
font-weight: bold;
background: #eded65;
padding: 13px 0;
border-radius: 30px;
font-size: 16px;
text-align: center;
line-height: 0.9;
width: 60px;
height: 60px;
display: inline-block;
	display: none;
box-shadow: 0 0px 21px #eded65;
}

.show-remaining-shops {
	font-size: 13px;
    color: #fff;
    font-weight: normal;
    margin: 5px;
    text-decoration: none;
    background: #31689a;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
}

.show-remaining-shops:last {
	margin-bottom:40px;
}

.show-remaining-shops.bigger {
    font-size: 17px;
    color: #7DD2DA;
    font-weight: normal;
    margin-top: -5px;
    display: inline-block;
    /* text-decoration: underline; */
    padding: 5px 15px;
    background: #eee;
    border-radius: 4px;
    margin-bottom: 35px;
    margin-top: 13px;
}

.show-remaining-shops:hover {
	cursor:pointer;
	color:#fff;
	background:#407bb1;
}

div#SokResultat .search-shops ul {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
	overflow:visible;
		/*display:none; Set this to none, if slideDown easing is being used in JS */
}

.search-shops a {
	text-decoration: none;
}

div#SokResultat .search-shops ul li {
	max-width: 25%;
	width: 100%;
	margin:0;
	padding:0;
	border: 0px #EEE solid;
	text-align: center;
}

div#SokResultat .search-shops ul li > div.shopContainer {
	margin: 10px auto;
	text-align: left;
	padding: 10px 15px 1px 15px;
	width: 171px;
	border-radius: 5px;
}

div#SokResultat .search-shops ul li > div.company-container {
	background:#fafafa;
}

div#SokResultat .search-shops ul li > div.company-container > div:not(.cell) {
	display:inline-block;
}

div#SokResultat .search-shops ul li .splash_text {
    margin: 0;
    font-size: 12px;
    color: #444;
    vertical-align: top;
    text-align: center;
    width: 141px;
    display: block;
    padding: 5px 0;
    font-weight: bold;
}

div#SokResultat ul li.hiddenShop {
	display:none;
}


div#SokResultat .search-shops ul li .company-container:hover {
	cursor:pointer;
}

div#SokResultat .search-shops ul li .company-container:hover img {
	border-color:#ddd;
}


div#SokResultat .search-shops ul li .cell {
	position: absolute;
	top: -31px;
	right: -13px;
	width: 50px;
	border-radius: 100px;
	background-color: #FFF !important;

	font-size: 11px;
	height: 50px;
	white-space: normal;
	-webkit-box-shadow: 1px 1px 6px #EEE;
	-moz-box-shadow: 1px 1px 6px #EEE;
	box-shadow: 1px 1px 6px #EEE;
	display:none;
}

div#SokResultat .search-shops ul li .company-container:hover .cell {
	display:inline-block;
}

div#SokResultat .search-shops ul li .cell span[id^=splash_searchresults] {
	font-size:11px;
}

div#SokResultat .search-shops ul li .cell .fa {
	font-size:20px;
	color:#113E68 !important;
	position:relative;
	top: 9px;
	left: -1px;
}

div#SokResultat .search-shops ul li .company_instance_logo {
	border:1px solid #eee;
}

div#SokResultat .search-shops ul li .company-container {
	display:inline-block;
}

div#SokResultat .search-shops ul li .company-container, div#SokResultat .state_big .company-container {
	position:relative;
	height:80px;
	width: 141px;
	z-index:2;
}

.products-title {
	color:#666;
	margin: 0;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #FFF;
	font-size:22px;
	font-weight:bold;
}

.products-title:first-of-type {
	margin:20px 0 0 0;
}

.separator {
	padding:10px;
	padding: 10px;
	border-bottom: 0 !important;
}



div#SokResultatPending .ImageSpacer {
	/* If I put this into .KategoriInfo it buggs out */
	height: 30px;
	width: 100%;
}

div#SokResultatPending .SokInfo {
	width: 900px;
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}

div#SokResultatPending .SokInfo span.title {
	font-size: 26px;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

div#SokResultatPending .spinner_container {
	width: 100%;
	font-size: 80px;
	text-align: center;
	padding: 40px;
	color: silver;
}

div#SokResultatPending .spinner_container .fa {
	color:#D5E1EC; /* animate between this and #8BA6C0 */
}


.spinner-message {
	color: #C9D2DC;
	display:none;
	font-size: 21px;
}

#search-bar {
	position:absolute;
	padding: 0;
	top: 60px;
	height:20px;
	width: 100%;
}

	#search-bar > span {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #CBCBCB;
		font-size: 10px;
		text-transform: uppercase;
		float:left;
		margin-right: 3px;
		background: rgba(0, 0, 0, 0.22);
		padding: 4px 7px 3px 7px;
		height:21px;
	}

	#search-bar > span.selected {
		background: rgb(69,72,77); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.43);
		-moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.43);
		box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.43);
	}

	#search-bar > span > span {
		vertical-align: middle;
		height: 16px;
		display: inline-block;
	}

	#search-bar #search-advanced-btn {
		float:right;
		display:none;
	}

	#search-bar > span:hover, #search-bar > span.selected {
		background: rgba(0, 0, 0, 0.52);
		color:#eee;
		cursor:pointer;
	}

	#search-bar > span .fa {
		margin-right:5px;
		position:relative;
		font-size: 14px;
		vertical-align: middle;
	}

	#search-bar #search-flights-btn .fa {
		color:#F2C87E;
	}

	#search-bar #search-hotels-btn .fa {
		color: #A185B1;
		font-size: 12px;
	}

	#search-bar #search-advanced-btn .fa {
		color:#6FB280;
	}


	#search-bar span.right {
		float:right;
	}

	div#ui-datepicker-div {
		font-size: 12px;
	}


.search-dropdown {
	position:absolute;
	background: #fff;
	padding: 0;
	top: 92px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	webkit-box-shadow:2px 2px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:2px 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow:2px 2px 8px rgba(0, 0, 0, 0.3);
	z-index: 150;
	display:none;
}


.search-dropdown input {
	min-width: initial !important;
}

	.search-dropdown h4, .search-dropdown h5 {
		margin:0 0 15px 0;
		padding:3px 10px;
		background:#ddd;
	}

	.search-dropdown h4 {
		display:none;
	}

	.search-dropdown h5 {
		background: #F2F2F2;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		font-size: 13px;
		text-transform: uppercase;
		margin-bottom: 0;
		padding: 17px 18px 15px 18px;
		color: #747474;

	}

	.search-dropdown h5 {
		margin-top:25px;
	}

	.search-dropdown h5:first-of-type {
		margin-top:0;
	}


	.search-dropdown > div {
		margin:0 10px 10px 10px;
	}

	.search-dropdown .commission-box {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		background: #F9F9F9;
		margin: 15px 0 0 0;
		padding: 15px 20px;

	}

	.search-dropdown .commission-box p {
		color:#666;
		line-height: 1.7;
	}

	.search-dropdown .commission-box .title {
		color: #595959;
		border-bottom: 1px solid #E2E2E2;
		padding-bottom: 7px;
	}

	.search-dropdown .sect {
		padding:10px;
	}

	.search-dropdown .sect p {
		font-size:14px;
	}

	.search-dropdown .sect.sorting div label {
		color: #B4B4B4;
		font-size: 10px;
		margin-left: 4px;
		text-transform: uppercase;
	}

	.search-dropdown .sect.sorting div label .fa {
		color:#000 !important;
		font-size:14px;
		margin-right:4px;
		display:none;
	}

	.search-dropdown > div > label {
		font-size:12px;
		margin-bottom:10px;
	}

	.search-dropdown input {
		color:#297AAB;
	}

	div#slider-range {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		font-size: 12px;
		background: #fff;
		margin: 10px 5px;
		border-color: #CCC #888;
	}

	#price-interval {
		display: inline-block;
		width: 285px;
		float: right;
		position: relative;
		top: -35px;
		right:20px;
	}

	.ui-slider-range {
		background:#ddd;
		-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);

		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}

	.ui-slider-handle {
		outline:none;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		position:relative;
	}

	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		font-weight: normal;
		color:#000;
		background: #FFF;
		border: 1px solid #CCC;
		width: 2em;
		height: 1.8em;
		top: -7px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;


		background:transparent;
		border:none;
	}

	.ui-slider-handle .fa-fast-forward, .ui-slider-handle .fa-fast-backward {
		position:relative;
	}

	.ui-slider-handle .fa-fast-forward {
		left: -16px;
		background: #FFF;
		border-radius: 4px;
		border: 1px solid #EEE;
		padding: 5px 5px 4px 5px;
		top: -1px;
	}

	.ui-slider-handle .fa-fast-backward {
		right: -8px;
		background: #FFF;
		border-radius: 4px;
		border: 1px solid #EEE;
		padding: 5px 5px 4px 5px;
		top: -1px;
	}


	.ui-state-focus {
		overflow:visible;
	}

	.price-ints {
		position:relative;
	}

	.handle-num {
		color:#999;
		display: inline-block;
		font-size: 12px;
		letter-spacing:1px;
		margin-left:-30px;
		text-align: center;
		overflow: visible;
		position: absolute;
		white-space: nowrap;
		z-index: 5;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background: #FAFAFA;
		padding: 4px 5px 3px 5px;
		min-width: 80px;
		width:80px;
		-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	}

	.handle-num .arrow {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #eee;
		width: 0;
		height: 0;
		position:absolute;
	}

	#price-int-from {
		left:0%;
		top: 2px;
		margin-left:-76px;
		float:right;
		text-align: right;
	}

	#price-int-from span.arrow {
		top:-5px;
		right:5px;
	}

	#price-int-to {
		left:100%;
		margin-left: 8px;
		top:2px;
	}

	#price-int-to span.arrow {
		top: -5px;
		left: 5px;
	}

	.h5-price-interval {
		color: #999;
		font-size: 11px;
		text-transform: uppercase;
		display: inline-block;
		position: absolute;
		top: -22px;
		left: 34%;
	}

	.h5-price-interval .fa {
		color:#666;
		position: absolute;
		right: -23px;
		font-size: 19px;
		top: -5px;
		display:none;
	}

	.search-dropdown .radius-form {
		margin-bottom:0;
	}

	.search-dropdown .radius-form .stack div {
		width: 49.2%;
	}

	.search-dropdown button.ui-datepicker-trigger {
		position: absolute;
		right: 18px;
		background: none;
		border: 0;
		top: 25px;
		outline: none !important;
	}


	.search-dropdown .company-logo {
		width: 70px;
		height: 40px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: right;
		top: -9px;
		position: absolute;
		right: 45px;
		-webkit-box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.1);
		box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.1);
	}

	.search-dropdown .arrow-up {
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #f2f2f2;
		position:absolute;
	}

	.search-dropdown .close-btn {
		background: #000;
		border: 2px solid #FFF;
		padding: 3px 7px;
		margin: 0;
		position: absolute;
		font-size: 12px;
		top: -12px;
		right: -8px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		color: #FFF;
		-webkit-box-shadow: 1px 1px 1px #444;
		-moz-box-shadow: 1px 1px 1px #444;
		box-shadow: 1px 1px 1px #444;
		cursor: pointer;
	}

	.search-dropdown #arrow-hotels {
		top: -7px;
		left: 75px;
	}

	.search-dropdown #arrow-flights {
		top: -7px;
		left: 10px;
	}

	.search-dropdown ul {
		list-style-type: none;
		margin:10px 0;
		padding:0;
		color:#666;
	}

	.search-dropdown ul li {
		color: #69A362;
		padding: 1px 20px;
		margin-bottom: 1px;
		font-size: 12px;
	}





/* Default */
div#SokResultat {
    padding-bottom: 27px;
}

div#SokResultat div.fullbackground {
	padding-top: 15px;
	padding-bottom: 15px;
}

div#SokResultat div.fullbackground > div.title {
	font-size:24px;
}

div#SokResultat .ImageSpacer {
	/* If I put this into .KategoriInfo it buggs out */
	height: 30px;
	width: 100%;
}

div#SokResultat .SokInfo {
	width: 900px;
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}

div#SokResultat .SokInfo span.title {
	font-size: 26px;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

div#SokResultat .spinner_container {
	width: 100%;
	font-size: 80px;
	text-align: center;
	padding: 40px;
	color: silver;
}

div#SokResultat .ShopsList {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#SokResultat .ShopsList ul {
	margin-top: 35px;
	margin-bottom: 10px;
}

div#SokResultat ul {
    list-style-type: none;
    padding: 0px;
    text-align: center;
}

div#SokResultat ul li {
	color: black;
	/*cursor: pointer;*/
	display: inline-block;
    /*float: left;*/
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
}



div#SokResultat .cell {
	margin-top: 0px;
	padding: 5px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
	font-size: 14px;
	margin-bottom: 0px;
}

div#TopMenu .magnifyingGlass:hover {
	color:#555;
	cursor:pointer;
}



/* Different states, js sets the state to state_big on click */
/*
div#SokResultat .state_small .left_col,
div#SokResultat .state_small .right_col,
div#SokResultat .state_big .left_col,
div#SokResultat .state_big .right_col
{
	position:relative;
}
*/

div#SokResultat .right_col .company-codes {
	display:block;
	width:65%;
	position:relative;
	margin-top: 5px;
}

div#SokResultat .right_col .company-codes > div {
	background: #ABD3BD;
	clear: both;
	border: 1px dashed #8E8E8E;
	padding: 0px 6px 0px 3px;
	position: relative;
	cursor: pointer;
	overflow: visible;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 11px;
	margin-bottom:1px;
}

div#SokResultat .right_col .company-codes > div > .codeTxt {
	position: absolute;
	background: #ABD3BD;
	color: #000;
	padding: 10px 15px;
	bottom: 32px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	font-size: 12px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 6px #aaa;
	-moz-box-shadow: 1px 1px 6px #aaa;
	box-shadow: 1px 1px 6px #aaa;
	display:none;
}

div#SokResultat .right_col .company-codes > div > .codeTxt .arrow {
	width: 0;
	height: 0;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #ABD3BD;
	position: absolute;
	bottom: -10px;
	left: 46%;
}

div#SokResultat .right_col .company-codes > div .fa {
	font-size: 13px;
	color: #343C21;
	margin: 3px;
	margin-right:6px;
}

div#SokResultat .state_big .right_col .company-codes {
	margin-top:10px;
	width:50%;
}

div#SokResultat .state_big .right_col .company-codes > div {
	margin:1px 0;
	display:block;
	cursor:default;
	padding:5px;
	overflow:auto;
}

div#SokResultat .state_big .right_col .company-codes > div > .codeTxt {
	position:relative;
	top:0;
	left:0;
	margin-left:0;
	box-shadow: none;
	display:block !important;
	color:#000;
	text-shadow:none;
	padding: 10px 20px;
}

div#SokResultat .state_big .right_col .company-codes > div > .codeTxt .arrow {
	display:none;
}




div#SokResultat .state_small .left_col {
	float: left;
	width: 90px;
}

div#SokResultat .state_small .right_col {
	float: right;
	width: 845px;
	/*width: 815px;*/
}

div#SokResultat .state_small .product_image {
	width: auto;
	height: auto;
}

div#SokResultat .state_small .sh-btn {
	display:none;
}

div#SokResultat .state_big .left_col {
	float: left;
	width: 240px;
	/*width: 200px;*/
}

div#SokResultat .state_big .right_col {
	float: right;
	width: 690px;
	/*width: 670px;
	padding-top: 4px;*/
}

div#SokResultat .state_big .product_image {
	width: 100%;
	height: auto;
}

div#SokResultat .state_big .product_description {
	font-size:12px;
}

div#SokResultat .state_big .company-container {
	display: block;
	margin: 10px 0 13px 0;
}

div#SokResultat .state_big .company-container img {
	border:1px solid #eee;
}

div#SokResultat .state_big .sh-btn {
	display: inline-block;
	margin-bottom: 10px;
}

div#SokResultat .clearify {
	clear:both;
}










div#SokResultat .company_instance_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}



div#SokResultat .products_table tr {
	cursor: pointer;
}

div#SokResultat .products_table tr.result-header td {
	background: #fff;
	vertical-align: top;
	padding: 0;
}

div#SokResultat .products_table tr.result-header td > div {
	margin: 0 10px;
	width: 66%;
	position:relative;
}

div#SokResultat .products_table tr.result-header td > div:first-of-type .fa {
	font-size: 27px;
	position: absolute;
	top: -2px;
	left: 130px;
	display:none;
}

div#SokResultat .products_table tr.result-header td > div h3,
div#SokResultat .products_table tr.result-header td > div h5 {
	margin-top:0;
	padding-top:0;
}

div#SokResultat .products_table tr.result-header td > div {
	display:inline-block;
}

div#SokResultat .products_table tr.result-header td > div:first-of-type {
	text-align: left;
	padding: 5px 10px 5px 10px;
	color:#fff;
}

div#SokResultat .products_table tr.result-header td > div:last-of-type {
	float: right;
	width: 28%;
	vertical-align: middle;
}

div#SokResultat .price-interval {
	border-radius: 2px;
	position: relative;
	top: 8px;
	font-size: 30px;
	text-align: center;
	color: #FFF;
	display:inline-block;
	float:right;
}

div#SokResultat .products_table img {
	height:45px;
}

div#SokResultat .products_table tr td:first-of-type {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}

div#SokResultat table {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 0;
}

div#SokResultat td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;

}

div#SokResultat .product {
	font-size: 15px;
	margin-top: 2px;
}

div#SokResultat .company {
	font-size: 13px;
	color: #666666;
}

div#SokResultat .price {
	font-size: 16px;
	float: right;
	color: #548658;
	position:relative;
	top: -24px;
}

div#SokResultat .to_club {
	font-size: 13px;
	color: maroon;
}

div#SokResultat img {
	height: 80px;
}

div#SokResultat img.infinity {
	height: 10px;
	width: 18px;
	margin-bottom: 1px;
	margin-right: 2px;
}

div#SokResultat .uppercase {
	font-size: 11px !important;
}


/* for 980px or less */
@media screen and (max-width: 992px) {

	div#SokResultat .SokInfo {
		width: 650px;
	}

	div#SokResultat .ShopsList {
		width: 650px;
	}

	div#SokResultat .cell {
		width: 180px;
	}

	div#SokResultat table {
		width: 650px;
	}

	div#SokResultat .product {
		font-size: 14px;
	}

	div#SokResultat .company {
		font-size: 11px;
	}

	div#SokResultat .price {
		font-size: 14px;
	}


	div#SokResultat .search-shops ul li {
		width:50%;
	}


	div#SokResultat .state_small .left_col {
		width: 60px;
	}

	div#SokResultat .state_small .right_col {
		width: 570px;
	}

	div#SokResultat .state_big .left_col {
		width: 180px;
	}

	div#SokResultat .state_big .right_col {
		width: 450px;
	}

	div#SokResultat ul li {
    	margin-right: 10px;
	}

}

/* for 770px or less */
@media screen and (max-width: 768px) {

	div#SokResultat .SokInfo {
		width: 470px;
	}

	div#SokResultat .ShopsList {
		width: 470px;
	}

	div#SokResultat .cell {
		width: 200px;
	}

	div#SokResultat table {
		width: 470px;
		width:90%;
	}

	div#SokResultat .product {
		font-size: 13px;
	}

	div#SokResultat .company {
		font-size: 11px;
	}

	div#SokResultat .to_club {
		position: static;
	}


	div#SokResultat .price {
		font-size: 13px;
		float: right;
		color: #548658;
		background: #EEE;
		padding: 2px 6px;
		border-radius: 3px;
		margin: 5px 0px 0 0;
		top:0;
	}


	/*
	div#SokResultat .state_small .left_col {
		width: 40px;
	}

	div#SokResultat .state_small .right_col {
		width: 410px;
	}

	div#SokResultat .state_big .left_col {
		width: 100px;
	}

	div#SokResultat .state_big .right_col {
		width: 350px;
	}
*/


	div#SokResultat .state_small .left_col {
		width: 20%
	}

	div#SokResultat .state_small .right_col {
		width: 75%;
	}

	div#SokResultat .state_big .left_col {
		width: 25%
	}

	div#SokResultat .state_big .right_col {
		width: 70%
	}


	div#SokResultat .search-shops ul li {
		width:50% !important;
		max-width:50%;
		padding:0;
		margin:0;
		text-align: center;
	}

	div#SokResultat .search-shops ul li > div.shopContainer {
		text-align: center;
		padding:0 15px;
		margin: 10px auto;
		padding: 0px 5px 0px 5px;
		width: 171px;

		border: none;
		background:none;

	}

	.see-more-shops {
		display:none;
	}

	div#SokResultat .search-shops ul li .splash_text {
		font-size: 13px;
		vertical-align: top;
		display: inline-block;
	}

	div#SokResultat .products-title {
		padding-left:10px;
		font-size:19px;
	}

	#search-bar {
		display:none;
	}

	#price-interval {
		display:none;
	}


	span.show-remaining-shops {
		margin-left:10px;
	}




}


/* for 480px or less */
@media screen and (max-width: 480px) {


	div#SokResultat .search-shops ul li .company-container, div#SokResultat .state_big .company-container {
		width:88px;
		height:50px;
	}

	div#SokResultat .search-shops ul li .company_instance_logo {
		height:50px;
	}

	div#SokResultat .search-shops ul li .splash_text {
		font-size: 10px;
		vertical-align: top;
		display: inline-block;
		width: 100%;
		color: #000;
		background: none;
	}

	div#SokResultat .products-title {
		font-size:16px;
	}


	div#SokResultat .SokInfo {
		width: 90%;
	}

	div#SokResultat .ShopsList {
		width: 90%
	}

	div#SokResultat .cell {
		width: 200px;
	}

	div#SokResultat table {
		width: 90%;
	}

	div#SokResultat .product {
		font-size: 12px;
	}

	div#SokResultat .company {
		font-size: 14px;
	}

	div#SokResultat .price {
		font-size: 12px;
	}

	div#SokResultat .to_club {
		font-size:10px;
		display: block;
	}


	div#SokResultat .state_small .left_col {
		width: 20%
	}

	div#SokResultat .state_small .right_col {
		width: 75%;
	}

	div#SokResultat .state_big .left_col {
		width: 25%
	}

	div#SokResultat .state_big .right_col {
		width: 70%
	}



}