.block-title {
	color: #fff;
	line-height: 38px; 
	background: url(../images/backgrounds/main_title.gif) top left repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	margin-top: 5px;
}

#d_head {
	overflow:hidden;
}

#d_title {
	font-weight: bold;
	float: left;
	font-size: 16px;
}

#d_price {
	font-weight: bold;
	float: right;
	font-size: 16px;
}

#d_photos {
	margin: 0 0 10px 0;
	/*width: 98%;*/
	padding: 5px;

}

#d_thumbnails {
	width: 530px;
	float:right;
	padding: 5px 5px 5px 5px;
	/*min-height: 210px;*/
	border: 1px solid #D0D0D0;
}

ul#thumb-container {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#thumb-container li{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
	width: 86px;
	margin: 0 10px 10px;
	padding: 0;
}

#d_large_image {
	width: 320px;
	float:left;
	position: relative;
	height: 220px;
}

#d_photos h2{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	margin: 0 0 5px 2px;
	text-transform: uppercase;
}

#d_fields{
	width: 100%;
}

#d_main_fields{
	float: left;
	width: 48%;
	font-size: 12px;
	margin: 10px 0 0 10px;
}
#d_main_fields table,#d_spec_fields table {
	border-collapse: collapse;
}

#d_main_fields TD#field_title, #d_spec_fields TD#field_title{
	background-color: #EAEAEA;
	color: #000;
}

#d_spec_fields{
	float: right;
	width: 48%;
	margin: 10px 0 0;
}

#d_options{
	clear: both;
	font-size: 12px;
	padding-bottom: 10px;
}

#d_options_title{
	/*font-weight: bold;*/
}

#d_description{
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}

#d_description_title{
	/*font-size: 16px;*/
	/*color: #000;*/
	/*font-weight: bold;*/
}

.d_description-content {
	margin: 0 0 0 10px;
}

.nav-links {
	padding: 3px 0;
	margin: 0 10px 5px;
	border: 2px #ccc solid;
	font-weight: bold;
	list-style: none;
	text-align: center;
	/*width: 100%;*/
	display: block;
	background-color: #fff;
	font-size: 13px;
}
.nav-links li a {color: #000; text-decoration: none; }
.nav-links li {
	/*float:left;*/
	margin: 0 10px;
	display:inline;
	/*font-size: 12px;*/
}
#contact-form {
	background: #EAEAEA;
	margin: 10px 0;
	padding: 10px;
}
#contact-form input {
	width: 200px;
	border: 1px solid #9C9C9C;
}
#contact-form label {
	color: #000;
	font-size: 11px;
	display: block;
	font-weight: bold;
}

#contact-form label.error { float: none; color: red; /*padding-left: .5em;*/ vertical-align: top; }


#contact-form textarea {
	width: 250px;
	border: 1px solid #9c9c9c;
	height: 120px;
}