body { padding:0; margin:0; font:normal 11px arial; color:#6a6a6a; }
img { border:none; }
a { color:#13a224; outline:none; }
a:hover { text-decoration:none; }
table { border-collapse:collapse; }
ul { margin:0; padding:0 0 0 40px; }
ol { margin:0; padding:0 0 0 40px; }
h1 { margin:0; padding:0; }
h2 { margin:0; padding:0; }
form { margin:0;padding:0; } /* for IE 6-7 */


.clear { clear:both; }
.clear2{ clear: both; margin: -1px 0px 0px; height: 1px; }
.fl { float:left; }
.fr { float:right; }
.abs { position:absolute; }

.di { display:inline; }
.dn { display:none; }

.fwb { font-weight:bold; }
.fwn { font-weight:normal; }

.nowrap { white-space:nowrap; }

.w100 { width:100%; }

.top { vertical-align:top; }

.pointer { cursor:pointer; }

.l { text-align:left; }
.c { text-align:center; }
.r { text-align:right; }

.b1 { border:1px solid #000000; }

.u { text-transform:uppercase; }

.black { color:#000000; }

.fs11 { font-size:11px; }
.fs12 { font-size:12px; }

.ma { margin:auto; }

.mt10 { margin-top:10px; }
.mt12 { margin-top:12px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mb0 { margin-bottom:0; }
.mb4 { margin-bottom:4px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml50 { margin-left:50px; }

.p0 { padding:0; }
.pl1 { padding-left:1px; }
.pl2 { padding-left:2px; }


/*
 * Common styles
 */
html {
    overflow-y: scroll;
    background: #FFFFFF url(../images/bg_lr.jpg) no-repeat top center;
}
table.p0 td {
    padding:0;
}
.paging {
    padding-top:20px;
    font-size:12px;
}
.paging .page {
    color:#6a6a6a;
    padding:0 3px;
}
.paging .page_active {
    font-weight:bold;
}
#contents_no_submenu, #contents_eshop {
    margin-left:10px;
    width:990px;
}


/*
 * Index
 */
#main {
   width:1000px;
   margin: 0 auto 0 auto;
   background: #FFFFFF url(../images/bg_02.jpg) no-repeat top left;
}

#logo {
    position:absolute;
    margin:18px 0 0 10px;
}
#logo a {
    display:block;
}

#menu_cnt {
    position:absolute;
    padding:40px 0 0 225px;
}
#menu {
    width:775px;
}
#menu_bg {
    position:absolute;
    z-index:1;
    background:url(../images/menu_bg.gif) repeat-x;
}
#menu_bg2 {
    position:absolute;
    z-index:2;
    margin-top:20px;
    height:1px;
    background:#f1ebca repeat-x;
    line-height:0px; /* for IE6 */
}
#menu_items {
}
#menu .menu_item a, #menu .menu_item2 a {
    position: relative;
    display:block;
    z-index:3;
    color:#13a224;
    text-decoration:none;
}
#menu .menu_item a {
    margin:3px 11px 3px 11px;
}
#menu .menu_item2 a  {
    margin:3px 5px 3px 8px;
}
#menu .menu_item.menu_item_eshop {
    width:24px;
    height:20px;
}
#menu .menu_item.menu_item_eshop a {
    position:absolute;
    margin:-11px 0 0 0;
}
#menu .menu_item.menu_item_time {
    width:43px;
    height:20px;
}
#menu .menu_item.menu_item_time a {
    position:absolute;
    margin:-4px 0 0 20px;
}
#menu .menu_item .active {
    background:#b6e741;
    height:2px;
    width:1px; /* for IE6 */
    line-height:0px; /* for IE6 */
}
#menu .menu_split {
    height:20px;
    width:40px;
}

#below_menu {
    position:absolute;
    top:78px;
    padding:0 10px 0 0 ;
    width:990px;
}
#search {
    padding:4px 0 0 0;
}
#search .search_input {
    height:16px;
    padding:1px 4px 0 2px;
    border-top:1px solid #dbdecf;
    border-bottom:1px solid #deded4;
    background:#FFFFFF;
}
#search .search_input input {
    border:none;
    font:normal 11px arial;
    color:#6a6a6a;
    width:140px;
    height:14px;
}

#menu2 {
    padding:7px 0 0 22px;
}
#menu2 .sep {
    width:1px;
    height:6px;
    margin:5px 7px 0 7px;
    background:#bbb9af;
}
#menu2 a {
    color:#6a6a6a;
    text-decoration:underline;
}
#menu2 a:hover {
    text-decoration:none;
}

#lang {
    padding:1px 0 0 10px;
}
#lang_inner {
    background:url(../images/lang.gif) no-repeat;
    padding:3px 0 0 45px;
    height:23px;
}
#lang .list {
    width:15px;
    cursor:pointer;
}
#lang .list a {
    color:#6a6a6a;
}
#lang .trikd {
    margin:5px 0 0 3px;
    line-height:0px;
}
#lang .trikd a {
    display:block; /* for IE6 */
}

#contents_cnt {
    padding-top:113px;
}
#home_right {
    margin-left:6px;
}
#home_right a.home_right_a {
    color:#6a6a6a;
    cursor:pointer;
    text-decoration:none;
}
#home_right .home_right_info {
    line-height:12px;
    color:#6a6a6a;
}
#home_right a .home_right_item {
    color:#6a6a6a;
    text-decoration:none;
}
#home_right .home_right_info a {
    color:#6a6a6a;
    text-decoration:none;
}
#home_right .home_right_info a:hover {
    text-decoration:underline;
}
#home_right_1 {
    width:218px;
    height:45px;
    padding:68px 0 0 10px;
    background:url(../images/right1.jpg) no-repeat;
}
#home_right_1 .home_right_info {
    width:80px;
    height:32px;
}
#home_right_2 {
    width:107px;
    height:30px;
    padding:83px 0 0 121px;
    background:url(../images/right2.jpg) no-repeat;
}
#home_right_2 .home_right_info {
    width:100px;
    height:22px;
}
#home_right_2_text {
    width:94px;
    height:22px;
    text-align:right;
}
#home_right_2_trik {
    width:3px;
    height:5px;
    padding:15px 0 0 2px;
    
}
#home_right_2_trik a { display:block; margin:0; padding:0; line-height:5px; }
#home_right_2 .home_right_info .home_right_2_trik_td {
    padding-left:2px;
    vertical-align:bottom;
}
#home_right_3 {
    width:228px;
    height:65px;
    background:url(../images/right3.jpg) no-repeat;
}
#home_right_4 {
    width:219px;
    height:35px;
    padding:30px 0 0 9px;
    background:url(../images/right4.jpg) no-repeat;
}
#home_right_4 .home_right_info {
    width:200px;
    height:20px;
}
#home_right_4 .home_right_info a {
    color: #FFFFFF;
}
#home_right_5 {
    width:165px;
    height:32px;
    padding:32px 0 0 63px;
    background:url(../images/right5.jpg) no-repeat;
}
#home_right_5 .home_right_info {
    width:150px;
    height:10px;
}

#contacts {
    margin:15px 0 15px 10px;
}
#contacts, #contacts a {
    color:#939393;
}

/*
 * Inner
 */
#submenu {
    width:213px;
}
#submenu a {
    text-decoration:none;
}
#submenu a:hover {
    text-decoration:underline;
}
#submenu .item {
    margin-bottom:1px;
}
#submenu .item , #submenu .item a {
    color:#13a224;
}
#submenu .item .top {
    background:url(../images/submenu_li_top.gif) no-repeat;
    height:1px;
    width:213px;
}
#submenu .item .middle {
    width:185px;
    padding:4px 14px 4px 14px;
    background:#eaf7bc;
    text-transform:uppercase;
}
#submenu .item .middle  img {
    position:relative;
    top:-2px;
}
#submenu .item .bottom {
    background:url(../images/submenu_li_bottom.gif) no-repeat;
    height:1px;
    width:213px;
}
#submenu .item_active .top {
    background:url(../images/submenu_li_top.gif) no-repeat;
}
#submenu .item_active .bottom {
    height:2px;
    background:url(../images/submenu_li_active_bottom.gif) no-repeat;
}
#submenu .sub_items {
    padding:10px 0;
}
#submenu .sub {
    margin-bottom:1px;
}
#submenu .sub , #submenu .sub a {
    color:#6a6a6a;
}
#submenu .sub .top {
    background:url(../images/submenu_li_ul_li_top.gif) no-repeat;
    height:1px;
    width:213px;
}
#submenu .sub .middle {
    width:180px;
    padding:4px 8px 4px 25px;
    font-size:12px;
    background:url(../images/submenu_li_ul_li_trik.gif) no-repeat 14px 9px;
}
#submenu .sub .bottom {
    background:url(../images/submenu_li_ul_li_bottom.gif) no-repeat;
    height:1px;
    width:213px;
}
#submenu .sub_active .top {
    background:url(../images/submenu_li_ul_li_active_top.gif) no-repeat;
}
#submenu .sub_active .middle {
    background:#f8f8f8 url(../images/submenu_li_ul_li_active_trik.gif) no-repeat 14px 9px;
}
#submenu .sub_active .bottom {
    background:url(../images/submenu_li_ul_li_active_bottom.gif) no-repeat;
}
#submenu .sub_active {
    color:#13a224;
}

#contents {
    width:762px;
}
#contents table td.td_top, #contents_no_submenu table td.td_top {
    height:1px;
    background:#ebe9db;
}
#contents table td.td_left, #contents_no_submenu table td.td_left {
    width:1px;
    background:#ebe9db;
}
#contents table td.td_content, #contents_no_submenu table td.td_content {
    padding:12px 0 0 25px;
}
#breadcrumb {
    font-size:11px;
    color:#00723c;
    margin-bottom:30px;
}
#breadcrumb a {
    color:#13a224;
}
#breadcrumb img {
    margin:0 4px;
}
#contents_main, #news_table, table.newslist, #contents_eshop, table.no_content  {
    font-size:12px;
    line-height:17px;
}


p {
    margin:12px 0 24px 0;
    font-size:12px; /* for TinyMCE */
    line-height:17px; /* for TinyMCE */
}
ul {
    list-style-type:none;
    padding:0;
}
ul li {
    padding:0 0 0 13px;
    background:url(../images/li.gif) no-repeat 0 8px;
}
h1 {
    font-size:17px;
    margin-bottom:12px;
}
h2 {
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
}
hr {
    height:1px;
    background-color:#ededed;
    color:#ededed;
    border:0;
    margin:30px 0;
}
table {
    font-size:11px;
    line-height:13px;
}
table th {
    font-weight:normal;
    background:#f2f2f2;
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
}
table td {
    vertical-align:top;
}
table th.last {
    border-right:none;
}
table th, table td {
    text-align:left;
    padding:5px 20px;
}
table.no_content th, table.no_content td {
    padding:0;
}
form table td {
    vertical-align:top;
    padding:0 4px;
}
form table td.input_name_td {
    font-size:12px;
    text-align:right;
}
form table td.value_td {
    padding-bottom:10px;
    width:282px;
}
form input {
    font-size:11px;
    color:#6a6a6a;
}
form input.text {
    width:265px;
    height:16px;
    border:none;
    padding:3px 8px 0 8px;
    background:url(../images/input.gif);
}
form input.text_error {
    width:267px;
    height:17px;
    border:none;
    padding:4px 8px 0 8px;
    background:url(../images/input_error.gif);
}
form input.text_short {
    width:195px;
    height:16px;
    border:none;
    padding:3px 8px 0 8px;
    background:url(../images/input_short.gif);
}
form input.text_short_error {
    width:198px;
    height:18px;
    border:none;
    padding:5px 8px 0 8px;
    background:url(../images/input_short_error.gif);
}
form .radio_line {
    padding-bottom:7px;
}
form .radio {
    margin:0 3px 0 15px;
    vertical-align:top;
    background:url(../images/radio.gif);
    border:none;
}
form input.dropdown {
    width:196px;
    height:17px;
    padding:4px 8px 0 8px;
    border:none;
    cursor:pointer;
    background:url(../images/select.gif);
}
form input.dropdown_error {
    width:198px;
    height:18px;
    padding:5px 8px 0 8px;
    background:url(../images/select_error.gif);
}
form ul.dropdown {
    clear:both;
    position:absolute;
    z-index:1;
    border:1px solid #CCCCCC;
}
form ul.dropdown li {
    padding:0;
}
form ul.dropdown li a {
    display:block;
    background:#FFFFFF;
    width:203px;
    padding:2px 0 2px 9px;
    cursor:pointer;
    text-decoration:none;
    color:#6a6a6a;
}
form ul.dropdown li a:hover {
    background:#E0E0E0;
}
form textarea {
    width:273px;
    height:84px;
    padding:4px;
    font-family:arial;
    font-size:11px;
    border:none;
    background:url(../images/textarea.gif);
}
form input.submit {
    width:51px;
    height:19px;
    font-weight:bold;
    font-size:11px;
    color:#FFFFFF;
    border:none;
    padding:0 0 4px 0;
    background:url(../images/submit.gif);
    cursor:pointer;
}
.btn1 .left {
    background:url(../images/btn1_left.gif);
    width:3px;
    height:19px;
}
.btn1 .middle {
    background:url(../images/btn1_middle.gif) repeat-x;
    height:19px;
}
.btn1 .middle a {
    position:relative;
    top:-1px;
    font-weight:bold;
    font-size:11px;
    color:#FFFFFF;
    text-decoration:none;
    padding:0 4px;
    
}
.btn1 .right {
    background:url(../images/btn1_right.gif);
    width:4px;
    height:19px;
}
form .input_info {
    padding:2px 10px 0 10px;
    color:#a7a7a7;
}
form .input_link {
    padding:6px 10px 4px 10px;
}
form .star_info {
    font-size:11px;
    padding:0 0 5px 15px;
}
form .error .top {
    background:url(../images/error_top.gif) no-repeat;
    height:1px;
    width:577px;
}
form .error .middle {
    width:562px;
    padding:1px 0 0 15px;
    font-size:11px;
    color:#424242;
    background:#ffe8a3;
}
form .error .middle  img {
    position:relative;
    top:2px;
}
form .error .bottom {
    background:url(../images/error_bottom.gif) no-repeat;
    height:2px;
    width:577px;
}
#inner_products_table td {
    padding:5px 0 5px 5px;
    font-size:12px;
    line-height:17px;
}
#akcijos {
    width:671px;
    height:44px;
    padding:15px 0 0 65px;
    background:url(../images/akcijos.jpg);
    font-size:11px;
    line-height:15px;
}


/*
 * News
 */
#news_table {
}
#news_table td.td_right {
    width:1px;
    background:#ebe9db;
}
#news_table td.td_bottom {
    height:1px;
    background:#ebe9db;
}
#news_table td.td_news_content {
    padding:0 15px 15px 0;
}
#news_table .news_photo {
    width:200px;
    height:200px;
}
#news_table .news_info {
    width:720px;
}

/*
 * Rezervacijos
 */
.reservation_block {
    border-top:1px solid #edece7;
    border-right:1px solid #edece7;
    border-bottom:1px solid #edece7;
    padding:10px 15px 20px 0;
}
#reservation_services .service {
    background:url(../images/registration_service_bg.gif);
    width:566px;
    height:20px;
    padding:2px 0 0 7px;
}
#reservation_services .service_active {
    background:url(../images/registration_service_active_bg.gif);
}
#reservation_services .service a {
    font-size:11px;
}
#reservation_services .service .chosen_time {
    position:absolute;
    margin-left:585px;
    padding-left:7px;
    font-size:11px;
}
#reservation_services .service .chosen_time img {
    position:absolute;
    top:6px;
    left:-2px;
}
.reservation_block_title {
    font-size:11px;
    font-weight:bold;
    margin-bottom:10px;
}
#reservation_calendar {
    height:450px;
}
#reservation_calendar_time_chooser {
    position:absolute;
    border:1px solid #b3b3b3;
    background:#FFFFFF;
    width:193px;
    padding-bottom:10px;
}
#reservation_calendar_time_chooser .arrow_left {
    position:absolute;
    margin:20px 0 0 -14px;
    width:14px;
    height:25px;
    background:url(../images/reservation_calendar_time_chooser_arrow.gif);
}
#reservation_calendar_time_chooser .times {
    width:145px;
    margin:auto;
    text-align:center;
}
#reservation_calendar_time_chooser .title {
    text-align:center;
    font-weight:bold;
    font-size:11px;
    line-height:10px;
    padding-top:10px;
}
#reservation_calendar_time_chooser .subtitle {
    text-align:center;
    font-size:11px;
    line-height:10px;
    padding-top:5px;
}
#reservation_calendar_time_chooser .time_radio {
    background:url(../images/reservation_calendar_time_chooser_option_bg.gif);
    width:136px;
    height:20px;
    padding:2px 0 0 7px;
    margin:0 auto 1px auto;
    font-size:11px;
}
.button2 {
    width:108px;
}
.button2 input {
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    padding-bottom:3px;
    border:none;
    height:22px;
    background:url(../images/button2.gif);
    cursor:pointer;
    width:100px;
}

/*
 * Kompleksu grupes
 */
.complex_group {
    width:470px;
    height:165px;
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
}
.complex_group .image {
    width:215px;
    height:200px;
}
.complex_group .info {
    width:240px;
}
.complex_group .info h2  {
    font-weight:normal;
    font-size:12px;
    margin:0;
}
.button1 {
}
.button1 input {
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    padding-bottom:3px;
    border:none;
    height:18px;
    background:url(../images/button1.gif);
    cursor:pointer;
    overflow:visible;
}
.button1 .center {
    background:url(../images/button1.gif);
    height:19px;
}
.button1 .center .a {
    margin-top:-1px;
}
.button1 .center a {
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
    padding:0 5px 0 5px;
}

/*
 * Konkreti kompleksu grupe
 */
.complex_item {
    width:225px;
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
    margin-right:25px;
}
.complex_item .complex_photo {
    height:160px;
}
.price_old {
    color:#000000;
    font-size:11px;
}

/*
 * Apmokejimas
 */
#contents_payment {
    width:500px;
}
.payment_block {
    width:488px;
    border-top:1px solid #ededed;
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
    padding:10px 10px 10px 0;
    margin-bottom:20px;
}
.payment_block table td.input_name_td {
    width:125px;
}
.payment_block .hr {
    height:1px;
    background-color:#ededed;
    margin-bottom:1px;
    width:476px;
}
.payment_service {
    background:url(../images/payment_service_bg.gif);
    width:465px;
    height:41px;
    padding:7px 0 0 12px;
    line-height:17px;
    margin-bottom:1px;
}
.payment_service h3 {
    margin:0;
    padding:0;
    font-weight:normal;
    font-size:12px;
}
.price {
    font-weight:bold;
    font-size:13px;
    color:#00723c;
    text-transform:uppercase;
}
.payment_type {
    margin-bottom:1px;
}
.payment_type_left {
    background:url(../images/payment_type_radio_bg.gif);
    width:25px;
    height:25px;
    padding:12px 0 0 16px;
}
.payment_type_right {
    border-bottom:1px solid #ededed;
}
.payment_type_right table {
    width:435px;
}
.payment_type_right table td {
    vertical-align:middle;
}
.payment_type_right .logo_td {
    width:75px;
    height:36px;
    text-align:right;
    padding:0;
}
.payment_type_right .title_td {
    text-align:left;
    padding:0 0 0 15px;
}
.payment_rules {
    font-size:12px;
    padding:0 25px 0 12px;
}
form .error2 .left {
    background:url(../images/error2_left.gif) no-repeat;
    width:2px;
    height:21px;
}
form .error2 .middle {
    background:url(../images/error2.gif) repeat-x;
    height:20px;
    padding:1px 0 0 15px;
    margin-bottom:1px;
    font-size:11px;
    color:#424242;
}
form .error2 .middle  img {
    position:relative;
    top:2px;
    margin-right:3px;
}
form .error2 .right {
    background:url(../images/error2_right.gif) no-repeat;
    width:2px;
    height:21px;
}

/*
 * E-shop
 */
#user_summary {
    font-size:11px;
}
#eshop_round_corner {
    margin-left:11px;
    height:1px;
    background:#FFFFFF;
}
#contents_eshop {
    background:#FFFFFF;
    padding:15px 0 0 30px;
    width:960px;
}
#contents_eshop_left {
    width:213px;
}
#cart_info {
    padding:0 10px 5px 15px;
    border-right:1px solid #ededed;
    font-size:12px;
}
#cart_info_title img {
    position:relative;
    left: 5px;
    top:-8px;
}
#cart_info_content {
    line-height:20px;
}
#cart_info_new_product {
    color:#79BE82;
}
.round_corner_bottom_gray {
    margin-right:1px;
    height:1px;
    background:#ededed;
}
#contents_eshop_left .round_corner_bottom_gray {
    width:212px; /* for IE 6 */
}
#eshop_submenu {
    font-size:11px;
}
#eshop_submenu .item {
    margin-bottom:1px;
}
#eshop_submenu .item  a, #eshop_submenu .type a {
    color:#6a6a6a;
    text-decoration:none;
}
#eshop_submenu .item  a:hover, #eshop_submenu .type a:hover {
    text-decoration:underline;
}
#eshop_submenu .item .top {
    height:1px;
    background: url(../images/eshop_submenu_item_top.gif);
}
#eshop_submenu .item .middle {
    background:#f4f4f4;
    text-transform:uppercase;
    padding:1px 0 1px 15px;
}
#eshop_submenu .item .bottom {
    height:1px;
    background: url(../images/eshop_submenu_item_bottom.gif);
}
#eshop_submenu .item_active .top {
    height:1px;
    background: url(../images/eshop_submenu_item_active_top.gif);
}
#eshop_submenu .item_active .middle {
    background:#ededed;
    text-transform:uppercase;
}
#eshop_submenu .item_active .middle img {
    position:relative;
    top:-2px;
}
#eshop_submenu .item_active .bottom {
    height:2px;
    background: url(../images/eshop_submenu_item_active_bottom.gif);
}
#eshop_submenu  .sub_items {
    padding:5px 0 5px 0;
}
#eshop_submenu  .sub_items .type {
    padding:3px 0 3px 15px;
    font-size:12px;
}
#eshop_submenu .sub .top {
    height:1px;
}
#eshop_submenu .sub .middle {
    padding:2px 0 2px 45px;
    background:url(../images/submenu_li_ul_li_active_trik.gif) no-repeat 36px 7px;
}
#eshop_submenu .sub .bottom {
    height:1px;
}
#eshop_submenu .sub_active .top {
    background:url(../images/submenu_li_ul_li_active_top.gif) no-repeat;
}
#eshop_submenu .sub_active .middle {
    background-color:#f8f8f8;
}
#eshop_submenu .sub_active .bottom {
    background:url(../images/submenu_li_ul_li_active_bottom.gif) no-repeat;
}
#eshop_submenu .sub_active {
    color:#13a224;
}
#contents_eshop_right {
    padding-left:30px;
    width:717px;
}
#contents_eshop .product_line {
    padding-bottom:12px;
    border-right:1px solid #ededed;
}
#contents_eshop .product_line .photo {
    width:363px;
    min-height:164px;
    height:auto !important;
    height:164px;
}
#contents_eshop .product_line .info {
    width:318px;
    padding-right:15px;
    font-size:12px;
    line-height:18px;
}
#contents_eshop .product_line .info .text {
    padding-top:2px;
}
#contents_eshop_right hr {
    margin:20px 0 20px 0;
}
#contents_eshop_right .products_table {
    font-size:12px;
    line-height:17px;
}
#contents_eshop_right .products_table td {
    padding:0;
    border-right:1px solid #ededed;
}
#contents_eshop_right .products_table td.sep_h {
    width:26px;
    border:none;
}
#contents_eshop_right .products_table td.sep_v {
    height:26px;
    border:none;
}
#contents_eshop_right .products_table .product {
    width:224px;
}
#contents_eshop_right .products_table .product .photo {
    width:210px;
    overflow:hidden;
}
#contents_eshop_right .products_table .product .title {
    padding-bottom:7px;
}
#contents_eshop_right .products_table .product .description {
    padding:0 20px 12px 0;
}
#contents_eshop_right .products_table .product .product_price {
    padding-bottom:6px;
}
#contents_eshop_right .products_table .product .add_to_cart {
    padding-bottom:10px;
}
#contents_eshop_right .back_to_product_lines_list {
    text-align:right;
    font-size:11px;
    padding:25px 15px 45px 0;
}
#cart_content {
    width:575px;
}
table.cart_content_table {
    width:100%;
}
table.cart_content_table th {
    padding:8px 20px;
}
table.cart_content_table td {
    border-bottom:1px solid #EDEDED;
    border-right:none;
    padding:8px 20px 5px 20px;
    vertical-align:middle;
}
.text_input .left {
    background:url(../images/input_left.gif);
    width:4px;
    height:19px;
}
.text_input .right {
    background:url(../images/input_right.gif);
    width:4px;
    height:19px;
}
.text_input .middle input {
    border:none;
    color:#6a6a6a;
    font-size:11px;
    padding:3px 0 0 3px;
    background:url(../images/input_middle.gif) repeat-x;
    height:16px;
}
.text_input.cart_amount .middle input {
    width:60px;
}
#contents_eshop_right .cart_summary {
    padding:15px 20px 0 0;
    text-align:right;
}
#contents_eshop_right .cart_summary .info {
    line-height:20px;
}
#contents_eshop_right .cart_summary .btn1 .middle {
    min-width:45px;
    width:auto !important;
    width:45px;
    text-align:center;
}
table.register_table {
    margin-left:5px;
}
table.register_table td.input_name_td {
    min-width:120px;
    width:auto !important;
    width:120px;
}