#graylayer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.5;
	filter: Alpha(opacity =   50);
	z-index: 100;
}

#basketinside {
	position: fixed;
	top: 90px;
	left: 50%;
	/*margin: -250px -125px;*/
	margin-left: -400px;
	width: 800px;
	padding: 25px 0;
	background-color: white;
	z-index: 105;
}

#basketinside img {
	margin-bottom: -3px;
}

.basket_info_thumb_left {
	float: left;
	width: 240px;
	padding: 25px;
}

.basket_info_thumb_right {
	float: left;
	padding: 5px;
	width: 440px;
}

.basket_info_thumb_right table {
	width: 440px;
	border-collapse: collapse;
}

.basket_info_types_left {
	float: left;
	width: 150px;
}

.basket_info_types_right {
	
}

.basket_close,.basket_info_save,.basket_info_eliminate {
	position: absolute;
	height: 15px;
	padding: 5px;
	background-color: #DDDDDD;
}

.basket_close {
	top: 0px;
	right: 0px;
	width: 790px;
	text-align: right;
}

.basket_close a,.basket_info_eliminate a,.basket_info_save a {
	color: black;
}

.basket_info_save, .basket_info_eliminate {
	bottom: 0px;
	width: 400px;
}

.basket_info_save {
	right: 0px;
	text-align: right;
}

.basket_info_eliminate {
	left: 0px;
}

/* Basket selber in basket/index */
.basket_overview {
	width: 100%;
	border: 1px solid black;
}

.basket_overview tr {
	border: 1px solid black;
}

.basket_overview td {
	border: 1px solid black;
}

.basket_overview_img {
	width: 250px;
}

.basket_overview_types {
	vertical-align: top;
}

.basket_overview_prices {
	vertical-align: top;
	font-style: italic;
}
