/*
    Document   : plugin_styles
    Created on : 22-okt-2014, 14:21:53
    Author     : AlleKnalle
    Description:
        Purpose of the stylesheet follows.
*/

#search-etobtmimp_boat
{

}

#search-etobtmimp_boat .boat-order
{
    float: right;
}

#search-etobtmimp_boat .boat-order .boat-order-property
{
    float: right;
}

#search-etobtmimp_boat .boat-order .boat-order-property:first-of-type
{
    margin-left: 20px;
}

#search-etobtmimp_boat .etobtmimp-sidebar
{
    margin-bottom: 20px;
}

#search-etobtmimp_boat .etobtmimp-sidebar form
{
    margin-bottom: 0px;
}

#search-etobtmimp_boat .etobtmimp-sidebar .search-row
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#search-etobtmimp_boat .etobtmimp-sidebar .search-row .search-field
{
    text-transform: uppercase;
    text-shadow: none;
    color: #669966;
}

#search-etobtmimp_boat .etobtmimp-sidebar .search-row input,
#search-etobtmimp_boat .etobtmimp-sidebar .search-row select,
#search-etobtmimp_boat .etobtmimp-sidebar .search-row textarea
{
    display: inline;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
}

#search-etobtmimp_boat .etobtmimp-sidebar .search-row .small-input
{
    width: 45%;
}

#search-etobtmimp_boat .etobtmimp-sidebar .search-row .small-input.left-input
{
    margin-right: 14px;
}

#search-etobtmimp_boat .boat-list
{

}

#search-etobtmimp_boat .boat-list article.etobtmimp-boat
{
    margin-bottom: 0px;
}

#search-etobtmimp_boat .boat-list .boat-box
{
    overflow: hidden;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-left
{
    box-sizing: border-box;
    float: left;
    width: 140px;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-left .boat-main-image
{
    text-align: center;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-left .boat-main-image img
{
    max-width: 100%;
    max-height: 140px;
    border: 0px solid transparent;
    border-radius: 5px;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-left .boat-place
{
    text-align: center;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-right
{
    box-sizing: border-box;
    margin-left: 160px;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top
{
    overflow: hidden;
    margin-bottom: 0px;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-title
{
    box-sizing: border-box;
    float: left;
    width: 250px;
    padding-right: 10px;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties
{
    overflow: hidden;
    /*margin-left: 210px;*/
    font-weight: 700;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties .boat-property
{
    box-sizing: border-box;
    float: left;
    width: 25%;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties .boat-property.boat-property-fuel
{
    text-align: right;
}

#search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-price
{

}

#search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-desc
{
    margin-top: 10px;
    font-style: italic;
}

/* #Tablet (Portrait)
================================================== */
@media (min-width: 768px) and (max-width: 959px) {

    #search-etobtmimp_boat .boat-order .boat-order-property
    {
        float: none;
    }

    #search-etobtmimp_boat .boat-order .boat-order-property:first-of-type
    {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    #search-etobtmimp_boat .etobtmimp-sidebar .search-row .small-input
    {
        width: 100%;
    }

    #search-etobtmimp_boat .etobtmimp-sidebar .search-row .small-input.left-input
    {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-title
    {
        float: none;
        width: auto;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties
    {
        margin-left: 0px;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties .boat-property
    {
        width: 50%;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties .boat-property.boat-property-loa
    {
        text-align: right;
    }
}

/*  #Mobile (Portrait)
================================================== */
@media (max-width: 767px) {

    #search-etobtmimp_boat .boat-order .boat-order-property
    {
        float: none;
    }

    #search-etobtmimp_boat .boat-order .boat-order-property:first-of-type
    {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    #search-etobtmimp_boat .etobtmimp-sidebar .search-row .small-input
    {
        width: 100%;
    }

    #search-etobtmimp_boat .etobtmimp-sidebar .search-row .small-input.left-input
    {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-left
    {
        float: none;
        width: auto;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right
    {
        margin-left: 0px;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-title
    {
        float: none;
        width: auto;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties
    {
        margin-left: 0px;
    }

    #search-etobtmimp_boat .boat-list .boat-box .boat-right .boat-top .boat-main-properties .boat-property
    {
        width: 50%;
        text-align: left !important;
    }
}