ul#storeNav {
	position: relative;
	width: 588px;
	height: 32px;
	margin: 0em 0em 2em 0em;
	padding: 0em;
	list-style-type: none;	
}
ul#storeNav li {
	position: absolute;
	top: 0px;
	width: 98px;
	height: 32px;
}
ul#storeNav li img, ul#storeNav li input {
	width: 98px;
	height: 32px;
	margin: 0em;
	padding: 0em;
}

li#storeM01 {
	left: 0px;
}
li#storeM02 {
	left: 98px;
}
li#storeM03 {
	left: 196px;
}
li#storeM04 {
	left: 294px;
}
li#storeM05 {
	left: 392px;
}
li#storeM06 {
	left: 490px;
}

#storeHelp {
	margin: 0em 0em 2em 0em;
}

form#viewCart {
	width: 98px;
	height: 32px;
	margin: 0em;
	padding: 0em;
}

form.store {
	margin: 0em;
	padding: 0em;
}
form.store select {
	margin: 10px 0px 10px 0px;
	padding: 0em;
	display: block;
}
input.addToCart {
	width: 87px;
	height: 23px;
	margin: 10px 0px 0px 0px;
	display: block;
}

.storeItemBorder {
	position: relative;
	width: 588px;
	height: 15px;
}
img.StoreItemL1, img.StoreItemL3 {
	position: absolute;
	width: 140px;
	height: 15px;
	top: 0px;
	left: 0px;
	margin: 0px;
	display: block;
}
img.StoreItemC1, img.StoreItemC3 {
	position: absolute;
	width: 223px;
	height: 15px;
	top: 0px;
	left: 140px;
	margin: 0px;
	display: block;
}
img.StoreItemR1, img.StoreItemR3 {
	position: absolute;
	width: 225px;
	height: 15px;
	top: 0px;
	left: 363px;
	margin: 0px;
	display: block;
}

.storeItem {
	position: relative;
	width: 588px;
	margin: 0em 0em 1em 0em;
}

/* HEIGHT SETTINGS */
.storeItemContent, .storeLeft, .storeCenter, .storeRight {
	_height: 120px;
	min-height: 120px;
}
.storeCenterInner {
	height: 120px;
	overflow: hidden;
}

.storeItemContent {
	position: relative;
	width: 588px;
	background-image: url("img/misc/storeItemBG.jpg");
	background-repeat: repeat-y;
}
img.storeImg {
	width: 140px;
	height: 112px;
	margin: 0em;
	display: block;
}
.storeLeft {
	position: absolute;
	width: 140px;
	top: 0px;
	left: 0px;
	background-image: url("img/misc/storeItemL2.jpg");
	background-repeat: no-repeat;
}
.storeCenter {
	position: absolute;
	width: 223px;
	top: 0px;
	left: 140px;
	background-image: url("img/misc/storeItemC2.jpg");
	background-repeat: no-repeat;
}
.storeRight {
	position: relative;
	width: 225px;
	top: 0px;
	left: 363px;
	background-image: url("img/misc/storeItemR2.jpg");
	background-repeat: no-repeat;
}
.storeCenterInner, .storeRightInner {
	margin: 0px 15px 0px 15px;
}

table.storeTab {
	border: 0px solid #9d3a27;
	margin: 0px 0px 0px 0px;
}
table.storeTab th {
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #DDD7D6;
	border-bottom: 1px solid #DDD7D6;
	border-left: 1px solid #f1f1f1;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
table.storeTab td {
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #DDD7D6;
	border-bottom: 1px solid #DDD7D6;
	border-left: 1px solid #f1f1f1;
	text-align: center;
}
