
/*Product Page*/
#product-info {
    width: 485px;
    float: left;
    margin: 0 15px 15px 0;
}
.product-description {
    margin: 10px 0;
}
.infotable-wrap {
    margin:0 0 15px 0;
}
.infotable {
    border-collapse:collapse;
    border-spacing:0;
}
.infotable tr.odd th, tr.odd td {
    background-color: #e3f1f6;
}
.infotable th, .infotable td {
    text-align: left;
    padding: 3px;
    width: 242px;
    font-weight: normal;
}
.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;
}

.options-available .label {
	color: #333;
}

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

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

div.option-name {
	width: 150px;
	margin-left: 100px;
    line-height: 20px;
}
.label div.option-name {
    margin-left: 5px;
    font-weight: bold;
}
img.option-pic {
	float: right;
	border: 1px solid #333;
	width: 50px;
	margin-right: 50px;
}

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

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

li.label img.option-pic {
	display: none;
}
div.option-price li.free span {
    display: none
}
div.option-price li.free div {
    background: transparent url(/images/no-charge.jpg) 0 0 no-repeat;
}
ul li ul li div.option-price {
	padding-left: 15px;
}

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

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

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

.options-available p {
	margin-bottom: 0;
	margin-top: 0;
}

#product-wrap {
    width: 215px;
    float: right;
    text-align: center;
}
.product-portrait {
    position: relative;
}
img.product-pic {
    width: 200px;
}
.best-value {
    position: absolute;
    top:0;
    right:0;
}
.product-portrait {
    overflow: hidden;
    text-align: center;
}
.free-box p {
   margin-bottom: 10px;
}
.additional-images li {
    display: inline;
}
.additional-images-header {
    font-size: .9em;
}
.additional-images img {
    height: 50px;
}
.related-products {
    margin-top: 100px;
}
.related-products-header {
    font-weight: bold;
    font-size: 1.1em;
}
.related-price {
    font-weight: bold;
    color: #666;
}
.related-row {
    margin-bottom: 15px;
}
img.related-pic {
   height: 100px;
}
.msrp-wrapper {
    margin-top: 10px;
}
.msrp {
    font-size: 1.3em;
    text-decoration: line-through;
    color: #999;
}
.price {
    color: #45320A;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.lit-links {
    padding: 5px;
    background-color: #666;
    text-align: center;
}
.lit-links a {
    font-weight: bold;
    color: #ffffff;
}
.lit-links a:hover {
    text-decoration: none;
}
.lit-links ul {
    display: inline;
}
.lit-links li {
    display: inline;
    padding-right: 9px;
    padding-left: 4px;
    /*border-right: 1px solid #BCDEEA;*/
}
.lit-links li.last {
    border-right: 0;
}
.reviews {
    margin-top: 25px;
}
ul.tab-container {
	border-bottom: 1px solid #ccc;
	margin: 30px 0 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: #ccc;
	color: #fff;
	font-weight: bold;
}

.tab-container li a:link,
	.tab-container li a:visited {
	background: #e4e4e4 none repeat scroll 0%;
	border: 1px solid #ccc;
	color: #333;
	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: #fff none repeat scroll 0%;
	border-bottom: 1px solid #fff;
	color: #000000;
}

.tab-container  a:focus {
	outline: none
}
.panel-outer-container {
	border-color: #ccc;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	clear: both;
	margin: 0 0 15px;
	min-height: 120px;
	padding: 15px;
  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: 455px;
    margin-right: 15px;
}

* html .panel-container {
	height: 120px;
}
#content .review-table {
    width: 450px;
}
.review-headline span {
    clear: left;
    float: left;
}
.rating-average,
.rating-header {
    display: none;
}
#content .review-snippet .rating {
   margin-left: 20px;
    margin-right: 0;
}
