#apply_membership {
	display				: block; 
	width				: 130px; 
	height				: 69px;
	background-image	: url(/art/apply-membership.gif);
	background-repeat	: no-repeat;
	text-decoration		: none;
}
#apply_membership:hover {
	background-image	: url(/art/apply-membership-over.gif);
}

#weekofferbox, #auctionbox, #absinews, #membermessages {
	background-color	: #F0F3FF;
	background-image	: url(/art/bg-weekoffer.gif);
	background-repeat	: repeat-x;
	background-position	: bottom;
}

#absinews {
	width				: 14.25em;
	*width				: 13.6em;
	margin-bottom		: 15px;
}
#absinews .boxtopline {
	padding-left		: 0;
}
#absinews .boxbottomline {
	padding-left		: 0;
	padding-right		: 0;
	margin-bottom		: 0px;
}

#auctionbox, #weekofferbox {
	padding				: 10px; 
}

.weekoffer {
	font-size			: 85%;
	font-weight			: normal;
	cursor				: pointer;
	*cursor				: hand;
}

#new_members {
	background-color	: #EEF0F4;
	background-image	: url(/art/newmember-bg.gif);
	background-repeat	: repeat-x;
	padding				: 10px;
	margin-top			: 10px;
	padding-bottom		: 0px;
	height				: 13.8em;
}
	#new_members P {
		margin-bottom		: 7px;
		line-height			: 0.8;
	}
	#new_members A {
		font-weight			: bold;
		font-size			: 85%;
		line-height			: 13px;
	}
	#new_members A.smalltext {
		font-weight			: normal;
	}
	
#sales_generated_val {
	color				: #9C0606;
	font-family			: Courier New;
	font-size			: 120%;
	font-weight			: bold;
	padding-top			: 8px;
	margin-top			: 8px;
	/*background-color	: #EF6305;
	border				: solid 1px #EF6305;*/
	width				: 190px;
	height				: 30px;
	background-image	: url(/art/layout/bg-counter.gif); 
	background-repeat	: no-repeat;
	padding-left		: 0px;
}

#preloadimages IMG {
	position			: absolute;
	width				: 0px;
	height				: 0px;
}

#frontpage_boxes {
	background-image	: url(/art/frontpage-boxes.gif); 
	background-repeat	: no-repeat; 
	margin-left			: 15px; 
	width				: 380px; 
	height				: 270px; 
	text-align			: left;
}

#frontpage_harald {
	background-repeat	: no-repeat; 
	height				: 158px; 
	text-align			: left;
}

#frontpage_links {
	width				: 35%;
	float				: right;
}

#frontpage_whatcanabsi {
	width				: 363px;
	background-repeat	: no-repeat; 
	height				: 65px; 
	text-align			: left;
	margin-top			: 1.5em;
	margin-bottom		: 0.5em;
}

#printlink {
	float				: right;
}

#breadcrumb {
	text-align			: right;
	padding				: 5px;
}
#breadcrumb P {
	display				: inline;
	font-size			: 85%;
}

#mymenu {
	padding-top			: 5px;
}
#mymenu A {
	display				: block;
	padding				: 1px;
	padding-left		: 15px;
}
#mymenu A:hover {
	background-color	: #EAEAEA;
}
#mymenu .sep {
	height				: 10px;
}

#loginbox {
	
}

#searchsmall {
	margin-bottom		: 10px;
	text-align			: right; 
	background-color	: #FAFAFA;
	padding				: 2px;
	border				: 1px solid #cacaca;
}
#searchsmall .inputbox {
	color				: #424242;
	height				: 15px;
	padding				: 1px;
	width				: 103px;
}


#alert_message { /* THIS IS THE CONTAINER FOR THE SCRIPTACULOUS ALERT MESSAGES (REPLACING SIMPLE JS ALERTS)*/
	position			: fixed; 
	top					: 0; 
	left				: 0; 
	background-color	: #b0b0b0; 
	z-index				: 50; 
	width				: 100%;
	height				: 100%;
}
* html #alert_message, * html #alert_message_txt, * html .alertwindows {
	position			: absolute; /* SINCE IE6 DOES NOT SUPPORT FIXED */
}
#alert_message_txt, .alertwindows {
 	position			: fixed; 
	background-image	: url(/art/layout/bg-alertbox.gif);
	background-repeat	: repeat-x;
	background-color	: #FFFFFF; 
	margin				: 25%; 
	border				: 1px solid #cacaca;
	color				: #424242;
	font-size			: 140%; 
	text-align			: center;
	padding				: 15px;
	z-index				: 51; 
 	top					: 0; 
 	left				: 0; 
 	width				: 40%
}

#help_message { /* THIS IS THE CONTAINER FOR THE SCRIPTACULOUS ALERT MESSAGES (REPLACING SIMPLE JS ALERTS)*/
	position			: fixed; 
	top					: 20px; 
	left				: 50px;
	z-index				: 52; 
	width				: 454px;
	height				: 90%;
	text-align			: left;
}
	#help_message_top {
		width			: 454px;
		height			: 33px;
		background-image:  url(/art/layout/helpmessage-top.png);
		background-repeat: no-repeat; 
	}
	
	#help_message_drag {
		position		: absolute;
		z-index			: 20; 
		cursor			: move;	
		width			: 400px;
		height			: 60px;
	}
	
	#help_message_container {
		background-image:  url(/art/layout/helpmessage-bg.png);
		background-repeat: repeat-y; 
		height			: 90%;
	}
		#help_message_content {
			padding-left	: 30px;
			padding-right	: 30px;
			height			: 90%;
			*clear			: right;
 		}
	 		.help_message_content_text {
	 			overflow		: auto;
				height			: 90%;
				width			: 100%;
	 		}
		#help_message_content H2 {
			width		: 80%;
 		}
	 		

	#help_message_bottom {
		width				: 454px;
		height				: 33px;
		background-image	: url(/art/layout/helpmessage-bottom.png);
		background-repeat	: no-repeat; 
	}
* html #help_message {
	position			: absolute; /* SINCE IE6 DOES NOT SUPPORT FIXED */
}
	* html #help_message_top {
		background-image	: url(/art/layout/helpmessage-top-shadowless.gif); /* SINCE IE6 DOES NOT SUPPORT TRANSPARENT PNG_IMAGES */
	}
	* html #help_message_bottom {
		background-image	: url(/art/layout/helpmessage-bottom-shadowless.gif); /* SINCE IE6 DOES NOT SUPPORT TRANSPARENT PNG_IMAGES */
	}
	* html #help_message_container {
		background-image	: url(/art/layout/helpmessage-bg-shadowless.gif); /* SINCE IE6 DOES NOT SUPPORT TRANSPARENT PNG_IMAGES */
	}
	* html .help_message_content_text {
		height				: 350px;
	}

#postloginpopup {
	position		: fixed;
	z-index			: 51; 
	top				: 0; 
	left			: 0; 
	width			: 100%; 
	text-align		: center; 
	height			: 100%;
}
#postloginpopup_container {
	background-color: #FFFFFF; 
	width			: 482px; 
	border-left		: solid 2px #848F9A; 
	border-right	: solid 2px #848F9A; 
	text-align		: center; 
	height			: 100%;
	margin-left		: 10%;
	margin-right	: 10%;
}
* html #postloginpopup {
	position		: absolute; /* SINCE IE6 DOES NOT SUPPORT FIXED */
}


#chooselocale {position: absolute; width: 20px; margin-top: 14px; margin-left: 88px;}
#chooselocale IMG {display: block;}

DIV.a30s_box {
	background-color	: #f0f0f0;
	text-align			: left;
	margin				: 5%;
}
DIV.a30s_box DIV {
	padding				: 15px;
}

DIV.a30s_box A {
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin: 5px;
}

.helpicon {
	display				: block;
	width				: 81px; 
	height				: 27px;
	background-image	: url(/art/icons/helpicon.gif);
	background-repeat	: no-repeat;
	text-decoration		: none;
	float				: right;
}
.helpicon:hover {
	background-image	: url(/art/icons/helpicon-over.gif);
}
.helpiconclose {
	display				: block;
	width				: 28px; 
	height				: 28px;
	background-image	: url(/art/icons/helpmessage-close.gif);
	background-repeat	: no-repeat;
	text-decoration		: none;
	margin-right		: 28px;
}
.helpiconclose:hover {
	background-image	: url(/art/icons/helpmessage-close-over.gif);
}
