.shop-box {

	padding: 10px;
	text-align: right;
}

.shop-box .cena {
	color: #0079a8;
	font-weight: bold;
	text-align: right;
}
.shop-box .stara-cena {
    text-decoration: line-through;
    color: gray;
    text-align: right;
}
.shop-box .akcia {
	color: #e46100 !important;
}
/*
.shop-box .akcia20p {
	display: block;
    width: 144px;
    height: 144px;
    background: transparent url(images-shop/zlava20p.png) no-repeat;
    float: right;
    margin-top: -60px;
}
*/
.shop-box .tip {
	color: orange;
	font-weight: bold;
}
.shop-box .skk {
	font-size: 8pt;
}
.shop-box table {
	float: left;
}
.shop-form-add {
	/* margin-left: 20px; */
}
.shop-box .add2basket {
	display: block;
	float: left;
	margin-left: 20px;
	/* margin-top: 20px; */
	background: transparent url(images-shop/add2basket.png) no-repeat;
	font-weight: bold;
	padding-left: 55px;
	text-align: left;
	border: none;
	height: 49px;
	width: 187px;
}
.shop-box .add2basket:hover {
	background: transparent url(images-shop/add2basket-over.png) no-repeat;
	color: #dd5800;
	cursor:pointer;cursor:hand;
}
