.addtobasket_area {
	float: right;
	width: 300px;
	text-align: right;
}

fieldset.basket {
	margin-bottom: 24px;
}
	fieldset.basket ul, fieldset.basket ol {
		list-style: none;
		margin: 16px 0px !important;
		clear: both;
	}
		fieldset.basket ul li, fieldset.basket ol li {
			position: relative;
			margin: 4px 0px;
			clear: both;
			display: block;
		}
		fieldset.basket div.summ {
			clear: both;
			font-weight: bold;
			position: relative;
		}

ul#orders {
	margin: 0px;
	list-style-type: none;
}
	ul#orders li {
		display: block;
		margin-bottom: 12px;
		padding: 2px 3px;
		border: solid #ffcd00 1px;
		background-color: #fcfcfc;
	}
		ul#orders li a.ttl, ul#orders li div.btts {
			display: block;
			color: white;
			font-weight: bold;
			background-color: #ffcd00;
			padding: 2px 4px;
			margin: 2px 0px;
		}
			ul#orders li div.btts, ul#orders li div.btts a {
				font-weight: bold;
			}
			ul#orders li div.btts {
				background-color: transparent;
			}
			ul#orders li>div, ul#orders li div.li {
				margin: 4px 0px;
				padding: 2px 4px;
			}

.ipart table {
	background-color: #dfdfdf;
	border-collapse: separate;
	border-spacing: 1px;
}
	.ipart table td, .ipart table th {
		text-align: left;
		background-color: #fcfcfc;
		padding: 2px 6px;
	}
	.ipart table th {
		font-weight: bold;
	}