/* eGift */
#content h3.Alt {
	font-size: 2.5em;
	padding-top: 50px;
	text-align: center;
}
#content ul {
	width: auto
}
#content ul li {
	background-color: #eee;
	float: left;
	margin: 10px 18px;
	padding: 5px;
	text-align: center;
	width: 220px;
}
#content ul li img {
	display: block;
	margin: 0 auto;
}
#content .Output {
	clear: both;
	padding: 10px 0;
	text-align: center;
}
/* description */
#content .Calendar,
#content fieldset {
	margin-top: 10px;
}
#content .SetAppointment {
	background-color: #eee;
	border: #ddd solid 1px;
	margin-bottom: 10px;
	padding: 10px;
}
#content .SetAppointment select,
#content .SetAppointment input {
	margin: 0 5px;
	vertical-align: middle;
}
#content .SetAppointment select {
	width: 205px;
}
#content .SetAppointment input {
	width: 50px;
}
#content .SetAppointment input.Button {
	line-height: 18px;
	margin: 0px;
	width: 65px;
}

/* book appointment */
#content .BookAppointment {
	background-color: #eee;
	border: #ddd solid 1px;
	margin-bottom: 10px;
	padding: 10px;
	width: 540px;
}
#content .BookAppointment .Input {
	float: left;
	margin-bottom: 10px;
	width: 270px;
}
#content .BookAppointment .Input label {
	display: block;
}
#content .BookAppointment .Input label span {
	color: #f00;
}
#content .BookAppointment .Input input {
	margin-top: 5px;
	width: 250px;
}
#content .BookAppointment .Input textarea {
	border: #999 solid 1px;
	height: 100px;
	margin-top: 5px;
	overflow: auto;
	width: 500px;
}
#content .BookAppointment .Output {
	clear: both;
}
#content .BookAppointment .Output input {
	margin-right: 5px;
	vertical-align: top;
}
/* tabular */
#content .Tabular {
	margin-bottom: 15px;
}
#content .Tabular table th,
#content .Tabular table td {
	border: #fff solid 1px;
	padding: 10px 7px;
	text-align: center;
}
#content .Tabular table th,
#content .Tabular table tfoot td {
	background: #6ab7f4 url(../images/bg-tabular.gif) repeat-x;
	color: #fff;
	font-size: 1.15em;
}
#content .Tabular table th a:link, #content .Tabular table th a:visited {
	color: #fff;
}
#content .Tabular table th a:hover {
	color: #333;
}
#content .Tabular table td {
	background-color: #eee;
}
#content .Tabular table tr.Even td {
	background-color: #ddd;
}
#content .Tabular table td.Left {
	text-align: left;
}
#content .Tabular table td.Right {
	text-align: right;
}
/* paging */
#content .Paging {
	font-weight: bolder;
	text-align: right;
}
#content .Paging a, #content .Paging span {
	margin: 0 2px;
}
#content .Paging img {
	vertical-align: middle;
}
#content .Paging a:link, #content .Paging a:visited {
	color: #999;	
}
#content .Paging a:hover {
	color: #333;
}
#content .Paging span {
	color: #292929;
	font-size: 1.15em;
}
/* card */
#content .Card {
	padding: 5px 0;
}
#content .Card img {
	border: #666 solid 1px;
	vertical-align: middle;
}
