
.category-ul-ul {
	display: none;
}

.sub-item-list li .img a {
	height: 165px;
	display: block;
}

.sub-item-list li .name a {
    color: #464646;
    font-family: Roboto-BoldCondensed;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-decoration: none;
}

.product-details-count {
	float: left;
}

.product-details-cart {
	float: right;
}



.main-item-list li .img a {
    display: block;
    height: 120px;
}

.main-item-list li .name a {
    color: #464646;
    font-family: Roboto-BoldCondensed;
    font-size: 14px;
    margin: 0px;
    padding: 0;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-decoration: none;
}

.main-img ol .active a {
    background: url("img/master.png") no-repeat scroll -225px -104px transparent;
}


.images {
	background-position: center;
	background-repeat: no-repeat;
}



.news-thumb {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    cursor: pointer;
    float: left;
    height: 90px;
    margin: 0 10px 0 0;
    padding: 3px;
    width: 120px;
}

.news-thumb div {
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
}

.news-thumb div a {
	display: block;
    height: 90px;
}

.news-body {
	padding-bottom: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #E1E1E1;
}

.news-date {
	font-size: 10px;
	font-style: italic;
	color: #B1B1B1;
	text-align: right;
}


.old_price_main {
    font-family: Roboto-BoldCondensed;
    font-size: 12px;
	color: #A6702E;
    font-weight: bold;
    text-decoration: line-through;
}

.product-details span.old_price_item {
	color: #A6702E;
    float: right;
    padding-left: 10px;
    text-decoration: line-through;
    font-family: Roboto-Bold;
    font-size: 14px;
}



.product-main-image div a {
	display: block;
	height: 297px;
}





/******** Termék kategória lista ********/

/*
.category-list-2 {
	margin: 0;
	padding: 0;
}
*/

.category-list-2 {
	margin: 5px;
	padding: 0;
	padding-top: 20px;
	list-style-type: none;
}
.category-list-2 ul {
	margin: 10px;
	padding: 0 0 0 20px;
}
.category-list-2 ul li {
	margin: 0;
	padding: 0;
	float: none;
	list-style-image: url("img/icon_arrow.gif");
}
.category-list-2 ul li a {
	color: #000000;
	font-family: Roboto-Regular;
	font-size: 12px;
	text-decoration: none;
}
.category-list-2 ul li a:hover {
	text-decoration: underline;
}
.category-list-2 .cover-img {
	width: 320px;
	background-color: #FFFFFF;
	border: solid 1px #d8d8d8;
	padding: 3px;
}
.category-list-2 .cover-img div {
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url("img/icon_folder.jpg");
}
.category-list-2 h1 {
	font-weight: normal;
	font-family: MuseoSlab-500;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000000;
}
