﻿/* ProductSearch */ 
#ProductSearchBox
{
    background: transparent url(/App_Themes/Default/Images/Graphics/productSearchGradient.gif) repeat-x 0 0;  
    padding: 9px;
    margin: 0 1px 6px 0;
	font-size:0.9em;
    color: #30383a;
    font-family: Verdana, Lucida sans, Arial, helvetica;
}


#ProductSearchBox span
{
    font-weight: bold;
}

#ProductSearchBox .caracters
{
	border-top:solid 1px #CCC;
	padding-top: 6px;
}

#ProductSearchBox input
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#ProductSearchBox .searchButton
{
    border: none;
    height: 23px;
    width: 43px;
    font-size:0.9em;
    font-weight:bold;
    color: #30383a;
    font-family: Verdana, Lucida sans, Arial, helvetica;
    background: transparent url(/App_Themes/Default/Images/Graphics/linkbutton-skicka.gif) no-repeat 0 0; 
    margin-top: 20px;
}

.moreCriteriaButton
{
	display:block;
    border: none;
    height: 23px;
    width: 99px;
    font-size: 9px;
    font-weight:bold;
    color: #30383a;
    font-family: verdana, Arial, helvetica;
    background: transparent url(/App_Themes/Default/Images/Graphics/moresearchcriteriaButton.gif) no-repeat 0 0;
    margin-top:-2px; 
    padding:6px 0px 0 6px;
}

#ProductSearchBox select
{
	width:100px;
    margin-top: 10px;
    font-family: Arial, Helvetica;
    font-size: 1em;
	
}
#ProductSearchBox a:link, #ProductSearchBox a:visited
{   
    color: #404242;
    text-decoration: underline;     
}
#ProductSearchBox a:hover, #ProductSearchBox a:active
{   
    color: #404242; 
   text-decoration: underline;    
}


#ProductSearchBox a[disabled="disabled"]
{   
    color: #bcbfc0;
}

/*Product presentation*/

#ProductSearchContent a:link, #ProductSearchContent a:visited
{   
    color: #404242;
    text-decoration: underline;     
}
#ProductSearchContent a:hover, #ProductSearchContent a:active
{   
    color: #404242; 
   text-decoration: underline;    
}

#ProductSearchContent table#ProduktSokning1_dlRootProduktkategories td
{
    width: 114px;
    height: 100px;

}
#ProductSearchContent table#ProduktSokning1_dlRootProduktkategories td div.productSearchBackground
{
    background: #ebebeb;
    width: 107px;
}
#ProductSearchContent table#ProduktSokning1_dlRootProduktkategories td a.productSearchLink
{
    background: #ffffff;
    width: 107px;
    display: block;
    padding-top: 6px;
}
#ProductSearchContent table#ProduktSokning1_dlRootProduktkategories td img
{
    margin: 0;
    padding: 0;
}

/*Filterparams*/
div #filterParamWrapper
{
    background: #f5f8f9;
    padding: 9px 0px 0px 9px;
    margin-bottom: 6px;
}

div.filterParam
{
    margin:0;
    padding:0;
}

div.filterParam p
{
    float:left;
    margin: 0 0 0px 0;
    padding:0;
    font-weight: bold;
}

div.filterParam .searchButton
{
	border: none;
    height: 23px;
    font-size:0.8em;
    width: 43px;
    font-weight:bold;
    color: #30383a;
    font-family: Verdana, Lucida sans, Arial, helvetica;
    background: transparent url(/App_Themes/Default/Images/Graphics/linkbutton-skicka.gif) no-repeat 0 0; 
    margin: 0px 18px 0 15px;
}

.clear
{
    clear: both;
    margin: 0;
    padding:0;
    height:0px;
}

div.filterParam label
{
    font-weight: bold;
    margin: 0;
}

div.filterParam span
{
    display:block;
    float:left;

}
div.filterParam select
{
    width: 165px;
    font-family: Arial, Helvetica;
    font-size: 1em;
    font-weight:normal;
    margin-right: 15px;
}

div.filterParam input
{
    width: 162px;
    font-family: Arial, Helvetica;
    font-size: 1em;
    padding: 2px 0 0 0;
    margin-right: 15px;
}

div.filterParam span.checkbox input
{
    width: 16px;
    margin: 0px 4px 0 0;
}

div.filterResult
{
    float:left;
    width: 106px;
    height:120px;
    margin: 0 8px 14px 0;

}

div.filterResult div.filterResultGray
{
    width: 105px;
    height: 100px;
    background: #ebebeb;
    margin-bottom: 6px;
    overflow:hidden;
    position: relative;
}

div.filterResult img.newsImage 
{
  bottom: 0px;
  right: 0px;
  position: absolute;
}

div.filterResult img.miljoImage
{
  top: 4px;
  left: 3px;
  position: absolute;
}




div.filterResult a:link, div.filterResult a:visited
{
    font-family: Verdana, Sans-Serif;
    font-size: 0.9em;
    color: #404242;
    text-decoration: underline;
}

div.filterResultWrapper
{ 
	overflow:hidden;width:690px;
}

div.pager
{
	text-align:center;
	width:100%;
	color:#929292;
	margin-top:20px;
	padding-bottom:20px;
	font-family:Verdana, Arial;
	font-size:1em;
}

div.pager a
{
	color: #333;
    text-decoration: none;
}

div.pager .previous
{
	margin:0px 3px 0 0px;
	padding-left:17px;
	padding-top:2px;
	background-image:url(/App_Themes/Default/Images/Graphics/blueboxArrowPrevious.gif);
	background-repeat:no-repeat;
	background-position:left;
}

div.pager .next
{
	margin:0px 0px 0 0px;
	padding-top:2px;
	padding-right:17px;
	background-image:url(/App_Themes/Default/Images/Graphics/blueboxArrowNext.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.numeric
{
	
}

.selected
{
	color: #404242;
	font-weight:bold;
}

.nextprev
{
	font-weight:bold;
	color: #404242;
}



div.filterResult a:hover, div.filterResult a:active
{
}

/* AJAX LOADING */
#ajaxLoadingLayer 
{
    position:absolute;
    left:500px;
    top: 300px;   
    border: 1px solid #b1babc;
    z-index: 999;
}  

#noResults
{
	padding-top:60px;
	text-align:center;
	color:#CCC;
}

.close
{
  	display:none;
}
.open
{
    display:block;
}

/*ProductSearch end*/