﻿/*             STATE MAP PAGE                               */
/*        															   */
/*        															  */
/*        															  */
/*        															  */

div.mapHolder
{
	position:relative;
}

div.mapLegendHolder
{
	position: absolute;
	top: 590px;
	left: 485px;
}

/*             404 PAGE STYLES                               */
/*        															   */
/*        															  */
/*        															  */
/*        															  */

div.errorMessageHolder
{
	text-align: center;
	position: relative;
}

div.errorMessageHolder img
{
	border: solid 1px #ccc;
}

div.errorMessageHolder .errorText
{
	position: absolute;
	top: 87px;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	left: 265px;
}

/*     STATEMAP STYLES                                      */
/*        															   */
/*        															  */
/*        															  */
/*        															  */

div.stateInformationHolder
{
	height: 480px;
	width: 685px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 15px;
}

div.stateInformationHolder H1
{
	color: #66cc33;
	font-size: 16px;
}

div.resultProgressHolder
{
	position: absolute;
	top: 60px;
	bottom: 0px;
	left: 200px;
	width: 830px;
	background: white;
	z-index: 1000000000000;
}

div.resultProgressHolder .progressHolder
{
	width: 130px;
	height: 65px;
	margin: 500px auto 0px auto;
	
}

div.stateInformationHolder H2
{
	color: #f0860d;
	font-size: 14px;
	text-transform: uppercase;
}

div.stateInformationHolder td.formHeader
{
	font-weight: bold;
}

div.stateProgramDescription
{
}

div.stateRebateIconHolder
{
	text-align: right;
}


td.RebateTableHeader
{
	background: #545454;
	color: White;
	font-size: 14px;
	border-top: solid 1px #c2c2c2;
	padding: 0px 5px;
}

tr.RebateHeadRow
{
	background: #545454;
	color: White;
	font-size: 12px;
	height: 30px;
}

div.findRebatesContainer
{
	margin-bottom: 15px;
}

div.findRebatesContainer div.zipControl
{
    float: right;
    height: 30px;
}

div.findRebatesContainer div.rebateText
{
    width: 500px;
    height: 30px;
    padding-top: 4px;
}

li.instructionItem
{
    list-style-type:none;
    padding-left:10px;
}

td.RebateTableCell, td.RebateTableCellAlt, td.RebatePriceCell, td.RebatePriceCellAlt
{
	padding: 5px 0px;
}

td.RebateTableCell
{
	background: #ebebeb;
}

td.RebateTableCellAlt
{
	background: #fff;
}

td.RebatePriceCell
{
	background: #cfdabe;
	font-weight: bold;
	color: #5d7d2d;
}

td.RebatePriceCellAlt
{
	background: #dee9cd;
	font-weight: bold;
	color: #5d7d2d;
}

div.stateRebateTableHolder
{
	line-height: 23px;
	border: solid 1px #c2c2c2;
}

div.stateAdditionalInformation
{
	margin-bottom: 30px;
}

/*     GENERAL STYLES                                       */
/*        															   */
/*        															  */
/*        															  */
/*        															  */

div.roundboxGrey, div.roundboxWhite
{
	height: 190px;
}

td.formHeader, td.formHeaderLarger
{
	text-align: right;
	padding-right: 5px;
}

td.formHeader
{
	width: 80px;
}

td.formHeaderLarger
{
	width: 120px;
}

div.apHead
{
	position: relative;
}
td.sortBy
{
	width: 50%;
	text-align: left;
}
td.resultSize
{
	width: 50%;
	text-align: right;
}

div.top
{
	margin: 10px 0px;
}

div.bottom
{
	margin-bottom: 30px;
}

div.pager
{
	clear: both;
	font-size: 14px;
	z-index: 100000;
}
div.pager a
{
	margin-right: 3px;
	color: #52acf8;
	text-align: center;
}

div.pager a.current
{
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #66cc33;
}

div.pager a.active
{
	text-decoration: none;
}
div.pager a.active:Hover
{
	text-decoration: underline;
}
div.apMasterContainer
{
	width: 245px;
	height: 230px;
	margin: 10px;
	float: left;
	position: relative;
}
div.apImageContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 155px;
	overflow: hidden;
}
div.apRetailContainer
{
	position: absolute;
	top: 5px;
	left: 135px;
	right: 5px;
	height: 145px;
}
div.apRetailerItemHolder
{
	position: relative;
	margin: bottom: 5px;
	height: 48px;
	margin-bottom: 3px;
	cursor: hand;
	cursor: pointer;
}
div.apRetailerPriceHolder
{
	background: url(../Images/trans50.png);
	position: absolute;
	bottom: 5px;
	right: 0px;
	text-align: left;
	width: 50px;
	height: 20px;
	line-height: 20px;
}
div.apRetailerItemHolder:Hover
{
	color: #66cc33;
}
div.apRetailerPriceInner
{
	padding-left: 5px;
	font-weight: bold;
}
div.apRebateAmountContainer
{
	background: #66cc33;
	position: absolute;
	top: 85px;
	left: 55px;
	width: 80px;
	height: 60px;
	border: solid 1px #ffffff;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}
div.apRebateAmountContainer:Hover
{
	background: #0b8914;
}
div.apRebateAmountContainer div.smallText
{
	text-align: center;
	height: 10px;
	line-height: 10px;
}
div.apRebateAmountContainer div.noRebatesText
{
	text-align: center;
	line-height: 18px;
	padding-top: 11px;
}
div.RebateAmountHolderOverLayForToolTip
{
	position: absolute;
	display: block;
	z-index: 9900;
	_width: 80px;
	_height: 60px;
	background: red;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
div.apRebateAmountContainer div.rebateAmount
{
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 24px;
}
div.apRetailerLogoHolder
{
	width: 60px;
	height: 48px;
	overflow: hidden;
}
div.apInformationContainer
{
	position: absolute;
	top: 160px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
div.apMakeModel
{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
div.apDescription
{
	font-size: 10px;
	line-height: 14px;
}

div.apNoResult
{
	padding: 10px 20px;
	color: #990000;
	border: solid 1px #cccccc;
	line-height: 20px;
}

div.apNoResult UL
{
	list-style: none;
	margin-left: 10px;
}

/*     TOOLTIP STYLES                                       */
/*        															   */
/*        															  */
/*        															  */
/*        															  */

#tipProductName
{
}

#tipProductDescription
{
	font-size: 10px;
	height: 155px;
	overflow-y: scroll;
}

div.toolText
{
	color: #333;
	margin: 20px;
}

.btnEC, .btnRF, .btnSD
{
	border: none;
	width: 183px;
	height: 50px;
	background-position-y: 0px;
	cursor: hand;
	cursor: pointer;
}

.btnEC:Hover, .btnRF:Hover, .btnSD:Hover
{
	background-position-y: -50px;
}

.btnEC
{
	background: url(../Images/Controls/button/energyCalculator.png) no-repeat;
}

.btnRF
{
	background: url(../Images/Controls/button/getRebateForms.png) no-repeat;
}

.btnSD
{
	background: url(../Images/Controls/button/shareThisDeal.png) no-repeat;
}

/*     Rebate PDF Download Modal Popup Styles       */
/*        															   */
/*        															  */
/*        															  */
/*        															  */

.thinBorder
{
	border: solid 1px #aaa;
}

div.tipButtonHolder div
{
	/* margin-bottom: 5px;*/
}

div.rebateListDetailsHolder, div.rebateListDetailsHolderAlt
{
	clear: both;
}

div.rebateListDetailsHolder
{
}

div.rebateListDetailsHolderAlt
{
	background-color: #eee;
}

td.rebateListAmountHolder
{
	width: 100px;
	text-align: center;
	padding-top: 5px;
}

div.rebateListAmount
{
	height: 60px;
	background: #66cc33;
	border: solid 2px white;
	color: White;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 80px;
}

div.rebateListSupplierType
{
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

div.rebateListTermsHolder
{
}

div.rebateListSupplierName
{
	color: #66cc33;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px;
}

div.rebateListTerms
{
	font-size: 11px;
}

#divSelection
{
	text-align: right;
}

#divSelection a
{
	font-weight: bold;
	color: #136bb5;
}

/*     Daily Deals Styles									       */
/*        															   */
/*        															  */
/*        															  */
/*        															  */

div.dailyDealsMasterHolder
{
	width: 50%;
	float: left;
}

div.dailyDealsApplianceImageHolder
{
	width: 85px;
	overflow: hidden;
	text-align: center;
	height: 100px;
}

td.dailyDealsApplianceImageHolder
{
	width: 90px;
}

div.dailyDealsSizeText
{
	height: 60px;
}

div.dailyDealScrollSection
{
	height: 80px;
	overflow-y: auto;
}

td.dailyDealsInformation
{
	font-size: 11px;
}

div.DailyDealLinkHolder
{
}

div.DailyDealsPriceHolder
{
	background: #66cc33;
	margin: 5px;
	color: White;
}

div.DailyDealBuyLink, div.DailyDealBuyLink img, div.DailyDealBuyLink a
{
	border: none;
	color: #087de1;
	text-decoration: underline;
}


div.DailyDailRetailerLogoHolder
{
	float: left;
}

td.DailyDealsPriceHead
{
}

td.DailyDealsPriceInfo
{
}

