/*
Theme Name: IntexPools
Theme URI: http://mello.co.nz
Author: Bejoy
Author URI: http://mello.co.nz
Description: Theme developed by Mello
Version: 1.0
*/
/* =Wrapping Images
   ========================================================================== */
img.alignright,
.wp-caption.alignright { 
    float: right;
    margin: 0.1em 0 1em 1em;
}
img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0.1em 1em 1em 0;
}
h3{
line-height:175%!important;
}
h4.product_head {
	min-height: 80px;
}
h4.product_head_cat {
	min-height: 125px;
}
h4, h5{
margin-top:25px;
line-height:155%!important;
}
.product_sale_status, .product_sale_others, .product_sale_pools{
    position: absolute;
    width:25%;
}
.product_sale_status{
    margin-top:-5px;
    margin-left:-5px;
}
.product_sale_pools{
    margin-top:-3px;
    margin-left:-3px;
}
.product_sale_others{
    margin-top:-2.5px;
    margin-left:-2.5px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
}
.wp-caption img {
    display: inline-block;
}
.caret{
display:none!important;
}
pre {
    background:#fff !important;
    border:2px solid #000 !important;
}
pre span{
font-family: verdana !important;
}