/**
 * 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>
 */
a {
color: #333333;
text-decoration: none;
} 
.page {
	width: 1260px;
	margin: 15px auto 0;
	text-align: left;
}
.col-main {
	float: left;
	width: 986px;
	padding: 0 0 1px;
}
.vehicles_left h3 {
	background:#ff6201;
	color:#fff;
	padding:10px;
	float: left;
	width: 200px;	
}
.block .block-title {
	background: #ff6201;
	width:200px;
}
.block .block-title strong {
	color: #fff;
}
.thumbnail-icon {
	display:none;
}


.vehicles_left .content {
	float: left;
	width: 200px;
	padding: 10px;
	background: #aaa;
	margin-top: -10px;
	margin-bottom: 10px;
}

.vehicles_left .form-search input.input-text {
float: left;
width: 100%;
margin-right: 5px;
}

.block-cart  {
	float:left;
	width:100%;
}
.block {
	border: 1px solid #ddd;
	margin: 0 0 20px;
	line-height: 1.35;
	float: left;
}
.products-list .product-image {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 0 10px;
}
.products-list li.item {
border-bottom: 1px solid #d9ddd3;
padding: 5px 10px;
}

.category_center .tecdoc_category {
float: left;
margin-top: 10px;
}

.category_center .tecdoc_category li.level1 {
    margin: 8px;
    width: 230px;
    height: 348px;
    float: left;

    margin-bottom: 20px;
	border-radius: 4px;
}
.category_center .tecdoc_category li.level1 > a{
    display:none;
}
.category_center .tecdoc_category li.level1 .withlink {
    display:none; 
}

.category_center .tecdoc_category li.level1 .withoutlink {
	display: block;
	border-radius: 0;
	font-weight: bold;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding-left: 5px;
	position: relative;
	background: #333333;
	/* border: 1px solid #cbcbcb; */
	color: #fff;
	padding-left: 70px;
	text-transform: uppercase;
	
}
.category_center .tecdoc_category li.level1 .withoutlink  img{
	margin-right:4px;margin: 6px;
	float: right;
	width:29px;
	height:29px;
}
.category_center .tecdoc_category li.level2 .withlink {
    display:block; 
}
.category_center .tecdoc_category li.level2 .withoutlink {
    display:none; 
}

.category_center h2 {
	margin-bottom: 4px;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #cbcbcb;
	padding: 5px 18px 5px;
	color: #1a1a1a;
	border-radius: 4px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.06);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.06);
	float: left;
	width: 100%;
}

.category_center .tecdoc_category ul.level1 {
	display: block;
	margin: 10px;
	margin-left: 0;
	overflow: auto;
	height: 300px;
	font-size: 13px;
	margin-top:20px;
	width:100%;
}

.category_center .tecdoc_category li.level2 a {
    padding-left:10px;
}
.category_center .tecdoc_category li.level2 a:hover {
    padding-left:10px;
	color:#ff6201;
}
.category_center .plus {
    display: none;
}


.category_center .thumb {
	position: absolute;
	z-index: 10;
	background: url(../images/blackarrow.png);
	width:66px;
	height:66px;
	margin-top:-15px;
	margin-left: -2px;
}

.category_center .thumb img {
	width: 66px;
	height: 66px;
	margin-bottom: 0;
	border-radius: 0;
	margin:2px;
}

.form-search {
	float: right;
	width: 100%;
}

.products-list .product-name {
	font-size: 18px;
	margin: 0 0 6px;
}
.old-price {
	display:none;
}

.special-price .price {
font-size: 16px;
font-weight: bold;
}

.regular-price .price {
font-size: 16px;
font-weight: bold;
color: #396f00;
}
.mini-products-list .product-details {
margin-left: 0px;
}
.footer-container {
  margin-top: 170px;
  float: left;
  width: 100%;
}