@charset "UTF-8";

table.summary, table.summary2 {
	width: 100%;
	border: #656551 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: #656551 solid 1px;
	background: #d2d2ba;
	color: #656551;
}

#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: #767676;
	color: #fff;
	padding: 2px;
	border: #cdcdcd solid 1px;
	width: 250px;
}

#basket_addresses input[type="radio"]{
	background: transparent;
	border: none;
}

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

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

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: #656551 solid 1px;
	margin: 10px 0 10px 0;
	height: 0px;
	font-size: 0px;
}

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

.basket_summary .required_field {
	color: #000;
}

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

div.row_wrapper div.left_40{
	width: 100px;
	float: left;
}
