/*-----------------------------------------------------
// Category List for Opencart v1.5.6   					
// Created by villagedefrance                          		
// contact@villagedefrance.net         	     			
//-----------------------------------------------------
*/

.cat-list {
	overflow: auto;
	margin: 10px 0px;
	width: 100%;
}
.cat-list ul { 
	list-style: url('../image/bullet-m1.png');
	margin-bottom: 5px;
	padding-left: 5px;
}
.cat-list ul li { 
	margin-left: 15px;
}
.cat-list ul li.head {
	background: #F4F4F4;
	list-style: none;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 5px;
}
.cat-list ul li.head a {
	text-decoration: none;
	font-size: 40px;
	font-weight: bold;
}
.cat-list ul li.head a:hover {
	text-decoration: underline;
}
.cat-list ul li a {
	text-decoration: none;
	font-size: 40px;
}
.cat-list ul li a:hover {
	font-weight: bold;
}
.cat-list ul li ul { 
	list-style: url('../image/bullet-m2.png');
	margin-bottom: 5px;
	padding-left: 15px;
}
.cat-list div.left {
	float: left;
	width: 90%;
	margin: 0px 5px;
}
.cat-list div.middle {
	float: left;
	width: 30%;
	margin: 0px 5px;
}
.cat-list div.right {
	float: left;
	width: 30%;
	margin: 0px 5px;
}