/*
 * store.css
 *
 * John Brayton
 * 2012-12-21
 *
 * Copyright Golden Hill Software, 2012.
 */

.nodisplay {
	display: none;
}

#errorMessageElement {
	color: #cccccc;
	margin-bottom: 1.5em;
	font-size: 2.5em;
}

#errorMessageElement p {
	margin-bottom: .2em;
	font-size: 0.6em;
}

#errorMessageElement ul {
	margin: 0px;
	padding: 0px;
}

#errorMessageElement ul li {
	color: #cccccc;
	font-size: 0.6em;
	line-height: 0.6em;
}

form {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#couponDesc {
	text-align: right;
	font-size: .5em;
}

h2 {
	font-size: 2.5em;
	color: #cccccc;
	margin-bottom: 1em;
}

div.productline {
	margin-bottom: 1em;
	font-size: 2.5em;
}

div.productline div {
	position: relative;
	color: #cccccc;
	margin-bottom: 1em;
}

div.productname {
	font-weight: bold;
	font-size: 1.2em;
	width: 51%;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.tagline {
	color: #cccccc;
	margin-right: 49%;
	margin-left: 20%;
	font-size: .6em;
	text-align: right;
}

div.unitprice {
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
}

div.productline div.desc div.icon {
	height: 0px;
	overflow: visible;
}

div.productline div.desc div {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.qty div.label, div.total div.label, div.coupon div.label {
	height: 0px;
	width: 51%;
	text-align: right;
}

div.qty div.label, div.coupon div.label {
	position: relative;
	top: 4px;
}

div.value {
	text-align: right;
}

div.qty input, div.coupon input {
	width: 60px;
	text-align: right;
	font-size: .95em;
}

div.coupon input {
	width: 200px;
}

div.qty, div.label {
	margin-bottom: 1em;
}

div.qty div, div.total div, div.coupon div {
	margin-bottom: 0em;
}

input.submit {
	font-size: 12pt;
}

p.button {
	text-align: right;
	margin-top: 1em;
}

p.submitbutton {
	margin-top: 2em;
}

div.submitbutton {
	text-align: right;
	margin-bottom: 1.5em;
}

div.field {
	margin-bottom: 1.5em;
}

div.field label {
	color: #cccccc;
	font-size: 1.5em;
}

div.field input {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.cardicons {
	height: 28px;
	margin-bottom: 1.5em;
	margin-top: 3em;
}

div.cardicons div {
	background-size: 44px 28px;
	background-repeat: no-repeat;
	width: 44px;
	height: 28px;
	float: left;
	margin-right: 1em;
	
}

#visa {
	background-image: url(/buyrsrcs/cards/visa.png);
}

#master {
	background-image: url(/buyrsrcs/cards/master.png);
}

#discover {
	background-image: url(/buyrsrcs/cards/discover.png);
}

#amex {
	background-image: url(/buyrsrcs/cards/amex.png);
}

#dinersclub {
	background-image: url(/buyrsrcs/cards/dinersclub.png);
}

#jcb {
	background-image: url(/buyrsrcs/cards/jcb.png);
	background-size: 34px 28px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2) {
	#visa {
		background-image: url(/buyrsrcs/cards/visa-2x.png);
	}
	
	#master {
		background-image: url(/buyrsrcs/cards/master-2x.png);
	}
	
	#discover {
		background-image: url(/buyrsrcs/cards/discover-2x.png);
	}
	
	#amex {
		background-image: url(/buyrsrcs/cards/amex-2x.png);
	}
	
	#dinersclub {
		background-image: url(/buyrsrcs/cards/dinersclub-2x.png);
	}
	
	#jcb {
		background-image: url(/buyrsrcs/cards/jcb-2x.png);
	}
}

div.cc input {
	width: 200px;
}

div.ccfields {
	margin-bottom: 1.5em;
}

div.ccfields div {
	height: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

div.cc {
	margin-left: 0px;
}

div.exp div span.slash {
	color: #cccccc;
}

div.exp input {
	width: 40px;
	display: inline;
	text-align: center;
}

div.sec input {
	width: 100px;
}

div.sec {
	margin-left: 246px;
}

div.exp {
	height: auto !important;
	width: 91px;
	margin-left: auto;
	margin-right: 0px;
}

div.exp div {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div.exp div {
	height: auto;
}

label.error {
	font-weight: bold;
}

p.yourregcodes {
	margin-bottom: 0em;
}

pre {
	font-size: 9pt;
	color: #cccccc;
	margin-bottom: 1em;
	margin-top: 0em;
}

hr.tophr {
	width: 42%;
	margin-left: auto;
	margin-right: auto;
}

hr {
	margin-top: 3em;
	margin-bottom: 3em;
}

p.securenote {
	font-size: 1.2em;
}

p.noscript {
	font-weight: bold;
}

@media only screen and (max-width: 650px) {
	div.productline div.desc div.icon {
		display: none;
	}
}

@media only screen and (max-width: 650px) {
	form {
		width: 100%;
		max-width: 350px;
	}
	div.cc {
		height: auto !important;
	}
	div.cardicons div {
		margin-right: .25em;
	}
	div.sec {
		height: auto !important;
		margin-left: 0px;
		margin-top: 2em !important;
	}
	div.exp {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		margin-top: 2em !important;
	}
	div.exp div {
		text-align: left;
	}
	input {
		font-size: 2em;
	}
	input.submit {
		font-size: 1em !important;
	}
	div.qty, div.total, div.coupon {
		font-size: 1em;
	}
	div.qty input, div.coupon input {
		width: 60px;
		font-size: 1em;
		text-align: right;
	}
	div.coupon input {
		width: 40%;
	}
	div.qty div.label, div.coupon div.label {
		position: relative;
		top: 3px;
	}
	div.unitprice {
		top: 5px;
		height: 0px;
	}
	div.cc input {
		width: 100%;
	}
	div.productline {
		font-size: 2em;
	}
	div.qty div.label, div.total div.label, div.coupon div.label {
		width: 46%;
	}
	div.tagline {
		margin-left: auto;
		margin-right: 54%;
	}

	div.productname {
		width: 46%;
	}
}

div.text {
	margin-top: 20px;
}

