body { 
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
	color: #333;
	line-height: 1.28;
	text-align: left;
	direction: ltr;
	overflow-x: hidden;
}
strong { font-weight: bold; }
.wrapper { 
	width: 510px;
	clear:both;
	margin: 0;
	padding:0;
}
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; font-size: 10px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-widget { font-size: 1.1em/*{fsDefault}*/; } 
.ui-widget-content { color: #222222/*{fcContent}*/; } 
.ui-widget-content a { color: #222222/*{fcContent}*/; } 
.ui-widget-header { color: #222222/*{fcHeader}*/; font-weight: bold; } 
.ui-widget-header a { color: #222222/*{fcHeader}*/; } 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; } 
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }


#item_tabs { clear: both; width: 510px; }
#item_tabs ul li a {
	width: 120px; 
	height: 61px;
	display: block;
	text-indent: -9999px;
}
#item_tabs ul li a.microbubble { background: url('../images/microbubble-nav.png') no-repeat; }
#item_tabs ul li a.clay { background: url('../images/clay-nav.png') no-repeat; }
#item_tabs ul li a.ultrasonic { background: url('../images/ultrasonic-nav.png') no-repeat; }
#item_tabs ul li a.medec { background: url('../images/medec-nav.png') no-repeat; }
#item_tabs ul li a.nano { background: url('../images/nano-nav.png') no-repeat; }
#item_tabs ul li a.keratin { background: url('../images/keratin-nav.png') no-repeat; width: 140px; }
#item_tabs ul li a.moxibustion { background: url('../images/moxibustion-nav.png') no-repeat; }
#item_tabs ul li a.massage { background: url('../images/massage-nav.png') no-repeat; }
#item_tabs ul li a.oxygen { background: url('../images/oxygen-nav.png') no-repeat; }
#item_tabs img { text-align: center; padding: 0;  margin-bottom: 15px; }
#item_tabs p , p.reservation { font-size: 13px; margin-bottom: 15px; }
p.reservation a , p.booking a , p.pdf a { 
	cursor: pointer;
	color: #3B5998;
	text-decoration: none;
	font-weight: bold;
}
#item_tabs p.title , p.top-info { color: #307D7E; font-size: 14px; font-weight: bold; }
ul.data li { 
	font-size: 13px; 
	background-image: url('../images/list-image.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px; 
	margin-left: 37px;
}
ol.data { list-style-type: decimal; }
ol.data li {
	font-size: 13px; 
}