#basket {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
}

#basket #inner {
	width: 800px;
	margin: auto;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: #aaaaaa;
}

#basket #inner img {
	position: relative;
	top: 4px;
	right: 2px;
}

#basket #inner a {
	color: #aaaaaa;
	text-decoration: none;
	border-bottom: 1px dotted #aaaaaa;
}

#listbasket {
	font-family: Verdana;
	font-size: 12px;
	margin: 40px 55px 60px 55px;
	color: #669999;
}

#listbasket h3 {
	font-weight: normal;
	font-size: 19px;
}

#listbasket table {
	border-collapse: collapse;
	color: #669999;
}

#listbasket table td {
	padding: 8px;
	border: 1px dotted #aaaaaa;
	font-size: 12px;
}

#listbasket table td a {
	color: #aaaaaa;
	text-decoration: none;
	border-bottom: 1px dotted #aaaaaa;
}

.label {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
}

.input {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
}
