
.ImageCategory {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    position: relative;
}
.ImageCategory .title {
    background: rgba(0, 0, 0, 0) url("Images/logo.png") no-repeat scroll left 10px center;
    height: 31px;
    padding: 0 8px;
}
.ImageCategory .title span {
    border-bottom: 2px solid #da1c1c;
    color: #004175;
    display: inline-block;
    font: bold 15px/30px "Segoe UI",Tahoma,Verdana;
    padding: 0 0 0 27px;
    white-space: nowrap;
    width: 88%;
}
.ImageCategory img {
    display: block;
    height: auto;
    margin-bottom: 5px;
    width: 200px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #C90000;
}
.ImageCategory .LibraryItem > a {
    font: bold 13px arial;
}
.ImageCategory .LibraryList {
    padding: 10px;
    text-align: center;
}
.ImageCategory .LibraryCategoryPager {
    cursor: pointer;
    margin: 5px 0;
    text-align: right;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
    cursor: pointer;
    font: bold 14px arial;
    padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
    font: 12px arial;
    padding: 0 2px;
}
