/* JH - Marine */

/*left*/

.left_content {
	width:540px;
	vertical-align:top;
}
.left_content h2 {
	color: #227AAB;
}
.header {
	background: url(/graphics/global/product_cat_header_3col2x.jpg) no-repeat top left #fff;
	width: 540px;
	clear:both;
	margin-bottom: 15px;
	margin-top: 5px;
}
.header h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.all_products {
	width:540px;
}
.all_products .product {
	width: 250px;
	vertical-align: top;
	font-size: 10px;
	position: relative;
	float: left;
}
.all_products .product span {
	font-size: 12px;
	font-weight: bold;
}
.all_products .product p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.all_products .product span a:link { text-decoration: none; font-size: 12px; color: #227AAB; }
.all_products .product span a:visited { text-decoration: none; font-size: 12px; color: #1C6288; }
.all_products .product span a:hover { text-decoration: underline; font-size: 12px; color: #227AAB; }
.all_products .product span a:active { text-decoration: none; color: #ff0000; padding-left: 0px; font-size: 12px; }
.all_products .product img {
	float: left;
	padding: 0px 10px 0px 0px;
	border:none;
	vertical-align: top;
}


/* right nav */
.right_content {
	width:200px;
	vertical-align:top;
}
.right_content img { margin-top: 10px; }

.right_content .rheader {
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 1px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E5B53B;
	width:200px;
}

.right_content UL {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 35px;
	list-style-type:none;
}

.right_content UL LI {
	list-style: url(/graphics/global/yellow-bullet.jpg) outside;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}

.right_content .ybox a:link, .right_content UL LI a:link { color: #1F79A5; font-size: 12px; text-decoration: none; }
.right_content .ybox a:visited, .right_content UL LI a:visited { color: #1F79A5; font-size: 12px; text-decoration: none; }
.right_content .ybox a:hover, .right_content UL LI a:hover { color: #1F79A5; font-size: 12px; text-decoration: underline; }
.right_content .ybox a:active, .right_content UL LI a:active { color: #1F79A5; font-size: 12px; text-decoration: none; font-weight: normal; }

