
/*
 * Kosár tábla
 */
#Basket {
	width:100%;
	border-collapse:collapse;
}
#Basket tbody {
	border-top:1px solid #ddd;
}
#Basket td {
	vertical-align:top;
	border-bottom:1px solid #ddd;
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
}
	#Basket td .form-submit {
		float:right;
	}
/* Termék képe */
.basket-image {
	width:72px;
}
/* Termék megnevezése */
.basket-product {
	width:250px;
}
.basket-product a {
	width:250px;
	display:block;
	color:#3f3f3f;
	font-weight:bolder;
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
}
/* Mennyiség */
.basket-product label {
	display:block;
	float:left;
	margin-top:10px;
	color:#3F3F3F;
}
.basket-product label input {
	display:block;
	width:60px;
	margin-top:3px;
	border:1px solid #3F3F3F;
	padding:1px;
}
	.basket-product div {
		float:right;
	}
		.basket-product div span {
			color:#3F3F3F;
			font-size:20px;
			margin-top:4px;
			display:block;
		}
			.basket-product div span b {
				font-weight:normal;
				color:#bc0c0c;
			}

		.basket-product div input {
			display:block;
			border:none;
			width:117px;
			height:24px;
			color:#fff;
			text-indent:15px;
			background:url(images/webshop/basket-delete-item.gif) no-repeat;
			padding-bottom:2px;
			cursor:pointer;
		}
	.basket-text b {
		float:left;
	} 
	.basket-text .rating {
		float:left;
		margin-left:10px;
	}
	.basket-text p {
		clear:both;
		color:#7a7676;
		padding-top:7px;	
		margin:0px;
		overflow:hidden;
		width:403px;
		height:42px;
	}

#BasketSum {
	float:right;
	background:url(images/webshop/basket-sum-top.gif) no-repeat top;
	width:297px;
	padding-top:5px;
	color:#d0d0d0;
	font-weight:bolder;
	font-size:13px;
	margin-top:10px;
}
	#BasketSum table {
		background:url(images/webshop/basket-sum-bottom.gif) no-repeat bottom;
		border-collapse:collapse;
		width:297px;
	}
		#BasketSum table tr {
			background:url(images/webshop/dot.gif) repeat-x bottom;
		}
		#BasketSum td {
			padding-left:10px;
			padding-bottom:3px;
			padding-top:3px;
		}
		#BasketSum .right {
			text-align:right;
			padding-right:10px;
			padding-left:0px;
		}
		#BasketSum .total {
			padding-bottom:5px;
			color:#fff;
			font-size:15px;
		}
#BasketEmpty {
	float:left;
	margin-top:22px;
	margin-left:0px;
}
#Refresh {
	background: url(images/buttons/refresh.jpg) no-repeat;
	width: 24px;
	height: 20px;
	float: left;
	margin-top: 27px;
	cursor: pointer;
}

/*
 * Checkout Basket
 */
#Basket .price,
#Basket .netprice,
#Basket .amount,
#Basket .total,
#Basket .nettotal {
	text-align:right;
	margin-top:22px;
	margin-left:0px;
	width:70px;
}

