#storeMenuBar{
position: relative;
background-image: url('storeMenuBar_BG.png');
background-repeat: repeat-x;
height: 138px;

width: 100%;
margin-top: -12px;
}

#menuBarItems{
position: relative;
width: 900px;
margin-left:auto;
margin-right: auto;
}

#storeMainIcon{
position: absolute;
left: 10px;
top:3px;
}

#moneyBackButton{
position: absolute;
left: 655px;
top:28px;

}

#storeBarText{
position: absolute;
left: 220px;
font-size: 13px;
width: 300px;
top:104px;
font-weight: bold;
font-family: Verdana;
}

#storeBarText h1{
font-size: 13px;


font-family: Verdana;
margin: 0px;

}

#purchaseTitle{
font-size: 13px;

margin-bottom: 20px;
text-align: center;

}

#storeContent{

position: relative;
width: 900px;
margin-left: auto;
margin-right: auto;
height: 660px;
margin-top: 20px;

}

#storeInfo{

position: relative;
background-color: #000000;

width: 228px;
color: #ffffff;
border: solid;
border-width: 1px;
border-color: #ffffff;
text-align: left;
left: 656px;
font-size: 12px;
top:38px;

}

#fastSpringBox{
position: relative;
border: solid;
border-width: 1px;
border-color: #ffffff;
background-color: #000000;
height: 68px;
margin-top: 13px;
}

#viewCartBox{
position: absolute;
left: 763px;
top:0px;



}

#apps{
width: 590px;
height: 400px;
position: absolute;
left: 20px;
top:1px;
}



.appIcon{
position: absolute;
left: 20px;
top:1px;
}


.buyButton{
position: absolute;
left: 482px;
top:1px;	
}

.appText{
position: absolute;
left: 180px;
width: 280px;
top:20px;
font-size: 14px;
font-family: Verdana;
}

h2{


	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
}


.storeBox{
position: relative;
background-image: url('storeItemBG.png');
background-repeat: repeat-x;
width: 589px;
height: 119px;
border: solid;
border-width: 1px;
border-color: #ffffff;
margin-bottom: 14px;

}

.storeBoxText{
margin-left: 10px;
margin-bottom: 15px;
width: 200px;

}

.storeBoxTextPayment{
margin-left: 10px;
margin-top: -3px;
margin-bottom: 7px;
}

h3{
font-size: 11px;
text-transform: uppercase;
text-align: left;
margin-left: 10px;
margin-top: 10px;

}


