.main_block_dm_tc{
    width: 100%;
	margin-bottom: 10px;
}

.product-home-details .block_dm_tc {
	width: 910px;}
.block_dm_tc{
	margin: 0 auto;
overflow: hidden;}

.product-home-details .block_dm_tc li{
    width: 292.5px;
    height: 180px;
    float: left;
    margin: 0px 10px 10px 0px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
position: relative;

}
.product-home-details .block_dm_tc li:hover{
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.product-home-details .info-product-tc{
    padding: 5px 0px 0px 9px;
    width: 200px;
    display: inline-block;
    z-index:  100;
    position: relative;
}
.product-home-details .block_dm_tc li h3{
    font-family: arial;
    font-size: 19px;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
}
.product-home-details .block_dm_tc li p{
    font-family: arial;
    font-size: 13px;
    line-height: 19px;
    color: #555;
}
.product-home-details .block_dm_tc li img{
    max-height: 150px;
    max-width: 150px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -o-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
    
}
.product-home-details .block_dm_tc li:hover img{
    -webkit-transform: rotate(-2deg) scale(1);
    -moz-transform: rotate(-2deg) scale(1);
    -o-transform: rotate(-2deg) scale(1);
    -ms-transform: rotate(-2deg) scale(1);
    transform: rotate(-2deg) scale(1);
}
.product-home-details a.wrapper_block_dm_tc{
    width : 292.5px;
    height: 180px;
    display: inline-block;  
}
.product-home-details .block_dm_tc li:hover{

}
.product-home-details li.item-block-1{
     background: #d8f2e9; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #d8f2e9 0%, #f5fbf9 32%, #f5fbf9 62%, #d8f2e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d8f2e9), color-stop(32%,#f5fbf9), color-stop(62%,#f5fbf9), color-stop(100%,#d8f2e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #d8f2e9 0%,#f5fbf9 32%,#f5fbf9 62%,#d8f2e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #d8f2e9 0%,#f5fbf9 32%,#f5fbf9 62%,#d8f2e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #d8f2e9 0%,#f5fbf9 32%,#f5fbf9 62%,#d8f2e9 100%); /* IE10+ */
    backgrou