h2.product-name {
	padding: 1em;
	font-size: 1.6em;
}
.product-right {
    float: right;
    width: 250px;
    clear: right;
    margin-top: 20px;
}
.product-left {
    float: left;
    width: 450px;
    margin-left: 15px;
}
.add-this {
    margin-bottom: 10px;
    height: 40px;
    float: right;
}
.brochure {
	margin-bottom: 5px;
	padding: 2px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #bbb;
}
.medicare li,
#documentWrapper li {
	list-style:none;
	margin-bottom:5px;
	padding: 2px;
	margin-left:0;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	background-color: #eee;
	border: 1px solid #bbb;
}
.medicare li a,
#documentWrapper li a,
.brochure a {
	display: block;
	text-decoration: none;
}

#documentWrapper li a:hover,
.brochure a:hover {
	background-color: #eee;
}
.brochure-top {
	width:100px;
	margin-left:auto;
	margin-right:0;
	margin-bottom:5px;
	text-align:center;
	border:1px solid #bbb;
}
.brochure-top a {
	display:block;
	text-decoration:none;
}

.click-here-link {
	font-weight: bold;
    padding: 5px;
}

.click-here-link a {
    border: 1px solid red;
    background-color: red;
	text-decoration: none;
	color: #fff;
    display: block;
}

.click-here-link a:hover {
    background-color: yellow;
    border: 1px solid #999;
    color: #000;
}

/* --------------------- Product Page --------------------- */

.product-label {
	text-align: center;
	font-weight: bold;
	color: #4473D0;
	background-color: #ffda81;
}

.product-label a {
	color: #F80824;
	text-decoration: none;
}

.product-label a:hover {
	color: #4473D0;
    font-size: 1.1em;
	text-decoration: none;
}
.cart-button {
    width: 250px;
    height: 36px;
}
.cart-button a {
    display: block;
    background: transparent url(/images/buttons/add-to-cart.png) 0 0 no-repeat;
    border: 0;
    height: 36px;
    width: 250px;
}
.cart-button a:hover {
    background-position: 0 -36px;
}
.option-packages {
	font-weight: bold;
}
.product-pic {
	border:0;
    float: right;
	width: 250px;
    text-align: right;
}
.product-pic img {
    width: 240px;
}
.additional-images {
    text-align: center;
    margin-top: 25px;
}
.additional-images-header {
    font-weight: bold;
}
.option-packages-header {
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.option-price {
	font-weight: bold;
	font-size: 2.5em;
    padding: 10px 0;
}

.option-coupon {
	font-weight: bold;
	color: red;
}

.msrp {
	font-style:italic;
	text-align:center;
}
.related-products {
	margin-top:15px;
}
.related-table {
	width:100%;
}
.related-image {
	width:100px;
}
.related-header {
  background-color:#D6D9F6;
	color:#40089e;
	font-weight:bold;
	padding:2px;
    margin-top: 20px;
}
.header {
	margin-bottom: 15px;
	padding: 2px 0;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
}
.description li,
.features li {
	list-style: disc;
	margin-bottom: 2px;
}
.sl-disclaimer {
	font-size: .9em;
}
.video {
    margin: 15px 0;
}
.review-snippet {
    margin: 20px 0;
    border: 1px solid #BBBBBB;
    background-color: #efefef;
}
.review-snippet a {
    color: #333;
}
.review div {
    padding: 5px;
}
.rating-header {
    background-color: #ddd;
    font-weight: bold;
    padding: 5px;
}
.rating {
    margin: 5px 5px 5px 40px;
}
.rating-count {
    padding-top: 5px;
    float: left;
}
.rating-average {
    display: none;
}
.write-a-review,
.read-a-review {
    text-align: center;
    clear: both;
}
.reviews-header {
    margin-top:20px;
}
