/*this file is called from /aspx/products.aspx*/

h2
{
	margin: 20px 0 5px 0;
}
div#main h2{margin-top:20px;}

p
{
	margin: 15px 0 0 0;
}

ul
{
	margin: 0 0 0 0;	
}

.SeaSmall
{
	margin: 10px 0 0 0;	
}

.ContentTop
{
	margin-top: -20px;
	vertical-align: top;
	padding: 0;
	border: 0;
	font-size: 13px;
}

.SeaBreak /*adjusts space between paragraphs*/
{
	margin: 3px 0 10px 0;
}

td.SeaBody
{
	vertical-align:top;
}

.productlinks
{
	margin: 0;
	padding: 0;
	width: 262px;
}

.productlinks ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.productlinks li
{
	padding: 0 0 0 0;
	margin: 0;
	vertical-align: top;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

.productlinks a
{
	padding-left: 10px;
	background-image: url(/assets/images/arrowsmall.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	display: block;
	text-decoration: underline;
}

.productlinks a:visited
{
	background-image: url(/assets/images/arrowsmall.gif);
	background-position: 0 -111px;
}

.productlinks a:hover, .productlinks a:focus
{
	background-image: url(/assets/images/arrowsmall.gif);
	background-position: 0 -54px;
}