/**
 * Alexander Dimeas
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to a.dimeas@gmail.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @category   Autoparts
 * @package    Autoparts_Tecdoc
 * @copyright  Copyright (c) 2014 Alexander Dimeas (http://www.alexanderdimeas.gr)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @author     Alexander Dimeas <a.dimeas@gmail.com>
 */

.category_left {
	margin: 10px 0 !important; 
}
#search_mini_form {
	display:none;
}
 .category_left  .thumbnail-icon {
	display: none;
}

.category_left .thumb{
    display: none;
}
body > header, body > footer ul, body>address.copyright {
background-color: #efad2a;
}
.map-popup-checkout button, .more-button, .btn-checkout, .account-login button, .add-to-links > li > a, .cart-table tfoot button, .opc .buttons-set button, .checkout-success button, .box-reviews .buttons-set button, .my-account .form-buttons button, #contactForm .buttons-set button, .giftregistry .buttons-set button, .wishlist-view .buttons-set button, .send-to-friend .buttons-set button, .account-create .buttons-set button, .add-to-links > li .split-button strong, .catalog-product-gallery .buttons-set a, .my-account .my-rewards .buttons-set button, .my-account .my-wishlist .buttons-set button, .product-view .product-shop .add-to-box button, .popup-block .block-content .buttons-set button, .customer-account-forgotpassword .buttons-set button, .product-view .product-options-bottom .add-to-cart button, .my-account .billing-agreements .box-content .form-list select+button {
background-color: #efad2a;
}



.category_left .autoparts_category li.level1 {
min-height: 32px;
line-height: 32px;
margin:0;
}
.category_left .autoparts_category ul.level1 {
display: none;
background: #f4f4f4;
}
.category_left .autoparts_category li.level1 a{
    font-weight: bold;
}
.category_left .autoparts_category li.level2 a{
    font-weight: normal;
}
.category_left .autoparts_category li .withlink {
    display:none; 
    
}

.category_left .autoparts_category li .withoutlink  img{
	
}
.category_left .autoparts_category li .withoutlink {
    display:block;
	background: #333;
	color: #fff;
	border-radius: 4px;
	margin: 1px;
	padding: 0 13px;
    cursor:pointer;	
}
.category_left .autoparts_category li:hover .withoutlink {
	background: #cd0208;
}



.category_left .autoparts_category li.level2 .withlink {
    display:block; 
	margin-left: 10px;
}

.category_left .autoparts_category li.level2 .withlink a:hover {
	color:red;
}
.category_left .autoparts_category li.level2 .withlink a.active {
	color:red;
}
.category_left .autoparts_category li.level2 .withoutlink {
	display:none; 
}
.category_left h2 {
color: #fff;
background: red;
border-radius: 4px;
padding: 0px 10px;
line-height: 32px;
margin: 1px;
}


.category_left .autoparts_category li.level2:before {
    content: '\203A';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
	left: 1px;
	top: -1px;
    color: #b3b3b3;
    font-size: 22px;
}
.category_left .plus {
	float: right;
	background: #ccc;
	width: 25px;
	height: 28px;
	padding: 4px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin-top: 4px;
	display:none;
}
.header-bg {
background: transparent;
}
.header-bg .header-logo {
height: 150px;
background: url(../images/logo.png) no-repeat 0 0;
}
.header-bg  {
height: 150px;
}

.toolbar {
position: initial;
margin: 0px;
}


.my-account .box .box-title a, .my-account .info-box .box-title a, .my-account .recent-orders table a, .my-account .order-history table a {
background: #3f3e3f;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
display: inline-block;
float: right;
font-size: 10px;
font-weight: bold;
line-height: 11px;
padding: 9px 4px;
}

.my-account .box .box-title, .my-account .info-box .box-title, .my-account .order-history .pager, .my-account .review-history .pager {
padding: 5px 4px;
}

