.Product .SubHeadingDiv
{
	padding-bottom:10px;
}

.Product .ProductImageDiv
{
	width: 202px;
	padding:10px;
	float:right;
	text-align:center;
	border:solid 1px #ccc;
	margin:0px 0 10px 10px;
}

.Product .ProductImageDivFull
{
	width: auto !important;
	text-align:left;
	margin-bottom: 10px;
}

.Product .ProductImageDivFull img
{
	border:solid 1px #ccc;
	padding:10px 20px;
}

.Product .ProductManuals
{
	float:left;
	padding-bottom:10px;
}

.Product .ProductSpecification
{
	float:right;
	padding-bottom:10px;
	padding-right:100px;
}

.Product .ProductCharacteristicsDiv
{
	padding-top:18px;
	border-bottom:solid 1px #ccc;
}

.Product .BoundFieldProperty
{
	width:150px;
}

/*****************
***
* SLIDESHOW
***
*****************/

.Product .PreviousButton
{	
	width:15px;
	height:14px;
	background-color:Transparent;
	background-image: url(/Frameworks/Default/Images/SlideshowNavigation_previous.gif);
	background-repeat:no-repeat;
	border:none;
}

.Product .NextButton
{
	width:15px;
	height:14px;
	background-color:Transparent;
	background-image: url(/Frameworks/Default/Images/SlideshowNavigation_next.gif);
	background-repeat:no-repeat;
	border:none;
}

.Product .CurrentImageLabel
{
	width:60%;
	padding:0 10px;
}

.Product .SlideshowNavigationDIV
{
	background-image: url(/Frameworks/Default/Images/SlideshowNavigation_bg.gif);
	background-repeat:repeat-x;
	padding:5px;
	margin-top:10px;
}


