#techpasas {
    background-image: url(images/techpasasbg.jpg);
    border: 1px solid #384e5b;
    width: 300px;
}
#techpasas .duomenys {
    font-size: 14px;
    font-weight: bold;
    color:#757b4e;
}
#techpasas .pavadinimas {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color:#384e5b;
    text-align: right;
}
#scrollas {
    max-height: 200px;
    overflow: auto;
}
#fanai .irasai {
    border-bottom: 1px solid #DFDED1;
    text-align: center;
    font-size: 14px;
}
#fanai {
    border: 1px solid #DFDED1;
}
#fanai tr.hoveris:hover{
    background-color: #F4F3E8;
}
#fanai td.headeris{
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #DFDED1;
    text-align: center;
    font-size: 14px;
}
#meniu tr.meniupunct:hover{
    background-color: #D4C9AD !important;
}
#meniu td {
    padding: 4px;
}


.btn {
    display:inline-block;
    background:none;
    margin:0;
    padding:2px 0;
    border-width:0;
    overflow:visible;
    font:12px Tahoma;
    text-decoration:none;
    color: #514242;
}
* html button.btn {
    padding-bottom:1px;
}
/* Immediately below is a temporary hack to serve the 
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right 
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
    margin:0 -3px;
}
.btn span {
    background:#ddd url(css/button/bg-button.gif) repeat-x 0 0;
    margin:0;
    padding:3px 0;
    border-left:1px solid #bbb;
    border-right:1px solid #aaa;
    white-space: nowrap;
    display:inline;
}

* html .btn span {
    padding-top:0;
}
.btn span span {
    position:relative;
    padding:3px .4em;
    border-width:0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #aaa;
    display:inline;
    white-space: nowrap;
}

.btn:hover {text-decoration: none;}
/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
    cursor:pointer; /* important for any clickable/pressable element */
    border-color:#898989 !important;
    text-decoration: none;
    color:#000;
}
.btn:active span {
    background-position:0 -400px;
    outline:none;
}
.btn:focus, .btn:active {
    outline:none; /* doesn't seem to be respected for <button>, only <a> */

}



.btn img {
    vertical-align: middle;
    height: 12px;
    width: 12px;
    padding-bottom: 2px;
}

.forumopaveikslelis{
    max-width: 450px;
    width: expression(Math.min(parseInt(this.offsetWidth), 430 ) + "px"); 
    cursor: move;
}
.forumopaveikslelis1{
    cursor: move;
    width: auto;
}
.thumbnail img{

    border:4px solid #FFFAEF;

    margin:4px;
}
.thumbnail img:hover{
    border:4px solid silver;
}

ul .sub{
    list-style-position: outside;
    list-style-image: url(css/bullet.gif);
    list-style-type: square;
}

.kategorijos li{
    margin: 10px 0px 10px 0px;
}

.kategorijos a{

}
.suba{
    font-weight:bold; font-size: 12px; font-family: Tahoma;
}
.paragrafas {
    margin-left: 10px;
    line-height:20px;
}
.atitrauktas{
    margin-left: -10px; 
    font-weight: bold;
    font-size: 12px;
}
.skelbimas{
    margin:5px;
    color: #211E16;
    text-align: justify; 
}
#midfoto{
    border:1px solid #CECECE;
}

.desinys{
    text-align: right;
    padding-right: 15px;
}
.mazas{
    color: #AAAAAA;
    font-size: 9px;
}
.mazas a{
    font-size: 9px;
}
#taisykles{
    position:absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    height: 99%;

}
.mazesnis {
    font-size: 11px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    padding-top: 5px;
}
.skelb_nuorod{
    font-size: 14px;
    font-family: Century Gothic, sans-serif;

}
.danger{
    color: red;
    font-weight: bold;
}


.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
    font-size: 0px;
    position: absolute;
    background: white url('images/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
    font-size: 1px;
    border: 1px #eee solid;
    background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
    background: yellow;
}
.custom .jcrop-handle
{
    border-color: black;
    background-color: #C7BB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
    width: auto;
    height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
    border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
    padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    /* Trick IE into showing hover */
    display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
    background: url(/includes/lightbox/images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
    background: url(/includes/lightbox/images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
    padding: 0 10px;
    color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
    width: 35px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
    cursor: pointer;
}



#load {
    position: absolute;
    border: 1px solid #D4C9AD;
    padding: 60px;
    background-color: #FFFAEF;
    top: 40%;
    left: 40%;
    text-align: center;
    font-family: "Lucida Grande", Tahoma;
    font-size: 12px;
    font-weight: lighter;
    font-variant: normal;
    text-transform: uppercase;
    color: #666666;
}


#back-top {
    display: none;
    position: fixed;
    bottom: -10px;
    right: 240px;
    z-index: 9999;
    cursor: pointer;
    display: block;
    color: rgb(34, 34, 34);
    text-align: center;
    border: 1px solid rgb(187, 187, 187);
    box-shadow: 0px 0px 0px 1px rgb(255, 255, 255) inset, 0px 1px 4px rgba(0, 0, 0, 0.2);
    padding: 10px 5px 18px;
    transition: bottom 250ms ease-in-out 0s;
    border-radius: 5px 5px 0px 0px;
    text-shadow: 0px 1px rgb(255, 255, 255);
    width: 65px;
    text-align: center;
    font: 10px/100% Arial, Helvetica, sans-serif;
    background-color: rgb(238, 238, 238);
    font-weight: bold;

}
#back-top:hover{
    background-color: rgb(225, 225, 225);

}
#back-top img {
    vertical-align:-30%;
    margin-right: 3px;
}


#back-top:hover {
    color: #000;
    text-decoration: none;
}
.iefix{
    bottom: -100px;
    -moz-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
}
hr {
    background: rgb(225, 225, 225);
    clear: both; 
    float: none; 
    width: 100%; 
    height: 1px;
    margin: 0 0 1.4em;
    border: none; 
}
.like_forum_post {
    margin-left: 10px;
}
.like_forum_post img {
    vertical-align: -30%;
}
span.like_count {
    margin-right:  3px;
    color: #6B6B6B;
}
span.like_count a {
    color: #6B6B6B;
}
span.like_count a:hover {
    text-decoration: none;
}
#sticky_not{
    margin-bottom: -18px;
    text-align: right;
    background-color: #25221b;
    font-weight: bold;
}
#sticky_not .right_floatted {
    float:right;
}
#sticky_not a.native_link {
    background-color: #831608;
    background-image: linear-gradient(#BB413B, #831608);
    border: 1px solid #831608;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #EEEEEE;
    display: block;
    font: bold 14px Arial,Helvetica;
    height: 30px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
#sticky_not a.native_link span {
    border: 1px dashed #EBA1A3;
    cursor: pointer;
    display: block;
    padding: 6px 15px;
}
#sticky_not a.close_link {
    background-color: #25221B;
    color: #CECCC5;
    display: inline-block;
    font-size: 9px;
    margin-right: 20px;
    padding: 4px;
    position: relative;
    top: -29px;
}

td .rightaligned {
    text-align: right;
}