.product-wrapper {
    padding: 10px;
}

.product-top {
    margin: 20px 0 10px;
}

.pic-wrapper {
    float: right;
    width: 200px;
    text-align: center;
    position: relative;
}

#content img.product-pic {
    width: 150px;
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
}

.enlarge {
    font-size: .9em;
    padding: 5px 0;
    color: #999;
}

.price-wrapper {
    float: right;
    background: #fff url(/images/price-box-bg.jpg) 0 0 repeat-x;
    padding: 10px;
    min-height: 205px;
    width: 445px;
    border: 1px solid #ccc;
    -moz-border-radius: 15px;
border-radius: 15px;
}

h1 p.product-name {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
}

.model {
    font-size: .9em;
    margin-top: 1em;
}
.desc-wrap {
    width: 455px;
    margin-bottom: 15px;
    border-left: 10px solid #cce1c3;
    padding-left: 10px;
}
.desc-wrap strong {
    color: #000;
}
.desc-wrap ul li {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 25px;
}
.desc-wrap ol li {
    list-style: decimal;
    margin-bottom: 10px;
    margin-left: 25px;
}
.rating-header {
    display: none;
}

#content .rating {
    clear: none;
}

.review {
    height: 15px;
    line-height: 15px;
}

.rating-average {
    display: none;
}

.price-wrapper-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.review {
    border: 1px solid transparent;
    float: left;
}
.review div {
    float: left;
}
.read-a-review,
.write-a-review {
    padding: 0 10px;
    float: left;
    width: 90px;
}
.rating-count {
    float: left;
}
.read-a-review a,
.write-a-review a {
    text-decoration: none;
}

.cart {
    float: right;
    width: 150px;
    margin: 20px 20px 0;
}
.Product-2039 .cart-link {
    display: none;
}
.not-for-online-sale {
    /*font-weight: bold;*/
    font-size: 1.1em;
    font-style: italic;
}
.product-right {
    float: right;
    width: 170px;

}
.additional-images li {
    display: inline;
}
.additional-images img {
    height: 50px;
    border: 1px solid #bbb;
}
.documents {
    margin-top: 20px;
    margin-bottom: 5px;
}
.warranty-box {
    margin-bottom: 10px;
}
.warranty-header {
    font-weight: bold;
}
.documents a {
    color: #333;
}

.documents li {
    margin-left: 5px;
    margin-bottom: 10px;
    padding-left: 25px;
    /*height: 20px;*/
    line-height: 20px;
}
.pdf li {
    background: transparent url(/images/acrobat.gif) 0 0 no-repeat;
}
.html li {
    background: transparent url(/images/html.gif) 0 0 no-repeat;
}
a.html {
    /*background: transparent url(/images/html.gif) 0 0 no-repeat;*/
    padding-left: 30px;
    line-height: 20px;
}
.pricing {
    width: 200px;
    margin: 20px 0 0 20px;
    text-align: center;
}

.price {
    font-size: 1.8em;
    position: relative;
}

.price img {
    position: absolute;
    top:0;
    right: 10px;
}
.msrp {
    font-size: .9em;
    margin-bottom: 10px;
}

.single-issue-wrapper {
    margin-top: 10px;
}

.related-products {
    /*border: 1px solid #ccc;*/
    padding: 5px;
    margin-top: 20px;
    clear: right;
}
.related-header {
    color: #497238;
}
.related-products a {
    color: #333;
}
.related-products li {
    margin-bottom: 10px;
}

.related-table {
    width: 100%;
}

.related-table td {
    padding: 3px;
}

.related-pic-cell {
    width: 65px;
    text-align: center;
}

.related-image {
    width: 60px;
}
ul.tab-container {
	border-bottom: 1px solid #ccc;
	margin: 0;
	/*padding-bottom: 19px;*/
	font-size: 1em;
	font-weight: bold;
    width: 467px;
    float: left;
}

ul.tab-container li {
	list-style-type: none;
	margin: 0;
	padding: 0;
    z-index: 4;
}

.tab-container li {
    float: left;
	color: #333;
	font-weight: bold;
    line-height: 40px;
    height: 40px;
}
.tab-container li a {
   padding: 0 15px;
}

.tab-container li a:link,
	.tab-container li a:visited {
	background: #f4f4f4 url(/images/tab-bg.png) 0 0 repeat-x;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
	color: #333;
	float: left;
	font-weight: normal;
	/*margin-right: 8px;*/
	text-decoration: none;
}
#content .tab-container li.first a:link {
    border-left: 1px solid #ccc;
}
.tab-container li.selected span {
	font-weight: bold;
}

.tab-container li.selected {
    margin-bottom: 1px;
}
.tab-container li.selected a:link,
	.tab-container li.selected a:visited {
    background: none repeat scroll 0 50% #fff;
	border-bottom: 2px solid #fff;
	color: #000000;
    background-color: #fff;
    z-index: 3;
}

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

.panel-outer-container {
    width: 435px;
    z-index: 1;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px;
    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 */
    -moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}

.panel-container {
    width: 4000px;
    position: relative;
}

.panel-container .panel {
    float: left;
    width: 445px;
    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;
}
.infotable tr.odd td {
    background-color: #f2f5f1;
}
td.feature-name, td.feature-value {
    width: 50%;
    padding: 5px;
}
.options-available ul li {
    margin-bottom: 30px;
}
.options-available ul li ul li {
    margin-bottom: 10px;
}
.step-name {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
}
.option-price {
    color: #497238;
    font-weight: bold;
}
.option-pic {
    height: 30px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 10px;
}
li.no-image img {
    display: none;
}
.options-available .label  {
    color: #333;
    font-weight: bold;
}
.options-available .label .option-price {
    display: none;
}
.icon-wrapper {
   height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 35px;
    font-variant:small-caps;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.free-shipping {
    background: transparent url(/images/free-shipping-icona.gif) 0 0 no-repeat;
    margin-left: 45px;
}
.on-sale {
    background: transparent url(/images/sale-icon2.gif) 0 0 no-repeat;
}
.quick-ship {
    background: transparent url(/images/quick-shipping.gif) 0 0 no-repeat;
}
.quick-ship {
    line-height: 30px;
    height: 30px;
    color: #1B1464;
}

.quick-ship img {
    float: left;
    margin-right: 3px;
}
.best-value-pc {
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3em;
    padding-left: 35px;
    background: transparent url(/images/best-value-check.gif) 0 0 no-repeat;
    color: #508e34;
}
