@charset "ISO-8859-1";
body {
	background-color: #edeae7;
	
}
body,td,th {
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #2e383e;
	background: #edeae7;
	
}

/*GALLERY*/
/*THUMBNAILS*/

.image_thumb {
    float: left;
    width: 81px;
    background: #f0f0f0;
}
.image_thumb img {
	border: 0px solid #ccc;
	float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

/*Main Image*/

.main_image {
	width: 370px;
	height: 190px;
	float: left;
    background: none;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #2D383E;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.main_image .desc{
    position: absolute;
	top: 0px;
    bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 255px;
	background: none;
	border-top: none;
	overflow: scroll;
	height: 205px;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    padding: 0 0 0 0px;
	overflow:scroll; 
	width: 265px; 
	height: 215px;
}
.image_thumb ul li p{display: none;}

/*GALLERY-END*/

#navigation {
	background-image: url(images/navigation.png);
	width: 592px;
	height: 44px;
	color: #450f01;
	font-size: 14px;
}

.price {
	font-size:18px;
	text-decoration:underline;
	color: #8f2123;
	font-weight:bold;
}