@charset "utf-8";
/* CSS Document */
/*-- defaults --*/
* {
    margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color: #FAD1E3;
	background-image: url(../images/wd/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	line-height: 1px;
	clear: both;
	height: 1px;
}
/*-- structure --*/
#outercontainer {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#container {
	width:1000px;
	height: auto;
}
#header {
	width:1000px;
	height: 200px;
	background-image: url(../images/wd/header_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#topwrapper {
	width:790px;
	float: right;
	height: 199px;
}
#productimage {
	height: 198px;
	width: 300px;
	float: right;
	background-image: url(../images/wd/newgeneration.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
}
#titlewrapper {
	height: 198px;
	width: 490px;
	float: left;
	display: inline;
}
#title {
	height: 91px;
	width: 480px;
	margin-top: 35px;
	margin-bottom: 23px;
	margin-left: 10px;
}
#contactinfo {
	height: 40px;
	color: #FFFFFF;
	font-size: small;
	line-height: 20px;
	margin-bottom: 9px;
	width: 480px;
	margin-left: 10px;
}
#logo {
	width:180px;
	float: left;
	height: 180px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}

#wrapper {
	width:1000px;
	clear:both;
	background-color: #3d1c2f;
}
#contentwrapper {
	width:775px;
	float: right;
	margin-right: 20px;
	display: inline;
	margin-top: 28px;
}
#sidewrapper {
	width:205px;
	float: left;
}
#navigation {
	width:155px;
	float: left;
	margin-left: 25px;
	display: inline;
	margin-top: 30px;
}
#sidebar {
	width:180px;
	float: left;
	display: inline;
	margin-left: 10px;
}
#productmenu {
	width: 700px;
	margin-right: 30px;
	margin-left: 30px;
}
#new {
	background-image: url(../images/wd/productbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 40px;
	width: 220px;
	display: inline;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: large;
}
#baits {
	display: inline;
	float: left;
	height: 40px;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(../images/wd/productbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
	line-height: 40px;
}
#lines {
	background-image: url(../images/wd/productbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 40px;
	width: 220px;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
	line-height: 40px;
}
#footer {
	width:1000px;
	clear:both;
	background-image: url(../images/wd/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: x-small;
	color: #3D1C2F;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 18px;
}
#productwrapper {
	height: auto;
	width: 720px;
	margin-right: 10px;
	margin-left: 30px;
}
#consultantwrapper {
	height: auto;
	width: 720px;
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.contactdetails {
	float: left;
	width: 370px;
	margin-bottom: 20px;
	display: inline;
}
.retailerdetails {
	width: 350px;
}
#hovercounty {
	clear: right;
	float: right;
	width: 248px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: left;
	display: inline;
	font-size: medium;
	color: #FDBC14;
}

/*--navigation menu--*/
#navigation ul {
    margin:0;
	padding:0;
	list-style-type:none;
}
#navigation ul li {
	display:inline;
}
#navigation ul a {
	display:block;
	width:155px;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: small;
	background-image: url(../images/wd/navbuttons.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	margin-bottom: 6px;
}
#navigation ul li a {
    float:left;
	display:inline;
}
#navigation ul a:hover,
#navigation ul a.selected {
	background-position: right top;
	color:#FF9933;
}
/*-- video --*/
#youtubevideo {
	float: right;
	width: 320px;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*-- content boxes --*/
.midboxadvert {
	background-image: url(../images/wd/midbox.gif);
	background-repeat: no-repeat;
	height: 235px;
	width: 500px;
}
.widebox,
.widebox_products {
	background-color: #802C64;
	background-image: url(../images/wd/boxb_wide.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	font-size: small;
	color: #FFFFFF;
}

.widebox h1,
.widebox h2,
.widebox_products h1,
.widebox_products h2 {
	font-size: large;
	color: #FF9933;
	font-weight: normal;
	background-image: url(../images/wd/boxt_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
.widebox_products h3 {
	font-size: x-large;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: center;
	font-weight: normal;
}
.widebox h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.widebox h3 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #FF9933;
	font-size: small;
	font-weight: normal;
}
.widebox p {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 1.3;
}
.widebox_products p {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.widebox_welcome {
	background-color: #802C64;
	background-image: url(../images/wd/boxb_wide.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	font-size: small;
	color: #FFFFFF;
}
.widebox_welcome h1 {
	font-size: x-large;
	color: #FF9933;
	font-weight: normal;
	background-image: url(../images/wd/boxt_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.widebox_welcome p {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.privacypolicybox {
	background-color: #FFFFFF;
	background-image: url(../images/wd/boxb_xlgwhite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 720px;
	font-size: small;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.widebox .privacypolicybox h2 {
	background-image: url(../images/wd/boxt_xlgwhite.gif);
	background-repeat: no-repeat;
	font-size: small;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
}
.widebox .privacypolicybox p {
	font-size: x-small;
	color: #000000;
	margin: 0px;
	padding-bottom: 5px;
	clear: both;
}
.widebox .privacypolicybox .ppnumbering1,
.widebox .privacypolicybox .ppnumbering2,
.widebox .privacypolicybox .ppnumbering3 {
	display: block;
	float: left;
	width: 50px;
}
.widebox .privacypolicybox .ppnumbering2 {
}
.widebox .privacypolicybox .ppnumbering3 {
}
.widebox .privacypolicybox .pptext {
	display: block;
	float: left;
}
.boxwrapper {
	width: 760px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.midbox {
	background-color: #802C64;
	background-image: url(../images/wd/boxb_mid.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 500px;
	font-size: small;
	color: #FFFFFF;
	float: left;
	text-align: center;
	height: 235px;
}
.midbox2 {
	background-color: #802C64;
	background-image: url(../images/wd/boxb_mid.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 500px;
	font-size: small;
	color: #FFFFFF;
	float: right;
	text-align: center;
	height: 310px;
}
.midbox h2 {
	color: #FF9933;
	background-image: url(../images/wd/boxt_mid.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.midbox2 .boxtop {
	color: #FF9933;
	background-image: url(../images/wd/boxt_mid.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.midbox p,
.midbox2 p {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.smallbox {
	background-color: #802C64;
	background-image: url(../images/wd/boxb_small.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 250px;
	font-size: small;
	color: #FFFFFF;
	float: right;
	text-align: center;
	height: 235px;
}
.smallbox2 {
	background-color: #802C64;
	background-image: url(../images/wd/boxb_small.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 250px;
	font-size: small;
	color: #FFFFFF;
	float: left;
	text-align: center;
	height: 150px;
	margin-bottom: 10px;
}
.smallbox h2{
	font-size: medium;
	color: #FF9933;
	font-weight: bold;
	background-image: url(../images/wd/boxt_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.smallbox2 h2 {
	font-size: medium;
	color: #FFff00;
	font-weight: bold;
	background-image: url(../images/wd/boxt_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
		padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.smallbox p {
	padding: 0 20px 10px 20px;
	font-size: medium;
}
.smallbox p.asso {
	padding: 0 15px 10px 15px;
	font-size: x-small;
	font-weight: normal;
}
.smallbox2 h2.asso {
}
.smallbox2 p {
	font-size: medium;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
}
.smallbox2 p.like {
	margin-bottom: 0px;
	font-weight: bold;
	color: #FF5233;
}
.smallbox3 {
	background-image: url(../images/wd/findstockist.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 250px;
	font-size: small;
	color: #FFFFFF;
	float: left;
	text-align: center;
	height: 150px;
}
.smallbox3 h2 {
	color: #FF5233;
	padding-left: 15px;
	font-size: medium;
	text-align: left;
	font-weight: normal;
	padding-top: 18px;
}
.smallbox3 p.find {
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 15px;
	font-size: medium;
	text-align: left;
}
.smallbox3 p.click {
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
}
.largenewsbox {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	font-size: small;
	color: #FFFFFF;
	float: left;
	background-image: url(../images/wd/boxb_largewhite.gif);
	background-color: #FFFFFF;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.largenewsbox h2 {
	color: #3D1C2F;
	padding-left: 15px;
	font-size: medium;
	font-weight: bold;
	padding-top: 15px;
	background-image: url(../images/wd/boxt_largewhite.gif);
	background-repeat: no-repeat;
}
.largenewsbox h3 {
	color: #3D1C2F;
	padding-left: 15px;
	font-size: x-small;
	font-weight: bold;
	padding-top: 15px;
}
.largenewsbox p {
	color: #3D1C2F;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: x-small;
	line-height: 1.2;
}

.smallnewsbox {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 220px;
	font-size: small;
	color: #FFFFFF;
	float: right;
	text-align: center;
	background-image: url(../images/wd/boxb_midwhite.gif);
	background-color: #FFFFFF;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}
.smallnewsbox h2 {
	color: #3D1C2F;
	padding-left: 15px;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding-top: 15px;
	background-image: url(../images/wd/boxt_midwhite.gif);
	background-repeat: no-repeat;
}
.smallnewsbox h3 {
	color: #3D1C2F;
	padding-left: 15px;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#outercontainer #container #wrapper #contentwrapper .widebox .smallnewsbox .readfullstory a {
	color: #FF6600;
	text-decoration: none;
}

.smallnewsbox p {
	color: #3D1C2F;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: x-small;
	line-height: 1.2;

}
.largenewsbox .date,
.smallnewsbox .date,
.widebox .date {
	font-style: italic;
}
.largenewsbox .readfullstory,
.smallnewsbox .readfullstory {
	display: inline;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.widebox_watch {
	background-color: #802C64;
	background-image: url(../images/wd/boxb_wide.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	font-size: small;
	color: #FFFFFF;
}
.widebox_watch h2 {
	font-size: xx-large;
	font-weight: bold;
	color: #FF9933;
	font-weight: bold;
	background-image: url(../images/wd/boxt_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.widebox_watch p {
	font-size: large;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	float: left;
	width: 330px;
}
#sidebox {
	background-color: #FF9933;
	background-image: url(../images/wd/advert.gif);
	background-repeat: no-repeat;
	width: 155px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 192px;
}
.consultant {
	background-image: url(../images/wd/boxb_medwhite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 10px;
}
.consultant h2 {
	background-image: url(../images/wd/boxt_medwhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #3D1C2F;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.consultant p {
	color: #3D1C2F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.productbox {
	background-image: url(../images/wd/boxb_midwhite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline;
	float: left;
	height: 220px;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	text-align: center;
}
.productbox h2 {
	background-image: url(../images/wd/boxt_midwhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: small;
	font-weight: bold;
	color: #3D1C2F;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.productbox p {
	font-size: x-small;
	color: #3D1C2F;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.proddetails {
	background-image: url(../images/wd/boxb_widewhite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 700px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	margin-left: 30px;
	clear: both;
}
.proddetails h2 {
	background-image: url(../images/wd/boxt_widewhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: medium;
	font-weight: bold;
	color: #3D1C2F;
	padding-bottom: 20px;
}
.proddetails p {
	font-size: small;
	color: #3D1C2F;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.contactform {
	float: right;
	width: 350px;
	margin-right: 30px;
	background-color: #FFFFFF;
	background-image: url(../images/wd/boxb_medwhite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	display: inline;
}
.contactform h3 {
	background-image: url(../images/wd/boxt_medwhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: small;
	font-weight: bold;
	color: #3D1C2F;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contactform p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: small;
	color: #3D1C2F;
}
.youtubevideo2 {
	margin-bottom: 20px;
	margin-left: 30px;
}
/*-- text formatting --*/
.readmore {
	color: #FF9933;
	text-decoration: none;
	text-align: right;
}
.watchtext {
	float: left;
	width: 140px;
	margin-left: 10px;
	margin-top: 10px;
	display:inline;
}
.watchtext p {
	text-align: left;
	font-size: medium;
	line-height: 1.3;
	margin-top: 5px;
}
#sidebox .like {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#sidebox p {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.leftbullets {
	margin-left: 20px;
	text-align: left;
	margin-top: 10px;
}
.leftbullets li {
	font-size: small;
	font-style: italic;
	margin-bottom: 6px;
}
#youtubevideo p {
	margin-top: 5px;
	font-size: x-small;
	color: #ff9933;
	text-align: center;
}
.moredetails {
	color: #FF9933;
	margin-top: 5px;
}
.signature {
	font-style: italic;
	font-weight: bold;
}
.prodtext {
	float: left;
	width: 340px;
	margin-left: 20px;
	display: inline;
}
.goback {
	font-size: x-small;
	color: #ff9933;
	float: right;
	margin-right: 55px;
	margin-bottom: 5px;
	display: inline;
}
.coreg {
	font-size: x-small;
	margin-top: 20px;
}
#stockisttext {
	float: left;
	width: 300px;
	padding-bottom: 20px;
}
.county {
	margin-left: 30px;
	margin-bottom: 20px;
	color: #FDBC14;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDBC14;
	padding-bottom: 5px;
}
.stocklistnames {
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.stockistwrapper {
	margin-left: 30px;
	margin-bottom: 10px;
}
.stockistname {
	color: #FF9933;
	margin-bottom: 6px;
}
.stockistaddress {
}
.reveal {
	font-size: x-small;
	font-style: italic;
}
#contentwrapper .widebox .reviewer {
	font-style: italic;
}
#productmenu #new .prodrange,
#productmenu #baits .prodrange,
#productmenu #lines .prodrange
 {
	font-size: medium;
	font-weight: bold;
	padding-top: 20px;
}
.browsing {
	color:#FFFFFF;
	font-size: medium;
	text-align: center;
}
/*-- button formatting --*/
.applynow {
	margin-top: 8px;
	margin-bottom: 12px;
}
.video {
	float: right;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
/*-- image formatting --*/
.prodsmimg {
	margin-bottom: 5px;
}
.prodlgimg {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 300px;
	text-align: right;
	display: inline;
}
.ukmap {
	float: right;
	display: inline;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 400px;
	background-image: url(../images/wd/ukmap.gif);
	background-repeat: no-repeat;
}
.flavoursadvert {
	margin-top: 16px;
	margin-left: 10px;
}
/*-- contact form --*/
label {
	display: block;
	margin-bottom: 2px;
}
input.fieldinput {
	width: 310px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EFDCE9;
	font-size: medium;
	color: #FF9933;
	margin-bottom: 15px;
}
input.submit {
	font-size: medium;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	display:block;
	height: 30px;
	width: 150px;
	background-image: url(../images/wd/sendbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	border:none;
	cursor:pointer;
	margin-bottom: 20px;
}
.formerror {
	color:#ff6600;
	padding-right: 20px;
	padding-left: 20px;
}
.formsuccess {
	color:#802c64;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
/*-- links --*/
#contactinfo a:link,
#contactinfo a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#contactinfo a:hover,
#contactinfo a:active {
	color:#FF9933;
	text-decoration:none;
}
.widebox a:link,
.widebox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.widebox a:hover,
.widebox a:active {
	color: #FF9933;
	text-decoration: none;
}
#footer a:link,
#footer a:visited {
	color: #3D1C2F;
	text-decoration:none;
}
#footer a:hover,
#footer a:active {
	color: #3D1C2F;
	text-decoration:underline;
}
#productwrapper .productbox a:link {
	color: #3D1C2F;
	text-decoration: none;
}
#productwrapper .productbox a:visited {
	color: #802C64;
	text-decoration: none;
}
#productwrapper .productbox a:hover,
#productwrapper .productbox a:active {
	color: #FF9933;
	text-decoration: none;
}
#productwrapper .productbox .moredetails a:link,
#productwrapper .productbox .moredetails a:visited {
	color: #ff9933;
	text-decoration: none;
}
#productwrapper .productbox .moredetails a:hover,
#productwrapper .productbox .moredetails a:active {
	color: #ff9933;
	text-decoration: underline;
}
#contentwrapper .widebox .goback a:link,
#contentwrapper .widebox .goback a:visited {
	color: #ff9933;
	text-decoration: none;
}
#contentwrapper .widebox .goback a:hover,
#contentwrapper .widebox .goback a:active {
	color: #ff9933;
	text-decoration: underline;
}
#contentwrapper .widebox_welcome .readmore a:link,
#contentwrapper .widebox_welcome .readmore a:visited,
#contentwrapper .widebox .largenewsbox .readmore a:link,
#contentwrapper .widebox .largenewsbox .readmore a:visited {
	color: #ff9933;
	text-decoration: none;
}
#contentwrapper .widebox_welcome .readmore a:hover,
#contentwrapper .widebox_welcome .readmore a:active,
#contentwrapper .widebox .largenewsbox .readmore a:hover,
#contentwrapper .widebox .largenewsbox .readmore a:active {
	color: #ff9933;
	text-decoration: underline;
}
#outercontainer #container #wrapper #contentwrapper .widebox .smallnewsbox .readfullstory a:link,
#outercontainer #container #wrapper #contentwrapper .widebox .smallnewsbox .readfullstory a:visited {
	color: #FF6600;
	text-decoration: none;
}
#outercontainer #container #wrapper #contentwrapper .widebox .smallnewsbox .readfullstory a:hover,
#outercontainer #container #wrapper #contentwrapper .widebox .smallnewsbox .readfullstory a:active {
	color: #FF6600;
	text-decoration: underline;
}
#outercontainer #container #wrapper #contentwrapper .widebox .largenewsbox .readfullstory a:link,
#outercontainer #container #wrapper #contentwrapper .widebox .largenewsbox .readfullstory a:visited {
	color: #ff6600;
	text-decoration: none;
}
#outercontainer #container #wrapper #contentwrapper .widebox .largenewsbox .readfullstory a:hover,
#outercontainer #container #wrapper #contentwrapper .widebox .largenewsbox .readfullstory a:active {
	color: #ff6600;
	text-decoration: underline;
}
#backtolist a:link,
#backtolist a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
	font-size: x-small;
	font-style: italic;
	display: block;
}
#backtolist a:hover,
#backtolist a:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: x-small;
	font-style: italic;
	margin-top: 20px;
}
#contentwrapper .boxwrapper .smallbox2 a:link,
#contentwrapper .boxwrapper .smallbox2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
#contentwrapper .boxwrapper .smallbox2 a:hover,
#contentwrapper .boxwrapper .smallbox2 a:active {
	color: #FF9933;
	text-decoration: none;
	font-size: small;
}
#contentwrapper .boxwrapper .smallbox3 a:link,
#contentwrapper .boxwrapper .smallbox3 a:visited {
	color: #ffffff;
	text-decoration: none;
}
#contentwrapper .boxwrapper .smallbox3 a:hover,
#contentwrapper .boxwrapper .smallbox3 a:active {
	color: #FF9933;
	text-decoration: none;
}
#contentwrapper .widebox_products #productmenu #new a:link,
#contentwrapper .widebox_products #productmenu #new a:visited,
#contentwrapper .widebox_products #productmenu #new a:hover,
#contentwrapper .widebox_products #productmenu #new a:active,
#contentwrapper .widebox_products #productmenu #baits a:link,
#contentwrapper .widebox_products #productmenu #baits a:visited,
#contentwrapper .widebox_products #productmenu #baits a:hover,
#contentwrapper .widebox_products #productmenu #baits a:active,
#contentwrapper .widebox_products #productmenu #lines a:link,
#contentwrapper .widebox_products #productmenu #lines a:visited,
#contentwrapper .widebox_products #productmenu #lines a:hover,
#contentwrapper .widebox_products #productmenu #lines a:active {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	height: 40px;
	width: 220px;
}
#contentwrapper .widebox .privacypolicybox .warning {
	color: #FF0000;
}
#contentwrapper .boxwrapper .smallbox .asso a:link,
#contentwrapper .boxwrapper .smallbox .asso a:visited,
#contentwrapper .boxwrapper .smallbox .asso a:hover,
#contentwrapper .boxwrapper .smallbox .asso a:active {
	color: #FF9933;
	text-decoration: none;
	font-style: italic;
	font-size: medium;
}
#stockisttext .stockistwrapper .country a:link,
#stockisttext .stockistwrapper .country a:visited {
	color: #FF9933;
	text-decoration: none;
}
#stockisttext .stockistwrapper .country a:hover,
#stockisttext .stockistwrapper .country a:active {
	color: #FF9933;
	text-decoration: underline;
}
#contentwrapper .boxwrapper .midbox2 .watchtext a:link,
#contentwrapper .boxwrapper .midbox2 .watchtext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contentwrapper .boxwrapper .midbox2 .watchtext a:hover,
#contentwrapper .boxwrapper .midbox2 .watchtext a:active {
	color: #FF9933;
	text-decoration: none;
}
#contentwrapper .boxwrapper .midbox2 .watchtext .seeallvideos a:link,
#contentwrapper .boxwrapper .midbox2 .watchtext .seeallvideos a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-style: italic;
}
#contentwrapper .boxwrapper .midbox2 .watchtext .seeallvideos a:hover,
#contentwrapper .boxwrapper .midbox2 .watchtext .seeallvideos a:active {
	color: #FF9933;
	text-decoration: none;
}
