*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(http://www.theimagefile.ie/v/ui/4025/s962.jpg?1338930046);
	background-size:100% auto;
	background-attachment:fixed;
	min-height:100%;
	overflow:auto;
	font-size:14pt;
}

#header {
	color:#ffff00;
	font-family:"Times New Roman",Times,serif;
	font-size:2em;
	font-weight:bold;
	border-bottom:1px solid #444444;
	padding-bottom:20px;
}

#centreContent {
	width:90%;
	min-width:760px;
	max-width:1260px;
	margin:auto;
	text-align:left;
	background-color:black;
	background-color:rgba(0,0,0,0.7);
	padding:20px;
	color:white;
	padding-bottom:80px;
	min-height:96%;
	margin: 2% auto;
	border-radius: 20px;
}

#possibleImages h3 {
	display:none;
}

.imageSelection {
	width:100%;
	clear:both;
	border-radius:5px;
	background-color:#242424;
	padding:20px;
	margin-bottom:20px;
	position:relative;
}

.imageSelection div.completed, .imageSelection div.incomplete { 
	position:absolute;
	right:0px;
	margin-right:50px;
	margin-top:-5px;
	padding-top:5px;
	background-repeat:no-repeat;
	background-position:right;
}

.imageSelection div.completionstatus:before {
	content:"";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:-30px;
	top:2px;
	background-image:url(background_images/up.png);
	cursor:pointer;
}

.imageSelection.closed div.completionstatus:before {
	background-image:url(background_images/down.png);	
}

.imageSelection.closed .imageStrip {
	display:none;
}

.imageSelection div.completed {
	background-image:url(background_images/tick.png);
	padding-right:40px;
}

.imageSelection h2 {
	margin-top:0px;
	padding-bottom:8px;
	border-bottom: 2px dotted white;
	font-weight:normal;
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
}

.imageStrip img {
	height:140px;
	width:auto;
	margin:1%;
	background-color:white;
	padding:10px;
	box-shadow:4px 4px 4px rgba(0,0,0,0.5);
	cursor:pointer;
	position:relative;
}

.imageStrip img:hover, .imageStrip img.selected {
	background-color:#ffff00;
}

#cart {
	float:right;
	width:25%;
	background-color:#242424;
	padding:20px;
	border-radius:20px;
	text-align:center;
	margin-top:-112px;
}

#cart h3 {
	color:#ffff00;
	margin-top:0px;
	border-bottom: 1px dotted white;
	padding-bottom:10px;
}

#cart span {
	color:#ffff00;
}

h1 {
	color:#ffff00;
	font-size:1.4em;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid black;
}

#popupPreview {
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	top:0px;
	left:0px;
	background-size:contain;
	display:none;
	background-position:50% 30%;
	background-repeat:no-repeat;
	text-align:center;
	background-size:auto 80%;
}

#imageNavLR {
	position:absolute;
	width:90%;
	margin:5%;
	top:20%;
	bottom:30%;
	opacity:0.01;
	background-repeat:no-repeat;
}

#imageNavLR:hover {
	opacity:0.5;
}

#imageNavLR.left:hover {
	background-image:url(background_images/left.png);
	background-position:left 50%;
	cursor:pointer;
}

#imageNavLR.right:hover {
	background-image:url(background_images/right.png);
	background-position:right 50%;
	cursor:pointer;
}
	
#addToSelection, #continueButton {
	width:20%;
	margin:auto;
	margin-left:40%;
	border:2px solid white;
	background-color:rgba(0,0,0,0.8);
	padding:10px;
	cursor:pointer;
	position:absolute;
	bottom:5%;
	color:white;
	border-radius:10px;
}

#addToSelection:hover, #continueButton:hover {
	background-color:#ffff00;
	color:black;
	border:2px solid black;
}

#continueButton {
	display:block;
	text-align:center;
	bottom:auto;
	top:20px;
	display:none;
}

#continueButton.disabled, #continueButton.disabled:hover {
	background-color:#666666;color:#999999;cursor:default;border: 2px solid white;
}

#closePreview {
	float:right;
	border:2px solid white;
	background-color:rgba(0,0,0,0.8);
	box-shadow:2px 2px 2px rgba(0,0,0,0.8);
	border-radius:10px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 15px 12px;
	margin:20px;
	cursor:pointer;
}

#closePreview:hover {
	background-color:#ffff00;
	color:black;
	border:2px solid black;
}

#closePreview:before {
    content: "\2715";
	line-height:8px;
}

.noneChosen {
	display:none;
}

#orderedImages {
	height:auto;
	overflow:auto;
}

.paymentdetails {
	clear:both;
	text-align:center;
	margin-top:20px;
}

#loginForm {
	text-align:center;
}

#loginForm form {
	width:50%;
	margin:5% 25%;
	text-align:left;
	border-radius:5px;
	background-color:#242424;
	padding:20px;
	margin-bottom:20px;
}

#loginForm form input {
	width:50%;
	margin:auto;
	border:1px solid #aaaaaa;
	background-color:rgba(0,0,0,0.8);
	padding:5px;
	margin-bottom:10px;
	color:white;
	border-radius:4px;
	font-size:14pt;
}

#loginForm form input[type=submit] {
	margin-left:30%;
	background-color:rgba(122,122,122,0.8);
	border:1px solid black;
	cursor:pointer;
}

label {
	float:left;
	display:inline-block;
	width:30%;
	clear:both;
	padding:6px;
}

.formTrigger {
	width:180px;
	height:100px;
	text-align:center;
	border-radius:5px;
	padding:10px;
	padding-top:35px;
	cursor:pointer;
	margin-right:20px;
	float:left;
	background-color:#242424;
}

.formTrigger:hover {
	background-color: rgb(255, 255, 0);
	color:black;
}

.confirmation .imageStrip img.selected {
	cursor:default;
	background-color:white;
	float:left;
	clear:both;
}

.confirmation table {
	width:100%;
}

.confirmation table td {
	text-align:center;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	vertical-align:top;
}

.confirmation table td input, .confirmation table td textarea {
	display:none;
	background-color:black;
	padding:4px;
	color:white;
	border:1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
}

.confirmation table tr.hiRow:hover {
	background-color:black;
}

.confirmation table td select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
}