/* Overwrite the generic.css */
input[type='password'] { 
	border: 1px solid #ccc; 
	background: #fff; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:92%; 
}

.content hr {
	background-color: #DBDBDB;
	color: #DBDBDB;
}

/* NEWS */
div.news .full {
	margin-bottom: 1.2em;
}

.news-entry {
	margin-bottom:25px;
}
	.news-entry .header {
		overflow:auto;
		padding:0.4em 0;
		background:#fff url(/semler/images/ci/news-entry-top.gif) top left no-repeat;
	}
		.news-entry .header .details {
			padding-bottom:5px;
		}
		.news-entry .header.Audi .details { background:url(/semler/images/icons/audi-small.gif) 0 4px no-repeat; }
		.news-entry .header.Seat .details { background:url(/semler/images/icons/seat-small.gif) 0 4px no-repeat; }
		.news-entry .header.SemlerGruppen .details { background:url(/semler/images/icons/semler-small.gif) 0 9px no-repeat; }
		.news-entry .header.Skoda .details { background:url(/semler/images/icons/skoda-small.gif) 0 2px no-repeat; }
		.news-entry .header.Porsche .details { background:url(/semler/images/icons/porsche-small.gif) 0 2px no-repeat; }
		.news-entry .header.VWPersonbiler .details { background:url(/semler/images/icons/vw-small.gif) 0 4px no-repeat; }
		.news-entry .header.VWErhvervsbiler .details { background:url(/semler/images/icons/vw-erhverv-small.gif) 0 2px no-repeat; }
		.news-entry .header.MLA-Gruppen .details { background:url(/semler/images/icons/mla-small.gif) 0 2px no-repeat; }
		.news-entry .header.Lotus .details { background:url(/semler/images/icons/lotus-small.gif) 0 2px no-repeat; }
		.news-entry .header.Lamborghini .details { background:url(/semler/images/icons/lamborghini-small.gif) 0 2px no-repeat; }
		.news-entry .header.Bentley .details { background:url(/semler/images/icons/bentley-small.gif) 0 2px no-repeat; }
		
		.news-entry .header .details {
			float:left;
			width:100px;
			padding-top:0.3em;
			color:#828282;
			text-align:right;
		}
		.news-entry .header a.title {
			display:block;
			margin-left:115px;
			font-weight:bold;
			line-height:1.4em;
		}
	.news-entry .body {
		clear:left;
	}
		.news-entry .body img.thumb {
			float:left;
			margin-top:3px;
		}
		.news-entry .body .summary {
			margin-left:115px;
		}

/* PRESSRELEASE */
#pressrelease {
	margin-top:7px;
}
	#pressrelease .narrow { width:120px; }
	#pressrelease .wide { width:560px; }
	#pressrelease .details {
		padding-top:1.3em;
		color:#999;
		line-height:1.4em;
	}
		#pressrelease .details dt {
			margin:5px 0 0;
			color:#868686;
		}
		#pressrelease .details dd {
			margin:0;
			padding:0;
		}
	#pressrelease img.left {
		float:left;
		margin:5px 15px 10px 0;
	}
	#pressrelease img.icon {
		display:block;
		margin-bottom: 4px;
	}
	#pressrelease div.intro 
	{
		overflow: auto;
		border-bottom: 1px solid #c6c6c6;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.press-images {
		width: 350px;
		margin-top: 20px;
	}
		.press-images h2 {
			display:inline;
			padding:3px 15px 3px 10px;
			background:#e0e0e0;
		}
		.press-images h3 {
			margin:0;
		}
		.press-images .box {
			overflow: auto;
			padding:15px 10px 0 10px;
			background:#f5f5f6;
		}
		.press-images #pictureList {
			margin-bottom: .5em;
		}

			.press-images .box .entry {
				clear: left;
				margin-bottom:15px;
			}
			.press-images .box .entry img {
				float:left;
				clear:both;
				display:block;
				border:1px solid #e2e2e2;

			}
			.press-images .box .entry .body {
				margin-left:115px;
			}
			.press-images .body a.res {
				display: block;
				line-height: 1em;
			}
			.press-images .body p {
				margin: .3em 0 1em;
			}
			.press-images .clear {
				margin: 0;
				padding: 0;
				clear: both;
			}
			.press-images .admincontrols {
				clear: both;
			}
			

/* IMAGEDETAILS */
#imagedetails {	margin:0.6em 0 2em 0; }
#imagedetails .narrow { width:120px; }
#imagedetails .half { width:265px; }
#imagedetails .wide { width:560px; }
	#imagedetails .details img.content-img {
		display:block;
		margin-bottom:10px;
	}
	#imagedetails .downloads {
		padding:0 0 15px 0;
		background:#f5f5f6 url(/semler/images/imagedetails/details-bg.gif) bottom right no-repeat;
		border-top:1px solid #e2e2e2;
	}
		#imagedetails .downloads .half {
			margin:0 0 0 15px;
		}
		#imagedetails .downloads h3 {
			margin-top:0.8em;
		}			
		#imagedetails .downloads input {
			display:block;
			margin-top:8px;
			padding:0;
		}
		
	#imagedetails .info {
		margin-top:15px;
	}		
		#imagedetails .info ul {
			margin-left:0;
		}
		#imagedetails .info h3 {
			color:#868686;
		}
		#imagedetails .info dt {
			margin:0.6em 0 0 0;
			color:#868686;
		}		
		#imagedetails .info dd {
			padding:0;
			line-height:1.2em;
		}

/* CREATE ARTICLE */	
#create-article {

}
	#create-article .categories li {
		padding-top: 3px;
	}
	#create-article .categories li input {
		margin-right: 5px;
	}

/* SEARCH */
#search {
	line-height:1.4em;
}
	#search .controls {
		width:695px;
		overflow:auto;
		position:relative;
		padding:0 0 10px 0;
	}
		#search .controls .phrase {
			float:left;
			width:250px;
		}
			#search .controls .phrase em {
				font-style:italic;
				color:inherit;
			}
		#search .controls .type {
			position:absolute;
			left:300px;
			font-weight:bold;
		}
			#search .controls li {
				display:inline;
				padding-left:7px;
			}
			#search  li a.selected {
				color:#49545f;
				text-decoration:none;
			}
		#search .controls .results {
			position:absolute;
			right:5px;
			text-align:right;
			font-weight:bold;
		}
			#search .controls .results h2 {
				display:inline;
				color:#c0c0c0;
			}
			#search .controls .results ul {
				display:inline;
			}
			
	#search .entry {
		position: relative;
		min-height:75px;
		height:auto !important;
		height:75px;
		/*overflow: auto;*/
		margin-top:5px;
		padding: 10px 0;
		background:transparent url(/semler/images/ci/search-result-top.gif) top left no-repeat;

	}
		#search .entry h2 {
			margin-top:0;
			line-height:1em;
		}
		#search .entry .details {
			float:left;
			width:120px;
			color:#868686;
		}
			#search .entry .details ul {
				margin-bottom:5px;
			}
		#search .entry .body {
			margin-left:135px;
		}
			#search .entry .body img {
				float:left;
			}
			#search .entry .body h2 {
				margin-left:115px;
			}
			#search .entry .body p {
				margin:0 0 0 115px;
			}
				
/* SIDEBAR */
#sidebar {}
	#sidebar .quicksearch {
		padding:0;
		border:0;
		font-size:1em;
	}
		#sidebar .select {
			width:160px;
			font-size: 1em;
			margin-bottom: .5em;
		}
		#sidebar .quicksearch .text {
			width:150px;
		}
		#sidebar .quicksearch .type {
			margin: .5em 0;
		}
			#sidebar .quicksearch .type input {
				margin-right:5px;
			}
		
	#sidebar ul.archive {
		width:160px;
		margin:12px 0;
		padding:0;
		border-top:1px solid #c6c6c6;
		border-bottom:1px solid #c6c6c6;
		list-style: none;
	}
		ul.archive li:before { content:""; }
		ul.archive li {
			position:relative;
			margin:0;
			padding:3px 0 3px 3px;
			border-top:1px solid #dbdbdb;
			text-indent:0;
			color:#999;
		}
		ul.archive li.first {
			border-top:0;
			background-image:none;
		}
		ul.archive li a {
			padding-right:5px;
			font-weight:bold;
		}
		ul.archive li a.show-all {
			position:absolute;
			right:0;
			top:0;
		}
		ul.archive li.selected a.year {
			color:#3a434d;
			text-decoration:none;
		}
		ul.archive ul {
			border-top:1px solid #dbdbdb;
			margin:3px 0 2px 0;
			padding-left:5px;
		}
		ul.archive ul li {
			list-style:none;
			padding-left:0;
			background:transparent url(/semler/images/dotline-gray.gif) top left repeat-x;
			border:0;
		}
		ul.archive ul li a {
			font-weight:normal;	
		}	
	
.paging {
	position:relative;
	clear:both;
	width:300px;
	margin:3em auto 1.5em auto;
	padding:12px 23px;
	border:1px solid #e0e0e0;
	background:#f5f5f6;
	font-weight:bold;
}
	.paging .prev {
		display:block;
	}
	.paging .next {
		position:absolute;
		right:23px;
		top:9px;
	}
	.paging del {
		color:#868686;
		text-decoration:none;
	}	
		
.admin {
	position:absolute;
	z-index:10;
	top:75px;
	right:25px;
	color:#8b9095;
}
	.admin em {
		font-weight:bold;
	}
	
	

.content table.clear,
.content table.clear td,
.content table.clear th {	
	border:0;
	margin:0;
	padding:0;
}

fieldset input[type='checkbox'] { 
	margin-right:4px;
}

a.arrowlink {
	padding:0 7px;
	background:transparent url(/semler/ext/images/orange-arrow.gif) 0 0.4em no-repeat;
}

a:visited.arrowlink {
	color: #778ca0; 
}
a:hover.arrowlink {
	color: #e56445; 
}
a:visited.blocklink {
	color: #778ca0; 
}
a:hover.blocklink {
	color: #e56445; 
}
