
/* kat. termék doboz*/

.product {
    position: relative;
	border-top: 1px dotted #808080;
    padding: 20px 0 20px 20px;
}

.product-name{
    color: #546310;
}
.product-id{
	display: block;
	font-size: 14px;
}
a.product .product-price{
	display: block;
	margin: 10px 0;
}
.product-slide-div:hover .product-name{
	color: #E97B9C;
}
.product-slide-div.action-product .product{
	border: 1px solid #F8C5DA;
	color: #E97B9C;
}
.product-slide-div.action-product .product .price{
	color: #E97B9C;
}
.product-img {
    height: 180px;
    text-align: center;
    width: 180px;
    margin-right: 20px;
}
.product-img img{
	max-width: 180px;
	max-height: 180px;
}

.product .more-button {
    position: relative;
    display: block;
}

.property-group {
    width: 240px;
    border-bottom: 1px dotted grey;
}

.property-group span {
    display: inline-block;
    width: 120px;
    border-top: 1px dotted grey;
    color: #88898B;
    float: left;
    padding: 3px 0;
}

.property-group .property-name {
    font-weight: bold;
}
.property-group .property-value {
    background-color: #F0F1F3;
    text-align: center;
}

#subCategoriesList a {
    color: #546310;
}

.banner {
    height: 192px;
    margin-bottom: 25px;
    background: #586717 top left no-repeat;
    padding: 10px 10px 0;
}