@charset "utf-8";
/* CSS Document for the KSB Double Basses Page */

body {
	background:#000 url(../woodpages/backgrounds/quiltedmapleDK.jpg);
	color:#ffc;
	font-family:"Times New Roman", Times, serif;
}
a {
	color:#f00;
	text-decoration:underline;
}
a:hover {
	color:#fff;
}
h1 {
	margin-top:15px;
	font-size:42px;
}
h2 {
	font-size:36px;
}
img {
	border:none;
}
.bold {
	font-weight:bold;
}
.green {
	color:#0f0;
}
.restore {
	font-style:italic;
	color:#0f0;
}
.yellow {
	color:#ff0;
}
.gold {
	color:#fC3;
}
.availInfo {
	color: #ff80ff;
	font-style: italic;
}
.inquire {
	color:#0f0;
	font-style:italic;
}
.sold {
	color:#f00;
	font-size:22px;
	font-style:italic;
}
.section {
	background-color:#111;
	width:680px;
	text-align:center;
	margin:10px auto;
	border:medium ridge #CCC;
	padding:0 20px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
#bows {
	margin-top:-25px;
	font-size:12px;
	font-weight:bold;
}
#grades {
	margin-left:80px;
	margin-right:80px;
}
.heads {
	width:169px;
	height:340px;
	float:left;
	margin:0 5px;
}
#head1 {
	background-image:url(images/h1.jpg);
	margin-left:35px !important;
}
#head2 {
	background-image:url(images/h2.jpg);
}
#head3 {
	background-image:url(images/h3.jpg);
}
#head1, #head2, #head3 {
	background-repeat:no-repeat;
	margin-left:46px;
}
.desc {
	margin-top:22px;
}
.bass {
	margin:8px;
	padding:5px;
	float:left;
	width:314px;
	height:200px;
}
.bassCapt {
	width:190px;
}
.bassCapt p {
	margin:12px auto;
}
.imgOut {
	width:110px;
	height:200px;
	position:relative;
	overflow:hidden;
}
.imgOut[class] {
	display:table;
	position:static;
}
.imgMid {
	position: absolute;
	top: 50%;
}
.imgMid[class] {
	display: table-cell;
	vertical-align: middle;
	position:static;
}
.imgIn {
	position: relative;
	top: -50%;
}
.imgIn[class] {
	position:static;
}
