﻿/* ---- VERTICAL POPUP TABELE ----  */
.poptbl_wrapper_1
{
    padding: 10px 0 0 0;
    height:440px;
    overflow:hidden;

}
.poptbl_wrapper_2
{
    padding:10px 0 0 0;
    height:440px;
    overflow:hidden;

}
/* COLUMN STYLE */
.poptbl_column_first
{
    float:left;
    width:180px;
    padding:0px;
    margin:0px;
    font-size:14px;
    line-height:30px;
	background-color:#FFFFFF;
}
.poptbl_column
{
    text-align:center;
    float:left;
    width:100px;
    padding:0px;
    margin:0px;
    font-size:14px;
    line-height:30px;
	background-color:#FFFFFF;
}
.poptbl_column_last
{
    background-color:#FFFFFF;
}
/* images  */
.poptbl_image_yes
{
    background-image: url(images/accept_s.png);
    background-repeat:no-repeat;
    background-position:center center;
}
.poptbl_image_no
{
    background-image: url(images/delete_s.png);
    background-repeat:no-repeat;
    background-position: center center;
}

/* hover style  */
.poptbl_hover
{
	background-color:#F2F7FF;
    border:solid 1px Black;
    float: left;
    width:120px;
    margin:-10px;
    position:relative;

}
.poptbl_hover div
{
    width:120px;
    height:33px;
    font-size:17px;
    line-height:32px;  
	text-align:center; 
}
.poptbl_hover span
{
	font-weight:bold;
	line-height:12px !important;
}

.poptbl_hover .poptbl_image_yes
{
    background-image: url(images/accept_l.png);
}
.poptbl_hover .poptbl_image_no
{
    background-image: url(images/delete_l.png);
}

/*.poptbl_hover a
{
	line-height:20px;
}*/

/* ROW STYLE */
.poptbl_row_first
{
	border-bottom:1px dotted #666666;
	border-top:4px solid #666666;
	color:#05386D;
	font-size:22px !important;
	font-weight:bold;
    clear:both;
    width:100px;
    height:40px !important;
    overflow:hidden;
	line-height:40px!important;
}
.poptbl_row
{
    clear:both;
    width:100px;
    height:30px;
    overflow:hidden;
}
.poptbl_row_last
{
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
    clear:both;
    width:100px;
    overflow:visible; /*overflow:hidden;*/
	line-height:12px !important; /*line-height:20px;*/
	padding: 6px 0 18px 0;
	height:65px !important; /*height:53px !important;*/
}
.poptbl_row_spacer
{
    height:10px !important;
    clear:both;
}

/* first column rows are a bit different... */
.poptbl_row_first_col_first
{
	border-bottom:1px dotted #666666;
	border-top:4px solid #666666;
	color:#05386D;
	font-size:22px;
	font-weight:bold;
    clear:both;
    height:40px;
    overflow:hidden;
	line-height:40px;
	

}
.poptbl_row_col_first
{
    clear:both;
    height:30px;
    overflow:hidden;
}
.poptbl_row_last_col_first
{
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
    clear:both;
	height:83px; /*height:63px;*/
    overflow:hidden;
	padding-top:6px;
	line-height:12px !important; /*line-height:20px;*/
}



/* Element styles */
.poptbl_btn_order
{
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
	Display:block;
	border:1px solid #2767AD;
	color:#12487F;
    background-color:#A9D2FC;
	width:75%;
	margin:12px auto 0px;
	line-height:20px;
	
}

.poptbl_btn_order:hover
{
    background-color:#2767AD;
	color:#FFFFFF;
}


.floatfix
{
    display:block;
    clear:both;
    height:0;
    line-height:0;
}
.cena_big
{
	line-height:26px !important;
	font-size:17px !important;
	padding:0 !important;
	margin:0 !important;
}
.cena_small
{
	line-height:12px !important;
	font-size:11px !important;
	margin:0  !important;
	padding: 0 !important;
	color:#888888;
}



/* ---- end VERTICAL POPUP TABELE ----  */