BODY
{
	font-size: 11px;
	font-family: Verdana;
}
TD
{
	font-size: 11px;
	font-family: Verdana;
}
menuitem
{
	color: blue;
	background-color: red;
}
.title
{
	font-weight: bold;
	font-size: 12px;
	color: #01472B;
}
.tbl-price{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tbl-price td{
	border: 1px solid #DDDDDD;
	font-size: 10px;
	text-align: center;
}
.tbl-price .sold{
	background-color: #FF2020;
}
.tbl-price .res{
	background-color: #FF9D9D;
}
.tbl-price .head{
	color: #eac93c;
	background-color: #01472B;
	font-weight: bold;
	padding: 1px;
}

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
