body {
    margin:0;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000;
    background-color: #000;
}

#main_container {
    width: 1200px;
    margin: 0 auto 0 auto;
}

#left_bar {
    float: left;
    width: 120px;
}

#right_bar {
    float: left;
    width: 120px;
}

#inner_container {
    float: left;
    width: 960px;
}

#logo_container {
    float: left;
    width: 619px;
}

#logo_top {
    width: 619px;
}
#logo_top img {
    float: left;
}

#logo {
    width: 619px;
}

#cart_container {
    background-color: #000;
}
#cart_container {
    height: 90px;
}
#cart_container .your_basket {
    float: left;
}
#cart_container span {
    color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 13px;
    height: 30px;
    width: 120px;
    text-align: center;
}
#cart_container .checkout_btn {
    margin-top: 10px;
    float: left;
}

#cart_container #search_form .search_term {
    width: 240px;
    margin-left: 15px;
    float: left;
    margin-top: 15px;
}
#cart_container #search_form .search_btn {
    float: left;
    margin-top: 15px;
}
#menu_container {
    background-image: url(../styleImages/nav_background2.jpg);
    background-repeat: repeat-y;
    background-color: #fff;
    width: 195px;
    height: 680px;
}

#menu_container ul li {
    list-style-type: none;
    list-style-image: url(../styleImages/nav_arrow.jpg);
    margin-bottom: 5px;
}

#menu_container a, #menu_container a.visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#content_container {
    width: 766px;
    background-color: #fff;
    padding: 10px;
}

#header_seperator {
    height: 33px;
    clear: left;
}

#footer_container {
    color: #666;
}
.footer_copyright {
    float: left;
    margin-right: 150px;
}
.footer_links {
    float: left;
    width: 150px;
    background-image: url(../styleImages/footer_bullet_spacer.jpg);
    background-repeat: repeat-y;
    padding-left: 5px;
}
.footer_links ul, .footer_links li{
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}
.footer_links a,.footer_links a.visited {
    color: #6EAF2F;
    text-decoration: none;
}

.best_seller {
	padding-bottom: 20px;
    width: 150px;
}
.best_seller h2{
    font-size: 14px;
    font-weight: bold;
    padding:2px; 0 2px; 0;
    margin:0;
}
.best_seller span{
    font-weight: bold;
}
.best_seller p{
    margin:0;
    padding:2px 0 0 0;
    color: #444444;
}
.best_seller_seperator {
    background-image: url(../styleImages/content_bullet_spacer.jpg);
    background-repeat: repeat-y;
    width: 20px;
}

.best_seller_seperator2 {
    width: 20px;
}

#BreadCrumb {
	margin-top: 5px;
}

.RatingBottom {
    color: #000;
}

.subCat {
    float: left;
	margin-right: 10px;
	width: 120px;
	height: 120px;
}
.tabber{display:none;}

