.main_block_dm_tc{
    width: 1220px;
	margin:auto;
	margin-top:10px;
}

.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: 18px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.product-home-details .block_dm_tc li p{
    font-family: arial;
    font-size: 13px;
    line-height: 19px;
    color: #000;
}
.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+ */
    background: linear-gradient(135deg, #8BFDD6 0%,#BCFDE7 32%,#E4FCF4 62%,#F4FCF9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8f2e9', endColorstr='#d8f2e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.product-home-details li.item-block-1:hover{
	-moz-box-shadow: 0px 4px 0px 0px #d8f2e9;
    -webkit-box-shadow: 0px 4px 0px 0px #d8f2e9;
    box-shadow: 0px 4px 0px 0px #d8f2e9;
}
.product-home-details li.item-block-2{
    background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #eaeaea 0%, #f7f7f7 32%, #f7f7f7 62%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eaeaea), color-stop(32%,#f7f7f7), color-stop(62%,#f7f7f7), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 32%,#f7f7f7 62%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 32%,#f7f7f7 62%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 32%,#f7f7f7 62%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(135deg, #F7A935 0%,#F8B977 32%,#F5D3AF 62%,#F6E5C9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.product-home-details li.item-block-2:hover{
	-moz-box-shadow: 0px 4px 0px 0px #eaeaea;
    -webkit-box-shadow: 0px 4px 0px 0px #eaeaea;
    box-shadow: 0px 4px 0px 0px #eaeaea;
}
.product-home-details li.item-block-3{
    background: #f2d7de; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f2d7de 0%, #f7eef1 32%, #f7eef1 62%, #f2d7de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2d7de), color-stop(32%,#f7eef1), color-stop(62%,#f7eef1), color-stop(100%,#f2d7de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #f2d7de 0%,#f7eef1 32%,#f7eef1 62%,#f2d7de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #f2d7de 0%,#f7eef1 32%,#f7eef1 62%,#f2d7de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #f2d7de 0%,#f7eef1 32%,#f7eef1 62%,#f2d7de 100%); /* IE10+ */
	background: linear-gradient(135deg, #FF628A 0%,#FD78A4 32%,#FDA0BF 62%,#FFB6C9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d7de', endColorstr='#f2d7de',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.product-home-details li.item-block-3:hover{
    box-shadow: 0 0px 0px 2px rgba(89,171, 210, 0.9);
}
.product-home-details li.item-block-4{
    background: #edf0dd; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #edf0dd 0%, #f4f5ee 32%, #f4f5ee 62%, #edf0dd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf0dd), color-stop(32%,#f4f5ee), color-stop(62%,#f4f5ee), color-stop(100%,#edf0dd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* IE10+ */
background: linear-gradient(135deg, #D5F528 0%,#E0F84B 32%,#EBFA90 62%,#EAF7A2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0dd', endColorstr='#edf0dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.product-home-details li.item-block-4:hover{
    box-shadow: 0 0px 0px 2px rgba(89,171, 210, 0.9);
}
.product-home-details li.item-block-5{
    background: #f0e8e0; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f0e8e0 0%, #f7f2ed 32%, #f7f2ed 62%, #f0e8e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f0e8e0), color-stop(32%,#f7f2ed), color-stop(62%,#f7f2ed), color-stop(100%,#f0e8e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* IE10+ */
    background: linear-gradient(135deg, #FC7C18 0%,#F5A14C 32%,#FDD0A2 62%,#FDD7AF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e8e0', endColorstr='#f0e8e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

}
.product-home-details li.item-block-5:hover{
    box-shadow: 0 0px 0px 2px rgba(89,171, 210, 0.9);
}
.product-home-details li.item-block-6{
    background: #edf0dd; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #edf0dd 0%, #f4f5ee 32%, #f4f5ee 62%, #edf0dd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf0dd), color-stop(32%,#f4f5ee), color-stop(62%,#f4f5ee), color-stop(100%,#edf0dd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* IE10+ */
background: linear-gradient(135deg, #4AD81D 0%,#74D626 32%,#A5E970 62%,#C3F397 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0dd', endColorstr='#edf0dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

}
.product-home-details li.item-block-6:hover{
    box-shadow: 0 0px 0px 2px rgba(89,171, 210, 0.9);
}
.quang-cao-top{
    display: inline-block;
    margin-bottom: 10px;
}


.block_dm_tc li{

width: 238.8px;
height: 160px;
margin: 0 3px 5px 2px;



    float: left;
-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;

}
.block_dm_tc li:hover{
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.info-product-tc{
    padding: 5px 0px 0px 9px;
    width: 200px;
    display: inline-block;
    position: relative;
}
.block_dm_tc li h3{
    font-family: arial;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
}
.block_dm_tc li p{
    font-family: arial;
    font-size: 12px;
    line-height: 19px;
    color: #555;
}
.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;
    
}
.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);
}
a.wrapper_block_dm_tc{
    width : 292.5px;
    height: 180px;
    display: inline-block;  
}
block_dm_tc li:hover{

}
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+ */
    background: linear-gradient(135deg,  #d8f2e9 0%,#f5fbf9 32%,#f5fbf9 62%,#d8f2e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8f2e9', endColorstr='#d8f2e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-1:hover{
        -moz-box-shadow: 0px 2px 0px 0px #d8f2e9;
    -webkit-box-shadow: 0px 2px 0px 0px #d8f2e9;
    box-shadow: 0px 2px 0px 0px #d8f2e9;
}
li.item-block-2{
    background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #eaeaea 0%, #f7f7f7 32%, #f7f7f7 62%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eaeaea), color-stop(32%,#f7f7f7), color-stop(62%,#f7f7f7), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 32%,#f7f7f7 62%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 32%,#f7f7f7 62%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 32%,#f7f7f7 62%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(135deg,  #eaeaea 0%,#f7f7f7 32%,#f7f7f7 62%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-2:hover{
        -moz-box-shadow: 0px 2px 0px 0px #eaeaea;
    -webkit-box-shadow: 0px 2px 0px 0px #eaeaea;
    box-shadow: 0px 2px 0px 0px #eaeaea;
}
li.item-block-3{
    background: #f2d7de; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f2d7de 0%, #f7eef1 32%, #f7eef1 62%, #f2d7de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2d7de), color-stop(32%,#f7eef1), color-stop(62%,#f7eef1), color-stop(100%,#f2d7de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f2d7de 0%,#f7eef1 32%,#f7eef1 62%,#f2d7de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f2d7de 0%,#f7eef1 32%,#f7eef1 62%,#f2d7de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f2d7de 0%,#f7eef1 32%,#f7eef1 62%,#f2d7de 100%); /* IE10+ */
background: linear-gradient(135deg,  #f2d7de 0%,#f7eef1 32%,#f7eef1 62%,#f2d7de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d7de', endColorstr='#f2d7de',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-3:hover{
        -moz-box-shadow: 0px 2px 0px 0px #f2d7de;
    -webkit-box-shadow: 0px 2px 0px 0px #f2d7de;
    box-shadow: 0px 2px 0px 0px #f2d7de;
}
li.item-block-4{
    background: #edf0dd; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #edf0dd 0%, #f4f5ee 32%, #f4f5ee 62%, #edf0dd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf0dd), color-stop(32%,#f4f5ee), color-stop(62%,#f4f5ee), color-stop(100%,#edf0dd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* IE10+ */
background: linear-gradient(135deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0dd', endColorstr='#edf0dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-4:hover{
        -moz-box-shadow: 0px 2px 0px 0px #edf0dd;
    -webkit-box-shadow: 0px 2px 0px 0px #edf0dd;
    box-shadow: 0px 2px 0px 0px #edf0dd;
}
li.item-block-5{
    background: #f0e8e0; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f0e8e0 0%, #f7f2ed 32%, #f7f2ed 62%, #f0e8e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f0e8e0), color-stop(32%,#f7f2ed), color-stop(62%,#f7f2ed), color-stop(100%,#f0e8e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e8e0', endColorstr='#f0e8e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-5:hover{
        -moz-box-shadow: 0px 2px 0px 0px #f0e8e0;
    -webkit-box-shadow: 0px 2px 0px 0px #f0e8e0;
    box-shadow: 0px 2px 0px 0px #f0e8e0;
}
li.item-block-6{
    background: #edf0dd; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #edf0dd 0%, #f4f5ee 32%, #f4f5ee 62%, #edf0dd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf0dd), color-stop(32%,#f4f5ee), color-stop(62%,#f4f5ee), color-stop(100%,#edf0dd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* IE10+ */
background: linear-gradient(135deg,  #edf0dd 0%,#f4f5ee 32%,#f4f5ee 62%,#edf0dd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0dd', endColorstr='#edf0dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-6:hover{
        -moz-box-shadow: 0px 2px 0px 0px #edf0dd;
    -webkit-box-shadow: 0px 2px 0px 0px #edf0dd;
    box-shadow: 0px 2px 0px 0px #edf0dd;
}
li.item-block-7{
    background: #f0e8e0; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f0e8e0 0%, #f7f2ed 32%, #f7f2ed 62%, #f0e8e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f0e8e0), color-stop(32%,#f7f2ed), color-stop(62%,#f7f2ed), color-stop(100%,#f0e8e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e8e0', endColorstr='#f0e8e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-7:hover{
        -moz-box-shadow: 0px 2px 0px 0px #f0e8e0;
    -webkit-box-shadow: 0px 2px 0px 0px #f0e8e0;
    box-shadow: 0px 2px 0px 0px #f0e8e0;
}
li.item-block-8{
    background: #f0e8e0; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f0e8e0 0%, #f7f2ed 32%, #f7f2ed 62%, #f0e8e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f0e8e0), color-stop(32%,#f7f2ed), color-stop(62%,#f7f2ed), color-stop(100%,#f0e8e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f0e8e0 0%,#f7f2ed 32%,#f7f2ed 62%,#f0e8e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e8e0', endColorstr='#f0e8e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
li.item-block-8:hover{
        -moz-box-shadow: 0px 2px 0px 0px #f0e8e0;
    -webkit-box-shadow: 0px 2px 0px 0px #f0e8e0;
    box-shadow: 0px 2px 0px 0px #f0e8e0;
}
.qa_color, .qa_top_right .qa_data ul li a:hover, .qa_left .qa_category li a:hover, .qa_top_left .qa_content .qa_tab ul li a:hover, .qa_top_left .qa_content .qa_info a.qa_title:hover, .qa_top .qa_top_category li a:hover, .qa_bottom .qa_frame ul li a:hover, .qa_bottom .qa_frame .qa_info a.qa_title:hover, .qa_bottom .qa_frame .qa_info p a:hover, .qa_wrapper .qa_detail .qa_poll a:hover, .qa_wrapper .qa_detail .qa_poll a.qa_related:hover, .qa_wrapper .qa_detail_left .qa_answer_tab ul li a:hover, .qa_wrapper .qa_detail_right ul li a:hover, .qa_wrapper .qa_sub_category li a:hover, .qa_wrapper .qa_tab_content .qa_info a.qa_title:hover, .qa_wrapper .qa_tab_content .qa_info p a:hover {
color: #0E71B4 !important;
}
.slimScrollBar{
    display: none !important;
}