.art-list-manufacturer {
    background-color: #fff;
    border: 1px solid #e3e0e0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.art-manufacturer-description {
    width: 100%;

}

.artmansup-container {
    padding: 5px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}

.art_img {
float: left; 
margin-right: 10px;

}

.tab_art {
min-height: 130px;
padding: 0 20px 20px;
margin-top: 20px;
}

.art_tab_link {
text-align: right;

}

.art_mname {
text-transform: uppercase;
}

.artcopyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

img.art-plogo {
    float: right;
    border: 1px solid #e5e4e4;
    position: relative;
    z-index: 1000;
	margin: 10px;
}
img.art-plogo:hover {
   opacity: 0.8;
}

img.art-brands_images {
	border: 1px solid #e5e4e4;
}

img.art-brands_images:hover {
	opacity: 0.8;
}

.artproduct-image-container {
    border: 1px solid #d5d1d1;
}

.artright-block {
    text-align: center;
	margin-bottom: 20px;
}

h5.art-title-bproduct {
    font-weight: 400;
	font-size: 17px;
}

span.artprice.product-price {
    font-size: 21px;
    line-height: 2;
    font-weight: 600;
}

a.artbutton {
    text-transform: uppercase;
    background: #82a574;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #82a574;
 
}

a.artbutton:hover {
    text-transform: uppercase;
    background: #c2f6ae;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #c8f3b6;
}

.artbrand-more {
    margin-top: 10px;
}

.artproduct-image-container:hover {
    opacity: 0.5;
}

.art-feature {
    margin-top: 20px;
	margin-bottom: 20px;
}

dt.artbrand {
    width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}

dd.artbrand {
    width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}

dl.artbrand:after {content:"";display:table;clear:both;}









