﻿/*------------------------------------*\
    RESET - updated 3/8/2014 - new image
\*------------------------------------*/
/*
A more considered reset; more of a restart...
*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,b,mark{
	font-weight:bold;
	font-style:inherit;
}
em,i,cite,q,address,dfn,var{
	font-style:italic;
	font-weight:inherit;
}
abbr[title],dfn[title]{
	cursor:help;
	border-bottom:1px dotted;
}
ins{
	border-bottom:1px solid;
}
a,u,ins{
	text-decoration:none;
}
del,s{
	text-decoration:line-through;
}
pre,code,samp,kbd{
	font-family:monospace;
}
small{
	font-size:0.75em;
}
img{
	border:none;
	font-style:italic;
}
input,
select,
textarea{
	font:inherit;
}

p {
	padding: .5em 0 .5em 0; 
}
h1, h2, h3, h4 {
	padding-bottom: .5em;
	padding-left: 0;
	padding-right: 0;
	padding-top: .5em;
}
a:hover,a.hover { 
	text-decoration: underline; 
}




#container {
	/*width: 850px;*/
	/*background-color: white;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: auto;
	/*border-left: thin gray solid;
	border-right: thin gray solid; */
}
#topHeader {
	background-color: white;
	color: black;	
	height: 1.0em;
}	
#topHeader p {
	margin: 0;
	padding: 10px 0;
	color: white;
	text-align: left;
	font-size: 1.0em;
}
#wideheader{
	background-color: gray;
	color: white;
	text-align: left;
	margin: 0;
	padding: 0;
	display: none;
}
#header {
	background-color: white;
	/*text-align: center;*/
	/*margin-left: auto;
	margin-right:auto; */
	padding: 0;
	/*width: 850px;*/
	float: left;
	/*border-bottom: thin gray solid;*/
	/*float: none;*/
}
#widenavbar2 {
	/*background-color: blue;*/
	padding: 0;
	
}
#navbar2 {
	height: 2.0em; 
	background-color: gray;
	color: white;
	margin-left: auto;
	margin-right: auto; 
	padding: 0;
	float: right;
	width: auto;

	/*width: 850px;*/
}



.detailedbanknote {
	padding: 0px 0px 0px 10px;

}

.contentfloatleft {
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0 5px 5px 5px;
}
.specialmessage {
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0 5px 5px 5px;
	font-size: 1em;
}

.logofloatleft {
	float: left;
	/*width: 800px;*/
	padding: 5px 10px 0px 10px;
	margin: 0 5px 5px 0;

}

.logoimage {
	width: 500px;
}


.smallerfont {
	font-size: .9em;
}

.featuredbanknoteright {
	float: right;
	width: 300px;
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 0px;
	border: thin gray solid;
		
}

.banknotes, .banknoteset, .featuredbanknote {
	float: left;
	width: 300px;
	height: 550px;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
	border: thin gray solid;
	overflow: hidden;
	font-size: 1em;
}

.banknotesonsale {
	float: left;
	width: 300px;
	height: 550px;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
	border: thin red solid;
	overflow: hidden;
	font-size: 1em;
}



.banknotebelt {
	float: left;
	width: 632px;
	height: 500px;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
	border: thin gray solid;
	overflow: hidden;
	font-size: 1em;
}



.banknotesdetailed {


	float: left;
	/*width: 95%;*/
	padding: 10px 10px 10px 0px;
	margin: 0 0px 10px 0px;
	/*overflow: hidden;*/
	font-size: 1em;
}

.newarrivalslistbox {
	float: left;
	width: 100;
	padding: 10px 10px 10px 10px;
	margin: 0 0px 10px 10px;
	font-size: 1em;
}

.center {
	text-align: center;
}

.displaycellphoneonly {
	display: none;
}


/*.banknoteset {
	float: left;
	width: 300px;
	height: 500px;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
	border: thin gray solid;
	overflow: hidden;
	font-size: 1em;
} */


.addtocartbutton {
    background-color: white;
    color: black;
    border: 2px solid black;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 1em;
    /*height: 2em;*/
}

.addtocartbutton:hover  {
	background-color: lightgray;
}

.viewcartbutton {
	padding: 15px 32px;
	border: 2px solid black;
	margin-right: .5%; 
	margin-bottom: .5%;
}

.viewcartbutton:hover {
	background-color: lightgray;
}

.viewcartbutton a { 
	cursor: pointer; 
	color: blue; 
}

.viewcartbutton a:hover,a.hover { 
	text-decoration: underline; 
}


.editbuttonred, .editbuttongreen, .editbutton, .editbuttonblue { 
	color: white;
	padding: 5px 20px;
	margin-right: .5%; 
	border-radius: 15px;
	background-color: grey;
}

.editbuttonred:hover, .editbuttongreen:hover, .editbutton:hover, .editbuttonblue:hover {
	background-color: lightgray;

}

.editbuttonred {
	background-color: red;
}

.editbuttongreen {
	background-color: green;
}

.editbuttonblue {
	background-color: blue;
}

#thisWeek {
	float: left;
	background-color: gray;
	color: white;
	padding: 10px 10px 10px 10px;
	font-size: 1.0em;
	width: 200px;
	/* border: thin gray solid; */
}

#thisWeek p {
	/*padding: .5em 0em; */
}
#thisWeek ul {
	list-style-type: none;
	text-decoration: none;
	padding: .5em .5em .5em 0em;
}
#thisWeek a {
	color:white;
	
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: underline;	
}

#thisWeek a:hover {
	text-decoration: underline;	
}


#leftdiv {
	float: left;
	padding: 10px 20px 10px 0px;
	width: 150px;
	/* border: thin gray solid; */
}

#twitterdiv {
	float: right;
	padding: 10px 0px 10px 10px;
	width: 195px;
	font-size: 1em;
}
.level1ul {
	margin-left: 1em;
}

#contentwrap {
	/*width: 850px; */
	margin-left: auto;
	margin-right:auto;
	padding: 0;
/*	background-color: white;*/
	float: left;
	overflow:hidden;
}
#mainContent {
	background-color: white;
	overflow: hidden;
}
#mainContent p {
	font-size: 1.0em;
}
#mainContent li {
	padding: 0 0 .25em 0;

}
#mainContent ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	padding: .5em .5em .5em 1em;
	font-size: 1.0em;
}

#mainContent ol {
	list-style:decimal;
	list-style-position: inside;
	padding: .5em .5em .5em 1em;
	font-size: 1.0em;
}

.level1ul {
	margin-left: .5em;
}
#footer {
/*	margin: 0;*/
	/*margin-bottom: auto;
	margin-left: auto;
	margin-right:auto; */
	padding: .5%;
	background-color: gray;
	color: white;
	/*text-align: center;*/
	font-size: 1em;
	width: 100%;
	text-align: left;
}
#basictable {
	border-collapse: collapse;
	border-spacing: 6px;
	border: 1px grey solid;
	font-size: 1em;
	text-align: left;


}
#basictable td {
	padding: 1px 10px;
}
#basictable tr:first-child td {
	font-weight: bold;
	border-bottom: 1px grey solid;
}
#basictable tr:hover {
	background-color: silver;
}
#basictable tr td {
	border-bottom: thin grey solid;
}



.sidebaritem {
	padding: .15em 0 ;
	border-bottom: thin white solid;
}

.pbordertop {
	border-top: thin solid black;
}

.videoleft {
	float: left;
	width: 300px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
}
.clearfloatright {
	clear: right;
	height:0;
	font-size: 1px;
}
.clearfloatleft {
	clear: left;
	height:0;
	font-size: 1px;
}


.photo {
	width: 300px;
	font-size: .8em;
	font-style: italic ;
	/* line-height: 1em; */
	text-align:center;
}
.phototitle {
	height: 100px;
	width: 850px;
}
.photoright {
	width: 300px;
	font-size: .5em;
	/* line-height: 1em;*/
	text-align:center;
	float: right;
	margin-left: .8em;
}
.photorightlandscape {
	width: 200px;
	font-size: .5em;
	/* line-height: 1em;*/
	text-align:center;
	float: right;
	margin-left: .8em;
}



.photoleft {
	width: 300px;
	height: auto;
	/*font-size: .5em;*/
	/* line-height: 1em;*/
	/*text-align:left;*/
	float: left;
	/* margin-right: .8em; */
	margin-bottom: .5em;
}

.photobankbelt {

	width: 100%;
	height: auto;
	/*font-size: .5em;*/
	/* line-height: 1em;*/
	/*text-align:left;*/
	float: left;
	/* margin-right: .8em; */
	margin-bottom: .5em;

}

.photoleftset {
	width: 150px;
	height: auto;
	font-size: .5em;
	/* line-height: 1em;*/
	text-align:center;
	float: left;
	/* margin-right: .8em; */
	margin-bottom: .5em;	
}

.photoleftfeatured {
	width: 300px;
	height: auto;
	font-size: .5em;
	/* line-height: 1em;*/
	text-align:center;
	float: left;
	margin-right: 10px; 
	margin-bottom: .5em;

}

.photoleftlarge {
	/*width: 50%;*/
	height: auto;
	font-size: 1em;
	/* line-height: 1em;*/
	text-align:center;
	float: left;
	margin-right: 10px;
	/*margin-bottom: .5em;*/
}

.photoleftlargest {
	width: 95%;
	height: auto;
	float: left;
	margin-right: 5%;
}

.photoleftlargeset {
	width: 225px;
	height: auto;
	font-size: .5em;
	/* line-height: 1em;*/
	text-align:center;
	float: left;
	margin-right: 10px;
	margin-bottom: .5em;
}

.photoicon {
	width: 30px;
	height: auto;
	font-size: .5em;
	/* line-height: 1em;*/
	text-align:center;
	float: left;
	margin-right: .8em;
}


.photoleftlandscape {
	width: 150px;
	font-size: .5em;
	/* line-height: 1em;*/
	text-align:center;
	float: left;
	margin-right: .8em;
}

.photoleftsmall {
	width: 240px;
	font-size: .5em;
	/* line-height: 1em; */
	text-align:center;
	float: left;
	margin-right: .8em;
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center;
	}
.floatRight {
	float: right;
	margin-left: .8em;
}
.floatLeft {
	float: left;
	margin-right: .8em;
}





body {
	font-family: Tahoma, Geneva, "Bitsteam Vera Sans", "DejaVu Sans", san-serif;
	color: black;
	margin: 0;
	padding: 0;	
	text-align:center;
	background-color: gray;
}
h1, h2 {
	font-family: Tahoma, Geneva, "Bitsteam Vera Sans", "DejaVu Sans", san-serif;
	padding-top: 0;
	font-size: large;
}
h3, h4 {
	font-family: Tahoma, Geneva, "Bitsteam Vera Sans", "DejaVu Sans", san-serif;
	font-size: large;
	padding-bottom: 0;
}
h5, h6 {
	font-family: Tahoma, Geneva, "Bitsteam Vera Sans", "DejaVu Sans", san-serif;
	font-size: medium;	
}

h5 a:hover {
	text-decoration:underline;
}

input[type=text]{
	/*width: 500px;*/
	}
label {
	display: block;
	float: left;
	margin: 2px 4px 6px 4px;
	
}
select {
	float: left;
}

.smalllabel {
	width: 150px;
	text-align: right;
}

.largelabel {
	width: 400px;
	text-align: left;
}

.radioform label {
	height: 2.00em;
	margin: 2px 4px 6px 4px; 
	display: inline;
	float: none;
	width: 100px;
}

.radioformrow {
	/* height: 2.00em; */
	padding : .6%;
}

.banknoteform label, .banknoteform input, .banknoteform textarea, .banknoteform span {
	float: left;
}

.banknoteform label {
	width: 100px; 
	height: 2.00em;
	margin: 2px 4px 6px 4px; 
}

.banknoteform input[type="text"] {
	display: block;
	/* margin-bottom: 15px; */
	width: 500px;
	height: 2.00em;
	border: 2px solid steelblue;
}

.banknoteform input[type="password"] {
	display: block;
	/* margin-bottom: 15px; */
	width: 250px;
	height: 2.00em;
	border: 2px solid steelblue;
}

.banknoteform textarea {
	display: block;
	border: 2px solid steelblue;
	width: 500px;
}


.banknoteformcolumn {
	float: left;
	width: 100%;
}



.inquiryform label, .inquiryform input, .inquiryform textarea, .inquiryform span {
	float: left;
}

.inquiryform label {

	height: 2.00em;
	margin: 2px 4px 6px 4px; 
}

.inquiryform input[type="text"] {
	display: block;
	/* margin-bottom: 15px; */
	height: 2.00em;
	border: 2px solid steelblue;
	width: 100%;
}

.inquiryform input[type="radio"] {

	/* margin-bottom: 15px; */
	/*border: 2px solid steelblue;*/
}

.inquiryform textarea {
	display: block;
	/* margin-bottom: 15px; */
	height: 6em;
	border: 2px solid steelblue;
	width: 100%;
	
}

.messagebox {
	background-color: lightgray;
	padding: 10px;

}

.red {
	color: red;
}

.strikethrough {
	text-decoration: line-through;
}

.green {
	color: green;
}

.yellow {
	color: yellow;
}

.blue {
	color: blue;
}

.white {
	color: white;
}

.backgroundgray {
	background: lightgray;
}

.backgroundred {
	background: red;
}

.backgroundgreen {
	background: green;
}

.backgroundyellow {
	background: yellow;
}

.backgroundwhite {
	background: white;
}

.backgroundblue {
	background: blue;
}


.btn-small {
	float: left;
	margin: 2% 0;
	border: 0;
	padding: 10px 25px;
	color: #faf3bc;
	font-size: .75em;
	background-color: #b0240f;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-transform: uppercase;
}

.mobileonly {
		display: none;
	}

form span {
		/*border-radius: 20px; */
		margin:0;
		padding:0;
		/* padding: 8px 35px; */
		/* background: #faf3bc; */
		color: white;
}

form input[type=text] {
	width: 200px;
}

form input[type=text].smallinputbox {
	width: 100px;
}

form input.valid, textarea.valid {
	border-color: green;
}	

form input.error, textarea.error {
	border-color: red;
}

form span.valid {
		background-color :#c0ce51;
		color: #faf3bc; 
		
	}
form span.error {
		background-color:#b0240f;
		color: #faf3bc;
		border-color: red;
	}

form p {
	float: none;
	height: 3em; 
}

.hidden {
	display: none;
}

.nopadding {
	padding: 0;
	margin: 0;
}

.padded {
	padding: .5% 1.5%;
	margin: 1% 1% 1% 0;

}

.bordered {
	border: thin gray solid;
}

.rounded {
	border-radius: 15px;
}


/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	color:white;
	float:left;
	width:100%;
	font-size: 1.0em;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	color: white;
}
#nav a{
	display:block;
	padding:5px;
	/* color:#fff;
	background:#333; */
	color: white;
	text-decoration:none;
	font-weight: normal;
}
#nav a:hover{
	/* color:#fff;
	background:#6b0c36; */
	/*text-decoration:underline; */
	color: white;
}

/*--- DROPDOWN ---*/
#nav ul{
	/*background:#fff; *//* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	/*background:blue;
	color: white;*/
	/*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	/*color: white;*/
}
#nav ul a{
	color: #000;
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li a {  /* added to correct a appearance */
	display: block; 
	padding: 4px 8px; 
	text-decoration: none; 
	color: white; 
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/* background:#6b0c36; */
	/* background: #111654; */
	color: white;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	/* background:#333; */
	/*background: #111654; */
	color: black;
	text-decoration:underline;
}


/* Payment Gateway CSS - Zero Gravity */
.spinner.loading {
	padding: 40px;
	position: relative;
	text-align: center;
}

.spinner.loading:before {
	content: "";
	/*height: 60px; */ /* WARNING: You can change the height/width, but certain dimensions make the spinner wobble. Example: 50x50 wobbles! */
	width: 60px; /* WARNING: You can change the height/width, but certain dimensions make the spinner wobble. Example: 50x50 wobbles! */
	margin: -15px auto auto -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-width: 8px;
	border-style: solid;
	border-color: #2180c0 #ccc #ccc;
	border-radius: 100%;
	animation: rotation .7s infinite linear;
	margin-left: -25px;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	} to {
		transform: rotate(359deg);
	}
}

.SpinnerCustom{
	display: none;
	position: absolute;
	left: calc(50% - 73px);
    z-index: 9999;
    background: #fff;
    padding: 10px 22px 24px 0px;
    border: 5px solid #808080;
    border-radius: 15px;
}

.SpinnerCustomText{
	margin-left: 30px; 
	margin-right: 10px; 
	margin-top: 12px; 
	font-family: Verdana; 
	display:inline-block;
}

.demo-container {
	width: 100%;
	max-width: 350px;
	margin: 50px auto;
}



.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #bbb;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #383838;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
}
.about a {
  color: #eee;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #555;
  background: rgba(255, 255, 255, 0.15);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}


.checkout {
  width: 270px;
  margin: 50px auto;
  padding: 15px;
  background: #f3f6fa;
  border: 1px solid;
  border-color: #c2cadb #bbc5d6 #b7c0cd;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.checkout > p {
  zoom: 1;
}
.checkout > p:before, .checkout > p:after {
  content: '';
  display: table;
}
.checkout > p:after {
  clear: both;
}
.checkout > p + p {
  margin-top: 15px;
}

.checkout-header {
  position: relative;
  margin: -15px -15px 15px;
}

.checkout-title {
  padding: 0 15px;
  line-height: 38px;
  font-size: 13px;
  font-weight: bold;
  color: #7f889e;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  background: #eceff5;
  border-bottom: 1px solid #c5ccdb;
  border-radius: 7px 7px 0 0;
  background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
  -webkit-box-shadow: inset 0 1px white;
  box-shadow: inset 0 1px white;
}
.checkout-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.checkout-price {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 40px;
  font: 14px/40px Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-indent: -1px;
  letter-spacing: -1px;
  background: #e54930;
  border: 1px solid;
  border-color: #b33323 #ab3123 #982b1f;
  border-radius: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
  background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
  background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
  background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkout-price:before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 2px solid #f5f8fb;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.checkout-input {
  float: left;
  padding: 0 7px;
  height: 32px;
  color: #525864;
  background: white;
  border: 1px solid;
  border-color: #b3c0e2 #bcc5e2 #c0ccea;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #f6f8fa, white);
  background-image: -moz-linear-gradient(top, #f6f8fa, white);
  background-image: -o-linear-gradient(top, #f6f8fa, white);
  background-image: linear-gradient(to bottom, #f6f8fa, white);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}
.checkout-input:focus {
  border-color: #46aefe;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
}
.lt-ie9 .checkout-input {
  line-height: 30px;
}

.checkout-name {
  width: 185px;
}

.checkout-card {
  width: 185px;
}

.checkout-exp {
  margin-left: 15px;
  width: 67px;
}

.checkout-cvc {
  margin-left: 15px;
  width: 67px;
}

.checkout-btn {
  cursor: pointer;
  width: 100%;
  height: 34px;
  padding: 0;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid;
  border-color: #1486f9 #0f7de9 #0d6acf;
  background: #1993fb;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
  background-image: -moz-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
  background-image: -o-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
  background-image: linear-gradient(to bottom, #4cb1fe, #229afc 40%, #138df6);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkout-btn:active {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #075bba #0c69d2 #0f7de9;
  background-image: -webkit-linear-gradient(top, #1281dc, #1593fc);
  background-image: -moz-linear-gradient(top, #1281dc, #1593fc);
  background-image: -o-linear-gradient(top, #1281dc, #1593fc);
  background-image: linear-gradient(to bottom, #1281dc, #1593fc);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
  color: #acb6c8 !important;
}

::-moz-placeholder {
  color: #acb6c8 !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #acb6c8;
}

:-ms-input-placeholder {
  color: #acb6c8;
}

::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important;
}

.textright {

	text-align: right;
}
	

.width60 {
	width: 60%;
	margin-right: 4%;
}

.width30 {
	width: 30%;

}

.width10 {
	width: 10%;
}

.width15 {
	width: 15%;
}

.width20 {
	width: 20%;
}

.width25 {
	width: 25%;

}

.width20 {
	width:20%;
}

.width50 {
	width: 50%;
}

.width90 {
	width: 90%;
}

.width100 {
	width: 100%;
}


/* print media query */
@media print {

	#thisWeek {
		display: none;
	}
	#topHeader {
		display: none;
	}
}

/* media queries for cell phone */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	#thisWeek {
		font-size: 300%; /* was 2.0em */
		width: 30%; /* was 35% */
	}

	#footer {
		font-size: 130%;
	}

	.logofloatleft h2 {
		/*font-size: 300%; -- zeroed out 9/11/2018 */
	}
	.logofloatleft form {
		padding: .5em 0;
		/*font-size: 200%; -- zeroed out 9/11/2018 */

	}

	.logoimage {
		width: 95%;
	}

	/*.contentfloatleft {
		width: 95%;
	}*/
	.contentfloatleft h2 {
		font-size: 100%;
	}

	.sidebaritem {
		padding: .5em 0 ;
	}
	#mainContent {
		width: 67.9%;
		font-size: 200%; /* just added ... 9/11/2018 */
	}
	/*.featuredbanknote {
		font-size: 150%;
		width: 95%;

	}*/
	.banknotes, .featuredbanknote, .banknotesonsale {
		font-size: 150%;
		width: 95%;
		height: auto;
	}
	.banknoteset {
		font-size: 150%;
		width: 95%;
		height: auto;
	}

	.photoleft {
		width: 95%;
	}
	.photoleftfeatured {
		width: 95%;
	}
	.photoleftlarge {
		width: 95%;
	}
	
	.width30, .width25 , .width50, .width10, .width15, .width60, .width20, .width90 {
		width: 95%;
	}

	.width20 {
		margin-bottom: 2%;
	}
	
	.floatRight {
		float: left;
	}

	.hideoncellphone {
		display: none;
	}

	.displaycellphoneonly {

		display: inline;

	}

	.textright {
		text-align: left;
	}
}

