﻿#services-table
{
	margin-top:15px;	
	width:95%;
	text-align:left;
}

h2
{
	color: #472d03;
}

.services-list li
{
	list-style-type:disc;
}

#services-description
{
	font: 1.1em Verdana, sans-serif;	
}


#additional-services
{
	overflow:auto;
	border:solid 1px #b49869;
	height:200px;
}

#additional-services table
{
	width:100%;
}

#additional-services input
{
	width:50px;
}

#additional-services button
{
	text-align:right;
}

#additional-services .title
{
	font: 1.1em Verdana, sans-serif;
	color: #472d03;	
	text-transform:uppercase;
}

#additional-services .description
{
	font: 0.8em Verdana, sans-serif;	
	width:70%;
	text-align:left;
	
}

#additional-services .check
{
	font: 1.6em Verdana, sans-serif;
	text-align:center;
}

#additional-services .price
{
	font: 1.6em Verdana, sans-serif;
	width:60px;
}


#additional-services .dark
{
	background-color:#e3cda7;
}

#additional-services .dark .description
{
	color: #472d03;	
}

#additional-services .dark .price
{
	color: #472d03;	
}

#additional-services .separator
{
	border-bottom: dotted 1px #472d03;	
}

#selected-services
{
	margin-top:10px;
	width:100%;
}

.selected-services-single-line
{
	margin-top:2px;
	margin-bottom:2px;
	border: dotted 1px #472d03;	
	width:100%;
}

.selected-services-title
{
	width:100%;
	color:#472d03;
	border: dotted 1px #472d03;	
}

.selected-services-title .button, .pax, .price
{
	width:10%;
}

.selected-services-title .title
{
	width:70%;
}

.selected-services-single-line .button
{
	padding-left:10px;
	width:10%;
	text-align:left;
}

.selected-services-single-line .title
{
	width:70%;
	font-weight:bold;
	color:#472d03;
}

.selected-services-single-line .pax
{
	width:10%;
	text-align:right;
}

.selected-services-single-line .price
{
	width:10%;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#472d03;	
}

.selected-services-total
{
	margin-top:2px;
	margin-bottom:2px;
	border: dotted 1px #472d03;	
	width:100%;
}

.selected-services-total .title
{
	width:90%;
	text-align:right;
}

.selected-services-total .price
{
	width:10%;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#472d03;	
}

.selected-services-button
{
	margin-top:2px;
	margin-bottom:2px;
	width:100%;
	text-align:right;
}

.selected-services-button
{
	font: 0.9em Verdana, sans-serif;
}

.image
{
	border:solid 4px #472d03;	
}

