.koszyk_point {
	width: 0px;
	height: 0px;
	position: absolute;
}

.koszyk_popup {
	height: 184px;
	width: 317px;
	position: relative;
	background-color: #e2e7eA;
	top: 276px;
	left: 655px;
}

.koszyk_popup .head {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background-color: #0867b4;
}

.koszyk_popup .head .l1 {
	float: left;
	margin-left: 15px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: white;
}

.koszyk_popup .head img {
	margin: 7px 0px 8px 10px;
	float: left;
}

.koszyk_popup .head .l2 {
	float: right;
	margin-right: 10px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.koszyk_popup .center {
	width: 100%;
	height: 130px;
	overflow-y: scroll;
	overflow-x: none;
}

.koszyk_popup .center .entry {
	width: 100%;
	border-bottom: 1px solid #0867b4;
}

.koszyk_popup .center .entry .padding {
	height: 25px;
	line-height: 25px;
	color: #084d92;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.koszyk_popup .foot {
	height: 27px;
	width: 100%;
}

.koszyk_popup .foot .padding {
	height: 27px;
	line-height: 27px;
	padding-left: 190px;
}

.koszyk_popup .foot .padding a {
	color: #084d92;
	text-decoration: none;
}

.koszyk_popup .foot .padding a:hover {
	text-decoration: underline;
}

.koszyk_popup .foot_bar {
	height: 3px;
	width: 100%;
	background-color: #0867b4;
	font-size: 0px;
}
