.shopPage
{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 740px;
	height: 630px;
	border: solid 0px #000000;
	background:  #D0D4E0;
}

.shopPageTabText
{
	font-family: verdana;
	font-size: 16px;
	color: #90ACD4;	
	margin-top: 4px;
	cursor: pointer;
}

.shopPageTabContainer
{
	position: relative;
	top: 2px;
	left: 230px;
	z-index: 2;
	height: 34px;
	width: 570px;
	border-left: solid 0px #FFFFFF;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border: solid 0px #FFFFFF;
	color: Blue;
	background: #D0D4E0;
}

.shopPageContentContainer
{	
	z-index: 1;	
	border: solid 0px #FFFFFF;
	width: 530px;
	height: 630px;
	position: absolute;
	top: 26px; 
	left: 260px;
}

.shopPageContent
{
	z-index: 1;
	width: 530px;
	height: 630px;
	border: solid 1px #FFFFFF;
	background: #D0D4E0;
	position: absolute;
	top: 10px;
	left: 0px;
}

.shopPageTabButton
{
	float: left;
	margin-left: 12px;
	margin-top: 3px;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
	height: 30px;
	background: #D0D4E0;
}

.shopPageTabClicked
{
	float: left;
	margin-left: 12px;
	margin-top: 2px;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;	
	background: #D0D4E0;
}

.shopPageTextContainer
{
	position: absolute;
	bottom: 7px;
	left: 5px;
	border: solid 1px #FFFFFF;
	z-index: 1;
	width: 248px;
	height: 260px;
	background: #D0D4E0;
}
