
/* Start of sidebar */
#sbTopBox {
    filter:none;
}

#sbTopBoxContent, .sbProductID {
    filter:none;

}
#sbTopBoxBottom, .paymethSelect {
    filter: none;
    position:relative;
    z-index:2;
}
/* End of sidebar */

/*
    Start General Quote Page Styles
*/
.qpgCircle, .step_number {
    filter: none;
    position:relative;
    z-index:2;

}

/*
    Start of addons
*/

/* addon default */
.addCompAddon, .qpgTC_wrapper {
    z-index:1;
}

.addonRadioGroupHeading {
    z-index:1;
    width: 65%;
}

.qpgTC_wrapper {
    position:relative;
}

.errorState  {
    position:relative;
    z-index:1;
}

.addonDescription {
    width:380px;
}
.addonSelected, .optionSelected {
    filter: none;
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -50px 0px no-repeat ;
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -50px 0px no-repeat, -moz-linear-gradient(top, 0%,  42px);
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -50px 0px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,), color-stop(42px,));
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -50px 0px no-repeat, -webkit-linear-gradient(top, 0%, 42px);
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -50px 0px no-repeat, -o-linear-gradient(top, 0%, 42px);
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -50px 0px no-repeat, -ms-linear-gradient(top, 0%, 42px);
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -50px 0px no-repeat, linear-gradient(to bottom, 0%, 42px);

}

/* addon more details area */
.addonDetails {
    filter: none;
}
.addonPanel {
    float:none;
}
/*
    End of addons
*/

/*
    Start of Price Breakdown
*/
.qpgPricePnl {
    filter: none;
}

a.CallUsButton, a.CallUsButton:visited, a.CallUsButton:hover, a.CallUsButton:active {
    filter: none;
}

/*
    End of Price Breakdown
*/

/* CSS Breadcrumbs */
.resp_crumb, .amenddetailsLink, .Back, .Next {    
    filter: none;
    position:relative;
    z-index:2;
}

#PopupPanel .Next {
    filter: none;
}
.GetAddress, .GettingAddressImg, .radSpan {
    filter: none;
    background: url("/CoreQuote/shared/responsive/images/button_ghosting.png") -120px 0px no-repeat ;
}

/* IE Specific stuff */

.step_title {
    letter-spacing/*\**/: -1px\9;
}
.resp_crumb_right {
    float/*\**/:right\9;
}
.radSpanFaded {
    filter: alpha(opacity=65);
}

.radCtrl {
    display/*\**/:inline-block\9;
    position/*\**/:absolute\9;
    text-indent/*\**/:-10000000px\9;
}

#PleaseWaitWrapper {
    display/*\**/:none\9;
}

