﻿.nomenclatureList div.pager
{
    margin: 20px 0px 20px 0px;    
}
.nomenclatureList div.pager a
{
    padding: 5px;
    border: 1px solid #DBDBDF;
    color: #95BD4B;
    font-weight: bold;
    border-radius: 3px;
}
.nomenclatureList div.pager a.current
{
    background-color: #95BD4B;
    border: 1px solid #95BD4B;
    color: white;
    font-weight: bold;
}

.nomenclatureList #list
{
    border-collapse: collapse;
    empty-cells: show;
    font-size: small;
    border: 1px solid #DBDBDF;
    color: #989898;
    width: 98%;
}
.nomenclatureList #list .info {
    font-size: 11px;
}
.nomenclatureList #list td,
.nomenclatureList #list th
{
    border: 1px solid #DBDBDF;
    border-radius: 3px;
}
.nomenclatureList #list th,
.nomenclatureList #list th a
{
    color: #939393;
    text-align: center;
}
.nomenclatureList #list th
{
    background-image: url(ListHeader.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 24px;
    vertical-align: middle;
    padding: 5px;
}
.nomenclatureList #list th .ascending 
{
    background-image: url(sorted_ascending.gif);
    background-repeat: no-repeat;
    background-position: 100% 40%;
    padding-right: 10px;
}
.nomenclatureList #list th .descending 
{
    background-image: url(sorted_descending.gif);
    background-repeat: no-repeat;
    background-position: 100% 40%;
    padding-right: 10px;
}

.nomenclatureList #list td div.wrapper
{
    white-space: normal;
    word-wrap: break-word;
}

.nomenclatureList #list th.picture
{
    width: 100px;
}
.nomenclatureList #list td.picture
{
    text-align: center;
    vertical-align: middle;
}

.nomenclatureList #list td.code div.wrapper
{
    width: 100px;
}

.nomenclatureList #list td.name div.wrapper
{
    width: 280px;
}
.nomenclatureList #list td.name a
{
    color: #666666;
    font-weight: bold;
}

.nomenclatureList #list th.price
{
    width: 90px;
}
.nomenclatureList #list td.price div.price
{
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
}
.nomenclatureList #list td.price span.amountNone,
.nomenclatureList #list td.price span.amountSome
{
    padding-top: 5px;
    text-align: left;
    white-space: normal;
}


.nomenclatureList #extraGroupList
{
    float: right;
    width: 32px;
    padding: 0px 5px 0px 5px;
}
.nomenclatureList #extraGroupList a
{
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
}