body {
	margin:0;
	padding:0;
	background-color:#ffffcc;
	background-image:url('../i/shop-bg.gif');
	font-family:verdana,arial;
	font-size:13px;
}
table {
	font-size:1em;
}
#container {
	width:650px;
	background-color:#ffffcc;
}
#header {
	width:650px;
	height:120px;
	background-image:url('../i/shop-header.jpg');
}
#basket {
	padding:10px;
}
#buttons {
	margin:15px 0 5px 0;
	text-align:center;
}
#buttons img {
	margin:0 20px 0 20px;
	border:0;
}
#footer {
	width:630px;
	height:20px;
	padding:10px;
	background-color:#FFCC00;
	text-align:center;
	font-size:0.9em;
}
#container table {
	width:630px;
	border:1px solid #FFFFA8;
}
#container #amount {
	width:25px;
}
#container th {
	font-size:0.8em;
	background-color:#FFFFA8;
}
#container th.h_id {
	text-align:left;
	width:110px;
}
#container th.h_desc {
	text-align:left;
	width:240px;
}
#container th.h_price {
	text-align:right;
	width:100px;
}
#container th.h_nr {
	text-align:center;
	width:100px;
}
#container th.h_total {
	text-align:right;
	width:80px;
}
#container td.t_total {
	text-align:right;
}
#container td.t_price {
	text-align:right;
}
#container td.t_nr {
	text-align:right;
}
#container table A {
	font-size:1.3em;
	font-weight:bold;
	color:#000;
}
#container table A:link {text-decoration: none;}
#container table A:visited {text-decoration: none;}
#container table A:active {text-decoration: none;}
#container table A:hover {text-decoration: none;}

#basketsummary {
	padding:5px;
	font-size:0.9em;
}
#basketsummary table {
	width:450px;
	border:1px solid #FFFFA8;
}
#basketsummary table .total {
	background-color:#FFFFA8;
}
#price {
	text-align:center;
	padding:3px;
	background-color:#FFFFA8;
	border:1px solid #FFCC00;
	font-size:1.1em;
	font-weight:bold;
}
.currentamount {
	width:20px;
	background-color:#FFFFA8;
	padding:2px;
}
.currentamountselect{
	background-color:#FFFFA8;
	font-size:0.9em;
	font-family:verdana,arial;
	border:1px solid #FFCC00;
}

/* form styles */
.formdata {
	height:150px;
	padding:5px;
	margin:0 0 5px 0;
}
#deliveryaddress {
	height:0;
	padding:5px;
	margin:0;
	display:none;
	visibility:hidden;
}
#deliveryaddress table {
	margin:0 0 0 30px;
	width:500px;
	background-color:#FFFFA8;
}
#feedback {
	display:none;
	visibility:hidden;
}
.f_elm {
	border:1px solid #FFCC00;
	color:#3333CC;
}
.f_item {
	padding:3px 0 0 5px;
	margin:0;
}
.f_textarea {
	width:570px;
	height:50px;
	border:1px solid #FFCC00;
	color:#3333CC;
	font-family:verdana,arial;
	font-size:0.9em;
}
#f_payment{
	padding:0;
	margin:0;
}
.f_error {
	border:1px solid red;
	background-color:#FFC6C6;
}
.confirm_item {
	width:450px;
}
.large {
	width:300px
}
.medium {
	width:150px
}
.small {
	width:100px
}
.smaller {
	width:50px
}
.smallest {
	width:20px
}
.label {
	height:25px;
}
.val {
	height:25px;
	padding:0 30px 0 0;
}

 /* text helpers */

A {
	color:#3333CC;
	font-family:verdana,arial;
	font-size:1em;
}
A:link {
	text-decoration:none;
}
A:visited {
	text-decoration:none;
}
A:active {
	text-decoration:none;
}
A:hover {
	text-decoration:underline; 
	color:red;
}

h3 {
	font-family:arial;
	font-size:14px;
}
hr {
	height:1px;
	color:#FFCC00;
	border-top:1px solid #FFCC00;
}
.txtsmall {
	font-size:0.7em;
}
.breaker {
	clear:both;
}