﻿@charset "utf-8";

.hideChart {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/* POPUPS */
#popRuntime div.modal-body { min-height: 300px; }
#popRuntime div.modal-footer { text-align: left; }
#popLoadRuntimeTools .container { width: 960px; }

#popCheckPrices div.modal-body,
#popWishlist div.modal-body,
#popModelPrint div.modal-body { min-height: 300px; max-height: 425px; overflow-x:hidden; overflow-y:scroll; }

#popQuickview div.modal-body { min-height: 300px; max-height: 425px; overflow-x:hidden; overflow-y:scroll; }

/* COMPARE LIST SLIDE UP */
#compareListPanel {
	position: fixed;
    bottom: -65px; left: 0;
    width: 100%;
	padding: 0;
	text-align: center;
	background-color: #414142;
	z-index: 100;
}
#compareListHead {
	max-width: 49% !important;
	color: #ddd;
    white-space:nowrap;
	cursor: pointer;
	font-size: 16px;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
}
#compareListHead div { text-align: center; display: inline-block; width: 50%; }
#compareListHead div.msg { text-align: left; }
#compareListHead div.actions { text-align: right; }
#compareListImages {
	background:#414142;
	width:100%;
	color: #CCCCCC;
	text-align:center;
	margin: 0;
	padding: 20px 0;
	text-decoration: none;
}
#compareListImages .compareThumbs { min-height: 50px; }
#compareListImages .compareImgBlank { margin-right: 8px; margin-bottom: 8px; }
#compareListPanel #compareListBody { display: none; }

/* PRINT MODEL LIST WITH SPECS */
#modelListPrint td { border-top: none !important; }
h2.modelListHeading {
		margin-top: 0;
		margin-bottom: 10px;
	 }
	#modelListPrint .table td {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
		line-height: 1.42857143;
	 }
	#modelListPrint .model-number {
		margin: 10px 0 0;
		padding: 0;
		font-weight: bold;
		color: #333;
	}
	#modelListPrint .model-desc {
		margin: 0;
		padding: 0;
		color: #333;
	}
	#modelListPrint .model-url {
		margin: 0;
		padding: 0;
		color: #008000 !important;
	}
#modelListPrint table.specifications { max-width: 60% !important; min-width: 500px !important; }
#modelListPrint td.attr-name { width: 50%; padding: 2px 5px; font-size: 11px !important; }
#modelListPrint td.attr-value { width: 50%; padding: 2px 5px; font-size: 11px !important; }


/* INTERACTIVE RUNTIME CHART */
#chartdiv { width: 610px; height: 440px; }
#runtimeChartRight { min-height: 400px; position: relative; }
#compareLabel { width: 180px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 11px; padding: 8px; }
#compareLabel p { line-height: 14px; }
#compareLabel strong { font-size: 12px; }
#compare { margin-top: 15px; font-size: 11px; }
#battList, #battList2 { font-size: 11px; }

#chartKey { width: 180px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #ddd; padding: 8px; position: absolute; bottom: 0; }
#chartKey .outerKey { display: block; margin: 1px 0; padding: 2px 6px 2px 0; overflow: hidden; }
#chartKey .keyColor { width: 10px; height: 10px; margin: 4px 10px; float: left; border: 1px solid silver; }
#chartKey .keyLabel { width: 160px; line-height: 20px; }
#compare, #chartKey #addl, #chartKey #addl2, #chartKey #sel { display: none; }

/* GRID/LIST PAGE STYLE */
#pageStyle { margin: 10px 0 0 0; padding: 0; width: 140px !important; }
#pageStyle li, #pageStyle li a {  padding: 0; margin: 0; font-size: 12px !important; }
#pageStyle li a:hover { text-decoration:underline; }

/* LEFT SIDEBAR */
#sidebarLeft { padding-top: 0 !important; }

/* BREADCRUMBS */
.productDropDown { padding-top: 3px !important; padding-bottom: 3px !important; }

/* CATALOG PAGE */
/*#divPageHeader { display: none; }*/
#catalogHeader h2 { font-size: 2.25rem; margin-top: 0; margin-bottom: 20px; }
#catalogHeader h2 > a { text-decoration: none; }
#catalogHeader .caret {
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0e7dc7;
}

#catalogHeader .dropdown-menu>li>a:hover {
  color: #eee;
  background-color: #428bca;
}

#productApplications h4, #productTypes h4 { text-transform: uppercase; font-size: 14px; font-weight: 700 !important; }
#productApplications ul.list-group, #productTypes ul.list-group { display: inline !important; }

#rightSidebar .related-categories { background-color: #edeff2; padding: 0 10px 1px 10px; margin-top: 8px; }
#rightSidebar .related-categories h4 { background-color: #7d8a99; color: #fff; padding: 7px 10px 5px 10px; margin-left: -10px; margin-right: -10px; }
#rightSidebar .hmc { display: none; margin-top: 5px; padding: 14px 10px 3px 10px; background-color: #fafbfc; }
#rightSidebar .related-categories h4, #rightSidebar .hmc h4 { text-transform: uppercase; font-size: 14px; font-weight: 700 !important; }
#rightSidebar a { font-size: 13px; }

#rightSidebar .related-categories ul { margin-left: 0; }
#rightSidebar .related-categories li { margin-bottom: 2px; }

#rightSidebar .hmc ul {
    list-style-type: square;
    padding: 0;
    margin: 0;
    /* handle multi line list elements */
    display: table;
    border-collapse: collapse;
    display: block;
}

#rightSidebar .hmc li {
    /* handle multi line list elements */
    display: table-row;
    line-height: 1em;
    padding: 0;
    margin: 0;
	line-height: 16px;
	margin-bottom: 6px;
}

/*#rightSidebar .hmc li:before {
    content: "■ ";
	font-family: "Arial Unicode MS", "Lucida Sans Unicode", Arial, sans-serif;
    color: #8da4be;
	font-size: 12px;
}*/

#rightSidebar .hmc li span {
	/* handle multi line list elements */
    display:table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}

#rightSidebar .hmc li a { }

#rightSidebar hr {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 95%;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(45, 88, 189,0.1), rgba(45, 88, 189,0.5), rgba(45, 88, 189,0.1));
	background-image:  -moz-linear-gradient(left, rgba(45, 88, 189,0.1), rgba(45, 88, 189,0.5), rgba(45, 88, 189,0.1));
	background-image:   -ms-linear-gradient(left, rgba(45, 88, 189,0.1), rgba(45, 88, 189,0.5), rgba(45, 88, 189,0.1));
	background-image:   -o-linear-gradient(left, rgba(45, 88, 189,0.1), rgba(45, 88, 189,0.5), rgba(45, 88, 189,0.1));
}

#productLinesPanel { display: none; }
#productLinesPanel .borderBottom { border-bottom: 1px solid #d0d0d0 !important; padding-bottom: 5px; }

#productGroupList .productLineDiv { display: none; }
/*#productApplications { display: none; }*/

#gsProductCarousel .carousel-control.left { left: -12px; }
#gsProductCarousel .carousel-control.right { right: -30px; }

#productGroupList { min-height: 600px; }
#productGroupList .grid { min-height: 296px; }
#productGroupList .caption { min-height: 35px; margin-bottom: 20px; }

.list-head {
	margin: 0 0 30px 0;
	padding: 8px 0;
	border-bottom: solid #d0d0d0;
	border-width: 1px 0;
}

#helpMeChoose { margin-top: 8px; }
#helpMeChoose h4 { font-size: 15px; font-weight: 700 !important; text-transform: uppercase; }

/* FINDER SUMMARY LIST */
#finders .finder-link {
	padding-left: 20px;
	font-size: 15px !important;
	padding-top: 5px;
	display: block;
	margin-bottom: 2px;
	clear: left;
	display: table;
}

#finders .finder-link span {
	display: table-cell;
	vertical-align: middle;
	color: #555;
	font-weight: bold;
}

#finders .finder-link:hover span {
	/*border-bottom: 1px solid #0072c6;*/
}

#finders .finder-link img {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	min-width: 60px;
}

/* CATEGORY PAGE */
#productList h3.media-heading { line-height: 50px; vertical-align: text-top;  }
#productList .media-object { min-height: 50px; }
#productList .table tr:first-child td { border-top: none; }
#productList .table h3 { line-height:20px !important; }
#productList .table h3 a { font-size: 15px; margin-top: 15px; color: #666; line-height: inherit; font-weight: bold; }
#productList .table h3 a:hover { color: #0072c6; border-bottom: 1px solid #0072c6; }
#productList .table td.img { width: 60px; }
#productList .panel-heading { padding-left: 10px; }
#productList h3.panel-title { line-height: 18px; padding: 4px 0 6px 0; }

#productList h3.panel-title img { margin-top: -20px; }
/*#productList .table td.catName { width: 40%; }*/
.mcs .thumbnail { position: relative; }

/* COMPARISON TABLES */
#comparison td.features { border-right: 1px solid #ddd; }
#comparison td.title, #comparison th.title { text-transform: uppercase; vertical-align: bottom; font-size: 16px; font-weight: bold;  }
#comparison th.noBorder, #comparison td.noBorder { border-top: none; }
#comparison th.rightBorder, #comparison td.rightBorder {  }
#comparison col.features { width: 31%; }
#comparison col.upsDots { width: 23%; }
#comparison col.pduDots { width: 12%; }
#comparison td.tight { line-height: 13px; }

/* PRODUCT LIST */
#productList .table h3 { font-size: 16px; margin-top: 5px; color: #666; font-weight: 700; }
#productList .table td.actions { width: 15%; white-space:nowrap }
#productList .table td.actions a { color:#0072c6; }
#productList img:hover { border-color: #5DA5DB; }
#productList a.goTop {text-decoration: none; }

/* PRODUCT COUPON */
/*#productList .typeContainer { display: table-row; overflow: hidden; display: block; padding: 0; margin: 0; }*/
#productList .mcoupon, #categoryList .mcoupon {
	position: relative;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0;
	padding: 12px 8px 8px;
	text-align: center;
	border: 1px solid #ddd;
}

#productList .scoupon {
	position: relative;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0;
	padding: 12px 8px 8px;
	text-align: center;
	border: 1px solid #ddd;
}

#productList .mcoupon:hover, #categoryList .mcoupon:hover, #productList .scoupon:hover { border: 1px solid #5999E1; }

#productList .scoupon h3 a { color: #555; }
#productList .scoupon h3 a:hover { color: #0072c6; }
#productList .scoupon:last-child { margin-right: 0; }

.mcoupon h3, .scoupon h3 { font-size: 15px; margin-top: 0; color: #666; line-height:18px; font-weight: bold; }
.mcoupon img, .scoupon img { margin-bottom: 8px; }
.mcoupon p, .scoupon p { font-size: 11px; }
.mcoupon a.btn, .scoupon a.btn { margin: 0 2px; text-decoration: none; }

#productList h3 span, #categoryList h3 span { font-weight: normal; font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height:normal; }
#productList a.moreInfo, #categoryList a.moreInfo { text-decoration: none; }
#productList a.moreInfo:hover, #categoryList a.moreInfo:hover { text-decoration: underline; }

#productList div.modelCount, #categoryList div.modelCount { position: absolute; top: 1px; left: 1px; padding: 0 2px; color: #888; display: none; }

/* UPS Filters */
#filter1, #filter2, #filter3 { height:36px !important; background-color: #EAF1F9; }

/* MCS ADVIZIA OVER-RIDES */
.mcs .thumbnail .caption { padding: 0 5px; }
.mcs .caption h3 { font-size: 14px !important; line-height: 18px !important; margin-bottom: 0 !important; color: #0072c6 !important; }
.mcs .caption  p { font-size: 11px !important; line-height: 14px !important; }
.mcs .navbar { z-index: 101; min-height: 30px; margin-bottom: 10px; }
.mcs .navbar-inner {
	border: none !important;
	background-image: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	padding-right: 0;
	border-bottom: 1px solid #ddd !important;
}
.mcs .breadcrumb { padding-left: 0;  }
/*.mcs .breadcrumb>li+li:before { content: 'x'; color: #0072ba; }*/
.mcs .navbar-inner p.brand { font-weight: bold; float:right; padding-right: 0; }
.mcs .container-fluid { padding-left: 0; padding-right: 0; }
/*.mcs .breadcrumb { display: none; visibility: hidden; }*/
.mcs .question { padding-left: 0 !important; }
.mcs .thumbnail .pull-right { display: none; visibility: hidden; }
.mcs .img-cont { min-height: 100%; }
.mcs .thumbnail { border: none !important; border-bottom: 1px solid #ddd !important; margin-bottom: 8px !important; }
.mcs .thumbnails .thumbnail img { width: 75px; height: 75px; }
.mcs .sidebar-nav .nav-header { padding-left: 0 !important; }
.mcs #home {
	line-height: 16px !important;
	width: 64px !important;
	height: 14px !important;
	margin: 0 0 2px 0 !important;
	vertical-align: top !important;
	background-image: url('https://prodzone-tripplite.netdna-ssl.com/assets/img/products/resetAll.png') !important;
}

/* SERIES PAGE */
@media (max-width: 480px) {
	#seriesImg img { margin-top: 10px; }
}

/* SERIES PAGE */
@media (max-width: 480px) {
	#seriesImg img { margin-top: 10px; }
}

/*
	#seriesImg { min-height: 202px; }
	#seriesImg img { min-height: 200px; margin-top: -30px; }
	#seriesDesc2 { margin-top: -25px; }
*/
#resourceList { background: #EEE; }
#resourceList h4 { margin-top: 0; }
#resourceList ul { list-style: none; margin-left: 0; }
#resourceList ul li, #resourceList ul li a { text-decoration:none; font-size:11px; font-weight:400; }
#resourceList a:hover { text-decoration: underline; }

#filterHead { min-height: 20px; }
#filterHead p {
	line-height:14px;
	margin: 0;
	padding:5px 0 2px;
	text-transform:uppercase;
}
#filters, #values {
	text-transform:uppercase;
	padding:0;
	margin:0;
	position:relative;
	z-index:1;
}

/* BROWSER SPECIFIC FIX
#filters .dropdown dd ul { top:30px !important; }
#filters .dropdown dt a { background-position:132px -883px; }
#filters .dropdown dt a:hover, #filters .dropdown dt a:active { background-position:130px -643px; }
*/

/* FILTER ROW STYLES */
#filters {
	position:relative;
	z-index:2;
}
:first-child #filters .filterWrap {
	position:relative;
	margin-left: 1%;
}
#filters a.filterValue {
	text-decoration:none;
	font-size:12px;
	font-weight:400;
	cursor:pointer;
	text-transform:none;
	color:#444;
	word-wrap:break-word!important;
	display:inline-block;
	max-width:150px
}
#filters a.filterValue:hover {
	color:#0072C6;
	text-decoration:underline;
}

/* SERIES PAGE SIDEBAR FILTERS */
#sidebarLeft h4 { padding:5px 0 5px 0; margin-top:0; font-size:14px; }
#sidebarLeft a.attrID { font-weight:bold; font-size:12px; }
#sidebarLeft ul.filters { padding-bottom: 10px; margin-left: 0; list-style-type:none; }

#sidebarLeft ul.filters li { padding-bottom: 10px; }
#sidebarLeft ul.filters li a { text-decoration:none !important; background-image: none !important; padding-left: 0; }
#sidebarLeft ul.filters li a span { color:#444; }
#sidebarLeft ul.filters li ul { padding: 0 !important; margin: 5px 0 5px 0 !important; list-style-type:none; }
#sidebarLeft ul.filters li ul li { padding-bottom: 4px !important; }
#sidebarLeft ul.filters li ul li a { font-size:11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
#sidebarLeft ul.filters select { width:auto !important; min-width: 50%; max-width: 100%; padding:0; margin:0; line-height:normal; height:auto; font-size:11px; }

#sidebarLeft ul.filters li ul li a { text-decoration:underline !important; padding-left: 18px; background-image: url('https://prodzone-tripplite.netdna-ssl.com/assets/img/core/checkbox.png') !important; background-repeat: no-repeat; background-position: 0 0; }
#sidebarLeft ul.filters li ul li a.selected { text-decoration:underline; color: #9658ab; outline: none; background-position: 0 -25px;  }

/* SELECTED VALUES */
#values {
	margin:0;
	padding:0;
	min-height:0;
}
#values .valueWrap {
	position:relative;
	margin:0;
	padding:0;
	margin-left: 1%;
	vertical-align:top;
}
#values .valueWrap:first-child { margin-left: 0%; }
#values a.filterValue {
	padding-left:17px;
	background:url('https://prodzone-tripplite.netdna-ssl.com/assets/img/core/sprite-form-blue.png') no-repeat;
	background-position:0 -586px;
	text-transform:none;
	display:none;
	margin:0 15px 3px 15px;
}
#values a.selectedValue {
	background-position:0 -586px;
	display: inline-block!important
}
#values a.selectedValue:hover {
	color:#0072C6;
	background: url('https://prodzone-tripplite.netdna-ssl.com/assets/img/core/sprite-form-blue.png') no-repeat;
	background-position: 0 -526px;
	cursor: pointer;
	text-decoration:none;
}

/* MODEL LIST */
#modelListWrap {
	overflow-x: hidden;
	margin: 0 0 15px 0;
}
#modelListHead {
	font-size:14px; font-weight:bold; font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	height: 30px;
	margin:0 0 13px 0;
	padding: 5px 0 0 0;
}
#modelListHead div {
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
}
#modelListHead div.matchCount {
	padding-left:20px;
	font-weight:bold;
	font-size:11px;
	color:#444
}
#modelListHead div.sortBy {
	padding-right:10px;
	text-align:right;
}
#modelListHead div span.pipeSpacer {
	padding-left:5px;
	padding-right:5px;
	color:#BBB;
}
#modelListHead div.right {
	text-align:right;
	padding-right:20px;
}
#modelListHead div.center { text-align:center; }
#modelListHead div a.sortable { text-decoration:none; }
#modelListHead div a.sortable:hover {
	color:#ff7200;
	text-decoration:none;
}
#modelListHead div a.sorted { color:#0072c6 !important; }
#modelListHead div a.ASC { border-bottom:1px solid #0072c6 !important; }
#modelListHead div a.DESC { border-top:1px solid #0072c6 !important; }
#modelList td.pImage {
	width:85px;
	vertical-align:top;
	white-space:nowrap;
}
#modelList td.pImage img {
	float:left;
	border:1px solid #DDD;
	background:#fff;
	padding: 3px;
	margin:3px 0 3px 5px;
	min-height: 50px;
}
#modelList td.pImage input { float:left; }
#modelList td.pDesc {  }
#modelList td.pAction p { white-space:nowrap; margin:0; padding: 0 0 0 10px; font-size:11px; }
#modelList td.pAction p a { text-decoration:none; }
#modelList a.btn-mini { width:90px; font-size: 11px; text-decoration: none; }

.pImage .img-thumbnail { min-width: 42px; }

/* UPS BY VA */
#sidebarLeft ul.vaRange li { margin: 0 0 8px 0; }
#sidebarLeft ul.vaRange li a { text-decoration:none; padding: 0 0 0 18px; background-image: url('https://prodzone-tripplite.netdna-ssl.com/assets/img/core/checkbox.png'); background-repeat: no-repeat; background-position: 0 2px; }
#sidebarLeft ul.vaRange li a.selected { text-decoration:underline; color: #9658ab; outline: none; background-position: 0 -24px; }

/* NEW PRODUCTS PAGE */
#newProductSidebar {
	margin-top: 75px;
}
#newProductSidebar a.list-group-item {
	padding: 10px 15px;
    border: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d7d8d9;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    color: #6f8dae;
}
#newProductSidebar a.active {
	background: repeating-linear-gradient(90deg, #c1cedc, #c1cedc 5px, #fff 5px, #fff 240px);
    font-weight: 700 !important;
    color: #6f8dae;
	border: none;
}
#newProductSidebar a span { color: #888; margin-left: 5px; font-weight: 400 !important; font-size: 13px; }

#newProductsNav { margin: 10px 0 30px 0; }
#newProductsNav ul { overflow: auto; list-style-type: none; margin-left: 0; }
#newProductsNav li {
  	display: inline-block;
	padding: 0 0 0 5px;
}
#newProductsNav li:after {
	content: "|";
	color: #ccc;
	display: inline-block;
	font-size: 100%;
	margin: 0 6px 0 8px;
}
#newProductsNav li:last-child:after { content: " "; }

#newProductsNav li a { text-decoration: none; white-space: nowrap; }
#newProductsNav li a:hover { text-decoration: underline; }
#newProductsNav li.active { font-weight: bold; text-decoration: underline; }

/* MODEL PAGE */
#brandName { font-size: 20px; font-weight: normal; color: #616a74; margin-top: 10px; }

#overview .popover { max-width: 450px; }

#mFeatures { padding-right: 15px; }
#mFeatures ul { padding:0; margin:0; margin-bottom: 20px; list-style: none; }
#mFeatures ul li { padding-left: 11px; text-indent: -10px; line-height: 18px; margin-bottom: 6px; }
#mFeatures ul li:before { content: "▪ "; color: #0072c6; font-size: 20px; vertical-align: top; }

#mFeatures h1.modelName_L { font-size: 20px; margin: 2px 0 5px 0; line-height: 24px; }
#mFeatures h1.modelName_M { font-size: 18px; margin: 2px 0 5px 0; line-height: 24px; }
#mFeatures h1.modelName_S { font-size: 16px; margin: 2px 0 5px 0; line-height: 24px; }
#mFeatures h2 { font-size: 13px; line-height: 20px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
#mFeatures hr { margin: 5px 0 15px; border-color: #ccc; }

#tabs div.tab-pane { min-height: 400px; }
#tabs .nav-tabs>li>a { font-size: 14px; outline: none; }

/* IMAGE ADS IN MODEL PAGE SIDEBAR */
.affixImageAd { margin-top: 40px; margin-left: 8px; }

#mImages { position: relative; }
#mImages > img { border: 1px solid rgba(0, 0, 0, 0.2); margin: 0 auto; min-height: 220px; min-width: 220px; }

#mImagesTools { margin-top: 0; /* margin-left: 26px; width: 222px;*/ }
#mImagesTools .btn-group { float: none; }
#mImagesTools .btn { padding: 4px 8.5px; font-family: Arial, Helvetica, sans-serif; }
#mImagesTools .btn { padding: 4px 10.5px\0/; }

#tagList .tags { margin-left: 0; }
#tagList .tag {
	color: #656d73;
	text-decoration: none !important;
	float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 4px 0 4px;
    margin: 5px 4px 0 0;
    font-size: 11px !important;
    background: #eee !important;
	border: 1px solid #bbb !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#tagList .tag:hover, #tagList .tagActive {
	color: #0e7dc7;
    background: #fff !important;
	border: 1px solid #0e7dc7 !important;
	text-decoration: none !important;
}

.btn-group > .btn + .btn { margin-left: -4px; }
.btn-group > .btn-sm { font-size: 11px; }
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
#toolbox .btn { min-width: 80px; }
#toolbox .dropdown-menu > li > a { color: #0e7dc7; }
#toolbox .dropdown-menu > li > a:hover { text-decoration: underline; }

#features-parent, .section-parent {
	height: 144px;
	overflow: hidden;
}

#features-coverup, .section-coverup {
	position: absolute;
	width: 100%;
	height: 144px;
	bottom: 0;
	left: 0;
	background:url('https://prodzone-tripplite.netdna-ssl.com/assets/img/bg/section-fade.png') bottom left repeat-x;
	z-index: 1039;
}

#certifications { min-width: 74px; }

.faq-table h5 { font-weight: 400 !important; }
.faq-table pre { font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif !important; font-weight: 400 !important; }

#model-collateral { padding: 0 40px; margin-top: -4px; }

#carousel-all-images-sm .item { text-align: center; margin: 0; }
#carousel-all-images-sm .item img { margin: 0 10px; }
#carousel-all-images-sm .carousel-control.left { left: -8px; }
#carousel-all-images-sm .carousel-control.right { right: -8px; }

#text-carousel-lg { margin-top: 8px; }
.text-carousel .carousel-inner { margin-left: 30px; width: 180px; }
.text-carousel .item { text-align: center; color: #fff; font-weight: bold; font-size: 16px; padding-top: 2px; }

.text-carousel .carousel-control.left,
.text-carousel .carousel-control.right { top: 1px; background-image: none; color: #333; text-shadow: none; color: #fff; }
.text-carousel .carousel-control.right { right: -15px; }

.model-highlight { width: 94px; }
.model-highlight.table-bordered td { border-color: #ccc; }

.model-highlight tr:first-child td { padding: 11px 0 6px 0; background-color: #fff; }
.model-highlight tr:nth-child(2) td { background-color: #f1f4f7; }

.model-highlight-icon { text-align: center; }
.model-highlight-text { text-align: center; padding: 0 2px; }
.model-highlight-text h5 { font-size: 14px; color: #555; }

.section-header {
	margin: 0;
	padding: 2px 0 8px 0;
	color: #656d73;
	/*font-size: 20px;
	line-height: 18px;*/
}

.key-spec-table td { font-size: 13px; }
.key-spec-table td:first-of-type { white-space: nowrap; font-weight: 700; }

.hidden-row { padding: 0 !important; }

.accordion-toggle { /*float: left;*/ cursor: pointer; }
.accordion-toggle td {
	padding-left: 0 !important;
	vertical-align: middle !important;
	border-top: 0 !important;
}
.accordion-toggle td:before {
	position: relative;
	display: inline-block;
	top: 10px;
	left: 0;
	font-family: 'icomoon';
	content: "\e041";
	font-size: 32px;
	color: #ccc;
}

.accordion-toggle td h5 { display: inline-block; text-transform: uppercase; }

#description-bullets li { margin-bottom: 8px; }

.accordion-toggle.collapsed td:before {
	content: "\e040";
}

/*.accordion-body td { font-size: 13px; }*/
.accordion-body td:first-of-type { white-space: nowrap; font-weight: 700; }

.full-spec-table td h5 { display: inline; text-transform: none; }
.full-spec-table .accordion-toggle.collapsed td:before { display: inline; }
.full-spec-table .accordion-body td:first-of-type { white-space: normal; }
.full-spec-table .accordion-toggle td:before { top: 1px; font-size: 16px; }

.faq-table td h5 { display: inline; text-transform: none; font-size: 14px; }
.faq-table .accordion-toggle.collapsed td:before { display: inline; }
.faq-table .accordion-body td:first-of-type { white-space: normal; }
.faq-table .accordion-toggle td:before { top: 2px; font-size: 16px; }

.faq-table pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: normal;
	border: 0;
	background-color: inherit;
	font-size: 12px;
}

td.spec-name { width: 45%; }

#panel-siblings {
	display: none;
	margin-bottom: 25px;
	padding: 10px 0 10px 0;
}

#panel-siblings .thumbnail { padding: 0; border: 0; background: none; }

/* #PRContainer .pr-review-sort { display: none; }
#PRContainer .pr-contents-wrapper { display: none; } */

/* THUMBNAIL CAROUSEL */
#allImagesCarousel {
	margin-top: 10px;
}

#allImagesCarousel .carousel-control {
	background: none;
	filter: none;
	margin-bottom: 25px;
	color: #999;
}

#allImagesCarousel .carousel-control .glyphicon-chevron-left,
#allImagesCarousel .carousel-control .glyphicon-chevron-right {
	font-size: 20px
}

#allImagesCarousel .carousel-control.left span {
	margin-top: 0;
	margin-left: 0;
	left: 0;
}

#allImagesCarousel .carousel-control.right span {
	margin-top: 0;
	right: 15px;
}

.imgPlace1 { text-align: right; padding-right: 0; }
.imgPlace2 {}
.imgPlace3 { text-align: left; padding-left: 0; }

#allImagesCarousel .item img { border: 1px solid #ccc; width: 62px; height: 62px; }

/* PRODUCT MODEL IMAGE ZOOM */
/* if below value is not set, Bootstrap will display a blurry image when zoomed in */
/* this should match the maximum width of the image */
/* modelZoomXL is temp ID, TBD later */
#popCarousel { margin: 0 auto; width: 500px; }
.smooth_zoom_preloader { width: 500px !important; height: 500px !important; }

.item.active img { z-index: 2600; }

.tab-content { padding: 0; }

/*
#popThumbnails a { color: #999; text-decoration: none; }
#popThumbnails a:hover { color: #666; text-decoration: none; }
#popThumbnails span { margin: 0 2px; font-size: 20px; }
#popThumbnails span:hover { color: #666; }
*/

/* ADDITIONAL CONTROLS LOCATED IN TRIPPLITE.PRODUCTS.MODEL.FLEXSLIDER.JS AND FLEXSLIDER.CSS */
#popThumbnails img { width: 50px; margin: 12px 0; border: 1px solid rgba(0, 0, 0, 0.2); }
#popThumbnails img:hover { border: 1px solid #FDA352; cursor: pointer; }
#popThumbnails a { outline: none; }

#awards img { margin-right: 5px; }

#specs tbody th { font-weight: bold; width: 60%; }
#specs tbody td { width: 40%; }

#tags span { float: left; }
#tags a.label { color: #444 !important; font-weight: 400; background-color: #eee !important; border: 1px solid #ccc; text-shadow: none; float: left; margin-top:5px; }

#section-features .alert { min-height: 70px; }
.alert h4 { font-weight: bold; font-size: 14px }

#popPrint .modal-body { max-height: 500px; overflow-y: scroll; }

#popWishlist input.modelQty { width: 30px !important; text-align: right; padding-right: 5px; }

/* SIDEBAR AD STYLES */

#batteryAd { position: relative; overflow:hidden; border: 1px solid #ccc; width: 100%; }
#batteryAd .image { float: left; margin: 0; padding: 0; }
#batteryAd .headline { float: right; margin: 10px 5px 0 0; padding: 0; }
#batteryAd .adContent { margin-top: 85px; width: 100%; padding: 0 5px 0 0; text-align: right; }
#batteryAd .adContent p { padding: 5px 5px 0 8px; font-size: 12px; color: #444 !important; font-weight: 400; line-height: 16px; }
#batteryAd .adContent a.cta { margin: 0 0 10px 0; padding: 0; }

#runtimeAd { position: relative; overflow:hidden; padding: 10px 0 0; border: 1px solid #ccc; width: 100%; }
#runtimeAd span { padding: 0 10px 0; margin-bottom: 30px; font-size: 48px; line-height: 1em; }
#runtimeAd h4 {  margin: 0; padding: 0; font-size: 14px; color: #444; font-weight: 700; line-height: 18px; }
#runtimeAd p { margin: 0; padding: 0; font-size: 14px; color: #444; font-weight: 400; line-height: 16px; }
#runtimeAd a.cta { margin: 5px 0 5px 0; padding: 0; line-height: 1em; cursor: pointer !important; }

#taaAd { position: relative; overflow:hidden; padding: 10px 0 0; border: 1px solid #ccc; width: 100%; }
#taaAd span { padding: 0 10px 0; margin-bottom: 30px; font-size: 48px; }
#taaAd h4 {  margin: 0; padding: 0; font-size: 14px; color: #444; font-weight: 700; line-height: 18px; }
#taaAd p { margin: 0; padding: 0; font-size: 14px; color: #444; font-weight: 400; line-height: 16px; }
#taaAd a.cta { margin: 5px 0 5px 0; padding: 0; cursor: pointer !important; }

#kvmDemo { position: relative; overflow:hidden; padding: 10px 0 0; border: 1px solid #ccc; width: 100%; background:url('https://prodzone-tripplite.netdna-ssl.com/shared/product-images/sm/B072016IP21-FRONT-S.jpg') no-repeat 5px 0px; }
#kvmDemo span { padding: 0; margin: 0 5px 30px 5px; font-size: 48px; line-height: 1em; }
#kvmDemo h4 {  margin: 0; padding: 0 0 0 10px; font-size: 16px; color: #444; font-weight: 700; line-height: 18px; }
#kvmDemo p { padding: 5px 5px 0 8px; text-align: right; font-size: 12px; color: #444 !important; font-weight: 400; line-height: 16px; }
#kvmDemo a.cta { margin: -10px 0 10px 0; padding: 0; cursor: pointer !important; }

#consoleDemo { position: relative; overflow:hidden; padding: 10px 0 0; border: 1px solid #ccc; width: 100%; background-image:url('https://prodzone-tripplite.netdna-ssl.com/shared/product-images/sm/B0940082EMF-FRONT-S.jpg'); background-position: 5px 5px; background-repeat: no-repeat; }
#consoleDemo span { padding: 0; margin: 0 5px 30px 5px; font-size: 48px; line-height: 1em; }
#consoleDemo h4 {  margin: 0; padding: 0 0 0 10px; font-size: 16px; color: #444; font-weight: 700; line-height: 18px; }
#consoleDemo p { padding: 10px 5px 0 8px; text-align: right; font-size: 12px; color: #444 !important; font-weight: 400; line-height: 16px; }
#consoleDemo a.cta { margin: -10px 0 10px 0; padding: 0; cursor: pointer !important; }

#paAd { position: relative; overflow:hidden; padding: 10px 0 0; border: 1px solid #ccc; width: 100%; }
#paAd span { padding: 0; margin: -0 5px 30px 5px; font-size: 48px; line-height: 1em; }
#paAd h4 {  margin: 0; padding: 0; font-size: 16px; color: #444; font-weight: 700; line-height: 18px; }
#paAd p { padding: 3px 3px 0 8px; font-size: 12px; color: #444 !important; font-weight: 400; line-height: 16px; }
#paAd a.cta { margin: 0 0 10px 0; padding: 0; cursor: pointer !important; }

#modelSupport { position: relative; overflow:hidden; padding: 10px 0 0; border: 1px solid #ccc; width: 100%; }
#modelSupport span { padding: 0 10px 0; margin-bottom: 30px; font-size: 36px; line-height: 1em; }
#modelSupport h4 {  margin: 0; padding: 0; font-size: 14px; color: #444; font-weight: 700; line-height: 18px; }
#modelSupport p { margin: 0; padding: 0; font-size: 14px; color: #444; font-weight: 400; line-height: 16px; }
#modelSupport a.cta { margin: 5px 0 5px 0; padding: 0; }

/* BAZAARVOICE STYLES */
.BV, .BVSubjectName, .BVButton { font-family: Helvetica, Arial, sans-serif !important; }

/* review/Q&A summary content */
#modelRating { margin-top: 10px; text-align: left !important; font-size: 11px;  }
#modelRating .BVRRRatingNormalLabel { display: none; }
#modelRating .BVRRRatingNormalImage { float: left; }
#modelRating .BVRRRatingNormalImage img { vertical-align: inherit !important; }
#modelRating .BVRRRatingNormalOutOf { display: inline; float: left; }
#modelRating .BVRRRatingNormalOutOf span { padding-top: 3px;}
#modelRating .BVRRRatingSummaryLinkRead { border-color: #ccc !important; }

#modelQandA { margin-top: 20px; text-align: left !important; font-size: 11px;  }
#BVQASummaryBoxTitleID { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold !important; color: #555 !important; font-size: 15px !important; }

/* review page */
#reviews .review.hreview-aggregate { display: none; }
#reviews .summary { display: block; font-weight: bold; }
#reviews .dtreviewed { display: block; margin-bottom: 15px; color: #999; }
#reviews .BVRRPager { margin-bottom: 15px; }

#BVMessagePageHeaderID { display: none; }
#BVFieldTitleID { width: 310px; }
#BVFieldReviewtextID { width: 335px; }

/* FIBER CABLE TEST DATA PAGE */
td.disabled { color: #999; background-color: #e7e7e7; }
#testResults { display: none; }
#tableFilter label {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857143;
	color: #444;
}
#rightSidebar img {
	box-shadow: 0 4px 4px -2px #666;
	-moz-box-shadow: 0 4px 4px -2px #666;
	-webkit-box-shadow: 0 4px 4px -2px #666;
	margin-left: -10px !important;
}

/* CUSTOM PRODUCTS PAGE */
#cpHeader {
	background-image:url('https://prodzone-tripplite.netdna-ssl.com/assets/img/products/bgCustomProducts.jpg');
  background-position: 260px 0;
  background-repeat: no-repeat;
  min-height:200px;
}

@media screen and (min-width: 960px) and (max-width: 1279px){
	#cpHeader {
	  background-position: 220px 0;
	}
}

#cpHeader .lead {
	padding-right: 80px;
}

/* CROSS REFERENCE PAGE */

/* styles for brand and brand model filters */
#filters .inner {
	padding: 0;
	height: 150px;
	font-size: 12px;
	border:1px solid #CCC;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color: #E7E7E7;
}
#filters ul {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
#filters ul ul { height: auto; }
#filters li {
	display:block;
	padding: 3px 5px;
	background: none;
	border-bottom: 1px dotted #CCC;
	margin: 0;
	clear:both;
	overflow:hidden;
}
#filters li a {
	display: block;
	color: #444;
}
#filters li:hover, #filters li.selected { background: #D7D7D7; }
#filters li.selected a {
	float:left;
	font-weight: bold;
	color: #000;
}
#filters li.xrefBrand span, #filters li.xrefModel span { display: none; }
#filters li.selected span { display: inline-block; float:right; padding-right:10px; }
#filters li a:hover {
	text-decoration:none;
	color: #000;
}

#filters #matches a{ color: #0e7dc7; display: inline; text-transform: none;}

/* results table styles */
#results { min-height:200px; }
#results td.pAction p {
	white-space:nowrap;
	margin:0;
	padding: 0 0 0 10px;
	font-size:11px;
}

#categoryList .mcoupon h4 { line-height: 18px; }

/* don't underline links that use icons */
/* tentative if this will be needed or not */
a [class^="icon-"], [class*=" icon-"] { text-decoration: none; }

/* product matrix pages */
#productMatrix .spacer { border: none !important; }
#productMatrix .colors, #productMatrix .connector, #productMatrix .rackHeight { text-align: center; text-transform: uppercase; border-bottom: none; }
#productMatrix .circle {
	margin: 0 auto;
	width: 18px !important;
	height: 18px !important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #888;
	background-color:#fff
}
#productMatrix .black { background-color:#222; border:2px solid #111; }
#productMatrix .blue { background-color:#1E90FF; border:2px solid #1873CC; }
#productMatrix .grey { background-color:#7A8388; border:2px solid #888; }
#productMatrix .green { background-color:#008000; border:2px solid #006600; }
#productMatrix .orange { background-color:#ff6600; border:2px solid #FF4500; }
#productMatrix .red { background-color:#B22222; border:2px solid #8E1B1B; }
#productMatrix .purple { background-color:#9932CC; border:2px solid #7A28A3; }
#productMatrix .aqua { background-color:#48D1CC; border:2px solid #3AA7A3; }
#productMatrix .white { background-color:#fff; border:2px solid #666; }
#productMatrix .yellow { background-color:#FFD119; border:2px solid #CCA300; }

#productMatrixWrap {
	min-height: 350px;
	overflow-x: hidden;
	overflow-y: hidden;
	/*-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;*/
}
#productMatrixWrapWide {
	margin-bottom: 15px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}
#productMatrix { width: auto; }
#productMatrix td.length, #productMatrix th.length { min-width: 100px; max-width: 120px; vertical-align:middle; }
#productMatrix th.length { text-transform: uppercase; }
#productMatrix td.length { padding: 5px 30px 5px 3px; text-align: right; }

#productMatrix th h4 { font-size: 15px !important; font-weight: 700 !important; }

#productMatrix td.lengthWide, #productMatrix th.lengthWide { min-width: 120px; max-width: 150px; text-align: center; }
#productMatrix th.lengthWide { text-align: center; text-transform: uppercase; }
#productMatrix td.lengthWide { padding: 5px 10px 5px 3px; text-align: right; }

#productMatrix th.xAxis { background-color: #42658D !important; border: 1px solid #42658D !important; }
#productMatrix th.xAxis h5 { color: #ffffff !important; }
#productMatrix th.yAxis { color: #627282 !important; background-color: #F3F4F5 !important; border-right: 1px solid #a0aab4 !important; border-bottom: none !important; }

#productMatrix td.model, #productMatrix th.model { min-width: 98px; max-width: 118px; padding-left: 5px; padding-right: 5px; padding-top: 12px !important; }
#productMatrix th.model { padding-top: 10px; padding-bottom: 10px; }
/*#productMatrix td.model a { font-size: 11px !important; }*/
#productMatrix td.model a:hover { text-decoration: underline }

.modelTable td { font-weight: normal !important; }
.modelTable tr:first-child td { border-top: none !important; }
.modelTable td.modelNumber { font-weight: bold; }
.modelTable td a.moreInfo { margin-top: 15px !important; text-decoration: none; font-size: 12px !important; text-decoration: underline; }


#productMatrix tr.last td { border-bottom: 1px solid #a0aab4 !important; padding-bottom: 20px !important; }
#productMatrix tr td.last { border-right: 1px solid #a0aab4 !important; }
#productMatrix tr th.last { border-bottom: none !important; }

.modal-title { text-transform: uppercase; }

#popLinkMenu { background-color: #0072c6; color:#fff; }
#popLinkMenu a { width: 11%; text-align: center; padding-left: 3px; padding-right: 3px; }
#popLinkMenu a:hover { text-decoration: underline; }

/* CABLE FINDER */
#cableFinder { margin-top: -20px; }

#cfTabs li a { background-color: #ffffff; border: none; color: #6f8ead; border-radius: 0; font-size: 16px; }
#cfTabs li.active a { background-color: #a0aab4; border: 1px solid #a0aab4; color: #fff; border-radius: 0; }
#cfTabs { border-bottom: 3px solid #a0aab4 !important; }

#cfFilters h3 { color: 425262; font-size: 20px !important; font-weight: bold !important;  }
#cfFilters #gender option { background-color: #bbc8d8 !important; color: #ffffff; }

#cfFilters .connectorHeading { background-color: #42658D !important; color: #ffffff; text-transform: uppercase; font-size: 15px !important; padding: 5px 0; text-align: center; margin-top: 5px; }

#c1-img, #c2-img { border: 1px solid #DDDDDD !important; min-height: 127px !important; padding: 0; text-align: center; background: /*url('https://prodzone-tripplite.netdna-ssl.com/assets/img/bg/bg-grad-top.gif') top left repeat-x */ #fff; }
#c1-text, #c2-text { text-align: center; color: #627282; background-color: #F3F4F5 !important;  font-size: 16px !important; margin: -1px 0 20px 0; padding: 0 5px; min-height: 50px !important; border: 1px solid #DDDDDD }

#col2 hr { margin: 5px 0 20px 0; border-top: 2px solid #a0aab4; max-width: 372px; }

#matches p { color: #627282; font-size: 16px !important; }
#matches span { font-size: inherit !important; }
#matches a { font-size: inherit !important; }


#connectors { border: 1px solid #ccc !important; box-shadow: 0 1px 1px rgba(0,0,0,.05); border-radius: 4px; height: 290px; padding-bottom: 10px; overflow-y: scroll; overflow-x: hidden; background-color: #fefefe !important; }
#connectors h4.panel-title a { font-size: 15px !important; color: #6e8cae !important; text-transform: uppercase; font-weight: bold !important; }
#connectorFilters span.form-control-feedback { cursor: pointer; top: 0; color: #999; }
#connectorFilters>div { position: relative; margin-top: 15px; margin-bottom: 3px; padding-right: 0; }

#connectors .panel { border: none; margin-top: 0; }
#connectors .panel-heading { padding: 2px 15px; border: none !important; border-color: inherit; background-color:transparent;  }
#connectors .panel-title { line-height: inherit; }
#connectors .panel-body { border-top: none !important; padding: 3px 15px; }
#connectors .panel-body ul { margin-bottom: 0; }
#connectors .panel-body ul li { padding-bottom: 3px; cursor: pointer; border-bottom: none; }
#connectors .active  { color: #0072c6 !important; text-decoration: underline; font-weight: bold; background-color: #EFF4FA }
#connectors .panel-body ul li:hover  { color: #0072c6; }
#connectors .panel-body ul li:hover a.view  { text-decoration: underline; }
#connectors .chkConnector  {
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0 5px 0 0;
	vertical-align: bottom;
	position: relative;
	top: -2px;
 *overflow: hidden;
}
#btnHelp {
	margin-top: 48px;
	background: #fff; /* Old browsers */
	border: 2px solid #428BCA;
	color: #428BCA !important;
}
#btnHelp:hover { background-color: #FFF !important; border: 2px solid #0072c6 !important; }
#btnHelp span { font-size: 36px; line-height: 48px; color: #428BCA; }
#btnHelp:hover span { color: #0072c6 !important; }

#toolbox #btnPrint { min-width: 40px !important; padding: 6px 5px 4px 5px; }
#toolbox #btnPrint span { font-size: 18px; line-height: 18px; }

#loadingIndicator {
  display: none;
	position:absolute;
  width:180px;
  height:130px;
  background:#fff;
  left:40%;
  top:25%;
  border-radius:5px;
  padding:10px 0;
  margin-left:-75px; /* width/2 + padding-left */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
	z-index: 1065;
}

#loadingIndicator a.results {
	color: #ff7200 !important;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-decoration: underline;
}
#connectorHelp .connectorType {
  margin-left: 0;
  margin-right: 0;
	height:500px;
	border: 1px solid #ddd !important;
	border-radius: 3px;
  overflow:auto;
}
#connectorHelp .caption { min-height: 200px; }
#connectorHelp .modal-header { background-color: #5999E1; color: #FFF; }
/* #connectorHelp .modal-header span { font-size: 32px; } */

/* MEDIA QUERIES */

@media (min-width: 960px) {
	#upsComparison th { min-width: 100px; }
	/* #certifications { padding-top: 39px; } */
}

@media (min-width: 768px) {
	#mFeatures { padding-left: 20px; }
	#popThumbnails { width: 222px; margin: 0 auto; }
	.flexslider { padding: 0 29px !important; }
	.flex-viewport { margin-left: 0 !important; }
	#popThumbnails .slides li { width: 55px !important; }
	#tabs .nav-tabs { margin-top: 5px; }
	#tabs div.tab-pane { min-height: 400px; }
	#productList .mcoupon, #productList .scoupon, #categoryList .mcoupon { height: 176px; }
	.mcoupon.col-md-3, .scoupon.col-md-3 { width: 32%; }
	span.visible-md { display: inline !important; }

	#modelListWrap {
		height: 550px;
		border: 1px solid #DDD;
		overflow-y: auto;
	}
}

@media (max-width: 959px) {
	.carousel-inner { margin-left: 3px; }
	#allImagesCarousel .carousel-control.left span { left: -13px; }
	#allImagesCarousel .carousel-control.right span { right: -18px; }

	.imgPlace1 { text-align: right; padding: 0; }
	.imgPlace2 { padding: 0; }
	.imgPlace3 { text-align: left; padding: 0; }
}

@media (max-width: 767px) {
	.mcs .caption h3 { font-size: 11px !important; }
	.mcs .navbar .btn-navbar { display: none !important; }

	#mImagesTools { margin: 0 auto; }
	#popThumbnails { width: 222px; margin: 8px auto; }
	.flexslider { padding: 0 29px !important; }
	.flex-viewport { margin-left: 0 !important; }
	#popThumbnails .slides li { width: 55px !important; }
	#tabs .nav-tabs { margin-top: 5px; }
	.nav-tabs > li { float: none; }
	#tabLinks li { width: 100%; float: none; }
	span.visible-md { display: none !important; }
	#productList .mcoupon, #productList .scoupon, #categoryList .mcoupon { height: 186px; }

	.mcoupon.col-sm-5 { width: 48%; }

	#cpHeader { min-height: 140px; }

	#popCarousel { margin: 0 auto; width: 500px; }

	.imgPlace1 { text-align: right; padding: 5px; }
	.imgPlace2 { padding: 5px; }
	.imgPlace3 { text-align: left; padding: 5px; }

	#allImagesCarousel .carousel-control.left span {
		left: 10px;
	}

	#allImagesCarousel .carousel-control.right span {
		right: 10px;
	}

	#model-collateral { padding: 0; margin-top: 10px; text-align: center; }
	#toolbox { margin-top: 20px; }
}

@media (max-width: 480px) {
	hr.mpg { border-width: 5px; }

	.mcs .caption h3 { font-size: 14px !important; }
	.mcs .breadcrumb li { font-size: 11px; }

	.mcoupon.col-xs-12 { width: 99%; }

	#seriesDesc2 { margin-top: -5px; }

	#resourceList { margin-bottom: 15px; }
	#allImagesCarousel { margin-bottom: 15px; }
	#popCarousel { margin: 0 auto; width: auto; }

	#allImagesCarousel .carousel-control.left { left: -10px; }
	#allImagesCarousel .carousel-control.right { right: -10px; }

	#productList h3.media-heading { line-height: 26px; }

	#cpHeader .lead { padding-right: 0; }

	#reviewQA { margin-top: 25px; }
	#toolbox { margin-top: 20px; }
	.section-highlight-btn { padding: 3px 5px; border: 1px solid #ddd; background-color: #f5f6f1; }
	#certifications { padding-top: 20px; }
	#certifications img { float: left; margin-right: 10px; }
	.tab-pane { padding-top: 10px; }

	/* UPS SIDE BY SIDE COMPARISON */
	#upsComparison th {
		min-width: 100px;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.mcs #home {
		background-size: 64px 14px !important;
	}
}

/* CATALOG PAGE */

/* 4 columns by default */
#categoryList .grid-sizer, #productList .grid-sizer { width: 25%; }
#categoryList .stamp, #productList .stamp { width: 25%; padding: 5px; text-align: center; float: left; }
#categoryList .stamp img, #productList .stamp img { padding: 4px; border: 1px solid #ddd; border-radius: 6px; }
#categoryList .stampInner, #productList .stampInner { position: relative; min-height: 150px; }
#categoryList a:link, #categoryList a:visited, #productList a:link, #productList a:visited { color: #666; }
#categoryList a:hover, #categoryList a:active, #productList a:hover, #productList a:active { color: #5999e1; }
#categoryList a:hover img, #categoryList a:active img, #productList a:hover img, #productList a:active img { border-color: #ccddf1; }
#categoryList .stamp h5, #productList .stamp h5 { margin-top: 3px; }
#productList div.modelCount { position: absolute;	width: 100px; left: 0; right: 0; margin-left: auto; margin-right: auto; padding: 0 2px; color: #888; border-top-left-radius: 6px; border-top-right-radius: 6px; display: none; }
/* #productApplications { display: none; } */

/* -------------------------------------
	MEDIA QUERIES
------------------------------------- */

/* EXTRA SMALL */
@media screen and (max-width: 599px){
	/* #productGroupList .caption { margin-left: 140px; height: auto; } */
	#productGroupList .grid { min-height: 202px; }

	/* 2 columns for mobile screens */
	#categoryList .grid-sizer, #productList .grid-sizer { width: 50%; }
	#categoryList .stamp, #productList .stamp { width: 50%; }
}

/* SMALL */
@media screen and (min-width: 600px) and (max-width: 959px){
	/* 3 columns for tablet screens */
	#categoryList .grid-sizer, #productList .grid-sizer { width: 33%; }
	#categoryList .stamp, #productList .stamp { width: 33%; }
	#categoryList .stampInner, #productList .stampInner { min-height: 160px; }

	#productGroupList .grid { min-height: 190px; }
}

/* MEDIUM */
@media screen and (min-width: 960px) and (max-width: 1279px){
	#certifications { padding-top: 30px; }
	.magnifyarea, .cursorshade, .zoomstatus, .zoomtracker { display: none; }
	#model-collateral { text-align: center; }
	#productTypes .product-col { clear: both; }
	#productGroupList .grid { min-height: 220px; }
}

/* LARGE */
@media screen and (min-width: 1280px){
	#productCarousel .card { width: 120px; height: 147px; }
	#productCarousel .card .card-label { width: 120px; position: absolute; bottom: 10px; font-size: 18px; line-height: 18px; }
	#productCarousel .carousel-control.right { right: 0px; }
}