/*
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; }
