@CHARSET "ISO-8859-1";
/* Buttons to change view --------------------------*/
#grid_list_buttons {
	text-align: center;
	margin-left: 30px;
}

#grid_list_buttons a {
	text-decoration: none !important;
	-moz-outline: none 0;
    outline: none 0;
}

.grid_list_text {
	vertical-align: top;
	padding: 0px 3px 0px 3px;
}

.selected_button {
	border-bottom: 1px solid #664422;
}

a.selected_button:hover {
	color: #664422;
	cursor: default; 
}

/* The list of items --------------------------------*/

#level_1_list {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: -30px;
	text-align: center;
	width: 700px;
	position: relative;
}

#level_1_list a {
	text-decoration: none !important;
}

.item_row {
	position: relative;
	height: 210;
}

.thumbnail {
	float: left;
	border: 1px solid #999;
	margin: 0 20px 20px 0;
}

.thumbnail:hover {
	border: 1px solid black;
}

.thumbnail img {
	padding: 5px;
	border: 0px;
	height: 200px;
	width: 200px;
}

.thumbnail a {
	width: 210px;
	text-decoration: none;
	display: block;
	background-color: white;
}

.thumbnail a:hover {
	color: black;
	background-color: #FFE9CE;
}

.thumbnail_text {
	font-size: 12px;
	text-align: center;
	display: block;
	height: 40px;
	padding: 0px 5px;
}

.details {
	padding-top: 10px;
	text-align: left;
	padding-right: 20px;
}

.details h3 {
	display: inline;
}

.details_text {
	margin-bottom: 10px;
}

.click_for_more {
	font-style: italic;
}

.sold, .sold_date {
	color: red;
}

#level_1_list .price {
	float: right;
	text-align: center;
	width: 80px;
	font-weight: bold;
}

/* The small list of items --------------------------*/

.small_thumbnail_list {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: -30px;
	text-align: center;
	width: 600px;
	position: relative;
}

.small_thumbnail {
	float: left;
	height: 170px;
	border: 1px solid #999;
	margin: 0 30px 20px 0;
	position: relative;
}

.small_thumbnail a {
	width: 110px;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: white;
}

.small_thumbnail a:hover {
	background-color: #ffe9ce;
}

.small_thumbnail img {
	padding: 5px;
	border: 0px;
}