BODY {font-family: arial;}
#hd {width: 876px; float: none;}

#tblmain #bd {
	background-repeat	: no-repeat;
	background-image	: url(/art/auction/bg-colsep.gif);
}

#topsearch {
	height				: 31px;
	width				: 860px;
	background-repeat	: no-repeat;
	background-image	: url(/art/auction/bg-search-bottom.gif);
	background-position	: bottom left;
}
	#search_textbox {
		width			: 408px;
		height			: 18px;
		padding-top		: 4px;
		padding-bottom	: 0;
		border			: 1px solid #3C5B79;
	}
	#search_textbox:hover {
		border-color: #DE691F;
	}

H1 {
	background: none;
	padding: 0;
	font-size: 145%;
	font-weight: normal;
}

H2 {
	background: none;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
}

DIV.galview_auc {
	width: 190px;
	float: left;
	text-align: center;
	height: 220px;
}

DIV.imgholder {
	text-align			: center;
	width				: 122px;
	height				: 122px;
	background-repeat	: no-repeat;
	background-position	: top center;
	background-image	: url(/art/auction/bg-imgholder.gif);
}

DIV.galview_auc DIV.imgholder {
	margin-bottom		: 5px;
	float				: center;
	margin-left			: 21%;	
	margin-right		: 21%;	
}

	DIV.imgholder IMG {
		/*margin: 15px;*/
		margin-top: 5px;
	}

#imgzoom {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 100;
}
	
#tabsbox {
	margin-bottom: 20px;
	height: 254px;
}
	
	.tabscontainer .mootabs_title {
		width: 460px;
		height: 23px;
	}

	.tabscontainer .tab {
		width: 150px;
		height: 17px;
		padding-top: 2px;
		color: #EF6305;
		text-align: center;
		font-weight: bold;
		float: left;
		margin-left: 1px;
		background-repeat	: no-repeat;
		background-image	: url(/art/auction/bg-tab-inactive.gif);
	}
	
	.tabscontainer .tab:hover {
		text-decoration: underline;
	}
	
	.tabscontainer .tabactive, .mootabs_title li.active {
		background-image	: url(/art/auction/bg-tab-active.gif);	
		color				: #fff;
	}
	
	.tabscontainer .box {
		clear: both;
		width: 454px;
		top: -4px;
		background-repeat	: no-repeat;
		background-image	: url(/art/auction/bg-infobox.gif);
	}
	
	.tabscontainer .box DIV {
		padding: 10px;
	}

	#Details STRONG {
		width: 170px;
		float: left;
	}
	#Bids STRONG {
		width: 50px;
		text-align: right;
		float: left;
		margin-right: 10px;
	}
	#Bids A {
		cursor: help;
	}
	
	
#inputbid {
	background-repeat	: no-repeat;
	background-image	: url(/art/auction/bg-inputbid.gif);	
	color: #14BA36;
	font-weight: bold;
	width: 68px;
	height: 24px;
	border: 0px;
	padding-top: 3px;
	padding-right: 15px;
	font-size: 16px;
	text-align: right;
}

.small_buttonxl {height: 24px; font-weight: bold; font-size: 15px; font-family: arial; color: #002F5B; padding-top: 0; text-align: left; padding-left: 10; margin-top: 0; border: 0}
.small_buttonxl			{background-image	: url(/art/layout/buttonxl-small.gif);		width: 94px;}
.small_buttonxl:hover 	{background-image	: url(/art/layout/buttonxl-small-over.gif);	cursor: pointer;}

#buynowbutton {
	display: block;
	width: 108px;
	height: 69px;
	background-repeat	: no-repeat;
	background-image	: url(/art/auction/buynow-button.gif);	
	float: right;
}
#buynowbutton DIV {
	width: 104px;
	color: #00821A;
	font-size: 18px;
	margin-top: 30px;
	text-align: center;
}

#auctionright {
	float: right;
	width: 12.8em;
	*width: 12em;
}
	#pictureframe {
		width: 155px;
		height: 155px;
		position: absolute;
	}
	
	DIV.imgholder_tiny {
		width				: 52px;
		float				: left;
		background-repeat	: no-repeat;
		background-image	: url(/art/auction/bg-imgholder-tiny.gif);
		margin-top			: 10px;
		margin-bottom		: 10px;
		text-align			: center;
		background-position	: top center;
	}

	DIV.imgholder_tiny IMG {
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 3px;
	}
	
	DIV.imgholder_tiny_list {
		text-align			: left;
		margin-top			: 0px;	
		background-position	: top left;
	}

	DIV.imgholder_tiny IMG {
		margin-left: 3px;
	}
	
	#auctionseller {
		width				: 155px;
		height				: 220px;
		background-repeat	: no-repeat;
		background-image	: url(/art/auction/bg-sellerinfo.gif);
		color				: #fff;
		clear				: both;
	}
	
	#auctionseller DIV {
		padding			: 10px;
		padding-right	: 2px;
		padding-top		: 2px;
	}
	
	#auctionseller DIV DIV {
		padding		: 0;
	}
	#userrating {
		color			: #CFCFCF;
		margin-top		: 5px;
	}
		#userrating A {
			color	: #EAEAEA;
			text-decoration: underline;
		}
		#ratingholder {
			width				: 45px;
			height				: 14px;
		}
			#ratingholder DIV {
				background-repeat	: no-repeat;
				background-image	: url(/art/auction/bg-rating.gif);
				padding				: 2px;
			}
			}
			#rating_bar {
				height			: 10px;
				width			: 35px;
				background-color: #7AB200;	
			}
	
#loginbox {
	background-repeat	: no-repeat;
	background-image	: url(/art/auction/bg-loginbox.gif);
	width				: 172px;
	height				: 106px;
	margin-bottom		: 10px;
}
	#loginbox DIV {
		padding			: 10px;
		padding-top		: 5px;
	}
	#loginbox .inputbox {
		width			: 100px;
	}
	
.leftbox {
	width: 170px;
	background-repeat	: repeat-x;
	background-image	: url(/art/auction/bg-leftbox.gif);
	color				: #556481;
	margin-bottom		: 15px;
}

	.leftbox H2 {
		background-repeat	: no-repeat;
		background-image	: url(/art/auction/bg-tab-active-170.gif);
		color				: #fff;
		font-size			: 100%;
		font-weight			: bold;
		margin				: 0;
		text-align			: center;
		height				: 19px;
		cursor				: pointer;
		cursor				: hand;
	}

	.leftbox_contain {
		padding				: 7px;
		padding-right		: 1px;
	}
	
	.leftbox .imgholder_tiny_list {
		width				: 40px;
	}
	
	.leftbox UL {
		list-style-image	: url(/art/auction/leftbox-li.gif);
		padding-left	: 7px;
		margin-left		: 7px;
		margin-top		: 0;
		margin-bottom	: 6px;
	}
	.leftbox UL LI {
		margin-bottom		: 2px;
		list-style-image	: url(/art/auction/leftbox-li.gif);
	}
	
.user_editlink {
	display			: block;
	border			: 1px solid #FFFFFF;
	padding-top		: 0px;
	padding-bottom	: 2px;
	padding-left	: 2px;
	margin-left		: -2px;
}
A.user_editlink:hover {
	border-color	: #EF6305;
	text-decoration	: none;
}

	.auc_edit {
		/*margin-left		: 50px;
		margin-bottom	: 20px;	
		height			: 500px;*/
	}
		.auc_edit B {
			float			: left;
			width			: 170px;
			text-align		: right;
			margin-right	: 4px;
			margin-top		: 2px;
		}
		
	.auc_edit .tablink {
		float				: left;
		display				: block;
		width				: 189px;
		text-align			: center;
		font-size			: 115%;
		padding-top			: 3px;
		margin-right		: 2px;
	}
	.auc_edit .active {
		background-color	: #F4F9FD;
	}
	.auc_edit .inactive {
		background-color	: #DAE5EF;
		color				: #C46E35;
	}
	
	.auc_edit .editblock {
		border: 1px solid #d1d1d1;
		padding: 10px;
		padding-bottom: 0;
		clear: left;
		background-color: #F4F9FD;
		overflow: auto;
	}

A.disabled {
	color			: #909090;
	background-color: #EAEAEA;
	border-color	: #EAEAEA;
	cursor			: not-allowed;
}
A.disabled:hover {
	border-color	: #EAEAEA;
}
.user_editlink IMG {
	margin-right	: 8px;
}
.inputbox {width: 190px; font-family: Tahoma; padding-top: 1px; margin-top:1px}
.edit_line {font-size: 11px;}

.categories UL {
	margin-top		: 3px;
	margin-bottom	: 0px;
	font-size		: 85%;
}
.categories UL LI {
	line-height		: 12px;
}

#introtekst {
	padding: 20px;
	text-align: left;
}

	#introtekst H1 {margin-bottom: 10px;}
	#introtekst H2, #introtekst H3 {margin-top: 20px;}

/* TOOLTIP POPUPS */
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #C5CFDA;
	padding: 8px 8px 4px;
	background: url(/art/auction/bg-tooltip.gif) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	text-align: left;
	background: url(/art/auction/bg-tooltip.gif) bottom right;
}
