/* Print Style Sheet */


/*---{ disabled elements )--------------------------------------------------------------*/

#topContainer,
#utilNav, 
#globalNav, 
#sidecol, 
#sidebar, 
#breadcrumbs, 
#objectMaster div#pageNav, 
#footerNav, 
#footer span.hide,  
#divide, 
#quickSearch, 
#loginBox, 
a.back, 
#gotoTop, 
#textSizeNav,
.viewToggle,
#subHeader,
#objectMaster div#pageFilter,
.blackRoundBtn,
.footerRight,
.txtBg,
#topbar,
#qSearch,
#opTools,
#opBrowse,
#logo,
#pictureList,
#smallBidForm
{
	display: none;
}

/*---{  print URLs after link text )---------------------------------------------------*/

/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}

a#divide:link:after,  a#divide:visited:after {
   content: " (" attr(href) ") ";
}
*/

	
/*---{ common elements )----------------------------------------------------------------*/


body{
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height:1.4em;
	background: #FFFFFF;
}

a, a:hover, a:link, a:visited {
	text-decoration:underline;
}	

/* headers */

h1,h2,h3, .KOP1, .KOP2, KOP3, .Kop1, .Kop2, .Kop3{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration:none;
	text-transform: none;
	padding:0px;
	font-size: 14pt;
	margin: 20px 0 20px 0;
	letter-spacing: normal;
	word-spacing: normal;
}

#h1, .KOP1, .Kop1{
	font-size: 150%;
	height: 25px;
}

#h2, .KOP2, .Kop2{
	font-size: 120%;	
}

#h3, .KOP3, .Kop3{
	font-size: 100%;
}

a{
	color:#666;
	text-decoration:underline;
}

img{
	border:1px solid #ccc;
	padding:4px;
}

/* logo */

#logoPrint{
	border-bottom:1px double #ccc;
	margin-bottom:20px;
}

#logoPrint img{
	border:none;
	position: relative;
	top:0;
	left: 50%;
	margin-left: -129px;
	
}


/* address */

#header address{
	font-style:normal;
	font-size:100%;
	margin:0 0 50px 0;
}

/* table */

table{
	margin-bottom:20px;
	border-collapse:collapse;
}

td, th{
	text-align:left;
	vertical-align:top;
	padding:10px;
	margin:0px;
}

th{
	font-weight:bold;
}


/* frm */

#frm th, #frm td{
	padding: 0 10px 10px 0;
}


/* dl */

dl{
	margin-bottom:20px;
	padding:0px;
}

dt,dd{
	margin:0px;
	padding:0px;
}

dt{
	font-weight: bold;
	color:#666666;
	margin-bottom:5px;
}

dd{
	margin-bottom:5px;
}

table,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

#footer{
	color: #ccc;
	margin:20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
}

#footer p{
	margin: 0 0 5px 0;
}

/*---{ site specific )----------------------------------------------------------------*/

#header{
	background: #fff;
	height: auto;
}
#cols{
	background: #fff;
}
.contentInner{
	padding: 0;

	height: auto;
}
#content{
}
#objectMaster{
	height: auto;
}
#objectMaster div{
	height: auto;
}

/* auction page */ 
.item{
	margin: 0; 
	padding: 15px;
	margin: 0 0 10px 0;
	border: 1px solid #e2e2e2;
	float:none;	
	background-color: Green;	
	align: left; 
}
.col1{
	float:left;
	width: 140px;
	margin: 15px 0 0 0;
}

.thumb{
	border: none;
	margin: 0 10px 5px 0;
}

.col2{
	width: 500px;
	margin: 0;
}





