#slideshowTop {
	display: block;
	width: 610px;
	padding-left: 30px;
}

#slideshowContainer {
	display: block;
	width: 640px;
	height: 420px;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	position: relative;
	background-image: url(../layout/slideshow_product_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#slideshow {
	display: block;
	width: 640px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

#slideshowBottom {
	display: block;
	width: 610px;
	padding-left: 30px;
	padding-bottom: 8px;
}

#productCaption {
	float: left;
	display: block;
	width: 530px;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
}

#productCaptionText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	color: #222222;
}

#productPrev, #productNext {
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 1px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#productPrev:hover, #productNext:hover {
	background-position: 0px -25px;
}

#productPrev {
	background-image: url(../layout/slideshow_prev_2.png);
}

#productNext {
	background-image: url(../layout/slideshow_next_2.png);
}

#productCode,
#productPurchase,
.productNotes,
#productDescription {
	display: block;
	width: 610px;
	padding-left: 30px;
}

#productCode p,
.productNotes p {
	display: block;
	width: 400px;
	color: #666666;
}

.productNotes p a {
	font-size: 11px;
	line-height: 16px;
}

.productNotes p {
	padding-bottom: 12px;
}

#productPurchase {
	padding-bottom: 15px;
}

#productPurchase a,
#productPurchase p,
#productPurchase form {
	float: left;
	display: block;
	height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-left: -10px;
	margin-right: 20px;
	background-image: url(../layout/link_dot_2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#buyNow {
	display: block;
	height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #222222;
	background: none;
	border: none;
	cursor: pointer;
}

#buyNow:hover {
	color: #000000;
}

#productThumbsToggle {
	display: block;
	width: 610px;
	height: 25px;
	overflow: hidden;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 6px;
	background-image: url(../layout/thumbs_toggle_2.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	cursor: pointer;
}

#productThumbsToggle:hover {
	background-position: 2px -25px;
}

#productThumbsToggle h2 {
	font-size: 14px;
	line-height: 25px;
}

#productThumbsToggle:hover h2 {
	color: #222222;
}

#productThumbs {
	display: block;
	width: 600px;
	padding-left: 20px;
	padding-bottom: 12px;
}

.productThumb {
	float: left;
	display: block;
	width: 104px;
	height: 68px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 7px;
	overflow: hidden;
	background-image: url(../layout/thumb_bg_2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.productThumb:hover {
	background-position: 0px -80px;
}

#productDescription {
	background-image: url(../layout/section_divide.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
}

#productDescription h1,
#productDescription h2,
#productDescription h3 {
	padding-top: 20px;
	width: 400px;
}

#productDescription p {
	width: 400px;
}
