@charset "utf-8";
/* CSS Document */

.bodyContainer .largeImageTextContainer{
	position: relative;
	height: 455px;
}
.bodyContainer .scrollingImageContainer{
	position: relative;
	height: 185px;
}
.bodyContainer .largeImageTextContainer .textAndDetailImageContainer{
	position: relative;
	height: 455px;
	float: left;
	width: 225px;
}
#largeImage{
	position: relative;
	height: 455px;
	float: left;
	width: 675px;
}
#largeImage.click{
	cursor: pointer;
}
#categoryDescription{
	position: relative;
}
#detailImage{
	position: relative;
	width: 223px;
	height: 223px;
	margin-top: 20px;
}
.bodyContainer .scrollingImageContainer .misoScrollerContent{
	position: relative;
	height: 165px;
	overflow: hidden;
	width: 900px;
}
#scroll_content{
	height: 165px;
}
.bodyContainer .scrollingImageContainer .trackBG{
	position: relative;
	width: 900px;
	height: 12px;
	background: url(../images/scroll_track.gif) no-repeat;
}
.bodyContainer .scrollingImageContainer .misoScrollerTrack{
	position: relative;
	width: 900px;
	height: 12px;
	margin-left: 0px;
	font-size: 0px;
}
.misoScrollerBar{
	height: 12px;
	background: #999 url(../images/scroll_bar.gif) no-repeat 50% 50%;
	font-size: 0px;
}
.bodyContainer .scrollingImageContainer  .misoScrollerContent .thumbContainer{
	position: relative;
	float: left;
	width: 180px;
	height: 165px;
	cursor: pointer;
}
.bodyContainer .scrollingImageContainer  .misoScrollerContent .thumbContainer .thumbImage{
	position: relative;
	width: 180px;
	height: 119px;
}
.bodyContainer .scrollingImageContainer  .misoScrollerContent .thumbContainer .caption{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
	border-top: 0px solid #ccc;
	text-align: center;
}
.textAndDetailImageContainer div{
	margin-bottom: 10px;
}

a:link.product, a:active.product, a:visited.product{
	color: #6c002e;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
a:hover.product{
	text-decoration: none;
}