/* ------------------------------------
Shine Style Sheet (print)
version: 1.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}
	
h1 {
	font-size:190%;
	margin-bottom:45px;
	color:#dd5495;
	font-weight:normal;
	}
	
p {
	line-height:1.6em;
	}	
	
a {
	color:#dd5495;
	}		
	

	
p.basket {
	font-size:80%;
	color:#999;
	background:url(../images/cart-icon.gif)  no-repeat 0 50%;
	float:right;
	}
	
p.basket a {
	color:#999;
	text-decoration:none;
	border-bottom: 1px solid #e4e4e4;
	}	
	
#footer p {
	color:#999;
	}
	
.productwrapper p {
	color:#333;
	}
	
.productwrapper {
	width:232px;
	float:left;
	margin:0 20px 20px 0; 
	}
	
.product {
	width:232px;
	height:232px;
	background:url(../images/product-bkg.gif) no-repeat top center #fff;
	text-align:center;
	}	

#othernav, #mainnav, #subnav {
	display:none;
	}	

img {
	border:none;
	}
	
