/*********************************************************************
* Copyright 2010 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* INTERNET EXPLORER 6 AND 7 HACKS
*********************************************************************/

/***** Internet Explorer 6 *****/
* html html,
* html body,
* html form {}
* html #content {height:400px;}
* html .box-c .box-c-content {display:inline-block;}
* html #nav-main .radmenu ul li a span {background: url(../images/radnav-left.gif) 0 0 no-repeat;}
* html #nav-main .radmenu ul li a {background:url(../images/radnav-right.gif) 100% 0 no-repeat;}

* html #nav-main .radmenu ul li a:hover,
       #nav-main .radmenu ul li a.focused,
       #nav-main .radmenu ul li a.expanded {color: #000; text-decoration: none; background:url(../images/radnav-right-a.gif) 100% 0 no-repeat;}

* html #nav-main .radmenu ul li a:hover span,
       #nav-main .radmenu ul li a.focused span,
       #nav-main .radmenu ul li a.expanded span {background: url(../images/radnav-left-a.gif) 0 0 no-repeat;}
       
       
/***** Internet Explorer 7 *****/
*+html #nav-main .radmenu ul li a span {background: url(../images/radnav-left.png) 0 0 no-repeat;}
*+html #nav-main .radmenu ul li a {background:url(../images/radnav-right.png) 100% 0 no-repeat;}

*+html #nav-main .radmenu ul li a:hover,
       #nav-main .radmenu ul li a.focused,
       #nav-main .radmenu ul li a.expanded {color: #000; text-decoration: none; background:url(../images/radnav-right-a.png) 100% 0 no-repeat;}

*+html #nav-main .radmenu ul li a:hover span,
       #nav-main .radmenu ul li a.focused span,
       #nav-main .radmenu ul li a.expanded span {background: url(../images/radnav-left-a.png) 0 0 no-repeat;}
       

/***** Internet Explorer 6 & 7 *****/
input.field, textarea {margin-top: -1px; margin-bottom: -1px;}
.btn {display: inline-block;}
.btn-wide {display: block;}
	.btn input {display: inline-block; padding-top: 2px; padding-bottom: 2px; overflow: visible; line-height: 1.35em;}
	.btn-a-a input {padding-top: 2px; padding-bottom: 0;}
input.button {padding-left: 300px; text-indent: 0;}
