div.popup {
	position: absolute;
	top: 30%;
	left: 40%;
	padding: 20px;
	background-color: #fafafa;
	border: 15px solid #ccc;
	z-index: 99;
}

div.popup div {
	border-bottom: 1px dashed #ddd;
}

div.popup div.h {
	margin-bottom: 10px;
}

div.popup span {
	padding-top: 3px;
}

div.popup span,
div.popup b.l
{
	display: block;
	float: left;
	width: 80px;
}

div.popup .ok,
div.popup .cancel {
	margin-top: 20px;
}

div.popup .cancel {
	margin-left: 5px;
}


table.cart {
	width: 100%;
	font-size: 1.2em;
}

table.cart tr.mass_action td {
	padding: .5em 0;
}

table.cart th {
	padding-left: 5px;
}

table.cart .empty {
	width: 30px;
}

table.cart .size {width: 50px;}
table.cart .price {width: 80px;}
table.cart .count {width: 50px;}
table.cart .action {width: 100px;}

table.cart tr.all {
	text-align: right;
}

table.cart tr.maker {
	background-color: #ccc;
}
table.cart tr.collection {
	background-color: #ddd;
}
table.cart tr.model {
	background-color: #eee;
}

table.cart td.all {
	text-align: center;
	padding-bottom: 1em;
}

table.cart tr.oformit {
	text-align: center;
}

div.cart_done {
	background-color: #ccc;
	color: #555;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 2em;
}
