@charset "UTF-8";

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

#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: #fff;
	color: #000;
	padding: 2px;
	width: 250px;
}

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

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

/*.table_header {
  border: #595f5f solid 1px;
}
*/

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

h3.basket {
	color: #fff;
}

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

.submits {
	border: none;
	background: #595f5f url(../img/arrow_violet.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: #595f5f solid 1px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

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

#basket textarea {
  border: none;
  background: #fff;
  color: #000;
  font-weight: bold;
}
