﻿/* Buttons
---------------------------------------- */
#buttonHolder {
	width:100%;
	margin-top:30px;
	overflow:hidden;
	font-size:11px;
	color:#000;
}
#buttonHolder a,
#buttonHolder a:link,
#buttonHolder a:visited,
#buttonHolder a:hover,
#buttonHolder a:active {
	text-decoration:none;
	color:#000;
	margin-right:11px;
	padding-left:23px;
	line-height:22px;
}
#buttonHolder img {
	margin-right:4px;
}
#buttonHolder .back a {
	float:left;
	background:url(../gfx/iconBack.jpg) no-repeat;
}
#buttonHolder .print a {
	float:left;
	background:url(../gfx/iconPrint.jpg) no-repeat;
}
#buttonHolder .tip a {
	float:left;
	background:url(../gfx/iconTip.jpg) no-repeat;
}
#buttonHolder .PDF a {
	float:left;
	background:url(../gfx/iconPDF.jpg) no-repeat;
	padding-left:28px;
}
#buttonHolder .fav a {
	background:url(../gfx/iconFave.jpg) no-repeat;
	float:left;
}
