.brochure {
	margin-bottom: 5px;
	padding: 2px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #bbb;
}
#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;
}
#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 {
	background-color: yellow;
	font-weight: bold;
	border-bottom: 2px solid #AAA;
}

.click-here-link A {
	text-decoration: none;
	color: #000;
}

.click-here-link A:hover {
	color: red;
	text-decoration: none;
}

/* --------------------- 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;
	text-decoration: none;
}

.product-cart {
	font-weight: bold;
	color: white;
}

.product-cart A {
	color: yellow;
}

.product-cart A:Hover {
	color: #DDDDDD;
}

.cart-border {
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	border-left: 1px solid #CCCCCC;
}

.option-packages {
	font-weight: bold;
}
.product-pic img {
	border:0;
	width: 150px;
}
.option-packages-header {
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.option-price {
	font-weight: bold;
	font-size: 1.3em;
}

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

.msrp {
	font-style:italic;
	text-align:center;
}
.related-products {
	margin-top:15px;
}
.related-table {
	width:95%;
	border:1px solid #d6d9f6;
}
.related-image {
	width:100px;
}
.related-header {
  background-color:#D6D9F6;
	color:#40089e;
	font-weight:bold;
	padding:2px;
}
.header {
	margin-top: 15px;
	padding: 2px 5px;
}
.description li,
.features li {
	list-style: disc;
	margin-bottom: 2px;
}
.sl-disclaimer {
	font-size: .9em;
	margin: 10px 0;
}
