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


/* Service show */

	.service_img {
		width:auto;
		height:auto;
		border:1px solid #ddd;
		float:left;
		margin:0 20px 0 0;
		}
		
	#service_container {
		}
		
	#service_show_info {
		float:left;
		width:50%;
		}
	
	#service_show_info table td {background:none;}
		
	table#service {
		
		margin:0 0 15px 0;
		}
	
	#service tr {
		
		}
	
	#service td {
		border-bottom:1px solid #ddd;
		padding:4px 5px 4px 0;
		}
	
	#service th {
		color:#bbb;
		width:60px;
		vertical-align:top;
		border-bottom:1px solid #ddd;
		}
	
	#service #price {
		font-weight:bold;
	
		}
	
	#service .duration {
	
		}
	
/* SERVICE LIST */
h3.service_category {background:#EFEFEF; padding:5px;}

.service {
	text-align:center;
	float:left;
	width:125px;
	/*height:110px;*/
	overflow:hidden;
	/*border:1px solid #ddd;*/
	border-bottom:1px dotted #ddd;
	padding:3px 2px 5px 2px;
	}
	
	.service_list_img {
		text-align:right;
			height:30px;}
	
	.service_list_img img {
		height:30px;
	
		/*height:55px;*/

		}
	.service_list_image_column {width:80px; text-align:right;}
	
	.service_name {
			margin:0 0 2px 0;
		padding:0;
		overflow:hidden;
/*		border:1px solid #ddd;	*/
		}
		
	.service_info {
		color:#aaa;
		}
		
	.service_action {
	/*	border-bottom:1px dotted #ddd;*/
		border-top:1px dotted #ddd;
		margin:0 10px 0 10px;
		color:#aaa;
		padding:2px 0 2px 0;
		}
		
	
.checklist label {width:auto; float:none; text-align:left; }
.checklist input {width:auto; }
.checklist .disabled {font-weight:bold; color:#000;}


