html {
	text-align: center;
	height: 100%;
	background: #fff;
}

/* @group Builds */

body {
	width:100%;
	height:100%;
	margin:0 auto;
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
    color: #333;
    line-height:1.125em;
    *font-size: 10px;
}

#container {
	width: 968px;
	margin: 0 auto;
	text-align: left;
}

#hd {
	height: 118px;
	margin: 0 5px 0 3px;
	position: relative;
}

#hd #logo {
	top: 27px;
	left: 10px;
	width: 268px;
	height: 66px;
	position: absolute;
	_height: 1%;
}

#hd #utilities,
#breadcrumbs,
#hd .search,
#hd .nav,
#bd .help,
#bd.success #panel_hd .print, 
#bd.order_history #panel_hd .print,
#debug-kit-toolbar,
#panel .proceed,
#ft ul.nav,
#bd #panel_bot,
#banner_bot,
#bd.success #panel.checkout .order_info .summary p.view_order_history {
	display: none;
}

/* @end */

/* @group Order History */

#bd.checkout .header,
#bd.cart .header {
	/*background: none;
	height: auto;
	padding: 0;
	margin: 0;*/
	display: none;
}

.header h2 {
	background: none;
	padding: 16px 0 0 20px;
	height: auto;
	margin: 0;
}

#panel_hd,
#bd #panel ,
#panel.checkout .section,
.cart #panel .section {
	background: none;
}

#panel_hd {
	height: auto;
	margin: 18px 0 9px;
}

#panel_hd h1,
#bd.success #panel_hd h1 {
	background: none;
	height: auto;
	padding: 0 0 0 20px;
	font-size: 14px;
	margin: 0;
	float: none;
}

.order_info p.order_date {
	margin: 0;
}

#bd.order_history #panel.checkout .order_info .order_status {
	float: none;
	position: static;
	top: 0;
	left: 0;
	float: none;
	text-align: left;
	margin: 0;
	padding: 18px 0 0;
}

#bd.order_history #panel.checkout .order_info .order_status.order-awaiting,
#bd.order_history #panel.checkout .order_info .order_status.order-problem,
#bd.order_history #panel.checkout .order_info .order_status.order-shipped,
#bd.order_history #panel.checkout .order_info .order_status.order-processing {
	background: none;
	float: right;
	margin-right: 20px;
	margin-top: 1px;
}

#bd.order_history #panel.checkout .order_info .order_status.order-awaiting {
	color: #666;
}

#bd.order_history #panel.checkout .order_info .order_status.order-problem {
	color: #D92522;
}

#bd.order_history #panel.checkout .order_info .order_status.order-shipped {
  color: #009900;
}

#bd.order_history #panel.checkout .order_info .order_status.order-processing {
  color: #009900;
}


#bd.order_history #panel.checkout .order_info .order_status p {
	padding: 0;
	margin: 0;
}

#bd.order_history #panel.checkout .order_info h3 {
	margin: 0;
	padding: 0;
}

#bd.success #panel.checkout .order_info, 
#bd.order_history #panel.checkout .order_info {
	padding: 11px 0 12px 20px;
	margin: 0;
	border-top: 1px solid #ccc;
}

#bd.success #panel.checkout .order_info h3, 
#bd.order_history #panel.checkout .order_info h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

#bd.success #panel.checkout .order_info .summary {
	margin-top: 8px;
	margin-right: 20px;
}

.secured {
	margin: 36px 0 9px;
}

#ft {
	margin-top: 0;
}

/* @end */
