﻿.divcategory{
    width:200px;
    position:relative;
    min-height:100px;
    float:right;
}

.divcategory ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.divcategory ul li{
    list-style:none;
    border-left:1px #1f9463 solid;
    border-right:1px #1f9463 solid;
    border-bottom:1px #1f9463 solid;
    padding:5px;
}

.divcategory ul li:hover{
    padding-left:10px;
}



.divcontent{
    width:886px;
    border:1px solid #1f9463;
    min-height:100px;
    margin:0px 10px 0px 0px;
    float:right;
}

.contentdiv{
    margin:0px;
    overflow:hidden;
}

.contentdiv img{
    position:relative;
    width:150px;
    margin:10px;
    float:right;
}

.contentdiv p{
    position:relative;
    width:680px;
    margin:10px 0px 10px 10px;
    float:right;
    min-height:150px;
}
.pnlCondition {
    background-color: white;
    max-height: 80%;
    overflow-y: auto;
    max-width:60%;
     z-index: 10001; 
}
.pnlValidate {
    width:40%;
}
@media  screen AND (max-width: 600px) {
    .divcategory {
    overflow:auto;
    width:99%;
    margin-bottom:10px;
}
    .divcontent {
        width:99%;
        margin:0;
    }
}

