h2 {
	font-size:1.3em;
	color:#2e5d8d;
	font-weight:bold;
}
h3 {
	font-variant:small-caps;
	margin-bottom:10px;
	font-size:1.1em;
}

/* Breadcrumb Status  */

div#statusBreadcrumb {
	margin-left:15px;
}
div#statusBreadcrumb img, div#statusBreadcrumb span {
	display:block;
	float:left;
	width:auto;
}
div#statusBreadcrumb span {
	height:15px;
	padding:2px 2px 0px 5px;
	background-color:#f3f3e4;
}
.complete {
	color:#a9a890;
}
.active {
	font-weight:bold;
}
.future {
}


/* Order Info Header */

div#columnOne {
	clear:both;
	float:left;
	width:360px;
	display:inline;
	margin:25px 20px 10px 20px;
}
div#columnOne.twoColumn{
	padding-left:100px;
	width:260px;
}
div#columnOne.twoColumn img{
	position:absolute;
	margin:0px 0px 0px -100px;
}
div#columnOne h2{
	margin:0px 0px 10px 0px;
	font-size:1.2em;
	color:#000000;
}
div#columnOne p{
	margin:0px 0px 10px 0px;
}
div#columnTwo {
	float:left;
	width:233px;
	display:inline;
	margin:25px 0px 10px 0px;
}
div#orderSummary {
	background-color:#f3f3e4;
	margin-bottom:10px;
	background-image:url(../../_images/graphics/ordersummary_bottomcap.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:233px;
	padding-bottom:10px;
}
div#topCap {
	background-image:url(../../_images/graphics/ordersummary_topcap.gif);
	background-repeat:no-repeat;
	width:233px;
	height:10px;
}
div#orderSummary table, div#orderSummary img {
	margin-left:15px;
}
td.label, td.data {
	width:200px;
	padding:2px;
	vertical-align:top;
}
td.label {
	font-weight:bold;
	text-align:right;
}

.emphasize {
	font-weight:bold;
	color:red;
}


div#pageFunctions h2{
	font-size:1.1em;
	margin-bottom:5px;
}


/*Order Infor Content*/
div#mainContent {
	background-color:#FFFFFF;
	clear:both;
	margin:25px 0px 0px 10px;
	width:640px;
	border-bottom:1px solid #e0e0e0;
}


div.menuSection, div.itemSection {
	border-top:1px solid #e0e0e0;
	clear:both;
}

table.orderHistory {
	clear:both;
	width:100%;
}

div.orderEvent {
	float:left;
	display:inline;
	width:500px;
	margin-left:25px;
}

/* Calendar Popup Function */
div.orderEvent a.link_info {
	background-image:url();
	padding-right:13px;
	position:relative;
	z-index:9;
}
div.orderEvent a.link_info:hover {
	z-index:10;
}
div.orderEvent a.link_info:hover span {
	top:-19em; left:-5em;
	width:auto;
	color:#000000;
	background-color:#d6d5c5;
	border:1px solid #51502f;
	padding:7px;
}

/* Invite Guests */

.guestListButton {
	display:block;
	margin:0px 5px 5px 5px;
}
.guestListButtonBuffer {
	display:block;
	margin:0px 5px 25px 5px;
}
.guestSelect {
	width:200px;
}
table.tableGuests {
	margin: 10px 0px 20px 20px;
}
table.tableGuests td, table.tableGuests th{
	border-bottom:none;
}
div#addGuestEmail{
	clear:both;
	width:400px;
}
div#addGuestEmail p{
	clear:both;
	margin-bottom:10px;
}

div#addMessage {
	margin-top:20px;
}



/*navigation breadcrumb styles*/
#statusBreadcrumb {
	overflow: hidden;
	width: 644px;
	font: 12px Verdana, Geneva, sans-serif;
	height: 40px;
}
#statusBreadcrumb ol,
#statusBreadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#statusBreadcrumb li {
	width: auto;
	display: block;
	float: left;
	background: #E2E2D8 url('/_images/breadcrumbs_images/arrow_tips_sprite.png') 100% -80px no-repeat;
	color: #6f6f6f;
	height: 40px;
}
#statusBreadcrumb li.active {
	font-weight: bold;
	background: #fff url('/_images/breadcrumbs_images/arrow_tips_sprite.png') 100% -40px no-repeat;
	color: #000;
}
#statusBreadcrumb #crumbCheckout {
	background: #E2E2D8 url('/_images/breadcrumbs_images/arrow_tips_sprite.png') 100% 0px no-repeat;
}
#statusBreadcrumb #crumbCheckout.active {
	background-image: none;
	background-color: #fff;
}
#statusBreadcrumb .prev {
	background: #E2E2D8 url('/_images/breadcrumbs_images/arrow_tips_sprite.png') 100% 0px no-repeat;
}
#statusBreadcrumb em {
	padding: 11px 30px 10px;
}
#crumbFind em {
	background: url('/_images/breadcrumbs_images/num_1_inactive.png') 8px 8px no-repeat;
	padding-left: 38px;
}
#crumbChooseMenu em {
	background: url('/_images/breadcrumbs_images/num_2_inactive.png') 0 8px no-repeat;
}
#crumbCheckout em {
	background: url('/_images/breadcrumbs_images/num_3_inactive.png') 0 8px no-repeat;
}
#crumbFind.active em {
	background-image: url('/_images/breadcrumbs_images/num_1_active.png');
}
#crumbChooseMenu.active em {
	background-image: url('/_images/breadcrumbs_images/num_2_active.png');
}
#crumbCheckout.active em {
	background-image: url('/_images/breadcrumbs_images/num_3_active.png');
}
#statusBreadcrumb em,
#statusBreadcrumb span.subCrumb {
	display: block;
	width: auto;
	font-style: normal;
}
#statusBreadcrumb span.subCrumb {
	font-weight: normal;
	font-size: 10px;
	color: #3E6F30;
	margin: -10px 0 0 30px;
	padding: 0;
	background-color: transparent;
}

* html #statusBreadcrumb span.subCrumb {
	margin-left: 15px;
}
