/* This CSS file holds all text styling code */


/*### All link colors ##### */
/*##########################*/

a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
} 
a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
} 

/* home page link styles */
a.hmnewslink:link, a.hmnewslink:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.hmnewslink:hover, a.hmnewslink:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent !important;
}

a.hmnewslink:link span.arrows, a.hmnewslink:visited span.arrows {
	color: #FF0000;
	text-decoration: none;
}

a.hmnewslink:hover span.arrows, a.hmnewslink:active span.arrows {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}

a.hmnewslink:link span.date, a.hmnewslink:visited span.date {
	color: #FFFFFF;
	text-decoration: none;
}

a.hmnewslink:hover span.date, a.hmnewslink:active span.date {
	color: #FFFFFF;
	text-decoration: none;
}

a.morearrows:link, a.morearrows:visited {
	color: #FF0000;
	text-decoration: none;
} 
a.morearrows:hover, a.morearrows:active {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
} 
/* end home page link styles */

/* get rid of extra space around std elements */
h1, h2, h3, h4, p, img, form {
	padding: 0;
	margin: 0;
}
/* add only desired space back */
h1, h2 {
	margin-bottom: 10px;
}
h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

h4.featheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}
h4.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

div.hmfeattext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	margin-left: 15px;
	margin-right: 30px;
	font-weight: normal;
}

p.newslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	padding-right: 10px;
	background: url(/images/999999dottedline.gif) repeat-x top;
}

table#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
table#footer a:link {
	color: #999;
	text-decoration: none;
}
table#footer a:visited {
	color: #999;
	text-decoration: none;
}
table#footer a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
}
table#footer a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
}

div#testmlsbtext {
	font-size: 11px;
	line-height: 14px;
}
div#newssbtext {
	font-size: 11px;
	line-height: 14px;
}
h4.sidebarheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 3px;
}
.newssbdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;	
}

table.secnav td {
	font-size: 10px;
	line-height: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 10px 6px 0px;
}

table.secnav a:link, table.secnav a:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

a.subnewslink:link, a.subnewslink:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.subnewslink:hover, a.subnewslink:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent !important;
}

a.subnewslink:link span.arrows, a.subnewslink:visited span.arrows {
	color: #FF0000;
	text-decoration: none;
}

a.subnewslink:hover span.arrows, a.subnewslink:active span.arrows {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}

a.subnewslink:link span.date, a.subnewslink:visited span.date {
	color: #FFFFFF;
	text-decoration: none;
}

a.subnewslink:hover span.date, a.subnewslink:active span.date {
	color: #FFFFFF;
	text-decoration: none;
}

table.secnav a:hover, table.secnav a:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table.secnav span.on {
	color: #FFFFFF !important;
}


/*content styles*/
p,td {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000;
}
h1.gdotted {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000;
	background-image: url(/images/CCCCCCdottedline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px;
	margin-bottom: 0px;
}

h1.storytitle {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000;
	margin-bottom: 4px;
}

h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #FF0000;
}

h3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-transform: uppercase;
}

.introtext {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #999999;
}

.listdate {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-transform: uppercase;
}

.listsource {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #999999;
	text-transform: uppercase;
}


.listpartno {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-transform: uppercase;
}

.listprice {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #fe0000;
	text-transform: uppercase;
}

.prodpartno {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-transform: uppercase;
	background-image: url(/images/CCCCCCdottedline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px;
	display: block;
}

.listheadline {
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	color: #FF0000;
}

a.orderservice:link, a.orderservice:visited  {
	width: 114px;
	height: 13px;
	display: block;
	background-image: url(/images/orderservice_off.gif);
	background-position: center;
	background-repeat: no-repeat;
}
a.orderservice:hover, a.orderservice:active  {
	width: 114px;
	height: 13px;
	display: block;
	background-image: url(/images/orderservice_on.gif);
	background-position: center;
	background-repeat: no-repeat;
}

a.backlink:link, a.backlink:visited {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #CCCCCC;
	display: block;
	width: 100px;
	float: right;
	margin-bottom: 3px;
}
a.backlink:hover, a.backlink:active {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FF0000;
	display: block;
	width: 100px;
	float: right;
	margin-bottom: 3px;
}

a.backtotop:link, a.backtotop:visited {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	display: block;
	float: right;
	margin: 5px 0px;
}
a.backtotop:hover, a.backtotop:active {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000;
	display: block;
	float: right;
	margin: 5px 0px;
}

.storydate {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-transform: uppercase;
	background-image: url(/images/CCCCCCdottedline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px;
	display: block;
}

table.qmakers th {
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	text-align: left;
	padding: 3px 2px 3px 0px;
	text-transform: uppercase;
	color: #FF0000;
	font-size: 11px;
	font-weight: normal;
}
table.qmakers td {
	padding: 0px !important;
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	font-size: 11px;
}


table.qmakers a:link, table.qmakers a:visited {
	color: #666666;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	display: block;
	padding: 2px 2px 3px 12px;
}
table.qmakers a:hover, table.qmakers a:active {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	background: url(/images/quoteslink_bg.gif) repeat-x center left;
	display: block;
	padding: 2px 2px 3px 12px;
}

table#bikequote td {
	vertical-align: top;
}
table#bikequote td.bqleft {
	padding: 1px 33px 35px 0px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x top;
}
table#bikequote td.bqphoto {
	width: 212px;
	padding-top: 1px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x top;
	text-align: center;
}

table#quotedata {
	width: 232px;
}
table#quotedata th {
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	color: #FF0000;
	padding: 3px 0px 3px 0px;
}

table#quotedata td {
	font-size: 11px;
	line-height: 13px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	color: #000000;
	height: 17px;
	vertical-align: middle;
}

table#quotedata td.qtopt {
	font-size: 11px;
	line-height: 13px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	font-style: italic;
	color: #666666;
}
table#quotedata td.qtoptnobg {
	font-size: 11px;
	line-height: 13px;
	background: none;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
	color: #666666;
}
table#quotedata td.qtnobg {
	font-size: 11px;
	line-height: 13px;
	background: none;
	font-style: italic;
	color: #FFFFFF;
}

table#quotedata td.qtprice {
	text-align: right;
}

table#quotedata td.qttotal {
	font-size: 11px;
	line-height: 13px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	text-transform: uppercase;
	color: #FF0000;
}
table#quotedata td.qtmodel {
	font-size: 11px;
	line-height: 13px;
	background: none;
	text-transform: uppercase;
	color: #999999;
}

table#schedule th {
	font-size: 15px;
	line-height: 26px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	font-weight: normal;
	text-align: left;
	color: #FF0000;
}

table#schedule td.schdate {
	font-size: 10px;
	line-height: 18px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	text-transform: uppercase;
	text-align: left;
	color: #999999;
}
table#schedule td.schmonth {
	width: 90px;
	font-size: 10px;
	line-height: 18px;
	background: url(/images/CCCCCCdottedline.gif) repeat-x bottom;
	text-transform: uppercase;
	text-align: right;
	color: #000000;
}
div.photocaptright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FF0000;
	width: 214px;
	float: right;
	margin-left: 15px;
	text-align: center;
}
.photocaptright img {
	border: solid 1px #999999;
	margin: 0px 0px 10px 0px;
	float: none;
}

div.photocaptleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FF0000;
	width: 214px;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.photocaptleft img {
	border: solid 1px #999999;
	margin: 0px 0px 10px 0px;
	float: none;
}

div.photocapt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FF0000;
	width: 214px;
	text-align: center;
}
.photocapt img {
	border: solid 1px #999999;
	margin: 0px 0px 10px 0px;
	float: none;
}

.shipto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;

}

.calltoorder {
	color: #FF0000;
}