﻿/*
 * Файл:     css/default.css
 * Описание: файл стилей для главной страницы
 * Создан:   8 мая 2009
 * Изменен:  7 сентября 2010
 */


/* Новые теги и отзывы */

#newReviews
{
    float: right;
    width: 470px;
}

h2
{
    color: #6ad9ea;
    font: bold 27px Tahoma, Verdana;
    letter-spacing: -2px;
    word-spacing: 4px;
}

h3
{
    color: #4379c2;
    font: bold 22px Tahoma, Verdana;
    margin-bottom: 10px;
}

/* Слоган */
.slogan h1
{
    font: bold 32px Tahoma, Verdana;
    letter-spacing: -1px;
    line-height: 130%;
    margin: 9px 0 5px 15px;
    color: #6ad9ea;
}

.slogan h2
{
    color: #989898;
    font: bold 22px Tahoma, Verdana;
    letter-spacing: -1px;
    word-spacing: 3px;
    margin: 0 0 25px 15px;
}


/* Новые предметы */

#newItemsPanel
{
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 5px;
}

#newItemsPanel h2
{
    margin-left: 15px;
}

#newItems
{
    padding-top: 10px;
    padding-left: 10px;
    display: inline-block;
    border-bottom: solid 1px #c3c3c3;
}

#newItems .prev, #newItems .next
{
    float: left;
    width: 30px;
    height: 55px;
    margin-top: 50px;
    background-color: #255478;
    color: #f5f5f5;
    font: bold 13px Verdana;
    border: 0;
    cursor: pointer;
    outline: none;
}

#newItems .prev
{
    background: url('/pics/2.0/default-slider-prev.png') center center no-repeat;
}

#newItems .next
{
    background: url('/pics/2.0/default-slider-next.png') center center no-repeat;
}

#newItemsLinks
{
    float: right;
    text-align: right;
    display: inline-block;
    margin-right: 15px;
    padding: 0 0 5px 0;
}

#newItemsLinks a
{
    padding: 5px 10px 5px 10px;
    color: #333;
    margin-left: 10px;
    border-top: none;
    display: block;
    text-decoration: none;
    color: #777;
    font: bold 17px Tahoma, Verdana;
    letter-spacing: -1px;
}

#newItemsLinks a:hover
{
    text-decoration: underline;
}

#tooltip
{
    z-index: 10;
}

.jCarouselLite
{
    float: left;
    width: 900px;
    height: 180px;
}

.itemsLister
{
    clear: both;
    margin-top: 10px;
}

.itemsLister li
{
    float: left;
    width: 115px;
    height: 180px;
    margin: 0 5px 35px 5px;
}

.itemsLister li a.listerPreview
{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}


.itemsLister li .listerName
{
    text-align: center;
    font: normal 11px Tahoma, Verdana;
    color: #454545;
    margin-bottom: 5px;
}

.itemsLister li .listerName a
{
    color: #1a3485;
    text-decoration: none;
}

.itemsLister li .listerName a:hover
{
    text-decoration: underline;
}

/* Отзывы */

div.comment
{
    clear: both;
    display: inline-block;
    padding: 5px 10px 20px 0;
}

div.comment div.itemPreview
{
    float: left;
    width: 60px;
}

div.comment div.itemComment
{
    float: left;
    width: 390px;
    line-height: 140%;
    font: normal 13px Verdana;
    color: #333;
}

div.comment div.itemDetails
{
    padding-bottom: 5px;  
    line-height: 120%; 
}

div.comment div.itemDetails span
{
    font-size: 13px;
    color: #454545;
}

div.comment a.reviewLink
{
    color: #454545;
    font: bold 17px Tahoma, Verdana;
    letter-spacing: -1px;
    text-decoration: none;
}

div.comment a.reviewLink:hover
{
    text-decoration: underline;
}



/* Теги */

#newLeft
{
    float: left;
    width: 445px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
}

#newLeft h2
{
    text-align: left;
    margin-right: 20px;
}

/* Спец.предметы */

#newSpecialItems
{
}

#newSpecialItems a
{
    color: #454545;
    text-decoration: none;
    font: bold 17px Tahoma;
    letter-spacing: -1px;
}

#newSpecialItems a:hover
{
    text-decoration: underline;
}

#newSpecialItems .newSpecialItem
{
    margin: 5px 0 10px 0;
    clear: both;
    display: inline-block;
}

#newSpecialItems .newSpecialItem .avatarImage
{
    float: left;
    padding: 0 10px 10px 0;
}

#newSpecialItems .newSpecialItem .specText
{
    display: inline-block;
    width: 350px;
}

#newSpecialItems .newSpecialItem .itemName
{
    font: bold 13px Tahoma, Verdana;
}

#newSpecialItems .newSpecialItem .itemStat
{
    margin-top: 1px;
    color: #555;
    font: bold 11px Tahoma;
    color: #4d4d4d;
}

#newSpecialItems .newSpecialItem .itemProps
{
    margin-top: 10px;
    font: normal 13px Verdana, Tahoma;
    line-height: 130%;
    color: #4d4d4d;
}

#newSpecialItems ul li
{
    margin: 2px 0 4px 0;
}


/* Tooltips */

#tooltip
{
    font-size: 11px;
}

#tooltip span
{
    font-size: 13px;
    display: block;
    padding-bottom: 2px;
}

#tooltip b
{
    font-size: 13px;
    line-height: 20px;
}