@CHARSET "UTF-8";

table.summary, table.summary2 {
	width: 100%;
	border: #775477 solid 1px;
}

table.summary td, table.summary th {
	padding: 5px;
	width: 50%;
}

table.summary2 td, table.summary2 th {
	padding: 5px;
	width: auto;
}

table.summary th, table.summary2 th {
	border-bottom: #775477 solid 1px;
	background: #623a61 url(../img/bg_leftmenu.gif);
	color: #fff;
}

#table_left {
	float: left;
	width: 50%;
	padding-top: 5px;
	font-weight: bold;
}

#table_right {
	float: left;
}

#table_right select, #table_right input, #top_sorting select, #top_sorting input,
#basket_addresses input, #basket_addresses select,
.basket_summary input, #basket_summary input,
#basket_summary select, .basket_summary select {
	background-color: #775477;
	color: #fff;
	padding: 2px;
	border: #000 solid 1px;
	width: 250px;
}

#basket_addresses .no_margin {
	background-color: white;
	border: none;
	width: 15px;
}

.table_header h3, h3.basket {
	font-size: 100%;
	color: #fff;
}

h3.basket {
	color: #000;
}

#basket_addresses label, .basket_summary label {
	position: absolute;
	margin-top: 5px;
}

#basket_addresses input, .basket_summary input, #basket_addresses select, .basket_summary select {
	margin-left: 180px;
}

#basket_addresses #divider, .basket_summary #divider {
	border-top: #775477 solid 1px;
	margin: 10px 0 10px 0;
	height: 0px;
	font-size: 0px;
}

.submits {
	border: none;
	background: #623a61 url(../img/arrow_violet.gif) no-repeat left;
	font-weight: bold;
	padding: 8px 8px 8px 25px;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

.basket_summary .required_field {
	color: #000;
}

#subtotal {
	border: #775477 solid 1px;
	padding: 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
