#titleBar{
	margin: 10px;
}
/*
#titleBar h1 {
	font-family: arial;
	font-size:12pt;
	font-weight: bold;
	color: #5ba6bd;
	background-color: #caecf5;
}
*/

#orderstatus {
	width: 771px;	
}
#orderstatus table {
	width: 100%;	
	border: none;
	border-collapse: collapse;
}
#titleMsg {
	font-family: arial;
	font-size:11pt;
	color: #a16a47;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:normal;
}
#statusMsg {
	font-family: arial;
	color: #525252;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 270px;
}
#errorMsg {
	color: #525252;
	background-color: #dff4f9;
	font-family: arial;
	width: 625px;
	height: 150px;
	padding-top: 5px;
	margin:10px auto;
}
#errorMsg h1 {
	color: #de399f;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	margin: 0px 15px 5px 15px;
	font-weight:normal;
}
#errorMsg .errorTxt {
	color: #525252;
	font-family: arial;
	font-size: 9pt;
	text-align: left;
	margin: 0px 15px 5px 15px;
}
.statusInputData {
	font-family: arial;
	color: #525252;
	padding-top: 5px;
	padding-bottom: 5px;
}
.statusInput{
	width:220px;
}
.submitButton {
	margin-left: 165px;
}
#orderHdrInfo {
	padding: 5px 0px 0px 10px;
	background-color: #dff4f9;
	font-size:9pt;
	/*background-color:black;*/
	width:189px;
}
*:first-child+html #orderHdrInfo{
	position:absolute;
	margin-top:5px;
	height:100%;
} 
*:first-child+html #orderHdrInfoBox .rtop{
	position:absolute;
	top:0px !important;
	width:100%;
}
*:first-child+html #orderHdrInfoBox .rbottom{
	position:absolute;
	bottom:-10px !important;
	width:100%;
}
#orderHdrInfoBox {
	width: 200px;
	font-size:.01em;
	position:absolute;
	top:170px;
	left:33px;
	bottom:142px;
	/*background-color: #caecf5; */
}
*:first-child+html #orderHdrInfoBox {
	margin-bottom:15px;
}
#messageInfo {
	padding: 5px 0px 10px 5px;
	width: 520px;
	color: #525252;
	font-size: 9pt;
	font-family: arial;
	margin-left:220px;
}
#messageInfo ul {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 10px 0px;
	color: #525252;
	font-size: 9pt;
	font-family: arial;
}
#messageInfoLink {
	color: #a16a47;
	font-size: 9pt;
	font-family: arial;
}
#itemListTable {
	width: 520px;
	padding-bottom: 5px;
/*	margin-right: 10px; */
	background-color: #ffffff;
	font-family: arial;
	border:solid  #5ba6bd 1px;
}
#itemListTable th {
	padding-left: 5px;
	font-family: arial;
	height:25px;
  font-size : 10pt;
  font-weight: bold;
  color: #ffffff;
	background-color: #5ba6bd;
}
#itemListTable td {
	vertical-align: top;
	font-family: arial;
  color: #525252;
	background-color: #ffffff;
/*	border-top-style: dotted;
	border-top-color: #caecf5;
	border-top-width: 2px;
*/	
}
div.itemContainer {
	margin:0px 5px;
	height:100px;
	float:left;
}
div.line{
	border-bottom-style: dotted;
	border-bottom-color: #caecf5;
	border-bottom-width: 2px;
}
td.itemDesc{
	width:25%;
}
td.itemStatus{
	padding:5px;
}
td.shipStatus{
	width:40%;
}
td.itemTracking{
	width:20%;
	overflow:hidden;
}
.d1{
	float:left;
	padding:5px;
	width:150px;
	white-space:normal;
}
.d2{
	float:left;
	padding:5px;
	width:150px;
	white-space:normal;
}
.d3{
	float:left;
	padding:5px;
	width:180px;
	overflow:hidden;
}
.centerWrapper p {
	margin-bottom:10px;
}