/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

/*.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}*/
.TB_overlayBG {
	background-color:#FFF;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #FFF;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #7892B5;
	text-align:left;
	top:50%;
	left:50%;
	padding: 0px 0px 14px 14px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:13px;
	width: 13px;
	float:right;
}

#TB_closeAjaxWindow, #TB_closeAjaxWindow{
	text-align: right;
	float: right;
}

#TB_closeWindow a, #TB_closeAjaxWindow a{
	position: absolute;
	display: block;
	height: 13px;
	width: 13px;
	margin-left: -19px;
	margin-top: 6px;
}

#TB_closeAjaxWindow img{
	display: block;
	padding: 0px !important;
	margin: 0px !important;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
}

/*#TB_title{
	background-color:#e8e8e8;
	height:27px;
}*/

#TB_ajaxContent{
	/*padding: 0 0 0 13px;*/
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	border:none;
	_filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#TB_window h1{
	padding: 5px 0 8px 0;
}
#TB_window h2{
	padding: 0 0 15px 0;
}
#TB_window{
	font-size: 11px;
	color: #666;
}

/* confirmbid */

.confirmbid{
	padding-top: 16px;
	padding-right: 23px;
}

.confirmbid table{
	margin: 0 0 6px 0;
}
.confirmbid table th{
	background: none;
	padding: 7px 0 0 0;
	font-weight: normal;
	color: #666;
}
.confirmbid table tr td{
	padding: 0 0 8px 0;
}
.confirmbid .col1{
	width: 290px;
}

.confirmbid .col1 .border,
.confirmbid .col2 .border {
	display: block;
	border-bottom: 1px solid #DFE2EA;
}

.confirmbid .col2 .border {
    margin-right: 10px;
}

.confirmbid .col3 .border {
	display: block;
	/*margin: 0 10px;*/
	border-bottom: 1px solid #FFF;
}

.confirmbid .col2{
	width: 83px;
}

.confirmbid .col3{
	background-color: #DFE2EA;
	width: 107px;
	text-align: center;
}
.confirmbid .alignRight{
	display: block;
	text-align: right !important;
}
.confirmbid .col2 .alignRight{
	padding-right: 20px;
}
.confirmbid .col3 .alignRight{
	padding-right: 27px;
}

.confirmbid tr.subtotal td {
    font-weight: bold;
}

.confirmbid .totaal{
	background-color: #FFF;
}
.confirmbid form{
	padding-top: 36px;
}
.confirmbid .cancel{
	color: #003366;
	display: block;
	padding: 5px 25px 0 0;
	float: right;
}
.confirmbid .kavelButtonDiv{
	padding: 0 15px 15px 200px;
}

/* confirmbid variant 1 */
.confirmbid .variant1 {
}

/* confirmbid variant 2 */
.confirmbid .variant2 tr.vat td,
.confirmbid .variant2 tr.markUpVat td,
.confirmbid .variant2 tr.total td {
    color: #999999;
}
.confirmbid .variant2 .col3 {
    background-color: #FFFFFF;
}
.confirmbid .variant2 .col3 .border {
    border-color: #DFE2EA;
}

/* confirmbid variant 3 */
.confirmbid .variant3 tr.total td {
    font-weight: bold;
}


/* images overview */
.imageOverviewPopup{
	padding-top: 16px;
	padding-right: 23px;
}

.imageOverviewPopup .imageOverview .image{
	margin: 0px;
	width: 100px;
	height: 75px;
	padding: 0px 14px 14px 0px;
}

.imageOverviewPopup .imageOverview .image a,
.imageOverviewPopup .imageOverview .image img{
	display: block;
	margin: 0px;
	padding: 0px;
}

.imageOverviewPopup .imageOverview .last {
	padding-right: 0px !important;
}

.imageOverviewPopup .imageOverview .singleimage{
	text-align: center;
}

.imageOverviewPopup h1{
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

.imageControls, .imageListControls{
	float: right;
	padding-top: 8px;
	text-align: right;
	width: 300px;
}

.imageListControls{
	padding-top: 22px;
}

.imageControls, .toOverview{
	float: right;
	font-size: 11px;
	display: block;
}

.imageControls ul, .imageListControls ul{
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	display: block;
	float: right;
	clear: right;
}
.imageControls li, .imageListControls li{
	float: left;
	margin: 0 8px 0 0;
}
.imageControls a, .imageListControls a{
	display: block;
	text-decoration: underline;
}
.imageControls .previousBtn, .imageListControls .previousBtn{
	float:left;
}
.imageControls .previousBtn a, .imageListControls .previousBtn a{
	background: url(file:///Macintosh%20HD/Users/brianvandelden/Downloads/project/content/img/previous.gif) left 5px no-repeat;
	padding: 1px 0px 3px 11px;
}
.imageControls .nextBtn, .imageListControls .nextBtn{
	margin-right: 0px;
	float:left;
}
.imageControls .nextBtn a, .imageListControls .nextBtn a{
	background: url(file:///Macintosh%20HD/Users/brianvandelden/Downloads/project/content/img/next.gif) right 5px no-repeat;
	padding: 1px 11px 3px 0px;
}
.imageControls .numberOf, .imageListControls .numberOf {
	padding-top: 1px;
}

/* login */
.login {
    color: #666;
    font-size: 11px;
	padding-top: 16px;
	padding-right: 23px;
}
.login h1 {
    padding: 5px 0 8px 0;
}
.login fieldset {
	padding: 9px 10px;
	background-color: #DFE2EA;
}
.login table th {
    padding: 5px 15px 0 0;
    vertical-align: top;
}
.login .textfield {
	width: 156px;
	padding: 3px 5px 0 5px;
	margin: 0 0 8px 0;
	font-size: 11px;
	color: #666;
	float: left;
	height: 17px;
	border: 1px solid #676767;
}
.login div.buttons {
    margin: 15px 0 0 101px;
}





.confirmbid_small {
	padding-top: 16px;
	padding-right: 0px;
}

.confirmbid_small h1,
.confirmbid_small h2 {
	font-size: 16px;
	padding: 0px !important;
}

.confirmbid_small table{
	margin: 18px 0;
}
.confirmbid_small table th {
	background: none;
	padding: 6px 9px 3px 9px;
	font-weight: normal;
	color: #666;
	text-align: right;
}
.confirmbid_small table td {
	vertical-align: top;
	padding: 3px 0;
}

.confirmbid_small .col1 {
	width: 167px;
}
.confirmbid_small .col1 .border {
	border-bottom: 1px solid #DFE2EA;
	height: 1px;
	display: block;
	overflow: hidden;
	line-height: 1px;
}
.confirmbid_small .col2 .border {
	border-bottom: 1px solid #DFE2EA;
	height: 1px;
	display: block;
	overflow: hidden;
	line-height: 1px;
}
.confirmbid_small .col2{
	width: 90px;
}
.confirmbid_small .col2_important {
	background-color: #DFE2EA;
}
.confirmbid_small .col2_important .border {
	border-bottom: 1px solid #FFF;
}

.confirmbid_small .col2 .amount {
	display: block;
	padding-right: 12px;
	text-align: right;
}
.confirmbid_small .subtotal{
	padding: 8px 0 12px 0;
	font-weight: bold;
}
.confirmbid_small .total{
	padding: 12px 0 8px 0;
}
.confirmbid_small .total_important {
	font-weight: bold;
}
.confirmbid_small .less_important {
	color: #999;
}
.confirmbid_small form{
	padding-top: 36px;
}
.confirmbid_small .cancel{
	color: #002659;
	display: block;
	padding: 7px 25px 0 0;
	float: right;
}
.confirmbid_small .kavelButtonDiv{
	padding: 0 0 0 35px;
}








.remove_auction {
	padding-top: 16px;
	padding-right: 0px;
}

.remove_auction h1 {
	font-size: 16px;
	padding: 0 0 14px 0 !important;
}
.remove_auction .cancel{
	color: #002659;
	display: block;
	padding: 7px 25px 0 0;
	float: right;
}
.remove_auction div.buttons{
	padding: 16px 22px 0 22px;
}
.remove_auction .kavelButtonDiv{
	padding: 0 0 0 35px;
}

.remove_auction #TB_closeWindowButton {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 6px;
}
