/* Bike parts */
/* -------- */
#bike-chooser {
    background:#f9f9f9;
    display:none; /*Hide initially*/
    margin-top:-20px;
    overflow:hidden;
    padding:1em 0;
}

#content-header.loading {
    background-image: url("../img/loading_arrows_grey.gif");
    background-position: 99% 50%;
    background-repeat: no-repeat;
}

#bike-breadcrumbs-wrapper { overflow:hidden; }
#bike-breadcrumbs { margin:0; }

#in-customer-bikes  { margin-left: 10px; }

#add-bike-form
{
    float: right;
    margin-right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ddd;
    padding: 5px;
    position: relative;
}

#add-bike-form * { vertical-align: bottom; }

.list-divider
{
    background-color: #d4d4d4;
    padding: 5px 7px;
}
.list-divider.footer {
    text-align: left;
}
.margin-fix {
/*    margin-top: -40px; */
    margin-bottom: 40px; 
}
.list-divider.footer.float {
    float: left;
    margin-top: 0.5em;
}
.list-divider-container {
    margin-bottom: 1em;
    background-color: #d4d4d4;
}
.with-link {
    float:left;
    display: inline;

}
.clear {
    clear: both;
}
