﻿/* Product Section */
.ProductSection { }
.ProductSection .ProductImage { float: right; padding: 0 10px 10px 0; margin-left: 2em; margin-bottom: 2em; }
.ProductSection .ProductSpec { float: right; clear: both; }
.ProductSection .ProductSpec img { padding-left: 0.5em; }
.ProductSection .ProductSpec a { text-decoration: none; font-weight: bold; }

.ProductSection .ProductImage img 
{
    border: none;
}

div#gallery {
	display: block;	
	width:350px; 
}

div#ProductGallery { }

div.caption {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-top: 4px;	
	padding: 12px;
	position: relative;
}

div.zoom 
{
    position: absolute;
    top: 2px;
    right: 5px;
}

div#thumbs { width: 350px; }

div#thumbs ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;		
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 0;
	margin-right: 7px;
	list-style: none;
}

div.separator 
{
    font-weight: bold; 
    display: block; 
    clear: both; 
    text-decoration: underline; 
    padding-bottom: 0.5em;
}
