#gallery_left
{
    float: left;
    width: 200px;
    border: 1px #0a8ed7 solid; 
    margin: 10px;  
     display: inline;  
}
#gallery_right
{
 width: 520px;
 float: right;
    border: 1px #0a8ed7 solid; 
    margin: 10px 10px 10px 0px;
    display: inline;  
}
img{
    
}
#gallery_left label{
    float: none;
    width: auto;
    display: block;
    text-align: left;
}
#gallery_left .input,#gallery_left .select{
    width: 170px;
}
#gallery_left textarea{
    float: none;
    width: auto;
    display: block;
    text-align: left;
    width: 170px;
    height: 100px;
}
#folders{
    width: 180px;
    overflow: auto;
}
#items{
    clear: both;
}
.gallery_item{
    background-color: white;
    float: left;
    border: 1px #0a8ed7 solid; 
    margin: 2px;
    padding: 2px;
}
.gallery_item .name{
    width: 66px;
    margin: 2px;
    height: 20px;
    overflow: hidden;
}
.gallery_item .desc{
    width: 66px;
    margin: 2px;
    height: 40px;
    overflow: hidden;
}
.tobig{
    position: absolute;
    margin-left: 50px;

}
.thumbnail{
    cursor: move;
}

#gallery p{
background: #002D92 none repeat scroll 0%;
border:1px solid #476DBF;
clear:both;
margin:10px;
padding:2px 5px;
}
#gallery .item {
   background-color: white; 
    float: left;
    border: 1px #0a8ed7 solid; 
    margin: 2px;
    color: blue;
    padding: 2px;
}
.folders ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#photos{
 margin: 10px 0 0 0;
 border: 1px solid #DFDFD1;
}
#photos table
{
width: 420px;
}
#photos table td {
    vertical-align: top;
    padding: 2px;
    text-align: center;
}
#items table td {
    vertical-align: top;

}
.folders li{
  border-bottom: 1px solid #046ab2;  
}
.folders .name{
    font-size: 12px;
    font-weight: bold;
}
.folders .description{
    margin: 0px 0px 0px 10px;
    padding:2px 5px;
    font-size: 10px;
}
#route
    {
        line-height: 30px;
        height: 40px;
    }