


/*General*/
body {
font-family: Arial;
/*font-size:12px;*/
font-style:normal;
font-weight:normal;
line-height:1.2em;
color:#000;
}

fieldset{
	border: none;
	margin:0;
	padding: 0;
	clear:both;
}
legend{
	display: none;
}
img{
	border: 0;
}

a, a:visited { color: #569B06; }

#content_wrapper #content .wide {
width:100%;
}

#account-left{
	width: 280px;
	float:left;
}

@media print {
	#account-left, .product-config-display .header {
		display: none;
		visibility: hidden;
	}
}

#account-right{
	width: 234px;
	margin-right: 15px;
	float: right;
}

#content_wrapper #push_area .pink_puff_top .accountdiv {
	margin-top: 10px;
}
.pink_middle #account-right{ /* Less margin when in framework */
	margin-left: 10px;
}
.pink_middle #account-left{ /* Float slightly to the left when in framework */
	margin-left: -5px; 
}
#account-right .paging{
	text-align: right;
}

#result-pane{
	margin-top:1px;
	border-top: 1px solid #22568c;
	clear:both;
}
.result-pane .read-more{
	background:transparent url(../../img/offering/orange-read-more-icon.gif) no-repeat scroll 0 top;
}
fieldset.submit{
	overflow:hidden;
	border-bottom:1px solid #396c99;
}
.house-image{
	margin-bottom: 10px;
}
.print{
	background:#fff url(../../img/offering/print-icon.gif) no-repeat scroll 0 bottom;
	padding: 0px 0 30px 16px;
	float:left;
}
.print span{
	display: none;
}
.image-submit-button{
	float:right;
}

div.cost-estimate {
	text-align: center;
	padding-left: 16px;
}
.cost-estimate h4{
	font-weight: bold;
	margin-top: 7px;
	text-align: left;
}
span.cost-currency,
.cost-estimate span{
	color: #91003a;
	font-weight: bold;
}
.cost-estimate span{
	font-size: 28px;
}
@media print {
	.cost-estimate h4 span {
		display: none;
		visibility: hidden;
	}
}
.cost-estimate h4 span.price-period-toggler {
	padding-left: 1ex;
	font-size: 1em; /* like inherit, but works in IE6 */
	color: #003C7A; 
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.hide-price-period-toggler .cost-estimate h4 span.price-period-toggler { 
	display: none; 
	visibility: hidden; 
}
.cost-estimate span.cost-currency{
	font-size: 20px;
}

#address-info p,
#personal-info p{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
.confirm-personal-info h4{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
.confirm-address-info span,
.confirm-personal-info span{
	display:block;
}
h4.confirm-address-info,
h4.confirm-personal-info,
h4.confirm-installation-id,
h4.confirm-installation-area-id {
	color: #003063;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	clear:both;
}
p.confirm-address-info,
p.confirm-personal-info,
p.confirm-installation-id,
p.confirm-installation-area-id {
	margin-top: 0;
}
#contract-start-date select{
	margin-right: 10px;
	margin-bottom: 10px;
}
/*Tables*/
	#pageWrapper table{
	margin-top: 10px;
	}
	
	#content_wrapper #content #pageWrapper #account-right .product-config-display .result-pane table {
		width: 100%;
	}
	#pageWrapper thead{
		font-weight: bold;
	}
	#pageWrapper thead tr.ex-vat{
		font-weight: normal;
	}
	#pageWrapper tr.expanded{
		background-color:#e3f3d0;
	}
	#pageWrapper tr.collapsed{
		background-color:#fff;
	}
	#pageWrapper table.collapsable.expanded tr.first-child td.column-0{
		width:16px;
		background: url(../../img/offering/expanded-icon.gif) no-repeat scroll 0 2px;
	}
	#pageWrapper table.collapsable.collapsed tr.first-child td.column-0{
		width:16px;
		background: url(../../img/offering/collapsed-icon.gif) no-repeat scroll 0 2px;
	}
	#pageWrapper table.collapsable thead {
		cursor: pointer;
	}
	
	@media screen, projection {
		#pageWrapper table.collapsable.collapsed tbody.collapser{
			display: none;
			visibility: hidden;
		}
	}
	
	#pageWrapper tr.first-child td{
		font-weight: bold;
		line-height: 1.4em;
	}
		#pageWrapper td, a.tax-active-option, a.tax-inactive-option, .cost-estimate h4,
		#content_wrapper #content #pageWrapper #account-right .product-config-display .result-pane a.tax-active-option,
		#content_wrapper #content #pageWrapper #account-right .product-config-display .result-pane a.tax-inactive-option {
			color: #003c7a;
			font-size: 11px; 
		}
	
		#content_wrapper #content #pageWrapper #account-right .product-config-display .result-pane a.tax-active-option,
		#content_wrapper #content #pageWrapper #account-right .product-config-display .result-pane a.tax-inactive-option {
			padding: 0;
			background: none;
		}
		#content_wrapper #content #pageWrapper #account-right .product-config-display .result-pane tr td {
			padding: 0;
		}
		#content_wrapper #content #pageWrapper #account-right .product-config-display .result-pane tr td.column-1,
		#pageWrapper td.column-1{
			padding-left:5px;
			width: 139px;
		}
		#pageWrapper td.column-2{
			width: 94px;
			text-align: right;
			padding-right: 15px;
		}
/*Boxes*/
#account-left .box{
	width: 280px;
	margin-bottom: 7px;
	overflow: hidden;
}
#account-right .box{
	width: 233px;
	margin-top: 10px;
}
	.box span{
		color: #fff;
		font-size: 11px;
		font-weight: bold;
	}
	.box .box-content,
	.box .box-top,
	.box .box-bottom{
		height: 7px;
		width: 280px;
		float:left;
	}
	.read-more{
		float:right;
		padding: 8px;
	}
	#account-right .box .box-content,
	#account-right .box .box-top,
	#account-right .box .box-bottom{
		width: 233px;
	}
	.box .box-content{
		height: auto;
		width: 256px;
		padding: 0 12px;
		float:left;
	}
	#account-right .box .box-content{
		width: 209px;
	}
	#content_wrapper #content #pageWrapper #account-left .box .box-content h3,
	.box .box-content h3{
		font-weight: bold;
		margin-top: 3px;
		font-size: 12px;
		color: #fff;
		float:left;
	}	
	.box .box-content div{
		overflow: hidden;
	}
	.offering .box-content div{
	vertical-align: middle;
	}
	.box .box-content .price-plan span{
		margin-left: 1em;
	}
	.box .box-content .price-plan span,
	.box .box-content .payment-method div,
	.box .box-content .price-plan div{
		float:left;
	}
	.box .box-content .payment-method div,
	.box .box-content .price-plan div{
		text-align: left;
		width: 17%;
	}
	.box .box-content .price-plan div input {
	margin-top:3px;
	}
	.box .box-content .payment-method div{
		width: 33%;
	}
	.box .box-content .payment-method span,
	.box .box-content .price-plan span{
		float:left;
		margin-top:22px;
	}
	.box .box-content .payment-method div span,
	.box .box-content .price-plan div span{
		margin-top:0px;
		float: none;
		width: 16px;
		margin-left: 35%; /*0 FOR IE7*/
	}
	.box .box-content .payment-method div span{
		margin-left: auto; /*0 FOR IE7*/
		margin-right: auto; /*0 FOR IE7*/
	}
		.box .box-content .payment-method div label,
		.box .box-content .price-plan div label{
			display: inline;
		}
		.box .box-content .add-on div{
			width: 50%;
			float:left;
		}
		.box .box-content label{
			padding: 4px;
			font-size: 11px;
			font-weight: bold;
		}
		.box .box-content h3 label{
			padding: none;
			font-size: 1em;
			font-weight: inherit;
			color: inherit;
		}
		.box .box-content .environmental-friendly div label{
			text-transform: uppercase;
		}
		.box .box-content .payment-method div{
			width: 33%;
		}
		.box .box-content .environmental-friendly div{
			width: 50%;
			padding-bottom:5px;
		}
		.box .box-content .environmental-friendly div span.comment{
			display: block;
			float: left;
			padding-top: 2px;
			padding-left: 4px;			
			width: 95px;
		}
		.box .box-content .environmental-friendly span.smaller {
			width: 59px !important;
		}
		.box .box-content .environmental-friendly div img.news {
			float: right;
		}
		.box .box-content .environmental-friendly div,
		.box .box-content .house-type h3,
		.box .box-content .house-type div{
			float:left;
		}
		.box .box-content .house-type div{
			margin-left: 5px;
		}
		.box .box-content .house-type label{
			display: none;
		}
		.box .box-content .consumtion-year{
			padding-top: 15px;
	
		}
		.box .box-content .consumtion-year label{
			float:left;
		}
/*Forms*/
.ui-helper-hidden-accessible {
	left:-999em;
	position:absolute;
}

#address-info select{
	border: none;
	width:136px;
	height: 18px;
	/*padding:0 7px 0 8px;*/
	margin: 3px 0 0;
	font-size: 12px;
	float:right;
	background:#D6E7FF;
	color:#0052A8;
	font-weight:bold;
}

.text-field{
	border: none;
	width:126px;
	height: 16px;
	padding:3px 7px 2px 8px;
}
/*radio buttons and checkboxes*/
span.ui-checkbox, 
span.ui-radio {
	display:block;
	float:left;
	height:18px;
	width:16px;
}

span.ui-radio-state-checked-hover, 
span.ui-radio-state-checked-disabled, 
span.ui-radio-state-checked  {
	background-position:0 -27px !important;
}

span.ui-checkbox-state-checked-hover,
span.ui-checkbox-state-checked {
	background-position:0 -29px !important;
}

/******************************Skinning only***********************************/

/*light-blue*******************************************************************/
.light-blue .box-bottom,
.light-blue .box-top{
	background:#d3e5fb url(../../img/offering/light-blue-box-corners.gif) no-repeat scroll 0 top;
}

.light-blue .box-bottom{
	background-position: 0 -30px;
}
.light-blue .box-top{
	background-position: 0 -67px;
}
.light-blue .box-content{
	background:#78b1f4  url(../../img/offering/light-blue-box-gradient.gif) repeat-x scroll 0 top;
}

.light-blue .text-field {
	background:transparent url(../../img/offering/light-blue-textfield-background.gif) no-repeat scroll 0 top;
}

.light-blue .house-type span.ui-radio {
	background:transparent url(../../img/offering/light-blue-buttons.gif) no-repeat scroll top left;
}

.light-blue .house-type span.ui-radio {
	display:block;
	float:left;
	height:22px;
	width:72px;
}

.light-blue .house-type .villa span.ui-radio   {
	background-position: 0 -192px !important;
}
.light-blue .house-type .villa span.ui-radio-state-checked-hover, 
.light-blue .house-type .villa span.ui-radio-state-checked-disabled, 
.light-blue .house-type .villa span.ui-radio-state-checked  {
	background-position: 0 -138px !important;
}

.light-blue .house-type .apartment span.ui-radio   {
	background-position: 0 -84px !important;
}
.light-blue .house-type .apartment span.ui-radio-state-checked-hover, 
.light-blue .house-type .apartment span.ui-radio-state-checked-disabled, 
.light-blue .house-type .apartment span.ui-radio-state-checked  {
	background-position: 0 -30px !important;
}
.light-blue .consumtion-year .text-field {
	background:transparent url(../../img/offering/light-blue-short-textfield-background2.gif) no-repeat scroll 0 top;
	width:51px;
}
.light-blue #personal-info .text-field,
.light-blue .consumtion-year .text-field {
	color:#0052A8;
	float:right;
	font-size:12px;
	font-weight:bold;
	margin:3px 0 0 0;
}
.light-blue #personal-info label,
.light-blue .consumtion-year label {
	float:left;
	padding-top: 7px;
}
.light-blue label {
	color: #003063;
}
.light-blue .box-content .read-more{
	background:transparent url(../../img/offering/light-blue-read-more-icon.gif) no-repeat scroll 0 top;
}
/*light-blue-thin***************************************************************************/
.light-blue-thin .box-bottom,
.light-blue-thin .box-top{
	background:#DEEBFB url(../../img/offering/light-blue-thin-box-corners.gif) no-repeat scroll 0 top;
}

.light-blue-thin .box-bottom{
	background-position: 0 -30px;
}
.light-blue-thin .box-top{
	background-position: 0 -67px;
}
.light-blue-thin .box-content{
	background:#DEEBFB url(../../img/offering/light-blue-thin-gradient.gif) repeat-x scroll 0 top;
}

#main #content_wrapper #content #pageWrapper #account-right .product-config-display div.light-blue-thin div.box-content p,
.light-blue-thin {
	color: #003c7a;
	font-size: 11px;
	line-height: inherit;
}
.light-blue-thin .box-content .read-more{
	background:transparent url(../../img/offering/light-blue-thin-read-more-icon.gif) no-repeat scroll 0 top;
}
/*dark-blue********************************************************************************/
.dark-blue .box-bottom,
.dark-blue .box-top{
	background:#4a95ed url(../../img/offering/dark-blue-box-corners.gif) no-repeat scroll 0 top;
}

.dark-blue .box-bottom{
	background-position: 0 -30px;
}
.dark-blue .box-top{
	background-position: 0 -67px;
}
.dark-blue .box-content{
	background:#4a95ed url(../../img/offering/dark-blue-box-gradient.gif) repeat-x scroll 0 top;
}

.dark-blue span.ui-radio {
	background:transparent url(../../img/offering/dark-blue-radiobutton.gif) no-repeat scroll 0 1px;
}

.dark-blue .text-field {
	background:transparent url(../../img/offering/dark-blue-textfield-background.gif) no-repeat scroll 0 top;
}

.dark-blue label {
	color: #1f2b50;
}

.dark-blue #address-info .text-field {
	color:#0052A8;
	float:right;
	font-size:12px;
	font-weight:bold;
	margin:3px 0 0 0;
}
.dark-blue #address-info label {
	float:left;
	padding:3px 4px 4px;
}

.dark-blue .box-content .read-more{
	background:transparent url(../../img/offering/dark-blue-read-more-icon.gif) no-repeat scroll 0 top;
}
/*light-green********************************************************************************/

.light-green .box-bottom,
.light-green .box-top{
	background:#b8d387 url(../../img/offering/light-green-box-corners.gif) no-repeat scroll 0 top;
}

.light-green .box-bottom{
	background-position: 0 -30px;
}
.light-green .box-top{
	background-position: 0 -67px;
}
.light-green .box-content{
	background:#b8d387 url(../../img/offering/light-green-box-gradient.gif) repeat-x scroll 0 top;
}

.light-green span.ui-checkbox{
	background:transparent url(../../img/offering/light-green-box-checkbox.gif) no-repeat scroll 0 1px;
}
.light-green span, .light-green label{
	color: #1d480c;
}
.light-green .box-content .read-more{
	background:transparent url(../../img/offering/light-green-read-more-icon.gif) no-repeat scroll 0 top;
}
/*teal*****************************************************************************************/
.teal .box-bottom,
.teal .box-top{
	background:#76b9a4 url(../../img/offering/teal-box-corners.gif) no-repeat scroll 0 top;
}

.teal .box-bottom{
	background-position: 0 -30px;
}
.teal .box-top{
	background-position: 0 -67px;
}
.teal .box-content{
	background:#76b9a4 url(../../img/offering/teal-box-gradient.gif) repeat-x scroll 0 top;
}

.teal span.ui-radio {
	background:transparent url(../../img/offering/teal-radiobutton.gif) no-repeat scroll 0 1px;
}
.teal span.ui-radio-state-checked-hover, 
.teal span.ui-radio-state-checked-disabled, 
.teal span.ui-radio-state-checked {
	background-position:0 -28px !important;
}
.teal span,
.teal label{
	color: #002d23;
}

.teal .box-content .read-more{
	background:transparent url(../../img/offering/teal-read-more-icon.gif) no-repeat scroll 0 top;
}
/*orange*/
.orange .box-bottom,
.orange .box-top{
	background:#F8E4B4 url(../../img/offering/orange-box-corners.gif) no-repeat scroll 0 top;
}

.orange .box-bottom{
	background-position: 0 -30px;
}
.orange .box-top{
	background-position: 0 -67px;
}
.orange .box-content{
	background:#F8E4B4 url(../../img/offering/orange-box-gradient.gif) repeat-x scroll 0 top;
}

.orange span.ui-radio {
	background:transparent url(../../img/offering/orange-radiobutton.gif) no-repeat scroll 0 2px;
}
.orange span,
.orange label{
	color: #835008;
}

.orange .box-content .read-more {
	background:transparent url(../../img/offering/orange-read-more-icon.gif) no-repeat scroll 0 top;
}
/*Slider*/
div.dark-blue .slider-container,
.slider-container {
	padding-left: 20px; /* Same as .ui-slider-handle margin-left */
	padding-right: 20px; /* Same as .ui-slider-handle margin-left */
}
div.dark-blue .slider,
.slider {
	margin:0px;
	width:100%;
}
.box .box-content div.slider, div.dark-blue .box .box-content div.slider { overflow: visible; }
div.slider-container{
	overflow: visible;
	background:#FFFFFF url(../../img/offering/light-blue-slider-background.gif) repeat-x scroll 0 0;
	margin-top:10px;
}
.ui-widget-content {
	color:#222222;
}

div.dark-blue .ui-state-default, .ui-widget-content .ui-state-default,
.ui-state-default, .ui-widget-content .ui-state-default {
	background:#E6E6E6 url(../../img/offering/light-blue-slider-button.gif) repeat-x scroll 0 50%;
	color:#555555;
	font-weight:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
div.dark-blue .ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -20px; /* -(slider.width / 2), see http://dev.jqueryui.com/ticket/4308 */ 
	top:-0.3em;
}

div.dark-blue .ui-slider,
.ui-slider { 
	position: relative; 
	text-align: left; 
}
div.dark-blue .ui-slider .ui-slider-handle, 
.ui-slider .ui-slider-handle 
{ position: absolute; z-index: 2; width: 40px; height: 13px; cursor: default; }

div.dark-blue .ui-slider .ui-slider-range,
.ui-slider .ui-slider-range 
{ position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

div.dark-blue .ui-slider-horizontal,
.ui-slider-horizontal 
{ height: 16px; }

div.dark-blue .ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-handle 
{ 
	margin-left: -20px; /* -(slider.width / 2), see http://dev.jqueryui.com/ticket/4308 */
	margin-right: 10px; 
	top: 1px; 
}

div.dark-blue .ui-slider-horizontal .ui-slider-range,
.ui-slider-horizontal .ui-slider-range 
{ top: 0; height: 100%; }

div.dark-blue .ui-slider-horizontal .ui-slider-range-min,
.ui-slider-horizontal .ui-slider-range-min 
{ left: 0; }

div.dark-blue .ui-slider-horizontal .ui-slider-range-max,
.ui-slider-horizontal .ui-slider-range-max 
{ right: 0; }

div.dark-blue .ui-slider-vertical,
.ui-slider-vertical 
{ width: .8em; height: 100px; }

div.dark-blue .ui-slider-vertical .ui-slider-handle, 
.ui-slider-vertical .ui-slider-handle 
{ left: -.3em; margin-bottom: -.6em; }

div.dark-blue .ui-slider-vertical .ui-slider-range,
.ui-slider-vertical .ui-slider-range 
{ left: 0; width: 100%; }

div.dark-blue .ui-slider-vertical .ui-slider-range-min,
.ui-slider-vertical .ui-slider-range-min 
{ bottom: 0; }

div.dark-blue .ui-slider-vertical .ui-slider-range-max, 
.ui-slider-vertical .ui-slider-range-max 
{ top: 0; }

#pageWrapper {
position:relative;
}
#priceList-popup, 
#offering-popup {
position:absolute;
top:100px;
left:50px;
display:none;
z-index:9999;
font-size: 12px;
}
#offering-popup .middle .accounts,
#offering-popup .middle .sites {
margin-bottom: 3px;
margin-top: 7px;
}
#priceList-popup .top,
#offering-popup .top {
background-image:url('../../img/offering/pupupTop.gif');
background-repeat:no-repeat;
background-position:left top;
height:21px;
width:426px;
}
#priceList-popup .middle,

#offering-popup .middle {
background-image:url('../../img/offering/pupupMiddle.gif');
background-repeat:repeat-y;
background-position:left top;
position:relative;
min-height:200px;
width:346px;
padding:0px 40px 0px 40px;
overflow:hidden;
}

#offering-popup .middle #account_wrapper,
#offering-popup .middle #site_wrapper {
max-height: 500px;
overflow:auto;
}

#priceList-popup .bottom,
#offering-popup .bottom {
background-image:url('../../img/offering/pupupBottom.gif');
background-repeat:no-repeat;
background-position:left top;
height:30px;
width:426px;
}
#priceList-popup .middle .close,
#offering-popup .middle .close {
background-image:url('../../img/offering/close.gif');
background-repeat:no-repeat;
background-position:right 1px;
padding:0 18px 0 0;
position:absolute;
top:0;
right:20px;
color:#016be5;
font-size:.9em;
line-height: 1.8em;
}
#priceList-popup .middle h1,
#offering-popup .middle h1 {
margin:0;
padding-bottom:16px;
font-size:2em;
font-weight:normal;
color:#016be5;
line-height:27px;
padding-right: 25px; /* to avoid collision with "close" floats */
border-bottom:solid 1px #abcaed;
}
#priceList-popup .middle li,
#priceList-popup .middle p,
#offering-popup .middle li,
#offering-popup .middle p {
color:#003c7a;
margin-top: 16px;
line-height:1.5em;
}

#priceList-popup .middle .houseWrapper,
#offering-popup .middle .houseWrapper {
float:left;
width:171px;
margin:10px 3px 0 0;
}
#priceList-popup .middle .noMargin,
#offering-popup .middle .noMargin { 
margin:10px 0 0 0;
}
#priceList-popup .middle .houseWrapper input,
#offering-popup .middle .houseWrapper input {
margin:3px 0 0 0;
}
.houseWrapper .default-consumption {
	display: none;
	visibility: hidden;
}
#priceList-popup .middle .scroll,
#offering-popup .middle .scroll {
height:250px;
overflow-y:scroll;
margin:20px 0 0 0;
}

.popupWrapper h2 {
	font-size: 12pt;
}
label.error {
display:none !important;
}
.light-blue label.selectedError,
.dark-blue label.selectedError {
background-image:url('../../img/offering/error.gif');
background-repeat:no-repeat;
background-position:right top;
width:106px;
height:19px;
}
.thankYou h1 {
color:#f2ab01;
font-size:1.5em;
font-weight:bold;
}
.thankYou p {
color:#003c7a;
font-size:1em;
}
.thankYou p a {
color:#298f00;
}

a.tax-active-option {
	text-decoration: underline;
}
a.tax-inactive-option, #content_wrapper #content #pageWrapper div.product-config-display div.result-pane table.collapsable tbody.collapser tr td.column-1 a.tax-inactive-option {
	text-decoration: none;
}
.invoiceOption .ui-radio, .price-plan .ui-radio {
	margin: auto;
}
.help-text-container {
	display: none;
	visibility: hidden;
}


div.overlay {
	background: white;
	color: black;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
	height:100%;
	width:100%;
}

/* Info section */
div.infoSection {
	width: 534px;
}

#content_wrapper #content #pageWrapper  div.infoSection div.result-pane table td a,
#content_wrapper #content #pageWrapper  div.infoSection div.info-right table td a{
	/* remove PDF icon in background and accompanying padding changes */
	background-image:none;
	padding: 0;
	font-size: 1em;
}

/* Right section */

#content_wrapper #content #pageWrapper div.infoSection div.info-right {
	width: 234px;
	margin-left: 18px;
	float:right;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right-el{
	margin-top:60px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right-dist{
	margin-top:10px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right ol {
	list-style:none;
	margin:-3px 0 0 0;
	padding:0;
	font-size:11px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right li {
	float:none;
	margin-bottom: 10px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right table {
	width: 214px;
	margin-top:0;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right table td {
	color: #000000;
	padding:0;
	margin:0;			
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right table td.column-1 {
	width:98px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right table td.column-2 {
	padding-right: 5px;
	width:116px;
	text-align:right;
}

/* Left section */

#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane {
	float:left;
	width:260px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane table {
	width: 270px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane table td,
#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane h4 {
	color: #000000;
	padding: 0 0 0 5px;
}

#content_wrapper #content #pageWrapper div.select-offering-action {
	width: 270px;
	float: left;
	}
#content_wrapper #content #pageWrapper div.select-offering-action input { 
	margin-left: 10px;
	float: right; 
}

#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane table td.column-1 {
	width: 154px;
	text-align: left;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane table td.column-2 {
	padding-right: 5px;
	width: 104px;
	text-align: right;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right table td.column-1-narrow,
#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane table td.column-1-narrow {
	text-align: left;
	width: 80px;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right.info-right-el table td.column-1-narrow {
	width: auto;
}

#content_wrapper #content #pageWrapper div.infoSection div.info-right table td.column-2-wide, 
#content_wrapper #content #pageWrapper div.infoSection div.info-left div.result-pane table td.column-2-wide {
	padding-right: 5px;
	/* width: 164px; */
	text-align: right;
}


#content_wrapper #content #pageWrapper div.infoSection .message {
	background:#fff;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:black;
	margin-bottom:12px;
	padding:3px 0 3px 30px;
	width:480px;
}

#content_wrapper #content #pageWrapper div.infoSection .half_width_message {
	background:#fff;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:black;
	margin-bottom:12px;
	padding:3px 0 3px 50px;
	width:230px;
}


#content_wrapper #content #pageWrapper div.infoSection .invoices {
	background-image: url(../../img/nipto/background/icon_important_mitt_konto_pink_background.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#content_wrapper #content #pageWrapper div.infoSection .half_width_message p,
#content_wrapper #content #pageWrapper div.infoSection .half_width_message h3,
#content_wrapper #content #pageWrapper div.infoSection .message p,
#content_wrapper #content #pageWrapper div.infoSection .message h3{
font-size:12px;
line-height:16px;
margin:0 0 0 22px;
padding:0;
}


#pageWrapper .infoSection .info-left div.result-pane table.collapsable.expanded tr.first-child td.column-0{
	background: url(../../img/offering/expanded-icon_black.gif) no-repeat scroll 0 2px;
}

#pageWrapper .infoSection .info-left div.result-pane table.collapsable.collapsed tr.first-child td.column-0{
	background: url(../../img/offering/collapsed-icon_black.gif) no-repeat scroll 0 2px;
}


.hide-price-period-toggler div.cost-estimate h4 {
	text-align:left;
}


div.monthly-cost span.cost {
	font-size:28px;
	font-weight:bold;
	color:#91003A;
}

div.monthly-cost span.cost {
	font-size:28px;
	font-weight:bold;
	color:#91003A;
}

div.monthly-cost span.cost-currency {
	font-size:20px;
	font-weight:bold;
}

#pageWrapper span.headline {
	width:280px;
}

#content_wrapper #content #pageWrapper .infoSection .message h3 {
	margin:5px 0 0 23px;
}
#account-right div.light-blue-thin.box span {
	font-weight: normal;
	color: #003C7A;
}
body.show-monthly-cost .show-for-annual-cost { display: none; }
body.show-annual-cost .show-for-monthly-cost { display: none; }

#content_wrapper #content .pink_middle #pageWrapper ol.first_level li.facilitis{
	width: auto;
}
#content_wrapper #content .pink_middle #pageWrapper ol.first_level li.buttons{
	float: right;
	width: auto;
	padding: 3px 20px 0 0;
}

#main #pageWrapper div.currentDistAgreement{
width:229px;
}

/*
#main #pageWrapper div.info-right-dist div.light-blue-thin{
position:relative;
top:-35px;
}
*/
 
#main #pageWrapper div.info-right-dist .box .box-top,
#main #pageWrapper div.info-right-dist .box .box-bottom{
width:208px;
}

#main #pageWrapper div.info-right-dist .box .box-content,
#main #pageWrapper div.info-right-dist .box .box-content p,
#main #pageWrapper div.info-right-dist .box .box-content span{
color:#003C7A;
font-weight:normal;
width:184px;
font-size:11px;
}

#main #pageWrapper div.info-right-dist .box .box-content p a{
font-size:11px;
}
#pageWrapper img.divider { margin: 1em 0; } 
body.hide-comparison-price-info .comparison-price-info {
	display: none;
}
.dark-blue .box-content .textareaTop {
	background-image:url(../../img/offering/dark-blue-box-textarea-top.gif);
	background-repeat:no-repeat;
	width:255px;
	height:5px;
}
.dark-blue .box-content textarea.freeText {
overflow-y: auto;
}
.dark-blue .box-content textarea {
	background-color:#FFFFFF;
	background-image:url(../../img/offering/dark-blue-box-textarea.gif);
	background-repeat:repeat-y;
	border:0 none;
	color:#0052A8;
	font-size:12px;
	font-weight:bold;
	height:181px;
	margin:0;
	overflow:hidden;
	padding-left: 4px;
	padding-right: 4px;
	width:247px;
}
.dark-blue .box-content .textareaBottom {
	background-image:url(../../img/offering/dark-blue-box-textarea-bottom.gif);
	background-repeat:no-repeat;
	width:255px;
	height:5px;
}
#account-right p.text {
	color:#003C7A;
	line-height:14px;
	margin:0 0 10px;
	font-size: 12px;
}
#account-right .teal .box-content h4 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:8px 0 3px;
	padding:0 0 0 20px;
}
#account-right .teal .box-content label {
	color:#FFFFFF;
	font-weight:normal;
}

#account-right .button {
	border-bottom:1px solid #22568C;
	overflow:hidden;
	padding:0 0 5px;
}
#account-right .teal .box-content {
	background:#8ABAAB url(../../img/offering/teal-box-gradient-smal.gif) repeat-x scroll 0 top;
}
#account-right .teal .box-bottom, #account-right .teal .box-top {
	background:#76B9A4 url(../../img/offering/teal-box-corners-smal.gif) no-repeat scroll 0 top;
	width:233px;
}
#account-right .teal .box-bottom {
	background-position:0 -43px;
}

.teal span.ui-checkbox {
	background: transparent url(../../img/offering/teal-checkbox.gif) no-repeat scroll 0 1px;
}
#content_wrapper #content #pageWrapper #account-left .b2bbox .box-content h3,
div.b2bbox span {
	color: #000000;
}


