/**
 * 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_fanopoiia
 * @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_center .fanopoiia_category li.level1 {
    margin: 8px;
    width: 276px;
    float: left;

    margin-bottom: 20px;
	border-radius: 4px;
}
.category_center .fanopoiia_category li.level1 > a{
    display:none;
}
.category_center .fanopoiia_category li.level1 .withlink {
    display:none; 
}
#fanopoiia_category_3 {
margin-top: 10px;
float: left;
}

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

.fanopoiia_category .haschilds {
    font-weight: normal;
}

.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 .fanopoiia_category ul.level1 {
	display: block;
	margin: 10px;
	margin-left: 0;
}

.category_center .fanopoiia_category ul.level2 {
	display: block;
	margin-left: 20px;
	overflow: auto;
}



.category_center .fanopoiia_category li.level2:before {
    content: '\203A';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
	left: 1px;
	top: -1px;
    color: #a41f35;
    font-size: 22px;
}

.category_center .fanopoiia_category li.level2 a {
    padding-left:10px;
	font-weight:bold;
}
.category_center .fanopoiia_category li.level3 a {
	font-weight:normal;
}
.category_center .fanopoiia_category li.level2 a:hover {
    padding-left:10px;
	color:red;
}
.category_center .plus {
    display: none;
}


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

.category_center .thumb img {
	width: 35px;
	height: 35px;
	margin-bottom: 0;
	border-radius: 0;
	margin:2px;
	margin-top: 10px;
	margin-left: 8px;	
}
