﻿ul#shopMainMenu 
{
    position: relative;
    width: 100%;
    height: 390px;
    background: #fff url(images/art/parts/shop.png) top left no-repeat;
    overflow: hidden;
}    
ul#shopMainMenu li 
{
    position: relative;
    width: 160px;
    height: 170px;    
    margin: 220px 4px 0 0;
    float: left;
}
ul#shopMainMenu li a 
{
    display: block;
    width: 164px;
    height: 170px;    
    background: transparent;
    text-indent: -9999px;
}
ul#shopMainMenu li a:hover 
{
    background: transparent url(images/art/parts/shop_ro.gif) top center no-repeat;
}

/* shop items */
#ShopItems 
{
    position: relative;
    width: 500px;
    overflow: hidden;
}
#ShopItems .shopItem 
{
    position: relative;
    width: 235px;
    overflow: hidden;
    float: left;
    margin: 0 10px 20px 0;
}
#ShopItems .shopItem .col1, #ShopItems .shopItem .col2 
{
    position: relative;
    float: left;
    height: 120px;
    overflow: hidden;
}
#ShopItems .shopItem .col1 
{
    width: 66px;
    margin-right: 10px;
}
#ShopItems .shopItem .col2
{
    width: 135px;
}
#ShopItems .shopItem a, #ShopItems .shopItem div.price 
{
    display: block;
    float: left;
    border-bottom: none;
}
#ShopItems .shopItem a:hover { border-bottom: none; }
#ShopItems .shopItem a.thumb, #ShopItems .shopItem a.thumb img
{
    width: 66px;
    height: 66px;
}
#ShopItems .shopItem a.thumb { margin-right: 10px; }
#ShopItems .shopItem a.title, #ShopItems .shopItem div.price
{
    width: 100%;
}
#ShopItems .shopItem a.title h4 
{
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 10px 0;
}
#ShopItems .shopItem a.title h4 span
{
    display: block;
    font-weight: normal;
    font-size: 90%;
}
#ShopItems .shopItem div.price 
{
}    


/* PAGING */
.paging 
{
    border-top: solid 1px #809677;
    border-bottom: solid 1px #809677;
    margin: 5px 0px;
    padding: 5px 0px;
    width: 100%;
}
.paging ul 
{
    position: relative;
    width: 100%;
    overflow: hidden;
    list-style: none;
}
.paging ul li 
{
    list-style: none;
    margin-left: 20px;
    float: right;
}