/* @{ Global } */
body
{
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-x fixed rgb(189, 215, 247);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrap
{
	width: 984px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
#wrap #header
{
	height: 149px;
	background: url(../images/header.jpg) top right no-repeat;
	width: 984px;
	margin: 0;
	padding: 0;
}
#wrap #nav
{
	width: 900px;
	margin: 10px auto;
	padding: 0;
}
#footer
{
	background: #346699;
	width: 984px;
	padding: 20px 0 20px 0;
	font-size: 13px;
}
#footer a
{
	color: #fff;
}
a.button, a.button-light  {
	background:url(../images/button.gif) no-repeat right top; 
	display: inline-block;
	height: 26px;
	margin-right: 6px;
	padding-right: 2px;
	color: #fff;
	font-size:11px;
	font-weight:bold;
	line-height:27px;
	vertical-align:middle;
	cursor: pointer;
}
a.button span, a.button-light span {
	background:url(../images/button.gif) no-repeat left top; 
	display: inline-block;
	height: 100%;
	line-height: 27px;
	padding: 0px 12px 0px 11px;
	cursor: pointer;
} 
a.button:hover, a.button-light:hover {
	background-position:right -155px;
	cursor: pointer;
}

a.button:hover span, a.button-light:hover span {
	color: #fff;
	background-position:left -155px;
}

a.button-light:hover span {
	color: #888;
}

a.button-light  {
	background:url(../images/button_2.gif) no-repeat right top; 
}

a.button-light span {
	background:url(../images/button_2.gif) no-repeat left top; 
	color: #777;
}
label a, label a:visited, label a:active
{
	color: #000;
	text-decoration: underline;
}

/* @{ Build A bed } */
.topBox
{
	background: #ffffff;
	border: 1px solid #cacaca;
	margin: 10px 0 0 42px;
	width: 860px;
	padding: 0;
	display: none;
}
.topBox .title
{
	width: 840px;
	background: url(../images/stepTitle.png) repeat-x;
	height: 20px;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	border-bottom: 1px solid #cacaca;
}
.topBox .title .close
{
	text-transform: none;
	float: right;
	font-size: 14px;
	cursor: pointer;
}
.topBox .content
{
	padding: 10px;
}
.topBox .content ul
{
	margin: 0;
	padding: 0;
	width: 840px;
	height: 300px;
}
.topBox .content ul li
{
	background: #e8e8e8;
	margin: 0 12px 10px 0;
	padding: 10px;
	float: left;
	list-style: none;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.topBox .content ul li:hover
{
	background: #dfdfdf;
}
.topBox .content ul li img
{
	margin: 0 0 5px 0;
	padding: 0;
	border: #cacaca solid 1px;
}
#bed-body
{
	width: 918px;
	margin: 0 0 0 20px;
	padding: 20px;
}
#bed-body #bed-floater-wrap
{
	float: right;
	width: 430px;
	height: 1100px;
	margin: 0 0 0 0;
	padding: 0;
}
#bed-body.bedInfo #bed-floater-wrap
{
	float: right;
	width: 430px;
	height: 500px;
	margin: 0 0 0 0;
	padding: 0;
}
#bed-body #bed-floater-wrap #bed-floater
{
	background: #ffffff;
	border: 1px solid #cacaca;
	width: 375px;
	margin: 0;
	padding: 0;
	height: 375px;
	position: relative;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap
{
	width: 375px;
	height: 325px;
	background: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cacaca;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap img
{
	height: 225px;
	width: 325px;
	margin: 22px 0 0 22px;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap #width-modal
{
	background: url(../images/width-modal.jpg) no-repeat center center transparent;
	height: 30px;
	width: 100px;
	position: absolute;
	padding: 10px 0 0 0;
	margin: 225px 0 0 265px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: none;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head
{
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #cacaca;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head .color
{
	float: left;
	height: 50px;
	background: url(../images/color-none.png) repeat center center;
	width: 100px;
	border-right: 1px solid #cacaca;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head .color p.colorinfo
{
	display: none;
	font-size: 11px;
	color: #fff;	
	text-align: center;
	font-weight: bold;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head .color p.colorinfo.base
{
	margin: 17px 0 0 0;
	padding: 0;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head .info
{
	float: left;
	height: 50px;
	background: url(../images/info-bg.png) repeat center center;
	width: 274px;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head .info p
{
	margin: 7px 0 5px 10px;
	padding: 0;
	font-size: 12px;
	color: #656565;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head .info p.bigtop
{
	margin: 17px 0 5px 10px;
}
#bed-body #bed-floater-wrap #bed-floater #bed-image-wrap-head .info p span.bold
{
	font-weight: bold;
}
#bed-body #bed-floater-wrap #bed-floater #bed-cost
{
	height: 30px;
	padding: 5px 10px 15px 10px;
	width: 355px;
	background: url(../images/costBackground.png) bottom repeat-x;
}
#bed-body #bed-floater-wrap #bed-floater #bed-cost p
{
	padding: 8px;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
#bed-body #bed-floater-wrap #bed-floater #bed-cost #resetButton
{
	float: right;
	margin: 12px 10px 0 0;
}
#bed-body #bed-floater-wrap #bed-floater #bed-cost .total
{
	color: #fff;
	font-size: 13px;
}
#bed-body #bed-floater-wrap #bed-floater #bed-cost .smalltotal
{
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}
#bed-body #bed-floater-wrap #bed-floater #bed-floater-note
{
	padding: 10px 0 0 10px;
	color: #979797;
	font-weight: bold;
	font-size: 11px;
}
#bed-body #bed-floater-wrap #bed-floater #bed-floater-note a
{
	color: #717171;
	text-decoration: none;
}
#bed-body #bed-options
{
	float: left;
	height: 100%;
	width: 470px;
	margin: 0;
	font-size: 13px;
}
#bed-body #bed-options .bed-step
{
	background: #ffffff;
	border: 1px solid #cacaca;
	margin: 0 0 10px 0;
}
#bed-body #bed-options .bed-step-title
{
	width: 448px;
	background: url(../images/stepTitle.png) repeat-x;
	height: 20px;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	border-bottom: 1px solid #cacaca;
}
#bed-body #bed-options .bed-step-title span
{
	text-transform: none;
}
#bed-body #bed-options .bed-step-title div.right
{
	margin: 20px -8px 0 0;
	padding: 0;
	float: right;
}
#bed-body #bed-options .bed-step-title .error-arrow
{
	width: 20px;
	height: 20px;
	background: url(../images/Arrow.jpg);
	float: left;
	padding: 0;
	margin: 0 0 0 -35px;
	display: none;
}
#bed-body #bed-options .bed-step-content
{
	margin: 0;
	padding: 0 0 0 10px;
}
#bed-body #bed-options .bed-step-content p
{
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
}
#bed-body #bed-options .bed-step-content p.bottom
{
	margin: 10px 0 10px 0;
	padding: 0 10px 0 0;
}
#bed-body #bed-options .bed-step-content label
{
	width: 420px;
	color: #636363;
	font-weight: normal;
	cursor: pointer;
}
#bed-body #bed-options .bed-step-content label:hover
{
	color: #414141;
}
#bed-body #bed-options .bed-step-content select
{
	padding: 0;
	width: 420px;
}
#bed-body #bed-options .bed-step-content label select.small
{
	padding: 0;
	width: 50px;
}
#bed-body #bed-options .bed-step-content label input[type=checkbox]
{
	margin-right: 10px;
}
#bed-body #bed-options .bed-step-content div.texture
{
	width:70px;
	height:70px;
	float: left;
	padding: 0;
	margin: 20px 13px 10px 5px;
	border: 10px #e8e8e8 solid;
	border-bottom: 40px #e8e8e8 solid;
	cursor: pointer;
}
#bed-body #bed-options .bed-step-content div.texture:hover
{
	border: 10px #dfdfdf solid;
	border-bottom: 40px #dfdfdf solid;
}
#bed-body #bed-options .bed-step-content div.texture.checked
{
	border: 10px #5d96d0 solid;
	border-bottom: 40px #5d96d0 solid;
}
#bed-body #bed-options .bed-step-content div.texture.checked p
{
	color: #fff;
}
#bed-body #bed-options .bed-step-content div input.texture
{
	display: none;
}
#bed-body #bed-options .bed-step-content div.texture p
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 65px 0 0 0;
	font-size: 11px;
}

#bed-body #bed-options .bed-step-content img.info
{
	border: none;
	width: 16px;
	height: 16px;
	margin: 0 0 -5px 0;
	padding: 0;
}
#bed-body #bed-options .bed-step-content img.info-btn
{
	border: none;
	width: 16px;
	height: 16px;
	margin: 0 0 -4px 5px;
	padding: 0;
}

/* @{BedInfo Form} */
.bedInfoForm 
{
	border-top: 1px #dfdfdf solid;
	padding: 10px 0 10px 0;
	margin: 0 15px 0 0;
}
.bedInfoForm input
{
	padding: 5px;
	width: 415px;
	margin: 5px 0 0 0;
}
.bedInfoForm textarea
{
	padding: 5px;
	width: 415px;
	margin: 5px 0 5px 0;
	max-width: 415px;
	height: 100px;
}
.bedInfoForm button
{
	padding: 6px;
	width: 130px;
	margin: 5px 0 0 0;
	background: url(../images/button.gif) top left;
	border: none;
	color: #fff;
	cursor: pointer;
}
.bedInfoForm button:active
{
	background-position: left -155px;
}