/*Configurator */

#cfg_container {
	width: 620px;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin: 25px 0px 25px 0px;
	min-height: 500px;
	
}

.cfg_tab {
	width: 123px;
	height: 40px;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	text-align: center;
	
}

.cfg_tab P {
	margin-top: 10px;
}

.cfg_tab P A {
	text-decoration: none;
	color: #666666;
}

.cfg_tab P A:hover {
	text-decoration: none;
	color: #f69132;
}



.cfg_tab P IMG {
	position: relative;
	top: 4px;
}

.cfg_tab_selected {
	background-color: #ededed;
}

.cfg_tab_selected P {
	color: #f69132;
}


#quote_tab {
	border-right: none;
}

.cfg_content {
	background: white url('../images/background_cfg.jpg') repeat-x;
	width: 620px;
	min-height: 200px;
}

.cfg_totals {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 15px 0px 0px;
}

.cfg_group {
	width: 600px;
	margin: 5px 0px 10px 10px;
}

.cfg_group_header {
	font-size: 13px;
	margin-bottom: 5px;	
}

.cfg_group_content {
	font-size: 11px;
	width: 580px;
	border: 1px solid #e8e8e8;
	
}

.cfg_group_content_half {
	font-size: 11px;
	width: 290px;
	border: 1px solid #e8e8e8;
	
}

.cfg_form_header {
	font-weight: bold;
	min-width: 100px;
	margin: 10px 20px 0px 10px;
}

.cfg_form_row {
	margin: 0px 0px 5px 0px;
	/*width: 580px;*/
	
	
}

.cfg_form_short_block {
	min-width: 50px;
	margin: 5px 20px 0px 10px;
}


.cfg_form_short_block P {
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.cfg_form_block {
	min-width: 100px;
	margin: 5px 20px 0px 10px;
}

.cfg_form_block P {
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.cfg_bom_form_row {
	margin: 0px 0px 5px 0px;
}

.cfg_bom_form_row P {
	margin: 0px;
}


.cfg_bom_form_long_block {
	width: 100px;
	margin: 5px 20px 0px 10px;
}

.cfg_bom_form_long_block P {
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.cfg_bom_form_short_block {
	width: 50px;
	margin: 5px 20px 0px 10px;
	text-align: center;
}

.cfg_bom_form_short_block P {
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.cfg_panel_form_row {
	margin: 0px 0px 3px 0px;
}

.cfg_panel_form_short_block {
	width: 50px;
	margin: 5px 20px 0px 10px;
	text-align: center;
}

.cfg_panel_form_short_block P {
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.cfg_panel_form_long_block {
	width: 100px;
	margin: 5px 20px 0px 10px;
	text-align: center;
}

.cfg_panel_form_long_block P {
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.cfg_eng_form_block {
	min-width: 75px;
	margin: 5px 20px 0px 10px;
}

.cfg_eng_form_block P {
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	border: 1px solid #e8e8e8;
}

.cfg_help {
	position: relative;
	bottom: 3px;
}


.cfg_row_delete {
	margin: 5px 0px 0px 0px;
}

.cfg_row_add {
	margin: 0px 0px 10px 10px;
}

.cfg_buttons {
	margin: 10px;
	width: 600px;	
}

.cfg_disclaimer {
	padding: 10px;
	font-size: 10px;
	
}

.cfg_input {
	width: 150px;
}

.cfg_input_wide {
	width: 210px;
	margin: 10px 0px 0px 0px;
}


/*Project Information Styles*/

.cfg_proj_container {
	width: 280px;
	padding: 5px;
	
}

.cfg_proj_label {
	width: 120px;
	font-weight: bold;
}

.cfg_proj_value {
	width: 160px;
	
}

/*Bill of Material Styles*/
.center {
	text-align: center;
}

.cfg_bom_header DIV {
	font-weight: bold;
}

.cfg_bom_part P, .cfg_bom_desc P, .cfg_bom_unitmsrp P, .cfg_bom_subqty P, .cfg_bom_qty P, .cfg_bom_msrp P {
	font-weight: bold;
} 

.cfg_bom_part {
	 width: 90px;
	padding: 2px 5px 2px 5px;
	word-wrap: break-word;
}

.cfg_bom_desc {
	width: 260px;
	padding: 2px 5px 2px 5px;
	
	
}
.cfg_bom_unitmsrp {
	 width: 60px;
	padding: 2px 5px 2px 5px;
	text-align: right;
	
}
.cfg_bom_subqty {
 	width: 60px;
	padding: 2px;	
	text-align: right;
	
}
.cfg_bom_qty {
	 width: 40px;
	padding: 2px 5px 2px 5px;
	text-align: right;
	
}
.cfg_bom_msrp {
	 width: 70px;
	padding: 2px 5px 2px 5px;
	text-align: right;
}

.cfg_bom_row_odd {
	background-color: #f0f0f0;	
}

.cfg_bom_row_odd {
	background-color: #fafafa;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.cfg_bom_totals {
	/*width: 150px;*/
	margin: 20px 0px 0px 0px;
	
}

.cfg_bom_totals_label {
	width: 100px;
	border-bottom: 1px solid #E8E8E8;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

.cfg_bom_totals_value {
	border-bottom: 1px solid #E8E8E8;
	width: 50px;
	padding: 0px 0px 2px 5px;
}


.cfg_roof_bom_total_label {
	width: 180px;
	font-weight: bold;
	padding: 0px 0px 2px 2px;
}	


.cfg_roof_bom_total_value {
	width: 75px;
	padding: 0px 0px 2px 0px;
	text-align: right;
}	

.cfg_roof_bom_total_filler {
	width: 50px;
}	

.rmctooltip {
	box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 5px #818181;
	-moz-box-shadow: 3px 3px 5px #818181;
	display:none;
	position:absolute;
	font-size: 11px;
	border: 1px solid #e8e8e8;
	background:white;
	color: black;
	z-index:2000;
	padding: 4px;
}
