
div .quicklinks{
    margin-bottom:2.4em;
}
/* Title in result */
.title{
    font-weight:bold;
}
.title a{
    text-decoration:none;
}
.title a:hover{
    text-decoration:underline;
}
/* Query in output */
.highlightedQuery{
    color:#CE0000;
}
/* Highlighted word in title (in result) */
.highlightedTitle{
    color:#CE0000;
}
/* Highlighted word in description (in result) */
.highlightedDescription{
    font-weight:bold;
    color:#CE0000;
}
.nav{
    text-align:center;
}
/* Override on "previousbutton" in searchresult */
.nav .frakthandlingarNav input.btnPrev{
    border-color: #031E50;
    background-color: #E4F0FA;
}

.resultFromTo{
    font-weight:bold;
    /*width:auto;*/
    text-align:center;
}

.blank {
    background-image:none;    
}

.shopDotts {
	/*width: 55.8em;*/ /* mindre för att pricken ej ska kapas */
	/*height: .6em;*/
	background: url(../img/b_prick.gif);
    background-repeat:repeat-x;
    width:100%;
    height:8px;
    border: 0px solid black;
}

.buttonArrowTools {
	border: none;
	margin: 0;
	padding: 0;
	width: 1.9em;
	height: 1.8em;
	background: url(../img/pil_rund_verktyg.gif) bottom right no-repeat;
	cursor: pointer; /* för att få handen som musmarkör */
}

.toolsButton {
	width: 2.4em;
	/* padding: 1.8em 0 0 0;  Denna behövs sen för MAC */
	padding: .6em 0 0 0;
	*padding: .8em 0 0 0;
	float: left;
}

.indataTools1 {
	width: 16.6em;
	font: 1em  verdana, Arial, Helvetica, sans-serif;
	color: #031E50;
}

.errorText  {
    color : #CC3333;
}


