/* ########### IDQC Stylesheet ########### */

table#idqc_optfeat tr td {
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
}

.calc_radio {
	color:#000000;
}

#calc_error {
	color:#FF0000;
}
#calc_checkbox_group {
	border:0;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding: 4px 4px 4px 4px;
}
#calc_radio_table tr>td {
	border-bottom:solid 1px #FFFFFF;
}

.idqcdd {
	border:0;
	background-color:#2B80CA;
	color:#FFFFFF;
	height:28px;
	width:190px;
	font-size:11px;
	font-weight:bold;
	padding: 4px 0 4px 0;
}
.idqc_quote_box_left {
}
#calculator_wrapper {
	float:left;
	width:590px;
	height:auto;
}
#calculator_header {
	float:left;
	width:550px;
	height:55px;
	background:url(/images/idqc/calculator_header.jpg);
	font-family:Trebuchet MS;
	font-size:18px;
	line-height:48px;
	color:#2B80CA;
	padding-left:40px;
	font-weight:bold;
}
#calculator_middle {
	float:left;
	width:560px;
	height:auto;
	background:url(/images/idqc/calculator_middle.jpg) repeat-y;
	padding:15px;
}
#calculator_middle tr>td {
	border-bottom:solid 1px #CCC;
}
#calculator_footer {
	float:left;
	width:586px;
	height:45px;
	background:url(/images/idqc/calculator_footer.jpg);
	padding-left:4px;
	padding-top:14px;
}
#calculator_footer2 {
	float:left;
	width:586px;
	height:45px;
	background:url(/images/idqc/calculator_footer2.jpg);
	padding-left:4px;
	padding-top:14px;
}
input.button_payment_idqc {
        color:#FFFFFF;
	font-weight:bold;
	font-family:Tahoma;
	height:25px;
	width:auto;
	float:left;
	margin:0;
	padding:0;
	background: #419CCA url(/images/idqc/calculator_background_button.gif) no-repeat;
	outline: none;
	border:none;
}

/* Tooltip */

a.idqctooltip {
	outline:none; 
} 
a.idqctooltip strong {
	line-height:30px;
} 
a.idqctooltip:hover {
	text-decoration:none;
} 
a.idqctooltip span { 
	z-index:10;
	display:none; 
	padding:14px 20px; 
	margin-top:-30px; 
	margin-left:18px; 
	width:200px; 
	line-height:16px; 
	/* CSS3 extras */
	border-radius:4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-box-shadow: 5px 5px 8px #CCCCCC; 
	-webkit-box-shadow: 5px 5px 8px #CCCCCC; 
	box-shadow: 5px 5px 8px #CCCCCC; 
} 
a.idqctooltip:hover span{ 
	display:inline; 
	position:absolute; 
	color:#333333; 
	border:1px solid #000000; 
	background:#CCCCCC;
}
.idqc_classic { 
	padding: 0.8em 1em;
	background: #CCCCCC; 
	border: 1px solid #666666; 
}

