﻿.titleBar .prevNext {
	line-height: normal;
	position: absolute;
	bottom: 3px;
	right: 82px;
	width: 93px;
}
.titleBar .prevNext, .titleBar .prevNext a {
	line-height: normal;
	color: White;
	cursor: pointer;
}
.prevNext .prev {
	padding: 0 0 0 8px;
	/*margin-right: 10px;*/
	float: left;
	background: url(../images/arrowPrev.gif) no-repeat left center;
}
.prevNext .next {
	padding: 0 8px 0 0;
	float: right;
	background: url(../images/arrowNext.gif) no-repeat right center;
}

.tblProductImages {
	background-color: #231f20;
	width: 100%;
	margin-bottom: 10px;
}

#tdThumbnails {
	vertical-align: middle;
}

#tdThumbnails img {
	display: block;
	margin: 8px auto;
}
/* Fix for IE8 */
#tdThumbnails img#btnUp {
  margin-top: 18px;
}
#tdThumbnails img#btnDown {
  margin-bottom: 18px;
}
/* Fix for IE8 END */

#thumbnails {
	height: 230px;
	overflow: hidden;
	position: relative;
}
#thumbnails div {
	margin-top: -15px;
	position: absolute;
	top: 0;
	left: 7px;
}
#thumbnails img {
	width: 68px;
	height: 45px;
	margin: 15px 0;
	cursor: pointer;
}
#thumbnails img.selected {
  border: solid 2px Grey;
  margin-left: -2px;
  cursor: default;
}

.dimensions {
	line-height: 16px;
}
.instock {
	color: #b5b8ac;
	display: inline;
	margin-left: 10px;
}
.description {
	font-weight: bold;
	line-height: 16px;
}