/*Additional Images*/
body {
	margin: 0;
	padding: 0;
	background: #E1E0DC;
}


#imageViewer {
	margin: 0 auto;
	position: relative;
}

h1#popuplogo {
	width: 175px;
	height: 70px;
	background: url(/sites/josharpcomau/assets/images/logo-horizontal.gif);
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	position: relative;
	margin-top: -70px;
	float: right;
}

#imageViewer .shop {
	background-color: #E1E0DC;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
	padding: 15px;
	height: 40px;
}

#imageViewer .shop h2 {
	margin: 0 20px 0 0;
	float: left;
}

#imageViewer .shop .pricing {
	float: left;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dotted #b2b2b2;
	height: 35px;
	margin: 0;
}

#imageViewer .shop .pricing .qty {
	float: left;
	margin: 0;
	width: auto;
}

#imageViewer .shop .pricing .single {
	float: left;
	margin: 0;
	width: auto;
	padding-left: 15px;
}

#imageViewer .shop .cart-buttons {
	margin: 7px 0 0 0;
	float: left;
}

#addToCartInfo {
	float: left;
	position: relative;
}

#divAddToCartUpdate {
	position: absolute;
	background-color: #fff;
	width: 350px;
	height: 50px;
	top: 0px;
	left: 20px;
	display: none;
	font-size: 12px;
	color: #6A6F6D;
}
