* {
	margin: 0px;
	padding: 0px;	
}
body, html  {
	width:100%;
	height:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration:none;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header h1 {
	display:none;	
}
#header #mini_cart {
	float: right;
	padding-top: 15px;
}
#header #mini_cart a {
	font-size: 16px;
	color: #FFF;
	text-decoration:underline;
	padding-left: 15px;
}


#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	text-align: center;

}
#footer {
	bottom:0px;
	width:100%;
	padding-bottom: 10px;
	height: 20px;
	clear:both;
	padding-top: 20px;
}

.tableSpacer {
	border-top: 1px solid #000;
}
.tableHeader {
	background-color: #DBDBDB;
	padding:3px;
}
.tableLeft {
	text-align:left;
}

.checkout_item td {
	border-bottom: 1px solid #999;
	padding: 3px 0px;
}

