#content h1 em{
	font-size:0.82em;
}
#content h3{
	text-align:right;
	clear:both;
}
#content h3 a { color:#330; text-decoration:none; }
#content h3 a:hover{	color:#330;	text-decoration:none; }
#content #skpToGal{
	margin:-1em 0 0.5em 0;
	font:bold 1em Verdana, sans-serif;
	text-align:right;
}
#content #prodImg{
	margin:0.75em 0 0.5em 1.3em;
	border:1px solid #999;
	float:right;
	display:inline; /*fixes ie double margin bug*/
}
#content h2.catg{
	padding-top:1em;
	border-bottom:1px solid #300;
	font:1.5em Helvetica, Verdana, sans-serif;
	letter-spacing:-1px;
	clear:both;
}
	#content h2.catg a, #content h2.catg a:hover{ text-decoration:none; color:#036; }

#catgList{
	margin-top:-0.75em;
	padding:0.25em;
	border-bottom:1px dotted #330;
	text-align:center;
	font-weight:bold;
}

div.toCatgList{
	display:block;
	text-align:right;
	clear:both;
}


/*preview navigation buttons*/
#prev, #next, #up{
	margin-top:-0.85em;
	border-bottom:1px solid #999;
	display:block;
	text-decoration:none;
}
	#prev{
		width:104px;
		float:left;
	}
	#next{
		width:97px;
		float:right;
		text-align:right;
	}
	#up{ text-align:center; }

/*preview image and thumnails listing*/
#preview{
	margin:1em auto;
	text-align:center;
}
	#preview img{
		border:1px solid #999;
	}
#thumbs{ text-align:left; clear:both; }
	#thumbs a.thumb{
		margin:10px 4px;
		width:122px;
		height:122px;
		text-align:center;
		display:block;
		float:left;
	}
	#thumbs a.thumb img{
		border:2px solid #ccc;
		text-align:center;
	}
	#thumbs a:hover.thumb img{
		border:2px solid #006;
	
	}
	
			/* ### CLEAR THAT FLOAT! ### */
		#thumbs:after{
			content: ".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
		}
		#thumbs{display: inline-block;}  /* Mark Hadley's fix for IE Mac */
		/* Hides from IE Mac \*/
		* html #thumbs {height: 1%;}
		#thumbs{display:block;} /* End Hack */
			/* ### CLEAR THAT FLOAT - END! ### */