/**
 * IE8.CSS
 *
 * @package BIBLIOGRAFIA NACIONAL 2013
 * @author front.end multimédia
 * @copyright Copyright (c) Front.end 2013
 * @version 1.0
 * @access public
 */

.header .mainMenu {
	background: url('../images/bg-menu-border.png') 0 0 repeat-y;
}

.header .mainMenu li {
	border-left: 0 none;
	background: url('../images/bg-menu-border.png') 100% 0 repeat-y;
}

.scroller a {
	filter: alpha(opacity = 100)
}


.scroller:hover a {
	filter: alpha(opacity = 60)
}

.scroller a:hover, .scroller a:focus {
	filter: alpha(opacity = 100)
}

.livro .opcoes a:hover, .livro .opcoes a:focus {
	filter: alpha(opacity = 70)
}

.editor .indice a {
	background: url('../images/bg-indice.png') -26px -26px no-repeat;
}

.editor .indice a.active, .editor .indice a:hover, .editor .indice a:focus {
	background: url('../images/bg-indice.png') 0 0 no-repeat;
	color:#ffffff;
}

.form input[type="radio"] {
	display:inline-block;
	cursor: pointer;
}

.form input[type="radio"] + label span {
	display: none;
}

.form input[type="text"] {
	line-height: 34px;
}

.listenInput {
	padding-top: 7px !important;
	height: 24px !important;
}

.formCombinada input {
	
}

.opcoes .anos input[type='text'] {
	vertical-align: middle !important;
	padding: 6px 10px !important;
	height: 11px !important;
	overflow: hidden !important;
	text-align: center center !important;
	line-height: 10px !important;
}

.formCombinada input[type='text'] {
	line-height: 19px !important;
	height: 29px !important;
	padding-top: 7px !important;
}