/* CSS Document */

/* General */
body, td, th, input, select { /* redundant rules for bad browsers  */
            font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 12px;
            voice-family: "\"}\"";
            voice-family: inherit;
            /*font-size: small;*/
    }

	h2, h4, h5, h6 {
		margin: 1.5em 0 0.5em 0;
		font-family: Arial, Helvetica, sans-serif;
		color:#555;
	}
	
	h3{
		margin: 1.5em 0 0.5em 0;
		font-family: Arial, Helvetica, sans-serif;
		color:#3a3a3a;
		line-height:15px;
	}
	
	h1 {
		margin: 24px 0px 14px 0px;
		font-family: Arial, Helvetica, sans-serif;
		color:#555;
	}
	
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }
	#content_left h1 {margin: 24px 0px 15px 9px; }

	h1 { font-size: 240%; font-weight:normal; }
	h2 { font-size: 150%; }
	h3 { font-size: 110%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

img { border: 0; }

a, a:visited {
    color:#555;
    text-decoration: none;
	cursor:pointer;
}

a:hover, a:active{
    color:#555;
    text-decoration: underline;
	cursor:pointer;
}

body{
	background: url(/public/images/IfoWeb/body_bg.gif) 156px repeat-y #FFFFFF;
	margin:0px 0px 0px 10px;
	
}

/* Top with logotype and languageswitch */
#top{
	width:919px;
}

#top h1 {
	padding: 0px;
	margin: 0px;
}

#top h1 span {
	position: absolute;
	left: -5000px;
}

#top_language{
	width:382px;
	vertical-align:top;
	text-align:right;
	font-size:90%;
	padding: 6px 5px 0px 0px;
}

#top_language span{
	font-weight:bold;
}

#top_language a img{
	position:relative;
	top:3px;
}

#space{
	margin-left:7px;
	margin-right:7px;
}

/* Topmeny */
#navcontainer{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #c4c6c9;
	border-right: 1px solid #c4c6c9;
	width:917px;
	height:30px;
	background: url(/public/images/IfoWeb/meny_back.gif) repeat-x;
}

#navlist{
	padding: 8px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
}

#navlist li {
	list-style: none;
	margin: 0px;
	padding: 9px 0px 6px 0px;
	background: url(/public/images/IfoWeb/meny_back_devider.gif) right center no-repeat;
	display:inline;
	height:11px;
}

#navlist li a {
	padding: 7px 9px 6px 9px;
	text-decoration:none;
	height:15px;
	margin-right:2px;
	font-weight:bold;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
}

#navlist li a:link { color:#4f4f4f; }
#navlist li a:visited { color: #4f4f4f; }

#navlist li a:hover {
	text-decoration: underline;
}

#navlist li a#current {
	padding: 8px 18px 8px 18px;
	margin-right:2px;
	border-bottom: 1px solid #FFF;
	background: url(/public/images/IfoWeb/meny_back_marked.gif) top repeat-x;
	clear:both;
}

/* level2 meny */
#meny_level2 {
	width:909px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
 	padding: 3px 0px 4px 8px;
	margin-top:2px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#meny_level2 span{
	padding:0px 7px 0px 7px;
}

#current_level2{
	font-weight:bold;
}

/* content */
#content{
	width:864px;
	margin-bottom:10px;
}

#content_left{
	vertical-align:top;
	width:510px;
}

#content_space{
	width:36px;
}

#content_right{
	vertical-align:top;
	width:270px;
}

#rte{
	margin:0px 45px 23px 9px;
	line-height:16px;
}

.line{
	border-bottom:1px solid #E1E1E1;
}

.whiteline{
	border-bottom:1px solid #FFF;
}

/* content undersida */
#content_under1{
	width:864px;
	margin-bottom:5px;
}

#content_under1_left{
	vertical-align:top;
	width:586px;
}

#content_under1_right{
	vertical-align:top;
	width:268px;
}

#content_under1_space{
	width:10px;
	background-color:#FFF;
}

#content_under1_left div#pagelist{
	background-color:#67686a;
	color:#FFF;
	height:30px;
	padding:8px 0px 4px 20px;
	font-size:90%;
}

#content_under1_left div#pagelist a{
	color:#FFF;
	font-weight:bold;
	margin: 0px 3px;
}

#content_under1_left div#pagelist a:hover{
	color:#FFF;
	font-weight:bold;
	background-color:#CCC;
	text-decoration:none;
	cursor:pointer;
}

#content_under1_left div#pagelist img{
	position:relative;
	top:3px;
}

#content_artikel{
	width:764px;
}

#rte_artikel{
	margin:0px 45px 23px 0px;
	line-height:16px;
}

#rte_artikel a, #rte_artikel a:visited {
    color:#555;
    text-decoration: underline;
	cursor:pointer;
}

#rte_artikel a:hover, #rte_artikel a:active{
    color:#555;
    text-decoration: underline;
	cursor:pointer;
}

#rte_artikel h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:21px;
	color:#555;
	font-weight:bold;
	padding:9px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}

#rte_artikel h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#555;
	font-weight:bold;
	padding: 0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}

#rte_artikel p{
	margin:0px 0px 17px 0px;
}

#content_artikel_left{
	vertical-align:top;
	width:503px;
	padding:19px 0px 0px 9px;
}

#content_tekniskinfo_left{
	background-color:#7f8986;
	vertical-align:top;
	width:586px;
	padding:0px;
}

#content_sok_left{
	vertical-align:top;
	width:586px;
	padding:0px;
}

#content_artikel_space{
	width:12px;
}

#content_artikel_right{
	vertical-align:top;
	width:248px;
}

#content_teknisk_right{
	vertical-align:top;
	width:268px;
	background:#f2f1f0;
}

#tekniskinfo{
	color:#FFF;
	padding:0px 10px 0px 20px;
}

#tekniskinfo a, #tekniskinfo a:visited{
	color:#FFF;
	cursor:pointer;
}

#tekniskinfo_sok{
	background-color:#7f8986;
/*	vertical-align:top;  mikbac hack to fix the searchbutton alignment on the resultpage */
	width:556px;
	height:65px;
	padding:0px;
	color:#FFF;
	padding:0px 10px 0px 20px;
}

#tekniskinfo h1{
	color:#FFF;
	margin: 24px 0px 11px 0px;
}

#tekniskinfo input, #tekniskinfo select, #tekniskinfo_sok input, #tekniskinfo_sok select{
	width:220px;
}

#tekniskinfo .button, #tekniskinfo_sok .button{
	position:relative;
	top:5px;
	width:43px; 
	height:20px; 
}

#path{
	padding:8px 0px 0px 0px;
}

#path td.trail{
	/*font-size:95%;*/
	font-size:80%;
	padding:0px 0px 0px 10px;
}

#path .button{
	position:relative;
	top:5px;
	width:43px; 
	height:20px;
	margin:0px 5px 0px 5px;
}

.product_block{
	width:180px;
	height:142px;
	border:1px solid #E1E1E1;
	margin-bottom:5px;
}

.product_block img.product{	
	margin:1px 1px 1px 1px ;
	width:178px;
	height:119px;
}

.product_block a{	
	color:#4f4f4f;
	/*display:block;*/
}
.product_block a:hover, .product_block a:hover div.product_block_rub{text-decoration:underline;cursor:pointer;}

.product_block div.product_block_rub{
	border-top:1px solid #E1E1E1;
	padding:2px 0px 0px 9px;
	width:171px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:110%;
	color:#4f4f4f;
}



/* Banner startpage */
#banner_bg{
	background: url(/public/images/IfoWeb/toning.gif) bottom repeat-x;
	width:503px;
	height:93px;
	margin-bottom:5px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #FFFFFF;
}

.halfbanner_left{
	padding:0px 0px 0px 0px;
	float:left;
	width:249px;
}

.halfbanner_right{
	padding:0px 0px 0px 0px;
	float:right;
	width:249px;
}

.halfbanner_left span, .halfbanner_right span{
	font-size:90%;
}

.halfbanner_left img, .halfbanner_right img{
	float:left;
	padding:7px 9px 7px 5px;
}

.halfbanner_left h3, .halfbanner_right h3{
	padding-top: 2px;
	margin-top: 0px;
}


#fullbanner_bg{
	background: url(/public/images/IfoWeb/toning_4.gif) top repeat-x;
	width:503px;
	height:130px;
	margin-bottom:5px;
	padding:0px 0px 0px 0px;
	/*border:1px solid #99FF00;*/
	border-top:1px solid #FFFFFF;
}

.fullbanner{
	float:left;
	padding:0px 0px 0px 0px;
}

.fullbanner img{
	float:left;
	padding:7px 9px 7px 5px;
}

.fullbanner span{
	font-size:90%;
}

.fullbanner h3{
	padding-top: 2px;
	margin-top: 0px;
}

#rightBanner_bg{
	background: url(/public/images/IfoWeb/toning_5.gif) top repeat-x;
	width:248px;
	margin-bottom:5px;
	padding:0px 0px 0px 0px;
	float:left;
	border-top:1px solid #E1E1E1;
}

.rightBanner{
	float:left;
	padding:0px 0px 0px 0px;
}

.rightBanner img{
	float:left;
	padding:7px 9px 7px 5px;
}

.rightBanner div{
	font-size:90%;
	padding:0px 5px 5px 9px;
}

.rightBanner span{
	font-size:90%;
}

.rightBanner h3{
	padding-left:9px;
	/*border:1px solid #000000;*/
	margin-top:0px;
}


#rightBanner_bg_flower{
	background: url(/public/images/IfoWeb/toning_6_flower.gif) top left repeat-x;
	width:248px;
	height:194px;
	margin:1px 0px 11px 0px;
	padding:0px 0px 0px 0px;
}

.rightBanner_flower{
	padding:13px 10px 0px 11px;
}

.rightBanner_flower span{
	color:#000;
	line-height:16px;
}

/* banner_level_1. mikbac la till "four_banner" klasser. */
#four_banner_level_1, #banner_level_1{
	width:764px;
}

#four_banner_level_1 h3, #four_banner_level_1 span{
	color:#FFF;
	padding:0px 10px;
	display:block;
	width:147px;	/* Proportionellt samma som fr banner_level1... */
}

#banner_level_1 h3, #banner_level_1 span{
	color:#FFF;
	padding:0px 10px;
	display:block;
	width:228px;
}

#four_banner_level_1 a:visited span, #four_banner_level_1 a:visited h3, #banner_level_1 a:visited span, #banner_level_1 a:visited h3{
	color:#FFF;
	cursor:pointer;
}

#four_banner_level_1 a:hover span, #banner_level_1 a:hover span{
	text-decoration:underline;
	color:#FFF;
	cursor:pointer;
}

#four_banner_level_1 a:hover h3, #banner_level_1 a:hover h3{
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
}


#banner_level_1 .banner1{
	width:248px;
	color:#FFF;
	background-color:#7f8986;
}

#banner_level_1 .banner2{
	width:248px;
	color:#FFF;
	background-color:#9ababb;
}

#banner_level_1 .banner3{
	width:248px;
	color:#FFF;
	background-color:#9cb4be;
}

#four_banner_level_1 .banner1{
	width:182px;
	color:#FFF;
	background-color:#7f8986;
}

#four_banner_level_1 .banner2{
	width:182px;
	color:#FFF;
	background-color:#9ababb;
}

#four_banner_level_1 .banner3{
	width:182px;
	color:#FFF;
	background-color:#9cb4be;
}

#four_banner_level_1 .banner4{
	width:182px;
	color:#FFF;
	background-color:#A1B0C4;
}


.banner_level_1_space{
	width:10px;
}

/* Right column */
.leftbanner_dark{
	width:248px;
	height:104px;
	background:#b8b9bb;
	margin-bottom:5px;
}

.leftbanner_dark img, .leftbanner_light img{
	float:right;
}

.leftbanner_dark span.banner_rub{
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	display:block;
	vertical-align:bottom;
	padding:15px 5px 0px 10px;
}

.leftbanner_dark span.banner_txt{
	color:#FFF;
	padding:4px 5px 5px 10px;
	display:block;
	width:106px;
	font-size:90%;
}

.leftbanner_dark a:hover span.banner_txt{
	color:#FFF;
	text-decoration:underline;
	cursor:pointer;
}

.leftbanner_dark a:visited span.banner_txt{
	color:#FFF;
	cursor:pointer;
}

.leftbanner_dark a:hover span.banner_rub{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

.leftbanner_dark a:visited span.banner_rub{
	color:#FFF;
	cursor:pointer;
}



.leftbanner_light{
	width:248px;
	height:104px;
	background:#dcdede;
	margin-bottom:5px;
}

.leftbanner_light span.banner_rub{
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4f4f4f;
	display:block;
	padding:15px 5px 0px 10px;
}

.leftbanner_light span.banner_txt{
	color:#3a3a3a;
	padding:4px 5px 5px 10px;
	display:block;
	width:106px;
	font-size:90%;
}

.leftbanner_light a:hover span.banner_txt{
	color:#3a3a3a;
	text-decoration:underline;
	cursor:pointer;
}

.leftbanner_light a:visited span.banner_txt{
	color:#3a3a3a;
	cursor:pointer;
}

.leftbanner_light a:hover span.banner_rub{
	color:#3a3a3a;
	text-decoration:none;
	cursor:pointer;
}

.leftbanner_light a:visited span.banner_rub{
	color:#3a3a3a;
}

.leftbanner{
	width:246px;
	height:89px;
	border:1px solid #E1E1E1;
	margin-bottom:5px;
}

.leftbanner img{
	margin:1px;
}

.leftbanner div.banner_rub{
	border-bottom:1px solid #E1E1E1;
	padding:2px 0px 0px 9px;
	width:237px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:110%;
	color:#4f4f4f;
	background: url(/public/images/IfoWeb/arrow.gif) right no-repeat;
}

.leftbanner a{
	color:#4f4f4f;
	display:block;
	cursor:pointer;
}

.banner_under_1{
	background: url(/public/images/IfoWeb/toning_2.gif) bottom repeat-x;
	border-top:1px solid #FFF;
	width:253px;
	padding:6px 5px 15px 10px;
	margin-bottom:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}

.banner_under_1 img{
	position:relative;
	top:-4px;
	left:244px;
}

.banner_under_1 h3{
	margin: 0.2em 0 0.5em 0;
	font-size:160%;
	line-height: 20px;
	/*font-size:18px;*/
	font-weight:normal;
	color:#3a3a3a;
}

.banner_under_2{
	background: url(/public/images/IfoWeb/toning_3.gif) bottom repeat-x;
	border-top:1px solid #FFF;
	width:253px;
	padding:6px 5px 15px 10px;
	margin-bottom:5px;
	line-height:13px; 
}

.banner_under_2 table{
	width:153px;
}

.banner_under_2 td{
	font-size:90%;
	font-weight:bold;
	line-height:13px; 
	padding-bottom:5px;
	color:#3a3a3a;
}

.banner_under_2 td img{
	position:relative;
	top:3px;
}

.banner_under_2 img.arrowdown{
	position:relative;
	top:-4px;
	left:244px;
}

.banner_sok_1{
	background: url(/public/images/IfoWeb/toning_3.gif) bottom repeat-x;
	border-top:1px solid #FFF;
	width:153px;
	padding:6px 5px 15px 10px;
	margin-bottom:5px;
	font-size:90%;
	line-height:13px;
}

.banner_sok_1 img{
	position:relative;
	top:-4px;
	left:144px;
}

.banner_sok_2{
	background: url(/public/images/IfoWeb/toning_3.gif) bottom repeat-x;
	border-top:1px solid #FFF;
	width:153px;
	padding:6px 5px 15px 10px;
	margin-bottom:5px;
	font-size:90%;
	line-height:13px; 
}

.banner_sok_2 img{
	position:relative;
	top:-4px;
	left:144px;
}

.banner_sok_1 a, .banner_sok_2 a,  .banner_sok_1 a:visited,  .banner_sok_2 a:visited{
	font-weight:bold;
	cursor:pointer;
}

.banner_sok_2 .linkimg, .banner_sok_1 .linkimg{
	position:relative;
	top:1px;
	left:0px;
}

#resultat{
	margin:0px 0px 0px 9px;
	width:577px;
	
}

#resultat a h3, #resultat a:visited h3{
	color:#555;
	cursor:pointer;
}

#resultat a:hover h3{
	text-decoration:underline;
	cursor:pointer;
}

#resultat td img{
	padding:5px;
}

#resultat td{
	vertical-align:top;
}

#resultat td span{
	font-size:90%;
}

.resultat_space{
	height:8px;
}

#resultat td h3{
	margin:0px 0px 5px 0px;
	width:452px;
	/*border:1px solid #000000;*/
}


#banner_form_bg{
	background: url(/public/images/IfoWeb/toning_7.gif) top repeat-x;
	width:503px;
	margin-bottom:5px;
	float:left;
	padding:0px 0px 10px 0px;
}

.banner_form{
	float:left;
	padding:0px 0px 0px 0px;
	width:400px;
}

#banner_form_bg img{
	float:left;
	padding:7px 9px 7px 5px;
}

.banner_form span{
	font-size:100%;
	float:left;
	width:395px;
}

.banner_form input{
	position:relative;
	top:3px;
}

.banner_form_uppgifter{
	float:left;
	padding:0px 0px 0px 10px;
	width:400px;
}

.banner_form_uppgifter label{
	margin:5px 0px 0px 0px;
	display:block;
}

.line_form{
	border-bottom:1px solid #E1E1E1;
	float:left;
	width:503px;
}

#rightBanner_bg_form{
	background: url(/public/images/IfoWeb/toning_7.gif) top left repeat-x;
	width:248px;
	margin:1px 0px 11px 0px;
	padding:0px 0px 10px 0px;
	/*border-top:1px solid #99FF00;*/
}

.rightBanner_form{
	padding:0px 10px 0px 11px;
}

.rightBanner_form span{
	color:#000;
	font-size:90%;
	line-height:13px;
}

.banner_teknisk{
	border-top:1px solid #FFF;
	width:153px;
	height:405px;
	padding:6px 5px 15px 10px;
	
	line-height:16px;
}

.banner_teknisk img{
	position:relative;
	top:-4px;
	left:244px;
}

/* Footer */
#footer {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	background: url(/public/images/IfoWeb/footer_bg.gif) top left repeat-x;
	height: 100px;
	margin-top: 10px;
}

#footer #footer_left {
	float: left;
	padding-top: 30px;
}

#footer p {
	margin-top: 0;
	margin-bottom: 2px;
}

#footer #footer_copy {
	font-weight: normal;
}

#footer #footer_right {
	float: right;
	margin-top: 30px;
	margin-right: 3px;
}

#footer img {
	float: right;
}

/* mikbac add */
h2.bathroomTitle
{
	margin: 0px 0px 4px 0px;
	color:#000;
}

.bathroomTitle
{
	color:#555;
}


/* Arokel tillägg för Butiklista */
#ifo_butiker h4
{
	margin: 30px 0px 0px 0px;
	font-size: 120%;
	color: #444444;
}

#ifo_butiker p
{
	margin: 10px 0px 0px 10px;
}

#ifo_butiker p:first-line
{
	font-size: 100%;
	font-weight: bold;
}

table#wide-content { width: 919px; clear: both;}
table#top { position: relative;}
#navcontainer { position: relative;}
#navlist { float: left; width: 700px; }
#top-search-wrapper { float: right; padding: 4px 3px 0 0; width: 180px;}
.searchinput { 
	float: left;
	background: url(/public/images/IfoWeb/search-bg.gif) right top no-repeat;
	border: 0px;
	border: none;
	font-size: 11px;
	color: #7f7f80;
}

#top-search {
	padding: 5px 2px 0px 25px;
	height: 18px;
	width: 153px;
}

#site-search {
	height: 21px;
	background-position: right -62px;
	width: 448px;
	padding: 9px 2px 0px 30px;
}

#top-search.is-searching { background-position: right -29px;}
#site-search.is-searching { background-position: right -102px;}

#search-tip {
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 999;
	background: url(/public/images/IfoWeb/tip-arrow.gif) center bottom no-repeat;
	padding-bottom: 8px;
	font-size: 11px;
	display: none;
}
#search-tip-content {
	background: #ffffd3;
	border: 1px solid #c4c6c9;
	border-bottom: none;
	padding: 6px;
}

#search-tip p { margin: 0;}

#search-area {
	background: url(/public/images/IfoWeb/gradient-bg.gif) left bottom repeat-x;
	float: left; 
	width: 919px;
	padding: 0 0 10px 0;
	border-bottom: 10px solid white;
	display: none;
}

#search-bar { background: #e6f1f5; height: 22px; float: left; width: 874px; padding: 7px 15px 0 30px; vertical-align: top;}
#search-bar p { float: left; margin: 0;}
#search-bar p.header { padding-right: 20px;}
#search-bar p.close { float: right; font-size: 11px;}
#search-bar p.close a { background: url(/public/images/IfoWeb/search-icons.gif) right 4px no-repeat; padding-right: 15px;}
#search-bar p.close a:hover { background-position: right -319px;}

/* Redefine some rules with higher selector-priority in order to override produkt.css */
body#produkt #top-search { padding: 5px 2px 0px 25px; border: none; }
body#produkt #search-bar p { margin: 0; color: black; }
body#produkt #search-tip p { margin: 0; color: black; }
body#produkt #search-bar p.close { float: right; text-decoration: none; }

.search-content { padding: 20px 30px 10px; float: left;}
.search-content .col { float: left; width: 400px;}
.search-content .col.first {padding-right: 59px;}
.search-content .category { float: left; width: 400px; padding: 0 0 20px;}
.search-content .cat-header { float: left; margin: 0 !important;  width: 400px; padding: 0 0 5px 0;}
.search-content .cat-header a { color: #00a6eb; float: left; width:  400px;}
.search-content .category .cat-name {  font-weight: bold; float: left;}
.search-content .category .cat-name em { font-weight: normal; font-style: normal;}
.search-content .category .show-all { float: right; font-size: 11px;}
.search-content .category ul { list-style: none outside; padding: 0; margin: 0; border-top: 1px solid #eeeeee; float: left; width: 400px;}
.search-content .category li {
	border-bottom: 1px solid #eeeeee;
	float: left;
	width: 400px;
	line-height: 15px;
}
.search-content .category li a span.new { color: #ea5e00; font-size: 10px; vertical-align: top; line-height: 7px; margin-left: 5px;}
.search-content .category li a  { float: left; width: 385px; padding: 3px 0 3px 15px; background: url(/public/images/IfoWeb/search-icons.gif) left top no-repeat;}
.search-content a:hover { text-decoration: none; color: #ea5e00;}
.search-content .cat-models li a { background-position: 2px -60px;}
.search-content .cat-articles li a { background-position: 2px -194px;}
.search-content .cat-bathrooms li a { background-position: 2px -260px;}
.search-content .cat-technical li a { background-position: 2px -127px;}

/* add support for non-linked articles */
.search-content .category li span.no-link { color: #555; padding: 3px 0 3px 15px; display: block; }
.search-content .cat-articles li span.no-link { background: url(/public/images/IfoWeb/search-icons.gif) left top no-repeat; background-position: 2px -194px;}

a.search-button { background-image: url(/public/images/IfoWeb/search-buttons.gif); float: left; height: 23px;  padding: 0 0 0 14px; font-size: 11px; font-weight: bold; background-repeat: no-repeat; } 
a.search-button span { background-image: url(/public/images/IfoWeb/search-buttons.gif); float: left; height: 18px; cursor: pointer; /* Används för att bli av med en bugg med markören i IE6 */ padding: 5px 14px 0 0; background-repeat: no-repeat; } 
a.search-button { background-position: left -28px; }
a.search-button span { background-position: right top;} 

a.more-hits { background: #ffffd3; font-size: 11px; margin: 4px 0 0; float: left; padding: 1px 2px;}

#big-search {
	background: url(/public/images/IfoWeb/gradient-bg-small.gif) left bottom repeat-x;
	float: left; 
	width: 739px;
	padding: 25px 0 25px 180px;
}

#big-search h1 { float: left; font-size: 18px; margin: 0; padding: 4px 10px 0 0;}

.search-content .col.wide,
.search-content .col.wide .category,
.search-content .col.wide .category ul,
.search-content .col.wide .category li  { width: 859px;}
.search-content .col.wide .category li a { width: 844px;}
.search-content .col.wide .category { padding-bottom: 10px;}

#paging { float: left;}
#paging ul { margin: 0; padding: 0;}
#paging li {
	float: left;
	list-style: none outside;
	margin: 0 8px 0 0;
}
#paging li a:hover { color: #00a6eb;}
#paging li.active { color: #00a6eb; text-decoration: underline; font-weight: bold;}

#footer { width: 919px;}