body {
 	background:#FAF5EC url("/img/body_bg.jpg");
 	padding:0;
	margin:0;
	font:80% Arial, sans-serif;
}

* { font-size:100%; }

h1 { padding:0; margin:0 0 0.5em 0; font-size:1.8em; }
p { padding:0; margin:0 0 1em 0; }
a, a:link{
	color: #495B85;
	font: 8pt  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	color: #495B85;
	font: 8pt  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: none;
}

table.basket td {
	padding:5px 5px 5px 0;
}

tr th {
	text-align:left;
	font-size:1.2em;
	font-weight:normal;
	padding-top:1em;
	color:#003399;
}

tr.item td {
	border-bottom:1px solid #cdcdcd;
}	

.notice {
	color:#cc3300;
}
.delete {
	color:white;
	font-size:0.9em;
	background:#cc3300;
	border:1px solid #e1e1e1;
}

div.numPad {
	position:absolute;
	left:26px;
	top:-20px;
	border:1px solid #e1e1e1;
	background:white;
	z-index:666 !important;
}
div.numPad table td {
	padding:0;
	width:40px;
}
div.numPad table td input {
	width:30px;
}

input,
button {
	background-color: #FFFFFF;
	border-bottom: #7A5E45 1px solid;
	border-left: #7A5E45 1px solid;
	border-right: #7A5E45 1px solid;
	border-top: #7A5E45 1px solid;
	color: #000000;
	font: 8pt  Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

ul.errorlist li  { list-style-image: url(/img/error.png); color:red; font:11px Tahoma;}

.widthextend {width:600px;}
.widthextend input {width:300px;}
.widthextend textarea {width:500px;}
#id_captcha_2 {width:55px;}
