*  
{
	margin: 0; 
	padding: 0; 
}

html, body {
	font: normal 11px verdana, arial;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
}

a { color: #f16422; }
a img { border: none; }

table {
	border: none;
	border-collapse: collapse;
}
table td, table th {
	text-align: left;
	vertical-align: top;
}
table td.nowrap, table th.nowrap {
	padding-right: 5px;
	white-space: nowrap;
}

h1 {
	color: #f16522;
	font-weight: bold;
	font-size: 17px;
	line-height: 18px;
}
h2 {
	color: #f16522;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	color: #f16522;
	font-weight: bold;
	font-size: 12px;
}

p {
	line-height: 15px;
	margin: 0 0 15px 0;
}
p.right {
	text-align: right;
	margin: 0;
}

hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	/*margin: 12px 0 15px 0 !important;*/
	margin: 0 0 7px 0;
	padding: 0;
}

div.separator {
	background-color: #ccc;
	height: 1px;
	margin: 12px 0 15px 0;
	overflow: hidden;
}

.hidden { display: none; }

/******************************************************************************
	GENERAL
******************************************************************************/
div.container {
	margin: 0px auto;
	width: 925px;
}

div.wrapper {
	overflow: hidden;
	width: 100%;
}

div.page {
	float: left;
	width: 695px;
}

div.column {
	float: left;
	width: 230px;
}

select.cbo {
	background-color: #eee;
	border: solid 1px #000;
	width: 295px;
}
input.textbox {
	background-color: #eee;
	border: solid 1px #000;
	padding: 0 0 0 5px;
	width: 290px;
}
textarea.textarea {
	background-color: #eee;
	border: solid 1px #000;
	font: normal 11px verdana, arial;
	padding: 0 0 0 5px;
	width: 290px;
}
a.button {
	background: transparent url(../images/backgrounds/bg_button.gif) no-repeat 0px 0px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	letter-spacing: -.5px;
	/*margin: 5px 10px;*/
	margin: 5px 10px;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 85px;
}
a.button.left {
	float: left;
	margin-left: 0;
}
a.button.right {
	float: right;
	margin-right: 0;
}

/******************************************************************************
	HEADER
******************************************************************************/
div#header {
	background: #fff url(../images/backgrounds/bg_header.gif) repeat-x 0px 0px;
	height: 126px;
}

div#header img {
	float: left;
}
div#header div.top a.howitworks,
div#header div.top a.inloggen,
div#header div.top a.register,
div#header div.top a.myauction {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.5px;
	float: left;
	height: 21px;
	line-height: 21px;
	margin-top: 54px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
div#header div.top a.active,
div#header div.top a:active {
	color: #f16522;
}
div#header a.howitworks {
	background: transparent url(../images/backgrounds/bg_howitworks.gif) no-repeat 0px 0px;
	margin: 54px 15px 0 54px;
	width: 126px;
}
div#header a.howitworks.active,
div#header a.howitworks:active {
	background-image: url(../images/backgrounds/bg_howitworks_active.gif);
}
div#header a.inloggen {
	background: transparent url(../images/backgrounds/bg_inloggen.gif) no-repeat 0px 0px;
	width: 94px;
}
div#header a.inloggen:active {
	background-image: url(../images/backgrounds/bg_inloggen_active.gif);
}
div#header a.register {
	background: transparent url(../images/backgrounds/bg_registration.gif) no-repeat 0px 0px;
	width: 121px;
}
div#header div.top a.myauction {
	background: transparent url(../images/backgrounds/bg_registration.gif) no-repeat 0px 0px;
	color: #f16522;
	width: 121px;
}
div#header div.top a.myauction:active,
div#header div.top a.myauction.active,
div#header a.register:active {
	background-image: url(../images/backgrounds/bg_registration_active.gif);
}

/******************************************************************************
	MENU
******************************************************************************/
div.menu {
	margin: 3px;
	letter-spacing: -.5px;
}
div.menu ul {
	float: left;
	height: 20px;
	list-style: none;
	margin: 2px 0 0 0;
	overflow: hidden;
}
div.menu ul li {
	background: #fff url(../images/tab/tab.gif) no-repeat right 0px;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 8px 0 0px;
	white-space: nowrap;
	width: auto !important;
	width: 1px;
}
div.menu ul li.first a
{
	background: transparent url(../images/tab/tab_first.gif) no-repeat 0px 0px;
	padding: 0 5px 0 8px;
}
div.menu ul li.first-active {
	background-image: url(../images/tab/tab_isactive.gif);
}
div.menu ul li.first-active a {
	background: transparent url(../images/tab/tab_first_isactive.gif) no-repeat 0px 0px;
	padding: 0 5px 0 8px;
}
div.menu ul li.first-nextisactive {
	background-image: url(../images/tab/tab_next_isactive.gif);
}
div.menu ul li.first-nextisactive a {
	background: transparent url(../images/tab/tab_first.gif) no-repeat 0px 0px;
	padding: 0 5px 0 8px;
}
div.menu ul li.active {
	background-image: url(../images/tab/tab_isactive.gif);
}
div.menu ul li.nextisactive {
	background-image: url(../images/tab/tab_next_isactive.gif);
}
div.menu ul li.nextislast {
	background-image: url(../images/tab/tab_next_islast.gif);
	padding: 0 30px 0 0;
}
div.menu ul li.nextislast-active {
	background-image: url(../images/tab/tab_isactive_next_islast.gif);
	padding: 0 30px 0 0;
}
div.menu ul li.nextislast-nextisactive {
	background-image: url(../images/tab/tab_next_islast_isactive.gif);
	padding: 0 30px 0 0;
}
div.menu ul li.last {
	background-image: url(../images/tab/tab_last.gif);
	padding: 0 16px 0 0;
}
div.menu ul li.last-active {
	background-image: url(../images/tab/tab_last_isactive.gif);
	padding: 0 16px 0 0;
}

div.menu a {
	color: #000;
	display: block;
	font-weight: bold;
	height: 20px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.menu .active a,
div.menu .first-active a,
div.menu .nextislast-active a,
div.menu .last-active a {
	color: #fff;
}

div.menu p {
	float: right;
	font-weight: bold;
	margin: 2px 0 0 0;
	width: 230px;
}

/******************************************************************************
	BREADCRUMBS
******************************************************************************/
ul.breadcrumbs {
	float: left;
	height: 15px;
	list-style: none;
	margin: 4px 0 0 2px;
	overflow: hidden;
	width: 693px;
}
ul.breadcrumbs li {
	background: transparent url(../images/icons/bal.gif) no-repeat 0px center;
	float: left;
	font-weight: bold;
	line-height: 15px;
	padding: 0 4px 0 9px;
}
ul.breadcrumbs li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

/******************************************************************************
	NAVIGATION
******************************************************************************/
div.navigation {
	/*float: left;*/
	height: 20px;
	line-height: 20px;
	margin: -5px 0 10px 9px;
}
div.navigation a {
	color: #f16522;
	font-weight: bold;
	text-decoration: none;
}
div.navigation a.disabled {
	color: #b4b4b4;
}

/******************************************************************************
	SEARCHBOX
******************************************************************************/
div.searchbox, div.searchbox2 {
	float: right;
	height: 20px;
	overflow: hidden;
	padding: 3px 0 0 0; /*695px;*/
	width: 230px;
}
div.searchbox2 { float: none; width: 100%; }
div.searchbox input,
div.searchbox2 input {
	border: solid 1px #808080;
	float: left;
	height: 16px;
	width: 107px;
}
div.searchbox2 input { width: 300px; }
div.searchbox a,
div.searchbox2 a {
	background: transparent url(../images/backgrounds/bg_search.gif) no-repeat 0px 0px;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 16px;
	margin: 0 0 0 7px;
	padding: 0 0 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	width: 66px;
}

/******************************************************************************
	FOOTER
******************************************************************************/
div#footer {
	background: #ccc url(../images/backgrounds/bg_footer.gif) repeat-x 0px 0px;
	height: 70px;
	padding: 8px 0 0 0;
	width: 100%;
}
div#footer a  {
	color: #333; 
	line-height: 15px;
}

div#footer ul {
	list-style: none;
	float: left;
	width: 124px;
}

div#footer div.container div {
	float: left;
	width: 323px;
}

/******************************************************************************
	CONTENT
******************************************************************************/
div#page {
	background: #fff url(../images/backgrounds/bg_page.gif) repeat-y right 0px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

div#content {
	float: left;
	margin: 15px 0 0 0;
	width: 695px;
}

div#content div.news {
	overflow: hidden;
	width: 100%;
}
div#content div.news div.item {
	margin: 0 0 15px 0;
}
div#content div.news div.item p {
	margin-bottom: 3px;
}
div#content div.news div.item span {
	font-weight: bold;
}
/*div#content div.news div.item a {
	color: #f1bcbc;
}*/

div#content div.news div.box {
	border: solid 1px #ccc;
	font-size: 10px;
	letter-spacing: -.4px;
	float: left;
	padding: 3px;
	margin: 0 6px 0 0;
	width: 217px;
}
div#content div.news div.last {
	margin: 0 6px 0 0;
}
div#content div.news div.box h3 {
	margin: 5px 0 5px 2px;
}
div#content div.news div.box p {
	margin: 0 0 10px 2px;
}
div#content div.news div.box a {
	background: #e1e1e1 url(../images/icons/arrow_right.gif) no-repeat 191px center;
	color: #666;
	display: block;
	height: 24px;
	line-height: 22px;
	padding-right: 35px;
	text-align: right;
}

div#content div.news-item {
	margin: 20px 0 0 0;
	letter-spacing: -.3px;
	width: 560px;
}

div#content div.freepage p,
div#content div.howitworks p {
	margin: 0 15px 15px 0;
}

div#content div.freepage ul {
	margin: 0 15px 15px 0;
	padding: 0 0 0 15px;
}

/******************************************************************************
	PhotoSlider
******************************************************************************/
div.photoslider {
	margin: 0 6px 0 0;
	letter-spacing: -.5px;
}

div.photoslider div.statusbar {
	background-color: #f6d7a7;
	border-bottom: solid 1px #bfbfbf;
	height: 23px;
	line-height: 21px;
	padding: 0 0 0 5px;
	font-weight: bold;
	letter-spacing: -1px;
}
div.photoslider div.statusbar img {
	margin: 0 3px;
	vertical-align: middle;
}
div.photoslider div.statusbar a {
	color: #000;
	text-decoration: none;
}
div.photoslider div.statusbar a.back {
	margin: 0 10px 0 121px;
}

div.photoslider div.photos {
	background-color: #d7d7d7;
	height: 125px;
	overflow: hidden;
	padding: 9px 0 6px 12px;
	position: relative;
}
div.photoslider div.photos div.item {
	position: absolute;
	height: 125px;
	width: 120px;
}
div.photoslider div.photos div.item img {
	border: solid 1px #000;
	margin: 0 0 5px 0;
}
div.photoslider div.photos div.item a {
	color: #f16522;
	display: block;
	font-weight: bold;
}

/******************************************************************************
	Table LIST
******************************************************************************/
table.list {
	margin: 20px 0 0 0;
	width: 100%;
}
table.list tr.rowHeader td,
table.list thead th {
	background-color: #b9b9b9;
	border-right: solid 1px #fff;
	height: 26px;
	line-height: 12px;
	padding: 0 7px;
	text-transform: uppercase;
	text-align: center;
}
table.list thead th a {
	color: #000;
	text-decoration: none;
}
table.list thead th a:hover {
	text-decoration: underline;
}
table.list thead td {
	font-weight: bold;
	padding: 0 0 9px 3px;
	letter-spacing: -.5px;
}
table.list thead img {
	vertical-align: middle;
}
table.list thead select {
	border: solid 1px #b9b9b9;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	width: 170px;
}

table.list td.paging {
	font-weight: normal;
	padding: 7px;
	text-align: right;
}
table.list td.paging a {
	color: #000;
	text-decoration: underline;
}
table.list td.paging a:hover {
	color: #f63;
	text-decoration: underline;
}
table.list td.paging strong {
	color: #f63;
	font-size: 12px;
	font-weight: bold;
}


table.list tbody th {
	background-color: #eee;
	border-right: solid 1px #c8c7c7;
	line-height: 13px;
	padding: 0 7px 2px 7px;
	text-transform: uppercase;
	text-align: center;
}
table.list tbody td {
	border-bottom: solid 1px #c8c7c7;
	letter-spacing: -.5px;
	line-height: 13px;
	padding: 7px;
	text-align: center;
}
table.list tbody th.left,
table.list tbody td.left {
	padding-left: 7px;
	text-align: left;
}
table.list tbody th.right,
table.list tbody td.right {
	padding-right: 7px;
	text-align: right;
}
table.list tbody td.nowrap,
table.list tbody th.nowrap {
	white-space: nowrap;
}
table.list tr.rowOdd td { background-color: #fff; }
table.list tr.rowEven td { background-color: #f4f4f4; }
table.list tr.rowHover td { background-color: #eee; }
table.list td a {
	background-image: none;
	color: #000;
}

/*	supplier */
table.supplier th.supplier { width: 205px; }
table.supplier th.bid { width: 350px; }
table.supplier th.closing { width: 135px; }
table.supplier td img {
	margin-top: 5px;
}

/*	lots */
table.lots tbody td img.thumbnail {
	border: solid 1px #000;
	margin: -3px 3px;
}
table.lots tbody td img {
	border: none;
	margin: 5px 0 0 0;
}
table.lots td.description {
	padding-left: 7px;
	text-align: left;
	width: 185px;
}
table.lots tr.highest td {
	background-color: #9aceae;
	border-bottom: solid 1px #479062;
	border-top: solid 1px #fff;
	color: #000000;
}
table.lots tr.outbid td {
	background-color: #fbe1d5;
	border-bottom: solid 1px #f3763a;
	border-top: solid 1px #fff;
	color: #000000;
}

/******************************************************************************
	Table FORM
******************************************************************************/
table.form {
	margin: 20px 0 0 0;
	width: 100%;
}
table.form tr.rowOdd td {
	background-color: #fff;
}
table.form tr.rowEven td {
	background-color: #f4f4f4;
}
table.form td {
	border-bottom: solid 1px #c8c7c7;
	padding: 0 7px;
	line-height: 22px;
}


/* * * * Bidding * * * */
div.bid
{
	background-color:			#FEBA27;
	border:						solid 2px #004CAD;
	border-width:				0px;
	display:					none;
	margin:						0px 0px 0px 0px;
	padding:					2px 2px 2px 2px;
	overflow:					auto;
	position:					absolute;
	left:						0px;
	top:						0px;
	vertical-align:				bottom;
	visibility:					hidden;
	z-index:					50;
}
table.bid
{
	background-color:			#FFFFFF;
	border:						none;
	border-collapse:			collapse;
	height:						100%;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	width:						100%;
}
table.bid tr.footer
{
	background-color:			#E8E8E8;
	line-height:				16px;
}
table.bid tr.footer td
{
	background-attachment:		scroll;
	background-image:			url(/TestProject_img/layout/dots_blue_x.gif);
	background-position:		top;
	background-repeat:			repeat-x;
	height:						20px;
	text-align:					center;
}
table.bid tr.header td
{
	background-attachment:		scroll;
	background-image:			url(/TestProject_img/layout/h1_blue.gif);
	background-position:		left top;
	background-repeat:			no-repeat;
	color:						#075593;
	cursor:						move;
	font-size:					16px;
	font-weight:				bold;
	height:						23px;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 7px 20px;
	text-align:					left;
	vertical-align:				middle;
	white-space:				nowrap;
}
span.buttonBid
{
	background-attachment:		scroll;
	background-image:			url(/TestProject_img/layout/btnBid.gif);
	background-position:		left;
	background-repeat:			no-repeat;
	color:						#EEEEEE;
	cursor:						pointer;
	display:					block;
	font-size:					12px;
	font-weight:				bold;
	height:						28px;
	margin:						0px 0px 0px 0px;
	padding:					12px 5px 0px 0px;
	text-align:					right;
	text-decoration:			none;
	width:						195px;
}
span.buttonBid:hover
{
	background-attachment:		scroll;
	background-image:			url(/TestProject_img/layout/btnBidHover.gif);
	background-position:		left;
	background-repeat:			no-repeat;
	color:						#FFFFFF;
	cursor:						pointer;
	display:					block;
	font-size:					12px;
	font-weight:				bold;
	height:						28px;
	margin:						0px 0px 0px 0px;
	padding:					12px 5px 0px 0px;
	text-align:					right;
	text-decoration:			underline;
	width:						195px;
}
span.buttonCancel
{
	background-attachment:		scroll;
	background-image:			url(/TestProject_img/layout/btnCancel.gif);
	background-position:		left;
	background-repeat:			no-repeat;
	color:						#CCCCCC;
	cursor:						pointer;
	display:					block;
	float:						right;
	height:						27px;
	margin:						0px 0px 0px 0px;
	padding:					13px 0px 0px 25px;
	text-align:					center;
	width:						75px;
}
span.buttonCancel:hover
{
	background-attachment:		scroll;
	background-image:			url(/TestProject_img/layout/btnCancelHover.gif);
	background-position:		left;
	background-repeat:			no-repeat;
	color:						#EEEEEE;
	cursor:						pointer;
	display:					block;
	float:						right;
	height:						27px;
	margin:						0px 0px 0px 0px;
	padding:					13px 0px 0px 25px;
	text-align:					center;
	text-decoration:			underline;
	width:						75px;
}

/******************************************************************************
	DETAILS
******************************************************************************/
div.detail-info {
	float: left;
	padding: 0 10px;
	width: 355px;
}
div.detail-info table {
	margin: 10px 0 0 0;
}
div.detail-info th {
	font-weight: bold;
	width: 190px;
}
div.detail-info th,
div.detail-info td {
	font-size: 11px;
	line-height: 19px;
}

div.detail-images {
	border: solid 1px #ccc;
	float: left;
	padding: 8px 28px 27px 28px;
	width: 250px;
}
div.detail-images img {
	border: solid 1px #f12345;
	cursor: pointer;
	padding: 3px;
}
div.detail-images a {
	background: #fff url(../images/icons/class.gif) no-repeat 0px 0px;
	color: #000;
	display: block;
	height: 19px;
	line-height: 15px;
	margin: 3px 0 0 4px;
	padding: 0 0 0 22px;
}
div.detail-images div.images {
	margin: 5px 0 15px -16px;
	height: 56px;
	overflow: hidden;
}
div.detail-images div.images img {
	cursor: pointer;
	float: left;
	margin: 0 0 0 16px;
	padding: 2px;
}
div.detail-images div.images img.active {
	border: solid 1px #f12345;
}
div.detail-images div.toolbar {
	text-align: center;
}
div.detail-images div.toolbar a {
	background-image: none;
	display: inline;
	font-weight: bold;
	line-height: 18px;
	padding: 0 5px;
	text-decoration: none;
}
div.detail-images div.toolbar a img {
	border: none;
	cursor: pointer;
	padding: 0 5px;
	vertical-align: middle;
}

div#lot-photos {
}
div.detail-photo {
	border: solid 1px #bbb;
	float:left;
	height:327px;
	padding:7px 6px 5px 6px;
	width:438px;
}

div.detail-photos {
	float: left;
	height: 342px; 
	margin: 0 0 0 7px;
	position: relative; 
	width: 235px; 
}
div.detail-photos h1 {
	margin: 0 0 10px 0;
}
div.detail-photos a {
	color: #000;
}
div.detail-photos div {
	/*bottom: 0;
	left: 0;
	position: absolute;*/
	height: 300px;
	margin: 10px 0 0 0;
	overflow: auto;
}
div.detail-photos img {
	border: solid 1px #ccc;
	cursor: pointer;
	margin: 3px 5px 0 0;
}
div.detail-photos img.active {
	border: solid 1px #f12345;
}

div.detail-options {
	float: left;
	margin: 15px 0 0 9px;
	width: 356px;
}
div.detail-comment {
	float: left;
	margin: 15px 0 0 5px;
	width: 303px;
}

div.bidding {
	background-color: #ebebeb;
	margin: 23px 2px 0 0;
	padding: 5px 16px 12px 9px;
	overflow: hidden;
	width: 668px;
}
div.bidding table {
	background-color: #ebebeb;
	float: left;
	margin: 10px 0 0 0;
}
div.highest {
	background-color: #9aceae;
}
div.highest table {
	background-color: #9aceae;
}
div.outbid {
	background-color: #fbe1d5;
}
div.outbid table {
	background-color: #fbe1d5;
}

div.bidding table table {
	float: none;
	margin: 0;
}
div.bidding table.details {
	width:365px; 
}
div.bidding table.bid {
	width: 303px;
}

div.bidding table th {
	width: 190px;
}
div.bidding table th,
div.bidding table td {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: -.4px;
	padding: 0 0 3px 0;
}

div.bidding table td.bod {
	white-space: nowrap;
}
div.bidding table td.bod input {
	background-color: #ffffff;
	width: 110px;
}


/******************************************************************************
	MYAUCTION
******************************************************************************/
div#myauction {
	background: #fff url(../images/backgrounds/bg_myauction.gif) repeat-y 0px 0px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

div#myauction div.mymenu {
	float: left;
	margin: 14px 6px 0 0;
	width: 172px;
}
div#myauction div.mymenu h3 {
	background-color: #d7d7d7;
	color: #000;
	height: 19px;
	padding: 3px 0 0 3px;
}
div#myauction div.mymenu ul {
	margin: 9px 0 21px 3px;
}
div#myauction div.mymenu a {
	color: #f16522;
}
div#myauction div.mymenu a.active {
	font-weight: bold;
}

div#myauction div.mycontent {
	float: left;
	margin: 12px 0 0 16px;
	width: 726px;
}

div#myauction table.products thead th {
	border-bottom: solid 2px #fff;
}
div#myauction table.products thead tr td {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

div#myauction table.products tr td {
	background-color: #ececec;
	border-bottom: none;
	color: #000000;
	padding: 6px;
}
div#myauction table.products tr.highest td {
	background-color: #9aceae;
	color: #000000;
}
div#myauction table.products tr.outbid td {
	background-color: #fbe1d5;
	color: #000000;
}

div#myauction table.products td.photo {
	padding: 4px 6px 6px 4px;
	text-align: left;
}
div#myauction table.products td.description {
	padding: 5px 6px 5px 14px;
	text-align: left;
}

div#myauction table.products td.tablecell {
	padding: 0;
	width: 100%;
}

div#myauction table.products td.separator {
	background-color: #ccc;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	height: 1px;
	line-height: 1px;
	padding: 0;
}

div#myauction table.products table {
	width: 100%;
}
div#myauction table.products table thead th {
	background-color: #b3b4b3;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #bbbcbb;
	color: #000;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	padding: 0;
}
div#myauction table.products table tbody td {
	background-color: #969796;
	border-bottom: solid 1px #a2a2a2;
	border-top: solid 1px #a2a2a2;
	color: #fff;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0;
}

div#myauction table.products table.highest thead th {
	background-color: #5baa79;
	border-bottom-color: #6eb489;
}
div#myauction table.products table.highest tbody td {
	background-color: #30824f;
	border-bottom-color: #479062;
	border-top-color: #479062;
}

div#myauction table.products table.outbid thead th {
	background-color: #f8905e;
	border-bottom-color: #f99c6f;
}
div#myauction table.products table.outbid tbody td {
	background-color: #f16522;
	border-bottom-color: #f3763a;
	border-top-color: #f3763a;
}

/******************************************************************************
	BANNERS
******************************************************************************/
div#banners {
	float: left;
	letter-spacing: -.4px;
	padding: 0 1px;
	width: 228px;
}
div#banners a { color: #f63; }

div#banners h3.upper {
	background-color: #f16522;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
div#banners ul {
	list-style-type: circle;
	margin: 0 0 0 15px;
}
div#banners ul a {
	color: #000;
}

div#banners div.separator { margin: 10px 0; }

div#banners div.item {
	border-bottom: solid 1px #ccc;
	padding: 12px 12px 15px 12px;
}
div#banners div.item p {
	font-size: 11px;
}

/* partner */
div#banners div.item.partner {
	padding: 8px 5px 24px 4px;
}
div#banners div.partner h3 {
	color: #ffffff;
	margin: 0 1px 10px 2px;
}
div#banners div.partner img {
	padding: 0 0 0 17px;
}

/* spotlight */
div#banners div.spotlight {
	border: none;
	background-color: #d7d7d7;
	margin: 12px 5px 0 7px;
	padding: 0 0 5px 0;
	text-align: center;
}
div#banners div.spotlight img {
	border: solid 1px #000;
	margin: 9px 0;
}
div#banners div.spotlight h3 {
	border-bottom: solid 1px #b1b1b1;
}

div#banners div.spotlight div {
	border-top: solid 1px #b3b3b3;
	line-height: 18px;
	margin: 0 8px 0 12px;
	text-align: left;
}
div#banners div.spotlight div.separator {
	background-color: #fff;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
}

/* tenders */
div#banners div.tenders {
	border: none;
	padding: 0 5px 0 7px;
	text-align: center;
}

/* supplier */
div#banners div.supplier {
	padding: 7px 5px 12px 7px;
}
div#banners div.supplier h3 {
	background: #d7d7d7 url(../images/icons/arrow_down.gif) no-repeat 9px center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	letter-spacing: -1px;
	padding: 0 0 0 30px;
	text-transform: uppercase;
}
div#banners div.supplier p {
	font-weight: bold;
	margin: 15px 2px 0 2px;
}
div#banners div.supplier p a {
	font-weight: normal;
}

/* lot */
div#banners div.lot {
	padding: 6px 5px 12px 7px;
}
div#banners div.lot h3 {
	background: #d7d7d7 url(../images/icons/arrow_down.gif) no-repeat 9px center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
div#banners div.lot h4 {
	color: #000;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
div#banners div.lot p {
	color: #f16522;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 5px 0px;
}
div#banners div.lot a {
	color: #f16522;
	display: block;
	line-height: 15px;
	margin: 0 0 10px 0px;
	overflow: hidden;
	width: 215px;
}
div#banners div.lot span {
	line-height: 15px;
	margin: 0 0 10px 0px;
}

/******************************************************************************
	POPUP
******************************************************************************/
div#div_popup {
	background-color: #FFF;
	border: 1px solid #333333;
	color: #444444;
}
div#div_popup div.header {
	border-bottom: solid 1px #ccc;
	height: 25px;
	line-height: 22px;
	margin: 5px 18px 12px 7px;
	overflow: hidden;
	padding-bottom: 3px;
}
div#div_popup div.header h3  {
	float: left; 
	padding-left: 11px;
}
div#div_popup div.header a  {
	color: #000;
	float: right; 
	font-weight: bold;
	margin-left: 25px;
	text-decoration: none;
}
div#div_popup div.header a img {
	vertical-align: middle;
}

div#div_popup div.content {
	margin: 0 20px 12px 20px;
	overflow: hidden;
}

div#div_popup div.content p {
	margin: 0 0 15px 0;
}

div#div_popup div.content a {
	color: #f16522;
}

div#div_popup div.content thead th {
	padding-bottom: 10px;
}
div#div_popup div.content td {
	line-height: 22px;
}
div#div_popup div.content .bidpreview td {
	padding-left: 15px;
	text-align: right;
}
div#div_popup div.content .bidpreview td.static {
	width: 70px;
}
div#div_popup div.content .bidpreview td.proxy {
	width: 115px;
	white-space: nowrap;
}
div#div_popup div.content td.label {
	padding: 0;
	text-align: left;
	white-space: nowrap;
	width: 145px;
}
div#div_popup div.content td.small {
	font-size: 10px;
	line-height: 10px;
	padding: 0 0 5px 0;
}

div#div_popup div.content td.info {
	color: #808080;
	letter-spacing: -.5px;
	line-height: 12px;
	padding-left: 16px;
	width: 175px;
}

div#div_popup div.navigation {
	border-top: solid 1px #ccc;
	margin: 12px 7px 0 7px;
	padding: 3px 20px 5px 20px;
	text-align: right;
}
div#div_popup div.navigation a {
	color: #000;
	text-decoration: underline;
}
div#div_popup div.navigation a:hover {
	color: #f63;
	text-decoration: underline;
}
div#div_popup div.navigation a.active {
	color: #f63;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#div_popup div.footer {
	background-color: #f4f4f4;
	border-top: solid 1px #ccc;
	height: 43px;
	padding: 5px 20px 0 20px;
}
div#div_popup div.footer div.conditions {
	float: left;
	font-weight: bold;
	letter-spacing: -.5px;
	margin: 5px 0 0 0;
	width: 333px;
}
div#div_popup div.footer div.conditions img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
div#div_popup div.footer div.info {
	float: left;
	letter-spacing: -.5px;
	width: 175px;
}


div#div_popup div.footer a.inloggen {
	background: transparent url(../images/backgrounds/bg_button.gif) no-repeat 0px 0px;
	color: #fff;
	display: block;
	margin: 10px 0 0 145px;
	font-weight: bold;
	height: 16px;
	letter-spacing: -.5px;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 85px;
}
div#div_popup div.footer a.registration {
	background: transparent url(../images/backgrounds/bg_button.gif) no-repeat 0px 0px;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 16px;
	letter-spacing: -.5px;
	margin: 7px 16px 0 2px;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 85px;
}

/* info */
div#div_popup .content.info {
	letter-spacing: -.2px;
}
div#div_popup .content.info p {
	/*margin: 0;*/
	width: 670px;
}
div#div_popup .info h4 {
	margin: 15px 0 0 0;
}
div#div_popup .info ul {
	margin: 0 0 15px 15px;
}

/**************Pop ups ****************/
#div_popup_bg
{
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 40;
	background-color: Green;
	background: #000;
	_background: none;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#div_popup_header
{
	cursor: move;
	display: none;
	width: 100%;
	height: 20px;
	background-color: #222;
	color: White;
}

#div_popup_buttons
{
	height: 30px;
	bottom: 0px;
	position: absolute;
	display: none;
	padding: 5px;
}

#div_popup_window
{
	visibility: hidden;
	position: absolute;
	left: 250px;
	top: 75px;
	width: 250px;
	z-index: 50;
	background-color: #fff;
}

@media print 
{
	.onlyprint { display: table-row !important; }
	.onlyprint { display: block; }
	.noprint, .tracecontent { display: none; }
}
/**************************************************************/
/* DatePicker */
div.DP
{
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	vertical-align:				bottom;
	z-index:					8;
}
/* Form elements */
div.DP select.DPcbo
{
	height:						18px;
	width:						40px;
	margin:						0px 0px 0px 0px;
	border-top:					solid 1px #000000;
	border-right:				solid 1px #000000;
	border-bottom:				solid 1px #000000;
	border-left:				solid 1px #000000;
	background-color:			#F8F8F8;
	color:						#626469;
	font-size:					11px;
	vertical-align:				middle;
}
div.DP input.DPtextbox
{
	height:						18px;
	width:						100px;
	margin:						0px 0px 0px 0px;
	padding:					2px 5px 0px 5px;
	border-top:					solid 1px #000000;
	border-right:				solid 1px #000000;
	border-bottom:				solid 1px #000000;
	border-left:				solid 1px #000000;
	background-color:			#eeeeee;
	letter-spacing:				1px;
	vertical-align:				middle;
}
/* Popup */
div.DP div.DPCalendar
{
	border:						none;
	display:					none;
	position:					absolute;
	z-index:					888;
}
div.DP div.DPCalendar table.DPCalendar
{
	background-color:			#FCFCFC;
	border:						solid 1px #666666;
	border-collapse:			separate;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
}
div.DP div.DPCalendar table.DPCalendar td.DPButton
{
	border-top:					solid 1px #FFFFFF;
	border-right:				solid 1px #FFFFFF;
	border-bottom:				solid 1px #FFFFFF;
	border-left:				solid 1px #FFFFFF;
	font-weight:				bold;
}
div.DP div.DPCalendar table.DPCalendar td.DPButton:hover
{
	border-top:					solid 1px #CCCCCC;
	border-right:				solid 1px #CCCCCC;
	border-bottom:				solid 1px #CCCCCC;
	border-left:				solid 1px #CCCCCC;
	cursor:						pointer;
}
div.DP div.DPCalendar table.DPCalendar tr.DPMonth, div.DP div.DPCalendar table.DPCalendar tr.DPTop, div.DP div.DPCalendar table.DPCalendar tr.DPYear
{
	background-attachment:		scroll;
	background-image:			url(/css_img/gradient_white_20px.gif);
	background-position:		top;
	background-repeat:			repeat-x;
}
div.DP div.DPCalendar table.DPCalendar td.DPOffWeek
{
	background-color:			#FFFFFF;
	border:						solid 1px #FFFFFF;
	color:						#CCCCCC;
	text-align:					center;
}
div.DP div.DPCalendar table.DPCalendar td.DPOffWeekend
{
	background-color:			#EEEEEE;
	border:						solid 1px #FFFFFF;
	color:						#CCCCCC;
	text-align:					center;
}
div.DP div.DPCalendar table.DPCalendar td.DPSelected
{
	border-top:					solid 1px #CCCCCC;
	border-right:				solid 1px #000000;
	border-bottom:				solid 1px #000000;
	border-left:				solid 1px #CCCCCC;
	color:						#000000;
	font-weight:				bold;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
}
div.DP div.DPCalendar table.DPCalendar tr.DPTop td
{
	border-top:					solid 1px #CCCCCC;
	border-right:				solid 1px #CCCCCC;
	border-bottom:				solid 1px #CCCCCC;
	border-left:				solid 1px #CCCCCC;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	text-align:					right;
}
div.DP div.DPCalendar table.DPCalendar td.DPWeek
{
	background-color:			#FFFFFF;
	border:						solid 1px #FFFFFF;
	color:						#000000;
	text-align:					center;
}
div.DP div.DPCalendar table.DPCalendar td.DPWeekend
{
	background-color:			#EEEEEE;
	border:						solid 1px #FFFFFF;
	color:						#666666;
	text-align:					center;
}
div.DP div.DPCalendar table.DPCalendar td.DPWeekDay
{
	background-color:			#CCCCCC;
	font-weight:				bold;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	text-align:					center;
}
div.DP div.DPCalendar table.DPCalendar td.DPWeekNr
{
	background-color:			#CCCCCC;
	font-weight:				bold;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	text-align:					center;
}
div.DP div.DPCalendar table.DPCalendar td.DPOffWeek:hover, div.DP div.DPCalendar table.DPCalendar td.DPOffWeekend:hover, div.DP div.DPCalendar table.DPCalendar td.DPWeek:hover, div.DP div.DPCalendar table.DPCalendar td.DPWeekend:hover
{
	border:						solid 1px #CCCCCC;
	cursor:						pointer;
}