@charset "utf-8";
/* CSS Document */


#store{
	z-index: 771;
	left: 220px;
	width: 680px;
	position: absolute;
	top: 10px;
	margin: 0px;
	padding: 70px 0px 20px 20px;	
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;    
    display:block;
    background-color: #fff;
}
#store_tackL, #store_tackR{
	z-index: 97;
	width: 24px;
	position: absolute;
	top: 10px;
	height: 27px;
    background-color: #fff;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(images/tack.jpg)
}
#store_tackR{
 	right:10px;
	z-index: 98;
}
#store_tackL{
 	left:10px;
	z-index: 99;
}
#store_title{
	z-index: 81;
	top:40px;
	width: 331px;
	height:25px;
	position: absolute;
}
#store_cart{
	z-index: 82;
	top:40px;
	width: 87px;
	height:23px;
	position: absolute;
	right:20px;
}

#store_cart_btm{
	z-index: 83;
	width: 87px;
	height:23px;
	position: absolute;
	right:20px;
	bottom:5px;
}
#store_info{
	z-index: 85;
	height:23px;
	position: absolute;
	left:20px;
}
#shirt{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#336699;
	width:120px;
	height:130px;
}

#shirtinfo{
	position:absolute;
	top:5px;
	left:130px;
	width:250px;
}

#order{
	position:absolute;
	bottom:10px;
	right:20px;
}



p.price, p.item {
	padding: 0px 0px 0px 0px;
}
p.prod {
	padding: 10px 0px 0px 0px;
}

p.item {
	font-size:13px;
	font-weight:bold;
}
p.price {
	font-size:12px;
	font-weight:bold;
	color:#6666FF
}

.shirt1, .shirt2, .shirt3, .shirt4, .shirt5 {
	width: 500px;
	position: relative;
	left: 0px;
	height:130px;
	border: 1px solid #999;
	padding: 0px 10px 0px 10px;
	margin-bottom:10px; 
}
.shirt1 {
	z-index: 91;
}
.shirt2 {
	z-index: 92;
}
.shirt3 {
	z-index: 93;
}









