/* CSS Styles for Photo Galleries */
#photoarea {
	background: white;
	border: 1px solid #ccc;
	float: left;
	margin-right: 20px;
	padding: 5px;
	width: 300px;
}
#mainphoto {
	background: white;
	float: left;
	margin: 0 0 5px 0;
	width: 240px;
}
#caption {
	clear: left;
	text-align: left;
}
#thumbs a {
	background: white; /*ie6fix*/
	float: left;
	outline: none;
}
#thumbs a img {
	background: white;
	border: none;
	border-left: 5px solid white;
	display: block;
	margin: 0 0 8px 0;
}
#thumbs a .last {
	margin: 0;
}
#thumbs a:hover img {
	border-left: 5px solid #962F34;
}
#thumbs a.active img,
#thumbs a.active:hover img {
	border-left: 5px solid black;
}

.withgallery {
	padding-bottom: 20px;
}
.withgallery #productmain {
	margin-left: 320px;
	width: 330px;
}
.withgallery .frmAddToCart {
	margin-top: 10px;
}
.withgallery .frmAddToCart td {
	padding: 0 3px 3px 0;
}

#tblRelItems {
	clear: both;
}