table.price-break-table.landscape {
    border: thin solid #000000;
    margin-bottom: 5px;
}
table.price-break-table.landscape tr {
    border-collapse: collapse;
}
table.price-break-table.landscape th.odd,
table.price-break-table.landscape td.odd {
    background-color: #efefef;
}
table.price-break-table.landscape th,
table.price-break-table.landscape td {
    text-align: center;
    padding: 0 5px;
}
table.price-break-table.landscape th {
    border-bottom: thin solid #000000;
}

table.price-break-table.portrait {
    border: thin solid #000000;
    margin-bottom: 5px;
}
table.price-break-table.portrait tr {
    border-collapse: collapse;
}
table.price-break-table.portrait tr.odd {
    background-color: #efefef;
}
table.price-break-table.landscape th.selected,
table.price-break-table.landscape td.selected,
table.price-break-table.portrait tr.selected {
    background-color: #337ab7;
    color: #ffffff;
}
table.price-break-table.portrait th,
table.price-break-table.portrait td {
    text-align: center;
    padding: 0 5px;
}
table.price-break-table.portrait td.breakpoint {
    text-align: left;
}
table.price-break-table.portrait th {
    border-bottom: thin solid #000000;
}
.button-minus,
.button-plus {
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    padding: 0;
    width: 30px;
    position: relative;
    background-color: #ffffff;
    color:#2F78D1;
    font-size: 22px;
    border-color: #2F78D1;
    vertical-align: bottom;
}
#products_qty_block {
    display: inline-block;
}
.price-break-row:hover {
    cursor: pointer;
}

.accessoryHeading span {
	font-weight: 700;
	font-size: 16px;
}
.accessoryProdBox {
	text-align: center;
}
.accessoryDescription {
	display: none;
	position: absolute;
	left: 0px;
	max-height: 100px;
	top: 0;
	bottom: -10px;
	z-index: 1600;
	border: 1px solid #3667A1;
	border-radius: 5px;
	background-color: #FFF;
	padding-bottom: 2px;
	text-align: left;
}
/* Product Info */
.product-info-block.right {
    float: right;
    display: none;
}
ul.product_info_filters {
    list-style-type: circle;
}
ul.product_info_features {
    list-style-type: circle;
}
#product_info_price_block {
    font-weight: bold;
    visibility: visible;
}

/* BOM Parent Products */
.products-InfoBox,
.products-InfoBox li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.products-InfoBox li.products-InfoBox-item {
    display: inline-block;
    margin: 5px 0;
    padding: 3px 12px;
    text-align: center;
}
.products-InfoBox li.products-InfoBox-item.first {
    padding-left: 3px;
}
.products-InfoBox li.products-InfoBox-item.last {
    padding-right: 3px;
}
.productListTable tr td.child,
.products-InfoBox .ref-item {
    background-color: #F8F8AF;
}
/* EOM Parent Products */
/*BOM Also Purchased*/
.alsoPurchasedContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.alsoPurchasedBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
/*EOM Also Purchased*/
div.producttable {
    min-height: 100%;
}
.productSpecialPrice {
    color: #FF0000;
}

.add-to-cart-button.buy.product-info, .add-to-cart-button.rfq.product-info {
    display: inline-block;
    height: 38px;
    width: 210px;
    max-width: 300px;
    margin: -10px 0;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #102372;
}
.add-to-cart-button.buy.product-info:hover, .add-to-cart-button.rfq.product-info:hover {
    background-color: white;
    color: #102372 !important;
}
div.counts-popup.product-info {
    position: absolute;
    z-index: 1600;
    border: 1px solid #3667A1;
    border-radius: 5px;
    background-color: #FFF;
    padding: 10px;
    text-align: left;
    list-style-type: none;
    display: none;
}
div.counts-popup.buy.product-info {
    left: 180px;
}
div.counts-popup.rfq.product-info {
    left: 20px;
}
span.special-price {
	color: red;
	text-decoration: line-through;
}
ul.tabs{
    margin-bottom: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #102372;
    border-right-color: #102372;
    border-left-color: #102372;
    padding-top: 10px;
    background-color: #102372;
    padding-left: 6px;
}
.tabs li {
    list-style:none;
    display:inline;
    background-color: #4f81bc;
    margin-right: 6px;
}
.tabs li a {
    display:inline-block;
    color:#ffffff !important;
    text-decoration:none;
    font-weight: bold;
    background-color: #4f81bc;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
}

.tabs a.active {
    color: black !important;
    background-color: #ffffff;
}
.tab_area{
    border-top-width: 3px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ffffff;
    border-right-color: #102372;
    border-bottom-color: #102372;
    border-left-color: #102372;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 35px;
    padding-left: 10px;
}
.gray-boxxer {
    padding: 12px;
    background: #d9d9d9;
}
/* End Product Info */
