@charset "iso-8859-2";
/* CSS Document */

.ramka{
	padding:10px;
	border:2px dashed #e4e7e9;
	margin:5px;
}

.dozaplaty{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	
	padding:10px!important;
	background:#E7F9C1;
}
.dozaplaty span{
	font-weight:bold;
}

.krokk{
	text-align:center;
	background:url(../koszyk/imgs/krok_tlo.gif) repeat-x top ; 
	color:#999999;
	margin:8px 2px;
}

#metodaPlatnosciTable div{
	border:1px solid #fff;
}
.error{
	background:url(../koszyk/error.gif) no-repeat left;
	padding:25px;
	padding-left:100px;

	border-top:3px solid #edf0f1; 
	border-bottom:3px solid #edf0f1; 
	
	width:300px;
	margin:10px auto;
}
.error span{ font-weight:bold;}
.oTrans{
	background:url(../koszyk/icoKoszyk.gif) no-repeat left top;
	padding:5px 5px 5px 80px;
	width:390px;
	height:200px;
	margin:20px auto;
}
.oTrans span{
	font-weight:bold;
	padding-bottom:2px;
	display:block;
}

#metodaPlatnosciTable{
		border:0; 
		width:100%;
}
#metodaPlatnosciTable td{ padding:5px;  text-align:center; border:1px solid #fff; width:20%; }
#metodaPlatnosciTable label{ display:block; }
#metodaPlatnosciTable td:hover{ border:1px solid #A3C1CB; }

.tabelaKoszyk thead td{ background:#4d92b6; padding:4px; color:#fff; }
.tabelaKoszyk{ width:100%; }

.kButton img{ filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
.kButton img:hover{ filter: alpha(opacity=100); -moz-opacity:1; opacity:1; }
