/******************************* FORM ALERT ***********************************/
#form_alerts {


	
}

.flashAlternative {visibility: hidden;}

#form_alerts ul {
	margin:0;
	padding:0;
	border-top:1px dotted #83A4BF;
}
#form_alerts ul li {
	background-image: url("/images/form_error.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #83A4BF;
	margin: 0 0 2px 0;
	padding: 3px 4px 5px 26px;
	line-height: 15pt;
}
#form_alerts ul li:hover {
	background-color: #FDFF4F;
	cursor: default;
}

/***************************** FORM ALERT END *********************************/

/********************************* DIALOG *************************************/

body div.dialog_bg {
	background-color:black;
	height:100%;
	left:0;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	position:absolute;
	top:0;
	width:100%;
}
body div.dialog_window {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 white;
	border:2px solid #446D8D;
	left:29%;
	opacity:1;
	padding:2px;
	position:absolute;
	top:40%;
	display: none;
	width: 700px;
}
body div.dialog_window .container {
	
}
body div.dialog_window .container .header {
	color:black;
	font-weight:bold;
	padding:4px 8px;
}
body div.dialog_window .container .content {
	padding:0 10px 10px;
}
body div.dialog_window .container .content p {
	padding: 2px 0 6px 0;
}
body div.dialog_window .close {
	background: url("/images/dialog_close.png") no-repeat scroll 8px 8px transparent;
	cursor: pointer;
	height: 16px;
	padding: 8px;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 16px;
}

/******************************* DIALOG END ***********************************/


#frameholder #languages {
	padding: 2px;
	text-align: center;
}
#frameholder #languages a {
	padding: 4px;
	width: 16px;
	height: 11px;
	float: left;
	background-color: white;
}
#frameholder #languages a img {
	/*border: solid 1px white;*/
}
#frameholder #languages a.active {
	background-color: #F46E00;
}

/**************** KOSIK ****************/

#prazdnycart span, #prazdnycart2 span {
	display: block;
	padding: 10px;
	background-color: #EFEFEF;
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: bold;
}

div#product table#cart tr.sum td.price {
	border-color: #1B6A9E #1B6A9E;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	text-align: center;
	padding: 10px 5px;
	background-color: #F0F0F0;
	color: #1B6A9E;
}

div#product table#cart {
	/* margin: 0 0 35px 0; */
}

div#product table#cart td {
	border-bottom: 1px dotted #2684BE;
	padding: 5px;
	vertical-align: middle;
	font-size: 8pt;
}

div#product table#cart th {
	padding: 8px 5px;
	background-color: #2684BE;
	color: white;
	font-size: 8pt;
}

div#product table#cart tr.sum td.celkovacena {
	border-bottom: 0;
}

td.celkovacena span, td.price span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
}


table#cart th.delicka1 {
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
}

table#cart th.delicka2 {
	height: 4px;
	overflow: hidden;
	background-color: #385C6C;
}

table#cart tr:hover {
	background-color: #E6E6E6;
}

table#cart td.item a {
	text-decoration: none;
}

table#cart td.item a:hover {
	text-decoration: underline;
}

table#cart {
	background-color: #F0F0F0;
}

div#product table#cart td.item {
	padding-left: 31px;
	background: transparent url(/images/ico_cart_item.gif) no-repeat 8px center;
}

span.gift {
	/*
	padding-left: 27px;
	background: transparent url(/images/ico_gift.gif) no-repeat 2px center;
	*/
	/* padding-left: 18px; */
}



table.productlist {
	background-color: #F0F0F0;
}

div#content table.productlist th {
	background-color:#385C6C;
	padding:8px 5px;
}

div#content table.productlist td {
	border-bottom:1px dotted #385C6C;
	padding:5px;
	vertical-align:middle;
}

table.productlist tr:hover {
	background-color: #E6E6E6;
}

table.productlist a.go {
	background: transparent url(../../images/ico_icart2.gif) no-repeat scroll left top;
	display: block;
	height: 16px;
	padding: 0 0 0 20px;
	width: 50px;
	text-decoration: underline;
} 

table.productlist a {
	text-decoration: none;
}

table.productlist a:hover {
	text-decoration: underline;
}


div#freedoprava {
	margin: 30px 0;
	padding: 10px;
	border: 2px solid #CCC9C1;
}


div#freedoprava h2 {
	margin: 0;
	text-align: center;
}

div#freedoprava span {
	color: #00BB00;
}

div#konecnacena {
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px dotted #5E5E5E;
	
}

div#konecnacena span.one {
	float: left;
	font-weight: bold;
	color: #000000;
	padding: 4px 0 0 0;
}

div#konecnacena span.two {
	float: right;
	font-weight: bold;
	color: #00BB00;
	font-size: 17px;
}

div#konecnacena span.small {
	font-weight: normal;
	color: #888888;
	font-size: 10px;
	padding: 4px 0 0 0;
}
