* { 
	/*margin: 0;
	padding: 0;*/
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}
html {
	overflow: auto;
	
}
body {
	margin: 0;
	padding: 0;
	background-color: #ccccc0;
	background-image: url(/images/contentback2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
form {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.centerpage {
	width: 960px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	display: block;
}
.raised {
	border-left: 1px solid #F0EFEB;
	border-top: 1px solid #F0EFEB;
	border-right: 1px solid #A3A28E;
	border-bottom: 1px solid #A3A28E;
}
.lowered {
	border-left: 1px solid #A3A28E;
	border-top: 1px solid #A3A28E;
	border-right: 1px solid #F0EFEB;
	border-bottom: 1px solid #F0EFEB;
}

/*** header ***/

#headercontainer {
	position: fixed;
	_position: absolute;
	width: 100%;
	top: 0px;
	z-index: 100;
	text-align: center;
	height: 120px;
	background-image: url(/images/headerback.png);
	background-repeat: repeat-x;
	display: block;
}

#headerphoto {
	background-image: url(/images/auction.jpg); 
	background-repeat: no-repeat; 
	width: 958px; height: 158px; 
	position: relative; 
	margin-bottom: 8px;
}
#headerlanguages {
	text-align: right;
	line-height: 33px; 
	height: 33px; 
	width: 960px;
}
#headerlanguages a{
	color: #ffffff;
	text-decoration: none;
}
#headerlanguages a:hover {
	text-decoration: underline;
}
#headermessage {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 264px;
	height: 142px;
	background-color: #ccccc0;
	opacity: .85;
	filter: alpha(opacity=85);
	padding: 8px;
	font-size: 11px;
}

#logo {
	position: absolute;
	top: 13px;
	margin-left: 32px;
	width: 144px;
	height: 115px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	z-index: 500;
}
.languageflag {
	vertical-align: baseline;
	margin-right: 4px;
}

/*** mainmenu ***/

#mainmenu {
	border-left: 1px solid #D4D4CA;
	border-right: 1px solid #F0EFEB;
	width: 724px;
	height: 55px;
	margin-left: 236px;
}

#mainmenu .mainbutton {
	border-left: 1px solid #F0EFEB;
	border-right: 1px solid #D4D4CA;
}

#mainmenu .mainbuttondown {
	background-image: url(/images/menubackpressed.png);
	background-repeat: repeat-x;
	border-right: 0px;
	border-left: 0px;
	padding-left: 1px;
	padding-right: 1px;
}

#mainmenu a {
	display: block;
	line-height: 54px;
	font-size: 16px;
	color: #8E8E85;
	text-decoration: underline;
	text-align: center;
}
#mainmenu a:hover {
	text-decoration: underline;
	/*color: #5c5d71;*/
	background-image: url(/images/menubackpressed.png);
	background-repeat: repeat-x;
	border-right: 0px;
	border-left: 0px;
	padding-left: 1px;
	padding-right: 1px;
}

#submenu {
	margin-left: auto;
	margin-right: 0px;
	height: 24px;
}
#submenu td {
	padding-left: 16px;
}
#submenu td a {
	color: #787662;
}


/*** shadows ***/

.southshadow {
	background-image: url(/images/s-shadow.png);
	background-repeat: repeat-x;
	height: 8px;
	line-height: 8px;
}
.southwestshadow {
	background-image: url(/images/sw-shadow.png);
	background-repeat: no-repeat;
	height: 8px;
	line-height: 8px;
	width: 8px;
}
.southeastshadow {
	background-image: url(/images/se-shadow.png);
	background-repeat: no-repeat;
	height: 8px;
	line-height: 8px;
	width: 8px;
}

/*** content ***/

#contentcontainer {
	padding-bottom: 32px;
	padding-top: 120px;
	position: relative;
	width: 100%;
	/*z-index: 99;*/
	text-align: center;
}
#leftcolumn {
	float: left;
	width: 228px;
	padding-bottom: 32px;
}
#maincolumn {
	float: right;
	width: 716px;
	padding-bottom: 32px;
}
.maincontent {
	width: 692px;
	background-color: #ccccc0;
	padding: 8px;
}
.warning {
	color: #ff0000;
	background-color: #ffffff;
	border: 2px solid #ff0000;
	margin-bottom: 8px;
	text-align: center;
}

/*** bars ***/

.smallbar {
	background-repeat: no-repeat;
	width: 228px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
	padding-left: 16px;
	margin-right: -16px;
	overflow: hidden;
}
.bigbar {
	background-repeat: no-repeat;
	width: 716px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
	padding-left: 8px;
	margin-right: -8px;
	overflow: hidden;
}
.smallbarred {
	background-image: url(/images/smallbarred.png);
}
.smallbarblue {
	background-image: url(/images/smallbarblue.png);
}
.smallbargreen {
	background-image: url(/images/smallbargreen.png);
}
.smallbargrey {
	background-image: url(/images/smallbargrey.png);
}
.bigbarred {
	background-image: url(/images/bigbarred.png);
}
.bigbarblue {
	background-image: url(/images/bigbarblue.png);
}
.bigbargreen {
	background-image: url(/images/bigbargreen.png);
}
.bigbargrey {
	background-image: url(/images/bigbargrey.png);
}
.itemback {
	position: relative;
	width: 220px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.itembackimg {
	position: absolute;
	height: 100%;
	width: 220px;
	/*min-width: 220px;*/
	/*z-index: 50;*/
	display: block;
}
.itemback .itemcontents {
	padding: 8px;
	position: relative;
	top: 0px;
	left: 0px;
	/*z-index: 100;*/
}
.bigitemback {
	position: relative;
	width: 708px;
	margin-bottom: 8px;
}
.bigitembackimg {
	position: absolute;
	height: 100%;
	width: 708px;
	/*min-width: 220px;*/
	/*z-index: 50;*/
	display: block;
}
.bigitemback .bigitemcontents {
	padding: 8px;
	position: relative;
	top: 0px;
	left: 0px;
	/*z-index: 100;*/
}

/**** buttons ***/

a.button {
	background-image: url(/images/buttonback.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer;
	border-left: 1px solid #D2D2C7;
	border-top: 1px solid #D2D2C7;
	border-right: 1px solid #A3A28E;
	border-bottom: 1px solid #A3A28E;
	display: block;
}
a.button span {
	color: #A3A28E;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #D2D2C7;
	border-bottom: 1px solid #D2D2C7;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	display: block;
	font-size: 10px;
}
a.button:hover span{
	text-decoration: underline;
}
a.buttondown {
	background-image: url(/images/buttonbackinvert.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #A3A28E;
	border-top: 1px solid #A3A28E;
	border-right: 1px solid #D2D2C7;
	border-bottom: 1px solid #D2D2C7;
}
a.buttondown span{
	border-left: 1px solid #D2D2C7;
	border-top: 1px solid #D2D2C7;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	display: block;
	font-size: 10px;
}

/*** controlbar ***/

.controlbar {
	width: 100%;
	height: 48px;
	background-image: url(/images/controlbarback.png);
	background-repeat: repeat-x;
}
.controlbarmenu {
	height: 40px;
	width: 100%;
	background-image: url(/images/controlbarback.png);
	background-repeat: repeat-x;
}
.controlbarmenu td {
	text-align: center;
}
.controlbarmenu a {
	display: inline-block;
	line-height: 40px;
	font-size: 11px;
	color: #787662;
	font-weight: normal;
	text-decoration: underline;
}
.controlbarmenu a:hover {
	text-decoration: none;
}
.controlbarmenu div {
	height: 40px;
	cursor: pointer;
}
.controlbarmenu .leftbutton {
	width: 100px; 
	border-right: 1px solid #D4D4CA;
}
.controlbarmenu .leftbuttondown {
	width: 100px;
	background-image: url(/images/controlbarbackinvert.png);
	background-repeat: repeat-x;
	border-right: 0px;
	padding-right: 1px;
}
.controlbarmenu .center {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border-right: 1px solid #D4D4CA;
	border-left: 1px solid #F0EFEB;
}
.controlbarmenu .rightbutton {
	width: 100px;
	border-left: 1px solid #F0EFEB;
}
.controlbarmenu .rightbuttondown {
	width: 100px;
	background-image: url(/images/controlbarbackinvert.png);
	background-repeat: repeat-x;
	border-left: 0px;
	padding-left: 1px;
}
.controlbarshadow {
	height: 8px;
	width: 100%;
}
/*** item ***/
.itemtitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.itemcontent {
	margin-bottom: 16px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/*** content ***/
#taxonomypath {
	margin-bottom: 8px;
	font-weight: bold;
	color: #A3A28E;
}
#taxonomypath  a{
	font-weight: bold;
	color: #787662;
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 1px;
}
#taxonomypath a:hover {
	color: #000000;
	text-decoration: none;
}
	
.value {
	background-color: #ffffff;
	border-left: 1px solid #A3A28E;
	border-top: 1px solid #A3A28E;
	border-right: 1px solid #F0EFEB;
	border-bottom: 1px solid #F0EFEB;
	font-size: 12px;
	line-height: 15px;
	padding-left: 3px;
	padding-right: 3px;
}
.value a {
	color: #000000;
}
.valueprice {
	font-size: 12px;
	line-height: 15px;
}
.proplabel {
	color: #787662;
	font-size: 12px;
}
.proplabel b {
	color: #8e8f9c;
}
.selectvalue {
	font-size: 12px;
	line-height: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

.zoombar {
	font-size: 10px;
	color: #787662;
	line-height: 40px;
}
.zoombar label {
	font-size: 10px;
}
.addtocartbtn {
	color: #787662;
	cursor: pointer;
	margin: 0px;
	background-color: #F0EFEB;
	background-image: url(/images/cart.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 22px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #D2D2C7;
	border-bottom: 1px solid #D2D2C7;
}
.iconbtn {
	color: #787662;
	cursor: pointer;
	margin: 0px;
	background-color: #F0EFEB;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 22px;
	padding-right: 2px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #D2D2C7;
	border-bottom: 1px solid #D2D2C7;
	width: 100%;
}
.buttonholder {
	border: 1px solid #787662;
}
.submitbutton {
	color: #787662;
	cursor: pointer;
	margin: 0px;
	background-color: #F0EFEB;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #D2D2C7;
	border-bottom: 1px solid #D2D2C7;
	width: 100%;
}
.abutton {
	color: #787662;
	cursor: pointer;
	margin: 0px;
	background-color: #F0EFEB;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #D2D2C7;
	border-bottom: 1px solid #D2D2C7;
	display: block;
}
#zoomtoolbar td {
	width: 100px;
	text-align: center;
}
.geoperiodlink {
	line-height: 18px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.geoperiodlink a{
	color: #787662;
	text-decoration: none;
}
.geoperiodlink a:hover {
	text-decoration: underline;
}

a.moreinfo {
	background-color: #8e8f9c;
	color: #ffffff;
	/*
	border-left: 1px solid #C7C8CF;
	border-top: 1px solid #C7C8CF;
	border-right: 1px solid #7C7D96;
	border-bottom: 1px solid #7C7D96;
	*/
	padding-left: 8px;
	padding-right: 8px;
}
.imageviewercontainer {
	background-color: #ffffff;
	background-image: url(/images/loading.gif); 
	background-repeat: no-repeat;
	background-position: center center;
}
.imageviewer {
	background-color: #ffffff;
	overflow: auto;
	text-align: center;
	cursor: pointer;
}

ul.searchtree, ul.searchtree ul, ul.searchtree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
}
ul.searchtree  ul{
	margin-left: 19px;
	display: none;
}
ul.searchtree li {
  background-image: url(/images/line.gif);
  background-repeat: repeat-y;
  /*line-height: 16px;*/
  white-space: nowrap;
}
ul.searchtree li.last {
  background-image: url(/images/end.gif);
  background-repeat: no-repeat;
}
ul.searchtree input {
	border: 1px solid #000000;
	margin: 0px;
	padding: 1px;
	font-size: 11px;
	vertical-align: top;
}
ul.searchtree input.treeradio {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	vertical-align: bottom;
}


/*** footer ***/

#footercontainer {
	position: fixed;
	_position: relative;
	bottom: 0px;
	background-color: #A3A28E;
	color:#ffffff;
	z-index: 100;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	background-image: url(/images/s-shadow.png);
	background-repeat: repeat-x;
}
#footercontainer div {
	text-align: right;
}
#footercontainer a {
	color: #ffffff;
}
#memberlogos {
	float: left;
}
#memberlogos span {
	color: #ffffff;
}
#previewimg {
	position: absolute;
	visibility: hidden;
	z-index: 7000;
}
