* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}
.product_image{
	border: 1px solid #CCCCCC;
}
.product_image_light{
	border: 1px solid #DDDDDD;
}
.container {
	position: relative;
	height: 100%;
	min-height: 100%;
}

html > body .container {
	height: auto;
}

.head {
	position: absolute;
	left: 0px;
	top: 0px;
}

.foot {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

ul {
	list-style-position: inside;
}

#order-info .first, #client .first {
    font-weight: bold;
    min-width: 15em;
    padding-right: 1em;
    vertical-align: top;
}