body {
	background: url('page-gradient.gif') 0px 0px repeat-x fixed #eee;
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-size: 80%;
	margin: 10px;
	}
form {
	margin: 0px;
	}
.float-clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/* Sida */

#page-container {
	width: 750px; 
	margin: 10px auto;
	border: 1px solid #999;
	border-top: 1px solid #aaa;
	background: #fff;
	}
	
/* Logga */

#logo {
	background: url('top-gradient.gif') 0px 0px repeat-x #b70718;
	height: 75px;
	overflow: hidden;
	border-bottom: 1px solid #444;
	}
#logo h1 {
	background: url('logo.gif') 0px 0px no-repeat;
	text-indent: -2000px;
	width: 228px;
	height: 63px;
	margin: 10px;
	}

/* Banner högst upp */
#top-banner {
	float: right;
	margin: 7px 7px 0px 0px;
	border: 1px solid #e8b500;
	border-color: #5a000a #e00019 #e00019 #5a000a;
	display: inline;
	}
#top-banner img {
	display: block;
	}

/* Sökfält */
#search-box {
	padding: 20px;
	}

/* Tips under sökrutan */
#bottomDesc { 
	font-family: "Lucida Sans";
	font-style: italic;
	font-size: 0.85em;
	margin-top: 0px; 
	width: 300px; 
	margin-left: 175px; 
	margin-bottom: 10px;
	}
#queryBlock label {
	font-weight: bold;
	padding-right: 3px;
	}
#queryField {
	font-size: 1em;
	width: 400px;
	}
#searchButton {
	vertical-align: bottom;
	margin-left: 2px;
	}	

/* Pratbubbla för stavningsförslag */

#spell {
	background: url('spell-gradient.gif') 0px 0px no-repeat;
	width: 445px;
	padding: 25px 10px 8px 10px;
	margin-top: -20px;
	margin-left: 150px;
	border-bottom: 1px solid #777;
	}
#spell p {
	margin-top: 7px;
	margin-bottom: 0px;
	}
#spell h3 {
	width: 25px;
	height: 25px;
	float: left;
	background: url('hint-qmark.gif') 0px 0px no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	margin: -5px 8px 0px 0px;
	}
#spell a {
	font-weight: bold;
	}

/* Informationsrad (meddelande) */
#info-bar {
	height: 17px;
	background: url('hitheader-gradient.gif') 0px 0px repeat-x #b70718;
	color: #fff;
	font-size: 1.2em;
	margin: 0px;
	padding: 5px 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #555;
	overflow: hidden;
	}

/* Översikt/träffar */
#main-content {
	background: url('leftcol-gradient.gif') 0px 0px repeat-y;
	}
#left-col {
    display: inline;
	width: 190px;
	float: left;
	margin: 10px 0px 0px 15px;
	line-height: 1.5;
	font-size: 0.9em;
	}
#hit-list {
	margin: 10px 10px 0px 0px;
	width: 510px;
	float: right;
	padding-bottom: 10px;
	}

/* Träfföversikt */
#left-col .selected {
	font-weight: bold;
	display: block;
	background: url('arrow.gif') 100% 50% no-repeat;
	}
.catHitNumber {
	font-size: 0.8em;
	color: #777;
	}
.chkHitNumber {
	font-size: 0.8em;
	color: #777;
	}
.catHitNumber:before {
	content: "· ";
	}
.catName,.catURL,.selected {
    font-size: 90%;
    }

.mainCat .clear {
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding-left: 0px;
    text-decoration: none;
    }

.box-header {
    font-size: 1.2em;
    margin-bottom: 5px;
    }
.cat img {
    width: 20px;
    height: 20px;
    border: none;
    }
.more_info {
    padding-left: 10px;
    }
.more_info span {
    }

.hitTitle strong {
    font-weight: normal;
    font-family: "Lucida Sans";
    font-style: italic;
    }

.hitTitle .customer strong {
    font-weight: bold;
    }

.hitTitle .customer {
    font-weight: bold;
    }

/* Rubriker */
h2 {
	font-size: 1.1em;
	padding: 5px;
	margin: 15px 0px 10px 0px;
	height: 17px;
	background: url('header-background.gif') 0px 0px repeat-x;
	}
h2 strong {
	color: #000;
	}
#tradeHeader {
	background-color: #fcef9c;
	color: #65661F;
	}
#hitHeader {
	background-color: #b6dff3;
	color: #436b7f;
	}
.headerLeft {
	width: 12px;
	height: 27px;
	margin: -5px 5px -5px -5px;
	display: inline; /* IE6 buggfix */
	float: left;
	}
.headerRight {
	width: 12px;
	height: 27px;
	margin: -5px -5px -5px 5px;
	display: inline; /* IE6 buggfix */
	float: right;
	}
#tradeHeader .headerLeft {
	background-image: url('tradeheader-left.gif');
	}
#tradeHeader .headerRight {
	background-image: url('tradeheader-right.gif');
	}
#hitHeader .headerLeft {
	background-image: url('hitheader-left.gif');
	}
#hitHeader .headerRight {
	background-image: url('hitheader-right.gif');
	}

/* Träffar */
.hitBox {
	margin: 0px 0px 15px 0px;
	color: #444;
	}
.hitHeader {
	font-size: 1.2em;
	margin-bottom: 5px;
	}
.bottomCont {
	margin-top: 5px;
	font-size: 0.85em;
	}
.bottomCont span {
	padding-left: 0px!important;
	}
.logoContainer {
	display: none;
	}
.logoContainer div {
	width: 150px;
	height: 150px;
	float: right;
	margin-bottom: 5px;
	margin-top: -10px;
	}
.area_link {
    font-size: 75%;
    }
.adress_post {
    margin-bottom: 5px;
    }
	
/* JavaScript-inladdat material */

.info_open {
    width: 420px;
    margin-left: 10px;
    border: 1px solid #999;
    margin-top: 10px;
}

.info_open .clear {
    height: 1px;
    clear: both;
    overflow: hidden;
}
/* #999;*/
.info_open .title_wrapper {
    width: 420px;
    height: 20px;
    background: url('hitheader-gradient.gif') 0px 0px repeat-x;
    }
.info_open .close {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url('close.gif') 50% 50% no-repeat;
} 

.info_open .title {
    float: left;
    width: 350px;
    font-weight: bold;
    color: #fff;
    font-size: 110%;
    padding: 3px;
    }

.info_open .title strong {
    font-family: "Lucida Sans";
    font-style: italic;
    }
.info_open .content {
    padding: 3px;
    }
.info_open .adresspost {
    margin-bottom: 5px;
    }
.info_open .corporate_pres {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
    }
.info_open .no_info {
    font-family: "Lucida Sans";
    font-style: italic;
    }


/* Småannonser på förstasidan */

#frontBanners {
	margin-left: 25px;
	margin-top: 30px;
	}
#frontBanners a {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #c6e7f6;
	}
#frontBanners br {
	clear: left;
	}

/* Sidfot */
#page-footer {
	border-top: 1px solid #aaa;
	margin: 0px;
	padding: 10px;
	text-align: center;
	}
#page-footer #copyright {
	margin-top: 10px;
	font-size: 0.8em;
	}

