/* @override http://order/css/style.css */

#headercontainer {
	width: 100%;
	background: #96c4eb url("../img/layout/header-bg.png") repeat-x;
	margin-bottom: 0;
	padding: 10px 0;
	height: 80px;
}
#progress {
	width: 100%;
	background: url("../img/layout/progress-bg.png") repeat-x;
	margin-bottom: 0;
	height: 48px;
	clear: both;
}
#content {
	margin-top: 1em;
}
#footer {
	text-align: right;
}
#company-logo {
	padding-top: 15px;
/* 	width: 270px; */
}

.left {
	float: left;
}

.right {
	text-align: right;
}
.mar {
	color: #cc0000;
}

.form {
	clear: both;
	padding-top: 1em;
}

.funds-text {
	font-size: 0.5em;
}

#progress ul {
	padding: 8px 0;
}
#progress li {
	list-style-type: none;
	font-size: 1.33em;
	float: left;
	color: #999;
	padding-left: 28px;	
}
#progress li a {
	color: #999;
	text-decoration: none;
}
#progress li a:hover {
	text-decoration: underline;
}
#progress li.title {
/* 	font-weight: bold; */
	padding-left: 3px;
	margin-right: 12px;
}
#progress li.selected {
	color: #fff;
	font-weight: bold;
	background: transparent url("../img/icons/arrow-270.png") 10px 4px no-repeat;
}
#progress li#back.selected {
	background: transparent url("../img/icons/arrow-180.png") 5px 4px no-repeat;
}
#progress li.selected a {
	color: #fff;
}
#progress li.completed {
	background: transparent url("../img/icons/tick.png") 10px 4px no-repeat;
}

.narrow {
	width: 15px;
}
label {
	font-size: 1.125em;
}
td {
	border-top: 1px solid transparent;
}
tr.selected {
	background: #b5deff url("../img/layout/selection-bg.png") repeat-x;
}
tr.selected td {
	border-top: 1px solid #d1eaff;
}

label {
	font-weight: normal;
}


p, td, th {
	font-size: 1.33em;
}
table h5 {
	margin: 0;
}
td, th {
	padding: 0.875em;
}
th {
	background: transparent;
}
.bottom-line td,  
td.bottom-line {
	border-bottom: 1px solid #222;
	padding-bottom: 0.33em;
	padding-left: 0;
/* 	padding-top: 30px; */
}
tr.bottom-line th,
th.bottom-line {
	border-bottom: 1px solid #222;
	padding: 0.875em;
}
.medium {
	width: 8em;
}
tr#bundle-separator td {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
/*
	background: #666;
	color: #ddd;
*/
}


/* Footnotes */
ul.footnotes {
	padding-top: 3em;
}
ul.footnotes li {
	list-style-type: none;
	font-size: 1.16em;
	color: #666;
}


/* Sticky Footer */
#footer {
	height: 30px;
	margin-top: -30px;
}
#content {
	padding-bottom: 30px;
}

.choice-list {
/* 	border: 1px solid #ccc; */
/* 	border-bottom: 1px solid #ccc; */
	margin-bottom: 3.5em;
}
h3 {
	font-weight: bold;
	margin-bottom: 0;
	color: #13405e;
}
td h3 {
	font-size: 1.125em;
}
.price {
	color: #13405e;
	font-weight: bold;
}
.price sup {
	font-weight: normal;
}

table tr.altrow td {
	background: #eee;
}
tr.cart-total {
	color: #fff;
	background: #666;
}
tr.cart-total td {
	font-weight: bold;
}
tr.cart-total td.total {
	text-indent: 0.9em;
}
.price p {
	font-size: inherit;
	margin-bottom: 0;
}
.price p.sub-prices {
	border-bottom: 1px solid #13405e;
	text-indent: 0.9em;
/* 	font-weight: normal; */
}
.price p.subtotal {
	text-indent: 0.9em;
}

input.order-button {
	/*padding: 2em;*/
	/*width: 300px;*/
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	cursor: pointer;
/* 	border: 6px solid #cc0000; */
/* 	background: #ccc; */
	font-size: 2em;
}
input.button {
	cursor: pointer;
}
/*
input.order-button:hover {
	border: 6px solid #009900;
}
*/
.order-now {
	text-align: center;
	padding-bottom: 2em;
}
h5.secure-server img {
	position: relative;
	top: 3px;
}
#support-number {
	float: right;
}
.help-form label {
	font-weight: bold;
	font-weight: 1em;
}
label.formerror {
	color: #cc0000;
	display: block;
	font-size: 0.875em;
	margin-bottom: 1em;
}
#vendor-info p {
	margin-top: 3em;
}
#vendor-info img {
	border: 1px solid #ddd;
}
#limited-pricing {
/* 	position: relative; */
/* 	top: 10px; */
	width: 304px;
	float: left;
	z-index: 1;
	position: absolute;
	top: -10px;
	left: 340px;
}
#headercontainer .container {
	position: relative;
}
#affiliate-image {
	display: none;
}
.strike {
	text-decoration: line-through;
}
.price .strike {
	color: #7fa7c2;
}
#terms-conditions label {
	font-weight: bold;
	position: relative;
	top: 0.25em;
	padding-left: 8px;
}