		.alternatingRows{
			//background-color:#dddddd;
		}
		
		// li div{
		// background-color:#ff0000;
		// }
		
		html,body{
			font-family:Arial;
		}
		.borders{
			//border-top-left-radius:5px;
			//border-top-right-radius:5px;

		}		
                
                div.treatmentsList{
                  float:left;  
                }
                div.treatments-sidebar{
                   float:left; 
                   background-color: #00AAE7;
                   width:200px;
                    
                }
		div.treatmentMenuTable{
			display:inline-block;
		font-family: "Brush Script MT", cursive;
		font-size:1.3em;
		font-weight:normal;
		}

		.treatment-wrapper{
		//	border:1px solid black;
			margin:20px;
			width:900px;
			//background-color:#ffffff; top : 0px;
			float : left;
		}

		.treatment-heading{
			font-size:2.3em;
			font-family:SkinSculptFont,"Brush Script MT", cursive;
			width:900px;
			display:table-cell;
			//background-color:#bbbbbb;
			color:#bbbbbb;
			border-bottom: 2px solid #99ccff;
			font-weight:bolder;
			vertical-align:middle;
			text-align:left;
			padding:2px;
		}

		
		ul.treatmentMenu>li{
		
		list-style-type:  none !important;
		list-style-image: none !important;
		background-image:none !important;
		font-weight:bolder;
		}
		.treatment-wrapper>ul
		{
			list-style-type: none;
		list-style-image: none;
			padding: 0px;
			margin: 0px;
		}
		ul.treatmentMenu{
		margin-top:20px;
		}
		ul.treatmentMenu li{
		list-style-image: none;
		list-style-type:none;
		}
		li.treatmentItem div>div {
			display:inline-block;
			font-size:1.0em;
			padding-top: 2px;
			padding-bottom: 2px;
			float:left;
		}
		.clear{clear:both;}
		li div.rowdesc{
			padding-left:5px;
			padding-right:5px;
			width:730px;
			background-color:inherit;
		}
		li.treatmentItem div.rowprice{
		
			background-color:inherit;
			width:100px;
		}

		li.treatmentItem div.rowicon{
			background-image:url('../images/question.png');
			background-repeat:no-repeat;
			width:20px;
			background-color:inherit;
		}



		li.treatmentItem div.rowpopup{
			//position : absolute;
			padding:5px;
			font-weight:normal;
			z-index:10;
			border-radius:5px;
			background-color:#eeeeee;
			border:1px solid black;
			display:none;
		}

		@font-face{
			font-family:skinsculptfont;
			src:url('../fonts/cac shishoni brush.ttf');
		}