* {
	padding: 0;
	margin: 0;
}

body {
	padding: 10px;
	font: .7em verdana, arial;
	line-height: 1em;
	margin: 0;
}

h1 {
	margin: .25em .75em 1em .75em;
	font-size: 220%;
}

h2 {
	clear: both;
	margin: 0 0 1em;
	font-size: 180%;
	color: #5a539b;
}
h2 span {
	font-size: 50%;
	color: #333;
	font-weight: normal;
}
option {
	padding: .25em .1em .1em .75em;
}

fieldset {
	padding: .25em 0em .75em .5em;
	margin-bottom: 1em;
}

legend {
	background: #ededef;
	font-size: 130%;
	padding: .25em;
}

p {
	padding: 1em 0em 0em 0em;
}

input {
	margin-right: 1em;
}

select {
	margin-right: 1em;
}
img {
	border: 0;
	}

form.checkout_form label,input,select {
	margin: 0em .75em 1em 0em;
	display: block;
	float: left;
}

form.checkout_form .address1 {
	margin: 0;
}

form.checkout_form label {
	padding-top: .3em;
	text-align: right;
	width: 12em;
}

form.checkout_form br {
	clear: left;
}

legend {
	padding: .25em .25em .75em 23px;
	margin-left: 1em;
	background: transparent url(../media/images/denbutton1.gif) top left no-repeat;
}

table th {
	padding: 2px 10px;
}
table td {
	padding: .75em;
}

/* ID's */

#container {
	width: 930px;
}

#header {
	background: transparent url(../media/images/store_bg_header.gif) top left no-repeat;
	width: 930px;
	height: 155px;
	position: relative;
}

#cart {
	border-left: 27px solid #38244d;
	border-right: 24px solid #38244d;
	padding: 0 30px;
	height: 100%;
}

#cart p {
	clear: both;
}

#cartnav {
	position: absolute;
	top: 10px;
	left: 60px;
}

#cartnav div {
	float: left;
	width: 70px;
	margin: 10px 15px;
}
#cartnav div a {
	text-decoration: none;
	font-weight: bold;
}
#products_intro {
	margin-left:-31px;
	padding-bottom:8em;
}
#products_intro a {
	display:block;
	margin-bottom:.75em;
	width:372px;
	height:46px;
}
#products_intro a#browse {
	margin-top:3em;
}
#products_intro p#bottom {
	margin-bottom:2em;
	}
#products_intro p {
	padding:.2em;
	width:400px;
	text-align:right;
	font-weight:700;
	font-size:110%;
	}
#footer {
	background: transparent url(../media/images/store_bg_footer.gif) top left no-repeat;
	width: 930px;
	height: 73px;
	clear: both;
}
#footer a {
	display: block;
	margin-left: 26px;
	width: 290px;
	height: 73px;
}
#below_footer {
	padding-top: 1em;
	text-align: center;
}
#below_footer a {
	padding-right: 2em;
	}
#search {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 690px;
	top: 103px;
}

#search input {
	font-size: 9pt;
	margin: 0 0 0 6px;
	padding: 0;
}

/* Classes */

.buttons {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
}

.buttons:hover {
	background-color: #e8e8e8;
}

.edit {
	font-size: 8pt;
	border: 1px solid gray;
	color: #0095bc;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #f5f5f5;
	margin: 0 5px;
}
.edit:hover {
	background-color: #dfdeff;
}
.update {
	padding: 2px 6px;
	background-color: #57a30b;
	border: 1px solid #aaa;
	color: #fff;
}
.update:hover {
	background-color: #458108;
}
.remove {
	padding: 2px 6px;
	background-color: #de4244;
	border: 1px solid #777;
	color: #fff;
}
.remove:hover {
	background-color: #af3436;
	color: #fff;
}
.prod_display {
	float: left;
	width: 200px;
	height: 175px;
	text-align: center;
	line-height: 10pt;
}

.prod_display img {
	border: 4px solid #38244d;
	width: 100px;
	height: 100px;
}

.subtotal_row {
	border-top: solid 1px black;
	text-align: right;
}

.input_error {
	background-color: #ff5f5f;
}