/*
Title:   Custom Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.query_rule {color:#000;}

/* Google Map in Header, scrolling zoom-bar appears broken. */
.gmnoprint img {
	max-width: inherit;
}
/* stop the controls being screwed up */
#google_map img {
    max-width: none;
}
/* remove twitter and facebook from lightbox */
div.pp_kalypso .pp_social {
	display: none;
}
/* product image (product999999.html) */
.product-gallery {
	min-height:inherit; padding-top:10px; background:inherit; border:hidden;
}
/* fix foxfire not resize (index.html) */
.hoverBorder {
	display:inherit;
}

/* for product page */
.tabs_style2 > ul.nav > li > a {font-weight:inherit}
.pdt_hr { height: 5px; background-color:#B9BBDA; }

/* Animated Buttons */
.a-btn-text{
    font-size: 16px;
}
.a-btn{
    width: 200px;
    padding-left: 20px;
    padding-right: 80px;
}
.a-btn-slide-text{
    font-size: 12px;
    text-transform: inherit;
    /*right: 123px;*/
}
.a-btn:hover .a-btn-slide-text{
    width: 230px;
}
.b-btn-text{
    font-size: 16px;
}
.b-btn{
    width: 200px;
}
.b-btn-slide-text{
    font-size: 12px;
    text-transform: inherit;
}
.b-btn:hover .b-btn-slide-text{
    width: 230px;
}