a {
	color: #f30;
}

a img {
	border: none;
	text-decoration: none;
}

.cleaner {
	clear: both;
}

#nav {
	height: 40px;
	overflow: hidden;
	margin-right: 24px;
	margin-left: 8px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	height: 40px;
	text-align: left;
}

#nav ul li {
	display: block;
	list-style: none;
	float: left;
	font-size: 10px;
}

#nav ul li a {
	display: block;
	height: 40px;
	position: relative;
}

#nav ul li a span {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	cursor: pointer;
}

#nav ul li,
#nav ul li a,
#nav ul li a span {
	background-image: url(images/main-n-nav.gif);
	background-repeat: no-repeat;
}

#link-shopping, #link-shopping a, #link-shopping a span {
	width: 135px;
	background-position: 0px 0px;
}

#link-shopping a:hover, #link-shopping a:hover span {
	background-position: 0px -40px;
}

#link-testimonials, #link-testimonials a, #link-testimonials a span {
	width: 102px;
	background-position: -135px 0px;
}

#link-testimonials a:hover, #link-testimonials a:hover span {
	background-position: -135px -40px;
}

#link-about, #link-about a, #link-about a span {
	width: 81px;
	background-position: -237px 0px;
}

#link-about a:hover, #link-about a:hover span {
	background-position: -237px -40px;
}

#link-contact, #link-contact a, #link-contact a span {
	width: 92px;
	background-position: -318px 0px;
}

#link-contact a:hover, #link-contact a:hover span {
	background-position: -318px -40px;
}

#link-home, #link-home a, #link-home a span {
	width: 57px;
	background-position: -410px 0px;
}

#link-home a:hover, #link-home a:hover span {
	background-position: -410px -40px;
}

#category-list {
	margin-left: 24px;
	padding-top: 8px;
	padding-bottom: 20px;
}

#category-list ul {
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-top: 1px solid #ccd;
}

#category-list ul ul {
	width: auto;
	border-top: none;
	display: none;
}

#category-list ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#category-list ul li.root {
	display: block; 
	line-height: 18px; 
	border-bottom: 1px solid #ccd;
	padding-left: 2px;
}

#category-list ul li span {
	display: block;
	line-height: 18px;
	border-bottom: 1px solid #ccd;
	/*cursor: pointer;*/
	width: 180px;
	padding-left: 20px;
	background: url(images/tree-item.gif) no-repeat 5px 5px;
}

#category-list ul li a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	width: 100%;
}

#category-list ul ul li a {
	font-weight: normal;
}

#category-list ul li a:hover {
	color: #f30;
}

#category-list ul ul li span { padding-left: 40px; width: 160px; }
#category-list ul ul ul li span { padding-left: 60px; width: 140px; }
#category-list ul ul ul ul li span { padding-left: 80px; width: 120px; }

#category-list ul li .closed { background-image: url(images/tree-plus.gif); background-position: 6px 6px; }
#category-list ul li .open { background-image: url(images/tree-minus.gif); background-position: 6px 6px; }

#category-list ul ul li span { background-position: 26px 6px !important; }
#category-list ul ul ul li span { background-position: 46px 6px !important; }
#category-list ul ul ul ul li span { background-position: 66px 6px !important; }

#category-list .open {
	background: url(images/tree-minus.gif) no-repeat 6px 6px;
}

#mini-cart {
	display: block;
	margin: 0px 24px;
	background: url(images/sect-t-your-cart.gif) no-repeat 0px 8px;
	padding-top: 28px;
	font-size: 10px;
	position: relative;
}

#mini-cart form {
	display: block;
	margin: 0px;
	padding: 0px;
}

#mini-cart .checkout-button {
	position: absolute;
	left: 112px;
	top: 6px;
}

.cart-items {
	border-bottom: 1px solid #e5e5ee;
}

.cart-item {
	border-top: 1px solid #e5e5ee;
	background: url(images/sect-b-cart-item.gif) no-repeat center top;
	position: relative;
	height: 64px;
}

.cart-item img.thumbnail {
	position: absolute;
	left: 8px;
	top: 8px;
	border: 1px solid #e5e5ee;
}

.cart-item .description {
	margin-left: 64px;
	margin-top: 8px;
}
