﻿/* General / universal styles */
html, body, form
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body 
{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:12px;
	color:#000;
	background-image:url(../images/pageBackground.jpg);
	background-repeat:repeat-x;
}
a
{
	color:#000;
	text-decoration:underline;
}
/* Master page container element styles */
#mainContainer
{
	margin-left:auto;
	margin-right:auto;
	width:955px;
}
#header
{
	background-image:url(../images/headerBackground.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:95px;
}
#logoContainer
{
	float:left;
	height:89px;
	padding:0px;
	margin:0px;
}
#logoContainer img
{
	padding:0px;
	margin:0px;
}
#headerSubPanel
{
	background-image:url(../images/headerSubPanelBackground.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:26px;
	float:right;
	margin-right:15px;
	text-align:center;
	padding-top:3px;
}
a.headerSubPanelLink
{
	color:#fff;
	font-size:11px;
}
a.headerSubPanelLink:hover
{
	color:#f00;
}
#headerSubPanel img
{
	vertical-align:middle;	
}
#rightContentArea
{
	float:right;
	width:119px;
	height:100%;
	border:0px;
	background-image:url(../images/rightContentAdBackground.jpg);
	background-repeat:repeat-x;
	padding:15px;
}
#mainContentArea
{
	width:806px;
	float:left;
}
#footer
{
	margin-left:10px;	
	margin-top:15px;
	text-align:center;
}
.clearBoth
{
	clear:both;
}
/* CMS styles */
#headerSubPanelAdmin 
{
	background-image:url(../images/headerSubPanelBackground.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:26px;
	float:right;
	margin-right:15px;
	text-align:center;
	padding-top:3px;
}
#DefaultCMSTemplateContentMain { width:806px;float:left;background-image:url(../images/DefaultCMSContentBG.jpg); }
#DefaultCMSTemplateContentMainUpper { width:806px;float:left;background-image:url(../images/DefaultCMSContentTopBG.jpg);background-repeat:no-repeat; }
#DefaultCMSTemplateContentMainBottom { width:806px;height:20px;background-image:url(../images/DefaultCMSContentBottomBG.jpg);background-repeat:no-repeat;float:left; }
#DefaultCMSTemplateContentMainUpperText { color:#000000;padding-left:38px;padding-top:33px;padding-right:42px; }
#DefaultCMSTemplateContentMainUpperText a { color:#000000; }
#DefaultCMSTemplateContentMainUpperText a:hover { color:red; }
#headerSubPanelAdmin a, a:hover { text-decoration:none; }
/* Interior Template styles */
#InteriorTemplateRightColumnContent { width:558px;float:left;background-image:url(../images/InteriorContentMiddleBG.jpg); }
#InteriorTemplateRightColumnContentBody { width:558px;float:left;background-image:url(../images/InteriorContentTopBG.jpg);background-repeat:no-repeat; }
#InteriorTemplateRightColumnContentBottom { height:15px;width:558px;float:left;background-image:url(../images/InteriorContentBottomBG.jpg);background-repeat:no-repeat; }
#InteriorTemplateRightColumnContentBodyInnerText { padding-left:50px;padding-top:28px;padding-right:53px;color:#000000; }
#InteriorTemplateLeftColumn { width:248px;float:left; }
#InteriorTemplateRightColumn { width:558px;float:left; }
/* Controls styles */
/* Breadcrumbs styles */
#Breadcrumbs { float:left; }
#Breadcrumbs a { text-decoration:none;text-transform:uppercase; }
#Breadcrumbs a:hover { text-decoration:none;text-transform:uppercase;color:#ff2a2a; }
/* Nav panel / links styles */
#headerMainNavPanel
{
	vertical-align:bottom;
	margin-left:275px;
	padding-top:66px;
}
a.mainNavLinkOn
{
	background-image:url(../images/mainNavSelectedBackground.gif);
	background-repeat:no-repeat;
	padding:15px;
	padding-top:3px;
	margin-right:0px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
	background-position:-69px 0px;
}
a.mainAdminNavLinkOn { padding:20px;padding-left:10px;padding-right:10px;padding-top:3px;margin-right:0px;font-weight:bold;font-size:16px;text-align:center;text-decoration:none;display:block;float:left;color:#f00; }
a.mainAdminNavLinkOn:hover { padding:20px;padding-left:10px;padding-right:10px;padding-top:3px;margin-right:0px;font-weight:bold;font-size:16px;text-align:center;text-decoration:none;display:block;float:left;color:#f00; }
a.mainAdminNavLink { padding:20px;padding-left:10px;padding-right:10px;padding-top:3px;margin-right:0px;font-weight:bold;font-size:16px;text-align:center;text-decoration:none;display:block;float:left; }
a.mainAdminNavLink:hover { color:Red; }
a.mainNavLink
{
	background-image:url(../images/mainNavBackground.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:20px;
	padding-top:3px;
	margin-right:0px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
}
a.mainNavLink:hover
{
	background-position:-69px 0px;
}
a.mainNavSelectedLink
{
	background-image:url(../images/mainNavSelectedBackground.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:15px;
	padding-top:3px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	width:38px;
	text-decoration:none;
	display:block;
	float:left;
}
a.mainNavSelectedLink:hover
{
	background-position:-68px 0px;
	color:#fff;
}
#ctl00_Nav_lnkHomeLink
{
	padding-left:14px;
	padding-right:10px;	
	padding-bottom:3px;
	padding-top:3px;
}
#ctl00_Nav_lnkBuyLink
{
	padding-left:19px;
	padding-right:19px;	
	padding-bottom:3px;
	padding-top:3px;
}
#ctl00_Nav_lnkSellLink
{
	padding-left:20px;
	padding-right:23px;	
	padding-bottom:3px;
	padding-top:3px;
}
#subNavBar
{
	background-image:url(../images/subNavBackground.jpg);
	background-repeat:repeat-x;	
	width:806px;
	height:38px;
	float:left;
	padding-top:5px;
}
a.subNavLinkOn { font-size:15px;font-weight:bold;text-decoration:none;padding:10px;color:#f00; }
a.subNavLink
{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:10px;
}
a.subNavLink:hover
{
	color:#f00;
}
/* Home page content area styles */

#quickLinksPanel
{
	background-image:url(../images/quickLinksBackground3.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	height:267px;
	width:441px;
}
#quickLinksHeader
{
	margin-left:272px;
	margin-top:27px;
}
#quickLinksSubHeader
{
	margin-left:245px;
	margin-top:0px;
}
#quickLinksControlArea
{
	margin-left:270px;
	margin-top:0px;
}
.quickLinksSubLinks
{
	float:left;
	width:45px;
}
#shippingContainer, #insuranceContainer
{
	margin-left:0px;
}
#financingContainer, #partsContainer
{
	margin-left:30px;
}
a.financingLink
{
	vertical-align:middle;
	background-image:url(../images/financingLink.gif);
	background-position:0px -60px;
	background-repeat:no-repeat;
}
a.financingLink:hover
{
	background-image:url(../images/financingLink.gif);
	background-position:50px 0px;
	background-repeat:no-repeat;
}
#bikeSearchPanel
{
	background-image:url(../images/bikeSearchBackground.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:22px;
	height:267px;
	width:318px;
}
#bikeSearchPanel a
{
	color:#000;
}
#bikeSearchHeader
{
	margin-top:27px;
	margin-left:27px;
}
#bikeSearchControlArea
{
	padding-top:0px;
	padding-left:35px;
}
.darkTextLabel
{
	color:#000;
	font-weight:bold;
	margin-top:3px;
	font-size:12px;
}
.bikeSearchGoButton
{
	vertical-align:top;
	float:right;
	text-align:right;
}
#advancedSearchPanel
{
	margin-top:2px;
}
#advancedSearchPanel a
{
	color:#000;
}
#advancedSearchPanel a:hover
{
	color:#f00;
}
#browseBikesPanel
{
	background-image:url(../images/browseBikesBackground.jpg);
	background-repeat:no-repeat;
	height:163px;
	width:248px;
	float:left;
}
#browseBikesHeader
{
	margin-top:14px;
	margin-left:10px;
}
#browseLinksContainer
{
	margin-left:15px;
}
#browseLinksContainer div
{
	padding:5px;
}
#sellMyBikePanel
{
	background-image:url(../images/sellBackground.jpg);
	background-repeat:no-repeat;
	height:164px;
	width:248px;
	float:left;
}
#sellMyBikeHeader
{
	margin-top:13px;
	margin-left:10px;
}
#enterZipPanel
{
	padding:0px;
	margin:0px;
	margin-left:45px;
	margin-top:8px;
}
#zipEntry
{
	color:#000;
	padding:0px;
	margin:0px;
	margin-left:40px;
	margin-top:13px;
}
#zipEntry2
{
	color:#000;
	padding:0px;
	margin:0px;
	margin-left:40px;
	margin-top:13px;
}
#findDealerPanel
{
	background-image:url(../images/findDealerBackground.jpg);
	background-repeat:no-repeat;
	height:164px;
	width:248px;
	float:left;
}
#findDealerSubPanel
{
	margin-left:35px;
}
#findDealerSubPanel a
{
	font-size:14px;
	text-decoration:none;
}
#findDealerSubPanel a:hover
{
	font-size:14px;
	color:#f00;
	text-decoration:underline;
}
#findDealerHeader
{
	margin-top:17px;
	margin-left:10px;
}
#findDealerLinksContainer
{
	margin-left:7px;
}
#findDealerLinksContainer div
{
	padding:2px;
}
a.bulletedLink
{
	font-size:14px;
	text-decoration:none;
	padding-left:25px;
	background-image:url(../images/redBullet.gif);
	background-repeat:no-repeat;
}
a.bulletedLink:hover
{
	color:#f00;
	text-decoration:underline;
}
#rightContentSubImageText
{
	text-align:center;
}
/* Interior page styles */
#interiorContentMain
{
	width:510px;
	margin-left:15px;
	float:left;
}
#interiorHeaderTitle
{
	text-transform:uppercase;
	font-size:28px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
#interiorHeaderImage
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding-top:5px;
}
#interiorContentTextContainer
{
	background-image:url(../images/interiorContentTopBackground.jpg);
	background-repeat:no-repeat;
	width:510px;
	border:solid 1px #000;
	border-bottom:0px;
	margin-top:10px;
}
#interiorContentText
{
	color:#000;
	width:457px;
	background-color:#fff;	
	margin-left:12px;
	margin-top:25px;
	padding:15px;
	padding-top:0px;
}
#interiorLeftPanel
{
	float:left;
	width:260px;
}
#interiorContentFooter
{
	background-image:url(../images/interiorContentBottomBackground.jpg);
	background-repeat:no-repeat;
	height:20px;
	margin-left:12px;
}
#browseBikesInteriorPanel
{
	background-image:url(../images/browseBikesBackground.jpg);
	background-repeat:no-repeat;
	height:163px;
	width:248px;
	margin-left:10px;
	border:solid 1px #000;
}
#sellMyBikeInteriorPanel
{
	background-image:url(../images/sellBackground.jpg);
	background-repeat:no-repeat;
	height:164px;
	width:248px;
	margin-left:10px;
	margin-top:10px;
	border:solid 1px #000;
}
#findDealerInteriorPanel
{
	background-image:url(../images/findDealerBackground.jpg);
	background-repeat:no-repeat;
	height:164px;
	width:248px;
	margin-left:10px;
	margin-top:10px;
	border:solid 1px #000;
}
a.breadcrumbLink
{
	color:#fff;
	margin-right:15px;
	text-transform:uppercase;
}
a.breadcrumbLink:hover
{
	color:#f00;
}
a.breadcrumbLinkSelected
{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.breadcrumbLinkSelected:hover
{
	color:#f00;
}
.pageContentSubtitle
{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}
.pageContentParagraph
{
	margin-top:10px;
}
#interiorContentWidePanel
{
	width:610px;
	margin-left:15px;
	float:left;
}
#interiorContentFooter
{
	background-image:url(../images/interiorContentBottomBackground.jpg);
	background-repeat:no-repeat;
	height:20px;
	margin-left:12px;
}
#interiorContentWideTextContainer
{
	background-image:url(../images/interiorContentTopBackgroundWide.jpg);
	background-repeat:no-repeat;
	width:780px;
	border:solid 1px #000;
	border-bottom:0px;
	margin-top:10px;
}
#interiorContentWideText
{
	color:#000;
	width:720px;
	background-color:#fff;	
	margin-left:10px;
	margin-top:25px;
	padding:15px;
	padding-top:0px;
}
#interiorContentFooterWide
{
	background-image:url(../images/interiorContentWideBottomBackground.jpg);
	background-repeat:no-repeat;
	height:20px;
	margin-left:10px;
	width:780px;
}
#justMotorcylesTitlePt1
{
	color:Red;
	text-transform:uppercase;
}
#justMotorcylesTitlePt2
{
	color:#000;
	text-transform:uppercase;
}
.interiorHeaderSubTitle
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
#interiorContentSubLeftPanel
{
	float:left;
	width:320px;
	color:#666;
}
#interiorContentSubRightPanel
{
	float:right;
	background-image:url(../images/signUpRightBackground.jpg);
	background-repeat:no-repeat;
	padding:12px;
	padding-right:5px;
	padding-left:15px;
	width:372px;
	height:322px;
	color:#666;
}
#chomeTitle
{
	font-weight:bold;
}
.signUpTitle
{
	font-weight:bold;
	font-size:15px;
	margin-bottom:15px;
}
.signUpLabel
{
	float:left;
	font-weight:bold;
	margin-bottom:7px;
	color: #666;
}
.signUpControl
{
	float:left;
	width:245px;
	margin-bottom:7px;
	color: #666;
}
#captchaExplanation
{
	margin-top:15px;
	margin-bottom:5px;
}
#captchaImageContainer
{
}
#signUpGoButtonContainer
{
	float:right;
	margin:10px;
	margin-top:0px;
	margin-right:25px;
}
#signedUpGoButtonContainer
{
	margin:10px;
	margin-left:140px;
	margin-bottom:30px;
}
#passwordDetails
{
	font-style:italic;
}
a.contactButton { width:90px;height:28px;display:block;background-image:url(../images/btnContact.gif);background-repeat:no-repeat;background-position:0px 0px;margin-top:-2px;margin-left:5px; }
a.contactButton:hover { background-position:-90px 0px; }
a.goButton
{
	width:63px;
	height:30px;
	float:left;
	display:block;
	background-image:url(../images/bikeSearchGoButton.gif);
	background-repeat:no-repeat;	
	background-position:0px 0px;
	margin-top:-2px;
	margin-left:5px;
}
#zipCodeTextbox { float:left; }
a.goButton:hover
{
	background-position:-65px 0px;
}
.controlNextToGoButton
{
	float:left;
}
a.shippingButton
{
	width:61px;
	height:76px;
	float:left;
	display:block;
	background-image:url(../images/shippingLink.gif);
	background-repeat:no-repeat;	
	background-position:0px 0px;
}
a.shippingButton:hover
{
	width:61px;
	height:76px;
	display:block;
	background-image:url(../images/shippingLink.gif);
	background-repeat:no-repeat;	
	background-position:-62px 0px;
}
a.financingButton
{
	width:62px;
	height:76px;
	float:left;
	display:block;
	background-image:url(../images/financingLink.gif);
	background-repeat:no-repeat;	
	background-position:0px 0px;
}
a.financingButton:hover
{
	width:62px;
	height:76px;
	display:block;
	background-image:url(../images/financingLink.gif);
	background-repeat:no-repeat;	
	background-position:-62px 0px;
}
a.insuranceButton
{
	width:62px;
	height:76px;
	float:left;
	display:block;
	background-image:url(../images/financingLink.gif);
	background-repeat:no-repeat;	
	background-position:0px 0px;
}
a.insuranceButton:hover
{
	width:62px;
	height:76px;
	display:block;
	background-image:url(../images/financingLink.gif);
	background-repeat:no-repeat;	
	background-position:-62px 0px;
}
a.partsButton
{
	width:66px;
	height:84px;
	float:left;
	display:block;
	background-image:url(../images/partsLink.gif);
	background-repeat:no-repeat;	
	background-position:0px 0px;
}
a.partsButton:hover
{
	width:66px;
	height:84px;
	display:block;
	background-image:url(../images/partsLink.gif);
	background-repeat:no-repeat;	
	background-position:-66px 0px;
}
#searchResultsMatchCount
{
	font-size:16px;
	font-weight:bold;
	text-align:right;
	margin-right:30px;
}
#searchResultsSortPanel
{
	background-image:url(../images/detailHeaderBackground.jpg);
	background-repeat:repeat-x;
	border:solid 1px #ccc;
	height:30px;
	margin-right:30px;
	padding-top:6px;
	padding-right:8px;
	padding-left:8px;
}
#quickSearchTab
{
	margin-left:538px;
	width:56px;
	height:51px;
	text-align:right;
	position:absolute;
	margin-top:-12px;
}
#quickSearchTab a
{
	color:#fff;
	display:block;
}
#contactSellerTab
{
	margin-left:368px;
	width:56px;
	height:51px;
	text-align:right;
	position:absolute;
	margin-top:-12px;
}
#contactSellerTab a
{
	color:#fff;
	display:block;
}
#searchSeparator
{
	border-bottom:dotted 1px #999;	
	margin-right:30px;
	margin-top:10px;
	margin-bottom:5px;
}
#searchSortLabel
{
	font-weight:bold;
	padding-top:3px;
	float:left;
	margin-right:10px;
}
#searchSortLinks
{
	float:right;
	text-align:right;
	margin-top:3px;
}
a.searchSortLink
{
	color:#666;
	text-decoration:underline;
	margin-right:3px;
	padding:2px;
	text-transform:uppercase;
}
a.searchSortLinkSelected
{
	text-decoration:none;	
	background-color:#3B3B3B;
	background-image:url(../images/sortArrowDown.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:3px;
	padding:2px;
	padding-bottom:0px;
	padding-right:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#searchResultsBrowsePanel
{
	margin-top:12px;
	margin-right:30px;
}
#browseLabel
{
	float:left;
}
#browseLinks
{
	float:left;
	text-align:left;
}
a.browseLink
{
	color:#666;
	text-decoration:underline;
	margin-right:1px;
	padding:2px;
}
a.browseLinkSelected
{
	text-decoration:none;	
	background-color:#3B3B3B;
	padding:2px;
	padding-bottom:0px;
	font-weight:bold;
}
.searchResultsHeader
{
	padding-top:5px;
	margin-bottom:15px;
}
.searchResultsTitle
{
	float:left;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}
.searchResultsRightHeader
{
	float:right;
	text-align:right;
}
.searchResultsLocationLabel
{
	text-transform:uppercase;
}
.searchResultsLocation
{
	font-weight:bold;
	margin-top:-5px;
}
.searchResultsBikeContainer
{
	clear:both;
	margin-right:30px;
	margin-bottom:25px;
	padding:15px;
	border:solid 1px #999;
	height:250px;
}
.searchLargeImage
{
	float:left;
	border:solid 1px #999;
	padding:0px;
	height:128px;
	width:193px;
}
.searchSmallImageContainer
{
	float:left;
	width:88px;
}
.clear { clear:both; }
p {
                margin: 1em 0;
           } 
.BikeImageContainer { width:326px;float:left; }
.searchSmallImageContainerRow1 { float:left;width:326px;margin-bottom:12px; }
.searchSmallImageContainerRow2 { float:left;width:326px;margin-bottom:12px; }
.searchSmallImageRow1Image1 { width:88px;height:57px;padding:0px;border:solid 1px #999;float:left; }
.searchSmallImageRow1Image2 { width:88px;height:57px;padding:0px;border:solid 1px #999;margin-left:15px;float:left; }
.searchSmallImageRow1Image3 { width:88px;height:57px;padding:0px;border:solid 1px #999;margin-left:15px;float:left; }
.searchSmallImageRow2Image1 { width:88px;height:57px;padding:0px;border:solid 1px #999;float:left; }
.searchSmallImageRow2Image2 { width:88px;height:57px;padding:0px;border:solid 1px #999;margin-left:15px;float:left; }
.searchSmallImageRow2Image3 { width:88px;height:57px;padding:0px;border:solid 1px #999;margin-left:15px;float:left; }
.searchSmallImage1
{
	border:solid 1px #999;
	padding:0px;
	height:57px;
	width:88px;
	margin-bottom:12px;
	margin-left:15px;
}
.searchSmallImage2
{
	border:solid 1px #999;
	padding:0px;
	height:57px;
	width:88px;
	margin-left:15px;
	margin-bottom:12px;
}
.searchDescriptionContainer
{
	width:310px;
	float:left;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.searchResultSubTitle
{
	font-weight:bold;
}
.searchReadMoreLink
{
	text-transform:uppercase;
	text-decoration:underline;
	color:#000;
}
.searchReadMoreContainer
{
	text-align:right;
}
.searchDealerContactContainer
{
	margin-top:12px;
	font-weight:bold;
}
.searchDealerContactContainer a
{
	font-weight:bold;
	text-decoration:underline;
}
.searchDealerContactContainer img
{
	vertical-align:middle;
}
/*Modal Popup*/
.modalBackground 
{
	background-color:#333;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:#ffffdd;
	background-image:url(../images/searchResultsLightbox.jpg);
	background-repeat:no-repeat;
	height:245px;
	width:493px;
	color:#333;
	font-size:10px;
}

.HelpmodalPopup 
{
	background-color:#ffffdd;
	background-image:url(../images/HelpLightbox.jpg);
	background-repeat:no-repeat;
	height:303px;
	width:503px;
	color:#333;
	font-size:10px;
}
.modalPopup div
{
	/*border:solid 1px #666;*/
}
.modalPopupPhoto
{
	background-color:#ffffdd;
	height:150px;
	width:204px;
	color:#333;
	font-size:10px;
	color:#000;
	text-align:center;
	border:solid 3px #000;
}
.modalPopupPhoto a
{
	color:#000;
}
.searchLightboxHeader
{
	color:#000;
	cursor: move;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	margin-top:25px;
	margin-left:45px;
	clear:both;
}
.HelpLightboxContent
{
	color:#666;
	font-size:12px;
	margin-top:25px;
	margin-left:45px;
	clear:both;
}
#lightboxHeaderL2
{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-top:28px;
	margin-bottom:18px;
	margin-left:40px;
}
#lightboxContent
{
	margin-top:0px;
}
#lightboxBikeType
{
	float:left;
	margin-left:5px;
}
#lightboxSearch
{
	float:left;
	margin-left:125px;
}
#lightboxLeft
{
	float:left;
	width:190px;
	margin-left:50px;
	border-color:#c00;
	font-size:11px;
	margin-top:22px;
}
#lightboxLeftInnerLeft
{
	float:left;
	width:95px;
}
#lightboxLeftInnerRight
{
	float:left;
	width:90px;
}
#lightboxRight
{
	float:left;
	border-color:#369;
	margin-left:28px;
	margin-top:20px;
}
#lightboxRight input
{
	font-size:10px;
	height:16px;
	margin:0px;
	padding:0px;
}
#lightboxRight select
{
	height:18px;
	font-size:10px;
	margin:0px;
	padding:0px;
}
#lightboxLeft div
{
	padding:0px;
	margin:0px;
	margin-bottom:-5px;
}
#lightboxLeftInnerLeft a, #lightboxLeftInnerRight a
{
	text-decoration:underline;
	color:#333;
}
.bikeDetailContentArea
{
	clear:both;
	margin-right:30px;
	margin-bottom:25px;
	padding:15px;
	border:solid 1px #999;
}
.searchLaunchLightboxLarge
{
	position:relative;
	left:169px;
	bottom:29px;
}
.searchLaunchLightboxSmall
{
	position:relative;
	left:66px;
	bottom:12px;
}
.bikeDetailLabel
{
	float:left;
	font-weight:bold;
	width:65px;
	margin-bottom:7px;
}
.bikeDetailControl
{
	float:left;
	width:150px;
	margin-bottom:7px;
}
#sellerInfoHeader
{
	clear:both;
	margin-right:30px;
}
#sellerInfoHeader a
{
	color:#000;
	text-decoration:underline;
}
#sellerInfoTitle
{
	float:left;
	font-size:16px;
	font-weight:bold;
}
#sellerInfoLinks
{
	float:right;
	text-align:right;
}
#sellerHeadLink1
{
	margin-right:20px;
}
#sellerHeadLink2
{
}
#sellerMoreInfoPanel
{
	clear:both;
	margin-top:15px;
}
#dealerSubTitle
{
	font-weight:bold;
	font-size:14px;
}
#dealerContactContainer
{
	margin-top:15px;
}
#dealerLogoContainer
{
	float:left;
}
#dealerInfoCol1
{
	float:left;
	width:210px;
	margin-left:40px;
}	
#dealerInfoCol2
{
	float:left;
	margin-left:40px;
	width:200px;
	font-weight:bold;
}
#dealerMoreLinks
{
	float:left;
	width:100%;
	text-align:right;
}
#dealerMoreLinks a, #dealerMoreInfoCollapse a
{
	text-decoration:underline;
	color:#000;
}
#expandDealerLink
{
	float:right;
}
#dealerMoreInfoCol1
{
	float:left;
	width:290px;
}
#dealerMoreInfoCol2
{
	float:left;
	margin-left:40px;
	width:250px;
}
#mapTitle
{

}
#mapTitle, #contactSellerNow
{
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	margin-top:10px;
}
.requiredLabel
{
	color:#c00;
}
#bikeDetailFooterTitle
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#bikeDetailFooterCol1
{
	float:left;
	width:240px;
	margin-left:50px;
	font-weight:bold;
}
#bikeDetailFooterCol2
{
	float:left;
	width:230px;
	margin-left:30px;
	font-weight:bold;
}
#bikeDetailFooterCol1 a, #bikeDetailFooterCol2 a
{
	color:Blue;
	font-weight:normal;
}
a.questionLink
{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#f00;
	padding-bottom:15px;
	padding-left: 5px;
}
a.questionLink:hover
{
	color:#f00;
}
.OrderSummary 
{
	background-color:#ffffdd;
	background-image:url(../images/OrderSummary.jpg);
	background-repeat:no-repeat;
	height:210px;
	width:265px;
	color:#333;
	font-size:10px;
}
