#titleBar {
	display: none;
}
.welcome-text {
    margin-bottom: 20px;
}
.categories p {
    margin-top: -4px;
    background-color: #999;
    text-align: center;
}
.categories p a {
    color: #fff;
    padding: 5px;
    display: block;
    text-decoration: none;
}
.categories p a:hover {
   background-color: #bbb;
}
.categories li {
    float: left;
    width: 169px;
    margin-right: 11px;
    margin-bottom: 11px;
}
.categories li.parts {
    width: 349px;
    margin-right: 0;
}
.categories li.last {
    margin-right: 0;
}
.categories img {
    border: 1px solid #999;
}
.featured-products-box li {
    width: 167px;
    float: left;
    text-align: center;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    min-height: 190px;
}
* html .featured-products-box li {
   height: 200px;
}
.featured-products-box li.last {
   border: 0;
}
.featured-products-box li a {
    color: #333;
}
.featured-products-box li a:visited {
    color: #999;
}
.fprice {
    font-weight: bold;
    font-size: 1.1em;
}
.fp-header {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 10px 0;
    /*font-weight: bold;*/
    font-size: 1.3em;
    font-variant: small-caps;
    color: #666;
}
.featured-products-box img {
    height: 125px;
}
.fp-bottom {
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
