@import url('/css/h1.title.css');

body {
	min-width:800px;
}
#basket { 
	visibility:hidden; 
}

div#basket_summary {
	width:300px;
	text-align:left;
	position:relative;
}
div.refresh_request {
	color:#777;
}
div.refresh_response {
	color:auto;
}
div#basket_summary div {
	position:fixed;
	top:257px;
	left:20px;
}
div#basket_summary span {
	display:block;
	font-size:2em;
	text-align:left !important;
	margin-bottom:30px;
	margin-left:20px;
}

table#ordered_wares {
	margin:auto;
	margin-top:0px;
	margin-bottom:30px;
	width:600px;
	border-collapse:collapse;
	border-spacing:0 0;
}
div#next div {
	position:fixed;
	top:300px;
	right:5%;
}
div#next a {
	display:block;
	width:149px;
	height:56px;
	background:url('/images/Pages/basket/next.button.gif') no-repeat left top;
}
div#next a:hover {
	background-position:left bottom;
}

#message h1{
	width:59%;
	margin:auto;
	margin-top:1em;
	margin-bottom:2em;
}
#message p {
	text-align:justify;
	text-indent:1.5em;
	font-style:italic;
	padding:0 2em;
	width:59%;
	margin:0 auto;
}

table#ordered_wares th { 
	font-size:0.9em; 
	font-weight:normal;
}
table#ordered_wares tr.col_titles th {
	border:1px dotted #fff;	
	padding:5px 0;
}
table#ordered_wares td {
	border:1px dotted #eddada;
	font-size:0.9em;
	padding-bottom:1em;
}
table#ordered_wares td.photo {
	padding:10px;
}
table#ordered_wares td.photo a {
}
table#ordered_wares td.photo a img {
	display:block;
	border:1px solid #482a1b;
}
table#ordered_wares td.photo a:hover img {
	border:1px solid #eddada;
}
table#ordered_wares a:hover,
table#ordered_wares a:visited,
table#ordered_wares a:hover:visited {
	color:#482a1b;
}
table#ordered_wares td input[type=text] {
	color:#482a1b;
}
table#ordered_wares td.belt_quantity input {
	font-size:1.5em;
}
table#ordered_wares td.belt_price {
	font-size:1.5em;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
}

table#ordered_wares tr.new_row td {
	padding-top:10px;
}
table#ordered_wares tr.new_row input {
	font-size:1.5em;
}
table#ordered_wares tr.new_row input#new_ware_id {
	width:100px;
}
table#ordered_wares tr.new_row input#new_ware_quantity {
	margin:0 10px;
}
table#ordered_wares tr.new_row input#new_pack_id {
	margin:0 10px;
	width:150px;
}

td.photo {	
	width:255px;
	padding-left:15px;
	padding-right:15px;
}
.photo * {
	text-decoration:none !important;
}
td input { text-align:center; }
th input{
	float:right;
	margin:10px auto;
	padding:0 10px;
	background-color:#482a1b;
	font-weight:bold;
	font-size:1em;
	color:#eddada;
	border:1px solid #eddada;
}
input[type=submit]:hover { 
	border:1px solid #482a1b; background-color:#eddada; color:#482a1b; 
}

td#sum{
	background-color:#eddada;
	border:none !important;
	padding:10px 0;
	position:relative;
}
td#sum span.total {
	float:left;
	margin-left:40px;
	margin-top:9px;
	font-size:2em;
	font-weight:bolder;	
}
td#sum ul {
	text-align:left;
	width:23em;
	float:right;
	margin-right:40px;
	margin-top:3px;
}
td#sum ul li {
	position:relative;	
	font-size:1.2em;
}
td#sum ul li span {
	font-size:1.1em;
}
.reminding {
	width:100px;
	height:50px;
	color:red;
	margin:0;
	text-align:center;
}
