* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 750px;
}

header,
footer,
aside,
nav,
article {
	display: block
}

html,
body {
	-webkit-font-smoothing: antialiased
}

body {
	width: 750px;
	margin: 0 auto;
	font: 0.75em/160% Arial, sans-serif;
	color: #555;
	overflow-x: none;
	-webkit-text-size-adjust: 100%
}

#main {
	clear: both;
	float: left;
	width: 100%
}

.align-left {
	float: left;
	width: 50%
}

.align-right {
	float: right;
	width: 50%
}

.logo {
	background-color: lightgray;
	width: 250px;
	height: 50px;
	border: 3px dotted grey;
	text-align: center;
	padding: 12px;
	font-size: 20pt;
}
section {
	clear: both;
	float: left;
	width: 100%
}

section header {
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #555;
	background: #efebeb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

section article {
	clear: both;
	float: left;
	width: 100%
}

p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-ms-word-wrap: break-word;
	-moz-word-wrap: break-word;
	word-wrap: break-word
}

header#header {
	float: left;
	width: 100%;
	margin: 30px 0
}

header#header .alignleft img {
	float: left;
	width: 300px;
}

header#header .alignright h1 {
	line-height: 1;
	font-weight: 400;
	font-size: 18px;
	color: #555;
	text-align: right
}

section#contacts article {
	float: left;
	width: 100%;
	padding: 20px
}

section#contacts .alignright {
	border-left: 1px solid #ddd
}

section#items table {
	clear: both;
	float: left;
	width: 100%
}

section#items table tbody tr td {
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 14px
}

section#items table tbody tr td.name {
	padding: 0 20px
}

section#items table tbody tr td.price {
	padding: 0 20px;
	width: 300px;
	text-align: right
}

section#items table tfoot tr td {
	line-height: 35px;
	font-size: 14px
}

section#items table tfoot tr td.name {
	text-align: right
}

section#items table tfoot tr td.price {
	padding: 0 20px;
	text-align: right
}

section#additional-info header {
	width: 100%;
	margin: 50px 0 30px 0;
	border: none
}

section#additional-info .alignright {
	margin: 60px 0 0 0;
	text-align: right
}
.payment-items-meta-box th {
	text-align: left;
}