/**
 * Style sheet for IE 6-9.
 * 
 * Helping conditional html tag, there is a lot of usefull classes
 * to target IE version:
 * ie, ie_lt7, ie7, ie_gt7, ie_lt8, ie8, ie_gt8, ie_lt9, ie9, ie_gt9
 *
 * @package    vanilla
 * @subpackage css
 * @author     Loops <evrard at h2a dot lu>
 * @version    SVN: $Id: ie_lt9.css 36 2014-07-25 12:22:31Z loops $
 */

/* useless transitions */
button:after, .btn:after { display: none; }
/* hover/focus effect - with two levels */
button:hover, button:focus, .btn:hover, .btn:focus,
a:hover > .btn, a:focus > .btn, a:hover > * > .btn, a:focus > * > .btn { background-color: #8faf3d; }
/* no more effect on active - with two levels */
button:active, .btn:active,
a:active > .btn, a:active > * > .btn { background-color: #678125; }

/* useless transitions */
.btn2:before, .btn2:after { display: none; }
.btn2 { background-color: #8faf3d; }
.btn2:hover, .btn2:focus { background-color: #678125; }
.btn2:active { background-color: #52671d; }

/* useless transitions */
.layout1footernav_link:before { transform: none !important; }
.layout1footernav_link:hover { z-index: 1 !important; }
