@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

#Container{
	height:auto;
}

#Menu_Box{
	background-image:url(../images/conts_bk.png);
	padding:5px 25px 20px 25px;
}


h5{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-weight:bold;
	font-size:180%;
	margin:15px 0 5px 0;
}


.Cut{
	color:#0000FF;
	text-shadow: 0px 1px 1px #FFF;
}

.Color{
	color:#9933CC;
	text-shadow: 0px 1px 1px #FFF;
}

.Perm{
	color:#009900;
	text-shadow: 0px 1px 1px #FFF;
}

.Treatment{
	color:#0099FF;
	text-shadow: 0px 1px 1px #FFF;
}

.Others{
	color:#F3F3F3;
	text-shadow: 0px 1px 1px #000;
}

.Coment{
	color:#FF0033;
	font-size:90%;
	margin-top:5px;
	margin-left:10px;
	font-weight:normal;
	text-shadow:none;
}

table{
	width:100%;
	/*border:1px solid #000;*/
	margin:0 0 0 10px;
}

table th{
	text-align:left;
	font-size:100%;
	font-weight:normal;
	color:#000;
	width:250px;
}


table td.Price{
	font-size:100%;
	font-weight:normal;
	color:#000;
	width:150px;
}

table td{
	font-size:90%;
	font-weight:normal;
	color:#000;
}