.product-right {
    width: 195px;
    float: right;
    text-align: center;
}
.free-shipping,
.plus-shipping {
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #8b5b13;
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
    float: right;
}
.free-shipping-bed,
.plus-shipping-bed {
    color: #666;
    font-weight: bold;
    font-size: 1.3em;
}
.product-pic {
    position: relative;
    width: 185px;
    margin-left: auto;
    margin-right: auto;
}
img.enlarge {
    position: absolute;
    bottom: 0;
    right: 0;
}
.header {
    color: #C57F19;
    font-size: 1.2em;
    text-transform:capitalize;
    font-weight: bold;
}
.cart-box {
    margin-top: 20px;
}
.product-info-wrapper {
    margin-top: 20px;
}
.features td {
    padding: 2px 5px;
    white-space: nowrap;
    width: 48%;
}
.feature-name {
    /*color: #C57F19;*/
}
ul.tab-container {
	border-bottom: 1px solid #bbb;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
	font-size: 1em;
	font-weight: bold;
}

ul.tab-container li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tab-container li {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

.tab-container li a:link,
	.tab-container li a:visited {
	background: #999 none repeat scroll 0%;
	border: 1px solid #bbb;
	color: #fff;
	float: left;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px;
	text-decoration: none;
}

.tab-container li.selected span {
	font-weight: bold;
}

.tab-container li.selected a:link,
	.tab-container li.selected a:visited {
	background: #F6FAFC none repeat scroll 0%;
	border-bottom: 1px solid #F6FAFC;
	color: #000000;
}

.tab-container  a:focus {
	outline: none
}

.panel-outer-container {
	border-color: #bbb;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	clear: both;
	margin: 0 0 15px;
	min-height: 120px;
	padding: 10px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0;  /* will be set to fit selected panel by javascript */
}
.panel-container {
  width: 4000px;
  position: relative;
}
.panel-container .panel {
  float:left;
  width: 630px;
    padding-right: 20px;
}

* html .panel-container {
	height: 120px;
}
.panel-text {
	padding: 0 10px;
}
.panel-container table.spec-table {
	border-spacing: 0;
	margin-right: 10px;
}

.panel-container table.spec-table td {
	padding: 2px;
}

.panel-container li.odd,
.panel-container tr.odd td {
    background-color: #e6e6e6;
}

.feat-pan li,
	.desc-pan li {
	margin-left: 25px;
	list-style: inherit;
}
.step-name {
	font-weight: bold;
	padding-top: 10px;
	color: #1F6689;
}

.options-available ul li ul li {
	margin-left: 10px;
	margin-bottom: 2px; /*line-height:17px;*/
	min-height: 17px;
}

* html .options-available ul li ul li {
	height: 17px;
}
li.bedSize li.first {
    display: none;
}
.options-available .label {
	color: #333;
}

.options-available * {
/*border: 1px solid red;*/
}

div.option-price {
	float: left;
	width: 80px;
}

div.option-name {
	width: 510px;
	margin-left: 100px;
}

img.option-pic {
	/*float: right;*/
	border: 1px solid #333;
	width: 50px;
	margin-left: 100px;
}

li.no-image img.option-pic {
    display: none;
	border: 0;
	width: 1px;
    height: 1px;
}

#product-page li.measurements {
	display: none;
}

li.label img.option-pic,
	#product-page ul li.free span#option_price {
	display: none;
}

#product-page .opt-pan  ul li ul li {
	/*background: transparent url( /images/plus.gif ) no-repeat 0 0;*/
}

#product-page .feat-pan  ul li ul li {
	list-style: none;
}

#product-page ul li ul li div.option-price {
	padding-left: 15px;
}

#product-page ul li ul li.free {
	/*background: transparent url( /images/no-charge.jpg ) no-repeat 0 0;*/
}

#product-page ul li ul li.label {
	background-image: none;
}

#product-page ul li ul li.free div.option-price {
	display: none;
}

.options-available p {
	margin-bottom: 0;
	margin-top: 0;
}
.related-header {
    font-weight: bold;
    color: #999;
}
.related-products li {
    width: 200px;
    float: left;
    text-align: center;
}
.related-products img {
    height: 100px;
}
.pricing-box {
    width: 200px;
    float: right;
    text-align: center;
}
.pricing-box .option {
    font-weight: bold;
    color: #333;
}
.price,
.upgrade-price {
    font-weight: bold;
    color: #0084c5;
    font-size: 1.2em;
}
.optional-upgrades {
    font-size: 1.1em;
    font-weight: bold;
    color: #ac6f18;
    text-transform: uppercase;
    border-bottom: 1px solid #ac6f18;
    padding-bottom: 3px;
    margin: 10px 10px 5px;
}

