@charset "utf-8";

/**
 * CSS
 * @copyright Copyright (c) 2009
 * @package   ECTO Framework
 * $Id: page.css 65 2009-10-08 19:47:51Z $
 */

*
{
    padding:0;
    margin:0;
    outline:0;
}
html,
body
{
    font-family:Arial;
    font-size:11px;
    color:#666666;
    background:#f0eeec;
}
table
{
    font-family:Arial;
    font-size:11px;
    color:#666666;
    border:0;
    border-collapse:collapse;
}
img
{
    border:0;
}
fieldset
{
    border:0 none;
}
ul,
ol
{
    padding:5px 30px;
}
input,
select,
textarea
{
    font-family:Arial;
    font-size:12px;
    color:#666666;
    padding:4px 2px;
    border:1px solid #d6d6d6;
}
input.checkbox
{
    border:0 none;
    background:transparent;
    cursor:pointer;
    vertical-align:middle;
}
optgroup option
{
    padding-left:20px;
}
button
{
    cursor:pointer;
}
acronym
{
    cursor:help;
}
h1,
h2,
h3,
h4,
h5
{
    font-weight:normal;
}
p
{
    padding-bottom:10px;
}
a,
a:link,
a:active,
a:visited
{
    text-decoration:none;
    color:#157fcd;
}
a:hover
{
    text-decoration:underline;
    color:#157fcd;
}

/* global */
.star { color:#bc0000; }
.fl { float:left; }
.fr { float:right; }
.hand { cursor:pointer; }
.clearLeft { clear:left; }

#body
{
    width:947px;
    margin:0 auto;
}
#left
{
    float:left;
    width:191px;
    padding-top:24px;
    padding-bottom:50px;
}
#content
{
    padding-left:207px;
}
#languages
{
    line-height:31px;
    height:31px;
    color:#999;
    text-align:right;
}
#languages img
{
    width:16px;
    height:11px;
    margin:0 5px;
}
.flag_lt img
{
    background:url(/design/flags.png);
}
.flag_ru img
{
    background:url(/design/flags.png) -16px top;
}
.flag_en img
{
    background:url(/design/flags.png) -32px top;
}
.flags
{
    background-image:url(/design/flags.png);
    width:16px;
    height:11px;
    vertical-align:middle;
    margin-bottom:2px;
}
.f_lt { background-position:left top; }
.f_ru { background-position:-16px top; }
.f_en,
.f_us { background-position:-32px top; }
.f_lv { background-position:-48px top; }
.f_ee { background-position:-64px top; }
.f_fr { background-position:-80px top; }

#footer
{
    color:#999;
    font-weight:bold;
    padding:30px 0;
}

.contentBody
{
    background:#fff;
    padding:16px 20px;
}

.mainMenu
{
    list-style:none;
    padding:18px 0;
}
.mainMenu li
{
    line-height:40px;
    height:40px;
    background-repeat:no-repeat;
    background-position:center left;
}
.mainMenu a
{
    color:#fff;
    font-weight:bold;
    display:block;
    font-size:14px;
    text-decoration:none;
    padding-left:16px;
    text-transform:uppercase;
}
.mainMenu a:hover
{
    text-decoration:none;
}
.menuItem1 { background-image:url(/design/menu_bg_1.gif); }
.menuItem2 { background-image:url(/design/menu_bg_2.gif); }
.menuItem3 { background-image:url(/design/menu_bg_3.gif); }
.menuItem4 { background-image:url(/design/menu_bg_4.gif); }

.pagePath
{
    line-height:16px;
    padding:17px 0;
}
.pagePath a
{
    text-decoration:underline;
}
.pagePath a:hover
{
    text-decoration:none;
}

.leftBlock
{
    background:#fff;
    padding:14px 18px;
    margin-bottom:15px;
}
.leftBlock h2
{
    font-size:18px;
    font-weight:bold;
    border-bottom:1px dotted #a9a9a9;
    color:#333;
    padding-bottom:4px;
    margin-bottom:10px;
}

.bottomBlock
{
    background:#fff;
    padding:15px 20px;
    margin-top:12px;
}
.bottomBlock h2
{
    font-size:15px;
    font-weight:bold;
    color:#333;
    padding-bottom:10px;
    text-transform:uppercase;
}

.bottomColDouble,
.bottomColSingle
{
    float:left;
}
.bottomColDouble
{
    width:40%;
}
.bottomColSingle
{
    width:20%;
}
.bottomBlock ul
{
    list-style:none;
    padding:0;
}
.bottomBlock li
{
    line-height:18px;
}
.bottomBlock a,
.bottomBlock a:hover
{
    color:#666;
    font-weight:bold;
    text-decoration:none;
}
.bottomBlock .fl
{
    width:40%;
}
.bottomBlock .fr
{
    width:58%;
}

.searchType,
.searchTypeExtend
{
    margin-top:10px;
    margin-right:60px;
    display:block;
    float:right;
    padding:0 15px 10px 5px;
    line-height:15px;
    background:url(/design/arrow_search.gif) no-repeat right 15px;
    color:#666 !important;
    font-style:italic;
    width:110px;
    text-decoration:none !important;
}
.searchTypeExtend
{
    background:url(/design/arrow_search.gif) no-repeat right -14px !important;
}
.searchType .simple
{
    display:none;
}
.searchTypeExtend .extend
{
    display:none;
}

#extendedSearch
{
    line-height:50px;
}
.seachBlock
{
    padding-bottom:15px;
}
.seachBlock select,
.seachBlock input
{
    vertical-align:middle;
    width:150px;
    margin-right:5px;
    color:#aaa;
    font-size:14px;
    font-weight:bold;
}
.seachBlock select
{
    padding:3px 2px;
}
.bigInput
{
    color:#d6d6d6 !important;
    font-size:21px !important;
    width:424px !important;
    padding:6px 15px !important;
    margin-right:10px !important;
    border:0 !important;
    background:url(/design/search_field_bg.gif) no-repeat left center;
}
.seachBlock button
{
    vertical-align:middle;
    width:25px;
    height:24px;
    border:0;
    background:url(/design/button_search.gif) no-repeat center center;
}
.seachBlock button span
{
    display:none;
}


.tabs
{
    height:33px;
}
a.tab
{
    float:left;
    display:block;
    width:140px;
    padding-left:10px;
    margin-right:2px;
    background:url(/design/tabs_bg.gif) no-repeat top left;
    text-align:center;
    color:#333;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}
a.tab:hover
{
    text-decoration:none;
}
a.tab span
{
    display:block;
    line-height:33px;
    height:33px;
    background:url(/design/tabs_bg.gif) no-repeat top right;
    padding-right:10px;
}
a.active
{
    background:url(/design/tabs_bg.gif) no-repeat bottom left !important;
    color:#00b6d4;
}
a.active span
{
    background:url(/design/tabs_bg.gif) no-repeat bottom right !important;
    padding-bottom:1px;
}
.tabBody
{
    border:1px solid #d0d0d0;
    padding:19px;
}
.tabBody h1
{
    font-size:32px;
    color:#333;
}
.tabBody h1.categoryName
{
    padding-bottom:25px;
}
.tabBody h2
{
    font-size:21px;
    color:#9a9a9a;
    font-weight:bold;
}
.itemData
{
    float:left;
    color:#333;
    width:320px;
    padding-top:15px;
}
.largeImage
{
    padding-bottom:30px;
}
.largeImage img
{
    border:5px solid #f0eeec;
}
.itemTracks
{
    padding-left:330px;
    font-size:12px;
    padding-top:15px;
}
.itemTracks ol
{
    font-style:italic;
}
.itemTracks li
{
    padding:1px 0;
}
.itemTracks .title
{
    padding:20px 0 10px;
    line-height:20px;
}
.topNull
{
    padding-top:0 !important;
}

.itemData .itemHead
{
    font-weight:bold;
    padding-left:60px;
    height:40px;
    background:url(/design/type_cd.gif) no-repeat top left;
    line-height:14px;
}
.typeDvd
{
    background:url(/design/type_dvd.gif) no-repeat top left !important;
}

.itemData table
{
    color:#333;
    margin-left:60px;
}
.itemData table th,
.itemData table td
{
    padding:2px 0;
}
.itemData table th
{
    text-align:left;
    font-weight:normal;
    width:110px;
    vertical-align:top;
}

.categoryList
{
    padding:0;
    list-style:none;
}
.categoryList li
{
    padding:7px 0;
}
.categoryList a
{
    font-size:14px;
    font-weight:bold;
    color:#666;
}


.searchItem
{
    padding-bottom:30px;
    position:relative;
}
.searchItem .nr
{
    position:absolute;
    top:0;
    left:0;
    color:#d0d0d0;
    font-size:11px;
}
.catalogItem
{
    width:142px;
    height:290px;
    float:left;
}
.itemImage
{
    padding-bottom:10px;
}
.searchItem .itemImage
{
    float:left;
    padding:0 0 0 17px !important;
}
.searchItem h3,
.catalogItem h3
{
    color:#157fcd;
    font-size:17px;
    line-height:15px;
}
.searchItem p,
.catalogItem p
{
    color:#777777;
    font-weight:bold;
    line-height:13px;
}
.itemInfo
{
    color:#acb0b4;
    font-weight:bold;
    line-height:14px;
}

.additionalInfo
{
    padding-top:30px;
}
.title
{
    font-size:16px;
    color:#000;
    line-height:36px;
}
.searchInfo
{
    padding-left:180px;
}
h1 span
{
    color:#157FCD;
    font-style:italic;
}


.contentBody .text
{
    font-size:12px;
    border:1px solid #d0d0d0;
    padding:20px;
    margin:5px 0 30px;
    line-height:18px;
}
.contentBody .text h1
{
    color:#333;
    font-weight:normal;
    font-size:32px;
    padding-bottom:18px;
    line-height:28px;
}
.contentBody .text h2
{
    color:#333;
    font-weight:normal;
    font-size:21px;
    line-height:21px;
    letter-spacing:-1px;
}
.contentBody .text h3
{
    color:#333;
    font-weight:bold;
    font-size:16px;
    line-height:21px;
}
.contentBody .text a
{
    font-weight:bold;
    text-decoration:underline;
}
.contentBody .text img
{
    border:5px solid #f0eeec;
}
.contentBody .text p
{
    padding-bottom:18px;
}

.simple_list
{
    padding-bottom:30px;
}
.news_header,
.news_title
{
    padding-left:162px;
}
.news_title
{
    padding-bottom:5px;
}
.news_title a
{
    font-size:17px;
    text-decoration:none !important;
    font-weight:normal !important;
}
.news_img
{
    float:left;
    padding-top:3px;
    margin:0 20px 20px 0;
}
.news_img img
{
    border:0 !important;
}


.randomCd,
.randomDvd,
.randomGames
{
    position:absolute;
}

/** Pager */
div.pg_numbers
{
    text-align:left;
    line-height:40px;
}
div.pg_numbers span,
div.pg_numbers a
{
    cursor:pointer;
    padding:5px 8px;
    margin-right:5px;
    text-decoration:none;
    color:#00b6d4;
    font-weight:bold;
}
div.pg_numbers span:hover,
div.pg_numbers a:hover
{
    text-decoration:none;
}
div.pg_numbers span.on,
div.pg_numbers a.on
{
    text-decoration:none;
    color:#fff !important;
    background:#00b6d4 !important;
}
div.pg_numbers span
{
    cursor:default;
}
div.pg_numbers .first,
/*div.pg_numbers .previous,
div.pg_numbers .next,*/
div.pg_numbers .last
{
    display:none;
}