/**
 * Screen styles for ShopDrift
 * Created 15 Mar 2008
 */
 
 body {
 	font: 62.5% "Lucida Grande", Arial, Helvetica, sans-serif;
 	}
 	
#content-innerboxespage, #content-innerfullpage, #content-shopcategory, #box1, #box2 {
 	font-size: 1.1em;
 	line-height: 1.6;
 	}
	
a:link, a:active, a:visited {
	color:#F70E12;
	text-decoration:none;
	font-weight:bold;
	font-size: 1.2em;
 	line-height: 1.6;
	}
a:hover {
	color:#F70E12;
	text-decoration:underline;
	font-weight:bold;
	}
	
h3 {
	color:#F70E12;
	font-weight:bold;
	font-size: 1.3em;
 	line-height: 1.6;
	border-bottom: 1px dashed #F70E12;
	text-transform:uppercase;
	}
.Heading {
	color:#001BFB;
	font-weight:bold;
	font-size: 1.2em;
 	line-height: 1.6;
	margin:15px 0;
}
h2 {
	font-weight:bold;
	font-size: 1.8em;
 	line-height: 1.6;
	margin:10px 0 0 0;
	}
p {
	margin:8px 0;
}