/* mod_auctionfactory */
.auctions-list-wrapper {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #aaaaaa;
}

.auctions-list-wrapper:last-child {
    border-bottom: 0;
}

.mod-price {
    font-size: 11px;
    font-weight: bold;
}

/* mod_auctionfactorybidspanel */

.bids-panel-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 2px solid #C0C0C0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #F5F5F5;
}

.proxy-info-box {
    background-color: #FAEBD7;
    padding: 5px;
    border: 1px solid #333333;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#proxy-more-info-modal-box {
    display: none;
}

.disclosure {
    width: inherit;
    margin-top: 10px;
    padding: 5px;
    background-color: #C0C0C0;
    font-size: 16px;
    font-weight: bold;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.red {
    color: #FF0000;
}

.label {
    color: #000000;
    text-shadow: none;
    font-size: 13px;
    background-color: transparent;
}

.countdown {
    font-size: 20px;
}

.left-bar {
    border-left: 2px solid #494949;
}

.span6.left-bar {
    padding-left: 10px;
}

.span6.min-height-200 {
    position: relative;
}

.min-height-200 {
    min-height: 200px !important;
}

.pull-bottom {
    position: relative;
    bottom: 0;
}

.auctionForm_bid,
.auctionForm_bin{
    margin: 0;
}

/* mod_auctionfactorycartinfo */
#box-cart-info {
    min-width: 150px;
    height: 35px;

    margin-bottom: 3px;

    border: 2px solid #585858;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    text-align: center;
}

#box-cart-info:hover {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#box-cart-info .icon-shopping-cart {
    float: left;
    margin: 8px 5px 8px 15px;
    line-height: 31px;
}

#box-cart-info .count-items {
    width: auto;
    display: inline-block;
    line-height: 31px;
    font-size: 18px;
    font-weight: bold;

}

#box-cart-info .box-cart-content-summary {
    min-width: 250px;
    display: none; /* Is displayed on-hover by java-script */
    float: right;

    position: relative;
    right: -2px;

    z-index: 1000;
    padding: 5px;

    background-color: #ffffff;
    border: 2px solid #585858;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    font-size: 11px;
}

#box-cart-info:hover .box-cart-content-summary {
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

#box-cart-info .box-cart-content-summary th {
    background-color: #e8e8e8;
    white-space: nowrap;
    text-align: center;
}

#box-cart-info .box-cart-content-summary td {
    white-space: nowrap;
    text-align: right;
}

/* Item name */
#box-cart-info .box-cart-content-summary td:first-child {
    text-align: left;
}

#box-cart-info .total-general {
    font-size: 14px;
    font-weight: bold;
}

/* mod_auctionfactorylatestviewed */

.row-latestviewed {
    border-bottom      : 1px dotted #cccccc;
    padding            : 3px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

.mod-no-image {
    width          : 30px;
    height         : 30px;
    margin         : 0 auto;
    background     : url('../../images/no_image_camera.png') no-repeat center;
    border         : 4px solid #eeeeee;
    text-align     : center;
    vertical-align : middle;
    font-size      : 0;
    font-weight    : bold;
}

.info {
    font-size : 10px;
    color     : #aaaaaa;
    display   : block;
}

.mod-price {
    font-size   : 11px;
    font-weight : bold;
}

.grid-row-latestviewed {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

.grid-row-latestviewed .grid-column {
    border             : 2px solid #aaaaaa;
    background-color   : #ffffff;
    margin             : 5px;
    padding            : 5px;
    text-align         : center;

    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

@media screen and (max-width : 767px) {
    .grid-row-latestviewed .grid-column {
        margin : 5px 0 5px 0;
    }

}

/*  mod_auctionfactorynavigation */
.bids_navigation_path {
    float: left;
}

.bids_navigation_children_arrow {
    width: 9px;
    height: 9px;
    float: left;
    margin-top: 5px;
    cursor: pointer;
    background: url("../../images/arrow_right.gif") no-repeat;
}
.bids_navigation_children_arrow_hover {
    cursor: pointer;
    background: url("../../images/arrow_down.gif") no-repeat;
}

.bids_navigation_children {
    display: none;
    margin-top:10px;
    border: solid 1px #808080;
    position: absolute;
    background-color: #EDEDED;
    padding: 5px 3px 3px 3px;
    z-index: 1000;
}

/* mod_auctionfactorysearch  */

.search-auctions-form {
    overflow: auto;
}

.intro_search_mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.intro_search_mod input,
.intro_search_mod select {
    width: 100%;
    height: 35px;
    line-height: 1.5em;
}

.intro_search_mod .search-keyword {

    font-size: 1.2rem;
    color: #A6A6A6;
}
/* mod_auctionfactoryrate */
img.rate_star.small{
    width: 10px;
}

/* mod_auctionfactorysearch */

.intro_search_mod {
    float: left;
    padding: 3px;

    width: 100%;
    font-size: 17px;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #388be6;

    background: #aac6e6;
    background: -moz-linear-gradient(top, #aac6e6 0%, #388be6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #aac6e6), color-stop(100%, #388be6));
    background: -webkit-linear-gradient(top, #aac6e6 0%, #388be6 100%);
    background: -o-linear-gradient(top, #aac6e6 0%, #388be6 100%);
    background: -ms-linear-gradient(top, #aac6e6 0%, #388be6 100%);
    background: linear-gradient(to bottom, #aac6e6 0%, #388be6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aac6e6', endColorstr='#388be6', GradientType=0);
}


/* mod_auctionfactorysuggestions */
.row-suggestion {
    border-bottom: 1px dotted #CCCCCC;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mod-no-image {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url('../../images/no_image_camera.png') no-repeat center;
    border: 4px solid #eeeeee;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    font-weight: bold;
}

.mod-price {
    font-size: 11px;
    font-weight: bold;
}

.category {
    font-size: 10px;
    color: #AAAAAA;
    display: block;
}

.grid-row-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-row-suggestions .grid-column {
    border: 2px solid #AAAAAA;
    background-color: #FFFFFF;
    margin: 5px;
    padding: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .grid-row-suggestions .grid-column {
        margin: 5px 0 5px 0;
    }

}
