body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 0.7em;
}


h1
{
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 10px;
}

h4
{
    font-size: 1em;
    font-weight: bold;
}

#content #qualities input,
#content #qualities select
{
    font-size: 11px;
    margin: 0 5px 0 0;
    }

#content #qualities #mode
{
    height: 20px;
    font-size: 1em;
    margin-top: 1px;
}
#content #qualities #type
{
    height: 20px;
    font-size: 1em;
    margin-top: 1px;
}

a:link, a:visited, a:active
{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}
a:hover
{
    color: #fff;
    
}

#container
{
    /*width: 940px;*/
}
.breadcrumbs
{
    color: #fff;
    margin: 8px 5px 0px 0px;
    border-bottom: 1px #d8d8d8 dotted;
    padding-bottom: 8px;
    margin: 0 0 6px 0;
    font-style: normal;
    font-size: 10px;
    
}

.breadcrumbs a,
.breadcrumbs a:visited 
{
    font-style: normal;
    font-size: 10px;
    
    }

.properties
{

    width: 170px;
    padding: 0px 10px 0px 0px;

}

.menu
{
    width: 200px;
    float: left;
    padding: 5px;
    margin: 10px 20px 10px 30px;
}
.menu a:link, .menu a:visited, .menu a:active
{
    color: #444444;
    text-decoration: none;
}
.menu a:hover
{
    color: #ed1c24;
    text-decoration: underline;
}
.menuHeader
{
    font-weight: bold;
    margin: 5px 5px 8px 0px;
}
.foldersContainer
{
    border-top: 1px #d8d8d8 dotted;
    padding: 10px 0px 0px 0px;
}
.folder
{
    padding: 2px 0px 2px 0px;
}

.main
{
    width: 100%;
    float: left;
    
    padding-top: 12px;
    margin-bottom: 20px;
}

.mediaItem
{
    height: 220px;
    width: 130px;
   /* border: 1px #d8d8d8 dotted;*/
    
    text-align: center;
    float: left;
    margin: 0px 12px 6px 0px;
    overflow: hidden;
    position: relative;
}
.mediaItem img
{
    /*
    max-width: 117px;
    width: expression(this.height < this.width && this.width > 117 ? 117: true);
    max-height: 80px;
    height: expression(this.height >= this.width && this.height > 80 ? 80: true);
    */
    max-width: 125px;
    width: expression(this.height < this.width && this.width > 110 ? 110: true);
    /*position: absolute;
    top: 0;
    left: 0; */
}

#content .mediaItem.single img 
{
    position: inherit;
    margin-bottom: 8px;
    }

#content .mediaItem a p,
#content .mediaItem a:visited p,
#content .mediaItem a:hover p 
{

    position: inherit;

    }

#content .mediaItem h2  
{
    font-size: 12px;
    color:  #fff;
    margin: 5px 0 ; 
    font-weight: bold;
/*    position: absolute;
    top: 180px;
    width: 115px; */
    text-align: center;

    }

#content .mediaItem a p 
{
    line-height: 13px;
    font-size: 11px;
    }

a:hover img
{
    border-bottom: none;
    text-decoration: none;
    }

.explain
{
    font-size: 9px;
    color: #6db7ea;
    clear: both;
    /*width: 130px;
    margin-left: 10px;*/
}



.file
{
    padding: 10px 0px 0px 10px;
    margin-left: 10px;
}
.fileItem
{
    width: 121px;
    float: left;
    margin: 0px;
    overflow: hidden;
}
.fileItem img
{
    max-width: 121px;
    width: expression(this.height < this.width && this.width > 121 ? 121: true);
}
.fileButtons
{
    padding: 20px 0px 0px 0px;
    text-align: left;
}
#filePages
{
    width: 330px;
    float: left;
    padding-left: 10px;
    border-left: 1px #d8d8d8 dotted;
    min-height: 300px;
}
.subPage
{
    height: 121px;
    width: 70px;
    padding: 2px;
    float: left;
    margin: 0px 0px 4px 2px;
    overflow: hidden;
}
.subPage img
{
    max-width: 65px;
    width: expression(this.height < this.width && this.width > 65 ? 65: true);
    max-height: 80px;
    height: expression(this.height >= this.width && this.height > 80 ? 80: true);
}

.image
{
    padding: 10px 0px 0px 00px;
    
}

.image .left 
{
    margin: 0 0 20px;
    
    }
    
.imageItem
{
    /*width: 300px;
    float: left; */
    margin: 0px;
    overflow: hidden;
}



.imageItem img
{
    /*
    max-width: 121px;
    width: expression(this.height < this.width && this.width > 121 ? 121: true);
    
    max-width: 270px;*/
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;

}
.imageButtons
{
    padding: 10px 0px 0px 0px;
    text-align: left;
}


.footer
{
    width: 930px;
    border-top: 1px dotted #d8d8d8;
    text-align: right;
    clear: both;
    margin-left: 35px;
    padding: 8px 0 0 0;
}
.footerText
{
    background-color: #f3f3f3;
    position: relative;
    padding: 6px 10px 6px 10px;
    top: -9px;
    margin: 0px 1px 0px 1px;
}
.footer img
{
    margin: 1px;
    position: relative;
    background-color: #f3f3f3;
}
.footer a:hover
{
    color: Aqua;
}

#content #qualities
{
    
}

#content #qualitiesTable th
{
    border-bottom: 1px dotted #d8d8d8;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
}

#content #qualitiesTable td
{
    border-bottom: 1px dotted #d8d8d8;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
}

#content #qualities table td 
{
    border: none !important;
    /*border-bottom: 1px dotted #d8d8d8 !important;*/
    padding: 3px 0 !important;
    }

#content #qualities table.custom td 
{
    border:none !important;
    }
    
#content .left img 
{
    margin: 0 0 5px 0;
    
    }    
    
#content .left a,
#content .mediaItem a,
#content .mediaItem a:hover
{
    border-bottom: none;
    }

#content .mediaItem img,    
#content .left a img
{
    border: 2px solid #fff;
    
    
    }   
    
#content .mediaItem a:hover img,    
#content .left a img
{
    border: 2px solid #ccc;
    
    }
