/*
**	Cascading Style Sheet
**
**	This stylesheet is for the public pages of the ForeSale system
**	and should extend the main site's CSS
**	Standard elements..
*/

.warning {
	margin: 12px;
	padding: 6px;
	color: #000000;
	background-color: #ffff00;
	border: 2px solid #ff0000;
}
.warning b {
	color: #FF0000;
}

.thumbnails {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 2px solid #ff0000;
}

.thumbnails img {
	margin: 1px;
	border: 0px;
	border: 1px solid #000000;
}
.thumbnails a {
	margin: 0px;
	border: 0px;
}

.admin_link a, .admin_link a:link, .admin_link a:visited, .admin_link a:hover, .admin_link a:active {
	font-size: xx-small;
	color: #555555;
	text-decoration: none;
}

.foresale_frame_table {
	color: #eeeeee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 2px;
}

table#foresale_table, table#detail_table {
	width: 750px;
}

table#foresale_table th {
	color: #ffffff;
	text-align: right;
	padding-right: 4px;
}

table#detail_table th {
	border-bottom: 1px solid #ff0000;
}

table#specs_table th, table#specs_table td {
	padding-bottom: 4px;
}
