#abox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
	background: #ffffff;
	overflow: visible;
	}
div.storePopupInner {
	background-color: white;
	width: 100%;
	height: 450px;
	z-index: 1;
	}
/*#abox img {
	display: none;
	}*/

#aboxBlackout {
	display: none;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	}

#abox #ab_loading {
	position: absolute;
	top: 50%;
	left: 25%;
	margin-top: -7px;
	margin-left: -104px;
	height: 13px;
	width: 208px;
	}

#abox img.st_logo {
	position: absolute;
	top: 80px;
	right: 165px;
	background-color: white;
	display: none;
	}
#abox img.st_largeimage {
	width: 430px;
	height: 430px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: white;
	z-index: 2;
	display: none;
	}
#abox img.st_smallimage {
	width: 50px;
	height: 50px;
	position: absolute;
	border: 5px solid #ffffff;
	bottom: 15px;
	z-index: 3;
	}
#abox div.st_description {
	width: 310px;
	height: 205px;
	text-transform: none;
	}

#abox img.st_visit {
	position: absolute;
	top: 375px;
	left: 450px;
	}
#abox div.st_links {
	position: absolute;
	bottom: 75px;
	right: 10px;
	width: 310px;
	text-align: left;
	}
#abox div.st_links a {
	font-size: 13px;
	color: #4d3a18;
	text-decoration: underline !important;
	}
#abox div.st_links a:hover {
	text-decoration: underline !important;
	color: #967f49;
	}
#abox .st_close {
	position: absolute;
	top: 10px;
	right: 10px;
	}

#abox a img {
	border: none;
	}