

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */



/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }



/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}









/* ---- Global Stuff ---- */

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #444;
  border: 2px solid #FFF;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #444;
}
::-webkit-scrollbar-thumb:active {
  background: #444;
}
::-webkit-scrollbar-track {
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #FFF}
::-webkit-scrollbar-track:active {
  background: #FFF}
::-webkit-scrollbar-corner {
  background: transparent;
}

html, body { 
	scrollbar-3dlight-color: #FFF; 
	scrollbar-arrow-color: #444; 
	scrollbar-base-color: #FFF; 
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-face-color: #444; 
	scrollbar-highlight-color: #444; 
	scrollbar-shadow-color: #444; 
	scrollbar-track-color: #FFF; 
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


* {
	font-family: Arial, sans-serif;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

html, body {
	background-color: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

.Clear ,
.clear {
	clear: both;
}

#start-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #FFF;
}

/* ---- Error ---- */

#body-error {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
}
#body-error-inner {
	padding: 25px;
	position: relative;
	background: #fff;
}
#body-fail-icon {
	margin: 0 auto 0 auto;
	width: 115px;
	height: 115px;
	background-repeat: no-repeat;
	background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-error-sprite.png&effect=overlay&color=444444');
	background-position: 0 115px;
}
#body-fail-icon.browser {
	background-position: -0px 0;
}
#body-fail-icon.orientation {
	background-position: -115px 0;
}
#body-fail-title {
	text-align: center;
	max-width: 500px;
	margin: 25px auto 25px auto;
	color: #444;
}
#body-fail-description {
	text-align: center;
	max-width: 500px;
	margin: 0 auto 0 auto;
	color: #444;
}




/* ---- Container ---- */

#title {
	display: none;
}

#container {
	position: relative;
	z-index: 2;
}

#tooltip {
	display: none;
	position: absolute;
	padding: 10px;
	z-index: 9999;
	top: 0;
	left: 0;
	pointer-events: none;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	color: #444;
	font-size: 14px;
	border: 1px solid #CCC;
	background: #FFF;
}



/* ---- Markdown Text ---- */

p {
	margin-bottom: 15px;
}
.Description pre {
	white-space: normal;
	margin: 0 20px 15px 20px;
}
.Description pre code {
	font-style: italic;
}
.Description ul {
	list-style-type: disc;
	margin-bottom: 15px;
	padding-left: 20px;
}
.Description li {
	margin-left: 0px;
}
.Title,
h2{
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	color: #444;
}
.Description {
	font-size: 12px;
	color: #444;
}
.Description a {
	font-size: 12px;
	color: #444;
	text-decoration: underline;
}
.Description a:hover {
	color: #444;
}
.Description pre {
}
.Description h2 {
	font-size: 16px;
	color: #444;
}
.Description strong {
	font-weight: bold;
}



/* ---- UI Objects ---- */

.uiField {
	-webkit-appearance:none;
	border-radius: 0;
	background: #FFF;
	border: 1px solid #CCC;
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #444;
	width: 100%;
	box-sizing: border-box;
}
.uiField:focus {
	outline: none;
}
.uiField:valid {
}
.uiField:hover {
}
.uiField:invalid {
	background: #FFF;
	border: 1px solid #993300;
}
.uiField.Highlight {
	border: 1px solid #993300;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999 !important;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #999 !important;
}

.uiPushButton {
	-moz-outline-style: none;
	outline: none;
	text-decoration: none;
	-webkit-appearance:none;
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #444;
	background: #FFF;
	border: 1px solid #CCC;
	margin-right: 7px;
	opacity: .75;
	cursor: pointer;
}
.uiPushButton:hover {
	opacity: 1;
}
.uiPushButton:focus,
.uiPushButton:visited,
.uiPushButton:active {
	-moz-outline-style: none;
	outline: none;
	color: #444;
	opacity: .75;
}
.uiPushButton:disabled,
.uiPushButton.Disabled {
	color: #444;
	opacity: .25;
	cursor: default;
}




/* ---- Form Dialog ---- */

#form-dialog-container {
	display: none;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#form-dialog-screen {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		background-color: #FFF;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#form-dialog-background {
		display: none;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
		#form-dialog-background img {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
		}
	#form-dialog {
		color: #444;
		position: absolute;
		z-index: 3;
		max-width: 480px;
		width: 100%;
		border: 1px #CCC solid;
		background-color: #FFF;
		box-sizing: border-box;
	}
		#form-dialog-inner {
			margin: 20px;
		}
		#form-dialog-description {
			font-size: 14px;
			margin-bottom: 20px;
			color: #444;
		}
			#form-dialog-container h2 {
				font-size: 30px;
			}
		#form-dialog-content {
			position: relative;
		}
		#form-dialog-footer {
			font-size: 12px;
			margin-top: 20px;
			color: #444;
		}
			#form-dialog-footer a {
				color: #444;
			}
			#form-dialog-footer a:hover {
				color: #993300;
			}
			#form-dialog-content form,
			#form-dialog-response {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
			}
				#form-dialog-error {
					color: #444;
					font-size: 18px;
					padding: 0 0 11px 0;
				}
			#form-dialog-screen2 {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			
#form-dialog-container.Inline {
	margin: 30px auto;
	position: relative;
	width: auto;
	height: auto;
}
	#form-dialog-container.Inline #form-dialog-screen {
		display: none;
	}
	#form-dialog-container.Inline #form-dialog {
		margin: 0 auto;
		position: relative;
	}
	
	#form-dialog-container.BgImage #form-dialog-screen {
		background-color: #000;
	}
	#form-dialog-container.BgImage #form-dialog {
		border: none;
		background-color: transparent;
		color: #fff;
		text-align: center;
	}
			#form-dialog-container.BgImage #form-dialog-screen2 {
				background-color: transparent;
			}
		#form-dialog-container.BgImage h2 {
			color: #fff;
		}
		#form-dialog-container.BgImage #form-dialog-description ,
		#form-dialog-container.BgImage #form-dialog-footer {
			color: #fff;
		}
		#form-dialog-container.BgImage .uiField {
			background: transparent;
			color: #fff;
		}
		#form-dialog-container.BgImage .uiPushButton {
			background: transparent;
			color: #fff;
		}
	
@media screen and (max-width: 500px){
	#form-dialog {
		width: 90%;
	}
		#form-dialog-container h2 {
			font-size: 22px !important;
		}
}




/* ---- Dialog ---- */

#dialog-container {
	display: none;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#dialog-screen {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #FFF;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#dialog {
		color: #444;
		position: absolute;
		z-index: 2;
		width: 480px;
		border: 1px #CCC solid;
		background-color: #FFF;
		box-sizing: border-box;
	}
		#dialog-inner {
			margin: 20px;
		}
		#dialog-description {
			clear: both;
			font-size: 14px;
			margin-bottom: 20px;
			color: #444;
		}
		#dialog-noremind {
			margin-left: 5px;
		}
		#dialog-noremind-wrap {
			display: inline-block;
			margin-top: 15px;
		}
@media screen and (max-width: 500px){
	#dialog {
		width: 90%;
	}
		#dialog h2 {
			font-size: 22px !important; 
		}
}




/* ---- Control Bar ---- */

#controlbar {
	height: 65px;
	width: 100%;
	background: #FFF;
	border-bottom: 1px #CCC solid;
	position: fixed;
	z-index: 4;
}
	#controlbar-left {
		position: relative;
		float: left;
	}
	#controlbar-left span {
		padding: 0 20px 0 20px;
		height: 65px;
		line-height: 65px;
		font-weight: bold;
		font-size: 14px;
	}
	#controlbar-inner {
		display: none;
		position: absolute;
		float: left;
	}
	#controlbar-right {
		position: relative;
		float: right;
	}
	#controlbar.Compact #controlbar-left {
		display: none;
	}
	#controlbar.Compact #controlbar-inner {
		left: 0px !important;
	}
	#controlbar a {
		outline: none;
	}
	#controlbar .Icon {
		background-repeat: no-repeat;
		background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444');
		background-size: 500px 40px;
	}
	#controlbar .Graphic {
		float: left;
	}
	#icon-mail {
		cursor: pointer;
		float: left;
		width: 40px;
		height: 65px;
		opacity: .75;
		background-position: -240px 50%;
	}
	.no-touch #icon-mail:hover {
		opacity: 1;
	}
	#icon-music {
		cursor: pointer;
		float: left;
		width: 40px;
		height: 65px;
		background-position: -200px 50%;
		opacity: .75;
	}
	#icon-music.Paused {
		background-position: -160px 50%;
	}
	.no-touch #icon-music:hover {
		opacity: 1;
	}
	#jp-player,
	#jp-container {
		display: none;
	}
	#controlbar-view {
		float: left;
	}
	.SuperNavSelect {
		-webkit-appearance: none;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		-moz-appearance: none;
		appearance: none;
		text-align: center;
		float: left;
		height: 65px;
		line-height: 65px;
		border: none;
		background: #FFF;
		color: #444;
		font-size: 14px;
		display: block;
		outline: none;
		padding: 0 20px 0 20px;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}
		.SuperNavSelect option {
			padding: 0 20px 0 20px;
		}
	.SuperNav {
		float: left;
		position: relative;
		height: 65px;
		line-height: 65px;
		background: #FFF;
		margin: 0;
	}
	.SuperNavLine {
		float: left;
		position: relative;
		height: 65px;
		line-height: 65px;
		border-left: 1px #CCC solid;
	}
	.SuperNav span {
		display: inline-block;
		color: #444;
		font-size: 14px;
		height: 65px;
	}
	.SuperNav .label {
		font-weight: bold;
	}
	.SuperNav .icon {
		display: inline-block;
		width: 40px;
		height: 65px;
		background-repeat: no-repeat;
		background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444');
		background-size: 500px 40px;
	}
	.SuperNav .count {
	}
	#controlbar-set .icon {
		background-position: -400px 50% !important;
	}
	#controlbar-favorites .icon {
		background-position: 0px 50% !important;
	}
	#controlbar-cart .icon {
		background-position: -360px 50% !important;
	}
	.SuperNav div {
		position: relative;
		z-index: 1;
		height: 100%;
		padding: 0 15px 0 5px;
		background: #FFF;
		cursor: pointer;
		white-space: nowrap;
		text-align: center;
		background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-supernav-arrow-up.png&effect=overlay&color=444');
		background-repeat: no-repeat;
		background-position: center 51px;
	}
	.SuperNav ul {
		list-style-type: none;
		background-color: #FFF;
		position: absolute;
		bottom: -1px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		z-index: 0;
		border: 1px #CCC solid;
		box-sizing: border-box;
	}
	.SuperNav li {
		text-align: center;
		height: 30px;
		line-height: 30px;
		margin: 0px 10px;
		padding: 3px 0;
		cursor: default;
		white-space:nowrap;
		color: #444;
		font-size: 12px;
	}
	.no-touch .SuperNav li:hover,
	.SuperNav li.Active {
		color: #993300;
		cursor: pointer;
	}
	.SuperNav li.Disabled {
		color: #444 !important;
		cursor: default;
	}
	.SuperNav li.BreakLine {
		border-bottom: 1px #CCC solid;
		height: 0;
	}
	#controlbar .Disabled div {
		opacity: .5;
		cursor: default;
	}
@media screen and (max-width: 480px){
	#controlbar {
		position: relative !important;
	}
	.SuperNav  ,
	.SuperNavSelect {
		margin: 0;
		width: 40px !important;
		color: rgba(0, 0, 0, 0);
		background-repeat: no-repeat;
		background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444');
		background-size: 500px 40px;
	}
	.SuperNavSelect[disabled="disabled"] {
		opacity: .5;
	}
	#controlbar-set {
		background-position: -400px 50% !important;
	}
	#controlbar-favorites {
		background-position: 0px 50% !important;
	}
	#controlbar-cart {
		background-position: -360px 50% !important;
	}
}




/* --- Image Wall --- */

#image-wall-wrapper  {
	display: none;
	position: relative;
	padding-top: 65px;
	z-index: 2;
	margin-bottom: -65px;
}

#image-wall-wrapper .ControlBar {
	display: none;
	position: relative;
	height: 45px;
	z-index: 2;
}
	#imagewall-controlbar-more {
		background-color: #444 !important;
		color: #FFF !important;
		opacity: 1;
		cursor: pointer;
	}
	.no-touch #imagewall-controlbar-more:hover {
		opacity: .8;
	}
	#imagewall-controlbar-top {
		cursor: pointer;
	}
#image-wall {
	position: relative;
	z-index: 1;
}
#image-wall .Graphic {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	background: #FFF;
	border: 5px #FFF solid;
}
	#image-wall .Graphic .Wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
		#image-wall .Graphic .Wrapper img {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
		}
		#image-wall .Graphic .Highlight {
			display: none;
		}
		#image-wall .Active .Highlight {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			border: 5px #993300 solid;
		}
		#image-wall .Graphic .FavoriteButton {
			display: none;
			position: absolute;
			left: 0px;
			bottom: 0px;
			width: 32px;
			height: 32px;
			opacity: .5;
			background: #FFF url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -3px 50%;
			background-size: 500px 40px;
			margin: 9px;
			border: 1px #CCC solid;
		}
		.no-touch #image-wall .Graphic .FavoriteButton:hover {
			background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=993300');
			background-size: 500px 40px;
			opacity: 1;
		}
		#image-wall .Graphic .Favorited {
			background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=993300');
			background-size: 500px 40px;
			opacity: 1 !important;
		}
		.no-touch #image-wall .Graphic .Favorited:hover {
			background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') !important;
			background-size: 500px 40px;
			opacity: 1 !important;
		}
@media screen and (max-width: 600px){
	#image-wall-wrapper {
		padding-top: 0px;
		margin-bottom: 0px;
	}
}



/* ---- Overlay ---- */

#overlay-container {
	display: none;
	position: fixed;
	z-index: 3;
	top: 65px;
	left: 0;
	width: 100%;
	height: 100%;
}
	#overlay-screen {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
	}
	#overlay-skirt {
		position: absolute;
		z-index: 6;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;

	}
	.OverlayView {
		display: none;
		position: absolute;
	}
	#overlay-sidebar ,
	#overlay-browser {
		display: block !important;
	}
@media screen and (max-width: 800px){
	#overlay-container {
		top: 0px;
		z-index: 5;
	}
}

	
	
/* ---- Control Buttons ---- */

.ControlBar {
	text-align: center;
}
.ControlBar .TALeft { /* Text Action Left */
	position: relative;
	z-index: 2;
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #444;
	cursor: pointer;
	padding: 0 20px;
}
	.ControlBar .TALeft.Enabled {
		opacity: .75;
		cursor: pointer;
	}
	.no-touch .ControlBar .TALeft.Enabled:hover {
		opacity: 1;
	}
	.ControlBar .TALeft.Disabled {
		opacity: .25;
		cursor: default;
	}
	.no-touch .ControlBar .TALeft.Disabled:hover {
		opacity: .25;
	}
.ControlBar .IBLeft { /* Icon Button Left */
	overflow: hidden;
	position: relative;
	z-index: 2;
	cursor: pointer;
	float: left;
	width: 40px;
	height: 100%;
	opacity: .75;
}
	.no-touch .ControlBar .IBLeft:hover {
		opacity: 1;
	}
.ControlBar .Center { /* Center */
	position: relative;
	display: inline-block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	line-height: 44px;
	white-space: nowrap;
	color: #444;
	cursor: default;
	padding: 0 20px;
}
.ControlBar .TACenter { /* Text Action Center */
	position: relative;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #444;
	cursor: pointer;
	padding: 0 20px;
}
	.ControlBar .TACenter.Enabled {
		opacity: .75;
		cursor: pointer;
	}
	.no-touch .ControlBar .TACenter.Enabled:hover {
		opacity: 1;
	}
	.ControlBar .TACenter.Disabled {
		opacity: .25;
		cursor: default;
	}
	.no-touch .ControlBar .TACenter.Disabled:hover {
		opacity: .25;
	}
.ControlBar .TARight { /* Text Action Right */
	position: relative;
	z-index: 2;
	float: right;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #444;
	cursor: pointer;
	padding: 0 20px;
}
	.ControlBar .TARight.Enabled {
		opacity: .75;
		cursor: pointer;
	}
	.no-touch .ControlBar .TARight.Enabled:hover {
		opacity: 1;
	}
	.ControlBar .TARight.Disabled {
		opacity: .25;
		cursor: default;
	}
	.no-touch .ControlBar .TARight.Disabled:hover {
		opacity: .25;
	}
.ControlBar .IBRight {  /* Icon Button Right */
	overflow: hidden;
	position: relative;
	z-index: 2;
	cursor: pointer;
	float: right;
	width: 40px;
	height: 100%;
	opacity: .75;
}
	.no-touch .ControlBar .IBRight:hover {
		opacity: 1;
	}

	#overview-controlbar-prev {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -280px 50%;
		background-size: 500px 40px;
	}
	#overview-controlbar-next {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -120px 50%;
		background-size: 500px 40px;
	}
	#browse-controlbar-prev {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -280px 50%;
		background-size: 500px 40px;
	}
	#browse-controlbar-fs {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -80px 50%;
		background-size: 500px 40px;
	}
	#browse-controlbar-fs.Active {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=993300') no-repeat -40px 50%;
		background-size: 500px 40px;
	}
	#browse-controlbar-fs.Disabled {
		cursor: progress;
	}
	#browse-controlbar-fs.Off {
		cursor: default !important;
		opacity: .25 !important;
	}
	#browse-controlbar-fav {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat 0px 50%;
		background-size: 500px 40px;
	}
	#browse-controlbar-next {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -120px 50%;
		background-size: 500px 40px;
	}
	#browse-controlbar-fav.Active {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=993300') no-repeat 0px 50%;
		background-size: 500px 40px;
	}
	#browse-controlbar-fav.Disabled {
		cursor: progress;
	}
	#browse-controlbar-return-icon ,
	#browse-controlbar-close {
		background: url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -440px 50%;
		background-size: 500px 40px;
	}

	
	
/* ---- Browser ---- */					
	
#overlay-browser {
	position: absolute;
	z-index: 1;
}
	#overlay-browser .ControlBar {
		position: absolute;
		z-index: 2;
		height: 44px;
		width: 100%;
		background: #FFF;
	}
	#overlay-browser .Inner {
	}
		#browse-controlbar-done,
		#browse-controlbar-options {
			display: none;
		}
	#overlay-browser .Inner {
		position: absolute;
		z-index: 1;
		width: 100%;
	}
	#overlay-browser .Display {
		z-index: 1;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #FFF;
	}
		#overlay-browser .Display img {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	#browser-paddles {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
	}
	#browser-hitarea-prev,
	#browser-hitarea-next {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
	}
	#browser-hitarea-next {
		left: 50%;
	}
	#browser-cropview {
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
	}
		#browser-cropview-t,
		#browser-cropview-l,
		#browser-cropview-b,
		#browser-cropview-r {
			position: absolute;
			top: 0;
			left: 0;
			background: #FFF;
			opacity: .8;
		}
		#browser-cropview-o {
			position: absolute;
			top: 0;
			left: 0;
			border: 1px #CCC solid;
			cursor: move;
		}
	#browser-zoom {
		background: #FFF;
		position: absolute;
		z-index: 4;
		top: 0;
		left: 0;
		display: none;
		overflow: hidden;
	}
		#browser-zoom img {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			cursor: move;
		}
@media screen and (max-width: 800px){
	#overlay-browser .ControlBar {
		bottom: 0;
	}
	#overlay-browser.Editor .ControlBar div {
		display: none;
	}
	#overlay-browser.Editor #browse-controlbar-done {
		display: inline-block;
	}
	#browse-controlbar-done {
		line-height: 40px;
		height: 38px;
		background-color: #FFF !important;
		border: 1px #CCC solid;
	}
	#browse-controlbar-options {
		display: inline-block;
		line-height: 40px;
		height: 38px;
		background-color: #FFF !important;
		border: 1px #CCC solid;
	}
	#overlay-browser #browse-controlbar-title {
		display: none;
	}
	#overlay-browser .ControlBar .IBLeft {
		margin-left: 5px;
		width: 38px;
		height: 38px;
		background-color: #FFF !important;
		border: 1px #CCC solid;
	}
	#overlay-browser .ControlBar .IBRight {
		margin-right: 5px;
		width: 38px;
		height: 38px;
		background-color: #FFF !important;
		border: 1px #CCC solid;
	}
	#browse-controlbar-close {
		position: fixed;
		top: 5px;
		right: 0px;
	}
}
@media screen and (max-width: 480px){
	#overlay-browser #browse-controlbar-prev ,
	#overlay-browser #browse-controlbar-next ,
	#overlay-browser #browse-controlbar-title {
		display: none;
	}
}



/*  --- Sidebar --- */

#overlay-sidebar {
	position: absolute;
	z-index: 2;
	background-color: #FFF;
}
	#overlay-sidebar .Inner {
		position: relative;
		z-index: 1;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border-right: 1px #CCC solid;
		box-sizing: border-box;
	}
	#overlay-sidebar .ControlBar {
		position: absolute;
		z-index: 2;
		height: 50px;
		width: 100%;
		background: #FFF;
		background-color: #FFF;
		border-right: 1px #CCC solid;
		box-sizing: border-box;
	}
		#overlay-sidebar .ControlBar div {
			margin-top: 5px;
			height: 38px;
			line-height: 40px;
			background-color: #FFF;
			border: 1px #CCC solid;
		}
		#browse-controlbar-return-icon {
			margin-right: 5px;
			width: 38px;
		}
		#browse-controlbar-add {
			background-color: #444 !important;
			color: #FFF !important;
			opacity: 1;
		}
		.no-touch #browse-controlbar-add:hover {
			opacity: .8;
		}
		.no-touch #browse-controlbar-add.Disabled:hover ,
		#browse-controlbar-add.Disabled {
			background-color: #FFF;
			border: 1px #CCC solid;
			color: #444;
			opacity: .25;
		}
		#browse-controlbar-return-icon ,
		#browse-controlbar-return {
			display: none;
		}
	#sidebar-screen {
		position: absolute;
		z-index: 20;
		top: 0;
		left: 0;
		background-color: #FFF;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#sidebar-input {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
		width: 100%;
	}
	#sidebar-input-screen {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #FFF;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#sidebar-input-content {
		position: relative;
		z-index: 2;
	}
		#sidebar-input .UIText {
			position: absolute;
			width: 100%;
		}
		#sidebar-input .UIText .Wrapper {
			margin: 15px;
			padding: 15px;
			border: 1px solid #CCC;
			background: #FFF;
		}
		#sidebar-input .UIText textarea {
			box-sizing: border-box;
			width: 100%;
			resize: none;
			font-size: 14px;
			height: 80px;
			margin-bottom: 10px;
			border: 1px solid #CCC;
			background: #FFF;
			color: #444;
		}
		#sidebar-input .UIText button {
			font-size: 14px;
			-moz-outline-style: none;
			outline: none;
			text-decoration: none;
			-webkit-appearance:none;
			color: #444;
			background: #FFF;
			border: 1px solid #CCC;
			padding: 5px;
		}
		#overlay-sidebar label.Disabled {
			opacity: .5;
		}
		#overlay-sidebar .Inner div {
			position: relative;
			padding: 10px;
			background: #FFF;
		}
		#overlay-sidebar .Inner div > div {
			display: none;
			padding: 0 0 0 0;
			border: none;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			opacity: .5;
		}
		#overlay-sidebar .Input {
			position: relative;
		}
			#overlay-sidebar .Input h3 {
				font-size: 14px;
				margin: 0;
				padding: 0;
				margin-bottom: 5px;
			}
			#overlay-sidebar .Input span {
				color: #444;
				display: block;
				margin: 0 0 0 0;
				padding: 5px;
				color: #444;
				font-size: 14px;
				margin-bottom: 10px;
				border: 1px solid #CCC;
				background: #FFF;
			}
			#overlay-sidebar .Selection span {
				display: none !important;
			}
			#overlay-sidebar .Input select {
				-webkit-appearance: none;
				-webkit-box-shadow: none;
				-webkit-border-radius: 0;
				-moz-appearance: none;
				background: #FFF;
				background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-supernav-arrow-up.png&effect=overlay&color=444');
				background-repeat: no-repeat;
				background-position: 98% center;
				border: 1px solid #CCC;
				color: #444;
				font-size: 14px;
				margin: 0 0 0 0;
				padding: 5px;
				outline: none;
				width: 100%;
				box-sizing: border-box;
			}
			#overlay-sidebar .Input form {
				display: block;
				padding: 10px;
				background: #FFF;
				border-top: 1px solid #CCC;
				margin-bottom: 10px;
			}
			#sidebar-comments form {
				padding: 0px !important;
				background: transparent !important;
				border: none !important;
			}
				#overlay-sidebar .Input label {
					display: inline-block;
					padding: 3px;
					color: #444;
					font-size: 14px;
				}
				#overlay-sidebar .Text textarea {
					box-sizing: border-box;
					width: 100%;
					color: #444;
					font-size: 14px;
					padding: 3px;
					border: 1px solid #CCC;
					background: #FFF;
					height: 80px;
					resize: none;
				}
			#overlay-sidebar .Button button {
				box-sizing: border-box;
				width: 100%;
				background-color: #444 !important;
				color: #FFF !important;
				opacity: 1;
			}
			.no-touch #overlay-sidebar .Button button:hover {
				opacity: .8;
			}
			#overlay-sidebar .Numeric span {
				margin: 0 0 0 0;
				padding: 5px;
				color: #444;
				font-size: 14px;
				margin-right: 75px;
				margin-bottom: 10px;
				border: 1px solid #CCC;
				background: #FFF;
			}
			#overlay-sidebar .Numeric button {
				float: right;
				width: 30px;
				height: 30px;
				line-height: 30px;
				font-size: 16px;
				-moz-outline-style: none;
				outline: none;
				text-decoration: none;
				-webkit-appearance:none;
				color: #444;
				background: #FFF;
				border: 1px solid #CCC;
				margin-left: 5px;
				opacity: .75;
			}
@media screen and (max-width: 800px){
	#browse-controlbar-return ,
	#browse-controlbar-add {
		display: inline-block;
	}
	#overlay-sidebar .Inner {
		border-right: none;
	}
	#overlay-sidebar .ControlBar {
		border-right: none;
	}
}
@media screen and (max-width: 320px){
	#browse-controlbar-return {
		display: none;
	}
	#browse-controlbar-return-icon {
		display: block;
	}
}

#overlay-container.NoSidebar #browse-controlbar-options ,
#overlay-container.NoSidebar #browse-controlbar-done ,
#overlay-container.NoSidebar #overlay-sidebar .ControlBar {
	display: none;
}



/* ---- Pages ---- */

.PageViews {
	position: relative;
	padding-top: 65px;
}
	.PageView {
		display: none;
	}
@media screen and (max-width: 600px){
	.PageViews {
		padding-top: 0px;
	}
}



/* ---- Cart Overview ---- */

	#overview-screen {
		display: none;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
		background-color: #FFF;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#overlay-cartview .Column1 {
		position: relative;
		margin: 0;
		padding: 0;
		float: left;
		width: 60%;
		overflow: hidden;
	}
		#overlay-overview {
			padding: 20px;
			box-sizing: border-box;
			border-left: 1px #CCC solid;
			background: #FFF;
		}
	#overlay-cartview .Column2 {
		display: none;
		position: relative;
		margin: 0;
		padding: 0;
		float: right;
		width: 40%;
		overflow: hidden;
	}
		#overlay-cartview-controlbar {
			display: none;
			text-align: right;
			margin: 0 20px;
			margin-bottom: 20px;
		}
		#overview-controlbar-checkout {
			background-color: #444 !important;
			color: #FFF !important;
			cursor: pointer;
			opacity: 1;
		}
		.no-touch #overview-controlbar-checkout:hover {
			opacity: .8;
		}
		
	#overlay-cart {
		padding: 20px;
	}
	#overlay-cartview table {
		width: 100%;
		margin-bottom: 20px;
		table-layout: fixed;
	}
	#overlay-cartview .Wide {
		max-width: 800px;
		margin: 0 auto;
	}
	#overlay-cartview .Column1 {
		max-width: none !important;
	}
	#overlay-cartview .EmptyNotice {
		font-size: 18px;
		text-align: center;
		color: #993300;
		padding: 20px;
		font-style: italic;
	}
		#overlay-cartview table button {
			display: inline-block;
			width: 30px;
			height: 30px;
			border: none;
			text-indent: -5000px;
			overflow: hidden;
			padding: 5px;
			background: transparent url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -440px 50%;
			background-size: 500px 40px;
		}
		#overlay-cartview table .col2 {
			width: 20%;
		}
		#overlay-cartview table .col3 {
			text-align: center;
			width: 40px;
		}
		#overlay-cartview table .col4 {
			text-align: right;
			width: 20%;
		}
		#overlay-cartview table .col5 {
			text-align: center;
			width: 40px !important;
		}
		#overlay-cartview tr {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			cursor: pointer;
		}
		.no-touch #overlay-cartview .LineItem:hover {
			color: #993300 !important;
		}
		#overlay-cartview td {
			height: 30px;
			line-height: 30px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			font-size: 12px;
		}
		#overlay-cartview .GroupHeading td {
			font-size: 16px;
			font-weight: bold;
			border-bottom: 1px #CCC solid;
			height: 40px;
			line-height: 40px;
			cursor: default;
		}
		#overlay-cartview .LineItem.Active {
			color: #993300 !important;
		}
@media screen and (max-width: 1000px){
	#overlay-cartview .Column1 table .col2 ,
	#overlay-cartview .Column1 table .col3 {
		display: none;
	}
}
@media screen and (max-width: 600px){
	#overlay-cartview table .col5 ,
	#overlay-cartview table .col4 {
		width: auto;
	}
	#overlay-cartview-controlbar {
		text-align: center;
	}
	#overlay-cartview table .col2 {
		display: none;
	}
	#overlay-cartview table .col3 {
		display: none;
	}
}

			#overview-options .Input {
				z-index: 2;
				cursor: default;
				position: relative;
				margin-bottom: 20px;
			}
			#overview-options .Display {
				height: 200px;
				margin-bottom: 20px;
			}
			#overview-options .Display img {
				display: block;
				max-width: 100%;
				max-height: 100%;
				height: auto;
			}
			#overview-options h2 {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
			#overview-options .Input h3 {
				margin: 0;
				padding: 0;
			}
			#overview-options .Input span {
				color: #444;
				font-size: 12px;
				display: block;
				margin: 3px 0 0 5px;
				padding: 0;
			}
			#overview-quantity span {
				display: block;
				margin: 0 0 0 0 !important;
				margin-top: 5px !important;
				padding: 5px !important;
				color: #444;
				font-size: 14px !important;
				margin-right: 75px !important;
				margin-bottom: 10px !important;
				border: 1px solid #CCC;
				background: #FFF;
			}
			#overview-quantity button {
				float: right;
				width: 30px;
				height: 30px;
				line-height: 30px;
				font-size: 16px;
				-moz-outline-style: none;
				outline: none;
				text-decoration: none;
				-webkit-appearance:none;
				color: #444;
				background: #FFF;
				border: 1px solid #CCC;
				margin-left: 5px;
				margin-top: 5px !important;
				opacity: .75;
			}
			#overview-controlbar-update {
				width: auto;
				display: inline-block;
				background-color: #444 !important;
				color: #FFF !important;
				opacity: 1;
				cursor: pointer;
			}
			#overlay-packages-controlbar {
				margin-bottom: 20px;
			}
			#overview-controlbar-cancel {
				cursor: pointer;
			}
			.no-touch #overview-controlbar-update:hover {
				opacity: .8;
			}
			.no-touch #overview-controlbar-update.Disabled:hover ,
			#overview-controlbar-update.Disabled {
				background-color: #FFF;
				border: 1px #CCC solid;
				color: #444;
				opacity: .25;
				cursor: default;
			}

@media screen and (max-width: 600px){
		#overlay-overview  {
			border-left: none;
			background: #FFF;
			top: 0;
			left: 0;
			position: fixed;
			z-index: 9999;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			width: 100%;
		}
		#overlay-cartview .Column1 ,
		#overlay-cartview .Column2 {
			float: none;
			width: 100%;
		}
}



/* ---- Checkout ---- */

#overlay-checkout .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 60%;
}
#overlay-checkout .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 40%;
}
	#checkout-screen {
		display: none;
		position: absolute;
		z-index: 20;
		top: 0;
		left: 0;
		background-color: #FFF;
		opacity: .5;
		width: 100%;
		height: 100%;
	}
	#checkout-blocks {
		padding: 20px;
		background: #FFF;
		border-right: 1px #CCC solid;
	}
		#checkout-blocks .Input{
			margin-bottom: 10px;
		}
		#checkout-blocks .Input h3 {
			display: none;
		}
		#checkout-blocks h2 {
			display: block;
			color: #444;
			margin: 0 0 5px 0;
			padding: 0 0 0 0;
			cursor: default;
			font-size: 14px;
			font-weight: bold;
		}
		#checkout-blocks .Wrapper {
			padding: 10px;
			background: #FFF;
			border-top: 1px solid #CCC;
			margin-bottom: 15px !important;
		}
		#checkout-blocks .uiField {
			font-size: 14px;
		}
		#checkout-blocks .Wrapper input {
			display: inline-block;
			color: #444;
			font-size: 14px;
			clear: both;
			padding: 3px;
		}
		#checkout-blocks .Wrapper label {
			display: inline-block;
			color: #444;
			font-size: 14px;
			padding: 3px;
		}
		#checkout-blocks select {
			-moz-appearance: none;
			width: 100%;
			box-sizing: border-box;
			font-size: 14px;
			padding: 7px;
			background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-supernav-arrow-up.png&effect=overlay&color=444');
			background-repeat: no-repeat;
			background-position: 98% center;
		}
		#checkout-blocks label.Disabled {
			opacity: .5;
		}
		textarea.INTL {
			resize: none;
			height: 150px;
		}
		#checkout-comments textarea {
			height: 80px;
			font-size: 14px;
			resize: none;
			box-sizing: border-box;
			width: 100%;
		}
		#checkout-discount input {
			width: auto;
			display: inline-block;
		}
		#checkout-discount button {
			width: auto;
			display: inline-block;
			background-color: #444 !important;
			color: #FFF !important;
			opacity: 1;
			cursor: pointer;
		}
		.no-touch #checkout-discount button:hover {
			opacity: .8;
		}
	#checkout-summary .Inner {
		padding: 20px;
	}
		#summary-table {
			background: #FFF;
			width: 100%;
			max-width: 700px;
			margin: 0 0 10px 0;
		}
			#summary-table tr td:first-child {
			}
			#summary-table .Label {
				color: #444;
				font-weight: bold;
			}
			#summary-table .Value {
				color: #444;
				text-align: right;
			}
			#summary-table td {
				padding: 0px 10px 0px 10px;
				font-size: 12px;
				color: #444;
				padding: 5px 10px 5px 20px;
				font-weight: normal;
			}
			#cart-total td {
				padding: 5px 10px 5px 10px;
				font-size: 18px;
				color: #444;
				padding: 10px;
				font-weight: bold;
			}
			#cart-final-total td {
				padding: 5px 10px 5px 10px;
				font-size: 18px;
				color: #444;
				padding: 10px;
				font-weight: bold;
			}
			#checkout-controlbar-process {
				background-color: #444 !important;
				color: #FFF !important;
				opacity: 1;
				cursor: pointer;
			}
			.no-touch #checkout-controlbar-process:hover {
				opacity: .8;
			}
			.no-touch #checkout-controlbar-process.Disabled:hover ,
			#checkout-controlbar-process.Disabled {
				background-color: #FFF;
				border: 1px #CCC solid;
				color: #444;
				opacity: .25;
				cursor: default;
			}
	#clickwrap {
		background: #FFF;
		padding: 5px 5px;
		margin: 0 0 10px 0;
	}
		#clickwrap label {
			color: #444;
			font-size: 14px;
		}
		#clickwrap a {
			color: #444;
			font-size: 14px;
			cursor: pointer;
			font-weight: bold;
			text-decoration: underline;
		}
		.no-touch #clickwrap a:hover {
			color: #993300;
		}
@media screen and (max-width: 1000px){
		#overlay-checkout .Column1 ,
		#overlay-checkout .Column2 {
			width: 50%;
		}
}
@media screen and (max-width: 600px){
		#checkout-blocks {
			border-right: none;
			padding-bottom: 0px;
			background: #FFF;
		}
		#checkout-summary .Inner {
			padding: 20px;
		}
		#overlay-checkout .Column1 ,
		#overlay-checkout .Column2 {
			float: none;
			width: 100%;
		}
}



/* ---- Checkout ---- */

	#clickwrap-context h2 {
		margin-top: 0;
		padding-top: 0;
	}
	#clickwrap-context .Inner {
		padding: 25px;
	}
	#clickwrap-context .Description {
		-webkit-columns: 2 400px;
		-moz-columns: 2 400px;
		columns: 2 400px;
	}
	#clickwrap-controlbar-back {
		background-color: #444 !important;
		color: #FFF !important;
		opacity: 1;
		cursor: pointer;
		margin: 25px;
		margin-top: 0px;
	}
	.no-touch #clickwrap-controlbar-back:hover {
		opacity: .8;
	}




/* ---- Packages ---- */

	#overlay-packages  .Column1 {
		position: relative;
		margin: 0;
		padding: 0;
		float: right;
		width: 40%;
		display: none;
	}
		#overlay-packages  .Column1 .Inner {
			padding: 20px;
			box-sizing: border-box;
			border-left: 1px #CCC solid;
			background: #FFF;
		}
	#overlay-packages  .Column2 {
		position: relative;
		margin: 0;
		padding: 0;
		float: left;
		width: 60%;
	}
		#overlay-packages  .Wide .Inner ,
		#overlay-packages  .Column2 .Inner {
			padding: 20px;
			box-sizing: border-box;
		}
	
	#overlay-packages .EmptyNotice {
		font-size: 18px;
		text-align: center;
		color: #993300;
		padding: 20px;
		font-style: italic;
	}
	
	#overlay-packages table {
		width: 100%;
		margin-bottom: 20px;
		table-layout: fixed;
	}
	#overlay-packages .Wide {
		max-width: 800px;
		margin: 0 auto;
	}
	#overlay-packages .Column1 {
		max-width: none !important;
	}
		#overlay-packages table button {
			display: inline-block;
			width: 30px;
			height: 30px;
			border: none;
			text-indent: -5000px;
			overflow: hidden;
			padding: 5px;
			background: transparent url('vend-proofing-gateway.php?action=image_colorize&image=vend-icon-sprite.png&effect=overlay&color=444') no-repeat -120px 50%;
			background-size: 500px 40px;
		}
		#overlay-packages table .col2 {
			width: 60px;
			text-align: center;
		}
		#overlay-packages table .col3 {
			width: 40%;
			text-align: center;
		}
		#overlay-packages table .col4 {
			text-align: center;
			width: 40px !important;
		}
		#overlay-packages tr {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			cursor: pointer;
		}
		.no-touch #overlay-packages .LineItem:hover {
			color: #993300 !important;
		}
		#overlay-packages td {
			height: 30px;
			line-height: 30px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			font-size: 12px;
		}
		#overlay-packages .GroupHeading td {
			font-size: 16px;
			font-weight: bold;
			border-bottom: 1px #CCC solid;
			height: 40px;
			line-height: 40px;
			cursor: default;
		}
		#overlay-packages .LineItem.Active {
			color: #993300 !important;
		}
		#overlay-package-controlbar {
			text-align: right;
			margin-bottom: 20px;
		}
		#overlay-package-cancel {
			cursor: pointer;
		}
@media screen and (max-width: 1000px){
	#overlay-packages .Column2 table .col2 {
		display: none;
	}
}
@media screen and (max-width: 600px){
	#overlay-packages table .col3 {
		width: auto;
	}
	#overlay-packages table .col2 {
		display: none;
	}
}
	

	#overlay-package .Display {
		height: 200px;
		margin-bottom: 20px;
	}
	#overlay-package .Display img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	#package-context h2 {
		margin-top: 0;
	}
	#packages-controlbar-add {
		background-color: #444 !important;
		color: #FFF !important;
		opacity: 1;
		cursor: pointer;
	}
	.no-touch #packages-controlbar-add:hover {
		opacity: .8;
	}
	#packages-controlbar-back {
		cursor: pointer;
	}

@media screen and (max-width: 600px){
		#overlay-packages  .Column1 .Inner {
			border-left: none;
			background: #FFF;
			top: 0;
			left: 0;
			position: fixed;
			z-index: 9999;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			width: 100%;
		}
		#overlay-cartview .Column1 ,
		#overlay-cartview .Column2 {
			float: none;
			width: 100%;
		}
}
	
	

/* ---- Splash Wall View ---- */

.WelcomeBox {
	margin: 0 auto;
	max-width: 1020px;
	text-align: center;
	padding-bottom: 15px;
}
	.WelcomeBox img {
		margin: 0 auto;
		display: block;
		max-width: 100%;
		height: inherit;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.WelcomeBox .Inner {
		margin: 0 30px;
	}
		.WelcomeBox .Description {
			margin: 0 auto;
			max-width: 650px;
		}
.Wall {
	margin: 0 auto;
	max-width: 1020px;
}
	.WallItem {
		width: 340px;
		float: left;
	}
		.WallItem .Inner {
			margin: 30px 15px;
		}
		.WallItem .GraphicWrapper {
			float: left;
			width: 310px;
			height: 174px;
			margin-bottom: 30px;
			cursor: pointer;
			background: #FFF;
		}
			.WallItem .Graphic {
				background: transparent;
			}
				.WallItem .Graphic img {
					width: 100%;
					height: inherit;
					display: block;
					background: transparent;
				}
			.WallItem .InfoBlock {
				text-align: center;
			}
			.WallItem .InfoBlock h2 {
				display: inline-block;
				color: #444;
				font-weight: bold;
				font-size: 16px;
				margin: 0 0 10px 0;
				line-height: 20px;
				height: 20px;
				overflow: hidden;
			}
			.WallItem .InfoBlock div {
				color: #444;
				padding-left: 5px;
				font-size: 12px;
				margin: 0 0 3px 0;
			}
			.WallItem .InfoBlock .Expired {
				color: #993300;
			}
			.WallItem .InfoBlock .uiPushButton {
				margin-top: 7px;
				cursor: pointer;
			}
@media screen and (max-width: 1019px){
	.Wall {
		max-width: 680px;
	}
}
@media screen and (max-width: 679px){
	.Wall {
		width: 100%;
	}
	.WallItem {
		width: 100%;
	}
		.WallItem .GraphicWrapper {
			width: 100%;
			height: inherit;
		}
}



/* ---- ContactPage Default Setup ---- */

.Contact .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 60%;
}
	.Contact .Column1 .Inner {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
.Contact .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 40%;
}
	.Contact .Column2 .Inner {
		padding: 20px;
		box-sizing: border-box;
		background: #FFF;
		border-right: 1px #CCC solid;
	}

.Contact .Context {
	max-width: 800px;
}
	.Contact .Context h1 {
		margin-top: 0;
	}
	.Contact .Context img {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		max-width: auto;
		height: inherit;
	}
.Contact #contact-form {
	position: relative;
	margin: 0;
}
.Contact .Hidden {
	display: none;
}
.Contact label {
	font-weight: bold;
	margin: 0 0 0 3px;
	font-size: 14px;
	color: #444;
}
.Contact label span {
	color: #993300;
}
.Contact form div {
	margin: 5px 0px 15px 0;
}
.Contact form .uiField {
	font-size: 14px;
}
.Contact .Radio,
.Contact .Checkbox,
.Contact .Dropdown {
	background: #FFF;
	border-top: 1px #CCC solid;
	position: relative;
	font-size: 12px;
	margin: 5px 0px 15px 0;
	padding: 5px;
}
.Contact .Dropdown {
	border: none;
	padding: 0;
}
.Contact .Dropdown select {
	-moz-appearance: none;
	-webkit-appearance:none;
	border-radius: 0;
	color: #444;
	border: 1px #CCC solid;
	width: 100%;
	background: transparent;
	outline: none;
	padding: 5px;
	font-size: 16px;
	margin: 0;
	background-image: url('vend-proofing-gateway.php?action=image_colorize&image=vend-supernav-arrow-up.png&effect=overlay&color=444');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.Contact .Radio input,
.Contact .Checkbox input {
	color: #444;
	border: auto;
	width: auto;
	margin: 5px;
	background: auto;
}
.Contact .Area textarea {
	height: 80px;
}
.Contact .ButtonGroup input {
	width: auto;
	display: inline-block !important;
	background-color: #444 !important;
	color: #FFF !important;
	opacity: 1;
	cursor: pointer;
}
.Contact .ButtonGroup input:hover {
	opacity: .8;
}
.Contact .Focused {
	border-color: #CCC;
}
.Contact .Default {
	border-color: #CCC;
}
.Contact .Invalid {
	border-color: #993300;
}
.Contact select:focus,
.Contact input:focus {
	outline: none !important;
}
.Contact .Area textarea:required ,
.Contact .Input input:required {
	color: #444;
	background: #FFF;
}
.Contact .Area textarea:invalid,
.Contact .Dropdown select:invalid,
.Contact .Input input:invalid {
	color: #993300;
}


@media screen and (max-width: 1000px){
		.Contact.Column1 ,
		.Contact.Column2 {
			width: 50%;
		}
}
@media screen and (max-width: 600px){
		.Contact .Column2 .Inner  {
			border-right: none;
			background: #FFF;
		}
		.Contact .Column1 ,
		.Contact .Column2 {
			float: none;
			width: 100%;
		}
}


