/* Homepage specific styles */
/* Hide Shopping Bag Container */
#shopBasket {
 display: none;
}
/* Set #page to next highest position relative */
#page {
 position: relative;
}
/* right hand puff block */
.home_puffs {
 position: absolute;
 top: 280px;
 left: 190px;
}
.home_puffs li {
 display: block;
 width: 184px;
 margin-bottom: 7px;
 cursor: pointer;
}
.home_puffs li a {
 display: block;
 text-decoration: none;
}
/* IE HACK to remove white space beneath image in list item */
.home_puffs li a {
 .display: inline-block;
}
.home_puffs li a {
 .display: block;
}
/* right hand puff block */
#rhs_puffBlock {
 position:absolute;
 top:180px;
 right:103px;
}
#rhs_puffBlock li {
 display:block;
 width:200px;
 margin-bottom:12px;
 pointer:cursor;
}
#rhs_puffBlock li a {
 display:block;
 text-decoration:none;
}
/* IE HACK to remove white space beneath image in list item */
#rhs_puffBlock li a {.display:inline-block;}
#rhs_puffBlock li a {.display:block;}

