/* Generic taWebCatalogueItem styles */

.taWebCatalogueItem .taWebCatalogueItem_Body{
    background-color: #FFFFFF;
}
.taWebCatalogueItem .taWebCatalogueItem_Body.taWebCTI_Scrollable{
    overflow: auto;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item{
    margin: 3px;
    background-color: #FFFFFF;
    
    border: 2px solid #DDDDDD;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item img{
    cursor: pointer;
}


.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Qty{
    width: 40px;
    text-align: right;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Price{
    font-weight: bold;
    font-size: 22px;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Qty{
    border: 1px solid #DDDDDD;
    vertical-align: top;
    margin-top: 5px;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCTI_Decr{
     background-color: transparent;
    background-image: url('minus.png'); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: center center;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    border: none;
    width: 20px;
    height: 18px;
    vertical-align: top;
    margin-top: 5px;
}
.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCTI_Incr{
     background-color: transparent;
    background-image: url('plus.png'); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: center center;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    border: none;
    width: 20px;
    height: 18px;
    vertical-align: top;
    margin-top: 5px;
}
.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Button{
    background-color: transparent;
    background-image: url('shopping_cart_add_24.png'); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    border: none;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    vertical-align: top;
}


/* Tiles version */
.taWebCatalogueItem .taWebCTI_Tiles{
    background-color: #FFFFFF;
    
    overflow: auto;
    height: 100%;
}

.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item{
    margin: 3px;
    background-color: #FFFFFF;
    float: left;
    
    border: 1px solid #DDDDDD;
    overflow: hidden;

    width: 145px;
    height: 190px;
    text-align: center;
}

.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item img{
    width: auto; /*210px;*/
    height: 140px;
    cursor: pointer;
}

.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item{
    width: 210px;
    height: 250px;
}


.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item div{
    text-align: center;
}

.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item .taWebCatalogueItem_Desc{
    margin: 5px;
    height: 30px;
    display: block;
}

.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item .taWebCatalogueItem_Price{
    font-weight: bold;
    font-size: 22px;
    margin: 5px;
    display: block;
}

.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item .taWebCatalogueItem_Qty{
    border: 1px solid #DDDDDD;
}

.taWebCatalogueItem .taWebCTI_Tiles .taWebCatalogueItem_Item .taWebCatalogueItem_Button{

}


/* List version */
.taWebCatalogueItem .taWebCTI_List .taWebCatalogueItem_Item .taWebCatalogueItem_Desc{
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.taWebCatalogueItem .taWebCTI_List .taWebCatalogueItem_Item img{
    height: 60px;
    cursor: pointer;
}

.taWebCatalogueItem .taWebCTI_List .taWebCatalogueItem_Item .taWebCatalogueItem_Price{
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.taWebCatalogueItem .taWebCTI_List .taWebCatalogueItem_Item > div{
    float: right;
}
.taWebCatalogueItem .taWebCTI_List .taWebCatalogueItem_Item form{
    display: inline-block;
    margin: 10px;
}
