/** Sliced by Zilvinas Kuusas [ zilvinas [a] kuusas [dot] lt ] */

body, textarea, td
{
    font: normal 11px Arial;
}

body
{
    background: #e5e5e5 url('../images/body-bg.jpg') repeat-x top left;
    line-height: 18px;
}

a
{
    text-decoration: none;
    color: #336699;
}

form, table
{
    clear: both;
}

.icon
{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

a.icon:hover
{
    background-position: 0 2px;
}

.icon-delete
{
    background-image: url('../images/icon-delete.png');
}

.icon-edit
{
    background-image: url('../images/icon-edit.png');
}

.action-change-category
{
    width: 400px;
}

.errors,
.error
{
    color: red;
    display: inline-block;
}

.notice
{
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.notice-green
{
    background-color: #1a961a;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.notice-red
{
    background-color: #db651b;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}


#main a:hover,
#sidebar a:hover,
#footer a:hover
{
    text-decoration: underline;
}

#main a:active,
#sidebar a:active
{
    color: #000;
}

.clear
{
    clear: both;
}

.link-more
{
    background: url('../images/bullet.jpg') no-repeat center right;
    padding: 0 10px 0 8px;
}

.column-half
{
    width: 50%;
    float: left;
}


input[type='submit'],
.input-type-submit,
.button-orange
{
    background: url('../images/button-orange.png') no-repeat top left;
    border: none;
    width: 97px;
    height: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.button-green
{
    background: url('../images/button-green.png') no-repeat top left;
    border: none;
    width: 130px;
    height: 23px;
    padding: 3px 0 0 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 11px;
    display: inline-block;
}


#site
{
    width: 940px;
    background: url('../images/site-bg.jpg') repeat-y top center;
    margin: 0 auto;
    padding: 0 30px;
}

#site-bottom
{
    background: url('../images/site-bottom.jpg') no-repeat bottom left;
    height: 14px;
    width: 1000px;
    margin: 0 auto;
}

/**
* Top bar 
*/
#top-bar
{
    background: url('../images/top-bar-bg.jpg') no-repeat top center;
    width: 960px;
    height: 38px;
    margin: 0 auto;
    padding: 0 20px;
}

#top-bar a
{
    font-weight: bold;
    color: #336699;
}

#top-bar .languages
{
    padding: 8px 0 0 4px;
}

#top-bar .languages li
{
    display: inline;
}


#top-bar .languages li a
{
    display: block;
    float: left;
    padding: 0 11px 0 6px;
    margin: 0 5px 0 0;
    width: 72px;
    height: 23px;
    line-height: 23px;
}

#top-bar .languages li a:hover,
#top-bar .languages li a.selected
{
    background: url('../images/button-flag-on.jpg') no-repeat top left;
    color: #fff;
}

#top-bar .languages li a span
{
    padding: 0 0 0 23px;
}

#top-bar .languages li a.en span
{
    background: url('../images/flag-en.jpg') no-repeat left center;
}

#top-bar .languages li a.lt span
{
    background: url('../images/flag-lt.jpg') no-repeat left center;    
}

#top-bar .languages li a.ru span
{
    background: url('../images/flag-ru.jpg') no-repeat left center;
}

#top-bar .links
{
    float: right;
    padding: 2px 13px 0 0;
}

#top-bar .links a
{
    height: 21px;
    line-height: 21px;
    display: block;
    float: left;
}

#top-bar .links .home
{
    background: url('../images/icon-home.png') no-repeat left center;
    padding-left: 25px;
}
/** Top bar */


/**
* Header
*/
#header
{
    width: 940px;
    padding: 13px 0 11px 0;
}

#header .logo
{
    display: block;
    float: left;
    width: 208px;
    height: 91px;
    background: url('../images/logo.png') no-repeat top center;
    text-indent: -9999px;
}

#header .logo-en,
#header .logo-ru
{
    background-image: url('../images/logo-en.png');
}

#header .banner
{
    width: 720px;
    float: right;
}
/** Header */


/**
* Main menu
*/
#menu
{
    display: block;
    width: 910px;
    height: 37px;
    padding: 0 19px 0 11px;
    margin: 0 0 18px 0;
    background: url('../images/main-menu-bg.jpg') no-repeat top left;
}

#menu li.first
{
    width: 2px;
}

#menu li
{
    display: block;
    height: 37px;
    float: left;
    background: url('../images/main-menu-separator.jpg') no-repeat top right;
    padding: 0 2px 0 0;
}

#menu li a
{
    display: block;
    float: left;
    height: 25px;
    padding: 9px 17px 0 19px;
    font-weight: bold;
    color: #fff;
}

#menu li a:hover
{
    background-color: #c64723;
}
/** Main menu */


/**
* Sidebar
*/
#sidebar
{
    float: left;
    width: 220px;
    margin: 0 20px 0 0;
}

#sidebar .box
{
    margin-bottom: 18px;
}

#sidebar .box h1
{
    font: bold 16px "Trebuchet MS";
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #333333;
}

#sidebar .box .top
{
    background: url('../images/sidebar-box-top.jpg') no-repeat top left;
    height: 5px;
    width: 220px;
}

#sidebar .box .content
{
    background: url('../images/sidebar-box-bg.jpg') repeat-y top left;
    width: 180px;
    padding: 12px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
}

#sidebar .box .bottom
{
    background: url('../images/sidebar-box-bottom.jpg') no-repeat bottom left;
    height: 5px;
    width: 220px;
}

#sidebar .box-banner
{
    text-align: center;
}

#sidebar .box-search .content
{
    padding-bottom: 17px;
}

#sidebar .box-search .field,
#sidebar .box-search .button
{
    border: none;
    display: block;
    float: left;
    padding: 0;
    height: 21px;
    background: transparent;
}

#sidebar .box-search .field
{
    width: 145px;
    padding: 0 10px 0 5px;
    font-size: 11px;
    color: #666666;
}

#sidebar .box-search .button
{
    text-indent: -9999px;
    width: 20px;
}

#sidebar .box-search form
{
    background: url('../images/field-search.jpg') no-repeat 1px 2px;
}

#sidebar .box-login h1
{
    background: url('../images/icon-lock.png') no-repeat top left;
    height: 20px;
    padding-left: 39px;
    padding-top: 11px;
}

#sidebar .box-login label
{
    font-size: 11px;
    color: #666666;
}

#sidebar .box-login .field
{
    width: 169px;
    height: 19px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 0 5px;
    margin: 0 0 6px 0;
}

#sidebar .box-login ul.buttons
{
    text-align: center;
    margin: 3px 0 0 0;
}

#sidebar .box-login ul.buttons li
{
    padding: 0 0 3px 0;
}

#sidebar .box-news ul
{
    line-height: 22px;
}

#sidebar .box-news ul li
{
    clear: both;
    display: block;
}

#sidebar .box-news ul li span
{
    display: block;
    float: left;
    font-size: 11px;
    color: #666666;
    clear: both;
    width: 65px;
}

#sidebar .box-news ul li a
{
    font-weight: bold;
    display: block;
    float: left;
}

#sidebar .box-menu ul
{
    padding-left: 10px;
}

#sidebar .box-menu ul li
{
    list-style-type: disc;
    padding-bottom: 5px;
}
/** Sidebar */



/**
* Footer
*/
#footer
{
    width: 940px;
    padding: 30px 0 19px 0;
    font-size: 11px;
    color: #333;
    clear: both;
}

#footer .top
{
    width: 940px;
    height: 4px;
    background: url('../images/footer-top.jpg') no-repeat top left;
}

#footer .content
{
    width: 940px;
    background: url('../images/footer-bg.jpg') repeat-y top left;
}

#footer .bottom
{
    width: 940px;
    height: 4px;
    background: url('../images/footer-bottom.jpg') no-repeat top left;
    clear: both;
}

#footer ul 
{
    line-height: 20px;
    padding: 6px 0 3px 0;
}

#footer ul li
{
    display: inline;
    border-left: 1px solid #c8c8c8;
    padding: 0 20px;
}

#footer ul li.first
{
    border-left: none;
}

#footer .copyright
{
    float: left;
    width: 700px;
    padding: 21px 0 0 0;
}

#footer .author
{
    float: right;
    width: 450px;
    text-align: right;
    padding: 22px 0 0 0;
}

#footer .author a
{
    float: right;
    margin: 0 0 0 5px;
    display: block;
}
/** Footer */



/**
*   Main content
*/
#main 
{
    float: left;
    width: 700px;
    overflow: hidden;
    padding-top: 4px;
}

#main h1
{
    font: bold 16px "Trebuchet MS";
    color: #666666;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#main h1 .title-thumb
{
    float: right;
    margin-bottom: -50px;
}


#main h2
{
    font-size: 12px;
    margin: 5px 0 10px 0;
}

#main p
{
    margin: 0;
    padding: 0 0 15px 0;
}

#main .latest-entries
{
    clear: both;
    padding: 0 0 27px 0;
}

#main .latest-entries h1
{
    float: left;
}

#main .latest-entries .button-green
{
    float: right;
}

#main .latest-entries .latest-box
{
    float: left;
    width: 220px;
    margin: 0 0 0 20px;
    padding: 2px 0 0 0;
}

#main .latest-entries .latest-box-first
{
    clear: both;
    margin-left: 0;
}

#main .latest-entries .latest-box ul
{
    margin: 0 0 5px 0;
}

#main .latest-entries .latest-box ul li
{
    display: block;
    width: 206px;
    height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 4px 7px 0 7px;
    background-color: #f6e8c6;
}

#main .latest-entries .latest-box ul li.odd
{
    background-color: #fcf6e8;    
}

#main .latest-entries .latest-box ul li.even
{
    background-color: #f6e8c6;
}

#main .latest-entries .latest-box ul li.hover
{
    background-color: #efb161 !important;
}

#main .latest-entries .latest-box ul li a
{
    font-weight: bold;
    display: block;
    width: 174px;
    float: left;
}

#main .latest-entries h2,
#main h2.with-line
{
    background: url('../images/block-title-bg.jpg') repeat-x bottom left;
    font-weight: bold;
    font-size: 13px;
    color: #b25316;
    margin: 0 0 8px 0;
    display: block;
}

#main .latest-entries h2 span,
#main h2.with-line span
{
    background-color: #fff;
    padding: 0 6px 0 0;
}

#main .top-entries
{
    margin: 0 0 29px 0;
}

#main .top-entries h1
{
    padding: 0 0 2px 0;
}

#main .top-entries .top-box .top
{
    background: url('../images/content-box-top.jpg') no-repeat top left;
    height: 4px;
    width: 700px;
}

#main .top-entries .top-box .content
{
    background: url('../images/content-box-bg.jpg') repeat-y top left;    
    width: 684px;
    height: 150px;
    padding: 0 8px;
}

#main .top-entries .top-box .content ul
{
    height: 132px;
}

#main .top-entries .top-box .content li
{
    display: block;
    float: left;
    width: 102px;
    height: 120px;
    margin: 0 30px 0 0;
    text-align: center;
}


#main .top-entries .top-box .content li a
{
    font-weight: bold;
}

#main .top-entries .top-box .content li .image
{
    display: block;
    width: 96px;
    height: 71px;
    padding: 1px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin: 0 0 8px 0;
}

#main .top-entries .top-box .content .arrow-left
{
    display: block;
    background: url('../images/arrow-left.jpg') no-repeat 1px 40px;
    width: 15px;
    height: 120px;
    margin-right: 10px;
    float: left;
}

#main .top-entries .top-box .content .arrow-right
{
    display: block;
    background: url('../images/arrow-right.jpg') no-repeat -2px 40px;
    width: 15px;
    height: 120px;
    margin-left: 10px;
    float: left;
}

#main .top-entries .top-box .content .container
{
    float: left;
    width: 630px;
    padding: 10px 0;
    overflow: hidden;
    height: 120px;
}

#main .top-entries .top-box .content .container ul
{
    width: 1000px;
    line-height: 15px;
}

#main .top-entries .top-box .bottom
{
    background: url('../images/content-box-bottom.jpg') no-repeat top left;
    height: 4px;
    width: 700px;
}


#main .categories-entries
{
    margin: 0 0 14px 0;
}

#main .categories-entries h1
{
    margin: 0 0 10px 0;
}

#main .categories-entries .categories-box
{
    display: block;
    float: left;
    width: 220px;
    margin: 0 0 24px 20px;
}

#main .categories-entries .categories-box-first
{
    margin-left: 0;
}

#main .categories-entries .categories-box h2
{
    font-size: 13px;
    color: #cc6633;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#main .categories-entries .categories-box h2 a
{
    color: #cc6633;
}

#main .categories-entries .description
{
    
}

#main .categories-entries .categories-box ul li
{
    background: url('../images/bullet2.jpg') no-repeat 8px 7px;
    padding: 0 0 0 20px;
}


#main .table-list
{
    clear: both;
    line-height: 20px;
    margin: 0 0 21px 0;
}

#main .table-list .button-green
{
    float: right;
    margin-bottom: 15px;
}

#main .table-list table,
#main table
{
    width: 100%;
}

#main .table-list thead tr td,
#main table thead tr td
{
    background: url('../images/block-title-bg.jpg') repeat-x bottom left;
    font-size: 12px;
    color: #b25316;
    font-weight: bold;
}

#main .table-list thead tr td span
{
    background-color: #fff;
    padding: 0 5px 0 0;   
}

#main .table-list thead .spacer td
{
    height: 10px;
    background: transparent;
}

#main .table-list tbody tr td
{
    background-color: #f6e8c6;
    padding: 4px 1px 4px 1px;
    vertical-align: top;
}

#main .table-list tbody tr.odd td
{
    background-color: #fcf6e8;
}

#main table tbody tr.tr-hover td
{
    background-color: #efb161 !important;
}

#main .table-forum thead tr .forum-posts span,
#main .table-forum thead tr .forum-last span
{
    padding-left: 10px;
}

#main .table-forum .forum-title
{
    width: 456px;
    font-weight: bold;
}

#main .table-forum .forum-posts
{
    width: 86px;
    text-align: center;
}

#main .table-forum .forum-last
{
    width: 114px;
    text-align: center;
}

#main .table-forum tbody .forum-posts,
#main .table-forum tbody .forum-last
{
    border-left: 1px solid #fff;
}

#main .table-list .button-orange
{
    float: right;
}

#main .table-forum
{
    margin-bottom: 10px;
}

#main .articles .item
{
    clear: both;
    margin: 0 0 20px 0;
}

#main .articles .item h2
{
    margin: 0;
}

#main .articles .item .date
{
    float: left;
    width: 60px;
    margin: 0 8px 20px 0;
    color: #999;
}

#main .articles .item .text
{
    font-size: 12px;
    float: left;
    padding-bottom: 10px;
}

#main .articles .item .text h2
{
    font-size: 13px;
}

#main .articles .link-more
{
    padding-left: 0;
}
/** Main content */


/**
* Zend form
*/
select, 
input[type='text'],
input[type='password'],
textarea,
.input-type-text
{
    border: 1px solid #ccc;
    padding: 2px;
}

.zend_form dd input[type='text'],
.zend_form dd input[type='password'],
.zend_form dd .input-type-text,
.zend_form dd select,
.zend_form textarea
{
    border: 1px solid #ccc;
    padding: 2px;
    width: 400px;
}

.zend_form dd select
{
    width: 406px;
    padding: 0;
}

.zend_form .column-half dd input[type='text'],
.zend_form .column-half dd input[type='password'],
.zend_form .column-half dd .input-type-text,
.zend_form .column-half dd select,
.zend_form .column-half textarea
{
    width: 250px;
}

textarea
{
    height: 80px;
}

.zend_form dt
{

}

.zend_form dd
{
    padding: 0 0 10px 0;
    width: 300px;
}

#main #filter
{
    width: 680px;
}

#main #filter .zend_form
{
    margin-bottom: 20px;
}

#main #filter .zend_form dt
{
    width: 60px;
    padding: 0 0 10px 0;
    display: inline-block;
    float: left;
}

#main #filter .zend_form dd
{
    width: 150px;
    display: inline-block;
    padding: 0 0 10px 0;
    float: left;
}

#main #filter .zend_form dd input[type='text'],
#main #filter .zend_form dd input[type='password'],
#main #filter .zend_form dd .input-type-text,
#main #filter .zend_form dd select
{
    width: 124px;
}

#main #filter .zend_form dd select
{
    width: 130px;
}

#main .input-small
{
    width: 50px;
}
/** Zend form */

.pagination
{
    padding: 15px 0;
}

.pagination li
{
    display: inline;
}

.pagination li a
{
    padding: 0 5px;
}

.pagination li a.active,
.pagination li a:hover
{
    text-decoration: none;
    font-weight: bold;
    background-color: #336699;
    color: #fff;
}

.calculator td { padding: 10px 0; }
.calculator input { width: 50px;padding: 0 10px 0 5px; font-size: 11px; color: #666666; border: 1px solid #cfcfcf;}
.calculator .button { background-color: #e77618; color: #fff !important;display: block; margin-top: 10px; padding: 3px 10px;width: auto;color: #000;font-weight: bold;}
.calculator .transparent {color: #000;padding-top: 2px; width: 100%; background:transparent; text-align: center;border: none;}

.tabs
{
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #e77618;
    clear: both;
}

.tabs li
{
    display: inline;
    padding: 0 10px 0 0;
    font-weight: bold;
    font-size: 12px;
}

.tabs li a
{
    padding: 15px 15px 10px 15px;
    background-color: #FCF6E8;
    font-weight: normal;
}

.tabs li a:hover,
.tabs li a.active
{
    background-color: #e77618;
    color: #fff;
    text-decoration: none !important;
}

.product-scroller .container
{
    width: 600px;
    overflow: hidden;
}

/**
* Custom styles
*/
#language_lt-label
{
    clear: both;
}

/** Sliced by Zilvinas Kuusas [ zilvinas [a] kuusas [dot] lt ] */
.clear { clear: both;}
#picture { float:right; width: 200px;}
#form_p { float:left; width: 500px;}
table.pr_info td{ vertical-align: top;}
table.pr_info td span{ font-weight: bold;}
.fr { float:right; }
.mr10 {margin-right: 10px;}
.country-item { font-weight: bold; float:left; padding-right: 10px;}
.country-item a:hover { text-decoration: none;}
#profile-categories-element { width: 400px;}
textarea#offer-description { }
.el-rte  { width: 400px !important; }