

@media(min-width:1200px) {
	.onlidesktop{max-height: 327px;margin-bottom: 20px;overflow: hidden;float: right;}
	.minhe{height: 100%;}
}
@media(min-width:992px) and (max-width:1199px){
	.onlidesktop{max-height: 327px;margin-bottom: 20px;overflow: hidden;float: right;}
	.minhe{height: 100%;}
}
@media(min-width:766px) and (max-width:991px){
	.onlidesktop{max-height: 327px;margin-bottom: 20px;overflow: hidden;float: right;}
	.minhe{height: 100%;}
}
@media(min-width:480px) and (max-width:765px){
	.minhe{height: 100%;}
}
@media(max-width:479px){
	.minhe{height: 100%;}
}


#browse-category-container {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #DDD;*/
}
select.sortzz{
    padding: 7px 7px 7px 10px;
    margin-bottom: 2px;
    min-width: 110px;
    color: #444;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
}

.faq-left{
    float:left;
    width:100%;
}

.faq_question {
    border: solid black 0.5px;
    background: -webkit-linear-gradient(top, #333 1%, #666 100%);
    background: -moz-linear-gradient(top, #333 1%, #666 100%);
    background: linear-gradient(top, #333 1%, #666 100%);
    padding: 10px;
    width: 100%;
    height: auto;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #07bab6;
    color: black;
    margin-left: 10px;
}