/* Used for product bundles */

.FrequentlyText {
    padding-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
	font-size: 16px;
}
.RelatedDiv div,
.RelatedDiv li {
    height: auto!important;
    min-height: auto !important;
}
.RelatedDiv ul li {
    display: block;
    width: 100%!important;
    margin: 0px 0px 4px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
.RelatedDiv ul li .ProductImage {
    float: left;
    width: 46px !important;
    padding: 0 2px 0 0;
	 border: none;
}
.RelatedDiv ul li .ProductImage img {
    max-width: 40px;
    max-height: 40px;
}
.RelatedDiv ul li .ProductImage a {
    display: inline-block !important;
    margin: 0px !important;
}
.RelatedDiv ul li .ProductImage a {
    display: inline-block !important;
    height: auto!important;
}
.RelatedDiv .ProductDetails {
    text-align: left;
    float: left;
	font-size: 15px;
	max-width: 260px;
}
.ProductList strong a {
	font-size: 16px;
	font-weight: 400;
}
.RelatedDiv a,
.RelatedDiv em,
.RelatedDiv span {
    text-align: left;
    color: #000!important;
    font-weight: bold;
    padding-top: 0px;
	 font-size: 14px;
}
.RelatedDiv em {
	color: #37a000!important;
	font-size:16px;
	padding-top: 5px;
}
.RelatedDiv h2 {
    margin: 0px!important;
    padding: 20px 0 10px 0!important;
    border-top: 1px solid #ccc!important;
    font-size: 20px!important;
    color: #3c3c3c!important;
}
.RelatedDiv > span {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    display: none;
}
.RelatedDiv > span .checkanchor {
    color: #2e8ab8;
    font-weight: bold;
    cursor: pointer;
}
.inputcheck {
    float: left;
	margin: 5px 5px 5px 0;
}
.RelatedDiv .Rating {
    display: none;
}
.addToCartBtnBundle {
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px 6px 12px;
    background: #000;
    border: none;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.addToCartBtnBundle:hover {
    background-color: #0066FF;
}
.addToCartBtnBundle:active {
    background-color: #000000;
}
.RelatedDiv .RetailPriceValue {
    display: none;
}
.inputcheck input {
    border: 1px solid #ccc;
    background: none;
    padding: 6px 5px 5px 5px;
	background: #37a000;
    color: #fff;
	 margin-top: 1px;
	 -webkit-appearance: none;
	 border-radius: 0;
}
input.numinput {
    float: left;
    width: 20px;
    border: 1px solid #999;
    padding: 4px;
    margin: 6px 4px 4px 4px;
}
#ModalContainer {
    top: 25% !important;
}