/* Bathromm & Kitchen Cost Calculator CSS */
table#calculator {
	width:620px;
}
table#calculator tbody tr td.bordered table tbody tr td {
	font-size:11px;
	font-family: Verdana;
}

td.bordered {
	border-bottom-width:thin;
 	border-bottom-style:solid; 
 	border-color:#ff9900;
}

td.tooltipTrigger {
	font-weight:bold;
	color: #00a0ff;
	text-decoration: none;
	padding: 2px;
	width: auto;
}

#slideshow1 p a {
	color:white;
	text-decoration:none;
	font-weight:bold;	
}

.tooltipContent {
	display:none;
	width:500px;
	height:200px;
}
input[type=number] {
	width:60px;
}