/* CSS Document */

@import "reset.css";

body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: .75em;
	line-height: 1.5;
	background: rgb(255,255,255);
	color: rgb(35,31,32);
}

h1 {
	font-size: 2em;
	border-bottom: 1px solid rgb(92,92,92);
	color: rgb(92,92,92);
	font-weight: bold;
	margin-right: -1em;
	margin-bottom: .5em;
	width:90%;
}

h2 {
	font-size: 1.5em;
	color: rgb(92,92,92);
	line-height: 1.5;
	border-bottom: 1px solid rgb(92,92,92);
	font-weight: bold;
	margin-bottom: .5em;
	width:90%;
}

p {
	margin-bottom: 1.5em;
}

a:link {
	color: rgb(5,62,84);
}

a:visited {
	color: rgb(4,19,22);
}

a:hover, a:active {
	color: rgb(22,134,168);
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 80em;
	border-top: 5px solid rgb(107,123,148);
	border-bottom: 5px solid rgb(107,123,148);
}

#content {
	margin: 2em 2em 0 2em;
}

#content p {
	margin-left: 2em;
}

#main {
	border: 1px solid rgb(107,123,148);
	padding: 2em;
}

#transInfo {
	padding: 2em;
}

#receipt #transInfo {
	padding: 0;
	position: relative;
}

table {
	width: 100%;
	border: 1px solid rgb(107,123,148);
	margin-bottom: 1.5em;
}

thead {
	background: rgb(107,123,148);
}

th {
	font-weight: bold;
	color: rgb(255,255,255);
	padding: 0 .5em;
}

td {
	border: 1px solid rgb(107,123,148);
	padding: 0 .5em;
	background: rgb(227,233,240);
}

td:nth-child(2) {
	text-align: right;
}

caption {
	display: none;
}

.requiredMsg {
	font-size: .833em;
	color: rgb(140,140,140);
	text-align: right;
}

.requiredFlag {
	font-weight: bold;
	color: #F00;
}

ul {
	margin-left: 1em;
}

ul li {
	clear: both;
	padding: .5em 1em;
	margin-bottom: .5em;
	position: relative;
}

label, form li legend, .label {
	float: left;
	white-space: normal;
	width: 16em;
	margin-right: 1em;
	display: block;
	padding: 0;
	font-weight: normal;
	clear: both;
	color: rgb(0,0,0);
}

.label_hidden {
	padding:0; 
	margin:0; 
	width:0;
	display:block;
	text-indent:-9999px;
}

form li legend {
	float: none;
}

form li legend > span {
	position: absolute;
}

input {
	background: rgb(227,233,240);
	border: 1px solid rgb(107,123,148);
	padding: .2em;
}

.affirm label {
	float: none !important;
	display: inline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

li fieldset ul {
	margin-left: 17em;
	margin-top: -.5em;
}

li fieldset li {
	display: inline-block;
	padding-left: 0;
	clear: none;
}

/*li fieldset label {
	position: absolute;
	left: -9999px;
}*/

.hint {
	font-size: .833em;
	color: rgb(180,180,180);
	display: block;
	width: 19.2em;
}

.error .errorTxt {
	color: rgb(35,31,32);
	font-size: 1em;
	line-height: 1.5;
	margin-left: 14em;
}

form li.billingEmails {
	margin-bottom: 4em;
}

.billingEmails li {
	margin: 0 1em 1em 0;
	display: block;
}

.contVerification {
	width: 100%;
}

li .hint a {
	text-decoration: none;
}

li .hint a:hover {
	text-decoration: underline;
}

#buttonContainer {
	margin-top: 2em;
	clear: both;
	margin-left: 16em;
}

#receipt #buttonContainer {
	text-align: right;
}

#buttonContainer li {
	display: inline;
	margin-left: 2em;
}

.button, a.button {
	display: inline-block;
	padding: .5em 1em .5em;
	background-color: rgb(140,140,140);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(140,140,140)), to(rgb(89,89,89)));
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.25);
	cursor: pointer;
}

.button:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgb(89,89,89);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(89,89,89)), to(rgb(55,55,55)));
}

.button.primary {
	background-color: rgb(5,62,84);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(107,123,148)), to(rgb(59,68,82)));
}

.button.primary:hover {
	background-color: rgb(4,19,22);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(69,79,95)), to(rgb(35,31,32)));	
}

.button.print {
	position: absolute;
	top: 0;
	right: 0;
}

.button.leave {
	float: right;
}

#footer {
	margin: 0 auto;
	width: 46em;
	font-size: .833em;
	color: rgb(140,140,140);
}

#footer a {
	text-decoration: none;
	text-transform: lowercase;
}

#footer * {
	float: left;
	margin-right: .75em;
}

#footer ul {
	margin-left: 0;
}

#footer li {
	clear: none;
	padding: 0;
}

#footer li:after {
	content: "|";
}

#footer li.last:after {
	content: "";
}

#tpeBranding {
	clear: both;
	text-align: right;
	margin: 0 2em 0 0;
	padding: 2em 0 .28em 0;
	color: rgb(140,140,140);
}

#check #frmCheck {
	float: left;
}

#check #imgCheck {
	float: right;
	width: 300px;
}

#card #imgCard {
	width:300px;
	margin:1em 0 0 19em;
}

#review #main li {
	font-weight: bold;
}

#review li:hover {
	background-color: rgb(255,255,212);
}

#review #buttonContainer li:hover {
	background: none;
}

.block {
	display: block;
	margin-left: 17em;
	margin-bottom: 1.5em;
}

#receipt .block {
	margin-bottom: 0;
}

#receipt .label {
	font-weight: bold;
	color: rgb(140,140,140);
}

#receipt #main li {
	font-weight: bold;
	margin-bottom: 0;
}

#receipt #main li .notice {
	font-size: .833em;
	font-weight: normal;
	float: left;
	width: 100%;
	margin-top: 3em;
}

#receipt h3 {
	font-weight: bold;
    color: rgb(92,92,92);
	background: rgb(92,92,92);
	padding-left: .5em;
}

#receipt #custInfo, #receipt #payInfo, #receipt #billingInfo ul {
	float: left;
	width: 35.999em;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#receipt #receiptContactInfo ul {
	float: left;
	width: 35.999em;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#receipt #payInfo {
	border-left: .1em solid rgb(242,217,115);
	width: 35.75em;
}

#receipt #billingInfo {
	clear: both;
}

#receipt #billingInfo ul {
	/*width: 33.999em;*/
}

.affirm {
	clear: both;
	margin-left: 2em;
}

.affirm .footnote {
	font-size: .833em;
	margin-left: .833em;
}

.affirm .footnote p {
	margin-bottom: 0;
}

.affirm .footnote ol {
	margin-left: 6em;
	list-style-type: decimal;
}

p#processing {
	font-size: 2em;
	margin: 0 0 0 9em;
	padding-left: 40px;
	background: url('../Images/processing.gif') no-repeat;
}

#contCaptcha img {
	margin: 0 0 1.5em 2em;
}

#errorMsg {
	border: 2px solid rgb(242,59,59);
	padding: .5em 2em .1em;
	margin-bottom: 1.5em;
	font-weight: bold;
}

.error {
	background-color: rgb(242,179,179);
}

.field-validation-error  {
	background: url(x.gif) no-repeat; 
    padding-left:10px; 
    color: #ff0000; 
}

.error input, .error select, .error textarea {
	border: 1px solid rgb(239,86,86);
}