body {
    font-family: Verdana;
    font-size: .8em;
	background: #000;
	color: #000;
}

a {
	text-decoration: none;
}

a:active {
	color: #399;
}

a:hover {
	color: #399;
}

a:link {
	color: #399;
}

a:visited {
	color: #399;
}

form {
	display: inline;
	vertical-align: center;
}

select, input, texarea {
	font-size: 1em;
	text-align: center;
	font-family: verdana;
}

select {
	text-align: left;
}

h1 {
	position: relative;
	left: -25px;
	font-size: 12pt;
	margin-bottom: 10px;
	border-bottom: 1px #000 solid;
	width: 680px;

}

#content {
	position: relative;
    width: 807px;
    height: 557px;
    margin: auto;
    overflow: auto;
	text-align: center;
	background: #fff;
	color: #000;
}

#basket {
	position: relative;
	margin: 2em 0 2em 0;
	width: 606px;
	margin-right: auto;
	margin-left: auto;
}

#basket img.basket_total {
	position: absolute;
	top: 0px;
	right: -13px;
	width: 100px;
}

#basket_choose_shipping {
	display: block;
	position: relative;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 4em;
	border: 1px #c36 solid;
	background: #ff6;
	padding: 13px;
	text-align: center;
}

#basket_choose_shipping p {
	text-align: center;
	font-size: .8em;
	margin-bottom: 2em;
}

#basket_summary {
	display: block;
	position: relative;
	width: 606px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 4em;
	overflow: hidden;
	text-align: right;
}

#basket_summary p {
	text-align: right;
}

#basket_summary p.subtotal {
	margin-top: 3px;
	border-top: 1px #000 solid;
}


#basket_summary p.total {
	margin-top: 3px;
	border-top: 2px #000 solid;
}

#basket_summary label {
	display: block;
	float: left;
	width: 11em;
	text-align: right;
	margin-right: .5em;
}

#options {
	display: block;
	position: relative;
	width: 606px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 4em;
}

#options p {
	text-align: center;
	vertical-align: center;
}

#basket_summary #options {
	text-align: center;
}

#catalogue {
	display: block;
	position: relative;
	width: 606px;
	margin-left: auto;
	margin-right: auto;
}

#basket_footer {
	font-size: 3em;
}

/**** CLASSES ****/

/* Catalogue */

img.header {
	position: relative;
	left: -35px;
	font-size: 12pt;
	margin-bottom: 10px;
}

div.empty_basket {
	width: 606px;
	margin-right: auto;
	margin-left: auto;
}

div.cat_item {
	display: block;
	position: relative;
	width: 606px;
	text-align: center;
    margin-bottom: 4em;

}

div.cat_item img.basket_img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px #000 solid;
}

div.cat_item img.cat_name_img {
	position: absolute;
	top: 2px;
	left: 110px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.cat_item img.cat_price {
	position: absolute;
	top: -13px;
	right: -13px;
	padding: 1em;
}

p.cat_short_description {
    position: absolute;
	top: 27px;
	left: 115px;
	width: 400px;
	overflow: hidden;
    padding: 3px;
	font-size: 1em;
}

div.add_item {
	display: inline;
	position: absolute;
	width: 480px;
	bottom: 0px;
	left: 106px;
	text-align: center;
	padding: 5px;
	font-size: .9em;
}

p.add_item_link {
	display: inline;
	padding-left: 1em;
}

p.in_basket {
	position: absolute;
	bottom: 0px;
	left: 101px;
	font-size: 1em;
	padding: 5px;
}

/* Basket */

div.basket_item {
	display: block;
	position: relative;
	left: 23px;
	width: 529px;
	height: 77px;
	text-align: center;
    margin-bottom: 1em;
	overflow: hidden;
}

div.basket_item img.basket_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px #000 solid;
}

div.basket_item img.basket_name_img {
	position: absolute;
	top: 2px;
	left: 85px;
	padding: 0px;
	margin: 0px;
}

div.basket_info {
	position: absolute;
	top: 40px;
	left: 100px;
	width: 410px;
	font-size: .9em;
}

div.basket_style {
	position: absolute;
	top: 40px;
	left: 76px;
	padding: 7px;
	font-size: .8em;
}

p.basket_remove {
	position: absolute;
	top: 0px;
	right: 0px;
}

span.item_subtotal {
	font-weight: bold;
}

span.item_total {
	font-weight: bold;
}

/*
	Checkout
*/

#checkout {
	width: 606px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
}

span.required {
	display: inline;
	color: #f00;
}

div.instructions {
	margin-bottom: 1em;
}

#checkout label {
	display: block;
	float: left;
	width: 11em;
	text-align: right;
	margin-right: .5em;
}

#checkout input, select {
	margin-bottom: .5em;
	text-align: left;
}

#checkout span.submit {
	margin-left: 11em;
	margin-top: 3em;
}

img.cheading {
	margin-top: 2em;
	margin-bottom: 1em;
}

div#errors {
	position: relative;
	width: 600px;
	background: #ff0;
	border: 1px #f00 solid;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

div#errors ul {
	margin: .5em 0 .5em 2em;
}


/*
	Done
*/

div#done {
	width: 606px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
}