/* css reseting */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*main css */
h2 {
    font-family: Verdana, arial;
    font-weight: normal;
}
.clear{
    clear:both;
}

.center-align{
    text-align:center !important;
}

a.price{
    font-family:Tahoma, arial;
    background-image: url('/images/price.gif');
    background-repeat:no-repeat;
    padding:4px 6px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}

#content {
    width:1100px;
    margin:0 auto;
    background-image: url('/images/footer.gif');
    background-repeat: repeat-x;
    background-position:bottom;
    padding-bottom:82px;
}

#menu {
    background-image: url('/images/menu_line.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    width:937px;
    margin:0 auto;
    position:relative;
    z-index:5;
    margin-top:-37px;
    padding-left:63px;
}

#menu .item{
    width:139px;
    float:left;
    padding:0 3px;
}

#menu .item .item_left{
    background-image: url('/images/menu_item_left.gif');
    background-repeat: no-repeat;
    width:7px;
    height:31px;
    float:left;
}

#menu .item .item_mid{
    background-image: url('/images/menu_item_mid.gif');
    background-repeat: repeat-x;
    height:31px;
    width:125px;
    float:left;
    text-align:center;
    color:#fff;
    padding-top:7px;
}
#menu .item .item_right{
    background-image: url('/images/menu_item_right.gif');
    background-repeat: no-repeat;
    width:7px;
    height:31px;
    float:left;
}

#menu .item .item_mid a{
    text-decoration:none;
    color:#fff;
}

#mainTable{
    width:850px;
    margin:0 auto;
    margin-top:5px;
}

#mainTable .sideblock{
    font-family: Verdana, arial, sans;
    font-weight: normal;
    width:210px;
    text-align:center;
    vertical-align:top;
}

#footer {
    margin-top: 15px;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 20px;
    float: left;
    position: relative;
    height: 40px;
}

p.orai {
    font-weight: normal;
}

#mainTable .mainblock{
    font-family: Verdana, arial, sans; /* Saulius */
/*   text-align:center; */
    font-size:75%; /* Saulius */
    vertical-align:top;
    padding-right:6px;
    padding:10px; /* Saulius */
    width:495px;  /* Saulius */
    display:block; /* Saulius */
}

.leftblock{
    text-align:left;
    margin-bottom:5px;
}
.leftblock, .leftblock div{
    width:196px; /* 196 */
}
.leftblock_top{
    background-image: url('/images/left_item_top.gif');
    background-repeat: no-repeat;
    height: 13px;
}

.leftblock_mid{
    background-image: url('/images/left_item_mid.gif');
    background-repeat: repeat-y;
    color:#000;
    font-size:12px;
    font-weight:bolder;
}

.lf .leftblock_mid{
    padding-left:7px;
}

.leftblock_mid_center {
    margin-left:-10px;
}

.leftblock_mid a{
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:bolder;
}

.leftblock_bottom{
    background-image: url('/images/left_item_bottom.gif');
    background-repeat: no-repeat;
    height: 13px;
}

.leftblock_mid div{
    padding: 5px 3px;
}

.oraiblock{
    width:100%;
    text-align:center;
}

.searchblock, .redblock{
    width:444px;
}

.searchblock_top{
    height:8px;
    background-image: url('/images/midblock_top.gif');
    background-repeat:no-repeat;
}

.searchblock_mid{
    background-image: url('/images/midblock_mid.gif');
    background-repeat:repeat-y;
}
.searchblock_bottom{
    height:18px;
    background-image: url('/images/midblock_bottom.gif');
    background-repeat:no-repeat;
}



.tabs {
    width:444px;
    height:17px;
    margin:0 auto;
    font-family: Tahoma, arial;
}

.tabs .item{
    width:88px;
    float:left;
}

.tabs .item .item_left{
    background-image: url('/images/tabs_left.gif');
    background-repeat: no-repeat;
    width:6px;
    height:18px;
    float:left;
}

.tabs .item .item_mid{
    background-image: url('/images/tabs_mid.gif');
    background-repeat: repeat-x;
    height:18px;
    width:76px;
    float:left;
    text-align:center;
    color:#fff;
    padding-top:3px;
}
.tabs .item .item_right{
    background-image: url('/images/tabs_right.gif');
    background-repeat: no-repeat;
    width:6px;
    height:18px;
    float:left;
}

.tabs .item .item_mid a{
    text-decoration:none;
    color:#000;
    font-size:12px;
    font-weight:bold;
}

.tabs .item_active .item_left{
    background-image: url('/images/tabs_active_left.gif');
}

.tabs .item_active .item_mid{
    background-image: url('/images/tabs_active_mid.gif');
}

.tabs .item_active .item_right{
    background-image: url('/images/tabs_active_right.gif');
}


.redblock_top{
    height:8px;
    background-image: url('/images/redblock_top.gif');
    background-repeat:no-repeat;
}

.redblock_mid{
    background-image: url('/images/redblock_mid.gif');
    background-repeat:repeat-y;
    padding-left:3px;
}
.redblock_bottom{
    height:8px;
    background-image: url('/images/redblock_bottom.gif');
    background-repeat:no-repeat;
}

.redblock_inside{
    width:437px;
}

.redblock_inside_top{
    height:6px;
    background-image: url('/images/redblock_inside_top.gif');
    background-repeat:no-repeat;
}

.redblock_inside_mid{
    background-image: url('/images/redblock_inside_mid.gif');
    background-repeat:repeat-y;
}
.redblock_inside_bottom{
    height:9px;
    background-image: url('/images/redblock_inside_bottom.gif');
    background-repeat:no-repeat;
}

.redblock_mid .caption{
    font-family: Tahoma, arial;
    font-size:11pt;
    font-weight:bold;
    color:#fff;
    padding-bottom:5px;
}

.redblock_inside_mid .tbl{
    width:100%;
}

.tblform td {
    text-align:left;
    padding-top:6px;
    padding-left:10px;
}

.tbl td{
    vertical-align:top;
    padding:5px 0;
}

.tbl td .cont{
    text-align:left;
    font-size:11px;
    padding-top:3px;
}

.tbl td.photo{
    width:140px;
}

.searchblock table{
    width:100%;
}
/* eturo karsti pasiulymai: */
.button:hover {
color: #000;
}
.foto, .star, .title, .price {
padding-top: 3px;
margin-top: auto;
vertical-align:top;
}

#header{text-align:center}


#imenu{
    width:908px;
    margin:6px auto;
    background-image: url(/images/menu_bg.png);
    background-repeat:repeat-x;
/*    
    border:1px solid #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
*/
}

.menuitem{
    display:inline-block;
    width:181px;
    height:26px;
    margin-right:-5px;
    padding-top:12px;
    text-align:center;
    vertical-align:middle;
}

.menuitemactive{
    background-image: url(/images/menu_bg_active.png);
    background-repeat:repeat-x;
    padding-top:13px;
}

.menuitem a{
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}

.menusep{
    display:inline-block;
    position:relative;
    top:7px;
    margin-right:-5px;
}

