div.form h2 {
	color: #00a;
	border-bottom: 1px solid #00a;
}

fieldset legend {
	font-weight: bold;
	font-style: italic;
	background: #444;
	color: #ddd;
	padding: 0 10px;
}
input.header_signup_box_input_box {
	width: 120px;
}

#address-carousel li {
	border: 1px solid #91b4d2;
	padding: 10px 0;
	width: 100%;
	overflow: auto;
}

#flash_fe {
	display: none;
	width: 530px;
	height: 20px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #000;
	color: #00a;
	position: absolute;
	top: 224px;
	left: 300px;
	padding: 2px 3px;
	opacity: 0.75;
}

div.box {
	background: #fff;
	border: 1px solid #666;
	padding: 0 10px 10px 10px;
}
div.actionbar {
	padding: 15px 15px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #f1f1f1;
	width: 95%;
}

hr {
	background: #006a95;
	border: none;
	margin: 15px 0;
}

ul.subnav {
	margin-left: 0;
	padding-left: 10px;
}
ul.subnav li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.subnav li a,
ul.subnav li a:visited {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}

p.contact_info {
	font-size: 10px;
	text-align: center;
}

/**
 * Contact Mgmt
 */
#addressbox {
	border: 1px solid #000;
	background: #e7f6ff;
	padding: 5px;
	margin-bottom: 10px;
}
#addressbox h2 {
	font-size: 14pt;
	margin-top: 0;
	text-align: center;
}

/**
 * Courses
 */
table.course_info th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
}
table.course_info td {
	padding-top: 10px;
}

/**
 * Cart
 */
table.order_view {
	background: #fff;
	font-size: 8pt;
}
table.order_view th, table.order_view td {
	text-align: left;
	vertical-align: top;
}
table.order_products td, table.order_products th {
	text-align: left;
	padding-right: 6px;
}

table.products {
	width: 530px;
}
table.products td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
table.products td.addtocart p {
	white-space: nowrap;
}

table.cart {
	width: 100%;
}
table.cart th {
	text-align: left;
	background: #006a95;
	color: #f89c56;
	padding: 3px;
}
table.cart td {
	background: #eee;
	padding: 10px 10px;
}

/**
 * Calendar
 */
table.calendar {
	width: 100%;
}
table.calendar th {
	background: #333;
	color: #ddd;
}
table.calendar td {
	background: #ccc;
	min-height: 75px;
	height: 75px;
	width: 14.2%;
	vertical-align: top;
}
table.calendar td.weekend {
	background: #bbb;
}
table.calendar td .daylabel {
	font-size: 8pt;
	float: right;
}

/*
 * Therapist/Esthetician Search
 */
table.therapists td {
	vertical-align: top;
	background: #e7f6ff;
	border: 1px solid #aaa;
	width: 50%;
}

/**
 * Blog
 */
div.blog-post {
	width: 95%;
	border: 1px solid #333;
	background: #f1f1f1 none;
	margin: 10px 0;
	padding: 0 5px;
}
p.blog-post-more {
	text-align: right;
}
p.blog-post-date {
	text-align: right;
	border-bottom: 1px solid #999;
}
