
/** STYLES FOR MENU PAGES IN TOOLS.PHP**/

body {
	/*color:#e59c00;#E96656*/
}

/*.outofstock a img*/

.outofstock .images a, 
.products .outofstock a {
    position:relative;
    display:block;
}
.outofstock .images a:before, 
.products .outofstock a:before {
    content: " ";
    height: 100%;
    position: absolute;
    width: 100%;
    display: inherit !important;
}