.koszykMaly {
	width: 100px;
	height: auto;
	border: 1px solid #000000;
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #c0c0c0;
	text-align: center;
	cursor: pointer;
}

.wartoscKoszykMaly {
	font-weight: bold;
	font-size: 18px;
	
}

.koszykMaly .ikonkaKoszykDuza{
	width: 95px;
	height: 85px;
	background-image: url('http://www.zaproszenia-slubne.com/slubne/img/koszyk.png');
	dicplay: block;
	overflow: hidden;
	background-size: 100%;
	margin: 0 auto;
}

.koszykPusty {
	display: block;
	margin: 0 auto;
	height: 100px;
}


.btnDoKoszyka {
	font-size: 12px;
}

.srebrne {
    box-sizing: content-box;
    color: rgb(0, 0, 0);
    text-overflow: clip;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 7px 0px inset;
    text-shadow: rgba(255, 255, 255, 0.66) 1px 1px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(183, 183, 183);
    border-image: initial;
    border-radius: 5px;
    font: 13px Verdana, Geneva, sans-serif;
    background: rgb(252, 252, 252);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tableKoszyk td{
	border: 1px dashed #c0c0c0;
}

.tableKoszyk tr:hover {
	background-color: #e9e9e9;
}

.tdMiniaturka img{
	width: 100px;
	height: 100px;
}

/*
input[type='submit'], input[type='button'] {
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(252,252,252,1);
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.2) inset;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    padding: 5px 7px;
    color: #282828;
    cursor: pointer;
}
*/
