/* @group Gallery */
div.clear {
	clear: both;
}
#slideshow_table {
	position: relative;
}
#gallery_left {
	position: relative;
	float: left;
	width: 220px;
	height: 570px;
}
#gallery_left div.page-summary {
	position: relative;
	width: 190px;
	height: 500px;
	background: url(images/left-sidebar-bg.jpg) no-repeat;
	/*padding: 15px;*/
	text-align: center;
}
#gallery_left div.page-summary p {
	margin-left: 15px;
	margin-right: 15px;
}
#gallery_left div.page-summary img {
	margin: 0;
	text-align: center;
}
#slideshow {
	height: 570px;
	/*min-height: 400px;
	height: auto !important;
	height: 400px;*/
}
#slideshow a {
	display: block;
	/*border: 2px solid #ccc;*/
	background: white url(images/onepixclear.gif) repeat;
}
#slideshow a img {
	display: block;
	padding: 2px;
	border: 2px solid #333;
}
#slideshow a:hover {
	display: block;
	/*border: 2px solid #ccc;*/
	background-color: white;
}
#controls {
	position: relative;
	height: 30px;
	margin-bottom: 0px;
	margin-top: 10px;
}
a#prev {
	background: url(images/prev.jpg) no-repeat;
	width: 46px;
	height: 24px;
	display: block;
	float: left;
}
a#next {
	background: url(images/next.jpg) no-repeat;
	width: 46px;
	height: 24px;
	display: block;
	float: left;
}
a#pause {
	background: url(images/stop.jpg) no-repeat;
	width: 46px;
	height: 24px;
	display: block;
	float: left;
}
a#play {
	background: url(images/play.jpg) no-repeat;
	width: 46px;
	height: 24px;
	display: block;
	float: left;
}
#table_bottom_left {
	position: relative;
	width: 220px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	float: left;
}
#table_bottom_right {
	position: relative;
	width: 640px;
	float: left;
	text-align: center;
}
#caption h3 {
	margin-top: 0;
}
/* @end */

/* @group Products */
div.productBreadCrumb {
	margin-bottom: 10px;
	line-height: 27px;
	height: 20px;
	vertical-align: top;
}
div.productBreadCrumb a {
	line-height: 27px;
	vertical-align: top;
}
span.category-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #463627;
}
table.product {
	border-bottom: 1px solid #ccc;
}
table.product td.list-product-image img {
	padding: 3px;
	border: 1px solid #ccc;
}
table td.product-image {
	padding: 5px 80px;
}
table td.product-image img {
	padding: 5px;
	border: 1px solid #ccc;
}
table.product form input.quantity {
	margin-bottom: 5px;
}
/* @end */
