/*

**************************************************
* This CSS is only used by the make bed section, *
* NOT the individual bed type pages (latex,      *
* memory, etc.)                                  *
**************************************************

*/

div#PageContent {
	background-image: url(/images/sheepMattressMaker2.gif);
	background-position: 95px 0px;
	background-repeat: no-repeat;
}

div.SizeAndCustomize, div.Compare {
	height: 30px;
}

form#SkipThisStep {
	display: block;
}

div#MakeBedHeader {
	background-image:url(../inav/90NightBlue90.gif);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-right: 30px;
	background-position: right;
	
}

div#FirmnessAdvisor {
	background-color: #fffbbb;
	border: 1px dashed #999666;
	width: 50%;
	margin: 1em auto 1em auto;
}

h1#MakeBed {
	display: inline;
	position: relative;
	bottom: 20px;
}

table#StepIndicators {
	display: inline;
	position: relative;
	top: 5px;
	left: 5px;
}

input#Step1, input#Step2, input#Step3, input#Step4, input#StepL, input#StepA {
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px;
	padding: 40px 0 0 0;
	overflow: hidden;
	vertical-align: bottom;
}

input#Step1, input#Step2, input#Step3, input#Step4 {
	width: 36px;
	height: 36px;
	max-width: 36px;
	max-height: 36px;
}

input#StepL, input#StepA {
	width: 18px;
	height: 18px;
	max-width: 18px;
	max-height: 18px;
}

input#Step1 {
	background-image: url(/images/makebed/step1-grey.gif);
}

input#Step2 {
	background-image: url(/images/makebed/step2-grey.gif);
}

input#Step3 {
	background-image: url(/images/makebed/step3-grey.gif);
}

input#Step4 {
	background-image: url(/images/makebed/step4-grey.gif);
}

input#StepL {
	background-image: url(/images/makebed/step5-grey.gif);
}

input#StepA {
	background-image: url(/images/makebed/step6-grey.gif);
}

div#FirmnessAdvisor p {
	font-size: 1.2em;
	font-weight: bold;
}

#Firmness {
	margin: 0 auto 0 auto;
}

#Firmness fieldset {
	border: none;
	display: inline;
}

#Firmness fieldset ol {
	border: none;
	list-style-type: none;
}

#Firmness fieldset li {
	text-align: left;
}

div#NoFoundation {
	width: 550px;
}

div#NoSupport {
	width: 340px;
}

div#NoFoundation, div#NoSupport {
	margin: 1em auto 1em auto;
}

div#NoFoundation input[type="text"], div#NoSupport input[type="text"] {
	margin-left: 35px;
}

div#NoFoundation p, div#NoSupport p {
	margin: 0;
	text-align: center;
}

div#NoFoundation p#Or, div#NoSupport p#Or {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

div#NoFoundation p#NoThanks, div#NoSupport p#NoThanks {
	margin: 1em;
	text-align: center;
}

input.ContinueButtonOnTop {
	display: block;
	margin: 0 auto 0 auto;
}