/* CSS Document */

body {
	font-size: 9pt;
	font-family: arial,verdana,geneva,sans-serif;
	background: #ddd url(bg_body.gif);
	background-attachment: fixed;
	color: #333;
	text-align: left;
}

div.browse {
	font-size: 9pt;
	font-family: arial,verdana,geneva,sans-serif;
	/*float: left; */
	display: block;
	background: white;
	width: 250px;
	height: 180px;
	border: 1px solid #575151;
	padding: 10px;
	margin: 5px;
}

/* Style the link text */
div.browse a {
	text-decoration: none;
	color: #000;
}

div.browse a.link {
	text-decoration: underline;
	color: #004F9D;
}

div.browse a.link:visited {
	text-decoration: underline;
	color: #004F9D;
}

div.browse a:active {
    color:#000;
}

div.browse a:hover {
	color: #000;
}

div.browse a:visited {
	color: #000;
}
	

/* Limit image area to a height of 190px */
div.browseimg {
	display: block;
	height: 115px;
}

/* Center the image */
div.browse img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

/* Limit text height to 70 px */
div.browsetext {
	font-size: 10pt;
	font-family: arial,verdana,geneva,sans-serif;
	font-weight: bold;	
	height: 70px;
	padding-left: 5px;
	text-indent: -10px;
}

/* Style the lot number text */
div.browsetext span.lot {
	font-size: 9pt;
	font-weight: bold;
}

/* Bottom line of text */
div.browsetext div.estimate {
	font-weight: normal;
	padding-left: 0;
	text-indent: 0;
	margin-top: 10px;
}

/* Bottom line of text - align left */
div.browsetext div.estimate span.left {
	float: left;
	font-size: 9pt;
}

/* Bottom line of text - align right */
div.browsetext div.estimate span.right {
	float: right;
	font-size: 9pt;
}

