#store {
	float: left;
	width: 750px;
	margin: 0 0 0 25px;
	font-size: 0.75em;
}

#left {
	float: left;
	width: 200px;
	position: relative;
	overflow: hidden;
}

#content {
	float: right;
	width: 570px;
}
/* Products */
.prodInfo {
	margin: 0 0 0 210px;
}

.prodImage {
	float: left;
	width: 205px;
}

/* Cart */
table.shopping_cart {

}

table.shopping_cart th {
	text-align: center;
	font-weight: normal;
}

table.shopping_cart input.textbox {
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	background: none;
}

table.shopping_cart td.cart_row {

}

img.checkout_step {
	float: right;
}

p.subtotal {
	text-align: right;
}
/*Headings */
h2 span {
	color: #b4b4b4;
}

#content h2 {
	font-size: 1.1666666666666666666666666666667em;
}

#content h2.large {
	font-size: 1.5em;
}

table.homeNew h3 {
	font-size: 1.1666666666666666666666666666667em;
	font-weight: normal;
	margin: 8px 0 8px 0;
}

/* Links */
* .categorylist a:link, .categorylist a:visited {
	color: #fff;
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	position: relative;
}

* .categorylist a:link:hover, .categorylist a:visited:hover {
	background: #b4b4b4;
}

.prodImage a img {
	border: 1px solid #000;
}

table.homeCats a:link, table.homeCats a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

table.homeCats a img {
	margin: 0 0 3px 0;
}

table.homeNew a img {
	border: 1px solid #000;
}

/* Lists */
ul.linklist {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

ul.categorylist {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF #9FA4BB #ADB1C4 #DBDDE6;
	background: #5B6877;
}

ul.categorylist li {
	display: inline;
}

/* Forms */
button.searchBtn, button {
	padding: 0;
	border: none;
	background: none;
	margin: 0 -8px 0 0;
}

input#searchStr {
	width: 130px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #989898 #fff #fff;
	background: #b4b4b4;
}

#search p {
	margin: 4px 0;
}

#registerForm fieldset {
	border: none;
	margin: 7px 0;
	padding: 0;
}

#registerForm legend {
	font-weight: bold;
	color: #fff;
	padding: 0;
}

#registerForm table {
	margin: 2px 0 0 0px;
	border: 1px solid #fff;
}

#registerForm td.label {
	text-align: right;
	width: 109px;
}

tr.cart_row td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

tr.cart_row td.firstrow {
	border-left: 1px solid #fff;
}

tr.cart_row td.lastrow {
	border-right: 1px solid #fff;
}

/* Tables */
.txtCart table {

}

.txtCart th {
	text-align: right;
}

.txtCart td {
	background: #b4b4b4;
}

table.homeCats {
	margin: 4px 0 16px 0;
}

/* Misc */
.align-center {
	text-align: center;
}

.txtCopyright {
	display: none;
}

.txtError {
	color: #f00;
}

.large {
	font-size: 1.166666666666666666667em;
}

.small {
	font-size: 0.75em;
}

.home .float-right {
	float: right;
	width: 420px;
	margin: 0 6px 0 0;
}

.float-right {
	float: right;
}

img.align-left {
	float: left;
	margin: 0 5px 5px 0;
}

table.homeNew p {
	margin-top: 0;
}

.txtCart p {
	margin: 2px 0;
}