#left_nav {
/*	position: relative;
	top: 43px;
	left: 0px;
	z-index: 20;
	margin:0 auto;
*/
	position: absolute;
	top: 43px;
	left: 43px;
	z-index: 20;
	width: 350px;
}
#right_nav {
	position: absolute;
	top: 43px;
	left: 628px;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#shop_container {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 1000px;
	height: 420px;
}
#shop_content {
	position: absolute;
	left: 180px;
	top: 0px;
	height: 420px;
	width: 520px;
	overflow: auto;
}
/* ---	navigation thumbnails 	--- */
#vert_thumbs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 420px;
	overflow: auto;
}
.thumb {
	display: block;
	position: relative;
	width: 130px;
	height: 145px;
	text-align: center;
	overflow: hidden;
	line-height: 65%;
}
.thumb_img {
	display: block;
	position: relative;
	margin-top: -20;
	width: 130px;
	height: 130px;
	text-align: center;
	overflow: hidden;
}

/* ---	item display and controls 	--- */
#item_controls {
	position: absolute;
	top: -10px;
	left: 150px;
	z-index: 20;
	width: 160px;
	padding: 10px 10px 10px 30px;
}
#item_display {
	position: absolute;
	top: -220px;
	left: 150px;
	z-index: 10;
	width: 850px;
	height: 640px;
	text-align: center;
}
#item_img {
	/* cursor: url(/shop/img/gfx/next_text.cur), pointer; */
}
#item_img_nav {
	position: absolute;
	top: 610px;
	left: 26px;
	z-index: 10;
	width: 160px;
}
#item_img_nav img {
	vertical-align: middle;
}
#num_of {
	display: inline;
}
.color_swatch, .color_swatch_on {
	float: left;
	width: 18px;
	height: 18px;
	margin: 0px 5px 3px 0px;
	border: solid 1px #ccc;
	cursor: pointer;
	overflow: hidden;
}
.color_swatch_on {
	width: 16px;
	height: 16px;
	border: solid 2px #3e2368;
}


/* ---	checkout formatting 	--- */
#checkout_display {
	position: absolute;
	top: 0px;
	left: 180px;
	z-index: 20;
	width: 820px;
	/* height: 420px; */
	height: auto;
	overflow: auto;
}
.cart_tbl {
	width: 80%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.cart_tbl td, .cart_tbl th {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #3e2368;
	padding: 4px 20px 4px 0px;
}
td.item, th.item {
	text-align: left;
}
td.price, th.price {
	text-align: right;
}
td.noline, th.noline {
	border: none;
}
.line {
	border-bottom: solid 1px #3e2368;
}
.cart_tbl th {
	text-transform: lowercase;
}

.err, .err * {
	color: #c00;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.inp_err {
	border: solid 1px #c00;
	background-color: #fcc;
	color: #3e2368;
}
