﻿/*
--------------------------------------------------------
CSS document
Copyright 2006 Palindroom - www.limburgvanuitdelucht.be
--------------------------------------------------------

Image page definitions
----------------------
*/
#image-container #left-part{
width:316px; /*322-6px(padding)*/
float:left;
text-align:justify;
padding-right:6px;
}

#image-container #right-part{
	width:309px; /*322px  - 1border px - 12 padding*/
	float:right;
	padding-top:0px;
	padding-left:6px;
	padding-right:6px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}

#search-box{
	margin-bottom:6px;
	border: 1px solid #636363;
	background-color:#FFFFFF;
	display:block;
	height:auto;
}

#search-box .title{
	background-color:#636363;
	display:block;
	height:18px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:2px;
	padding-left:4px;
}

#search-box .search-item{
	display:block;
	font-weight:bold;	
	margin-top:6px;
	clear:both;
	
}

#search-box input, #image-container #search-box select{
	border: 1px solid #666666;	
}

.content{
	padding:4px;
}

.bestel{
	background-image: url(../images/bestel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 32px;
}

#image-result-container{ 
	padding-right:6px;
}

#image-result-container .paging-bar {
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 4px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	*/
	margin-bottom:6px;
}
#image-result-container .paging-bar .page {
	display: block;
	float: right;
	margin-right:6px;
	font-weight:bold;
}
#image-result-container .paging-bar .page-numbers a {
	text-decoration:none;
	display:block;
	float:left;
	padding-left:4px;
	padding-right:4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#image-result-container .paging-bar .page-numbers a.last {
	border:none;
}
#image-result-container .paging-bar .page-numbers .active {
	background-color: #304c58;
	font-weight:bold;
	color:#FFFFFF;
}
#image-result-container .result-row .image-detail {
	padding-left:6px;
	width:auto;
	
}
#image-result-container .result-row .image-detail .thumblist {
	margin-top:5px;
}
#image-result-container .result-row .image-detail .thumblist img {
	margin-right:10px;
}
#image-result-container .result-row .image-detail .reference
{
	height:	auto;
	width:100px;
	
}
#image-result-container .result-row
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom:6px;
	margin-bottom:6px;
}
#image-result-container .result-row img.thumb {
	display: block;
	float: left;
}
#image-result-container .result-row img.image-controls {
	margin-bottom:10px;
	margin-top:10px;
	display:block;
}
#image-result-container .result-row .image-detail
{
	padding-right:6px;
}

#image-result-container .result-row .image-detail label
{
	display:block;
	
}
#image-result-container .paging-bar .page-numbers img {
	float: left;
	padding-top: 4px;
}
#image-result-container .paging-bar .page-numbers a.img {
	border:none;
	padding:0px;
}

#image-result-container .paging-bar .page-numbers {
	display: block;
	float: left;
}
#image-result-container #no-rec
{
	margin-bottom:10px;
	color:#FF0000;
	border: 1px solid #FF0000;
	padding:4px;
	background-color:#FFFFFF;
}