
#product-categories {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:190px;
	background:#1d1c1c;
	color:#fff;
}
#product-categories a.head, 
#product-categories a.bundles {
	height:24px;
	cursor:pointer;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:-999px;
	overflow:hidden;
}
#product-categories a.head:hover, 
#product-categories a.bundles:hover {
	background-position:0 -24px;}
	

#product-categories li {
	list-style:none outside none;
	display:inline;
	line-height:1.6em;
	height:20px;
	
}
#product-categories li li a {
	color:#dbd6d4;
	display:block;
	text-indent:15px;
	text-decoration: none;
	border-bottom:1px solid #2a2827;
}
#product-categories li li a:hover {
	background-color:#2a2827;
	color:#feffff;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

#product-categories a.street {
	background:url(../images/product-navigation/street.gif) no-repeat 0 0;}

#product-categories a.off-road {
	background:url(../images/product-navigation/off-road.gif) no-repeat 0 0;}

#product-categories a.casual {
	background:url(../images/product-navigation/casual.gif) no-repeat 0 0;}

#product-categories a.bundles {
	background:url(../images/product-navigation/productbundles.gif) no-repeat 0 0;}

#product-categories a.roadparts {
	background:url(../images/product-navigation/roadparts.gif) no-repeat 0 0;}

#product-categories a.offroadparts {
	background:url(../images/product-navigation/offroadparts.gif) no-repeat 0 0;}

#product-categories a.gift-voucher {
	background:url(../images/product-navigation/gift-voucher.gif) no-repeat 0 0;}

@media print {
	.basic div, #product-categories ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
