body {
	margin: 0;
	padding: 20px 0;
	background-color: #e0e0e0;
	color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#banding {
	float: left;
	width: 100%;
	background-color: #d1d1d1;
	color: #686868;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	background-color: #e0e0e0;
	color: #686868;
}
#outer {
	float: left;
	width: 930px;
	border-left: 30px solid #e0e0e0;
	border-right: 30px solid #e0e0e0;
}
#mainbar {
	float: left;
	width: 918px;
	padding: 6px 6px 12px;
	background-color: #ffffff;
	color: #686868;
}
#topbar {
	position: relative;
}
#topbar img {
	display: block;
	width: 918px;
	height: 158px;
}
#topbar .content {
	position: absolute;
	top: 6px;
	right: 6px;
}
#topbar .content .panel {
	clear: right;
	float: right;
	margin: 0 0 6px;
	padding: 6px;
	background-color: #c3d5e3;
	color: #1a1a1a;
	border: 1px solid #adbcc7;
	font-size: 65%;
	line-height: 1.3em;
}
#formsearch label {
	font-weight: bold;
}
#formsearch input {
	margin: 0 0 0 0.3em;
	border: 1px solid #adbcc7;
}
#formsearch input.submit {
	padding: 0;
	background-color: #ff6600;
	color: #ffffff;
	border-color: #ff6600;
	font-weight: bold;
	cursor: pointer;
}
#topbar .content #memberslogin {
	background-color: #ff6600;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: bold;
}
#topbar .content #memberslogin a {
	background-color: #ff6600;
	color: #ffffff;
	text-decoration: none;
}
#topbar .content #memberslogin a:hover,
#topbar .content #memberslogin a:focus,
#topbar .content #memberslogin a:active {
	text-decoration: underline;
}
#navsubmainbar {
	clear: left;
	float: left;
	width: 916px;
	min-height: 10px;
	padding: 3px 0;
	background-color: #e9e9e9;
	color: #686868;
	border: 1px solid #cccccc;
	border-top: 0;
}
#externaliframe{
	width:918px;
	height:800px;
}
#maincontent {
	clear: left;
	float: left;
	width: 100%;
	background: #ffffff url('/images/bg-maincontent.gif') repeat-y center 0;
	color: #686868;
	border-top: 12px solid #ffffff;
}
#maincontent .sidecol {
	width: 188px;
	min-height: 10px;
}
#maincontent .sidecol p {
	margin: 0 0 0.6em;
	font-size: 70%;
	line-height: 1.3em;
}
#maincontent .sidecol .panel {
	clear: left;
	float: left;
	width: 100%;
}
#maincontent .sidecol .panel .content a {
	background-color: #e9e9e9;
	color: #686868;
}
#maincontent .sidecol .panel .content a:hover,
#maincontent .sidecol .panel .content a:focus,
#maincontent .sidecol .panel .content a:active {
	background-color: #e9e9e9;
	color: #000000;
}
#maincontent .sidecol .panel .content a.button {
	float: right;
	padding: 0 5px;
	background-color: #d95700;
	color: #ffffff;
	font-size: 65%;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}
#maincontent .sidecol .panel .content a.button:hover,
#maincontent .sidecol .panel .content a.button:focus,
#maincontent .sidecol .panel .content a.button:active {
	background-color: #d95700;
	color: #000000;
}
/*#maincontent .sidecol .panel ul {
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 1.3em;
	list-style: none;
}
#maincontent .sidecol .panel li {
	margin: 0 0 0.2em;
	padding: 0 0 0 8px;
	background: #f8f8f8 url('/images/bg-sidecol-panel-li.gif') no-repeat 0 6px;
	color: #000000;
}*/

#maincontent .sidecol .panel ul {
	clear: left;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.3em;
	list-style: none;
}
#maincontent .sidecol .panel li {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #f8f8f8;
}
#maincontent .sidecol .panel .content li a {
	display: block;
	padding: 0.3em 10px;
	background: #555555 url('/images/bg-navmain-li-a.gif') repeat-x 0 0;
	color: #ffffff;
	text-decoration: none;
}
#maincontent .sidecol .panel .content li a:hover,
#maincontent .sidecol .panel .content li a:focus,
#maincontent .sidecol .panel .content li a:active {
	background: #393939 url('/images/bg-navmain-li-a-over.gif') repeat-x 0 0;
	color: #ffffff;
	text-decoration: underline;
}

#maincontent .sidecol .panel table {
	width: 100%;
	font-size: 70%;
	line-height: 1.3em;
}
#maincontent .sidecol .panel th,
#maincontent .sidecol .panel td {
	padding: 2px;
	vertical-align: top;
}
#maincontent .sidecol .panel td.numeric {
	background-color: #e9e9e9;
	color: #000000;
}
#maincontent .sidecol .two td.numeric {
	background-color: #ffffff;
	color: #000000;
}
#maincontent .sidecol .panel th {
	text-align: left;
}
#maincontent h6.main {
	padding: 0.2em 6px;
	background-color: #000000;
	color: #ffffff;
	font-size: 70%;
	line-height: 1.3em;
}
#maincontent .two h6.main,#maincontent .two h6.main a {
	background-color: #b8a376;
	color: #ffffff;
	text-decoration:none;
}
#maincontent .two h6.main a:hover,
#maincontent .two h6.main a:focus,
#maincontent .two h6.main a:active {
	color:#f8f8f8;
	text-decoration:underline;
}
#maincontent .panel .content {
	clear: left;
	float: left;
	width: 176px;
	padding: 6px;
	background-color: #e9e9e9;
	color: #686868;
}
#maincontent .two .content {
	/*background-color: #ffffff;*/
	background-color: #f8f8f8;
	color: #686868;
}
#maincontent .sidecol .two .content a {
	/*background-color: #ffffff;*/
	background-color: #f8f8f8;
	color: #686868;
}
#maincontent .sidecol .two .content a:hover,
#maincontent .sidecol .two .content a:focus,
#maincontent .sidecol .two .content a:active {
	/*background-color: #ffffff;*/
	background-color: #f8f8f8;
	color: #000000;
}

#maincolone {
	float: left;
}
#maincoltwo {
	float: right;
}
#related {
	padding: 0.8em 0 0;
}
#related .item {
	margin: 0 0 1.2em;
}
#related .item img,
#related .item a.noimg {
	display: block;
	margin: 0 auto 6px;
	border: 1px solid #cccccc;
}
#related .item img {
	width: 108px;
	height: 108px;
}
#related .item a.noimg {
	width: 96px;
	min-height: 30px;
	padding: 39px 6px;
	font-size: 65%;
	line-height: 1.3em;
	text-align: center;
}
#related .item .name {
	font-size: 70%;
	line-height: 1.3em;
	text-align: center;
}
#related .item .price {
	background-color: #ffffff;
	color: #000000;
	font-size: 70%;
	line-height: 1.3em;
	text-align: center;
}

#content {
	float: left;
	width: 510px;
	margin: 0 0 0 16px;
}
#content #productfilter{
	font-size:70%;
	margin:1em 0 1em 8em;
}
#content #productfilter span{
	margin:0 0.5em 0 1em;
	font-weight:bold;
}
#content #productfilter input.submit{
	margin:0 0 0 1em;
	
	background-color: #d95700;
	color: #ffffff;
	border: 1px solid #d95700;
	font-weight: bold;
	cursor: pointer;
}
#slideshowdefaulttxt #content {
	width: 406px;
	margin: 0;
}
#content a {
	background-color: #ffffff;
	color: #686868;
}
#content a:hover,
#content a:focus,
#content a:active {
	background-color: #ffffff;
	color: #000000;
}
#content h3 {
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.5em;
}
#content h5 {
	margin: 0 0 1.2em;
	background-color: #ffffff;
	color: #000000;
	font-size: 70%;
	line-height: 1.5em;
}
#content h6 {
	font-size: 70%;
	line-height: 1.5em;
}
#content p {
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.5em;
}
#content .container,
#contentsansrightcol .container,
#maincontent .container {
	clear: left;
	float: left;
	width: 100%;
}
#content .container ul,
#content .container ol {
	margin-bottom: 1.2em;
	background-color: #ffffff;
	color: #000000;
	font-size: 70%;
	line-height: 1.4em;
}
#content .container li {
	margin: 0 0 0.2em;
}
#content .container ul ul,
#content .container ul ol,
#content .container ol ul,
#content .container ol ol {
	font-size: 100%;
}
#content .container table {
	width: 100%;
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.4em;
}
#content .container th,
#content .container td {
	padding: 1px;
}
#content .container th {
	background-color: #e9e9e9;
	color: #686868;
	text-align: left;
}
#content .container td {
	background-color: #f4f4f4;
	color: #686868;
}
#content .container img {
	border: 1px solid #cccccc;
}
#content .container img.right {
	float: right;
	margin: 0 0 12px 12px;
}
#content .container img.left {
	float: left;
	margin: 0 12px 12px 0;
}
#content .container img.centre,
#content .container img.block {
	display: block;
}
#content .container img.centre {
	margin: 0 auto 12px;
}
#content .container img.block {
	margin: 0 0 12px;
}
#content .container div.fiche {
	/*
	width:160px;
	float:left;
	margin:0 0.5em 1em 0;
	*/
	width:100%;
}
#content .container div.fiche img {
	width:508px;
}
#content .container div.fiche a {
	font-size:70%;
}
#content .container .msg {
	margin: 0 0 1.2em;
	padding: 6px;
	background-color: #f4f4f4;
	color: #303030;
	text-align: center;
}
#content .container .msg p {
	margin: 0;
}

#content .closesection p {
	display: none;
}

#content .list {
	clear: left;
	float: left;
	width: 100%;
}
/*
#content .noleft {
	clear: none;
	float: none;
	width: 100%;
}
*/
#content .list .row {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 12px solid #ffffff;
}
#content .list .item {
	float: left;
	width: 162px;
	/*height:215px;
	overflow:hidden;
	margin: 0 0 0 12px;*/
	margin:5px 5px 5px 0;
}
#content .list .first {
	/*margin: 0;*/
}
#content .list img,
#content .list a.noimg {
	display: block;
	margin: 0 0 6px;
	background-color: #e9e9e9;
	color: #545454;
	border: 1px solid #d2cec7;
}
#content .list img {
	width: 150px;
	height: 150px;
	padding: 5px;
}
#content .list a.noimg {
	min-height: 16px;
	padding: 72px 6px;
	font-size: 65%;
	line-height: 1.2em;
	text-align: center;
}
#content .list a.noimg:hover,
#content .list a.noimg:focus,
#content .list a.noimg:active {
	background-color: #e9e9e9;
	color: #000000;
}
#content .list .name {
	font-size: 70%;
	line-height: 1.3em;
}
#content .list .price {
	background-color: #ffffff;
	color: #000000;
	font-size: 70%;
	line-height: 1.3em;
}

#content .oldprice,#featureprods .oldprice{
	text-decoration: line-through;
}

#content form.standard {
	clear: left;
	float: left;
	padding: 6px;
	background-color: #f4f4f4;
	color: #686868;
	border-bottom: 12px solid #ffffff;
	/*font-size: 70%;
	line-height: 1.3em;*/
}
#content form.standard th {
	background-color: #f4f4f4;
	color: #686868;
	text-align: left;
}
#content form.standard input.small{
	width:30px;
}
#content form.standard input.submit {
	background-color: #d95700;
	color: #ffffff;
	border: 1px solid #d95700;
	font-weight: bold;
	cursor: pointer;
}
#content .required {
	background-color: #f4f4f4;
	color: #d95700;
}

#productdetail {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 12px solid #ffffff;
}
#productdetail .largeimg {
	float: left;
	width: 100%;
}
#productdetail .img {
	float: left;
	width: 162px;
}
#productdetail .largeimg .img {
	width: 100%;
	margin: 0 0 1.2em;
}
/*
#productdetail .img a.button {
	clear: left;
	float: left;
	width: 150px;
	margin: 1.2em 0 0;
	padding: 2px 6px;
	background-color: #d95700;
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
*/
#productdetail .info {
	float: right;
	width: 336px;
}
#productdetail .largeimg .info {
	clear: left;
	float: left;
	width: 100%;
}
#imgswap .imgcontainer {
	display: none;
}
#imgswap img {
	display: block;
	width: 150px;
	padding: 5px;
	background-color: #e9e9e9;
	color: #545454;
	border: 1px solid #d2cec7;
}
#productdetail .largeimg #imgswap img {
	width: 498px;
}
#productdetail .largeimg #imgswap object {
	display: block;
}
#imgnav {
	float: left;
	width: 100%;
	border-top: 1px solid #ffffff;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.3em;
}
#imgnav .imglist {
	float: left;
}
#imgnav .imglist a {
	float: left;
	background-color: #e9e9e9;
	color: #686868;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}
#imgnav .imglist a:hover,
#imgnav .imglist a:focus,
#imgnav .imglist a:active {
	background-color: #cccccc;
	color: #383838;
}
#imgnav .imglist img.image {
	background-image: url('/images/bg-imglist-image.gif');
}
#imgnav .imglist img.video {
	background-image: url('/images/bg-imglist-video.gif');
}
#imgnav .imglist a.selected {
	background-color: #000000;
	color: #ffffff;
}
#imgnav .imglist a.selected img.image {
	background-image: url('/images/bg-imglist-image-selected.gif');
}
#imgnav .imglist a.selected img.video {
	background-image: url('/images/bg-imglist-video-selected.gif');
}
#imgnav .imglist img {
	display: block;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
}
#imgnav a.closeup {
	float: right;
	padding: 0 13px 0 0;
	background: #ffffff url('/images/bullet-spyglass.gif') no-repeat right 50%;
	color: #686868;
}
#imgnav a.closeup:hover,
#imgnav a.closeup:focus,
#imgnav a.closeup:active {
	background-image: url('/images/bullet-spyglass-over.gif');
	color: #000000;
}

#formproductdetail {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 12px solid #ffffff;
}
#formproductdetail table {
	width: 100%;
	border: 0;
	font-size: 70%;
	line-height: 1.3em;
}
#formproductdetail table input {
	width: 3em;
}
#formproductdetail th {
	padding: 0 1px 1px;
	background-color: #e9e9e9;
	color: #686868;
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: left;
}
#formproductdetail td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#formproductdetail tr.noborders td {
	border: 0;
	padding: 2px;
}
#formproductdetail tr.lessborders td {
	border-right-width: 0;
	padding: 2px;
}
#formproductdetail td.price {
	text-align: right;
}
#formproductdetail .buttons {
	float: left;
	width: 100%;
	border-top: 12px solid #ffffff;
}
#formproductdetail .buttons a,
#basketbuttons a {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 2px 6px;
	background: #404040 url('/images/bg-button.gif') repeat-x 0 0;
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
}
#formproductdetail .buttons input {
	float: right;
	background: #d95700 url('/images/bg-button-submit.gif') repeat-x 0 0;
	color: #ffffff;
	border: 1px solid #d95700;
	font-size: 70%;
	font-weight: bold;
	cursor: pointer;
}

#slideshowdefaulttxt {
	float: left;
	width: 406px;
	margin: 0 0 0 12px;
}
#slideshowdefaulttxt .container {
	clear: left;
	float: left;
	width: 100%;
}
#slideshowdefaulttxt .container h1 {
	margin: 0 0 0.6em;
	font-size: 70%;
	line-height: 1.3em;
}
#slideshow {
	position: relative;
	margin: 0 0 1.2em;
}
#slideshow img {
	display: none;
	width: 406px;
	height: 305px;
}
#slideshow img.show {
	display: block;
}

#newslist {
	clear: left;
	float: left;
	width: 100%;
}
#newslist .item {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
#newslist .item .img {
	float: left;
	width: 120px;
}
#newslist .item img,
#newslist .item a.noimg {
	display: block;
	margin: 0 0 6px;
	background-color: #e9e9e9;
	color: #545454;
	border: 1px solid #d2cec7;
}
#newslist .item img {
	width: 108px;
	height: 108px;
	padding: 5px;
}
#newslist .item a.noimg {
	min-height: 16px;
	padding: 51px 6px;
	font-size: 65%;
	line-height: 1.2em;
	text-align: center;
}
#newslist .item a.noimg:hover,
#newslist .item a.noimg:focus,
#newslist .item a.noimg:active {
	background-color: #e9e9e9;
	color: #000000;
}
#newslist .item .txt {
	float: right;
	width: 380px;
}

#featureprods {
	float: right;
	width: 488px;
}
#featureprods a {
	background-color: inherit;
	color: #686868;
}
#featureprods a:hover,
#featureprods a:focus,
#featureprods a:active {
	background-color: inherit;
	color: #000000;
}
#featureprods h6 {
	clear: left;
	float: left;
	margin: 0 0 0.6em 6px;
	background-color: inherit;
	color: #000000;
	font-size: 75%;
	line-height: 1.3em;
}
#featureprods a.fullsection {
	float: left;
	margin: 0 0 0 0.6em;
	font-size: 70%;
	line-height: 1.3em;
}
#featureprods .section {
	clear: left;
	float: left;
	width: 100%;
	padding: 6px 0;
	color: #000000;
	border-bottom: 10px solid #ffffff;
}
#featureprods .clearance {
	background-color: #e8c6c6;
}
#featureprods .newproduct {
	background-color: #f8d5a7;
}
#featureprods .bestseller {
	background-color: #d0eccb;
}
#featureprods .list {
	clear: left;
	float: left;
	width: 100%;
	background-color: inherit;
	color: #000000;
}
#featureprods .list .item {
	float: left;
	width: 110px;
	margin: 0 6px;
}
#featureprods .list .item img,
#featureprods .list .item a.noimg {
	display: block;
	margin: 0 0 6px;
	border: 1px solid #cccccc;
}
#featureprods .list .item img {
	width: 108px;
	height: 108px;
}
#featureprods .list .item a.noimg {
	width: 96px;
	min-height: 30px;
	padding: 39px 6px;
	font-size: 65%;
	line-height: 1.3em;
	text-align: center;
}
#featureprods .list .name {
	font-size: 70%;
	line-height: 1.3em;
}
#featureprods .links {
	clear: left;
	float: left;
	width: 100%;
}
#featureprods .links img {
	float: left;
	margin: 0 6px;
	border: 0;
}


#featurevideotitle{
	color:#000000;
	margin:1em 0 0 0;
	font-size:110%;
}

#featurevideolist {
	clear: left;
	float: left;
	width: 100%;
	border-top: 10px solid #ffffff;
}
#featurevideolist .row {
	clear: left;
	float: left;
	width: 100%;
}
#featurevideolist .item {
	float: left;
	width: 120px;
	margin: 0 0 0 13px;
}
#featurevideolist .first {
	margin: 0;
}
#featurevideolist img,
#featurevideolist a.noimg {
	display: block;
}
#featurevideolist img {
	width: 120px;
	height: 90px;
	border: 0;
}
#featurevideolist a.noimg {
	background-color: #ffffff;
	color: #686868;
	font-size: 65%;
	line-height: 1.2em;
	text-align: center;
}
#featurevideolist a.noimg:hover,
#featurevideolist a.noimg:focus,
#featurevideolist a.noimg:active {
	background-color: #ffffff;
	color: #000000;
}

#contentsansrightcol {
	float: right;
	width: 714px;
}

#basket_default {
	clear: left;
	float: left;
	width: 100%;
}
#basket_default table {
	width: 100%;
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.5em;
}
#basket_default th,
#basket_default td {
	padding: 4px;
}
#basket_default th {
	text-align: left;
}
#basket_default #basket_default_header th {
	border-bottom: 1px solid #cccccc;
}
#basket_default tr.odd td {
	background-color: #f4f4f4;
	color: #686868;
}
#basket_default tr.odd td a {
	background-color: #f4f4f4;
	color: #686868;
}
#basket_default tr.odd td a:hover,
#basket_default tr.odd td a:focus,
#basket_default tr.odd td a:active {
	background-color: #f4f4f4;
	color: #000000;
}
#basket_default tr.even td {
	background-color: #ececec;
	color: #686868;
}
#basket_default tr.even td a {
	background-color: #ececec;
	color: #686868;
}
#basket_default tr.even td a:hover,
#basket_default tr.even td a:focus,
#basket_default tr.even td a:active {
	background-color: #ececec;
	color: #000000;
}
#basket_default tr.totals.saysschemediscount td,#basket_default tr.totals.saysschemediscount th{
	color:#ff0000;
}
#basket_default table input,
#basket_default table textarea {
	width: 14em;
}
#basket_default table input.button {
	width: auto;
	background-color: #d95700;
	color: #ffffff;
	border: 1px solid #d95700;
	font-weight: bold;
	cursor: pointer;
}
#basket_default .buttons {
	float: left;
	width: 100%;
	margin: 0 0 1.2em;
}
#basket_default .buttons input {
	float: left;
	background-color: #454545;
	color: #ffffff;
	border: 1px solid #454545;
	font-size: 75%;
	font-weight: bold;
	cursor: pointer;
}
#basket_default .buttons input.submit {
	float: right;
	background: #d95700 url('/images/bg-button-submit.gif') repeat-x 0 0;
	color: #ffffff;
	border-color: #d95700;
}
#basketbuttons {
	clear: left;
	float: left;
	width: 100%;
}
#basket_confirm_message,#basket_fail_message{
	font-size: 70%;
	margin:0 0 1em 0;
}
#basket_fail_message{
	font-weight:bold;
	color:#ff0000;
}
#basket_confirm_message a {
	background-color: #ffffff;
	color: #000000;
}
#basket_confirm_message a:hover,
#basket_confirm_message a:focus,
#basket_confirm_message a:active {
	background-color: #ffffff;
	color: #d95700;
}



#footernavbar {
	clear: left;
	float: left;
	width: 100%;
	background-color: #ff6600;
	color: #ffffff;
}

#contactbar {
	clear: left;
	float: left;
	width: 100%;
	padding: 6px 0;
	background-color: #000000;
	color: #ffffff;
}
#contactbar .zonetwo {
	float: right;
	padding: 14px 34px 14px 0;
}
#contactbar .address {
	float: right;
	font-size: 65%;
	line-height: 1.3em;
	white-space: nowrap;
}
#contactbar .buttons {
	float: left;
	padding: 10px 0 0;
	font-size: 75%;
	font-weight: bold;
}
#contactbar .buttons a {
	float: left;
	margin: 0 12px 0 0;
}
#contactbar .buttons img {
	float: left;
	border: 0;
}

#formmailinglist {
	float: left;
	padding: 0 34px;
	background-color: #000000;
	color: #dfdfdd;
}
#formmailinglist label {
	display: block;
	margin: 0 0 3px;
	font-size: 65%;
	font-weight: bold;
}
#formmailinglist input {
	width: 15em;
	background-color: #c5c5c5;
	color: #000000;
	border: 1px solid #adadad;
	font-size: 70%;
}
#formmailinglist input.submit {
	width: auto;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	font-weight: bold;
	cursor: pointer;
}
#copyrightbar {
	clear: left;
	float: left;
	width: 458px;
	padding: 24px 236px 18px;
	background: #434343 url('/images/bg-copyrightbar.gif') no-repeat 0 0;
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}



#content div.thumbcontainer,
#featureprods div.thumbcontainer{
	position: relative;
	float:left;
}

#content div.promotiontext{
	position: absolute;
	top: 1px;
	left: 0;
	border: 0 none;
}

#featureprods div.promotiontext {
	position: absolute;
	top: 0;
	/*left: 6px;*/
	border: 0 none;
}


#content div.item img.promotionimg,#featureprods .list .item img.promotionimg{
	width: 54px;
	height: 54px;
	background-color: transparent;
	border: 0 none;
}
#content div.item img.promotionimg{
	position:absolute;
	left:0;
	top:0;
}
#content div.item img.promotionimg.alt{
	left:98px;
}
#featureprods .list .item img.promotionimg{
	position:absolute;
	left:0;
	top:0;
}
#featureprods .list .item img.promotionimg.alt{
	left:60px;
}


#featureprods img.promotionimg{
	width:50%;
	height: 50%;
	background-color: transparent;
	border: 0 none;
}

#fitmentlist {
	font-size:90%;
	height: 50px;
	padding: 10px;
	margin: 5px;
}


#fichefinder-table{
	width:50%;
	font-size:70%;
	line-height:1.4em;
}
#fichefinder-table th{
	text-align:left;
	background-color:#e9e9e9;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
   color:#686868;
   padding:1px 3px;
}
#fichefinder-table th a,#fichefinder-table th a:hover{
	background-color:#e9e9e9;
}
#fichefinder-table td{
	background-color:#f4f4f4;
	color:#686868;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:1px 3px;
}
#fichefinder-table td a,#fichefinder-table td a:hover{
	background-color:#f4f4f4;
}
#content a.acceptbutton {
	/*
	background-color: #ff6600;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
	padding: 10px 20px 10px 20px;
	margin: 10px 20px 10px 20px;
	float: right;
	*/
	background-color: #ff6600;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 70%;
	padding: 5px 10px 5px 10px;
	margin: 16px 7px 10px 20px;
	float: right;		
}
#content a.declinebutton {
	background-color: #ff6600;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 60%;
	padding: 3px 5px 3px 5px;
	margin: 20px 20px 10px 0px;
	float: left;	
}
#content textarea {
	font-size: 75%;
}

