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

body {
	background:#000 url(../woodpages/backgrounds/quiltedmapleDK.jpg);
	color:#eed0b4;
	font-family:"Times New Roman", Times, serif;
}
a {color:#F00;text-decoration:underline;}
a:hover {color:#FFF;}
h1 {font-size:36px;}
h2 {font-style:italic;font-size:22px;}
img {border:none;overflow:hidden;}
.section {
	background-color:#111;
	width:680px;
	text-align:center;
	margin:10px auto;
	border:medium ridge #CCC;
	padding:0 20px;
}
.desc {margin-top:22px;}
.box {
	margin:8px;
	padding:5px;
	float:left;
	width:200px;
	height:305px;
}
.img {height:150px;}
.capt {
	height:155px;
	position:relative;
	overflow:visible;
}
.green {color:#0F0;}
.yellow {color:#FF0;}
.gold {color:#FC3;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumb {position:relative;z-index:0;}
.thumb:hover {background-color:transparent;z-index:50;}

.thumb span { /*CSS for enlarged image*/
	position:absolute;
	background-color:lightyellow;
	padding:5px;
	border:1px dashed gray;
	visibility:hidden;
	color:black;
	text-decoration: none;
}

/*CSS for enlarged image*/
.thumb span img {border-width:0;padding:2px;}

/*CSS for enlarged image on hover*/
.thumb:hover span {visibility:visible;top:0;left:148px;}
/*position (left) where enlarged image should offset horizontally */

.midMov {left: -78px !important;}
.rightMov {left: -304px !important;}
