@charset "utf-8";

/* Mole Removal Style Sheet -----
-------------------------------*/
#mole_removal {background: url(../images/bg/body_inner_bg.gif) repeat-x;}

#mainpicture, #content {width: 805px; margin: 0 auto; overflow: hidden;}

#leftcolumn {
	width: 450px;
	margin:0.8em 0 0 0.8em;
	padding-right: 10px;
	border-right: 1px solid #ff709c;
	float: left;
}

	#leftcolumn h1, #rightcolumn h1, #table-details h1 {color: #ff709c; font-size: 1.3em; margin-bottom: 0.8em;}
	#leftcolumn h2, #rightcolumn h2 {font-size: 1em; margin-bottom: 0.3em;}
	#leftcolumn p, #rightcolumn p {margin-bottom: 1em;}
	#rightcolumn ul {
		margin: 0 0 1em 1.5em;
		list-style-image: url(../../images/icon/arrow_pink.gif);
	}
	
	p.requestmore {text-align: center;}
	
#rightcolumn {
	width: 310px;
	margin: 0.8em 0.8em 0 0;
	float: right;
}

#table-details {width: 785px; margin: 0.8em auto 0; clear: both;}

	#table-details table {width: 392px; margin-bottom: 5.5em;}
	#table-details table.leftTable {float: left;}
	#table-details table.rightTable {float: right;}
	
	#table-details table th {
		color: #fff;
		font-weight: normal;
		background: #fe6594;
		padding: 5px;
		text-align: left;
	}
		
		th.procedure, td.procedure {width: 75%;}
		th.packageCost, td.packageCost {width: 25%;}
	
	#table-details table td {padding: 5px;}
		td.middle-pink {background: #ffd1df;}
		td.lite-pink {background: #ffe5ed;}