div.storeCheckoutContainer {
	border: 1px solid #666;
	width: 561px;
}

div.checkoutTab, div.checkoutSpacer {
	float: left;
	text-align: center;
	width: 100px;
	color: white;
	background: #474540;
	line-height: 36px;
	border-right: 1px solid #cecece;
}

div.checkoutTab.lastOne {
	/*width: 185px;*/
	border-right: none;
}

div.checkoutSpacer {
	background: white !important;
	width: 167px;
}

div.checkoutTab.hover {
	background: #666;
}

div.checkoutTab.active {
	background: white !important;
	color: black !important;
	border: 1px solid #666;
	border-bottom: none;
	border-top: none;
}

div.checkoutTab.leftOfInactive {
	border-right: none;
}

div.checkoutTab.firstOne {
	/*width: 185px;*/
	border-left: none;
}

div.cart_items2 {
}

div.cart_items2 div.item {
	margin-top: 12px;
	line-height: 21px;
}

div.cart_items2 div.item div.full_item {
	border: 1px solid #666;
	background: #E9E6BE;
	color: black;
	float: left;
	width: 539px;
	padding: 5px;
	margin-right: 5px;
	height: 22px;
}

div.cart_items2 div.item div.full_item span {
	font-weight: bold;
}

div.cart_items2 div.item div.details {
	border: 1px solid #666;
	background: #E9E6BE;
	color: black;
	float: left;
	width: 300px;
	padding: 5px;
	margin-right: 5px;
}

div.cart_items2 div.item div.details div.extrasText div {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
}

div.cart_items2 div.item div.details div.extrasText div.left {
	float: left;
	width: 94px;
	text-align: right;
}
div.cart_items2 div.item div.details div.extrasText div.right {
	float: right;
	width: 184px;
}

div.cart_items2 div.item div.actions {
	border: 1px solid #666;
	background: #E9E6BE;
	color: black;
	width: 222px;
	float: right;
	padding: 5px;
}

div.cart_items2 div.item div.details div,
div.cart_items2 div.item div.actions div {
	float: left;
	font-weight: bold;
}

div.cart_items2 div.item div.details div.name {
	float: left;
	margin-right: 10px;	
}

div.cart_items2 div.item div.details div.price {
	float: right;
	width: 50px;
}

div.cart_items2 div.item div.details div.item_number {
	margin-right: 40px;	
}

div.cart_items2 div.item div.actions div.remove {
	width: 75px;
	margin-right: 30px;
	float: right;
}

div.cart_items2 div.item div.actions div.quantity {
	width: 100px;
}
div.cart_items2 div.item div.actions div.quantity input {
	width: 30px;
	border: 1px solid #666;
	text-align: center;
}

div.cart_buttons2 {
	float: right;
	width: 400px;
	text-align: right;
}

button.checkoutButton {
	border: none;
	width: 82px;
	height: 25px;	
	text-align: center;
	background: white;
}

#pt_test {
}