@charset "UTF-8";
/* CSS Document */

@import url("../graphics/fe-tabs.css");

body {
	text-align: center;
	margin: 0px;
	font: normal 12px calibri,arial,helvetica,sans-serif;
}
a { 
	color: #666666;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

/* ********************************************************************** */
/*     HEADER     */
/* ********************************************************************** */

#header {
	width: 960px;
	height: 84px;
	margin: 0px auto;
	text-align: left;
	background-image: url(https://www.fishseddy.com/graphics/fe-header.jpg);
}
	#header_table {
		width: 960px;
	}
		#header_table td {
			vertical-align: top;
		}
		#header_logo {
			display: block;
			width: 163px;
			height: 62px;
			padding: 12px 0px 0px 24px;
			background: url(https://www.fishseddy.com/graphics/fe-logo.jpg) 24px 12px no-repeat;
			vertical-align: top;
		}
			#header_logo a {
				display: block;
				width: 163px;
				height: 62px;
			}

		#header_misc {
			font: normal 12px calibri,arial,helvetica,sans-serif;
			display: block;
			width: 175px;
			text-align: left;
			padding: 10px;
			vertical-align: top;
		}

		#header_links {
			width: 561px;
			padding: 5px 0px 0px 0px;
			margin-top: 10px;
			color: #fff7ee;
			text-align: right;
			font: normal 14px calibri,arial,helvetica,sans-serif;
		}
			#header_links a {
				font: bold 14px calibri,arial,helvetica,sans-serif;
				color: #fff7ee;
				text-decoration: none;
				line-height: 18px;
			}
			#header_links a:hover {
				text-decoration: underline;
			}
				a#cartlink {
					font: bold 11pt calibri,arial,helvetica,sans-serif;
					padding-left: 23px;
					background: url(https://www.fishseddy.com/graphics/fe-bag.gif) left top no-repeat;
					line-height: 18px;
					color: #eff2e7;
					margin-right: 7px;
				}
				a#cartwidget {
					font: bold 10pt calibri,arial,helvetica,sans-serif;
				}
		#header_search {
			clear: both;
			margin-top: 7px;
			padding: 5px 15px 0px 0px;
			color: #d24d2b;
			font-size: 14px;
			text-align: right;
		}
			#header_search table td {
				vertical-align: middle;
			}
			#header_search form {
				margin: 0px;
				padding: 0px;
			}
				#keyword {
					width: 135px;
					height: 17px;
					margin-right: 7px;
					font-size: 11px;
					padding: 0px;
					vertical-align: middle;
				}
 
/* ********************************************************************** */
/*     TOP NAV BAR     */
/* ********************************************************************** */

#topnav {
	width: 960px;
	height: 23px;
	margin: 0px auto 8px auto;
	background-color: #eff2e7;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}
	#topnav a {
		font: normal 14px calibri,arial,helvetica,sans-serif;
		color: #666666;
		line-height: 23px;
		text-transform: uppercase;
		padding: 0px 10px;
	}
		#topnav a:hover {
			color: #888888;
			text-decoration: none;
		}

/* ********************************************************************** */
/*     CONTENT AREA     */
/* ********************************************************************** */

#contentWrapper {
	width: 960px;
	margin: 0px auto;
/*
	background: url(../graphics/fe-leftnav-divider.gif) 175px top repeat-y;
*/
	overflow: hidden;
}
#contentWrapper_home {
	width: 960px;
	margin: 0px auto;
}
#contentTable {
	width: 960px;
}

/* ********************************************************************** */
/*     LEFT NAV     */
/* ********************************************************************** */

#leftnav {
	width: 163px;
	background-color: #fff7ee;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-right: 1px solid #eff2e7;
}
	#catL1 {
		margin-bottom: 4px;
		color: #d24d2b;
		font-size: 18px;
		font-weight: bold;
		padding-left: 3px;
	}
	.catL2 {
		padding-left: 13px;
		padding: 0px 0px 3px 10px;
	}
	.catL2 a {
		color: #666666;
		font-size: 13px;
		font-weight: normal;
	}
	.catL2more {
		border-top: 2px solid #999999;
		border-bottom: 2px solid #999999;
		margin-bottom: 5px;
		padding: 2px 0px;
	}
	.catL3 {
		padding-left: 13px;
		background: url(https://www.fishseddy.com/graphics/fe-leftnav-dot.gif) left top no-repeat;
	}
	.catL3 a {
		font-size: 9pt;
		font-weight: normal;
		color: #d24d2b;
	}
	#left_more {
		margin-top: 20px;
	}

/* ********************************************************************** */
/*     MAIN CONTENT     */
/* ********************************************************************** */

#content {
	vertical-align: top;
	width: 776px;
	text-align: left;
	padding-left: 10px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#content_home {
	vertical-align: top;
	width: 960px;
	text-align: center;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* ********************************************************************** */
/*     FOOTER     */
/* ********************************************************************** */

.footer, .footer_home {
	width: 960px;
	clear: both;
	margin: 20px auto;
	text-align: center;
	font-size: 12px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-top: 1px solid #cacaca;
	padding-top:10px;
}
.footer {
	padding-left: 175px;
}
	.footer a, .footer_home a {
		color: #372530;
		padding: 0px 14px;
	}
	.footer span, .footer_home span {
		color: #372530;
		padding: 0px 10px;
	}
.footer form, .footer_home form {
	display: inline;
}
.footer table, .footer_home table {
	display: inline;
	vertical-align: middle;
}
.input_email {
	color: #666666; 
	font-size:10x; 
	border:1px solid #666666;
	width: 200px;
}
.email_submit {
	font: bold 13px/13px calibri,arial,helvetica,sans-serif;
	height: 20px;
	color: #FFFFFF;
	background-color: #b0caac;
	cursor: pointer;
	border: 1px solid #b0caac;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px;
	margin-left: 2px;
}

	
/* ********************************************************************** */
/*     MISC     */
/* ********************************************************************** */

.cpobutton {
	font: bold 13px/13px calibri,arial,helvetica,sans-serif;
	height: 20px;
	color: #666666;
	background-color: #ffffff;
	cursor: pointer;
	border: 2px solid #d24d2b;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px;
	margin: 0px;
 }
.cpobuttonOrange {
	font: bold 13px/13px calibri,arial,helvetica,sans-serif;
	height: 20px;
	color: #FFFFFF;
	background-color: #d24d2b;
	cursor: pointer;
	border: 1px solid #d24d2b;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px;
	margin: 0px;
	width: 90px;
 }
.cpobuttonItemDetail {
	font: bold 13px/13px calibri,arial,helvetica,sans-serif;
	height: 20px;
	color: #666666;
	background-color: #ffffff;
	cursor: pointer;
	border: 1px solid #d24d2b;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px;
	margin: 0px;
	width: 110px;
 }
/* ********************************************************************** */
d24d2b
/* ********************************************************************** */

.categoryCatLinks {
	color: #666666;
	font-weight: normal;
	margin-bottom: 12px;
}
.categoryCatLinks a {
	color: #666666;
	font-weight: normal;
}
	a.catlinkCurrent {
		color: #d24d2b; 
		font-weight: bold;
	}
#catname {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #d24d2b;
}
.catTiledName {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 5px 10px 15px 5px;
	color: #666666;
}
.catTiledDescription {
	display: none;
}
.catTiledMore {
	margin: 8px 0px;
}

/* ********************************************************************** */
/*     THUMBNAIL PAGE     */
/* ********************************************************************** */

#catThumb {
	width: 773px;
	border: 1px solid #eff2e7;
	margin-bottom: 10px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
	#catThumbPicture {
		margin: 7px;
	}
	#catThumbName {
		margin: 7px;
		font-size: 18px;
		font-weight: normal;
	}
	#catThumbDescription {
		margin: 7px;
	}

#thumbTable {
	margin-bottom: 15px;
}	
#thumbTable td {
	font-size: 12px;
}
.lineH {
	border-top: 1px solid #ededed;
	height: 4px;
	margin-top: 4px;
}
.tiledItemSeparator {
	display: none;
	height: 5px;
	padding: 0px;
	margin: 0px;
}
.tiledItemCell { 
	padding: 0px;
}
.tiledItemCellBorder { 
	border-right: 1px solid #ededed;
	padding: 0px;
}
.tiledItemCellBorderLeft { 
	border-left: 1px solid #ededed;
	padding: 0px;
}
.tiledItem {
	text-align: left;
	padding: 0px 8px 0px 10px;
}
.tiledNewSpecial, .tiledItemNumContainer , .tiledItemQty, .tiledItemOOS { display: none; }
.tiledPriceSpacer { margin-bottom: 10px; }
.tiledItemImage { text-align: center; }
a.tiledItemNameLink  { font-size:11pt; font-weight: normal; color:#333333; }
.fe_retailprice { font-size:10pt; color:#717171; text-decoration: line-through; }
.fe_saleprice { font-size:10pt; color:#CC0000; }
.fe_price { font-size:10pt; color:#666666; margin-top: 5px;}
.tiledFavorite { float: left; padding-top: 8px; }
.tiledFavorite a { font-size: 12px; }
.tiledButton { float: right; padding-bottom: 10px; }

/* ********************************************************************** */
/*     ITEM DETAIL PAGE     */
/* ********************************************************************** */

.bcItem {
	color: #d24d2b;
	font-weight: bold;
}
#itemDetailTable {
	width: 766px;
	margin-left: 10px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#itemDetailLeft {
	text-align: center;
	vertical-align: top;
	width: 355px;
}
	#itemDetailLeft table {
		margin-top: 10px;
	}
	#itemDetailLeft table a {
		display: block;
		float: left;
		height: 22px;
		font-size: 10pt;
		line-height: 22px;
		color: #999999;
		padding-left: 27px;
	}
#itemDetailRight {
	vertical-align: top;
	padding-left: 15px;
	width: 396px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#itemDetailMiscLinks {
	margin-top: 10px;
	text-align: center;
}
a#itemDetailEnlarge {
	background: url(https://www.fishseddy.com/graphics/fe-icon-magnify.gif) left top no-repeat;
	margin-right: 10px;
}
a#itemDetailPrint {
	background: url(https://www.fishseddy.com/graphics/fe-icon-print.gif) left top no-repeat;
	margin-right: 10px;
}
a#itemDetailTellAFriend {
	background: url(https://www.fishseddy.com/graphics/fe-icon-tellafriend.gif) left top no-repeat;
}

.itemDetailName {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}
.itemNumLabel {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
}
.itemNumValue {
	color: #0d0002;
	font-size: 15px;
	font-weight: bold;
}
.itemPriceTable {
	margin-top: 8px;
}
.itemSellPriceLabel {
	color: #888888;
	font-size: 16px;
	font-weight: normal;
}
.itemSellPrice {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
}
#itemDetailOptionsTable {
	width: 100%;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin-top: 15px;
}
	#itemDetailOptionsTable td {
		padding: 10px 0px;
	}
#itemDetailButtonsTable {
	
}
	#itemDetailButtonsTable td {
		padding: 0px 8px 0px 0px
	}
.cpoinputItemDetailQty {
	width: 28px;
}
#itemstory {
	margin-top: 15px;
}

.itemAltImage {
	border: none;
	padding: 0px 5px;
}
#itemAltImage1 {
	display: block;
}
#itemAltImage2, #itemAltImage3, #itemAltImage4, #itemAltImage5, #itemAltImage6, #itemAltImage7 {
	display: none;
}

#recentlyViewedHeader {
	background-color: #eff2e7;
	color: #d24d2b;
	font: bold 11pt Arial, Helvetica, sans-serif;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	margin: 25px 0px;
}
#item_detail span {
	color: #909090;
}
.tiledItemName {
	height: 35px;
	font-size: 7pt;
}

#notify  {
	margin-top: 10px;	
}
#itemDetailOptionsTable #detailRef {
	padding: 0px 0px 5px 0px;
}
/* ********************************************************************** */
/*     NARROW BY STUFF    */
/* ********************************************************************** */

#optionsBar {
	width: 775px;
	background-color: #eff2e7;
	height: 25px;
	margin-bottom: 15px;
}
	#optionsBar td {
		padding: 8px 0px;
		vertical-align: middle;
	}
	.sortBy {
		margin: 0px 0px 0px 15px;
		font-weight: bold;
		font-size: 16px;
		color: #666666;
	}
		.sortBy form {
			padding: 0px;
			margin: 0px;
		}
		.sortBy span {
			padding-right: 10px;
		}
	#nb_label {
		display: none;
		font-size: 8pt;
	}
	#sortBy select {
		font-size: 7.5pt;
	}
	#nb_button {
		vertical-align: middle;
		padding-bottom: 1px;
	}

/* ********************************************************************** */
/*     MULTI-PAGE NAV STUFF  */
/* ********************************************************************** */

.thumbnailNav {
	font: bold 7.5pt Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
	.breadcrumb {
		padding-left: 10px;
		float: left;
	}
	.pages {
		float: right;
		margin: 0px 13px 0px 0px;
		display: inline;
		vertical-align: middle;
		padding: 0px;
	}
		.pages ul {
			margin: 0px;
			padding: 0px;
			overflow: hidden;
		}
		.pages ul li {
			float: left;
			list-style: none;
			font: bold 8pt Trebuchet MS, Arial, Helvetica, sans-serif;
			padding-right: 4px;
		}
		.pages ul li.pageNavArrow {
			color: #666666;
			font-size: 16pt;
			font-weight: normal;
			margin-top: -6px;
		}
		.pages ul li.pageNavArrow a {
			font-size: 16pt;
			font-weight: normal;
		}
		.pages ul li a {
			font: bold 8pt Trebuchet MS, Arial, Helvetica, sans-serif;
		}
		.pages ul li a.active {
			color: #d04a1c;
			font-weight: bold;
		}
		.pages ul li a.all {
			padding-left: 10px;
		}
		.pages ul li a.all_active {
			padding-left: 10px;
			color: #d04a1c;
		}
		ul.pages li a.active {
			color: #d04a1c;
		}

/***** DEFAULT CPONLINE STYLES *****/
.bodyText { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; }
.bodyTextBold { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; font-weight:bold;}

.bodyTextLarge { font-family : calibri,arial,helvetica,sans-serif; font-size : 13pt; }
.bodyTextLargeBold { font-family : calibri,arial,helvetica,sans-serif; font-size : 13pt; font-weight:bold;}

.bodyTextMedium { font-family : calibri,arial,helvetica,sans-serif; font-size : 12pt; }
.bodyTextMediumBold { font-family : calibri,arial,helvetica,sans-serif; font-size : 12pt; font-weight:bold;}

.bodyTextSmall { font-family : calibri,arial,helvetica,sans-serif; font-size : 8pt; }
.bodyTextSmallBold { font-family : calibri,arial,helvetica,sans-serif; font-size : 8pt; font-weight:bold;}

.bodyTextStatus { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; color:#cc0000; font-weight:bold; padding-top:5px; padding-bottom:5px; }
.bodyTextStatusSmall { font-family : calibri,arial,helvetica,sans-serif; font-size : 8pt; color:#cc0000; font-weight:bold; padding-top:5px; padding-bottom:5px; }

.bodyTextContrast { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; color:#cc0000; }
.bodyTextContrastBold { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; color:#cc0000; font-weight:bold;}
.bodyTextContrastSmall { font-family : calibri,arial,helvetica,sans-serif; font-size : 8pt; color:#cc0000; }
.bodyTextContrastSmallBold { font-family : calibri,arial,helvetica,sans-serif; font-size : 8pt; color:#cc0000; font-weight:bold;}

.bodyHeader { font-family : calibri,arial,helvetica,sans-serif; font-size : 14pt; font-weight:bold; padding-bottom:5px;}

.contrastLabel { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; font-weight:bold; }

.formLabel { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; }
.formLabelRequired { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; font-weight:bold; }
.formHelp { font-family : calibri,arial,helvetica,sans-serif; font-size : 8pt; }

.linkedItem { font-family : calibri,arial,helvetica,sans-serif; font-size : 11pt; }
.linkedCategory { font-family : calibri,arial,helvetica,sans-serif; font-size : 13pt; font-weight:bold; }


.registry-table form {
	padding: 0px;
	margin: 0px;
}
#sidebar_nav {
	background-color: #CFE5CC !important;
	display: block;
	padding: 10px 0 10px 0;
	width: 160px;
	text-align: center;
}


.sidebar-nav {
    background-color: #CFE5CC;
	vertical-align:top;
	}

.sidebar-nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.sidebar-nav li a {
	list-style: none;
	font-family: Arial !important;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #666666;
	line-height: 20px;
}

.sidebar-nav li a:hover {
	color: #999999;
	}



#sidebar_nav h3{
	background-color: #CFE5CC;
	display: block;
	margin: 0 auto -10px auto;
	width: 108px;
	color: #d24d2b;
	font-family : calibri,arial,helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	vertical-align:top;
	padding: 5px 5px 5px 5px;
	border: solid 1px #CFE5CC;
	cursor: pointer !important;
	}
 
#sidebar_nav h3 a {
	text-decoration: none !important;
	background-color: #b0caac;
	display: block;
	margin: 0 auto -10px auto;
	width: 108px;
	color: #eff2ef;
	font-family : calibri,arial,helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: solid 1px #666666;
	text-decoration: none !important;
	cursor: pointer !important;
	}
	
#sidebar_nav h3 a:hover{
	text-decoration: none !important;
	background-color: #eff2ef;
	display: block;
	margin: 0 auto -10px auto;
	width: 108px;
	color: #d24d2b;
	font-family : calibri,arial,helvetica,sans-serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: solid 1px #eff2ef;
	cursor: pointer !important;
	}
	
#sidebar_nav h3 a:visited{
	text-decoration: none !important;
	}

.splash_image {
	margin: 0 9px 0 0;
	padding: 0px;
	float: left;
	position: relative;
	width: 590px;
}

.sm_image {
	margin: 0px;
	padding: 0px;
    positiong: relative;
	float: left;
 	width: 190px;
}

.sm_image img {
    margin: 0 0 5px 0;
	}
.sm_image1 {	margin: 0px;
	padding: 0px;
    positiong: relative;
	float: left;
 	width: 190px;
}

.quicklinks_table {
	vertical-align: top;
	border-left: 2px solid #fe8358;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	padding: 0 0 0 5px;
	margin-top: 0px;
	}
	
.quicklinks_table ul{
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 19px;
	}
	
.quicklinks_table li a {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}

.quicklinks_table li a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	}
