table.content {
	width:960px;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
table.content td.left {
	width:635px;
	padding: 0px;
}
table.content td.right {
	width:310px;
	padding: 0px;
}
table.content td.col {
	width:15px;
	background-color:white;
}


/*--- style przedefiniowane z common.css na potrzeby wizarda:START ---*/
td.box_frame_very_wide_title {
	height: 26px !important;
	height: 16px;
}
/*--- style przedefiniowane z common.css na potrzeby wizarda:END ---*/




div.hr_step_separator {
	height: 30px;
	background: url("/images/common/hr.gif") repeat-x scroll center;
	clear: both;
}
div.hr_step_separator hr  {
	display: none;
}



/*--- kroki aktywne ---*/
table.wizard_step_active div.step_number {
	margin-top: -14px;
	position: relative;
}

table.wizard_step_active div.question {
	font-weight: bold;
	padding: 9px 0px 3px 5px;
}


table.wizard_step_active div.answer {
	clear: both;
	height: 20px;
}


div.answer div.radio_button {
	float: left;
}
div.answer div.text {
	float: left;
	padding-top: 0px;
	padding-left: 3px;
}

table.wizard_step_active div.error_no_selection {
	color: red;
	margin: 10px 5px;
}



table.wizard_step_active div.wizard_navigation_distancer {
	clear: both;
	height: 20px;
}

table.wizard_step_active div.wizard_navigation {
	clear: both;
}

div.wizard_navigation div.next {
	float: left;
}

div.wizard_navigation div.previous {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}






/*--- kroki nieaktywne ---*/
table.wizard_step_disabled div.step_number {
	margin-top: -14px;
	position: relative;
}

table.wizard_step_disabled div.question {
	font-weight: bold;
	color: #B4B4B4;
	padding: 9px 0px 3px 5px;
	
}


table.wizard_step_disabled div.answer_disabled {
	clear: both;
	height: 20px;
}
div.answer_disabled div.radio_button {
	float: left;
}
div.answer_disabled div.text {
	color: #B4B4B4;
	float: left;
	padding-top: 0px;
	padding-left: 3px;
}



/*--- wynik wizarda:START ---*/
div.wizard_pakiet_efekt_result div.header {
	margin-top: 0px;
	padding-bottom: 5px;
}


div.wizard_pakiet_efekt_result div.body {
	clear: both;
	display:table;
}
div.wizard_pakiet_efekt_result div.body div.image {
	float: left;
}
div.wizard_pakiet_efekt_result div.body div.text {
	float: left;
	padding-left: 12px;
}


div.wizard_pakiet_efekt_result div.buttons {
	clear: both;
	padding-top: 8px;
}
div.wizard_pakiet_efekt_result div.buttons div.button_left {
	float: left;
}
div.wizard_pakiet_efekt_result div.buttons div.button_right {
	float: right;
}



/*--- wynik wizarda:END ---*/
