.twocol #primary {
	margin-left: 260px;
	float: left;
	width: 708px;
	color: #515151;
	display: inline;
	background-color: #fff;
	margin-top: 30px;
}

h1 {
	color: #92bd63;
	font-size: 22px;
	margin-bottom: 16px;
}

h2 {
	font-size: 13px;
	margin-bottom: 2px;
}

h2 em {
	margin-bottom: 14px;
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
}

dl {
	color: #515151;
	font-size: 12px;
	margin-bottom: 14px;
}

dt {
	color: #353535;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

dd {
	font-size: 12px;
	margin-bottom: 4px;
	zoom: 1;
	line-height: 18px;	
}

#primary ul {
	font-size: 12px;
	white-space: normal;
	margin-bottom: 16px;
}

#primary ul li {
	background: url(/assets/images/global/blt_circle.gif) no-repeat 4px 5px;
	padding-left: 14px;
	margin-bottom: 6px;
	line-height: 16px;
}

#primary ol {
	font-size: 12px;
	white-space: normal;
	margin-bottom: 16px;
	margin-left: 24px;
}

#primary ol li {
	margin-bottom: 6px;
	line-height: 16px;
}

.note {
	background-color: #fbf0df;
	padding: 6px 20px;
	font-style: italic;
	clear: both;
	text-align: center;
	margin-right: 8px;
}

/* @group tabs */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-helper-clearfix {
	display: inline-block;
}

/* required comment for clearfix to work in Opera \*/

* html .ui-helper-clearfix {
	height: 1%;
}

.ui-helper-clearfix {
	display: block;
}

/* end clearfix */

/* Component containers
----------------------------------*/
#tabs {
	padding: 0;
	clear: both;
}

.ui-widget-content {
}

.ui-widget-header {
	border-bottom: 1px solid #dde3e2;
	margin-right: 3px;
}

/* Interaction states
----------------------------------*/

#primary ul .ui-state-default {
	border: none;
	font-weight: normal;
	color: #fff;
	outline: none;
	background-color: #92bd63;
	border-top: 1px solid #dde3e2;
	border-left: 1px solid #dde3e2;		
	border-right: 1px solid #dde3e2;
}

#primary ul .ui-state-default a {
	color: #f4f4f4;
	text-decoration: none;
	outline: none;
	display: block;
	width: 100%;	
}

#primary ul .ui-state-hover {
	font-weight: normal;
	outline: none;
	background-color: #73a452;
	color: #fff;
}

#primary ul .ui-state-hover a:hover {
	text-decoration: none;
	outline: none;
	border-style: none;
	color: #fff;	
}

#primary ul .ui-state-active {
	border: 1px solid #dde3e2;
	color: #515151;
	outline: none;
	background-color: #fff;
	display: block;
	background-image: none;
	font-weight: bold;
}

#primary ul .ui-state-active a, #primary ul .ui-state-active a:link, #primary ul .ui-state-active a:visited {
	color: #515151;
	outline: none;
	text-decoration: none;
	display: block;
}

/* Tabs
----------------------------------*/

.ui-tabs {
	zoom: 1;
	margin-right: 5px;
}

#primary .ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	font-size: 13px;
	margin-bottom: 0;
}

#primary ul li.tab {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 0 -1px;
	padding: 0;
	background-image: none;
}

li#tab-1 {
	width: 126px;
}

li#tab-2 {
	width: 150px;
}

li#tab-3 {
	width: 126px;
}

li#tab-4 {
	width: 290px;
}

.tab a {
	text-decoration: none;
	height: 30px;
	line-height: 28px;
	text-align: center;
	display: block;
}

.panel {
	border-bottom: 1px solid #dde3e2;
	border-left: 1px solid #dde3e2;
	border-right: 1px solid #dde3e2;
	padding: 35px 35px 8px;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 628px;
	font-size: 11px;	
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* @end */

/* @group owners profile */

.form_container {
	background-color: #f6f6f6;
	border: 1px solid #d8d8d8;
	padding: 20px;
	width: 650px;
}

#owners_profile fieldset {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 8px;
}

#owners_profile h3 {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
}

#owners_profile fieldset p {
	float: left;
	clear: both;
	display: inline;
	width: 600px;
	margin-bottom: 20px;
}

#owners_profile label {
	width: 250px;
	display: block;
	text-align: right;
	float: left;
	clear: both;
	margin-right: 8px;
	padding-top: 3px;
	font-weight: bold;
}

#owners_profile label span {
	font-size: 11px;
	color: #7f7f7f;
	font-weight: normal;
	font-style: normal;
}

.required {
	color: #8a0f13;
	font-weight: bold;
}

#owners_profile label span.required {
	color: #8a0f13;
	font-weight: bold;
}

#owners_profile .text_input,
#owners_profile .select {
	width: 300px;
	padding: 4px;
	font-size: 12px;
}

#owners_profile .textarea {
	padding: 6px 0;
	width: 300px;
	height: 48px;
	font-size: 12px;
}

#owners_profile #select_mattress .c1,
#owners_profile #select_mattress .c2 {
	float: left;
}

#owners_profile #select_mattress .c1 {
	margin-right: 50px;
}

#owners_profile #select_mattress .c1 p,
#owners_profile #select_mattress .c2 p {
	float: none;
	display: block;
	width: auto;
}

#owners_profile p.option {
	margin-left: 100px;
	width: 500px;
}

#owners_profile p#contact_me_via {
	margin-left: 100px;
	width: 500px;	
}

#owners_profile p#contact_me_via select {
	width: auto;
}

#owners_profile .submit_area {
}

#owners_profile label.error {
	color: #cf1e22;
	margin-left: 258px;
	text-align:left;
	width: 300px;
	font-size: 11px;
	font-weight:normal;
	margin-top: 3px;
	clear: left;
}

#owners_profile input.error,
#owners_profile textarea.error,
#owners_profile select.error {
	background-color: #feeaf2;
	border: 1px dotted #d95a7d;
}

.submit_area .required {
	float: left;
	font-size: 12px;
}

.submit_area .submit {
	float: right;
}

/* @end */

/* @group sizing_chart */
#sizing_chart caption {
	font-size: 11px;
	color: #99abc3;
	font-style: italic;
	margin-bottom: 4px;
	text-align: right;
}

#sizing_chart {
	width: 670px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #bed6f1;
	border-left: 1px solid #bed6f1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}

#sizing_chart th {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 10px 12px 0;
	white-space: nowrap;
	border-right: 1px solid #bed6f1;
	background: #16416a url(/themes/site_themes/imagine/images/interface/th_bckgrd_lg.gif) repeat-x left top;		
}

#sizing_chart th span {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding: 0 10px 8px;
	margin-top: 5px;
	display: block;
	float: left;
	width: 120px;
	margin-right: 2px;
	color: #bbd4f1;
}

#sizing_chart tr.odd {
	background-color: #dee8f1;
}

#sizing_chart tr.even {
	background-color: #fff;
}

#sizing_chart td {
	text-align: center;
	padding: 10px 12px;
	font-size: 12px;
	white-space: nowrap;
	border-right: 1px solid #bed6f1;
	border-bottom: 1px solid #bed6f1;
}

/* @end */

/* @group ready_buy */

#ready_buy #primary {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	margin-bottom: 20px;
}

#ready_buy #primary h1 {
	margin-left: 20px;
}

.ready_to_buy_capsule {
	width: 280px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}

.ready_to_buy_capsule fieldset {
	border: 1px solid #dde3e2;
	padding: 12px;
	margin-bottom: 6px;
}

.ready_to_buy_capsule legend {
	font-size: 12px;
	color: #323232;
}

.ready_to_buy_capsule label {
	font-size: 12px;
}

.ready_to_buy_capsule input.zipcode {
	padding: 4px;
	width: 100px;
}

/* @end */