/*------------------------------------------------------------------
[Master Stylesheet]

Project:	www.pinigine.lt
Author: 	www.emotion.lt
Version:	1.8.4
Last change:	10-03-10  13:17
-------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body{
    font-family: Tahoma, Verdana, Arial, Serif;
    font-size: 12px;
    color: #000000;
    background: url(/res/img/bg_body.gif) top left repeat-x;
    /*background: url(/res/img/bg_body2.gif) center 0 no-repeat;*/
}

img {border:none}

#holder {
    width: 960px;
    margin: 0 auto;
}

#holder2 {
    display: inline;
    float: left;
    width: 960px;
}

/* ---------- Header - start -----------*/

#header{
    position: relative;
    display: inline;
    float: left;
    width: 960px;
    height: 120px;
}

#header .logo{
    margin: 25px 0 0 18px;
    display: inline;
    float: left;
    width: 136px;
    height: 74px;
}

#header .loginBlock{
    display: inline;
    float: right;
    width: 660px;
    height: 120px;
}

#header .login{
    display: inline;
    float: right;
    width: 660px;
    height: 26px;
    text-align: right;
    background: url(/res/img/bg_login.gif) 436px 24px no-repeat;
}

#header .login p{
    padding: 6px 52px 0 0;
    font-family: arial;
    font-size: 11px;
    color: #666666;
}

#header .login a{
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    color: #dd0000;
}

#header .login a:hover{
    text-decoration: underline;
    color: #666666;
}

#header .login2{
    display: inline;
    float: right;
    width: 660px;
    height: 26px;
    text-align: right;
    background: url(/res/img/bg_login2.gif) 366px 24px no-repeat;
}

#header .login2 p{
    padding: 8px 62px 0 0;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #6262B2;
}

#header .login2 a{
    text-decoration: underline;
    font-weight: normal;
    color: #6262B2;
}

#header .login2 a:hover{
    text-decoration: none;
    color: #6262B2;
}

#header .loginButton{
    margin: 20px 46px 0 0;
    display: inline;
    float: right;
    width: 145px;
    height: 52px;
    text-align: right;
}

#header .loginButton a{
    display: block;
    width: 145px;
    height: 52px;
    background: url(/res/img/button_login_lt.gif) 0 0 no-repeat;
}

#header .loginButton a:hover{
    background: url(/res/img/button_login_lt_hover.gif) 0 0 no-repeat;
}

#header .loginButton a span{
    display: none;
}

#header .firstMoney{
    margin: 36px 12px 0 0;
    display: inline;
    float: right;
    width: 362px;
    height: 35px;
    text-align: right;
    position: relative;
}

#header .firstMoney .firstMoneyFlash{
    display: block;
    float: left;
    width: 362px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#header .loginForm{
    position: absolute;
    display: none;
    width: 262px;
    height: 210px;
    top: 26px;
    left: 682px;
    z-index:1000;
    border: 1px solid #E2E2E2;
    background: #F3F3F3;
}

#header .loginForm div.closeButtonHolder {
    text-align: right;
    margin-top: 2px;
    margin-right: 4px;
}

#header .loginForm label{
    color: #616161;
    font-weight: bold;
    font-size: 11px;
}

#header .formElement1{
    padding: 8px 0 0 26px;
    display: inline;
    float: left;
    width: 208px;
}

#header .name{
    margin: 4px 0 0 0;
    display: inline;
    float: left;
    width: 208px;
    height: 27px;
    /**background: url(/res/img/bg_login_name.gif) 0 0 no-repeat;**/
}

#header .pass{
    margin: 4px 0 0 0;
    display: inline;
    float: left;
    width: 208px;
    height: 27px;
    /**background: url(/res/img/bg_login_pass.gif) 0 0 no-repeat;**/
}

#header .formElement1 input{
    margin: 5px 0 0 0px;
    padding: 5px 4px 0 4px;
    width: 200px;
    height: 20px;
    border: none;
    font-size: 13px;
    background: url(/res/img/bg_login_pass.gif) 0 0 no-repeat;
    color: #626459;
}

#header .formElement1 input:hover{
    background: url(/res/img/bg_login_name.gif) 0 0 no-repeat;
}

#header .formElement2{
    padding: 12px 0 0 26px;
    display: inline;
    float: left;
    width: 208px;
}

#header .formElement2 input{
    margin: 5px 0 0 0px;
    padding: 5px 4px 0 4px;
    width: 200px;
    height: 20px;
    border: none;
    font-size: 13px;
    background: url(/res/img/bg_login_pass.gif) 0 0 no-repeat;
    color: #626459;
}

#header .formElement2 input:hover{
    background: url(/res/img/bg_login_name.gif) 0 0 no-repeat;
}

#header .formElement3{
    margin: 12px 0 0 62px;
    display: inline;
    float: left;
    width: 126px;
}

#header .formElement3 input{
    width: 126px;
    height: 33px;
    background: url(/res/img/button_login_form.gif) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}

#header .lostPass{
    padding: 7px 0 0 27px;
    display: inline;
    float: left;
    width: 207px;
}

#header .lostPass a{
    font-size: 11px;
	font-weight: normal;
}

/* ---------- Header - end -----------*/

/* ---------- Menu - start -----------*/

#menu{
    margin: 8px 0 0 0;
    display: inline;
    float: left;
    width: 960px;
    height: 42px;
    background: url(/res/img/bg_menu.gif) bottom left repeat-x;
}

#menu ul{
    float: left;
    list-style: none;
}

#menu ul li{
    padding: 0px 0 0 5px;
    display: block;
    width: 183px;
    height: 42px;
    float: left;
    text-align: center;
}

#menu ul li.first{
    padding: 0px 0 0 13px;
}

#menu ul li a{
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 18px 0 4px 0;
    display: block;
    color: #ffffff;
    width: 183px;
    float: left;
    background: url(/res/img/bg_menu_notactive.gif) bottom center no-repeat;
}

#menu ul li.active a {
    color: #000083;
    background: url(/res/img/bg_menu_active.gif) bottom center no-repeat;
}

#menu ul li.active a:hover {
    cursor: default;
    color: #000083;
    background: url(/res/img/bg_menu_active.gif) bottom center no-repeat;
}

#menu ul li a:hover{
    background: url(/res/img/bg_menu_hover.gif) bottom center no-repeat;
}

/* ---------- Menu - ends -----------*/

/* ---------- Menu 2- start -----------*/

#menu2{
    margin: 2px 0 0 0;
    display: inline;
    float: left;
    width: 960px;
    height: 47px;
    background: url(/res/img/bg_menu2.gif) bottom left repeat-x;
}

#menu2 ul{
    margin: 5px 0 0 0;
    float: left;
    list-style: none;
}

#menu2 ul li{
    padding: 0px 0 0 5px;
    display: block;
    width: 183px;
    height: 42px;
    float: left;
    text-align: center;
}

#menu2 ul li.first{
    padding: 0px 0 0 13px;
}

#menu2 ul li a{
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    padding: 18px 0 4px 0;
    display: block;
    color: #ffffff;
    width: 183px;
    float: left;
    background: url(/res/img/bg_menu_notactive2.gif) bottom center no-repeat;
}

#menu2 ul li.active a {
    color: #000083;
    background: url(/res/img/bg_menu_active2.gif) bottom center no-repeat;
}

#menu2 ul li.active a:hover {
    cursor: default;
    color: #000083;
    background: url(/res/img/bg_menu_active2.gif) bottom center no-repeat;
}

#menu2 ul li a:hover{
    background: url(/res/img/bg_menu_hover2.gif) bottom center no-repeat;
}

/* ---------- Menu2 - ends -----------*/

/* ---------- contentIndex - start -----------*/

#contentIndex{
    padding: 0 0 20px 0;
    display: inline;
    float: left;
    width: 960px;
}

#contentIndex .visual{
    display: inline;
    float: left;
    width: 219px;
    height: 364px;
}

#contentIndex .visual2{
    padding: 23px 0 0 0;
    display: inline;
    float: left;
    width: 740px;
}

#contentIndex .main{
    padding: 30px 0 0 0;
    display: inline;
    float: left;
    width: 740px;
}

#contentIndex .main table{
    clear: both;
    position: relative;
    border-collapse: collapse;
    width: 720px;
}

#contentIndex .main table th{
    padding: 0 0 5px 0;
    text-align: center;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: normal;
    color: #3C49B2;
}

#contentIndex .main table th.th1{
    vertical-align: bottom;
    text-align: right;
    padding: 0 36px 5px 0px;
    font-size: 18px;
}

#contentIndex .main table td{
    text-align: right;
    padding: 0px 26px 0px 0 ;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #787878;
}

#contentIndex .main table td.img{
    padding: 0px 0px 0px 0px ;
    height: 0.41em;
    line-height: 0.40em;
    background: url(/res/img/bg_table.gif) 15px 0 no-repeat;
}

#contentIndex .main table td.img2{
    background: url(/res/img/bg_table2.gif) 15px 0 no-repeat;
}

#contentIndex .main table td.img3{
    background: url(/res/img/bg_table3.gif) 15px 0 no-repeat;
}

#contentIndex .main table td.img4{
    background: url(/res/img/bg_table4.gif) 15px 0 no-repeat;
}

#contentIndex .main table td span{
    padding: 0 0 0 4px;
    font-size: 11px;
    font-weight: normal;
    color: #9F9E9E;
}

#contentIndex .main table td.td1{
    color: #8EAC01;
    padding: 0 40px 0 0px;
}

#contentIndex .main table tr.greenTR td{
    background: #EDF4BF;
}

#contentIndex .main table tr.greenTR td.td0{
    background: #fff;
}

#contentIndex .main table tr.greenTR td.td1{
    background: #EDF4BF url(/res/img/bg_td1.gif) -24px 0 no-repeat;
}

#contentIndex .main table tr.greenTR td.td7{
    background: #EDF4BF url(/res/img/bg_td2.gif) 50px 0 no-repeat;
}

/* ---------- contentIndex  - ends -----------*/


/* ---------- contentIndex.akcija - start -----------*/


#contentIndex.akcija .visual2{
    padding: 15px 0 0 0;
    width: 960px;
}

#contentIndex.akcija .visual2 p{
    padding: 0;
    margin: 0;
    line-height: 1px;
}

#contentIndex.akcija .main{
    padding: 15px 0 0 0;
    width: 960px;
}

#contentIndex.akcija .main table{
    width: 855px;
    margin: 0 0 10px 45px;
}

#contentIndex.akcija .main table th{
    padding: 2px 8px 9px 20px;
    border-bottom: 1px solid #E5E5E5;
}

#contentIndex.akcija .main table th.th1{
    padding: 2px 36px 8px 0px;
    width: 85px;
}

#contentIndex.akcija .main table th.specialOffer{
    background: #F9FBE9;
    padding: 2px 0px 9px 16px;
}

#contentIndex.akcija .main table td{
    padding: 2px 26px 2px 14px ;
    border-bottom: 1px solid #E5E5E5;
}

#contentIndex.akcija .main table td.td1{
    color: #8EAC01;
    padding: 2px 40px 2px 0;
}

#contentIndex.akcija .main table td.specialOffer{
    background: #F9FBE9;
    padding: 2px 0px 2px 20px ;
    color: #D90000;
}

#contentIndex.akcija .main table td.specialOffer2{
    background: #F9FBE9;
    padding: 2px 22px 2px 0px ;
    font-weight: normal;
    font-size: 11px;
    color: #9F9E9E;
}


#contentIndex.akcija .main table td.specialOffer2 span{
    padding: 0 2px 0 0px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}


/* ---------- contentIndex.akcija  - ends -----------*/

/* ---------- contentIndex.akcija2 - start -----------*/


#contentIndex.akcija2 .visual2{
    padding: 18px 0 30px 0;
    width: 230px;
    float: right;
}

#contentIndex.akcija2 .visual2 p{
    padding: 0;
    margin: 0;
    line-height: 1px;
}

#contentIndex.akcija2 .main{
    padding: 18px 0 0 0;
    width: 709px;
}

#contentIndex.akcija2 .main table{
    width: 709px;
    margin: 0 0 10px 0px;
}

#contentIndex.akcija2 .main table th{
    padding: 2px 0 9px 0px;
    border-bottom: 1px solid #E5E5E5;
}

#contentIndex.akcija2 .main table th.th1{
    padding: 2px 36px 8px 0px;
    width: 85px;
}

#contentIndex.akcija2 .main table th.specialOffer{
    background: #F9FBE9;
    padding: 2px 0 9px 5px;
}

#contentIndex.akcija2 .main table td{
    padding: 2px 26px 2px 14px ;
    border-bottom: 1px solid #E5E5E5;
}

#contentIndex.akcija2 .main table td.td1{
    color: #8EAC01;
    padding: 2px 40px 2px 0;
}

#contentIndex.akcija2 .main table td.specialOffer{
    background: #F9FBE9;
    padding: 2px 6px 2px 14px ;
    color: #D90000;
}

#contentIndex.akcija2 .main table td.specialOffer2{
    background: #F9FBE9;
    padding: 2px 12px 2px 0px ;
    font-weight: normal;
    font-size: 11px;
    color: #9F9E9E;
}


#contentIndex.akcija2 .main table td.specialOffer2 span{
    padding: 0 2px 0 0px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}

/* ---------- contentIndex.akcija2  - ends -----------*/

/* ---------- contentIndex.akcija3 - start -----------*/


#contentIndex.akcija3 .visual2{
    padding: 18px 0 0 0;
    width: 239px;
    float: left;
}

#contentIndex.akcija3 .visual2 p{
    padding: 0;
    margin: 0;
    line-height: 1px;
}

#contentIndex.akcija3 .main{
    padding: 18px 0 0 0;
    width: 676px;
    float: right;
}

#contentIndex.akcija3 .main table{
    width: 676px;
    margin: 0 0 10px 0px;
}

#contentIndex.akcija3 .main table th{
    padding: 2px 0 9px 0px;
    border-bottom: 1px solid #E5E5E5;
}

#contentIndex.akcija3 .main table th.th1{
    padding: 2px 36px 8px 0px;
    width: 85px;
}

#contentIndex.akcija3 .main table th.specialOffer{
    background: #F9FBE9;
    padding: 2px 0 9px 3px;
}

#contentIndex.akcija3 .main table td{
    padding: 2px 22px 2px 10px ;
    border-bottom: 1px solid #E5E5E5;
}

#contentIndex.akcija3 .main table td.td1{
    color: #8EAC01;
    padding: 2px 40px 2px 0;
}

#contentIndex.akcija3 .main table td.specialOffer{
    background: #F9FBE9;
    padding: 2px 10px 2px 10px ;
    color: #D90000;
}

#contentIndex.akcija3 .main table td.specialOffer2{
    background: #F9FBE9;
    padding: 2px 12px 2px 0px ;
    font-weight: normal;
    font-size: 11px;
    color: #9F9E9E;
}


#contentIndex.akcija3 .main table td.specialOffer2 span{
    padding: 0 2px 0 0px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}

/* ---------- contentIndex.akcija3  - ends -----------*/


/* ---------- content- start -----------*/

#content{
    padding: 0 0 40px 0;
    margin: 28px 0 0 16px;
    display: inline;
    float: left;
    width: 704px;
}

#content .alignJustify {
    text-align: justify;
}

#content p{
    padding: 10px 0 8px 16px;
    font-size: 13px;
    line-height: 20px;
}

#content a{
    color: #6262B2;
    font-weight: bold;
}

#content a:hover{
    text-decoration:none;
}

#content h1{
    padding: 10px 0 8px 4px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    background: url(/res/img/bg_h1.gif) bottom left repeat-x;
}

#content h2{
    padding: 10px 0 8px 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    background: url(/res/img/bg_h1.gif) bottom left repeat-x;
}

#content table{
    margin: 0 0 0 17px;
    clear: both;
    position: relative;
    border-collapse: collapse;
    width: 680px;
}

#content table th{
    padding: 0 0 5px 0;
    text-align: center;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: normal;
    color: #3C49B2;
}

#content table th.th1{
    vertical-align: bottom;
    text-align: right;
    padding: 0 15px 5px 0px;
    font-size: 18px;
}

#content table td{
    text-align: right;
    padding: 2px 26px 2px 0 ;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #787878;
    border: 1px solid #E3E3E3;
}

#content table td span{
    padding: 0 0 0 4px;
    font-size: 11px;
    font-weight: normal;
    color: #9F9E9E;
}

#content table td.td1{
    color: #8EAC01;
    padding: 0 14px 0 0px;
}

#content p.question{
    padding: 10px 0 0px 8px;
    font-weight: bold;
    line-height: 21px;
}

#content p.question img{
    padding: 0 6px 0 0;
}

#content p.question a{
    color: #000000;
}

#content p.answer{
    padding: 8px 0 12px 23px;
}

#content span.img img{
    padding: 0 2px 0 0;
}

#content table.contacts{
    margin: 16px 0 10px 17px;
    clear: both;
    position: relative;
    border-collapse: collapse;
    width: 680px;
}

#content table.contacts td{
    text-align: left;
    padding: 2px 8px 2px 8px ;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #787878;
    border: 1px solid #E3E3E3;
}

#content .contentLeftClient {
    margin: 10px 0 0 0;
    display: inline;
    float: left;
    width: 240px;
}

#content .contentLeftClient p{
    padding: 0 0 0 16px;
}

#content .contentRightClient {
    margin: 10px 0 0 98px;
    display: inline;
    float: left;
    width: 219px;
}

#content .contentRightClient p{
    padding: 0 0 0 16px;
}

#content .blockTime{
    display: inline;
    float: left;
    width: 219px;
    height: 25px;
}

#content .blockDate{
    display: inline;
    float: left;
    width: 219px;
    height: 48px;
    background: url(/res/img/bg_time.gif) 16px 20px no-repeat;
}

#content .blockDate p{
    padding: 0 0 0 23px;
    word-spacing: 18px;
}

#content .blockDate2{
    display: inline;
    float: left;
    width: 219px;
    height: 48px;
    background: url(/res/img/bg_time2.gif) 16px 20px no-repeat;
}

#content .blockDate2 p{
    padding: 0 0 0 23px;
    word-spacing: 18px;
}

#content .blockTime3{
    display: inline;
    float: left;
    width: 219px;
    height: 30px;
    background: url(/res/img/bg_time_small.gif) 16px 6px no-repeat;
}

#content .blockTime3 p{
    padding: 0px 0 0px 48px;
}

#content .blockTime4{
    display: inline;
    float: left;
    width: 219px;
    height: 40px;
    background: url(/res/img/bg_time_small2.gif) 16px 6px no-repeat;
}

#content .blockTime4 p{
    padding: 0px 0 0px 48px;
}

#content .important {
    font-weight: bold;
}

#content p.registration{
    padding: 10px 0 0px 0px;
    line-height: 1px;
    margin: 0;
}

#content .steps_holder{
    margin: 19px 0 0 30px;
    display: inline;
    float: left;
    width: 696px;
    height: 90px;
}

#content .step{
    padding: 0 24px 0 0;
    margin: 0;
    display: inline;
    float: left;
    width: 57px;
    height: 43px;
}

#content .step p{
    padding: 0;
    margin: 0;
}

#content .agreement{
    margin: 4px 0 0 16px;
    display: inline;
    float: left;
    width: 690px;
    height: 69px;
    background: #C3D92B;
}

#content .formElement1{
    margin: 24px 0 0 0px;
    display: inline;
    float: left;
    width: 400px;
}

#content .formElement1 input{
    display: block;
    height: 13px;
    line-height: 16px;
    margin: 4px 0 0 0px;
    width: 13px;
}

#content .check{
    margin: 0px 0 0 17px;
    display: inline;
    float: left;
    width: 20px;
}

#content .license{
    margin: 0 0 0 0px;
    display: inline;
    float: left;
    width: 340px;
}

#content .license label{
    padding: 0 0 0 0;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
}

#content .formElement3{
    margin: 19px 22px 0 0px;
    display: inline;
    float: right;
    width: 126px;
}

#content .formElement3 input{
    width: 126px;
    height: 33px;
    background: url(/res/img/button_toliau.gif) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}

#content .contract {
    margin: 20px 0 0 16px;
    display: inline;
    float: left;
    width: 688px;
    height: 130px;
    background: #F3F3F3;
    border: 1px solid #E1E1E1;
    overflow: scroll;
}

#content .contractText {
    padding: 5px;
}

#content .enterphone{
    margin: 20px 0 0 16px;
    display: inline;
    float: left;
    width: 688px;
    height: 95px;
    background: #F3F3F3;
    border: 1px solid #E1E1E1;
}

#content .phonetext{
    margin: 26px 10px 0 0;
    display: inline;
    float: right;
}

#content .phonetext p{
    font-size: 11px;
    font-weight: bold;
    color: #616161;
}

#content .inputbox{
    margin: 34px 122px 0 0;
    display: inline;
    float: right;
    width: 208px;
    height: 27px;
}

#content .inputbox input{
    margin: 0px 0 0 0px;
    padding: 5px 4px 0 4px;
    width: 200px;
    height: 22px;
    border-left: 1px solid #C8CAB5;
    border-top: 1px solid #C8CAB5;
    font-size: 13px;
    background-color: #fff;
    color: #626459;
}

#content .inputbox input:hover{
    background-color: #f6f9df;
}

#content .personalDetailsForm{
    padding: 10px 0 20px 0;
    margin: 20px 0 0 16px;
    display: inline;
    float: left;
    width: 688px;
    background: #F3F3F3;
    border: 1px solid #E1E1E1;
}

#content .personalDetailsForm .formClearingLabel {
    clear: both;
    color: #616161;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
}

#content .formLabel{
    margin: 4px 20px 0 0;
    padding: 16px 0 0 0;
    display: inline;
    float: right;
}

#content .formLabel label{
    font-size: 11px;
    font-weight: bold;
    color: #616161;
}

#content .formField{
    margin: 10px 32px 0 0;
    display: inline;
    float: right;
    width: 388px;
}


#content .formField input {
    margin: 5px 0 0 0px;
    padding: 5px 4px 0 4px;
    width: 280px;
    height: 22px;
    font-size: 13px;
    border-left: 1px solid #C8CAB5;
    border-top: 1px solid #C8CAB5;
    background-color: #fff;
    color: #626459;
}

#content .formField input:hover{
    background-color: #f6f9df;
}

#content .formField span {
    font-size: 11px;
    color: #616161;
}

#content .errorMessage {
    font-size: 10px;
    color: #dd0000;
}

#content .notificationMessage {
    font-size: 13px;
    font-weight: bold;
    color: #787878;
}

#content .errorMessageLarge {
    font-size: 13px;
    font-weight: bold;
    color: #dd0000;
}

#content .inputbox5{
    margin: 12px 122px 0 0;
    display: inline;
    float: right;
    width: 208px;
    height: 27px;
    background: url(/res/img/bg_phone_input.gif) 0 0 no-repeat;
}

#content .inputbox5 select{
    margin: 4px 0 0 4px;
    width: 202px;
    height: 20px;
    border: none;
    font-size: 13px;
    background: #ffffff;
    color: #626459;
}

#content .warning{
    margin: 0 0 0 290px;
    display: inline;
    float: left;
}

#content .warning p{
    line-height: 16px;
    padding: 0;
    font-size: 11px;
    color: #616161;
}

#content img.example {
    width: 700px;
    height: 548px;
    border: 1px solid #cccccc;
    margin: 20px auto 0 auto;
}

#content table.money{
    margin: 15px 0 15px 17px;
    clear: both;
    position: relative;
    border-collapse: collapse;
    width: 614px;
}

#content table.money th{
    padding: 5px 0 6px 0;
    text-align: center;
    vertical-align: bottom;
    font-size: 12px;
    width: 125px;
    font-weight: bold;
    color: #3C49B2;
    border-top: 1px solid #E3E3E3;
}

#content table.money th.th0{
    width: 20px;
    border-left: 1px solid #E3E3E3;
}

#content table.money th.th1{
    width: 100px;
    vertical-align: bottom;
    text-align: right;
    padding: 0 35px 5px 0px;
}

#content table.money th.th5{
    border-right: 1px solid #E3E3E3;
}

#content table.money td{
    text-align: right;
    padding: 2px 26px 2px 0 ;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #787878;
    border: 1px solid #E3E3E3;
}

#content table.money td.td1{
    color: #8EAC01;
    padding: 0 24px 0 0px;
}

#content .moneyTableLink {
    color: #787878;
    text-decoration: none;
}

#content .active_cell .moneyTableLink {
    color: #FFF;
}

#content .moneyTableLink:hover {
    text-decoration: underline;
    color: #FFF;
}

#content table td input{
    vertical-align: middle;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

#content table td.active_cell{
    background: #4E4EA9;
}

#content table td.inactive_cell{
    background: #ffffff;
}

#content ul{
    list-style: none;
    margin: 0 0 6px 16px;
}

#content ul li{
    background: url(/res/img/bg_list.gif) 1px 6px no-repeat;
    padding: 0 0 6px 12px;
}

#content .formElement4{
    margin: 19px 22px 0 0px;
    display: inline;
    float: right;
    width: 126px;
}

#content .formElement4 input{
    width: 126px;
    height: 33px;
    background: url(/res/img/button_klientu_zona.gif) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}

#content table.money2{
    margin: 15px 0 5px 17px;
    clear: both;
    position: relative;
    border-collapse: collapse;
}

#content table.money2 th{
    padding: 5px 0 6px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: bold;
    color: #3C49B2;
    border: 1px solid #E3E3E3;
}

#content table.money2 td{
    text-align: center;
    padding: 2px 0 2px 0 ;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #787878;
    border: 1px solid #E3E3E3;
}

#content table.money2 td.header{
    font-size: 12px;
    color: #3C49B2;
}

#content table.money3{
    margin: 15px 0 5px 17px;
    clear: both;
    position: relative;
    border-collapse: collapse;
}

#content table.money3 th{
    padding: 5px 0 6px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: bold;
    color: #3C49B2;
    border: 1px solid #E3E3E3;
}

#content table.money3 td{
    text-align: center;
    padding: 2px 0 2px 0 ;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #787878;
    border: 1px solid #E3E3E3;
}

#content table.money3 td.header{
    font-size: 12px;
    color: #3C49B2;
}

#content .mydetailsform{
    padding: 0 0 20px 0;
    margin: 20px 0 0 16px;
    display: inline;
    float: left;
    width: 588px;
    background: #F3F3F3;
    border: 1px solid #E1E1E1;
}

#content .formLabel2 {
    margin: 4px 20px 0 0;
    padding: 16px 0 0 0;
    display: inline;
    float: right;
}

#content .formLabel2 label {
    font-size: 11px;
    font-weight: bold;
    color: #616161;
}

#content .formLabel2 p {
    font-size: 11px;
    font-weight: bold;
    color: #616161;
}

#content .formField2 {
    margin: 10px 122px 0 0;
    display: inline;
    float: right;
    width: 208px;
}

#content .formField2 input {
    margin: 5px 0 0 0px;
    padding: 5px 4px 0 4px;
    width: 200px;
    height: 22px;
    border: none;
    font-size: 13px;
    border-left: 1px solid #C8CAB5;
    border-top: 1px solid #C8CAB5;
    background-color: #fff;
    color: #626459;
}

#content .formField2 input:hover{
    background-color: #f6f9df;
}

#content .formField2 div.text {
    font-size: 12px;
    margin: 5px 0 0 0px;
    padding: 5px 4px 0 4px;
    width: 200px;
    height: 22px;
    color: #626459;
}

#content .save{
    margin: 15px 0 0 258px;
    float: left;
    display: inline;
}

#content .save input{
    width: 126px;
    height: 33px;
    background: url(/res/img/button_issaugoti.gif) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}

#content table.money3 td.warning {
    color: #dd0000;
}

#content .landing_page{
    display: inline;
    float: left;
    width: 704px;
    padding: 0 0 20px 0;
    text-align: justify;
}

#content .landing_page p.akcija{
    padding: 0 0 0px 0;
    line-height: 1px;
}

#content .landing_page p.akcija img{
    margin: 6px 0 30px 0;
}


#content .landing_page p img{
    float: right;
    margin: 0;
    padding: 0;
}

#content .landing_page .importantHolder{
    display: inline;
    float: left;
    width: 690px;
    margin: 8px 0 0 14px;
    padding: 1px 0 1px 0px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

#content .landing_page .important{
    display: inline;
    float: left;
    width: 634px;
    padding: 2px 20px 10px 36px;
    font-weight: normal;
    background: #F3F7D5 url(/res/img/bg_rights.gif) 20px 16px no-repeat;
}

#content .landing_page .registerHolder{
    padding: 4px 0px 30px 0;
    display: inline;
    float: left;
    width: 680px;
}

#content .landing_page .registerHolder .registerImg{
    padding: 15px 18px 0 14px;
    display: inline;
    float: left;
    width: 310px;
}

#content .landing_page .registerHolder .registerImg p{line-height: 1px;}

#content .landing_page .registerHolder .registerBtn{
    padding: 0 0 0 0;
    display: inline;
    float: left;
    width: 230px;
}

#content .landing_page .registerHolder .registerBtn p{line-height: 1px;}

#content .landing_page .registerHolder .registerBtn .loginButton{
    display: inline;
    float: left;
    width: 145px;
    height: 52px;
}

#content .landing_page .registerHolder .registerBtn .loginButton a{
    display: block;
    width: 155px;
    height: 52px;
    background: url(/res/img/skolinkis_su_akcija.gif) 0 0 no-repeat;
}

#content .landing_page .registerHolder .registerBtn .loginButton a:hover{background: url(/res/img/skolinkis_su_akcija_h.gif) 0 0 no-repeat;}

#content .landing_page .registerHolder .registerBtn .loginButton a span{display: none;}

#content .one_new{
    display: inline;
    float: left;
    width: 704px;
    padding: 0 0 20px 0;
    text-align: justify;
}

#content .one_new h1{
    margin-bottom: 10px;
    padding-left: 0;
}

#content .one_new h1 span{
    background: #C8C8C8;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    padding: 2px 3px 3px 3px;
    margin-right: 10px;
}

#content .one_new p img{
    margin: 2px 20px 0 0;
    padding: 1px;
    border: 1px solid #E5E5E5;
    float: left;
}

#content .one_new .back{
    display: inline;
    float: left;
    width: 688px;
    border-top: 1px solid #E5E5E5;
    margin: 20px 0 0 16px;
    padding: 30px 0 0 0;
}

#content .one_new .back p{
    padding: 0 0 0 0;
}

#content .one_new .back p a{
    padding: 0 0 0 22px;
    background: url(/res/img/bg_back_link.gif) 0 1px no-repeat;
}

#content .news_list{
    display: inline;
    float: left;
    width: 704px;
    padding: 0 0 20px 0;
    text-align: justify;
}

#content .news_list h1{
    margin-bottom: 2px;
    padding-left: 0;
}

#content .news_list p{
    padding-bottom: 6px;
}

#content .news_list .news_list_item{
    display: inline;
    float: left;
    width: 688px;
    padding: 8px 0 14px ;
    margin: 0 0 0 16px;
    border-bottom: 1px solid #E5E5E5;
}

#content .news_list .news_list_item p{
    padding-bottom: 2px;
    padding-left: 0;
}

#content .news_list .news_list_item p img{
    margin: 2px 16px 0 0;
    padding: 1px;
    border: 1px solid #E5E5E5;
    float: left;
}

#content .news_list .news_list_item p span{
    background: #C8C8C8;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    padding: 2px 3px 3px 3px;
    margin-right: 10px;
}

#content .news_list .news_list_item a.link{
    padding: 0 22px 0 0;
    margin: 0 0 0 5px;
    background: url(/res/img/bg_more.gif) right 0 no-repeat;
}

#content .pagging {
    margin: 20px 0 0 0;
    display: inline;
    float: left;
    width: 704px;
    text-align: center;
}

#content .pagging p {
    color: #E5E5E5;
}

#content .pagging p a{
    padding: 2px 6px 2px 6px;
    margin: 0 3px 0 3px;
}

#content .pagging p a.selected{
    color: #ffffff;
    text-decoration: none;
    background: url(/res/img/bg_selected.gif) center 1px no-repeat;
}

#content .pagging p a.selected:hover{
    cursor: default;
    text-decoration: none;
}

#content .pagging p a.back{
    padding: 0 0px 0 22px;
    margin: 0 12px 0 0;
    background: url(/res/img/bg_back_link.gif) 0 1px no-repeat;
}

#content .pagging p a.next{
    padding: 0 22px 0 0px;
    margin: 0 0px 0 12px;
    background: url(/res/img/bg_more.gif) right 1px no-repeat;
}

/* ---------- content - ends -----------*/

/* ---------- contentRight - start -----------*/

#contentRight{
    margin: 40px 0 0 0;
    padding: 0 0 20px 0;
    display: inline;
    float: right;
    width: 195px;
}

#contentRight .top{
    margin: 0 15px 0 0;
    display: inline;
    line-height: 1px;
    float: right;
    width: 180px;
    height: 8px;
    background: url(/res/img/bg_flying_top.gif) 0 0 no-repeat;
}

#contentRight .top2{
    margin: 16px 15px 0 0;
}

#contentRight .middle{
    padding: 15px 0 15px 0;
    margin: 0 15px 0 0;
    display: inline;
    float: right;
    width: 180px;
    background: url(/res/img/bg_flying_middle.gif) 0 0 repeat-y;
}

#contentRight .middle p{
    padding: 0 0 0 15px;
    color: #313131;
    font-size: 13px;
    line-height: 21px;
}

#contentRight .middle a{
    color: #313131;
}

#contentRight .middle a:hover{
    text-decoration: none;
}

#contentRight .middle p.dif {
    padding-top: 10px;
}

#contentRight .middle p.dif  a{
    padding:  0 0 0 30px;
    background: url(/res/img/bg_rights2.gif) 0 6px no-repeat;
    display: block;
}

#contentRight .middle p.findOut {
	padding-top: 10px;
    font-size: 11px;
	line-height: 14px;
}

#contentRight .middle .newsletterForm{
    display: inline;
	float: right;
	width: 165px;
}

#contentRight .middle .newsletterForm .formInput{
    display: inline;
	float: left;
	width: 165px;
	height: 30px;
	margin: 5px 0 0 0;
	background: url(/res/img/bg_newsletter_input.gif) 0 0 no-repeat;
}

#contentRight .middle .newsletterForm .formInput input{
	margin: 3px 0 0 7px;
	width: 152px;
	height: 14px;
	line-height: 14px;
	padding: 5px 0 0 0;
	border: 0px;
	font-size: 12px;
	background: none;
	font-family: arial, tahoma, verdana, serif;
}


#contentRight .middle .newsletterForm .formSubmit{
    display: inline;
	float: left;
	width: 165px;
	height: 33px;
	padding: 10px 0 0 0;
}

#contentRight .middle .newsletterForm .formSubmit input{
	display: block;
	width: 165px;
	height: 33px;
	border: none;
	text-indent: -9999px;
	float: left;
	padding: 0 0 0 165px;
	cursor: pointer;
	background: url(/res/img/btn_prenumeruoti.gif) 0 0 no-repeat;
}

#contentRight .bottom{
    margin: 0 15px 0 0;
    display: inline;
    float: right;
    width: 180px;
    line-height: 1px;
    height: 8px;
    background: url(/res/img/bg_flying_bottom.gif) 0 0 no-repeat;
}

#contentRight .akcija_right{
    margin: 20px 0 0 0;
	padding: 0 0 15px 0;
    display: inline;
    float: right;
    width: 192px;
}

#contentRight .akcija_right p{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1px;
}

#contentRight .akcija_right p img{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: none;
}


/* ---------- contentRight- ends -----------*/


/* ---------- footer - start -----------*/

#footer {
    margin: 10px 0 0 0;
    display: inline;
    float: left;
    width: 960px;
    /*background: url(/res/img/bg_footer.gif) center bottom no-repeat;*/
}

#footer img {padding: 0;}

#footer .footerTop {
    display: inline;
    float: left;
    width: 960px;
}

#footer .footerTop p.img {
    padding: 0 0 4px 0;
    line-height: 1px;
}

#footer .footerClients {
    margin: 0 20px 0 0;
    display: inline;
    float: left;
    width: 250px;
}

#footer .footerClients p {
    padding: 2px 0 0 0;
    font-size: 13px;
    color: #666666;
    line-height: 16px;
}

#footer .footerClients table.darboLaikas{
	border-collapse: collapse;
	text-align: left;
}

#footer .footerClients table.darboLaikas td.img{padding: 3px 0 6px 0;}

#footer .footerClients table.darboLaikas td.td1{
    padding: 0px 10px 0 0;
    color: #666666;
    font-size: 11px;
    line-height: 16px;
	border-right: 1px solid #E5E5E5;
}

#footer .footerClients table.darboLaikas td.td2{
    padding: 0px 10px 0 10px;
    color: #666666;
    font-size: 11px;
    line-height: 16px;
	border-right: 1px solid #E5E5E5;
}

#footer .footerClients table.darboLaikas td.td3{
    padding: 0px 0px 0 10px;
    color: #666666;
    font-size: 11px;
    line-height: 16px;
}

#footer .footerClients table.darboLaikas td.td4{
    padding: 10px 0px 0 0;
    color: #DF0000;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
}

#footer .footerContacts {
    margin: 0 20px 0 0;
    display: inline;
    float: left;
    width: 200px;
}

#footer .footerContacts p {
    padding: 6px 0 4px 0;
    line-height: 1px;
}

#footer .footerSecurity {
    margin: 0 20px 0 0;
    display: inline;
    float: left;
    width: 220px;
}

#footer .footerSecurity p {
    padding: 4px 0 4px 0;
    line-height: 1px;
}

#footer .footerSecurity img {
    padding: 0px 0 0px 0;
}

#footer .footerSecurity p.img img {padding: 0;}

#footer .footerPartners {
    margin: 0 0 0 0;
    display: inline;
    float: left;
    width: 230px;
}

#footer .footerPartners p {
    padding: 6px 0 4px 0;
    line-height: 1px;
}

#footer .footerPartners img {
    padding: 0 0 0 0;
}

#footer .footerPartners p.img img {
    padding: 0;
}


#footer .footerNews {
    margin: 0 0 0 0;
    display: inline;
    float: left;
    width: 230px;
}

#footer .footerNews  p.header span{
    font-size: 9px;
    color: #ffffff;
    background: #6262b2;
    padding: 1px 3px 1px 3px;
}

#footer .footerNews  p {
    padding: 2px 0 6px 0;
    font-family: tahoma, arial, serif;
    font-size: 11px;
    line-height: 16px;
    color: #666666;
}

#footer .footerNews  p a{
    color: #6262B2;
}

#footer .footerNews  p a.link{
    padding: 0 10px 0 0;
    background: url(/res/img/bg_link.gif) right 5px no-repeat;
}

#footer .footerNews  p a:hover{
    text-decoration: none;
}

#footer .footerNews  p.img img {
    padding: 0;
}


#footer .footerBottom {
    display: inline;
    float: left;
    width: 960px;
    margin: 10px 0 0 0;
}

#footer .footerLogos{
    display: inline;
    float: left;
    width: 960px;
    height: 58px;
    background: #F4F4F4;
}

#footer .footerLogos .footerLogosMinibank{
    display: inline;
    float: left;
    width: 76px;
    height: 39px;
    padding: 13px 0 0 21px;
}

#footer .footerLogos .footerLogosMinibank p{
    padding: 0;
    line-height: 1px;
}

#footer .footerLogos .footerTextPartners{
    display: inline;
    float: left;
    padding: 12px 0 0 20px;
}

#footer .footerLogos .footerTextPartners p{
    font-size: 11px;
    color: #666666;
}


#footer .footerLogos .footerLogosPartners{
    display: inline;
    float: left;
    padding: 15px 0 0 0px;
}


#footer .footerLogos .footerLogosPartners p{
    padding: 0px 0 0 0px;
    line-height: 1px;
}


#footer .footerLogos .footerLogosPartners a{
    margin: 0 0 0 20px;
}

#footer .footerLogos .footerLogosPartners p img{
    margin: 0 0 0 20px;
}

#footer .footerLogos .football{
    display: inline;
    float: right;
	width: 120px;
	height: 62px;
	position: relative;
	margin: -8px 0 -8px 0;
	padding: 12px 110px 0 0;
	background: url(/res/img/bg_fc_klaipeda.gif) 126px 0 no-repeat;
}


#footer .footerLogos .football p{
    font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#footer .footertext {
    padding: 13px 0 23px 0;
    display: inline;
    float: left;
    width: 960px;
    text-align: center;
}

#footer .footertext p {
    font-size: 11px;
    color: #666666;
    line-height: 20px;
}

#footer .footertext a {
    color: #666666;
}

#footer .footertext a:hover {
    text-decoration: none;
    color: #666666;
}

#footer p.small {
    font-size: 0.8em;
}

/* ---------- footer - end -----------*/

/* 09-10-26 - start*/
div#fancy_div {
    overflow: auto;
}
div#fancy_div h2{
    padding: 10px 20px 10px 10px;
    font-size: 18px;
}

div#fancy_div p{
    padding: 10px 20px 10px 10px;
    line-height: 18px;
}

div#fancy_div p a{
    color: #6262B2;
    font-weight: bold;
}

div#fancy_div span.fancysmall{
    font-size:9px;
    padding: 20px 0px 20px 0px;
}
div#fancy_div ul{
    margin: 0 0 0 0;
}

div#fancy_div ul li{
    padding: 0 0 3px 25px;
    line-height: 18px;
    background: url(/res/img/bg_list.gif) 14px 7px no-repeat;
}

/* 09-10-26 - end*/

/* 10-03-10 - start*/

.searchQueries{
	display: inline;
	float: left;
	width: 960px;
	padding: 12px 0 5px 0;
}

.searchQueries p{
	color: #9F9E9E;
	font-size: 10px;
	line-height: 14px;
}

/* 10-03-10 - end*/