ul.categoryNav {
	margin-bottom: 50px;
}

div#contentContain {
	background: white url(/images/accessories/acc_header_bg.jpg) no-repeat top left;
	padding-top: 110px;
}

div#contentContain.fishing {
	background-image: none;
	background: white url(/images/accessories/acc_fishing_header.jpg) no-repeat top left;
}

div#accContain {
	background: white url(/images/global/mainContain_bg.gif) no-repeat bottom left;
	width: 633px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0; 
}

div#accInner {
	background: url(/images/global/mainInner_bg.jpg) no-repeat top left;
	color: #323232;
	width: 633px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 30px;
	font-size: 10px;
}

div#accInner a {
	font-size: 10px;
	color: #323232;
}

div#accInner h2 {
	display: block;
	border: 1px solid #cecfcf;
	color: #53575b;
	background: #e3e3e3;
	margin: 0 5px;
	margin-right: 7px;
	padding: 5px 10px;
	font-size: 10px;
}

div#accInner br {
	clear: both;
}

div#accInner p.suggested {
	display: block;
	clear: both;
	text-align: right;
	margin: 0;
	margin-right: 15px;
	padding: 0;
	font-size: 10px;
	color: #323232;
}

ul#accLinks {
	list-style: none;
	width: 583px;
	margin: 10px auto;
	padding: 0;
}

ul#accLinks li {
	float: left;
	display: inline;
	width: 184px;
	background: white;
	margin: 5px;
	padding: 0;	
}

ul#accLinks li.clear {
	clear: both;
}

ul#accLinks li a {
	width: 176px;
	display: block;
	margin: 0 auto;
	padding: 2px;
	border: 2px solid white;
}

ul#accLinks li a:Hover {
	border: 2px solid #dfdfdf;
}

ul#accLinks li a img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	background: #cbd7dd;
}

ul#accLinks li a img.textLink {
	display: block;
	width: 176px;
	border: 0;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	margin: 0 auto;
	margin-bottom: 1px;
	padding: 0;
	background: white;
}

/*** Accessory page product lists ***/

ul.products {
	margin: 0;
	padding: 0 15px;
}

ul.products li {
	margin: 0;
	padding: 10px 0 10px 0;
	display: block;
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
}

ul.products li.last {
	border: 0;
	margin-bottom: 20px;
}

ul.products li br {
	clear: both;
}

ul.products li a {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	background: white url(/images/accessories/plus.gif) no-repeat top right;
}

ul.products li a img {
	border: 1px solid #dbdbdb;
	float: left;
	display: inline;
}

ul.products li div.description {
	color: #323232;
	width: 310px;
	float: left;
	display: inline;
	margin: 0;
	margin-right: 20px;
	padding: 0 10px;
}

ul.products li div.description strong {
	font-size: 11px;
	color: #323232;
}

ul.products li div.description p {
	font-size: 10px;
	color: #323232;
}

ul.products li table {
	margin: 0;
	padding: 0;
	margin-top: 12px;
	font-size: 10px;
	width: 140px;
	float: right;
	display: inline;
}

ul.products li table tr td {
	font-size: 10px;
	color: #323232;
}

ul.products li table tr td.pr_name {
	width: 80px;
	color: #323232;
}

ul.products li table tr td.pr_price {
	width: 60px;
	text-align: right;
}