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


/* BROWSER OVERRIDES ================================== */
body{
	background:#ffffff;
	color:#000;
	text-align:center;
	font-size:small;
	margin:0;
	padding:0;	
}

body, textarea{
	font-family: calibri, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	margin:0.2em 0 1em 0;
}

h1 {
	font-size:140%;
	color:#000;
}

h2 {
	font-size:120%;
	color:#000;
}

h3 {
	font-size:110%;
	color:#000;
}

h4 {
	font-size:100%;
	color:#000;
}

h5 {
	font-size:90%;
	color:#000;
}

h6 {
	font-size:80%;
	color:#000;
}

p{
	line-spacing:1.3em;
}

a:link, a:visited {
	color:#000033;
	text-decoration:none;
}
a:hover, a:active {
	color:#000033;
	text-decoration:underline;
}

a img {border:0}

/* END BROWSER OVERRIDES */	

/* WRAPPERS ================================== */
	#wrapper {
		font-size:90%;
		text-align:left;
		width: 100%;
		padding:0 5px;
		margin:0 auto;
		/*background-image: url(/images/global/bg_page.gif);
		background-repeat: repeat-y;*/
		min-width:900px;
	}

	#wrapper_header {}
	#wrapper_main {}
	#wrapper_footer {}

/* END WRAPPERS */	

/* HEADER ================================== */
	div#header{
		float: left;
		clear: both;
		background-image: url(/images/global/header_bg.gif);
		background-repeat: repeat-x;
		width:100%;
	}
	
	.logo {float: left;}
	
	#shopping_basket {
		float:right;
		width:150px;
		margin: 6px 10px 0px 0px;
	}
	a.fishing_box:link, a.fishing_box:visited {
		color: #FFFFFF;
		font-size: 120%;
	}
	
	div.header_shop {
		float: right;
		width: 492px;
		height: 76px;
		background-image: url(/images/global/header_pic.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
	
	#top_bar a {font-size:x-small;}
	
	#blue_bar {
		margin:0;
		background-image:url(/images/global/heading/bg_blue.jpg);
		background-repeat: repeat-x;
		height: 18px; 
		color: #FFFFFF;
		text-align: right;
		text-transform: capitalize;
		clear: both;
		font-weight: bold;
	}
	#purple_bar {
		margin:0;
		background-image:url(/images/global/heading/bg_purple.jpg);
		background-repeat: repeat-x;
		height: 18px; 
		color: #FFFFFF;
		text-align: right;
		text-transform: capitalize;
		clear: both;
		font-weight: bold;;
	}
	#green_bar {
		margin:0;
		background-image:url(/images/global/heading/bg_green.jpg);
		background-repeat: repeat-x;
		height: 18px; 
		color: #FFFFFF;
		text-align: right;
		text-transform: capitalize;
		clear: both;
		font-weight: bold;
	}
	#red_bar {
		margin:0;
		background-image:url(/images/global/heading/bg_red.jpg);
		background-repeat: repeat-x;
		height: 18px; 
		color: #FFFFFF;
		text-align: right;
		text-transform: capitalize;
		clear: both;
		font-weight: bold;
	}
	#yellow_bar {
		margin:0;
		background-image:url(/images/global/heading/bg_yellow.jpg);
		background-repeat: repeat-x;
		height: 18px; 
		color: #FFFFFF;
		text-align: right;
		text-transform: capitalize;
		clear: both;
		font-weight: bold;
	}
	#grey_bar {
		margin:0;
		background-image:url(/images/global/heading/bg_grey.jpg);
		background-repeat: repeat-x;
		height: 18px; 
		color: #FFFFFF;
		text-align: right;
		text-transform: capitalize;
		clear: both;
		font-weight: bold;
	}
	
	#top_bar ul, #top_bar li {
		list-style-type: none;
		margin: 0px;
		margin-top: 3px;
		padding: 0px;
		float: right;
	}
	#top_bar a:link,#top_bar a:visited {
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	#top_bar a:hover,#top_bar a:active {
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		color: #FFCC00;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	#grey_under_bar {
		background-image:url(/images/global/heading/bg_under_grey.jpg);
		background-repeat: repeat-x;
		height: 45px; 
		color: #003300;
		text-align: left;
		clear: both;
		font-weight: bold;
		font-size: 110%;
		
	}
	#grey_under_bar ul, #grey_under_bar li {
		list-style-type: none;
		margin: 0px;
		margin-top: 1px;
		padding: 0px;
		float: left;
	}
	#grey_under_bar a:link,#grey_under_bar a:visited {
		font-size:90%;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		color: #006600;
		font-weight: bold;
		text-decoration: none;
	}
	#grey_under_bar a:hover,#grey_under_bar a:active {
		font-size:90%;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		color: #003300;
		font-weight: bold;
		text-decoration: none;
	}
	#product_finder {
		background-image: url(/images/global/heading/bg_product_finder.jpg);
		width: 363px;
		height: 47px;
		float: right;
	}
	#product_finder form {
		margin: 0px;
		padding: 5px;
	}
	.product_search {
		float: right;
		background-image: url(/images/global/heading/bg_product_finder_input.jpg);
		background-repeat: no-repeat;
		width: 155px;
		height: 18px;
		padding-left: 20px;
		padding-right: 5px;
		padding-top: 4px;
		margin-right: 10px;
		margin-top: 3px;
		font-size: x-small;
		border: 0px;
	}
	.product_finder_go {
		float: right;
		background-image: url(/images/global/heading/bg_product_finder_go.jpg);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		border: 0px;
	}
	#product_finder label {
		float: right;
		margin-right: 8px;
		padding-top: 8px;
	}
	
	#disciplines {
	text-align:center;
	clear:both;
	}
	#disciplines img{
	margin:0 5px;
	}

/* END HEADER */

/* SIDEBAR ================================== */
	div#sidebar{
		float: left; 
		width: 183px; 
		padding:0; 
	}
/* END SIDEBAR */

/* MAIN ================================== */
	#main{
		width: 100%;
		background: #FFFFFF;
		margin: 0 auto;
		text-align: left; 
	} 
	#main #content{
		margin-left:193px;
		margin-right:200px;
		_display:inline;
	}
	
	#main #content .box01{
		_margin-left:193px;
		_margin-right:200px;
	}
	
	#breadcrumb {
		color: #333333;
		font-weight:bold;
		margin:0 0 10px 0;
	}
	#breadcrumb a:link,#breadcrumb a:visited {
		color: #000066;
		text-decoration: none;
	}
	#breadcrumb a:hover,#breadcrumb a:active {
		color: #000066;
		text-decoration: underline;
	}
	
	/* PRODUCT PAGES */
	
	/* RESULTS PAGE */
	#product_results .listed_product .listed_product_image{
		width:200px;
	}
	#product_results .listed_product .listed_product_info h1 a{
		font-size: 130%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		color:#0000CC;
	}
	#product_results .listed_product .listed_product_info h2 a{
		font-size: 110%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		color:#0000CC;
	}
	#product_results .listed_product .listed_product_info .listed_product_price{
		font-size:140%;
	}
	#product_results .listed_product .listed_product_info .listed_product_more_info{margin-bottom:10px;}
	/* END RESULTS PAGE */
	
	/* DETAILS PAGE */
	#product_details .product_details_image{
		width:300px;
	}
	#product_details .product_details_info h1{
		font-size: 150%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		color:#0000CC;
	}
	#product_details .product_details_info h2 a{
		font-size: 110%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		color:#0000CC;
	}
	#product_details .product_details_info .product_details_price{font-size:140%;}
	
	/* END DETAILS PAGE */
	
	/* END PRODUCT AREAS */
	.price {
		float: left;
		margin-right: 10px;
		font-weight: bold;
		font-size: 110%;
	}
	.was {
	}
	.offer_price {
	}
	.save {
		font-weight: bold;
		color: #CC0000;
	}
	.save_up_to {
		font-weight: bold;
		color: #CC0000;
	}
	a.more_info:link, a.more_info:visited {
		color: #000099;
		text-decoration: underline;
	}	
	a.more_info:hover, a.more_info:active {
		color: #CC0000;
		text-decoration: underline;
	}
/* END MAIN */

/* RIGHT NAV */
	#main #right_column {
		float: right; 
		width: 173px; 
		padding:0; 
		margin-right:10px;
		_margin-left:-180px;
	}
	#sidebar_basket_item {
		float:left; 
		width:95%; 
		clear:both; 
		margin-right:5px;
	}
	#sidebar_basket_item_count {
		border-top: dotted 1px #999999;
		padding-top: 5px;
		clear: both;
		margin-right: 8px;
	}	
	#sidebar_basket_total {
		clear: both;
		border-bottom: dotted 1px #999999;
		padding-bottom: 5px;
	}
	#sidebar_basket_price {
	text-align:right; 
	clear: both;
	margin-bottom: 7px;
}			
/* END RIGHT NAV */

/* CONTENT ================================== */


/* END CONTENT */

/* FOOTER ================================== */
div#footer{
	clear:both;
}
div#footer {
		margin-left: -5px;
		width:100%;
		background-color: #ffffff;
		padding-top: 20px;
		text-align:center;
	}
	div#footer ul {
		list-style:none;
		padding: 0px;
		margin: 0px;
	}
	
	div#footer ul li{
		display:inline;
		padding: 0px;
		margin: 0px;
	}


select.category_dropdown option.top_level{
	font-weight:bold;
	background-color:#ccccef;
}

.breadcrumb {
	margin-bottom:15px;
	color:#376486;
}
.breadcrumb a{
	color:#376486;
}

.pagination_navigation {
	text-align:center;
	margin:0 0 8px 0;
	line-height:1.9em;
}
.pagination_navigation .page_number{
	font-size:90%;
	border:1px solid #ccc;
	background:#eee;
	margin:2px;
	padding:0px 4px;
}
.pagination_navigation .current_page{
	color:#990000;
	font-weight:bold;
}
/* END FOOTER */

/*GENERAL USE STYLES------------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.error_head {
	background:url(/images/icons/error.gif) no-repeat #eee 6px 6px;
	padding: 7px 0 9px 30px;
	margin:10px 0 10px 0; 
	color:#990000;
	font-weight:bold;
	font-size:110%;
	border:1px solid #aa0000;
}
.error {
	color:#990000;
	font-weight:bold;
}
.error input{
	border:1px solid #900;
}

.none{font-style:italic; color:#999999;}

form.inline{
	margin:0;
	padding:0;
	display:inline;
}

.dashed_panel {
	background:#fff;
	padding:10px;
	padding-bottom:15px;
	border:1px dashed #cedced;
}

/*end GENERAL USE STYLES*/
