/* CSS Document */
#header .top {
	background: url(../images/header.png) repeat-x left top;
}

#header .top .content {
	color: #000;
}

.nav {
    background: url(../images/nav.png) repeat-x;
}

.nav ul li a {
    background: url(../images/nav-sep.png) no-repeat scroll 100% 0;
}

.nav ul ul li a:hover {
    color: #B72126;
}

#slideshow li.ui-tabs-nav-item a {
    color: #B72126;
}

#slideshow li.ui-tabs-selected a,
#slideshow li.ui-tabs-nav-item a:hover {
    color: #fff;
}

#home-top {
    background: url(../images/home-top.png) repeat-x center top #F1F0EF;
}

#home-bottom {
	background: url(../images/home-bottom.jpg) repeat-x center top;
}

#footer {
    background: url(../images/footer.png) repeat-x left top;
}

#footer p.col3 a {
    color: #B72126;
}

.zoom {
	background: url(../images/zoom.png);
}

#sidebar-left h3 {
	background: url(../images/left-nav-heading.png) no-repeat;
}

#sidebar-right h3 {
	background: url(../images/right-filters-heading.png) no-repeat;
}

#category-list ul li li a:hover,
#category-list ul li li.active a,
#breadcrumbs ul li.first,
#breadcrumbs ul li a.selected,
#breadcrumbs ul li.active a,
.listing .meta .row-b .sort strong,
.listing .meta .row-b .pagination li a.active,
.model strong,
#product-details .manuals strong {
	color: #990000;
}

#category-list ul li li.active {
	background: url(../images/arrow-right-red.png) no-repeat 20px 2px;
}

#product-view .thumbs strong {
	background: url(../images/additional-views.png) no-repeat;
	color: #990000;
}

#product-details .manuals {
	background: url(../images/manuals.png) no-repeat;
}

table.list tr.ttl td {
	background-color: #990000;
}

.ask-expert-button a {
	background: url(../images/btn-ask-expert.png) no-repeat 0 0;
}

.comparison .head h1 {
	color: #990000;
	background: url(../images/comparison.png) no-repeat center bottom;
}
