body,html{
    height: 101%;
}

body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #efefef;
}

#page
{
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}

#header
{

    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

#header #headerVideoOverlayContainer
{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 106px;
    left: 0px;
    z-index:1000;
}

.headerCorner
{
    width: 19px;
    height: 20px;
    position: absolute;
    z-index: 10;
}

#headerCornerUpperLeft
{
    left: 0;
    background: url("../images/corner_upper_left.png");
}

#headerCornerUpperRight
{
    right: 0;
    background: url("../images/corner_upper_right.png");
}

#headerCornerLowerRight
{
    right: 0;
    bottom: 0;
    background: url("../images/corner_lower_right.png");
}

#headerCornerLowerLeft
{
    left: 0;
    bottom: 0;
    background: url("../images/corner_lower_left.png");
}

#headerLogoBar
{
    margin:auto;
    width: 942px;
    height: 56px;
    text-align: left;
    background: url("../images/bg_logo_bar.gif");
}

#headerMenuBar
{
    position: relative;
    background: url("../images/bg_menu_bar.png");
    z-index: 10;
    margin:auto;
    width: 942px;
    height: 71px;
    text-align: left;
}

#headerToolbar
{
    width: 395px;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 100;
}

#headerToolbar a
{
    cursor: pointer;
}

#headerToolbar img
{
    padding-right: 5px;
}

#headerToolbar input
{
    font-size: 12px;
    margin-top: 2px;
    margin-right: 0px;
    border: 1px solid #d7d7d7;
    display: block;
    float: right;
}
/*
#socialNetworkLinkContainer
{
    width: 130px;
    float: left;
    margin: 1px 0 0 78px;
}

#headerDealerSearchButton
{
    float: right;
    width: 99px;
    height: 27px;
    margin-right: 20px;
    background: url("../images/bg_dealer_search_button.png");
}
*/
/*old order, to use with search field*/
#socialNetworkLinkContainer
{
    width: 152px;
    float: left;
}
#headerDealerSearchButton
{
    float: right;
    width: 90px;
    height: 20px;
    margin: 1px 20px 0 0;
    background: url("../images/bg_dealer_search_button.png");
}


#headerSearchContainer
{
    width: 124px;
    margin: -1px 0 0 0;
    float: left;
}

#headerSearchContainer input
{
    font-size: 10px;
    height: 15px;
    color: #8C8C8C;
    padding: 2px 2px 2px 19px;
    width: 100%;
    background: url("../../../images/icon_search.gif") no-repeat scroll 3px 3px #ffffff;
}

#headerDealerSearchButton a
{
    font-size: 12px;
    display: block;
    color: #fff;
    padding-top: 2px;
    text-decoration: none;
    text-align: center;
}

#content
{
    padding: 0 0 50px 0;
    width: 922px;
    margin: 0px auto 0 auto;
    background: url("../images/bg_content.png");
    background-position: 5px 30px;
    background-repeat: no-repeat;
}

/* ie 7 hack */
*+html #content
{
    background-position: 5px 0px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footerPrintResults
{
    display: none;
}

#footer
{
    padding: 10px 0 100px 0;
    margin: 30px 0 0 0;
    font-size: 12px;
    text-align: center;
    background: url("../images/separator_navi.gif");
    background-position: top;
    background-repeat: repeat-x;
}

#footer a
{
    color: #555;
    text-decoration: none;
}

#footer #leftFooterContainer
{
    float: left;
    width: 530px;
    text-align: left;
}

#footer #leftFooterContainer a
{
    padding-left: 20px;
}

#footer #rightFooterContainer
{
    float: right;
    padding-right: 20px;
    text-align: right;	
}

#logo
{
    padding: 13px 0 0 41px;
    font-size: 200%;
    width: 204px;
    float: left;
}

.colorCenturionRed
{
    color: #d10019;
}

#langMenu
{
    width: 600px;
    float: right;
    font-size: 10px;
    text-align: right;
    margin: 18px 40px 0 0;
}

#langMenu a
{
    color: #8c8c8c;
    text-decoration: none;
}

#langMenu a:hover
{
    color: #333;
}

#mainmenu
{
    /*background:white url(bg.gif) repeat-x left top;*/
    top: 10px;
    left: 0px;
    text-align: left;
    position: relative;
    width: 440px;
    margin: 0px 0 0 21px;
}

#mainmenu ul
{
    padding:12px 0 0 42px;
    margin:0px;
    width: 500px
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#8c8c8c;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #ffffff;
    background-color:#d10019;
    text-decoration:none;
}

.overviewCellContainer
{
    width: 880px;
    margin: 0px auto;
    position: relative;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

span.searchHint
{
    font-size: 10px ! important;
    letter-spacing: 0 ! important;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

div.p2CellManager .widgetContent {
    color: #555555;
    font-size: 0.9091em;
    font-family: Arial;
}

/* Cells */
#headerCell
{
    position: relative;
    margin-top: -71px;
    z-index: -10;
    background-image: url("../../../images/header_default.jpg");
    background-repeat: no-repeat;
    background-position: 1px 0px;
}

.headerCellAdmin
{
    margin-top: 70px ! important;
    z-index: 0 ! important;
}

.headerCellMobile
{
    background: none ! important;
}

#headerCell p
{
    margin: 0;
}

#headerTeaser
{
    margin: -100px auto 0 auto;
    width: 890px;
    height: 100px;
    background: url("../images/bg_header_teaser.png");
    position: relative;
    text-align: left;
    z-index: 0;
}

#headerTeaserAdmin
{
    margin: 0px auto 0 auto;
    width: 890px;
    min-height: 100px;
    background: url("../images/bg_header_teaser.png");
    position: relative;
}


#headerTeaser h1
{
    padding: 20px 0 0 30px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

#headerTeaser p
{
    color: #fff;
    margin: 6px 0 0 30px;
    font-size: 12px;
    width: 730px;
}

#headerTeaser a, .overviewCell .blogPostingLink, .overviewCell .widgetContent .list .entry a, .widgetContent .list .entry a
{
    text-decoration: none;
    background: url("../images/bg_teaser_link_small.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 18px;
}

.widgetContent .list .entry a, .widgetContent p a, .widgetContent ul li a
{
    color: #8C8C8C;
    text-decoration: none;
}

.overviewCell .widgetContent .list .entry a
{
    color: #000;
}

.widgetContent .blogPostingLink
{
    color: #8c8c8c;
    text-decoration: none;
}

.widgetContent .blogPostingLink:hover
{
    color: #d10019;
}

.widgetContent TABLE.twoColumns td, .widgetContent TABLE.threeColumns td
{
    vertical-align: top;
    padding: 0 10px 0 0;
}

.overviewContainer
{
    margin: 28px 0 0 10px;
    text-align: left ! important;
}

.overviewContainer .overviewCell
{
    width: 280px;
    height: 162px;
    margin: 0 10px 8px 0px;
    padding: 0;
    float: left;
    font-size: 12px;
    overflow: visible;
}

.overviewContainer .last
{
    margin: 0 0px 8px 0px ! important;
}

.overviewRow
{

}

#headerTeaser a, .overviewCell .blogPostingLink
{
    color: #fff;
}

#headerTeaser a:hover, .overviewCell .blogPostingLink:hover
{
    color: #d10019;
}

.tabContainerHeader
{
    margin: -32px 0 0 5px;
    position: relative;
}

.adminOverviewCell
{
    height: auto ! important;
}

.overviewCell .widgetContent p, .overviewCell .widgetContent img, .overviewCell .widgetContent .teaserLinkContainer a, .sidebarColumn .widgetContent p, .sidebarColumn .widgetContent img
{
    margin: 0;
    padding: 0;
    position: relative;
}

.overviewCell hr
{
    background: red;
    height: 100px;
    width: auto;
    margin-top: 4px;
}

.widgetContent .twoTeaserColumns
{
    width: 570px ! important;
}

.widgetContent .threeTeaserColumns
{
    width: 860px ! important;
}

.P2BlogWidget .teaserLinkContainer, .P2BlogWidget .title, .P2BlogWidget .list .blogListLink, .P2BlogWidget .list .blogListSeparator
{
    display: none;
}

.overviewCell .widgetContent .title
{
    display: block ! important;
}

.overviewCell .widgetContent .teaserLinkContainer, .sidebarColumn .widgetContent .teaserLinkContainer, .showAllBikeLinkContainer  /*, .searchResultBikeLinkContainer*/
{
    display: block ! important;
    clear: both;
    background: url("../images/bg_teaser_link.png") ! important;
    background-position: right ! important;
    background-repeat: no-repeat ! important;
    height: 20px;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}

.overviewCell .widgetContent .teaserLinkContainer a, .sidebarColumn .widgetContent .teaserLinkContainer a,
.showAllBikeLinkContainer a, #bikeSearchResultContainer .showAllBikeLinkContainer a /*, .searchResultBikeLinkContainer a*/
{
    text-decoration: none ! important;
    display: block ! important;
    color: #8c8c8c ! important;
    padding: 3px 0 0 10px;
    height: 18px;
    border-bottom: 1px solid #fff;
}

.overviewCell .widgetContent .meta
{
    padding: 0 0 10px 0;
}

.overviewCell .widgetContent .list
{
    color: #000;
    width: 260px;
    height: 130px;
    background: #e1e4e9;
    padding: 10px 10px 0 10px;
}

.overviewCell .widgetContent .list h2
{
    padding: 0 0 5px 0;
    margin: 0;
}

.overviewCell .widgetContent .list h2 a
{
    /*font-weight:bold;*/
    color:#d10019;
    text-decoration: none ! important;
    line-height: 20px;
}

.mainContentContainer, .formContentContainer
{
    width: auto;
    margin: -30px 0 0 36px;
    padding: 0 0 0 0;
    position: relative;
    top: 40px;
    /* background: #fff ! important; */
}

.mainContentColumn
{
    width: 570px;
    float: left;
    padding: 0 0 30px 0;
}

.mainContentColumnWholeWidth
{
    width: 860px;
}

.mainContentColumn h1, .bikeComparisonContainer h1, .bikeSearch h2, .formContentContainer h2,
.mainContentColumnWholeWidth h1, .sidebarColumn h1, .bikeCellContainer h1, .bikeRelatedModelsContainer h3, .bikeCellContainer h3
{
    color:#d10019;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/separator_navi.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 20px 0 15px 10px;
    margin: 0;
}

.mainContentColumn p, .bikeComparisonContainer p, .bikeSearch p, .formContentContainer p,
.mainContentColumnWholeWidth p, .sidebarColumn p, div.error
{
    padding: 15px 0 0 10px;
    margin: 0 ! important;
}

.bikeCellContainer p
{
    padding: 15px 0 0 10px ! important;
    margin: 0 ! important;
}

.mainContentColumn p img
{
    float: left;
    margin: 0 10px 20px 0;
}

.mainContentColumn ul, .bikeComparisonContainer ul, .bikeSearch ul, .formContentContainer ul, .mainContentColumnWholeWidth ul, .sidebarColumn ul
{
    margin: 10px 0 0 -21px;
    list-style-image: url("../images/bullet_red.gif");
}

.mainContentHeadline
{
    color:#d10019;
}

.sidebarColumn
{
    width: 280px;
    margin: 20px 0 0 10px;
    float: left;
}

.overviewCell .P2BlogWidget, .p2BlogWidget
{
    margin: 0 0 30px 0;
}

.P2BlogWidget, .p2BlogWidget
{
    margin: 20px 0 30px 10px;
}

.mainContentColumnWholeWidth .P2BlogWidget, .mainContentColumnWholeWidth .p2BlogWidget
{
    margin-top: 0 ! important;
}

.P2BlogWidget .list p, .Posting p
{
    padding: 0 0 15px 0;
    margin: 0;
}

.P2BlogWidget .list h4, .Posting h4
{
    color:#d10019;
    padding: 5px 0 5px 0;
    margin: 0;
}

.mainSimpleContentColumn
{
    width: auto;
    margin: -30px 0 0 -10px;
    padding: 0 0 0 0;
    position: relative;
    /*top: 40px;
   	background: #fff ! important; */
}

.mainSimpleContentColumn .widgetContent
{
    padding: 0;
    margin: 0;
}

.mainSimpleContentColumn .widgetContent .P2BlogWidget
{
    padding: 0;
    margin: 0;
}

.mainSimpleContentColumn .widgetContent .list
{
    width: 880px ! important;
    border: 0px solid red;
    /* background: #fff ! important;  */
    margin-bottom: 50px;
    padding: 0;
}

.mainSimpleContentColumn .widgetContent .list .meta
{
    width: 115px;
    border: 0px solid green;
    float: left;
    text-align: left;
    padding: 8px 15px 0 25px;
}

.mainSimpleContentColumn .widgetContent .list .entry
{
    width: 630px;
    height: 60px;
    border: 0px solid blue;
    float: left;
    padding: 0;
}

.mainSimpleContentColumn .widgetContent .list .entry a
{
    text-decoration: none;
    background: none;
}

.mainSimpleContentColumn .widgetContent .list .blogListLink
{

    border: 0px solid green;
    float: right;
    text-align: center;
    padding: 8px 20px 0 0;
    display: block ! important;
}

.mainSimpleContentColumn .widgetContent .list .blogListLink a
{
    text-decoration: none;
    background: url("../images/bg_teaser_link_small.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 18px;
    color: #8c8c8c;
    text-decoration: none;
}

.mainSimpleContentColumn .widgetContent .list .blogListLink a:hover
{
    color: #d10019;
}

.mainSimpleContentColumn .widgetContent .list .blogListSeparator
{
    width: 880px;
    display: block ! important;
}

.Posting, .formContentContainer
{
    color: #000;
    padding: 10px 0 0 0px;
    margin-bottom: 50px;
}

.Posting a, .formContentContainer a
{
    text-decoration: none ! important;
    color: #8c8c8c;
    padding: 0;
    height: 18px;    
}

.Posting a:hover, .formContentContainer a:hover
{
    color:#d10019;
}

/* BIKE DETAIL */
#contentBikeDetail
{
    padding: 0px;
    width: 922px;
    height: 920px;
    margin: 0px auto 0 auto;
    background: url("../images/bg_content.png");
    background-position: 5px 0px;
    background-repeat: no-repeat;
}

/* NEW ZOOM PLUGIN START */
.zoomWrapper {   
    position: relative;       
    height: 550px;

}

.zoomWrapper .zoom {
    display: inline-block;
    /*position: relative;*/
    height: 550px;
    width: 100%;
    
    position: absolute;
    top: 0px;
}

.zoomWrapper .zoom#zoomGeoContainer {
    display: none;
}

.zoomWrapper .zoom img::selection {
    background-color: transparent;
}

.zoomWrapper .zoom img {
    display: block;
    position: relative;                
    margin: 0 auto;
    max-width: none;                
}

.zoomWrapper .zoom .zoomThumb {
    z-index: 5;
    top: 70px;
    height: 380px ! important;                
}

.zoomWrapper .zoom .zoomImg {
    z-index: 0;
    /*display: none;*/
    margin-top: 70px;
    height: auto ! important;
}

.zoom-in-cursor {
     cursor: zoom-in;
     cursor: -webkit-zoom-in; 
     cursor: -moz-zoom-in;
}

.zoom-out-cursor { 
     cursor: zoom-out;
     cursor: -webkit-zoom-out; 
     cursor: -moz-zoom-out;
}

/* NEW ZOOM PLUGIN END */

#bikeImageContainer
{
    position: relative;
    margin-top: -71px;
    width: 1200px;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

#bikeImageContainer #noFlashMessage
{
    margin: 50px 0 0 100px;
}

.bikeImageContainerMobile
{
    background: none ! important;
}

#bikeBreadcrumbs
{
    padding: 4px 0 0 30px;
    color: #8C8C8C;
}

#bikeBreadcrumbs a
{
    color: #8C8C8C;
    cursor: pointer;
    background: none;
    width: auto;
    padding-right: 0px;
}

#bikeBreadcrumbs a:hover
{
    color: #fff;
}

#previousBikeLinkContainer
{
    position: absolute;
    top: 232px;
    left: 150px;
    z-index: 100;
    height: 21px;
    width: 21px;
    cursor: default;
}

#previousBikeLinkContainer a
{
    display: block;
    height: 21px;
    width: 21px;
    cursor: default;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

#previousBikeLinkContainer a:hover
{
    display: block;
    background: url("../images/bg_previous_bike_active.png");
    height: 21px;
    width: 21px;
    cursor: default;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

#previousBikeLinkContainer a:hover img
{
    display: none ! important;
}

#nextBikeLinkContainer
{
    position: absolute;
    top: 232px;
    left: 1028px;
    z-index: 100;
    height: 21px;
    width: 21px;
    cursor: default;
}

#nextBikeLinkContainer a
{
    display: block;
    height: 21px;
    width: 21px;
    cursor: default;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

#nextBikeLinkContainer a:hover
{
    display: block;
    background: url("../images/bg_next_bike_active.png");
    height: 21px;
    width: 21px;
    cursor: default;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

#nextBikeLinkContainer a:hover img
{
    display: none ! important;
}

.tabContainerHeaderBikes
{
    margin: -32px 0 0 26px;
    position: relative;
}

#contentBikeDetail #Specs
{
    width: 570px;
}

table.bikeDetail
{
    font-size: 11px;
    margin: 20px 0 0 10px;
    background: url("../images/separator_navi.gif");
    background-position: top;
    background-repeat: repeat-x;
}

table.bikeDetail th, .bikeSearch table.bikeDetail th
{
    padding: 4px 0 4px 10px ! important;
    vertical-align: top;
}

table.bikeDetail tr
{
    background: url("../images/separator_navi.gif");
    background-position: bottom;
    background-repeat: repeat-x;
}

table.bikeDetail td
{
    padding: 0;
}

table.bikeDetail td.priceContainer div#price
{
    width: auto;
    float: left;
    padding: 0;
}

table.bikeDetail td.priceContainer div#flag
{
    width: 16px;
    float: left;
    padding: 3px 0 0 10px;
}

.bikeSearch table.bikeDetail
{
    margin-left: 0 ! important;

}

.bikeSearch table.bikeDetail th.label {
    width: 100px;
    padding-left: 0 ! important;
}

#contentBikeDetail .sidebarColumn
{
    width: 280px;
    margin: 21px 0 0 46px;
    float: left;
}

#contentBikeDetail .sidebarColumn .bikeRelatedContainer
{
    width: 100%;
    border-bottom: 1px solid #fff;
}

#contentBikeDetail .sidebarColumn .bikeRelatedContainer a img
{
    margin: 0 0 -4px 5px;
}

#contentBikeDetail .sidebarColumn .bikeRelatedContainer a
{
    text-decoration: none;
    color: #8c8c8c;
    padding: 0 0 3px 0;
    background: url("../images/bg_teaser_link.png") ! important;
    background-position: right bottom ! important;
    background-repeat: no-repeat ! important;
    border-bottom: 1px solid #d9d9d9;
    width: 280px;
    display: block ! important;
    cursor: pointer ! important;
}

#contentBikeDetail .sidebarColumn .bikeRelatedModelsContainer a
{
    display: block;
    color: #8C8C8C;
    text-decoration: none;
    padding-left: 10px;
}

.bikeRelatedModelsContainer h3,
.bikeCellContainer h3
{
    margin: 8px 0 8px 0;
    padding-bottom: 10px;
    font-size: 14px;
}

#contentBikeDetail .sidebarColumn .bikeCellContainer
{
    margin: 10px 0 0 0;
}

/* Google Maps Search  */
#contentMapSearch
{
    padding: 0px;
    width: 922px;
    margin: 0px auto 0 auto;
    background: url("../images/bg_content.png");
    background-position: 5px 0px;
    background-repeat: no-repeat;
}

#mapSearchHeaderContainer
{
    position: relative;
    margin-top: -71px;
    width: 1200px;
    height: 460px;
}

#mapSearchHeaderContainer #map
{
    z-index: 0;
    width:1200px;
    height:460px;
    margin-top:0px;
    position: relative;
}

/* map copyright string */
#mapSearchHeaderContainer #map div span
{
    display: block;
    position: absolute;
    bottom: 100px;
    right: 152px;
    margin-right: -1px;
}

/* map Google logo */
#mapSearchHeaderContainer #map .gmnoprint a
{
    position: absolute;
    bottom: 100px;
    left: 152px;
    xmargin-right: -1px;
}

/* terms of use link */
#mapSearchHeaderContainer #map div a.terms-of-use-link
{
    margin-right: 10px;
}

#mapSearchHeaderContainer #map .Marker a
{
    text-decoration: none ! important;
    color: #D10019 ! important;
    position:  inherit ! important;
    left: 0 ! important;
    bottom: 0 ! important;
}

#mapSearchHeaderContainer #headerTeaser
{
    margin: -100px auto 0 auto;
    width: 890px;
    height: 100px;
    background: url("../images/bg_header_teaser.png");
    position: relative;
    text-align: left;
    z-index: 0;
}

#MapSearchWrapper
{
    font-size: 12px;
    width: 784px ! important;
    height: 60px ! important;
}

#MapSearchWrapper h1
{
    display: none;
}

#MapSearchWrapper table
{
    margin-left: 31px;
    padding: 2px 0 0 0;
}

#MapSearchWrapper table td
{
    padding: 0 0 0 0;
    margin: 0;
    text-align: left;
    color: #fff;
}

#MapSearchWrapper .formRow
{

}

#mapSearchResultContainer
{
    padding-left: 46px;
}

#mapSearchResultContainer h1
{
    color:#d10019;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/separator_navi.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 20px 0 15px 10px;
    margin: 0 0 20px 0;
    width: 838px;
}

#mapSearchResultContainer h1 a
{
    color: #555;
    font-size: 10px;
    text-decoration: none;
    padding: 0 0 0 10px;
}

#mapSearchPrintLogoContainer
{
    display: none;
    margin: 0 0 10px 10px;
}

#mapSearchPrintLogoContainer span
{
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #000;
}

#mapSearchResultContainer #sidebar
{
    /*height:350px;*/
    overflow: auto;
    background: transparent;
    padding: 0 15px 0 0;
    color: #000;
}

#mapSearchResultContainer #sidebar .sidebarItem
{
    width:850px;
    padding: 0px 0 15px 0! important;
    margin-bottom: 15px ! important;
    background: url("../images/separator_navi.gif");
    background-position: bottom;
    background-repeat: repeat-x;
}

#mapSearchResultContainer #sidebar .sidebarMouseOver
{

}

#mapSearchResultContainer #sidebar .sidebarItem table
{
    margin: 0 ! important;
}


#mapSearchResultContainer #sidebar .sidebarItem table td
{
    vertical-align: top;
    width: 25%;
    padding: 0 0 0 10px;
}

#mapSearchResultContainer #sidebar .sidebarItem table td a
{
    color: #d10019;
    text-decoration: none;
    display: block;
}

#mapSearchResultContainer #sidebar .sidebarMouseOut
{

}

#MapSearchWrapper input
{
    font-size: 11px;
}

#MapSearchWrapper #addressLabel
{
    padding-right: 7px;
}

#MapSearchWrapper #addressInput
{
    width: 200px;
    height: 14px;
    padding: 0;
}

#MapSearchWrapper #nameInput
{
    width: 200px;
    height: 14px;
    padding: 0;
}

#MapSearchWrapper #addressInput
{
    height: 27px;
    width: 200px;
}

#MapSearchWrapper #nameContainer
{

}

#MapSearchWrapper #radiusContainer
{

}

#MapSearchWrapper #addressButtonContainer
{
    text-align: left;
    width: 235px;
}

#MapSearchWrapper #addressButtonContainer input, #MapSearchWrapper #nameButtonContainer input
{

    font-size: 11px;
    margin-left: 35px;
}

#MapSearchWrapper #nameButtonContainer
{
    text-align: left;
}

#MapSearchWrapper #radiusLabel
{
    text-align: left;
    padding-left: 35px;
    white-space: nowrap;
}

#MapSearchWrapper #radiusContainer
{
    width: 100%;
}

#MapSearchWrapper #inputRadius
{
    margin-left: 7px;
    width: 25px;
}

#MapSearchWrapper .submit
{
    width: 220px;
}

/* Google Maps Minimap Widget */
#MapWidgetWrapper #map
{
    height:300px;
    margin:10px 0 10px 0;
}

#MapWidgetWrapper a
{

}

#MapWidgetWrapper #MapContainer span
{
    font-size: 10px;
    width: 300px;
    white-space: normal ! important;
    text-align: left ! important;
}

#MapWidgetWrapper #MapContainer #logocontrol
{
    bottom: 30px ! important;
}

/* BIKE COMPARISON */
#contentBikeComparison
{
    padding: 0px;
    width: 922px;
    margin: 0px auto 0 auto;
    background: url("../images/bg_content.png");
    background-position: 5px 0px;
    background-repeat: no-repeat;
}

.bikeComparisonContainer
{
    margin-left: 36px;
}

.bikeComparisonContainer .column
{
    width: 280px;
    float: left;
}

.bikeComparisonContainer select
{
    width: 280px;
}

#comparisonImageContainerbikeA, #comparisonImageContainerbikeB
{
    background: #fff url(../images/bg_bike_comparison_image.png) no-repeat;
    background-position: 15px 11px;
    text-align: center;
    height: 190px;
    margin: 20px 0 10px 0;
}

.comparisonImageContainer
{
    background: #fff ! important;
    height: 190px;
}

.comparisonImageContainer img
{
    padding: 10px 5px 10px 5px;
}

#comparisonSpecsContainerbikeA
{
    margin-top: 0px;
    margin-left: 26px;
    width: 580px;
    float: left;
}

#comparisonSpecsContainerbikeA th
{
    width: 280px;
    padding: 2px 0 0 10px ! important;
}

#comparisonSpecsContainerbikeA td
{
    padding: 4px 0 4px 0 ! important;
    font-size: 10px ! important;
    vertical-align: top;
    height: 34px ! important;
}

#comparisonSpecsContainerbikeB
{
    margin-top: 0px;
    width: 300px;
    float: left;
}

#comparisonSpecsContainerbikeB th.label
{
    display: none;
}

#comparisonSpecsContainerbikeB td
{
    width: 100%;
    padding: 4px 0 4px 0 ! important;
    font-size: 10px ! important;
    height: 34px ! important;
    vertical-align: top;
}

/* BIKE SEARCH */
.bikeSearch {
    min-height: 1100px;
    margin-left: 36px;
}

.bikeSearch .column
{
    width: 280px;
    float: left;
}

.bikeSearch a
{
    text-decoration: none;
    font-size: 12px;
    color: #dd001a;
    cursor: pointer ! important;
}

.bikeSearch .resultItem {
    height: 120px;
    width: 130px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}

.bikeSearch .resultItem .imageWrapper {
    height: 92px;
    display: table-cell;
    vertical-align: top;
}

.imageWrapper .bikeResultImage
{
    width: 135px;
    height: 92px;
    background: #fff;
}

.imageWrapper .bikeResultImage img
{
    margin: 5px 0 0 4px;
}

.bikeSearch .resultItem .imageWrapper .searchResultBikeLinkContainer, #contentBikeDetail .sidebarColumn .bikeRelatedModelsContainer a
{
    background: url("../images/bg_teaser_link_small.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 0px;
}

.bikeSearch .resultItem .imageWrapper .searchResultBikeLinkContainer a
{
    text-transform: none ! important;
    font-size: 11px;
    padding-left: 5px;
}

.bikeSearch .resultItem a{
    color: #555555;
    padding: 2px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

.bikeSearch .selectedTags
{
    padding: 20px 0 10px 0 ! important;
}

.bikeSearch .selectedTags a
{
    padding: 20px 0 10px 0 ! important;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #dd001a;
}

.bikeSearch .searchPanel #term
{
    width: 126px;
}

.XbikeSearch .bikeInfo {
    height: 80px;
    overflow: auto;
}
.bikeSearch .searchTags,
.XbikeSearch .bikeList {
    height: 445px;
    overflow: hidden;
    padding: 20px 0 0 10px;
}

.bikeSearch .searchTags a
{
    display: block;
    cursor: pointer;
    padding: 10px 0 0 0;
    line-height: 16px;
    text-transform: uppercase;
}

.bikeSearch #bikeSearchResultContainer p
{
    padding: 20px 0 10px 0 ! important;
}

.bikeSearch #bikeSearchResultContainer a
{
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #dd001a;
}

.showAllBikeCategoryContainer
{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.showAllBikesContainer
{
    margin-bottom: 30px;
}

.showAllBikeImageContainer
{
    width: 280px;
    height: 200px;
    background: #fff;
}

.showAllBikeImageContainer img
{
    padding: 10px 5px 10px 5px;
}

/* SITE SEARCH */
#googleSiteSearchContainer
{
    padding: -1em ! important;
}

/* LOGIN FORM */
#loginFormContainer
{
    margin: 20px 0 0 10px;
}

.formContentContainer h2
{
    width: 570px;
}

/* LOADING INDICATORS */
div.loading {
    background-position:  center center ! important;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url('../images/loader-centurion.gif') ! important;
}

div.loadingSmall {
    background-position:  center center ! important;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url('images/loader-centurion-small.gif') ! important;
}

div.loading, div.loadingSmall * {
    opacity: .2;
}
