/* BASE */

#contentblock
{
    float:left;
    width:100%;
    padding-bottom:10px;
    background: #EEEEEE;
    display:table;
}

#leftpanel
{
    width:20%;
    border:1px solid silver;
    background:#DDB991;
    margin:0px 0px 0px 0px;
    display:table-cell;
    vertical-align: top;
}

#contentpanel
{
    width:100%;
    background:#FFFFFF;
    margin:0px 0px 0px 0px;
    display:table;
}


.lp_tile
{
    float:left;
    width:245px;
    background-image: url("./images/lp_tile.png");
    background-repeat: repeat-x;
    height:34px;
    display:inline;
    margin:1px 1px 1px 1px;
}


.lp_block,.lp_block1
{
    border:1px solid #FFFFFF;
}

.searchBox input[type='text']{
    width: 150px;
    height: 20px;
    float: left;
    background: #F9F9F9;
    padding: 5px 5px 5px 5px;
    margin:5px 5px 5px 5px;
}

.paginateTile{
    float:left;
    display:inline;
    width:100%;
    height:34px;
    border:1px solid #C7244B;
}    

.paginateText {
    margin: 10px 0 0 0;
    font:15px/15px Tahoma;
}

.paginateText a{
    margin: 10px 0 0 0;
    font:15px/15px Tahoma;
}

.cnt_tile2{
    float: left;
    margin: 15px 15px 0 15px;
    display: inline;
    background-repeat: repeat-x;
    height: 34px;
    border: 1px solid silver;
    width: 95%;
    width: -webkit-fill-available;
    width: -moz-available;
}

.cnt_block1{
    float:left;
    background:#DDB991;
    border-left:1px solid #FFD3FA;
    border-right:1px solid #FFD3FA;
    border-bottom:1px solid #FFD3FA;
    margin: 0px 15px 0px 15px;
    display:inline;
    clear: both;
    width: 95%;
    width: -webkit-fill-available;
    width: -moz-available;
}

    
.centeredImageContainer{
    float: left;
    height: 150px;
    display: inline-block;
    width: 150px;
    position: relative;
    background-color: white;
    margin: 10px;
    padding: 0px;
}

.centeredImageContainerMini > img,
.centeredImageContainerMini a > img,
.centeredImageContainer > img,
.centeredImageContainer > a > img {        
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product .productMiniature {
    /*position: relative;*/
    /*border: 1px red solid;*/   

    margin-left: auto;
    margin-right: auto;
    max-height: 130px;
    display: block;
    
    /*max-height: 100%;*/
    /*max-width: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
}
.product .brandImage {
    position: absolute;
    top: 15px;
    left: 0px;
    height: 30px;
    opacity: 0.5;
    /*width: 30px;*/
    /*border: 1px green solid;*/
    margin-right: 0;
    margin-bottom: 0;
}

.centeredImageContainerMini{
    float: left;
    height: 25px;
    display: inline-block;
    width: 25px;
    position: relative;
    background-color: white;
    margin: 10px;
}


.productImageMiniature{
    height: auto;
    max-height: 100%;
    max-width: 100%;
    float:left;
}

.removeFromBasketButton {
    float: left;
    width:30px;
    height:30px;
    background:url('./images/shoppingCartRemove.png') center no-repeat;
    font-size: 0px;
    padding: 0px 0px 0px;
    margin:5px 5px 5px 0px;
}   

.loginRegisterLink{
    float:left;
    font:11px Tahoma;
    color:#ffffff;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    display:inline;
}

.productImageMiniature{
    height: auto;
    max-height: 100%;
    max-width: 100%;
    float:left;
}

.removeFromBasketButton {
    float: left;
    width:37px;
    height:37px;
    background:url('./images/shoppingCartRemove.png') center no-repeat;
    font-size: 0px;
    padding: 0px 0px 0px;
    margin:5px 5px 5px 0px;
}   

.addToBasket
{
    clear:left;
    padding: 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.addToBasketButton {
    float: left;   
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px 0px 0px;
    margin: 5px 5px 5px 0px;
}  

.saveBasketChangesButton {
    float: left;
    width: 100px;
    height: 37px;
    padding: 0px 0px 0px;
    padding: 0px 0px 0px;
    margin:5px 5px 5px 0px;
}  

.productVariantCombobox {    
    float: left;
    height: 37px;
    margin:5px 5px 5px 0px;
}

.cnt_txt3{
    overflow:hidden;
    font:11px/15px Tahoma;
    margin:10px 10px 10px 10px;
}



/* Links inside the dropdown */
.dropdown-content input, button {
    font: 11px Tahoma;
    color: #79010D;
    border: 1px solid white;
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
}

.productsListElementImage{
    float: left;
    margin: 0 0 0 0;
    display: inline;
    height: 25px;
    width: 25px;
    border: 0px;
}

.product .border {
    position: relative;
}

.filterBar
{
    width: 715px;
    border:1px solid #000000;
    margin-left: 2px;
}

.filterBarHeader
{
    float:left;
    width:245px;
    background-image: url("./images/lp_tile.png");
    background-repeat: repeat-x;
    height:34px;
    display:inline;
    margin:1px 1px 1px 1px;
    
    width: 711px;
    border:1px solid #000000;
}