
/************************************************
		Products Print Pages 
**********************************************/	

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

h4{
	display:inline;
}

p{
	margin:10px 0;
	padding:0;
}

.bold{
	font-weight:bold;
}	

#printContainer{
	width:569px;
	margin:0 auto;	
}

#logo{
	margin-bottom:10px;
}

table{
	text-align:left;
	border-collapse:collapse
}
table td, table th{
	padding:2px 8px;
	vertical-align:top
}
table th{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

#leftImages{
	float:right;
	text-align:center;
}

#leftImages div{
	float:left;
	margin-left:10px;
}

#leftImages div#product img{

}

#bottomContent{
	clear:both;
}

#bottomContent h2{
	font-size:14px;
	margin-top:30px;
}
#bottomContent h2 span{
	font-size:18px;
}

table.sizeChart{
	font-size:11px;
	margin:0 0 20px
}
table.woodChart td{
	padding:3px 7px;
	width:60px;
	text-align:center
}
table.sizeChart th, table.sizeChart th{
	font-size:11px;
	text-transform:none !important;		
	text-align:center !important
}
table.sizeChart td, table.sizeChart td{
	border:solid 1px #333;	
	text-align:center !important
}
.price{
	font-weight:bold;
	font-size:14px;
}

.btm{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	display:inline;
}
.right{
	float:right;
	margin:0;
}

#padtop{
	clear:both;
	margin-top:10px;
}

.imgFloats h6, .imgFloats p{
	margin:0;
	padding:0;
}
.imgFloats h6{
	font-size:11px;
	color:#333;
	font-weight:bold;
}
.imgFloats img{
	float:left;
	text-align:left;
	width:50px;
}
.imgFloats div{
	float:left;
	width:125px;
	margin-left:20px;
}
