@charset "utf-8";

body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #121212;
	background: #2b4552;
	margin: 0;
	padding: 0;
}
fieldset {
	border:none;	
}
img.banner {
	padding-top:20px;
	display: block;
    margin-left: auto;
    margin-right: auto ;
}
.heading, img.heading {
	margin:0;
	padding:0;
	display:block;
}
.nav, img.nav {
	margin:0;
	padding:0;
	display:block;
}
.right {
	background-image:url(images/right.png);
	background-repeat:repeat-y;
	width:10px;
}

.left {
	background-image:url(images/left.png);
	background-repeat:repeat-y;
}
.bottom {
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	width:875px;
	height:10px;
	padding:0;
	margin:0;
	background-color:#2b4552;
}
.top {
	background:#2b4552;
	width:875px;
	padding:0;
	margin:0;
	
}

#bottomButtonBar {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
}
.outer {
	margin:0;	
	padding:0;
	border:none;
	border-spacing:0;
	border-collapse: collapse;

}
.optional {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:10px;
	background-color:#d6d7d0;
	border:1px solid #506c7a;
	color:#506c7a;
	font-size:2em;
	font-family:"Geneva CY", Arial, sans-serif;
}
.optional_sm {
	font-size:12px;
	font-family:"Geneva CY", Arial, sans-serif;
	margin-top:10px;
	margin-bottom:auto;
	margin-left:0;
	margin-right:40px;
	padding-right:20px;
	float:right;
	color:#333333;
}
#wrapper {
	width: 875px;
	margin: 20px auto 20px auto;
	background: #f7f0e3;
	padding: 0;
	
}

#makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
#makeWizard:hover { background-color:#000;}

h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	text-indent:-99999px;
}

#ladderWizard{
	padding-right:0;
	padding-top:10px;
	
}
#content {
}
h2 {
	margin: 0;
	padding:0;
	padding-top: 0.5em;
	color:#506c7a;
	font-family:"Geneva CY", Arial, sans-serif;
	text-align:center;
	font-size:1.85em;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#686868;
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
#foot {
	padding: 15px;
	color: white;
	text-align: center;
	margin: 30px 0 0 0;
	border-top:1px solid #222222;
}
.prev {
	width:204px;
	height:37px;
	margin-top:15px;
	margin-left:20px;
	float:left;
	display:block;
	
}
.next {
	
	width:204px;
	height:37px;
	margin-top:15px;
	float:right;
	
}
.first {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:204px;
	height:37px;
	margin-top:15px;
	
}
.displayTable {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding:0;
	border-spacing:5px 10px 10px 10px;
}
.displayTable td {
	padding:0 5px 0 5px;
	margin-left:5px;
	margin-right:5px;
}
.ladderStyle  {
    border: 1px solid #000;
}
fieldset {
    padding: 0;
}
.hidden {
	display:none;	
}
.show {
	display:block;	
}
#result {
	width: 875px;
	margin: 20px auto 20px auto;
	background: #f7f0e3;
	padding: 0;
}

.resultouter {
	width: 800px;
	height:95%;
	margin: 20px auto;
	background: #ffffff;
	padding: 25px;
	border: 1px solid #2e2e2e;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	position:relative;
	border-collapse:collapse;
	border-spacing:0;
}
.tableHeader {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width:100%;
}
.sectionHeader {
	padding-top:25px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:100%;
}
.dataHeader {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-left:0;
	margin-right:0;
	padding:10px;
}
.data {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	width:100%;
	
}
.row{
	clear:both;
}

img.banner {
	padding-top:20px;
	display: block;
	margin-left: auto;
	margin-right: auto ;
}

.dispResTable{
    border: 1px solid #2B4552;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
    padding: 0 5px;
    width: 100%;
}

.dispResTable td {
    border: 1px solid #2B4552;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    padding: 0 5px;

}

.dispResTable img  {
    border: 1px solid #000;
}
a {
	cursor:pointer;	
}
#emailAddress{
	color: #2B4552;
    font-size: 1.2em;
    height: 29px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    width: 300px;
}
#sendEmail {
	margin-left: 10px;
    margin-right: 20px;
}
#dispResult {
	margin-left:auto;
	margin-right:auto;
}
input.radio, input.checkbox {
	border-style:none;	
	background:transparent;
	border:0;
}

img {
	vertical-align: bottom;
	border-style:none;
}

.desc {
	width:500px;	
}
.qty {
	width:50px;	
	text-align:center;
}
.sku {
	width:100px;	
	text-align:center;
}
.price {
	width:100px;	
	text-align:right;
}
th.price {
	width:100px;	
	text-align:center;
}
.ext_price {
	width:150px;	
	text-align:right;
}
.total {
	width:300px;	
	padding-left:40px;
	text-align:right;
}
.total_header {
	text-align:right;
	padding-right:20px;
	font-weight:bold;
	width:500px;	
}
.disclaimer {
	font-weight:400;
	font-style:italic;
	text-align:center;
	margin-top:20px;
}
#emailBlock {
    margin-top: 10px;
}