
#basket-response {
	position: absolute;
	width: 300px;
	height: 85px;
	margin: 0 auto;
	z-index: 2500;
	background-color: #a1d0db;
	color: #666666;
	border: 2px solid #00a0c6;/*#666666;*/
	padding: 4px;
	padding-top: 20px;
	font-size: 14px;

}

#basket-response p {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
}

#basket-response a,
#basket-response a:hover,
#basket-response a:visited,
#basket-response a:active {
	color: #00a0c6;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#overlay-basket{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


.cart table {
	font-size: 14px;
	letter-spacing: 0;
	width: 100%;
}
.cart table th {
	border-top: 1px solid #666666;
}
.cart table td {
	text-align: right;
}

.cart table input.quantity {
	width: 4em;
	text-align:right
}

.cart .objednat {
	float:right;
	color: #ff0000;
	font-weight: bold;
}

.cart dt {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
}
.cart dd {
	font-size: 14px;
	letter-spacing: 0;
}

