/* Print styles for Yapp Brothers website.  Created October 2008, by Rachel from Datadial Ltd. */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.5;
	font-size:12px;
}
a img{
	border:none;
}
h1, h2, h3{
	margin:0;
	padding:1em 0 0 0;
	color:#633;
	line-height:1.3;
}
h2, h3{
	font-weight:normal;
}
#nav, #mastHead p, #bottleWrap, #breadcrumbTrail, #productNav, #EmailSignUp, #recentlyViewed img, #easySearch_Options, #sortByWrap, #productsListWrap, #childCategories, .sIFR-flash{
	display:none;
}
#recentlyViewed ul, #footer ul, #shortcutList, .productList, ol{
	margin:0;
	padding:0;
	list-style:none;
}
ol li img{
	display:block;
}
ol li{
	width:90px;
	float:left;
	text-align:center;
}
#mastHead h2{
	text-align:center;
	padding:0;
}
#extra{
	float:left;
	width:150px;
}
#recentlyViewed li{
	padding:0.5em 0;
	border-bottom:1px solid #333;
}
#recentlyViewed a{
	font-weight:bold;
	display:block;
}
#content{
	float:left;
	width:400px;
	padding-left:50px;
}
#productImage{
	text-align:center;
}
td, th{
	border-bottom:1px solid #ccc;
	padding:0.3em 0.2em;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.genericTable {
	clear:both;
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
}
.genericTable tr {
	border-bottom:1px solid #D8D7D7;
}
.genericTable td {
	padding:4px;
}
.productList li hr {/*clearing the list items to make list appear as a grid.  hr added progromatically. */
	display:none;
}
.productList li{
	margin-right:34px;
	padding-bottom:25px;
	position:relative;
	display:block;
}
.productDetails {
	display:block;
	min-height:80px;
}
.productDetails img{
	border:2px solid #efefef;
	float:right;
}
#footer{
	clear:both;
	text-align:left;
	border-top:1px solid #333;
	padding:1em 0;
	margin-top:2em;
}
#footer li{
	float:left;
}
