

@charset "iso-8859-1";

H3 {
	font-size: 15px;
	font-family: arial;
	font-weight: bolder;
	color: #ffffff;
}
	
.layout_top {
	width: 98%;
	background: url(/img/layout_logo_bg2.png) no-repeat;
	background-position: top right;
}

.layout_top .layout_top_left {
	vertical-align: top;
	text-align: left;
}

.layout_top .layout_top_right {
	vertical-align: top;
	text-align: right;
}

.layout_top .layout_top_right .openRep_btn {
	margin-top: 24px;
}

.layout_top .layout_logo {
	background: url(/checkout/img/layout_logo_bg.png) no-repeat;
	background-position: top left;
}

.layout_top .layout_logo img {
	display: block;
}

.layout_top .layout_logo1 , .layout_top .layout_logo2 , .layout_top .layout_logo3 {
	vertical-align: top;
}

.layout_top .layout_logo2 {
	color: #647F90;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

.layout_top .layout_logo3 img {
	margin-left: 5px;
	margin-right: 30px;
}

.layout {
	width: 100%;
	margin: 0px;
}

.layout .layout_left {
	width: 206px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.layout .layout_left img {
	display: block;
}

.layout .layout_left_fix {
	width: 206px;
	margin: 0px;
	margin-top: 10px;
}

.layout .layout_right {
	width: auto;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.layout .layout_top {
	width: 100%;
	background: url(/checkout/img/layout_logo_bg2.png) no-repeat;
	background-position: top right;
}

.layout .layout_top_left {
	vertical-align: top;
}

.main_margin {
	margin: 30px;
	margin-top: 0px;
}

.cols {
	width: 100%;
	margin: 0px;
}

.cols .col1 {
	padding: 0px;
	padding-right: 20px;
	vertical-align: top;
	width: 50%;
}

.cols .col2 {
	padding: 0px;
	vertical-align: top;
	width: 50%;
}

/* links */

.back {
	margin-bottom: 5px;
	margin-left: 10px;
}

.track_order {
	margin-left: 10px;
}

.error {
	text-align: center;
	color: yellow;
	background: #022335;
	border: 1px dashed #0A4E8D;
	padding: 10px;
	margin: 20px;
}

/* menu */

.menu_service {
	background: url(/img/service_bg2.png) no-repeat;
	background-position: top right;
	width: 180px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.menu_service a:link , .menu_service a:visited {
	font-size: 12px;
}

.menu_service ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;
	list-style: none;
}

.menu_service li {
	margin: 0px;
	padding: 0px;
}

/* order summary */

.order_summary {
	padding: 20px;
	margin-top: 10px;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

.order_summary h1 {
	font-size: 17px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000000;
	text-decoration: underline;
}

.order_summary h2 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000000;
}

.order_summary h3 {
	padding: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	background: #9FD2FF;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.order_summary .title {
	font-weight: bold;
	color: #59A8EF;
}

.track {
	margin-top: 20px;
}

.track img {
	margin-bottom: 10px;
}

.track .truck {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.track_date {
}

/* unpaid */

.unpaid {
	color: yellow;
	font-size: 14px;
	font-weight: bold;
}

/* items */
.items div {
	float: left;
	margin-left: 10px;
}

