@charset "utf-8";
/* CSS Document */

body {
	background-color: #616161;
	margin-top: 20px;
}
.BG-TopLeft {
	background-image: url(images/Backgrounds/BG-TopLeft.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.BG-TopRight {
	background-image: url(images/Backgrounds/BG-TopRight.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BG-BotLeft {
	background-image: url(images/Backgrounds/BG-BotLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.BG-BotRight {
	background-image: url(images/Backgrounds/BG-BotRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.BG-LeftStretch {
	background-image: url(images/Backgrounds/BG-LeftStretch.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.BG-Leftviewmore {
	background-image: url(images/left-viewmore.gif);
	background-repeat: repeat-x;
	background-position: left;
}

.BG-RightStretch {
	background-image: url(images/Backgrounds/BG-RightStretch.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.BG-BotStretch {
	background-image: url(images/Backgrounds/BG-BotStretch.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.BG-TopStretch {
	background-image: url(images/Backgrounds/BG-TopStretch.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.BG-Menu {
	background-image: url(images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.pagination {
	padding: 3px;
	margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000000;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		background-color: #000000;
		color: #FFF;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
		color: #DDD;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
}

.Padding-4-Left {
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

a.Hover-White:link {
COLOR: #FFFFFF; TEXT-DECORATION: none
}
a.Hover-White:visited {
COLOR: #FFFFFF; TEXT-DECORATION: none
}
a.Hover-White:hover {
text-decoration: underline;
}
.Font-site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Font-Bold {
	font-weight: bold;
}

a.Hover-White2:link {
COLOR: #CCCCCC; TEXT-DECORATION: none
}
a.Hover-White2:visited {
COLOR: #CCCCCC; TEXT-DECORATION: none
}
a.Hover-White2:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.tbl-border {
	border: 1px solid #CCCCCC;
}
.CatTitle_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #50B849;
	text-decoration: none;
}


.Font-white {
	color: #FFFFFF;
}
.Font-18 {
	font-size: 30px;
}


a.Hover-BLack:link {
COLOR: black; TEXT-DECORATION: none
}
a.Hover-BLack:visited {
COLOR: black; TEXT-DECORATION: none
}
a.Hover-BLack:hover {
text-decoration: underline;
}


.Form-Buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #50B849;
	color: White;
	margin-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
}




a.Hover-BLack2:link {
	COLOR: black;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.Hover-BLack2:visited {
	COLOR: black;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.Hover-BLack2:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



a.Hover-BLack4:link {
COLOR: #329a2a; TEXT-DECORATION: underline; font-weight: bold;
}
a.Hover-BLack4:visited {
COLOR: #329a2a; TEXT-DECORATION: underline; font-weight: bold;
}
a.Hover-BLack4:hover {
text-decoration: underline; font-weight: bold;
}

a.Hover-FooterLink:link {
COLOR: #000; TEXT-DECORATION: underline; 
}
a.Hover-FooterLink:visited {
COLOR: #000; TEXT-DECORATION: underline;
}
a.Hover-FooterLink:hover {
text-decoration: underline; 
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 0px solid #fff;
border-width: 0px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.BG-FooterStretch {
	background-image: url(images/Backgrounds/BG-FooterStretch.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.BG-Header-Bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}


a.Hover-BLack2:link {
	COLOR: black;
TEXT-DECORATION: none
text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.Hover-BLack2:visited {
COLOR: black; TEXT-DECORATION: none
text-decoration: underline;
}

a.Hover-BLack2:hover {
text-decoration: underline;
}
.CatHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
.Form-TextArea3 {
	font-size: 14px;
	background-color: #ffffcc;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	width: 200px;
	padding-left: 4px;
}
.myprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #50b849;
}



.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

.addy {
	margin: 0;
	padding: 4px;
	border: 0px;
}
.CatHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #50B849;
}
.ShowMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E68B2;
}



a.Hover-MainCatHeading:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	float: none;
	text-decoration: none;
}
a.Hover-MainCatHeading:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	float: none;
	text-decoration: none;
}

a.Hover-MainCatHeading:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	float: none;
	text-decoration: none;
}


a.Hover-viewdetails:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	float: none;
	text-decoration: none;
}
a.Hover-viewdetails:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	float: none;
	text-decoration: none;
}

a.Hover-viewdetails:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	float: none;
	text-decoration: none;
}
.border-table {
	border: 1px solid #999999;
}
.imgBorder {
	border: 1px solid #CCCCCC;
}


#basket
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	height: 18px;
	PADDING: 2px;
	padding-left: 4px;
		padding-right: 4px;
	border: 0px solid #666666;
	background-color: #d3d9e5;
	width: 220px;
}
.Font-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.Form-TextArea5 {
	font-size: 12px;
	background-color: #ffffcc;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	width: 140px;
	height: 22px;

}

.itemList
{
	background-color: #fff;
	border: 1px solid #D4D0C8;

}.BG-Rightviewmore {
	background-image: url(images/right-viewmore.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.Product-Border {
	border: thin solid #999999;
}
.mypadding {
	padding: 4px;
}
.tbl-border2 {
	border: 1px solid #CCCCCC;
	margin-top: 4px;
}
.CatHeadings2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.webaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.webaddress2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.beforeprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
}
.Bikewm {
	background-image: url(images/rider-menu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dotted-line {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}


.floatLoader
{
 display:block;
 float: right;
 text-align: right;
}

.floatLoaderHide
{
 display:none;

}
.Form-TextArea3 {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	width: 100%;
	padding-left: 4px;
}


.Form-TextArea {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	height: 22px;
	padding-left: 4px;
}

.Form-TextArea2 {
	font-size: 14px;
	background-color: #666666;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	padding-left: 4px;
}

.wmbike {
	background-image: url(images/wmbike.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dotted-linehorz {
	border-right-width: 0px;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-style: dotted;
}
.Form-TextArea4 {
	font-size: 14px;
	background-color: #EAEAEA;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	width: 100%;
	padding-left: 4px;
}
.Form-Buttons2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #50B849;
	color: White;
	margin-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	width: 100%;
}
.Form-TextArea5 {
	font-size: 14px;
	background-color: #666666;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	padding-left: 4px;
}
.Form-TextArea6 {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 130px;
	padding-left: 4px;
}
.padlock {
	background-image: url(images/lock.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.page-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

