// Printer
body {
	width: 576px;
	margin: 0;
	padding:0;
}

.red {
	color: #e7131d;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
}

ul {
  padding: 0 0 0 13px;
  margin: 0;
}

/* Product Print
-------------------------------------------------- */
.printBtn{
	width: 100%;
	margin: 0 auto;
}

.printHeader {
	width: 470px;
	height: 29px;
	margin: 10px auto;
	padding: 0;
}

.printLogo {
	width: 161px;
	height: 30px;
	border-bottom: 1px solid #555;
}

.toolTitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Arial;
	vertical-align: bottom;
}

.toolModel {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Arial;
	vertical-align: bottom;
}

#toolImg{
	margin: 0 auto;
	text-align: center;
}

#breakBar{
	height: 3px;
	text-align: center;
	margin: 0;
	padding:0;
}

#featList{
	width: 450px;
	margin: 20px auto;
	font-size: 11px;
	line-height: 110%;
	color: #333;
	font-family: Arial;
}

/* Wishlist Print
-------------------------------------------------- */
.wishPrintBtn{
	width: 576px;
	margin: 0 auto;
}

.wishPrintHeader {
	width: 576px;
	height: 29px;
	margin: 10px auto;
	padding: 0;
}

.printLogo {
	width: 104px;
	height: 34px;
	border-bottom: 1px solid #555;
}

.wishList {
	width: 571px;
	height: 29px;
	margin: 10px auto;
	font-family: Arial;
	font-size: 11px;
	border-top: 1px solid #aaa;
}

.first {
	float: left;
	width: 284px;
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.second{
	float: right;
	width: 284px;
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.wishImg {
	width: 72px;
	height: 72px;
	vertical-align: middle;
	text-align: center;
}

.wishImg img {
	width: 64px;
}

.wishText {
	width: 212px;
	vertical-align: middle;
	padding: 
}

/* History Bytes Print
-------------------------------------------------- */

.history_bytes {
	width: 450px;
	margin: 0px auto;
	font-size: 11px;
	line-height: 110%;
	color: #333;
	font-family: Arial;
}

.history_bytes table tr{
	vertical-align: top;
}