/*Shop View*/
.product_area TABLE, DIV.kassa-link-box
{
	margin: 0px;
	padding: 6px 0px;
}
.product_area .amount
{
	width: 30px;
	background: #FFF;
}
.product_area
{
	font-size: 11.5px;
	line-height: 130%;
}
.product_area .button
{
	font-size: 12px;
	width: auto;
	padding: 0;
	margin: 0;
}
.product_area H2
{
	color: #666666;
	font-size: 12px;
	font-weight: 600;
}
.product_area .last TD
{
	padding-top: 11px;
}
.kassa, .product_area TABLE
{
	width: 100%;
	padding: 10px 0;
}
.product_area TD.picture_box
{
	width: 108px;
}
/*Kassa View*/
.kassa
{
	border-collapse: collapse;
	margin: 15px 0;
}
.kassa .remove-item IMG
{
	float: right;
}
.kassa TD.remove-item
{
	width: 20px;
}
.sum-value
{
	text-align: right;
	color: #CA0000;
	width: 50px;
	font-weight: 100;
}
.sum-label
{
	text-align: right;
}
.price-wrapper SPAN
{
	color: #CA0000;
}
.price-wrapper
{
	text-align: right;
	font-weight: 600;
}
.order-form FIELDSET
{
	margin-bottom: 100px;
}
LABEL INPUT, LABEL TEXTAREA, .order-form .button
{
	position: absolute;
	left: 370px;
	margin-top: 6px;
	margin-bottom: 40px;
}
LABEL INPUT, LABEL TEXTAREA
{
	margin: 2px;
	width: 320px;
	padding: 1px;
}
LABEL TEXTAREA
{
	height: 52px;
}
INPUT.checkbox
{
	margin-left: 109px;
	_margin-left: 107px;
	margin-top: 5px;
	border: none;
}
INPUT.checkbox2
{
	margin-left: -150px;
	margin-top: 5px;
	_margin-top: -2px;
	border: none;
}
.order-form H3
{
	margin-top: 20px;
}
.order-form .button
{
	left: 370px;
}
