.qna {}

.qna ul,
.qna ol {
    list-style-type: none !important;
}

.qna ul li,
.qna ol li {
    list-style-type: none !important;
    margin-right: 0px;
    margin-left: 0px;
}

.qna .mini-products-list li {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.qna .mini-products-list li:last-child {
    border-bottom: 0;
}

.qna .mini-products-list li.item-header {
    background: #F3F3F3; 
    color: #666;
    border-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.qna .question label {
    padding: 0px 0;
    font-weight: normal;
    font-size: 12pt;
    color: #000;
}

.qna-image-select {
    overflow: hidden;
    clear: both;
}

.qna-image-select li {
    float: left;
    width: 200px;
    text-align: center;
    
}
/*
.qna-image-select li:nth-child(5n+6) {   Controls how many items to display before starting a new line
    clear: both;   
}
*/
.qna-image-select li img {
    width: 200px;
    height: 180px;
 border: 1px solid #FFF;  /*uncomment this line to stop the image shrinking on hover */   
}

.qna-image-select li img:hover {
cursor:pointer;
border: 1px solid #666;  
}

#qna-results {
    padding: 10px;
}

.qna .product-name {
    margin-bottom: 0 !important;
}

.qna .product-name a {
    color: #373737;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 10pt;
}

.qna .product-code {
    color: #89024F;
    margin-bottom: 0 !important;
      font-size: 10pt;
}

.qna .mini-products-list .product-image{
    width: 150px;
    height: 150px;
    display: block;
    float: left;
}




.qna .mini-products-list .product-details {
    margin-left: 140px;
	padding-left: 30px;
}

.qna .availability {
    padding: 3px 0;
    text-align: left;
}

.qna .price-box{
    padding: 3px 0;
    text-align: left;
     
}

@media (max-width: 480px) {
.qna .mini-products-list .product-image{width: 100%; height: auto; clear: both;}
.product{margin-left: 0px; text-align: center;}
.qna .availability {text-align: center;}
.qna .price-box{text-align: center;}
.qna .mini-products-list .product-details {margin-left: 0px;}
}



.qna .btn-results{background-color: #ff0000; background: rgba(0, 0, 0, 0) url("http://www.plumplay.de/media/wysiwyg/greenbuybutton2.jpg") repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14pt;
    height: 48px;
    margin: 0 3px;
    width: 90%;
}