/*
@author suxoza <suxoza@gmail.com>
*/

#more_title{font-size: 15px;margin: 10px;font-weight: bold}
#more_logo img{max-width: 300px;margin: 5px 10px 2px 5px}
#more_share{margin-top: 15px}
._list_title{font-size: 13px;margin: 5px 5px 5px 0;font-weight: bold;cursor: pointer}
._lists{margin-bottom: 10px;border-bottom: 0.2px solid #D5D5D5;padding-bottom: 8px}
#_lists{margin-bottom: 25px;height: 100%;text-align: center;height: 650px;position: relative}

#content #_navigation{padding: 5px;margin: 10px 0;position: relative;top: 5px}
#content #_navigation a{background:#ccc linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);color: black; padding: 10px;}
#content #_navigation a.active{
    background: linear-gradient(to top, rgba(30,87,153,0), rgba(30,87,153,0.8), rgba(30,87,153,1),
    rgba(30,87,153,1), rgba(41,137,216,1), rgba(30,87,153,1), rgba(30,87,153,1),
    rgba(30,87,153,0.8),rgba(30,87,153,0));
    color:red
}

.list_share{width: 100px;position: absolute;bottom: 3px;left: 2px;}
.list_share img {width: 80px;height: 25px}

/*._lists_image{max-width: 189px;overflow: hidden;float: left;margin:40px 0 0}*/
/*._lists_image img{max-width: 180px;max-height: 120px;height: 120px;width: 180px; border: 1px solid #CCC;  padding: 3px; }*/
._lists_image{
    float: left;
    overflow: hidden;
    width: 100%;

}

._lists_image img{

    border: 1px solid #ccc;
    height: 170px;
    padding: 3px;
    width: 98%;
}

._list_title{
    background: none repeat scroll 0 0 #3690F4;
    border: 1px solid #CCCCCC;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px 2px;
    width: 95%;
    display: none;
}
._list_more{overflow: hidden;display: none}

._demo_desinger{
    text-align: left;
    background: none repeat scroll 0 0 #FEFEFE;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;

    border: 1px solid #ccc;
    float: left;
    margin-left: 7px;
    width: 46.5%;
}
._list_more{
    padding-bottom: 14px;
    overflow: hidden;
    display: block !important;
    position: relative;
    font-size: 12px;
    min-height: 50px;
    
}
._lists .line__{
    background: none repeat scroll 0 0 #999999;
    bottom: 0;
    height: 1px;
    left: 200px;
    position: absolute;
    width: 70%;
}

._demo_desinger_0{
    width: 97%;  
    float: left;
}

._demo_desinger_1{
    width: 46.5%;  
    float: left;
}

._demo_desinger_1:hover{
box-shadow: 10px 10px 10px grey, 0 0 10px #ccc;
}

._demo_desinger_2{
    width: 30%;  
    float: left;
}

._demo_desinger_3{
    width: 21.8%; 
    float: left;
} 

._demo_desinger_4{
    width: 16.8%;  
    float: left;
}

.ff_first{
    float: left;
    font-size: 12px;
    color:blue
}

.ff_second{
    border: 1px solid #ccc;
    border-radius: 3px;
    float: right;
    font-size: 12px;
    padding: 3px;
    cursor: pointer;
    background: #2FAFF1;
    margin-top:-9px	
    /*background: #3690F4;*/
}

.ff_second:hover{
 background: #0056A4 !important;
 color:white

}

.ff_second:hover{
    opacity: 0.5;
}
