*
{
    border: 0;
    margin: 0;
    padding: 0;
}
body, html
{
    height: 100%;
    text-align: center;
}
body
{
    color: #ACACAC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #000000;
}
table, td
{
    color: #ACACAC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.clear
{
    clear: both;
}
#container
{
    margin: 0 auto;
    padding-left: 2px;
    padding-right: 1px;
    min-height: 100%;
    text-align: left;
    width: 970px;
}
* html #container
{
    height: 100%;
}
#header
{
    background: transparent;
}
#background
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent url(  "/images/bg.jpg" ) repeat-x top left;
    height: 274px;
    z-index: -10;
}
#background_full {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: transparent url("/images/backgrounds/top_02.jpg") repeat-x top left;
  height: 274px;
  z-index: -10;
}


#background_graph
{
    position: absolute;
    top: 62px;
    left: -18px;
    width: 100%;
    height: 274px;
    background: transparent url(  "/images/bg_img.jpg" ) no-repeat;
    background-position: 65% 0%;
    z-index: -9;
}

#background_graph_full {
  position: absolute;
  top: 63px;
  left: 0px;
  width: 100%;
  height: 591px;
  left: 0px;
  background: transparent url("/images/backgrounds/1.jpg") no-repeat;
  background-position: 0% 0%;
  z-index: -9;
}
#header_logo
{
    position: absolute;
    left: 770px;
    top: 0px;
}
.clients
{
    color: #D1D1D1;
    text-align: left;
}

.clients a:link, .clients a:visited, .clients a:active, .clients a:hover
{
    color: #0BC702;
    font-weight:normal;
    text-decoration:none;
}


.phone
{
    font-size: 13px;
    color: #0BC702;
}


/* SUCKERTREE */
.suckertreemenu 
{
    text-align: left;
}
.suckertreemenu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li
{
	display:inline;
    min-width: 80px;
    margin-left:0px;
    margin-right:0px;
    
    
}
/*Top level menu link items style*/
.suckertreemenu ul li a
{    
    background: transparent url(  "/images/top.gif" ) no-repeat 7px 14px;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
    height: 30px;
}
.suckertreemenu ul li a.active
{
    background: #333333 url(  "/images/top_active.gif" ) no-repeat 7px 16px;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
    
}
.suckertreemenu ul li a:link, .suckertreemenu ul li a:visited, .suckertreemenu ul li a:active
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.suckertreemenu ul li a:hover
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.suckertreemenu ul li a.active:link, .suckertreemenu ul li a.active:visited, .suckertreemenu ul li a.active:active
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.suckertreemenu ul li a.active:hover
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

/*1st sub level menu*/
.suckertreemenu ul li ul
{
	position:absolute;
    
    /*Priderintas*/
    border: solid 1px #616161;
    border-top: none;
    background-color: #333333;
    
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    min-width: 110px;
    display:none;
}

/*Top level list items*/
.suckertreemenu ul li ul li 
{
	display:list-item;
    min-width: 100px;
    margin: 0px;
    padding: 0px;


}



.suckertreemenu ul li ul li a
{
	display:block;
	margin: 0px;
    padding: 0px;
    padding-left:19px;
    padding-top:10px;
    padding-bottom:0px;
    padding-right:5px;
    height:20px;
}
.suckertreemenu ul li ul li a:visited, .suckertreemenu ul li ul li a:link
{
    color:#FFFFFF;
    background-color:#333333;
}
.suckertreemenu ul li ul li a:hover,  .suckertreemenu ul li ul li a:active
{
    color:#333333;
    background-color:#FFFFFF;
}


/* Sub level menu links style
.suckertreemenu ul li ul li a, .suckertreemenu ul li ul li a:link, .suckertreemenu ul li ul li a:visited,
.suckertreemenu ul li ul li a:active
{
    background-color: #222222;
    border-top: 1px solid #616161;
}
.suckertreemenu ul li ul li a:hover
{
    background-color: #FFFFFF;
    color: #000000;
}
 */


/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
{
	position:absolute;
	left:110px;
    border-top: solid 1px #616161;
	
}


/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon
{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon
{
}

* html p#iepara
{
    /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li
{
    float: left;
    height: 1%;
}
* html .suckertreemenu ul li a
{
    height: 1%;
}

.suckertreemenu .RedLink a:link
{
	background: transparent url(  "/images/top.gif" ) no-repeat 7px 14px;
	color : #D70007;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
    height: 30px;	
}

.suckertreemenu .RedLink a:visited
{
	background: transparent url(  "/images/top.gif" ) no-repeat 7px 14px;
	color : #D70007;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
    height: 30px;	
}

.suckertreemenu .RedLink a:active
{
	background: transparent url(  "/images/top.gif" ) no-repeat 7px 14px;
	color : #D70007;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
    height: 30px;	
}

.suckertreemenu .RedLink a:hover
{
    color: #8C0007;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;	
}

.suckertreemenu .RedLink a.active
{
    background: #333333 url(  "/images/top_active.gif" ) no-repeat 7px 16px;
    color : #D70007;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
}

.suckertreemenu .RedLink a.active:active
{
    background: #333333 url(  "/images/top_active.gif" ) no-repeat 7px 16px;
    color : #D70007;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
}

.suckertreemenu .RedLink a.active:link
{
    background: #333333 url(  "/images/top_active.gif" ) no-repeat 7px 16px;
    color : #D70007;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
}

.suckertreemenu .RedLink a.active:visited
{
    background: #333333 url(  "/images/top_active.gif" ) no-repeat 7px 16px;
    color : #D70007;

    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
}

.suckertreemenu .RedLink a.active:hover
{
    color: #8C0007;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;	
}


/* End */




/* menu */
#menu
{
    display: block;
    position: absolute;
    text-align: left;
    top: 23px;
    left: -7px;
    width: 490px;
}
#submenu
{
    font: Calibri;
    font-size: 12px;
    display: block;
    position: absolute;
    color: #616161;
    text-align: left;
    padding: 2px;
    top: 62px;
    left: -7px; /*width: 128px;*/
    min-width: 100px;
    background-color: #f4f3f4;
}
#submenu b
{
    font-weight: bold;
    color: #212121;
}
#submenu div
{
    padding-top: 5px;
    width: 100%;
}
#submenu div a
{
    color: #616161;
    text-decoration: none;
}
#submenu div:hover
{
    background-color: #d7d7d8;
    color: #616161;
}
/* menu */
#submenu_left
{
    font: Arial;
    font-size: 12px;
    display: block;
    position: absolute;
    color: #FFFFFF;
    text-align: left;
    width: 170px;
    border: 1px dashed red;
}
#submenu_left div
{
    padding-top: 6px;
    border-bottom: 1px solid #616161;
    background: transparent url(  "/images/arrow_news.gif" ) no-repeat 158px 11px;
}
#submenu_left a div
{
    color: #FFFFFF;
    text-decoration: none;
}
#submenu_left div.last
{
    border: none;
}
#submenu_left div:hover
{
    background: transparent url(  "/images/icons/arrow_right_black.gif" ) no-repeat 158px 11px;
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}

.link_spacer
{
    float: left;
}
.link
{
    float: left;
    padding-top: 10px;
    padding-left: 19px;
    padding-right: 10px;
    background: transparent url(  "/images/top.gif" ) no-repeat 7px 14px;
}
.link_active
{
    float: left;
    padding-top: 10px;
    padding-left: 21px;
    padding-right: 8px;
    background: #333333 url(  "/images/top_active.gif" ) no-repeat 7px 16px;
}
.link a:link, .link a:visited, .link a:active
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.link a:hover
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.link_active a:link, .link_active a:visited, .link_active a:active
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.link_active a:hover
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#wrap
{
    padding-bottom: 80px;
}

.title
{
    font-size: 13px;
    font-weight: bold;
    padding: 14px;
    background: transparent url(  "/images/dots.gif" ) repeat-x 0px 35px;
}
.main_title
{
    font: Arial;
    font-size: 18px;
    padding: 14px;
    color: #FFFFFF;
}
.content_title
{
    font: Calibri;
    font-weight: bold;
    font-size: 21px;
    padding: 14px;
    color: #FFFFFF;
}
.mt15
{
    margin-top: 15px;
}
.news
{
    font-size: 11px;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 7px;
}

.more_news
{
    padding-left: 15px;
    background: transparent url(  "/images/arrow_news.gif" ) no-repeat 108px 6px;
}

.more_newsRU
{
    padding-left: 15px;
    background: transparent url(  "/images/arrow_news.gif" ) no-repeat 158px 5px;
}
.more_newsLT
{
    padding-left: 15px;
    background: transparent url(  "/images/arrow_news.gif" ) no-repeat 58px 20px;
}
.more_news a:link, .more_news a:visited, .more_news a:active
{
    color: #00cc00;
    font-weight: normal;
    text-decoration: none;
}
.more_news a:hover
{
    text-decoration: underline;
}

.more_newsLT a:link, .more_newsLT a:visited, .more_newsLT a:active
{
    color: #00cc00;
    font-weight: normal;
    text-decoration: none;
}
.more_newsLT a:hover
{
    text-decoration: underline;
}

.more_newsRU a:link, .more_newsRU a:visited, .more_newsRU a:active
{
    color: #00cc00;
    font-weight: normal;
    text-decoration: none;
}
.more_newsRU a:hover
{
    text-decoration: underline;
}
#left
{
    float: left;
    width: 714px;
}
.content
{
    padding-left: 10px;
    padding-right: 10px;
}
.dots
{
    background: transparent url(  "/images/dots.gif" ) repeat-x 0px 0px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.dotsRow
{
    background: transparent url(  "/images/dots.gif" ) repeat-x 0px 0px;
    height:1px;
}

.back
{
    background: transparent url(  "/images/arrow_back.gif" ) no-repeat 0px 6px;
    width: 33px;
    margin-top: 15px;
}
.back a:link, .back a:visited, .back a:active
{
    color: #00cc00;
    font-weight:normal;
    text-decoration: none;
    display: block;
    margin-left: 5px;
}
.back a:hover
{
    text-decoration: underline;
}
a.green
{
    color: #00CC00 !important;
}
td.green_wday a
{
    color: #00CC00;
    font-size: 11px;
}
.green_wday a:hover
{
    text-decoration: underline;
}
span.green_link a
{
    color: #00CC00;
    font-size: 11px;
    text-decoration: none;
}
span.green_link a:hover
{
    text-decoration: underline;
}
.pink
{
    color: #ff5cd1;
}
.white
{
    color: #FFFFFF;
}
.black
{
    color: #000000;
}
.white_wday
{
    color: #FFFFFF;
    font-size: 11px;
}
.directory
{
    margin-top: 15px;
}
.dir
{
    display: inline;
    background: transparent url(  "/images/arrow_dir.gif" ) no-repeat 6px 5px;
}
.search
{
    margin-top: 19px;
}
.search div
{
    padding-right: 6px;
}
.search input
{
    height: 20px;
    padding: 0px;
}
.search_text
{
    float: left;
    color: #DADADA;
    padding-right: 10px;
    padding-top: 3px;
}




#right
{
    float: right;
    width: 207px;
}
#right .banner
{
    width: 207px;
    height: 113px;
    background: url(/images/backgrounds/right_content_2.gif) left no-repeat;
    margin: 0px;
    margin-bottom: 3px;
}
.meddium_right_title2
{
    font-family: Calibri;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
    line-height: 0.9;
}
#right .banner_one
{
    margin: 0px;
    margin-bottom: 3px;
    color: #FFFFFF;
    width: 207px;
    height: 113px;
    background: url(/images/backgrounds/right_content_1.gif) left no-repeat;
}
span.read_more
{
    padding-left: 10px;
    background: url(/images/icons/more_news_arrow.gif) right no-repeat;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
span.read_more a
{
    text-decoration: none;
    color: #FFFFFF;
}
span.read_more a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

#footer
{
    height: 80px;
    margin: 0 auto;
    text-align: left;
    margin-top: -80px;
    width: 100%;
}
#footer .background
{
    position: absolute;
    background: #000000 url(  "/images/bg_bottom.jpg" ) repeat-x top left;
    height: 80px;
    width: 100%;
    z-index: -10;
}
#footer .text_wrap
{
    position: absolute;
    padding-top: 43px;
    text-align: center;
    width: 100%;
}
#footer .text
{
    display: inline;
    color: #A0A0A0;
    padding-right: 250px;
}

a:link, a:visited, a:active
{
    color: #999999;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.menu a:link, .menu a:visited, .menu a:active
{
    color: #999999;
    text-decoration: none;
}

.menu a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

input, select
{
    background: #E6E6E6;
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    padding: 2px 0px 2px 0px;
}

p
{
    margin-bottom: 10px;
    margin-top: 0px;
}

img
{
    border: 0px;
}

form
{
    margin: 0px;
}

div.uzsakyti_button
{
    
}
div.uzsakyti_button_or
{
    padding: 0px;
}
div.uzsakyti_button a, .uzsakyti_button_or a
{
    background: url(/images/buttons/uzsisakyti.png) center no-repeat;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 12px 36px 12px 23px;
    text-decoration: none;
}
div.uzsakyti_button a:hover, .uzsakyti_button_or a:hover
{
    background: url(/images/buttons/uzsisakyti_over.png) center no-repeat;
}

span.big_right_title
{
    font-family: Calibri;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
}
.detail_search a
{
    color: #00CC00;
    text-decoration: none;
}
.detail_search a:hover
{
    text-decoration: underline;
}

.tipai
{
    background: transparent url(/images/backgrounds/21_3.png) repeat-x;
}
.tipai_pletimai
{
    height: 215px;
    background: transparent url(/images/backgrounds/21_3.png) repeat-x;
}
.tipai_title, .rinkiniai_title, .date_title
{
    font: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.tipai table td a, .rinkiniai table td a, .tipai_pletimai table td a
{
    color: #FFFFFF;
    font-size: 11px;
}
.tipai table td a:hover, .rinkiniai table td a:hover, .tipai_pletimai table td a:hover
{
    text-decoration: none;
}

.orange_bor
{
    border-bottom: 3px solid #f06500;
    width: 1%;
}
.orange_bor:hover
{
    border-bottom: none;
}
.blue_bor
{
    border-bottom: 3px solid #00c0c2;
    width: 1%;
}
.blue_bor:hover
{
    border-bottom: none;
}
.green_bor
{
    border-bottom: 3px solid #69c200;
    width: 1%;
}
.green_bor:hover
{
    border-bottom: none;
}
.red_bor
{
    border-bottom: 3px solid #c2003b;
    width: 1%;
}
.red_bor:hover
{
    border-bottom: none;
}
.yellow_bor
{
    border-bottom: 3px solid #f0dc00;
    width: 1%;
}
.yellow_bor:hover
{
    border-bottom: none;
}
.pink_bor
{
    border-bottom: 3px solid #c200ab;
    width: 1%;
}
.pink_bor:hover
{
    border-bottom: none;
}
.purple_bor
{
    border-bottom: 3px solid #7900c2;
    width: 1%;
}
.purple_bor:hover
{
    border-bottom: none;
}
.brown_bor
{
    border-bottom: 3px solid #c28d00;
    width: 1%;
}
.brown_bor:hover
{
    border-bottom: none;
}
.white_arial_title
{
    font: Arial;
    color: #FFFFFF;
    font-size: 18px;
}
.describe_td
{
    height: 28px;
    padding-left: 5px;
    padding-top: 3px;
    background: transparent url(/images/backgrounds/21_1.png) repeat-x;
}
.describe_td table td
{
    color: #FFFFFF;
}

.orange_border
{
    border: 3px solid #f06500;
}
.orange_bg
{
    background-color: #f06500;
}
.blue_border
{
    border: 3px solid #00c0c2;
}
.blue_bg
{
    background-color: #00c0c2;
}
.green_border
{
    border: 3px solid #69c200;
}
.green_bg
{
    background-color: #69c200;
}
.red_border
{
    border: 3px solid #c2003b;
}
.red_bg
{
    background-color: #c2003b;
}
.yellow_border
{
    border: 3px solid #f0dc00;
}
.yellow_bg
{
    background-color: #f0dc00;
}
.pink_border
{
    border: 3px solid #c200ab;
}
.pink_bg
{
    background-color: #c200ab;
}
.purple_border
{
    border: 3px solid #7900c2;
}
.purple_bg
{
    background-color: #7900c2;
}
.brown_border
{
    border: 3px solid #c28d00;
}
.brown_bg
{
    background-color: #c28d00;
}
.naujas
{
    color: #fedd00;
    font: Calibri;
    font-weight: bold;
    font-size: 14px;
}
.meniu_left_top
{
    width: 114px;
    color: #FFFFFF;
    padding-top: 4px;
    padding-left: 14px;
    background: url(/images/buttons/meniu_left.png);
    background-repeat:repeat-y;
    cursor: pointer;
}
.meniu_left_top:hover, div.selected_t
{
    background: url(/images/buttons/meniu_left_over.png);
    background-repeat:repeat-y;
}

.meniu_left_top_long
{
    width: 114px;
    color: #FFFFFF;
    padding-top: 4px;
    padding-left: 14px;
    background: url(/images/buttons/long_back.png);
    cursor: pointer;
}
.meniu_left_top_long:hover, div.selected_t
{
    background: url(/images/buttons/long_back_over.png);
}

.meniu_left_top_big
{
    width: 114px;
    color: #FFFFFF;
    padding-top: 4px;
    padding-left: 14px;
    background: url(/images/buttons/uzsisakyti.png);
    cursor: pointer;
    height: 35px;
}
.meniu_left_top_big:hover, div.selected_t
{
    background: url(/images/buttons/uzsisakyti_over.png);
}
.submenu_left
{
    font: Arial;
    font-size: 12px;
    display: block;
    color: #FFFFFF;
    text-align: left;
    border: 1px solid #616161;
}
.submenu_left div
{
    padding-top: 6px;
    padding-left: 13px;
    border-bottom: 1px solid #616161;
    padding-bottom:6px;
}
.submenu_left a div
{
    color: #FFFFFF;
    text-decoration: none;
}
.submenu_left div.last, .submenu_left a div.last
{
    border: none;
}
.submenu_left div:hover, .submenu_left div.selected, .submenu_left a div:hover, .submenu_left a div.selected
{
    background: transparent url(  "/images/icons/arrow_right_black.gif" ) no-repeat 99% 11px;
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}
.main_title_two
{
    font: Arial;
    font-size: 18px;
    padding: 5px;
    color: #FFFFFF;
}
.aprasymas
{
    font-size: 11px;
}
.pages
{
    background-color: #e1e1e1;
    color: #000000;
    padding: 1px 6px 1px 6px;
}
a span.pages:hover
{
    color: #000000;
    text-decoration: underline;
}
.pages_selected
{
    color: #FFFFFF;
    padding: 1px 6px 1px 6px;
    background: url(/images/buttons/pages_selected.gif) repeat-x;
}
.submenu_left_wider
{
    font: Arial;
    font-size: 11px;
    width: 100%;
    display: block;
    color: #FFFFFF;
    text-align: left;
    width: 152px;
    border: 1px solid #616161;
}
.submenu_left_wider div
{
    padding-top: 6px;
    padding-left: 13px;
    border-bottom: 1px solid #616161;
    background: transparent url(  "/images/arrow_news.gif" ) no-repeat 142px 11px;
}
.submenu_left_wider a div
{
    color: #FFFFFF;
    text-decoration: none;
}
.submenu_left_wider div.last
{
    border: none;
}
.submenu_left_wider div:hover, .submenu_left_wider div.selected
{
    background: transparent url(  "/images/icons/arrow_right_black.gif" ) no-repeat 142px 11px;
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}
#ar_ivestas
{
    width: 154px;
    height: 78px;
    background: url(/images/buttons/03_kainos.png) no-repeat;
}
#ar_ivestas:hover
{
    background: url(/images/buttons/03_kainos_over1.png) no-repeat;
    cursor: pointer;
    text-decoration: none;
}
#ar_ivestas div 
{
	color: #fff;
	padding: 15px;
	font-weight: bold;	
}
.px7
{
    font-size: 7px;
}
.px10
{
    font-size: 10px;
}
.px11
{
    font-size: 11px;
}
.px12
{
    font-size: 12px;
}
.px14
{
    font-size: 14px;
}
.px16
{
    font-size: 16px;
}
.px18
{
    font-size: 18px;
}
.bold
{
    font-weight: bold;
}
.underline
{
    text-decoration: underline;
}
td.green_link a, .green_link a
{
    color: #00CC00;
    font-size: 11px;
    text-decoration: underline;
}
.green_link a:hover
{
    text-decoration: none;
}
.select_wider
{
    width: 150px;
}
span.read_more_green
{
    background: url(/images/icons/more_news_arrow.gif) right no-repeat;
    padding-bottom: 5px;
    color: #00CC00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
span.read_more_green a
{
    text-decoration: none;
    color: #00CC00;
}
span.read_more_green a:hover
{
    text-decoration: underline;
}
#look
{
    width: 70px;
    height: 25px;
    background: url(/images/buttons/08_naujienos.png) no-repeat bottom;
}
#look:hover
{
    background: url(/images/buttons/08_naujienos_over.png) no-repeat bottom;
    cursor: pointer;
}
#search
{
    width: 57px;
    height: 20px;
    background: url(/images/buttons/search.png) no-repeat bottom;
}
#search:hover
{
    background: url(/images/buttons/search_over.png) no-repeat bottom;
    cursor: pointer;
}
#search div 
{
	padding: 2px 10px 0 10px;	
}
#anonsas
{
    width: 88px;
    height: 24px;
    background: url(/images/buttons/anonsas.png) no-repeat bottom;
}
#anonsas:hover
{
    background: url(/images/buttons/anonsas_over.png) no-repeat bottom;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
#anonsas div 
{
	padding: 4px 25px 0 0;
}
#nuomoti
{
    width: 96px;
    height: 33px;
    background: url(/images/buttons/nuomoti.png) no-repeat bottom;
}
#nuomoti:hover
{
    background: url(/images/buttons/nuomoti_over.png) no-repeat bottom;
    cursor: pointer;
}
#uzs_penki_tv
{
    width: 186px;
    height: 43px;
    background: url(/images/buttons/uzs_penki_tv.png) no-repeat bottom;
}
#uzs_penki_tv:hover
{
    background: url(/images/buttons/uzs_penki_tv_over.png) no-repeat bottom;
    cursor: pointer;
}
#placiau
{
    width: 57px;
    height: 20px;
    background: url(/images/buttons/placiau.png) no-repeat bottom;
}
#placiau:hover
{
    background: url(/images/buttons/placiau_over.png) no-repeat bottom;
    cursor: pointer;
}
.rinkinys_img a:hover
{
    color: #999999;
}
#r1
{
    width: 38px;
    height: 38px;
    background: url(/images/buttons/1.png) no-repeat bottom;
}
#r1:hover
{
    background: url(/images/buttons/1_over.png) no-repeat bottom;
    cursor: pointer;
}
#r2
{
    width: 38px;
    height: 38px;
    background: url(/images/buttons/2.png) no-repeat bottom;
}
#r2:hover
{
    background: url(/images/buttons/2_over.png) no-repeat bottom;
    cursor: pointer;
}
#r3
{
    width: 38px;
    height: 38px;
    background: url(/images/buttons/3.png) no-repeat bottom;
}
#r3:hover
{
    background: url(/images/buttons/3_over.png) no-repeat bottom;
    cursor: pointer;
}
#r4
{
    width: 38px;
    height: 38px;
    background: url(/images/buttons/4.png) no-repeat bottom;
}
#r4:hover
{
    background: url(/images/buttons/4_over.png) no-repeat bottom;
    cursor: pointer;
}
#order_min
{
    width: 106px;
    height: 33px;
    background: url(/images/buttons/uzsisakyti_min.png) no-repeat bottom;
}
#order_min:hover
{
    background: url(/images/buttons/uzsisakyti_min_over.png) no-repeat bottom;
    cursor: pointer;
}
.border_bottom_1_px
{
    border-bottom: 1px solid #2e2e2e;
}
.under_flash
{
    padding: 10px;
    background: #3d3d3d url(/images/backgrounds/15_under_flash.png) repeat-x;
}
.submenu_left_widerx2
{
    font: Arial;
    font-size: 11px;
    width: 100%;
    display: block;
    color: #FFFFFF;
    text-align: left;
    width: 182px;
    border: 1px solid #616161;
}
.submenu_left_widerx2 div
{
    padding-top: 6px;
    padding-left: 13px;
    border-bottom: 1px solid #616161;
    background: transparent url(  "/images/arrow_news.gif" ) no-repeat 174px 11px;
}
.submenu_left_widerx2 a div
{
    color: #FFFFFF;
    text-decoration: none;
}
.submenu_left_widerx2 div.last
{
    border: none;
}
.submenu_left_widerx2 div:hover, .submenu_left_widerx2 div.selected
{
    background: transparent url(  "/images/icons/arrow_right_black.gif" ) no-repeat 174px 11px;
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}
.paddingl30
{
    padding-left: 30px;
}
.fl_contr
{
    background: url(/images/backgrounds/fl_contr.png) repeat-x;
}
.optionsChooser input
{
    background-color:Transparent;
    color: #666666;
    padding: 2px 2px 2px 2px;
    margin: 0px 2px 0px 2px;
}

.InputText_autoComplete_Box
{
	background-color:#000000;
	border:solid 1px #FFFFFF;
	padding: 5px 0px 5px 0px;
	font-size:12px;
}
.InputText_autoComplete_item
{
	padding: 0px 2px 0px 2px;
}
.InputText_autoComplete_item_over
{
	background-color:#FFFFFF;
	padding: 0px 2px 0px 2px;
}

.InputText_autoComplete_item TD
{
	font-size:14px;
}

.InputText_autoComplete_item_over TD
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.checkBoxes input
{
	background-color:Transparent;
}

div.content_articles a 
{
	text-decoration: underline;
}

div.content_articles ul, li
{
	list-style: disc;
	margin: 10px;
}

table td.bottom {
    border-bottom: solid 1px #616161;
    padding: 5px;
    color: #fff;
}
table td.left {
    border-left: solid 1px #616161;
    padding: 5px;
    color: #fff;
}
div.watch 
{
	height: 22px; 
	width: 70px; 
	background: url(../../Images/buttons/08_naujienos.png); 
	background-repeat: no-repeat;
}
div.watch:hover 
{
	background: url(../../Images/buttons/08_naujienos_over.png); 
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
#sliderHorizontal .ui-slider-handle {
  width: 15px;
  height: 17px;
  top:-2px;
  margin-left:-5px;
  position: absolute;
  background: #000;
  border: solid 1px white;
}

#sliderVertical .ui-slider-handle {
  width: 17px;
  height: 17px;
  margin-left:0px;
  position: absolute;
  background: #000;
  border: solid 1px white;
}

.Pager table 
{

}

.Pager table span
{

}

.Pager table a
{

}

.Pager table td
{
	border:solid 1px #fff;
	padding-left:3px;
	padding-right:3px;
}

.VodHistory Div
{
	width : 100%;
}

.VodHistory Table
{
	margin-top:15px;
	margin-bottom:15px;
	color : #ffffff;
	font-size : 15px;
}

.VodHistory Td
{
	color : #ffffff;
	height:20px;
	font-size : 14px;
}
.VodHistory Th
{
	border: solid 1px #ffffff;
	text-align :center;
}

.Status Div
{
	width : 100%;
}

.Status Table
{
	margin-left:40px;
	margin-top:15px;
	margin-bottom:15px;
	color : #ffffff;
	font-size : 15px;
	border: solid 1px #ffffff;
}

.Status Td
{
	color : #ffffff;
	width:150px;
	height:20px;
	border: solid 1px #ffffff;
	text-align :center;
	font-size : 14px;
}
.Status Th
{
	border: solid 1px #ffffff;
	text-align :center;
}

.InputBox
{
	background:#FFFFFF;
	color:#666666;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:14px;
	padding:2px 0;
}

.LoginButton
{
	background:#000000;
	color : #FFFFFF;
	font-size : 14px;
	padding:2px 5px;
	border : 1px solid #FFFFFF;
	margin-bottom : 5px;
}

.LoginButton2
{
	background:#000000;
	color : #FFFFFF;
	font-size : 14px;
	padding:2px 5px;
	border : 1px solid #FFFFFF;
}

.LoginLinkButton2
{
	text-decoration : none;
	color : #ffffff !important;	
	font-size : 14px;
	padding:2px 5px;
	border : 1px solid #FFFFFF;
	background:#000000;
}


.LoginCheckBox input
{
	background : #000000;
	color : #ffffff;
}

.WhiteText
{
	color : #ffffff;
	margin-left:3px;
	font-size : 14px;
}

.LoginLinkButton
{
	text-decoration : none;
	color : #ffffff !important;	
	font-size : 14px;
	padding:2px 5px;
	border : 1px solid #FFFFFF;
	background:#000000;
	margin-top:5px;
}

.LoginLinkButton:hover
{
	text-decoration : none;
	color : #ffffff !important;
	font-size : 14px;
	padding:2px 5px;
	border : 1px solid #FFFFFF;
	background:#000000;
}

.LoginLinkButton:active
{
	text-decoration : none;
	color : #ffffff !important;
	font-size : 14px;
	padding:2px 5px;
	border : 1px solid #FFFFFF;
	background:#000000;
}

.LoginLinkButton:visited
{
	text-decoration : none;
	color : #ffffff !important;
	font-size : 14px;
	padding:2px 5px;
	border : 1px solid #FFFFFF;
	background:#000000;
}

.QuestionTable
{
	margin : auto;
}
.QuestionNext
{
	text-align:center;
	padding:1px 7px 2px 5px;
	background : #000;
	border : solid 1px #fff;
	margin-top : 10px;
	color :#fff;
}

.QuestionCheckList input
{
	background : #000;
	margin-right : 3px;
}

.search-btn
{
    background: url(/images/buttons/search.png) no-repeat bottom;
    color: #fff;
}
.search-btn:hover
{
    background: url(/images/buttons/search_over.png) no-repeat bottom;
    cursor: pointer;
}