@charset "UTF-8";

.product #pic {
	float: left;
	width: 218px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	background-color: #CCC;
	height: 550px;
}

.product #pageContent {
	float: right;
	width: 500px;
	height: 550px;
}
.product #catagory {
	height: 24px;
	width: 240px;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	letter-spacing: 0.5em;
	margin-top: 10px;
	text-align: left;
	float: none;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 6px;
}
.product #pictureA{
	height: 200px;
	width: 240px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	vertical-align: text-bottom;
}
.product #pictureB{
	height: 200px;
	width: 240px;
	float: right;
}
.product #pictureC{
	height: 200px;
	width: 240px;
	float: right;
}
.product #pictureD{
	height: 200px;
	width: 240px;
	float: right;
}
.product #box {
	float:left;
	height: 230px;
	width: 240px;
}
.product #name{
	height: 30px;
	width: 220px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 11px;
	padding-left: 20px;
}
.product #spacer{
	width: 480px;
	height: 46px;
	clear: left;
	background-color: #FFF;
	float: none;
	position: relative;
}
.product #bottomNavbox{
	height: 16px;
	width: 500px;
	float: left;
	margin-right: 480px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.product #bottomNav{
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #666;
	height: 16px;
	float: left;
	display: block;
	letter-spacing: 6px;
	text-indent: 6px;
}
.product #bottomNav a{
	color: #666;
	text-decoration: none;
}
.product #bottomNav a:hover{
	color: #F60;
}
.product #bottomNav a:active{
	color: #F60;
}
.detail #picL{
	height: 250px;
	width: 490px;
	padding-top: 50px;
}
.detail #picS{
	height: 100px;
	width: 140px;
	margin-right: 12px;
	margin-left: 11px;
	float: right;
}
.detail #picXs{
	height: 75px;
	width: 75px;
	margin-left: 12px;
	float: left;
}
.thumbs {
	clear: both;
	margin: 10px auto;
}
.thumbnails div {
	position: relative;
	width: 60px;
	height: 45px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display: inline;
}
.thumbnails img {
	top: 0px;
	left: 0px;
	width: 60px;
	height: 45px;
	position: absolute;
	z-index: 1;
	border: 2px solid #000000;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
x.detail #picXs span{ /*CSS for enlarged image*/
	visibility: hidden;
	text-decoration: none;
	position: absolute;
}
x.detail #picXs span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
x.detail #picXs:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	right: 512px;
	position: relative;
	bottom: 380px;
}

.detail #picText{
	height: 20px;
	width: 140px;
	margin-right: 11px;
	margin-left: 12px;
	float: right;
	font-size: 9px;
}
.detail #topSpace{
	height: 50px;
	width: 720px;
}
.detail #name{
	height: 35px;
	width: 380px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 100px;
	padding-top: 10px;
}
.detail #rightCol{
	height: 450px;
	width: 220px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: 666;
}
.detail #rightColText{
	height: 100px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: right;
	padding-right: 8px;
}
.detail #rightColTextDescription{
	height: 210px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: right;
	padding-right: 8px;
}
.detail #rightColTextFinish{
	height: 45px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: right;
	padding-right: 8px;
}
.detail #rightColTextDimension{
	height: 70px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: right;
	padding-right: 8px;
}
.detail #title{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}
.detail #back{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: 666;
	height: 20px;
	float: none;
}
.detail #back a{
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.detail #back a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	height: 20px;
	width: 50px;
	margin-top: 5px;
}
