﻿.RowMouseOver td
{
    background-color: blue !important;
}
.RowMouseOut
{
    /*this style is taken from the corresponding skin's GridRow_[SkinName] class - GridRow_Default in our case*/
    background: #f7f7f7;
}
.HeaderMouseOver
{
    background-color: blue !important;
}
.HeaderMouseOut
{
    /*this style is taken from the corresponding skin's th.GridHeader class - th.GridHeader_Default in our case*/
    background: white url('Img/GridHeaderBg.gif') repeat-x bottom;
}

.iconset-small
{
    float: left;
    border: 1px solid #94AFDD;
    width: 99%;
    height: 48px;
    background-color: #DEE8FC;
    margin: 0 0 0 0;
    border-bottom: 1px solid #6087C9;
    border-right: 1px solid #88A4D6;
    vertical-align: middle;
    display: table;
}

.s-small-preview
{
    float: left;
    width: 8%;
    min-height: 48px;
    height: 48px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}


.iconset-detail-preview img
{
    width: 48px;
    height: 48px;
    margin: 0 auto;
}


.iconset-small:hover
{
    background-color: #BCD0F2;
}

.iconset-small h2
{
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding-top: 7px;
    white-space: normal;
    overflow: hidden;
    vertical-align: middle;
    text-align: justify;
    display: table-cell;
}


.s-small-preview img
{
    padding: 8px 0px 0px 0px;
}

.s-small-text
{
    float: left;
    border: 0px solid red;
    font-size: 10px;
    height: 100%;
    min-height: 48px;
    width: 80%;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

.s-small-text-author
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    height: 48px;
    text-align: center;
    /*width: 12%;*/
}

.s-small-text-author input
{
    display: inline-block;
    height: 32px;
    width: 32px;
    padding-top: 7px;
}

.s-small-text-rating
{
    float: right;
    min-width: 24px;
    width: 5%;
    min-height: 24px;
    margin: 0px;
    padding: 0px;
    background-color: #DEE8FC;
}
.clear
{
    clear: both;
}
.inside
{
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.mainpage_item
{
    float: left;
    border: 1px none #94AFDD;
    height: auto;
    text-align : center;
    margin: 0 auto;    
    vertical-align: middle;
    display: inline;
    position : center;
    width:170px;
    max-height:initial;
    /*max-width:170px;*/
}


.mainpage_item_text
{
    width:170px;
    max-height:initial;
    /*max-width:170px;*/
    float: none;
    padding-left:10px;
    display:inline-block;
}
.mainpage_item_image
{
    float: initial;
    border: 1px none #94AFDD;
    height: auto;
    text-align : center;
    margin: 0 auto;
    vertical-align: middle;
    display: inline;
}
.mainpage_item_text_number
{
    width:170px;
    text-align:center;
    max-height:initial;
    /*max-width:170px;*/
    position:relative;
    color:red;
    z-index:20;
    
    font-weight:bold;
}

.mainpage_item_small
{
    float: left;
    height: auto;
    text-align : center;
    margin: 0 auto;    
    vertical-align: middle;
    display: inline-block;
    position : relative;
    padding-bottom: 30px;
    padding-top: 30px;
}


.mainpage_item_image_small
{
    float: none;
    /*border: 1px none #94AFDD;*/
    height: auto;
    text-align : center;
    /*background-color: #DEE8FC;*/
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}