body {
	background: url(/img/bkgd_body.jpg) no-repeat center 0 #cdcdce;
	margin: 0pt auto;
	text-align: center;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	color: #000000;
	position:relative;
}

#accessories .logo {
	 position: absolute; float: left; top: 10px; margin-left: 15px;
}

#baseDiv {
	margin: 0px auto;
	width: 761px;
	text-align: left;
}

h1 {
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	letter-spacing: -0.045em;
	display: block;
}

sup.register {
	top:71px;
	font-size:15px;
	position:absolute;
	margin-right:5px;
}

sup.regmark {
	font-size:11px;
}

#bg_terminator {
	background-color: #fff;
	position:relative;
	border:1px solid #b6a59b;
	border-width: 0px 1px 0px 1px;
}

#baseDiv {
	margin: 0px auto;
	text-align: left;
	background-color: transparent;
	padding:0;
	position:relative;
	overflow:hidden;
}

.accessoriesNav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 637px;	
}

.accessoriesNav li {
	float: left;
	display: inline;
	width: 149px;
	height: 111px;
	margin: 5px;
	padding: 0;
}

.accessoriesNav li a {
	display: block;
	height: 111px;
	background: url(img/green_acc_box_bg.jpg) no-repeat top left;
}

.accessoriesNav li a img {
	margin: 0;
	padding: 0;
	border: 0;
}

#head_and_content {
	display:block;
	display:relative;
}

div.nofade {
	z-index: 1;
	position: absolute;
	width: 760px;
	height: 148px;
	top: 66px;
}

/* Header Styles */

#header {
	background: url(/img/top_gradient.png) repeat-x 0 0;
	height: 42px;
	text-align: right;
}

#category_contain {
	float: right;
	background: url(img/category_left.gif) no-repeat bottom left #E5332C;
	color: #FFF;
	margin-right:10px;
}

ul#categories {
	background: url(img/category_right.gif) no-repeat bottom right;
	list-style-type: none;
	margin: 0 ;
	padding: 4px 40px 15px 40px;
}

ul#categories li{
	display: inline;
	padding: 0px;
}

ul#headerNav {
	clear: both;
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding-top: 5px;
	float:right;
	position:relative;
	z-index:100;
}

ul#headerNav li {
	display: inline;
	padding: 0px;	/* For IMG */
	margin: 0px;
	color: #E5332C;
	font-size: 10px;
	font-weight: bold;
}

ul#headerNav a,
ul#headerNav a:link, 
ul#headerNav a:hover,
ul#headerNav a:visited {
	color: #E5332C;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-indent: -9000em;
	display:block; 
	float:left;
}

ul#headerNav a:hover {
	color: #F1871B;
}

ul#headerNav a.kayaks { background: url(/img/nav_sprite.png) no-repeat 0 0; width:72px; height:30px; }
ul#headerNav a.accessories { background: url(/img/nav_sprite.png) no-repeat -72px 0; width:105px; height:30px; }
ul#headerNav a.community { background: url(/img/nav_sprite.png) no-repeat -176px 0; width:94px; height:30px; }
ul#headerNav a.innovation { background: url(/img/nav_sprite.png) no-repeat -269px 0; width:82px; height:30px; }
ul#headerNav a.kayaking_basics { background: url(/img/nav_sprite.png) no-repeat -352px 0; width:133px; height:30px; }
ul#headerNav a.fishing { background: url(/img/nav_sprite.png) no-repeat -485px 0; width:65px; height:30px; }
ul#headerNav a.dealer { background: url(/img/nav_sprite.png) no-repeat -551px 0; width:124px; height:30px; }
ul#headerNav a.kayaks:hover { background: url(/img/nav_sprite.png) no-repeat 0 -30px; width:72px; height:30px; }
ul#headerNav a.accessories:hover { background: url(/img/nav_sprite.png) no-repeat -72px -30px; width:105px; height:30px; }
ul#headerNav a.community:hover { background: url(/img/nav_sprite.png) no-repeat -176px -30px; width:94px; height:30px; }
ul#headerNav a.innovation:hover { background: url(/img/nav_sprite.png) no-repeat -269px -30px; width:82px; height:30px; }
ul#headerNav a.kayaking_basics:hover { background: url(/img/nav_sprite.png) no-repeat -352px -30px; width:133px; height:30px; }
ul#headerNav a.fishing:hover { background: url(/img/nav_sprite.png) no-repeat -485px -30px; width:65px; height:30px; }
ul#headerNav a.dealer:hover { background: url(/img/nav_sprite.png) no-repeat -551px -30px; width:124px; height:30px; }


/* end header styles */

/* footer styles */

#footer,#footer_alt {
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
	color: #545454;
	padding:0 0;
	font: 9px/16px verdana, arial, sans-serif;
    background: url("/img/bkgd_footer.png") left top no-repeat;
}

#footer a,#footer_alt a {
	color: #545454;
	text-decoration: none;
}

p#disclaimer {
	margin-top:1px;
	padding:0 0 40px 0;
	display:block;
}
#footer a:hover,#footer_alt a:hover {
	color: #FF6500;
	text-decoration: none;
}

#footer ul,#footer_alt ul {
	list-style-type: none;
	padding:0;
	margin:10px 0 0 0;
}

#footer ul li, #footer_alt ul li {
	display: inline;
	padding: 0 2px 0 2px;
}

#footer ul li a, #footer_alt ul li a {
	color: #545454;
	text-decoration: none;
}

#footer ul li a:hover,#footer_alt ul li a:hover {
	text-decoration: none;
}

/*ALTERNATE FOOTER CODE FOR IE */
#footer_alt {
	display:block;
	margin:0 auto;
	clear: both;
	text-align: center;
	width: 760px;
	color: #545454;
	font: 9px/16px verdana, arial, sans-serif;
	padding: 0 0 10px 0;
}

/*Added by Jennifer Hodges */

#FooterLinksPrivacy a {
	color: #A8A8A8;
	text-decoration: none;
}

#FooterLinksPrivacy a:hover {
	color: #575757;
	text-decoration: underline;
}

/*
Content Styles
*/

#content {
padding:0px 22px 0px;
}

p.bodyCopy {
	margin: 5px 0px 0px 31px;
	line-height: 15px;
	padding-bottom: 10px;
	color: #545454;
}

p.bodyCopyProduct {
	margin: 5px 70px 15px 31px;
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
}

p.bodyCopyProduct a {
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
	text-decoration: underline;
}

p.bodyCopyProduct a:hover {
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
	text-decoration: none;
}

p.bodyCopyProductBorder {
	margin: 5px 70px 15px 31px;
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
	padding-bottom: 18px;
	border-bottom: 1px solid #0D5B86;
}

p.bodyCopyProductForm {
	margin: 5px 60px 12px 43px;
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
}

p.bodyCopyProductForm a {
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
	text-decoration: underline;
}

p.bodyCopyProductForm a:hover {
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
	text-decoration: none;
}

p.bodyCopyProductFormBorder {
	margin: 5px 70px 15px 31px;
	font: 11px/14px verdana, arial, sans-serif;
	color: #0D5B86;
	padding-bottom: 18px;
	padding-left: 10px;
	border-bottom: 1px solid #0D5B86;
}

p.bodyCopyReenter {
	margin: 5px 45px 10px 30px;
	line-height: 16px;
	padding-bottom: 10px;
	color: #336699;
}

dl#kayaksHome {
	margin: 30px 180px 0px 130px;
}

dl#kayaksHome dt{
	margin-left: -23px;
}

dl#kayaksHome dd{
	margin-left: 0px;
	margin-bottom: 20px;
}

table.kayakFamilyTable {
	margin-left: 30px;
	font-weight: bold;
}

table.kayakFamilyTable a{
	font-size: 10px;
	color: #104973;
	text-decoration: none;
}

table.kayakFamilyTable a:hover{
	color: #E5332C;
}

hr.table_divider {
	margin: 0px 30px 10px 30px;
}

div.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
}

table#addons a,
a.options {
	color: #104973;
	font-size: 9px;
}

h3 {
	font-size: 12px;
}

h3.subhead {
	font-size: 12px;
	margin: 10px 70px 0 30px;	
}

h4 {
	font-size: 10px;
}

h4.nobr {
	display: inline;
}

#content .redtype a {
	font-size: 10px;
	color: #EB312D;
	text-decoration: none;
	font-weight: bold;
}

#content .redtype a:hover {
	font-size: 10px;
	color: #EB312D;
	text-decoration: underline;
	font-weight: bold;
}

.colorinfo {
	border: 2px solid #6CB1DC;
	background: #fff;
	position: absolute;
	display: none;
}

.colorinfo h3 {
	margin: 2px 5px;
	color: #036;
	font: bold 10px verdana,arial,sans-serif;
}

.formRed {
	color: #ED2123;
}

div.logoIMG {
	padding: 12px 15px 27px 28px
}

img.sideNavHeader {
	margin: 0px 0px 15px -10px;
}

img.sideNavHeaderbasics {
	margin-top: 4px;
	margin-bottom: 12px;
	margin-left: -10px;
}

/* kayaks sidnav styles */

#interiorSidenav {
	float: left;
	width: 239px;
	margin-top: 8px;
	/*padding-bottom: 31px;*/
	z-index: 4; position: relative;
}
#kayakInterior #interiorSidenav div.logoIMG {
	padding: 3px 15px 8px 28px;
}

html>body #kayakInterior #interiorSidenav div.logoIMG {
	background: url(img/logo_bg.png) no-repeat top left;
	padding: 12px 15px 8px 28px;
}

#catpage #interiorSidenav div.logoIMG {
	
	padding: 3px 15px 27px 28px;
}
html>body #catpage #interiorSidenav div.logoIMG {
	padding: 12px 15px 27px 28px;
}
#catpage .menu {
	border-right: 1px solid #ffcc00;
	float:left;
	padding-bottom:31px;
	width:198px;
}
html>body #catpage .menu {
	float:left;
	padding-bottom:31px;
	width:239px;
}
#interiorSidenav ul.kayaksNav {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
html>body #interiorSidenav ul.kayaksNav {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

#interiorSidenav ul.kayaksNav li {
	margin:0px;
	padding:0px 0px 0px 0px;	
	color: #ff6600;
	font-weight: bold;
	line-height: 17px;
	list-style-type: none;
}
#interiorSidenav ul.kayaksStaticNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
html>body #interiorSidenav ul.kayaksStaticNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#interiorSidenav ul.kayaksNavLVL2 {
	margin:0px;
	padding:0px;
}

#interiorSidenav ul.kayaksNavLVL2 li {
	margin:0px;
	padding:0px 0px 0px 40px;
	list-style-type: none;
}

#interiorSidenav ul.kayaksNav a.family {
	color: #ff6600;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#interiorSidenav ul.kayaksNav .active {
	background:url("/img/icon_menu_active.gif") right top no-repeat;
}
#interiorSidenav ul.kayaksNav .active a.family {
	color: #ff9900;
}
#interiorSidenav ul.kayaksNav a.family:hover {
	color: #ff9900;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#interiorSidenav ul.kayaksStaticNav a {
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
	margin-left: 18px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

#interiorSidenav ul.kayaksStaticNav a:hover {
	color: #ff9900;
}

#interiorSidenav ul.kayaksNav a{
	color: #ff6600;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

#interiorSidenav ul.kayaksNav a.subsubnav {
	color: #ff6600;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding-left: 5px;
}
#interiorSidenav ul.kayaksNav a.subsubnav:hover {
	color: #ff9900;
}
#interiorSidenav ul.kayaksNavLVL2 a{
	color: #FFF;
	line-height: 16px;
}

#interiorSidenav ul.kayaksNavLVL2 a:hover,
#interiorSidenav ul.kayaksNavLVL2 a.current {
	color:#ff9900;
	font-size: 11px;
}

#interiorSidenav ul.productNav {
	background: url(img/sidnav_bg.png) repeat-y;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#interiorSidenav ul.productNav li {
	color: #9FD9F0;
	font-weight: bold;
	margin-left: 58px;
	line-height: 17px;
}

#interiorSidenav ul.productNav a.family {
	color: #104973;
	font-weight: bold;
	margin-left: -8px;
	text-transform: uppercase;
	text-decoration: none;
}

#interiorSidenav ul.productNav a.family:hover {
	color: #CCC;
	font-weight: bold;
	margin-left: -8px;
	text-transform: uppercase;
	text-decoration: none;
}

strong {
	font-size: 14px;
	font-weight: normal;
}

#searchUserNav {
	padding-top:7px;
	height:35px;
}
#searchbox {
	float:right;
	width: 170px;
	background: url("/img/bkgd_search.png") 0 0 no-repeat; 
	margin:0 20px 0 0;
	color:#999999;
}

	.search_btn { height:20px; width:20px; }
	.seach_textfield { background:transparent; border:0px; padding:5px; color: #999999; width:130px; }
    #searchBox  td { padding:5px; }
#userNav {
	float:left;
	padding-top:4px;
	font-size:10px;
}
.clear {
	clear:both;
}
#breadcrumbs a, #breadcrumbs {
	color:#9a9a9a;
	font-size:10px;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
#html_full_tc {
	background:url(img/home_html_full_tc.gif) left top no-repeat;
	width:478px;
	height:15px;
}
#html_full {
	background:url(img/home_html_full_m.gif) left top repeat-y;
	padding:0px 17px;
	width:444px;
}
#html_full_bc {
	background:url(img/home_html_full_bc.gif) left bottom no-repeat;
	height:15px;
}
.spacer {
	height:30px;
}
.spacer12 {
	height:12px;
}
.spacer50 {
	height:50px;
}
#featured_tc {
	background:url(img/home_featured_tc.gif) left top no-repeat;
	width:227px;
	height:15px;
}
#featured {
	background:url(img/home_featured_m.gif) left top repeat-y;
	padding:0px 15px;
}
#featured_bc {
	background:url(img/home_featured_bc.gif) left bottom no-repeat;
	height:15px;
}

#userNav ul {
	margin:0px;
}

#userNav li {
	display:inline;
	padding-left:0px;
	color:#666666;
}

#userNav a,
#userNav a:link {
	color: #999999;
	font-size:10px;
	text-decoration: none;
}
#userNav a:visited {
	color: #999999;
	font-size:10px;
	text-decoration: none;
}
#userNav a:hover {
	color: #FF6500;
	font-size:10px;
	text-decoration: none;
}
#userNav a:active {
	color: #999999;
	font-size:10px;
	text-decoration: none;
}
#searchUserNav {
	float:right;width:400px;
}
#interiorSidenav {
	position: absolute;
	top: -1px;
	z-index:0;
}

#overview,
#kayakCopy,
#kayakDetails,
#product_overview,
#product_features,
#product_gallery {
	color: #758176;
}

#addOns #addons a {
	color: #758176;
	text-decoration: none;
	font-weight: bold;
}

#addOns #addons a img {
	border: 0;
}

#kayakCopy a,
#kayakCopy p a,
#kayakDetails a {
	color: #545454;
}

#kayakCopy ul,
#kayakDetails ul,
#kayakCopy ul li,
#kayakDetails ul li {
	list-style: inside disc;
	padding: 0;
	margin-left: 0;
}

#product_overview {
	margin: 20px auto;
	margin-left: 40px;
	margin-right: 20px;
}

#feature_logos {
	width: 185px;
}

#feature_logos a {
	display: block;
	width: 89px;
	margin-bottom: 5px;
}

#feature_logos a.col2 {
	float:right;
	clear:both;
}

#feature_logos a img {
	border-width: 0px;
}

#product_features {
	margin-left: 20px;
}

#productTabs {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	margin-left: 20px;
	margin-right: 10px;
	list-style: none;
	height: 31px;
	padding: 0;
}

#productTabs li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#productTabs li#overview_button a {
	display: block;
	width: 84px;
	height: 31px;
	background: url(/img/overview_button.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#productTabs li#overview_button.current a,
#productTabs li#overview_button a:hover {
	background: url(/img/overview_button_active.jpg) no-repeat top left;
}

#productTabs li#features_button a {
	display: block;
	height: 31px;
	width: 75px;
	background: url(/img/features_button.jpg) no-repeat top left;
	text-indent: -5000px;
	border: 1px solid #c0d8c8;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
}

#productTabs li#features_button.current a,
#productTabs li#features_button a:hover {
	background: url(/img/features_button_active.jpg) no-repeat top left;
}

#productTabs li#gallery_button a {
	display: block;
	height: 31px;
	width: 70px;
	background: url(/img/gallery_button.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
}

#productTabs li#gallery_button.current a,
#productTabs li#gallery_button a:hover {
	background: url(/img/gallery_button_active.jpg) no-repeat top left;
}

#kayakImageButtons {
	float: right;
	display: inline;
	margin-right: 20px;
	position: relative;
	margin-top: -1.5em;
}

#kayakImageButtons a {
	color: #758176;
	text-decoration: none;
}

#kayakImageButtons a:hover {
	color: #eb3e38;
}

#kayak360 {
	width: 480px;
	height: 285px;
	margin-left: 20px;
}

#product_gallery {
	margin: 25px 30px;
}

#product_gallery a img {
	border: none;
}

#addOns h4 {
	color: #ff6600;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #e1e1e1;
	border-left: 0;
	border-right: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:  3px 0;
}

#product_overview a,
#product_features a {
	color: #545454;
}

h1 {
	padding:0px 0 5px 0 ;
}

h1 sup {
	padding:30px 0 0 0 ;
	position: relative;
	font-weight: normal;
	font-size: 18px;
}

h1 sup.r {
	padding:30px 0 0 0 ;
	position: relative;
	top: 0px;
	left: 2px;
	font-weight: normal;
	font-size: 12px;
}



#breadcrumbs {
	padding:7px 0 13px 0px;
}
.home #breadcrumbs {
	padding:7px 0 13px 35px;
}
#catpage #content {
float:right;
}
#catpage #content {
width:520px;
}
#kayakInterior .menu {
	display:none;
}
#interiorSidenav ul.kayaksNav h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
	margin:0px;
	text-transform: uppercase;
}
#interiorSidenav ul.kayaksNav h2 {
	padding:10px 0px 10px 0px;
	margin:0px;
	text-transform:uppercase;
}
#userNav ul {
	padding-left:0px;
}
/*#interiorSidenav .menutc {
	background:url(img/logo_bg_bottomCat.png) top left no-repeat;
	height:30px;
}*/

#categoryTable h2 {
	font-size:12px;
}
#catpage h2 {
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#catpage h2 a {
	font-size:12px;
	font-weight:bold;
	color:#f60;
	font-family:'Lucida Grande', Helvetica, sans-serif;
	text-transform: none;
}
#catpage h2 a:hover {
	color:#f90;
	text-decoration: none !important;
}
#catpage p {
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:15px;
}	
img.cat_image {
	padding:0px 0px 13px 0px;
}
#categoryTable {
	padding-top:5px;
}

#catpage h2.subcat {
	font-size:12px;
	line-height:14px;
	padding:3px 0px 18px;
	margin:0px;
}

#catpage h2.subcat a
#catpage h2.subcat a:link,
#catpage h2.subcat a:hover,
#catpage h2.subcat a:visited {
	text-decoration:none;
}

#catpage h2.subcat a:hover {
	text-decoration:underline;
}

.product_main_image {
	width:425px;
	border: 1px solid #3d87c2;
	margin-bottom: 8px;
}
#content #familycontain h1 {
	padding-bottom:17px;
	font-size:18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:2px;
	color: #ff6600;
	text-transform: uppercase;
}
strong.price {
	font-size:14px;
	display:block;
	font-weight: bold;
	padding-bottom:5px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.addtocart {
	padding-top:3px;
	padding-bottom: 10px;
}
#prodImage2 {
	height:27px;
}
#description h3 {
	line-height:23px;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ffcc00;
	padding-top:9px;
}
#description span {
	font-size:11px;
	font-weight:normal;
	color:#000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding:9px 0 20px;
	display:block;
	line-height:17px;
}
#prodInfo {
	padding:0;
	border:1px solid #cccccc;
	color:#000000;
	font-size:11px;
	background-color: #f1f1f1;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#prodInfo h5 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	color:#ff6600;
	padding:0 0 4px;
}
#prodInfo .pad { padding:10px 15px 8px; }
#prodInfo hr { border-top: 1px solid #cccccc; border-bottom: 1px solid #fff; border-width: 1px 0px 1px 0px; }
#prodInfo strong {
	font-size:14px;
	font-weight:bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
#specs .specHead h4, .recommendProducts .specHead h4 {
	font-weight:bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
	font-size:14px;
	line-height:20px;
	color:#ff6600;
}
#familycontain #specs table, #familycontain .recommendProducts table {
background-color:#dcdcdc;
margin-top:15px;
}
#specs .specName {
font-weight:bold;
font-size:11px; font-family:Arial, Helvetica, sans-serif;
color:#000;
white-space:nowrap;
}
#specs td, .recommendProducts td {
background:url(img/white.gif) repeat scroll left top;
padding:5px 8px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
table#specTable {
	border-spacing: 1px;
}
a.recPrice {
	font-weight:bold;
	text-decoration:nonoe;
	line-height:14px;
	font-size: 12px;
}
a:hover.recPrice  {
}
.recPrice {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}
#shoppingcart h1, #search h1, #staticContent h1 {
 font-size:18px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 padding:6px 0px 10px;
}
.cart_qty {
	font-size:11px;
	color:#000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-right:8px;
	padding-bottom:6px;
}
.sub_tax span {
	font-weight:bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
}
.cartname {
	font-size:11px;
	font-weight:bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.cartname a:link { color:#ff6600; }
p.title {
	padding:10px 25px 3px 0px;
}	
#searchBorder a.viewDetail img {
	padding:10px 0px 0px;
}
p.title {
	padding:5px 25px 20px 0;
}	
#searchBorder a.viewDetail img {
	padding:15px 0px 5px;
}
.searchcell  .search_header {
	border:1px solid #CCCCCC;
	padding:10px;
}
#searchBorder h3, #searchBorder h3 a,#searchBorder h3 a:link,#searchBorder h3 a:hover,#searchBorder h3 a:visited  {
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#20557c;
	float:left;
	text-transform:none;
}
#searchBorder h3 a:hover  {
text-decoration:none;
}
#searchBorder h2, #searchBorder h2 a {
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#20557c;
	float:left;
	text-transform:none;
}
#searchBorder h3 a, #searchBorder h2 a {
	text-decoration:underline;
}
#searchBorder h2 a:hover {
	text-decoration:none;
}
.cartborder {
	border:none;
}
#staticContent h1 {
	padding-bottom:12px;
}
#staticContent strong, #staticContent h3 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#000000;
}
#staticContent h3 {
	padding-top:6px;
}
#staticContent p {
	line-height:16px;
	font-size:11px;
}
#content h1 {
	padding-bottom:15px;
}
h2 {
	color:#ff6600;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	margin:0px;
}
h2.index {
	color:#ff6600;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	margin:0px 0 12px 0;
	border-bottom: 1px solid #ffcc00;
}
.featuredItem {
	padding-bottom:15px;
	color:#666666;
	font-weight:bold;
	text-align: center;
}
.featuredItem h4 {
	color:#000000;
	font-weight:normal;
	font-size:11px;
	padding-bottom:0px;
}
.featuredItem h3 {
	line-height:13px;
	display:block;
	padding:5px 0px;
	color:#ff6600;
}
.featuredItem h3 a,
.featuredItem h3 a:link,
.featuredItem h3 a:hover,
.featuredItem h3 a:visited {
	text-decoration:none;
	color:#ff6600;
}
.featuredItem h3 a:hover {
	text-decoration:underline;
}

#html_full {
line-height:17px;
}
#description ul {
	padding-left:1em;
	list-style-position:outside;
}

a.blklinks {
	font-weight:normal;
	text-decoration:underline;
}
a:hover.blklinks {
	text-decoration:none;
}
.pageactive {
	background-color:#3d8dbc;
	border:1px solid #FFF;
	line-height:15px;
	display:inline-block;
	width:15px;
	text-align:center;
	float:left;
	color:#FFFFFF;
	font-weight:normal;
	font-size:10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding-bottom:2px;
}
.pagelink {
	background-color:#41525c;
	border:1px solid #FFF;
	line-height:15px;
	display:inline-block;
	text-align:center;
	padding:0px 5px;
	float:left;
	
}
.pagelink a, .pageactive a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding-bottom:2px;
}

#index_description { float: left; width:450px; padding:0 23px 0 35px; color:#000000; }
#featured_products { float: left; width:190px; }
#pageFooter { padding-top:30px; text-align: left;}
.btn_blog { float:left; padding-left: 45px; }
#footer_social { float:right; padding-right: 45px; padding-top: 7px; text-align: left; }

#footer_social li { padding: 0px 0 5px !important; float: left; height: 24px; margin-right: 8px; position: relative; width: 25px; }
#footer_social li a { left: 0; position: absolute; top: 0; }
#footer_social li a:hover { left: -5px; top: -5px; }
#footer_social li a img { height: 24px; width: 25px; }
#footer_social li a img:hover { height: 34px; width: 35px; }
#footer_social .syt, #footer_social .sfb {  }
#social_box { background: url("/img/bkgd_socialbox.gif") center 53px no-repeat; }

.sub_tax { background:#f1f1f1; border: 1px solid #cccccc; padding: 12px; margin:10px 0 0 0; }
#cart_promo { background:#f1f1f1; border: 1px solid #cccccc; padding: 12px; }
.update_cart { margin-right:107px; padding-top: 3pxpx;}
#shoppingcart { padding-bottom: 25px; }

#description a:link { color: #f60; }
#description a:visited { color: #f60; }
#description a:active { color: #f60; }
#description a:hover { color: #f90; text-decoration: none; }
 a:link { color: #f60; }
 a:visited { color: #f60; }
 a:active { color: #f60; }
 a:hover { color: #f90; text-decoration: none; }


a.cart_continue { font-size:14px;font-weight:bold;padding-top:3px;display:block; }


#additialImages { padding-bottom:5px; }
.btn_blog { position:relative; padding-top: 12px; }
.btn_blog a img { width: 125px; height:56px; position:absolute; }
.btn_blog a img:hover { width:153px; height:69px; left:35px; top:7px; }





