
.sscart {
	float:right;
	margin:10px;
	text-align:center;
}

.sscart .ssprice {
	font-size: 150%;	
}

.ss_shorti {
	width: 5em;
} 

.sscart_amount {
	width: 3em;
}

.ssproduct {
	float: none;
	text-align: right;
}

.sscartitems {
	width: 100%;
}

.sscartitems th {
	font-weight: bold;
	text-align: left;
}

.sscartitems .iloscval input {
	width: 3em;
}

.sscartitems .stockwarning, .sscartitems .stockwarning * {
	color: red;
}

.sscartitems .orderrow {
	border-bottom: 1px solid #bbb;
}

.sscartval {
	font-weight: bold;
}

.ssorder #order_form_nrdomu {
	width: 20%;
}

.ssorder #order_form_nrlokalu {
	width: 20%;
}

.sstd_btn {
	text-align: center;
}

.sscart_btn {
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.sscart_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.sscart_btn:active {
	position:relative;
	top:1px;
}

.sscart_btn.sscart_calculatebtn {
	font-weight: normal;
	padding: 3px 12px;
}


ul.productlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.productlist li {
}

ul.productgrid {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.productgrid li {
	display: block;
	float: left;
	width: 30%;
	padding: 5px;
}


ul.productgrid .sscart {
	float: none;
}

.productgrid .ssclb {
	display: block;
	height: 1px;
	clear: both;
}

.sscartitems .opcje td {
	padding-left: 20px;
	font-size: 80%;	
}

