/*================================================================= */
/*	Adjust the standard template styles	*/
/*================================================================= */
	h3{ margin-top: 0px;}

	/*	No padding because of the product rows	*/
	td#content
	{
		padding: 0px;
		padding-top: 20px;
		margin: 0px;
	}
	
/*================================================================= */
/* photo gallery styles */
/*================================================================= */
	div#photos
	{
		width: 215px;
		float: left;
		padding: 20px 0px 25px 25px;
		position: relative;
	}
	
	.viewlarge
	{
		position: absolute;
		right: 0px;
		top: 228px;
		border: 1px solid #97A0C2;
	}
	
	div#gallery
	{
		text-align: right;
		margin-bottom: 2px;
	}
	
	div#gallery img { margin-left: 2px; }
	
	div#gallery  img#photonav1 { margin-left: 0; }

	div.photo { display: none; }

	/*	Don't hide the first one */
	div#photo1 { display: block };
	
	div.photo img.photoimage
	{
		border: 1px solid #97A0C2;
		width: 213px;
		height: 208px;
	}
	
	
	div.photodesc
	{
		background-color: #97A0C2;
		padding: 10px 10px 0px 10px;
		color: white;
		margin-top: 2px;
		line-height: 1.4em;
		height: 6.2em;
	}

/*================================================================= */
/*	Product Info table Styles										*/
/*================================================================= */
table#prodinfo
{
	width: 100%;
	clear: both;
}

table#prodinfo td
{
	border-top: 1px solid #011769;
	padding: 25px;
	width: 50%;
}

td.prodleft
{
	border-right: 1px solid #011769;
}

table#ies
{
	float: right;
	width: 300px;
}

table#ies td
{
	border: none;
	padding: 0px;
}

/*================================================================= */
/*	Product Item Page Styles										*/
/*================================================================= */
	img#thumb
	{
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
		border: 1px solid white;
		height: 97px;
		width: 97px;
	}