﻿body
{
    margin-top: 0px;
    font-family: Arial;
    font-size: 12px;
    text-align:center;
    color:White
}

.scrollingContent
{
    width: 935px;
    height: 464px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: auto;
    background-color: #009AB2;
    scrollbar-face-color: #595959;
    scrollbar-3dlight-color: #595959;
    scrollbar-darkshadow-color: #595959;
    scrollbar-shadow-color: white;
    scrollbar-arrow-color: white;
    scrollbar-track-color: white;
    text-align: justify;
}
.Upper
{
    text-transform:capitalize;
}

.storeLocation
{
    width: 136px;
    font-size: 9px;
}
.storeStreet
{
    width: 170px;
    font-size: 9px;
}
.storeSuburb
{
    width: 64px;
    font-size: 9px;
}
.storeState
{
    width: 36px;
    font-size: 9px;
}

.conditionHeading
{
    color: #F29400;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Arial Rounded MT Bold';
    text-align:justify
}

.questionAbout
{
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial Rounded MT Bold';
    text-align: left;
    color: #147EB1;
}

.answerAbout
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
}

.aboutBold
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
    font-weight: bold;
}

.entryHeading
{
    font-family: Arial;
    color: #FED325;
    font-size: 12px;
    text-align:justify;
}

.errorInputMessage
{
    font-family: 'Arial Rounded MT Bold';
    font-size: 1.2em;
    color: #990033;
}

.validationTextboxHighlight
{
    border: 2px solid #EE7F23;
    background-color: #FFCC99;
}
.validationLabelHighlight
{
    color: #EE7F23;
    font-weight: bold;
}

.privacyHeading
{
    font-family: Arial;
    color: #99CC00;
    font-weight: bold;
}

.response
{
    font-family: 'Arial Rounded MT Bold';
    color: #ffffff;
    font-size: large;
}

.entryTitle
{
    font-family: Rockwell;
    color: #FFFFFF;
    font-weight: bold;
    font-size: x-large;
}

.entryBelow
{
    font-family: Arial;
    color: #FED325;
    font-size: 10px;
    text-align:justify;
}
a
{
    color:White
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
