/*** Page formatting ***/
#doc {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

#bd,#hd,#ft {
	margin-left:12px;
	margin-right:12px;
}
#ft {
	padding-bottom:12px;
	padding-top:12px;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#CCCCCC;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
/*** Navigation ***/
ul.hNavigation
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
.hNavigation li
{
display: inline;
list-style-type: none;
padding:0 12px 0 0;
}

/*** For Sale Styling ***/
table.pianoTable tr td, table.pianoTable tr th {
	padding: 3px;
	border: 1px solid #DDDDDD;
}
table.pianoTable tr th {
	font-weight:bold;
}
td.price {
	text-align:right;
}
.photo {
	text-align:center;
}

/*** Gallery Styling **/
div.slashedPrice span.thePrice {
	text-decoration:line-through;
	color:#999999;
}
div.piano div.image {
	float:left;
	margin:0 0 12px 0;
	padding:3px;
	border:1px solid #CCCCCC
}
div.piano {
	clear:both;
}.announcement {
	color: #FF0000;
}
