/*	Compare table
------------------------------------------------*/
.b-compare {
	position: relative;
	width: 100%;
}

.b-compare td, .b-compare th {
	padding-left: 32px !important;
}

.b-compare td.first, .b-compare th.first {
	padding-left: 0.5em !important;
}

.b-compare td.indent1 {
	padding-left: 3em !important;
}

.b-compare th {
	cursor: pointer;
}

.b-compare th.first {
	cursor: auto;
}

.b-compare td.first, .b-compare th.first {
	padding-left: 0.5em;
}

.b-compare td.selected, .b-compare td:hover.selected {
	background: #fdeeed !important; /* was #fee0de */
}

.b-compare th.selected {
	background: url('/f/1/retail/tariff_plans/compare/i-compare-w.gif') no-repeat 7px 3px;
}

.b-compare td.less {
	background: url('/f/1/retail/tariff_plans/compare/i-less.gif') no-repeat 4px 6px;
}

.b-compare td.more {
	background: url('/f/1/retail/tariff_plans/compare/i-more.gif') no-repeat 4px 4px;
}

.b-compare td.much_more {
	background: url('/f/1/retail/tariff_plans/compare/i-muchmore.gif') no-repeat 4px 4px;
}

.b-compare sup {
	font-size: 70%;
	//font-size: 80%;
	font-weight: normal;
}

/*	Priority flags
------------------------------------------------*/
.b-flag {
	width: 16px;
	height: 23px;
	cursor: pointer;
}

.b-flag-inactive {
	background: url('/f/1/retail/tariff_plans/compare/i-compare-d.gif') no-repeat 0 0;
}

.b-flag-active {
	background: url('/f/1/retail/tariff_plans/compare/i-compare.gif') no-repeat 0 0;
}

.b-flag-hover {
	background: url('/f/1/retail/tariff_plans/compare/i-compare-h.gif') no-repeat 0 0 !important;
}

/*	Filter
------------------------------------------------*/
.b-filter {
	margin-bottom: 20px;
	position: relative;
}

.b-filter .p-filter {
	padding: 10px;
}

.b-filter hr {
	height: 1px;
	border: 0;
	background: #828282;
	margin: 13px 28px 2px 28px;
}

.b-filter td {
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
}

/*	Filter items
------------------------------------------------*/
.b-filteritem {
	margin-bottom: 3px;
	padding: 4px;
}
.b-filteritem-main {
	margin-left: 3px;
	width: 5em;
}

.b-filteritem input {
	margin-right: 11px;
	display: none;
}

.b-filteritem label span.link {
	border-bottom: 1px dashed;
	color: #194B7E;
	cursor: pointer;
}

.b-filteritem span.amount {
	padding-left: 5px;
	border-bottom: 0;
	cursor: auto;
}

.b-filteritem-main label {
	font-weight: bold;
}

.b-colsfilter .selected label span,
.b-groupsfilter .selected label span {
	color: #fff !important;
	border-bottom: 0px;
}

.b-colsfilter .selected,
.b-groupsfilter .selected {
	background-color: #EF3124;
}

/*	Cols filter
------------------------------------------------*/
.b-colsfilter {
	padding: 21px 10px 10px 20px;
}
.b-colsfilter p {
	font-style: italic;
	margin: 3px 3px 10px 7px;
}
.b-colsfilter table {
	width: 250px;
}

.b-colsfilter table td {
	padding-right: 15px;
}

.b-colsfilter table td.gray {
	padding-left: 8px;
	padding-top: 5px;
	color: gray;
}

.b-colsfilter table td.flag {
	padding-left: 20px;
}

.b-colsfilter table td.flag img {
	cursor: pointer;
}

.b-colsfilter p.hint {
	color: gray;
	font-size: 90%;
	font-style: normal;
	margin-left: 10px;
}

/*	Groups filter
------------------------------------------------*/
.b-groupsfilter {
	padding: 5px 10px 20px 20px;
}

.b-groupsfilter p {
	font-style: italic;
	margin: 3px 3px 10px 7px;
}

.b-groupsfilter .b-filteritem-main {
	margin-left: 6px;
}
.b-filter .b-filter-inner span.link:hover{
	border-bottom:1px dashed #EF3124;color:#EF3124;
}
.b-filter .b-filter-inner .selected span.link:hover{
	border-bottom:0;color:#fff;
}



#status-alert{
	position: absolute;
	top: 80px;
	left: 400px;
	width: 400px;
	display: none;
	z-index: 100;
	padding: 15px;
	width:350px;
	/*background-color:#E6EBEE;
	color:#000000;*/
	
}
#status-alert img.status-alert{
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
}
