@media print {
    #page-title {
        display: none !important;
    }

    #hvacDevNotice {
        display: none !important;
    }

    #printOut {
        display: none !important;
    }

    .hvacBreadcrumb {
        display: none;
    }

    div.wrapper {
        border: 0 !important;
        width: inherit !important;
    }

    #nortek {
        display: none !important;
    }

    #nortek #leftBar {
        display: none !important;
    }

    #nortek #rightBar {
        display: none !important;
    }
}

.hvacFeatureLearn {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    min-width: 90px;
    border: solid 1px #a0afbb;
    background-color: #005293;
    padding: 5px 10px;
    margin: 0;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hvacFeatureLearn a {
    color: white;
    text-transform: uppercase;
}

.roleCurrent {
	color:  #0000FF;
	background-color:  #AAAAAA;
}

.hvacInputTable th {
	font-weight: bold;
	border-width: 0;
	padding: 3px;
}

.hvacInvisTable {
	border-collapse: separate;
}

.hvacPaddedTable tr td {
    padding: 4px;
}

.hvacTableHover tr:hover {
    cursor: pointer;
    background-color: #9999FF;
}

.hvacTable th {
	background: #cccccc;
	font-weight: normal;
	border: 1px solid #adaec8;
	padding: 3px 10px;
}

.hvacTable .hvacIndent {
    background: #bbb;
    font-weight: normal;
    border-left: 1px solid #bbb;
    padding: 3px 10px;
}

.hvacTable .hvacLight {
    color: #888888;
}


.hvacTable tr {
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.hvacTable tr.odd {
	background-color: #dfdfdf;
}

.hvacTable tr.even {
	background-color: #efefef;
}

.hvacTable tr.hvacnone {
    border-left: 0;
    border-right: 0;
}

.hvacTable tr td {
	padding: 3px 10px;
}

.hvacGroup {
	background-color: #ffffff;
	font-weight: bold;
}

.pager-item, .pager-next, .pager-last, .pager-first, .pager-previous, .pager-ellipsis {
	background-color: #f6f6f6;
	border: 1px solid #adaec8;
	border-radius: 6px;
}

.item-list .pager li {
	margin: 0 0 0 0;
}

.pager-current {
	background-color: #dddddd;
	border: 1px solid #999999;
	border-radius: 6px;
}

.hvacFilt {
	border: 1px solid #adaec8;
	padding: 3px;
}

.hvacPop {
	width: 250px;
}

.hvacPop ul.prodlist li ul, ul.prodlist li ul li {
	display: list-item;
	list-style: circle;
}

/* AJAX AUTO-COMPLETE :: START */

#ajax_listOfOptions {
	position:absolute;/* Never change this one */
	width:500px;/* Width of box */
	height:298px;/* Height of box */
	overflow:auto;/* Scrolling features */
	border:1px solid #084B8A;
	background-color:#CEE3F6;/* White background color */
	text-align:left;
	font-size:1.1em;
	z-index:100;
}

#ajax_listOfOptions div {
	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}

#ajax_listOfOptions .optionDiv {
	/* Div for each item in list */
	padding: 4px;
	border-bottom: 1px solid #000000;
}

#ajax_listOfOptions .optionDivSelected {
	/* Selected item in the list */
	background-color:#084B8A;
	color:#FFF;
	padding: 4px;
	border-bottom: 1px solid #000000;
}

#ajax_listOfOptions_iframe {
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form {
	display:inline;
}

table.outline {
	border: 2px outset black;
	border-spacing: ;
	border-collapse: separate;
	background-color: white;
}

/* AJAX AUTO-COMPLETE :: END */

.vertical-market .market h1 {
    float: left;
    width: 510px;
    height: 100px;
    margin: 0 0 0 240px;
    padding: 280px 0 0 0;
}

.vertical-market .market h1 span {
    float: left;
    display: block;
    height: 5px;
    overflow: hidden;
    width: 150px;
}

/* JQUERY DATE PICKER */

#ui-datepicker-div {
    display: none;
}

.hvacTable tr.hvacodd {
	background-color: #f1f1f1;
}

.hvacTable tr.hvaceven {
	background-color: #f9f9f9;
}

.prodlist-col2 .mainimage {
	position: realtive; 
}

/*******************/
/* HVACBUTTON      */
/*******************/

.hvacButton {
	background-color: #dddddd;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
}

.hvacButton:hover {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	cursor: pointer;
}

/*******************/
/* HVACBUTTONGROUP */
/*******************/

.hvacButtonGroup {
	margin-bottom: 10px;
}

.hvacButtonGroup div {
	float: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	background-color: #dddddd;
	cursor: pointer;
}

.hvacButtonGroup div:hover {
	background-color: #cccccc;
}

.hvacButtonGroup .hvacButtonSelected, .hvacButtonGroup .hvacButtonSelected:hover {
	background-color: #ffffff;
}


.hvacButtonGroup div:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hvacButtonGroup div:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #cccccc;
}

/*******************/
/* HVACSCROLLBOX   */
/*******************/

.hvacScrollBox {
	overflow: auto;
	padding: 10px;
}

/*******************/
/* HVACTABLEFORM   */
/*******************/

.hvacTableForm {
	border-spacing: 0;
	border-collapse: separate;
}

.hvacTableForm tr td {
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* ALL LABLES */

.hvacTableForm tr .hvacFormLabel {
	background-color: #dddddd;
}

.hvacTableForm tr .hvacFormInput {
	padding: 0;
}

.hvacTableForm tr .hvacFormInput input {
	border: 0;
	padding-left: 10px;
}

/* CELL: RIGHT */

.hvacTableForm .hvacRight {
    border-right: 1px solid #cccccc;
}

.hvacTableForm tr td:last-of-type {
    border-right: 1px solid #cccccc;
}

/* CELL: TOP LEFT */

.hvacTableForm tr:first-of-type td:first-of-type {
	border-top-left-radius: 5px;
}

/* CELL: TOP RIGHT */

.hvacTableForm tr:first-of-type td:last-of-type {
	border-top-right-radius: 5px;
}

/* CELL: BOTTOM */

.hvacTableForm tr:last-of-type td {
    border-bottom: 1px solid #cccccc;
}

.hvacTableForm .hvacBottom td {
    border-bottom: 1px solid #cccccc;
}

/* CELL: BOTTOM LEFT */

.hvacTableForm tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 5px;
}

/* CELL: BOTTOM RIGHT */

.hvacTableForm tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 5px;
}

/* HEADER */

.hvacTableForm .hvacFormHeader td {
	padding: 5px;
	text-align:center;
}

/* FOOTER */

.hvacTableForm .hvacFormFooter td {
	padding: 5px;
	background-color: #ffffff;
	text-align:center;
}

/* BUTTON */

.hvacTableForm .hvacFormButton td {
	padding: 5px;
	background-color: #ffffff;
	text-align:center;
	cursor: pointer;
}

.hvacTableForm .hvacFormButton td:hover {
	background-color: #eeeeee;
	box-shadow: 0 0 10px #9ecaed;
}


/* HVACBREADCRUMB */


.hvacBreadcrumb {
    border: 1px solid #999999;
    border-radius: 4px;
    overflow: hidden;
    background-color: #eeeeee;
    margin-bottom: 5px;
}

.hvacBreadcrumb a {
    cursor: pointer;
}

.hvacBreadcrumb a, .hvacBreadcrumb span {
    color: #000000;
    text-decoration: none; 
    padding: 2px 0px 2px 50px;
    background: #dddddd;
    position: relative; 
    display: block;
    float: left;
}

.hvacBreadcrumb a:first-child, .hvacBreadcrumb span:first-child {
	padding-left: 20px;
}

.hvacBreadcrumb a:after , .hvacBreadcrumb span:after {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #dddddd;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2; 
}	

.hvacBreadcrumb a:before, .hvacBreadcrumb span:before {
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;           
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
}

.hvacBreadcrumb a:hover {
	color: #ffffff;
	background: #777777; 
	text-decoration: none;
}

.hvacBreadcrumb a:hover:after {
    border-left-color: #777777 !important; 
}


.hvacBreadcrumb .hvacBreadcrumbActive {
	color: #000000;
	background: #D3D473;
	text-decoration: none;
	padding: 2px 0px 2px 50px;
}

.hvacBreadcrumb .hvacBreadcrumbActive:after {
	border-left-color: #D3D473 !important;
}

.hvacBreadSelect {
    display: none;

    max-width: 336px;
    border: 1px solid #dddddd;

    position: absolute;
    background-color: #eeeeee;

    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;

    padding-right: 4px;
    padding-bottom: 4px;
}

.hvacBreadSelect .hbsOpt {
    float: left;
    width: 100px;
    border: 1px solid #cccccc;
    background-color: #dddddd;
    margin-left: 4px;
    margin-top: 4px;
    border-radius: 2px;
    text-align: center;
    padding: 3px;
}

.hvacBreadSelect .hbsOpt:hover {
    cursor: pointer;
    background-color: #D3D473;
}

/* HVACNEWS */

.hvacNewsImg {
    max-width: 110px;
    max-height: 110px;
}

.hvacNewsImgDiv {
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 5px;
}

.hvacNewsBump {
    float: left;
    width: 20px;
    height: 110px;
    margin-right: 5px;
    background-image: url(/images/common/newsbump.png);
    background-repeat: no-repeat;
}

.hvacBullArchive {
    color: red;
    border: 1px solid red;
    border-radius: 2px;
    padding: 1px;
    margin-top: 2px;

}


/* HVACSERVICETIPS */

.hvacTipImg {
    max-width: 50px;
    max-height: 50px;
}

.hvacTipImgDiv {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.hvacTipBump {
    float: left;
    width: 20px;
    height: 50px;
    margin-right: 5px;
    background-image: url(/images/common/tipsbump.png);
    background-repeat: no-repeat;
}

.hvacTipDate {
    float: right;
    width: 100px;
}

/* HVACFORM */


.hvacForm {
    border-collapse: separate;
}

.hvacSurround {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 4px;
}

.hvacForm .hvacFormHeader {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #005293;
}

.hvacForm .hvacFormHeader td {
	padding: 4px;
}

.hvacForm .hvacFormButtons td {
	text-align: center;
}

.hvacForm .hvacFormGroup {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #005293;
}

.hvacForm .hvacFormGroup td {
    border-top: 1px dotted #cccccc;
    padding: 2px;
}

.hvacForm input {
	border: 1px solid #aaaaaa;
	padding: 3px;
}

.hvacForm input:focus {
	background-color: #eeeeff;
}

.hvacForm select {
	border: 1px solid #aaaaaa;
}

/* HVACWORK */

#hvacWork {
	width:500px;
	height:100px;
	line-height: 100px;
	color: white;
	background: #999999;
	border: 1px solid black;
	border-radius: 10px;
	text-align:center;
}

#hvacWork span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;      
}

/* HVACHELP */

#hvacHelp {
	position: fixed;
	border-left: 1px solid black;
	background-color: #eeeeee;
	padding: 10px;
	margin: 0px;
	display: block;

	-moz-box-shadow:    -3px 0px 15px 5px #ccc;
	-webkit-box-shadow: -3px 0px 15px 5px #ccc;
	box-shadow:         -3px 0px 15px 5px #ccc;    

	z-index: 2147483647;

	overflow: hidden;
}

#hvacHelp #helpContent {
	height: 95%;
	padding-top: 10px;
	overflow-y: auto;
}

#hvacHelp #helpContent #helpLoading {
	padding: 20px;
}

#hvacHelp .helpSection {
	display: block;
	font-weight:bold; 
	border: 1px solid black;
	background-color: #dddddd; 
	padding: 4px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#hvacHelp .helpSection:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

#hvacHelp .helpHeader {
	overflow: hidden;
	min-height: 20px;
	line-height: 20px;
	border: 1px solid #000000;
	background-color: #dddddd; 
	text-align: center;
	padding: 4px;    
}

#hvacHelp .helpClose {
	float: right;
	width: 20px;
	min-height: 20px;
	line-height: 20px;
	margin-left: 10px;
	border: 1px solid #000000;
	background-color: #dddddd; 
	text-align: center;
	padding: 4px;
}

#hvacHelp .helpClose:hover
{
	background-color: #eeeeee;
	cursor: pointer;
}

.hvacHelpButton
{
	display: inline-block;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid black;
	border-radius: 3px;
	background-color: #9999ff;
	text-align: center;
	color: white;
	font-weight: bold;
}

.hvacHelpButton:hover
{
	background-color: #bbbbff;
	cursor: pointer;
}

.hvacCode
{
	border: 1px solid #ff6666; 
	background-color: #fef5f1; 
	padding: 10px; 
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.hvacIcon
{
    cursor: pointer;
    -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    filter: grayscale(60%);
}

.hvacIcon:hover
{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.hvacWarnBox
{
    border:1px solid #666666;
    background-color:#eeeeee;
    padding: 10px;
}

.hvacDashBox {
    height: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #dddddd;
}

/* OLD HVAC.CSS START */

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .1em .1em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .1em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 2px;
    background: none;
}

#tabs .tabs-spacer {
    float: left;
    height: 275px;
}

.tabs-bottom .ui-tabs-nav {
    clear: left;
    padding: 0 .2em .2em .2em;
}

.tabs-bottom .ui-tabs-nav li {
    top: auto;
    bottom: 0;
    margin: 0 .2em 1px 0;
    border-bottom: auto;
    border-top: 0;
}

.tabs-bottom .ui-tabs-nav li.ui-tabs-active {
    margin-top: -1px;
    padding-top: 1px;
}

.divHeader {
    width: 100%;
    background-color: #CCCCCC;
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 5px;
}

.fileTile {
    float: left;
    width: 150px;
    height: 100px;
    margin: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #EEEEEE;
}

.fileTile:hover {
    float: left;
    width: 150px;
    height: 100px;
    margin: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
}

.fileHeader {
    background-color: #CCCCCC;
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 5px;
}

.fileFolder {
    background-color: #77BBFF;
    margin-bottom: 3px;
    margin-top: 5px;
    padding: 5px;
    font-weight:bold;
}


.fileRow {
    background-color: #EEEEEE;
    margin-bottom: 2px;
    padding: 5px;
}

.filePartRight {
    float: right;
    margin-left: 4px;
}

.catalogRow {
    width: 980px;
    position: relative;
    clear: both
}

#catalogLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 485px;
    float: left;
}

#catalogRight {
    width: 485px;
    float: right;
}

.catalogHead {
    padding: 5px;
    background-color: #F0F0F0;
    border: 1px solid #BEBEBE;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

.normTable {
    border-collapse: separate;
}

#sales_map {
    float:left;
}

#sales_mapTxt {
    float:left;
}

#content_map {
    width:630px;
    float:left;
    padding:2px;
    margin:5px 5px 5px 5px;
    min-height:479px;
}

#area1 {
    float:left;
    width:120px;
}

#area2 {
    float:right;
}

.content_head
{
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 8px;
    margin: 5px;
}

/* OLD HVAC.CSS END */