﻿.case-link-box
{
	margin: 5px 5px 0px 5px;
}

.case-link-box a, .case-link-box a:visited, .case-link-box a:hover,.case-link-box  a:active
{
	color:#000;
	text-decoration:none;
}
.case-image-box
{
	height:118px;
	margin-bottom:5px;
	overflow:visible;
}
.case-category
{
	background:#000;
	color:#fff;
	font-family:Georgia;
	font-size:77%;
	font-style:italic;
	margin-right:2px;	
	padding:3px 5px 3px 5px;
	display:block;
	float:left;
}
.grid-height-4
{
	cursor:pointer;
}
/* ===========================		*/
/* Category style boxes.			*/
/* Uses the category page link		*/   
/* ===========================		*/

/* Tävla */
.category-73
{
	background:#e7ba41;
}

/* ==============================================	*/
/* These classes are duplicated in case-page.css	*/
/* Should be moved to a common css					*/   
/* ==============================================	*/
.select-container 
{
	margin:6px 15px 0px 15px;
}

.case-autocomplete
{
	background:url(/_gfx/search-input-bg.gif) no-repeat right;
	width:193px;
	border:solid 1px #dad9d5;
	height:22px;
	margin-left:15px;
}

.case-links li
{
	margin-bottom:3px;
}

.case-links li a
{
	color:#5f9b8d;
	text-decoration:underline;
	font-family:Times New Roman;
	font-size:108%;
}
.column h6.smaller { margin: 0px; font-style:italic }
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
