﻿/* Sökfiltreringar */
#SearchFilterHeading { margin-bottom:9px; display:block; font-size:1.2em !important; font-weight:700 !important; }
#SearchFilters { margin:0 18px 8px; border-bottom:1px dotted #b2b2b2; text-align:left; }
#SearchFilters ul {  }
#SearchFilters ul:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
#SearchFilters ul { display:block; }
html[xmlns] #SearchFilters ul { display:block; }
* html #SearchFilters ul { height: 1%; }
#SearchFilters li { margin:0 9px 9px 0; padding:6px 5px 7px 10px; float:left; font-size:1em; font-weight:700; border:1px solid #e7e7e7; 
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
				-webkit-box-shadow:1px 1px 4px #eee;
				-moz-box-shadow:1px 1px 4px #eee;
				box-shadow:1px 1px 4px #eee;
				}
#SearchFilters span { padding-right:22px; background:url("../Images/Icons/Misc.png") no-repeat scroll right 2px transparent; cursor:pointer; }
#SearchFilters span:hover { text-decoration:underline; }

/* Visa endast lediga platser */
.SearchResult .SiteCheck { margin-bottom:7px; }

/* Lägg till ett nyckelord till din sökning */
.Keywords { padding:10px 20px 9px; }
.Keywords_input { width:408px; padding:7px 1em 5px; float:left; font-size:12px; border:1px solid #dedede; 
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
				-webkit-box-shadow:1px 1px 4px #eee;
				-moz-box-shadow:1px 1px 4px #eee;
				box-shadow:1px 1px 4px #eee; }
				
/* HTML5 Vendor specific placeholder CSS need their own lines  */
.Keywords_input::-webkit-input-placeholder { font-style:italic; }
.Keywords_input:-moz-placeholder { font-style:italic; }
.Keywords_input:-ms-input-placeholder { font-style:italic; }

.Keywords_button { padding:4px 7px 5px; float:right; border:1px solid #dadada; color:#000; cursor:pointer; }
input.Keywords_button[disabled=disabled] { color:#ccc; }
input.Keywords_button[disabled=disabled]:hover { text-decoration:none; }

.chzn-container-multi .chzn-choices { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }

/* SearchControls Bottom */
.SearchControls { margin-bottom:24px; }
