@charset "utf-8";
/* bottomNav */

div.bottomNav {
/*	border-top: 1px solid #E0E0E0;*/
	clear: both;
	float: none;
	height: 41px;
	left: 179px;
	position: relative;
	width: 565px;
}
a.btnBack, 
a.btnNext,
span.btnNext {
	top: 10px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 5px 32px;
	position: absolute;
	text-decoration: none;
}
a.btnNext,
span.btnNext {
	background: url('../../images/icnNext.png') no-repeat 100% 0;
	padding: 5px 32px 5px 0;
	position: absolute;
	right: 0;
}
span.btnNext.disabled {
	background-position: 100% -100px;
	color: #B2B2B2;
	cursor: default;
}
a.btnBack 
{
	/* MP */
	/* background: url('/images/icnBack.png') no-repeat 0 0; */
	background: url('../../images/icnBack.png') no-repeat 0 -2px;
	left: 0;
}
a.btnBack:hover {
	background-position: 0 -50px;
}
a.btnNext:hover {
	background-position: 100% -50px;
}

ul.printActions {
	bottom: 30px;
	padding-left: 0;
	position: absolute;
	right: -211px;
	width: 190px;
}
ul.printActions li {
	background: url('../../images/icnLink.gif') no-repeat 0 2px;
	list-style: none;
	padding: 0 0 10px 10px;
}
ul.printActions li a {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 0;
	text-decoration: none;
}
ul.printActions li a:hover {
	color: #B00;
}
ul.printActions li a.paPrint {
	background: url('../../images/icnPrint.png') no-repeat 100% 3px;
	padding-right: 23px;
}

