.taWebCatalogueItem .taWebCatalogueItem_Body{
    background-color: #FFFFFF;
    
    overflow: auto;
    height: 100%;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item{
    margin: 3px;
    background-color: #FFFFFF;
    float: left;
    
    border: 1px solid #DDDDDD;
    overflow: hidden;

    width: 145px;
    height: 190px;
    text-align: center;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item img{
    width: auto; /*210px;*/
    height: 140px;
    cursor: pointer;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item{
    width: 210px;
    height: 250px;
}


.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item div{
    text-align: center;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Desc{
    margin: 5px;
    height: 30px;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Price{
    font-weight: bold;
    font-size: 22px;
    margin: 5px;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Qty{
    border: 1px solid #DDDDDD;
}

.taWebCatalogueItem .taWebCatalogueItem_Body .taWebCatalogueItem_Item .taWebCatalogueItem_Button{
    background-image: url('http://localhost/taWebOrder_17_1/images/cart.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 */
    height: 22px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}