body {
	width:100%;
	font-family:"Times New Roman";
}

h1 {
	font-size:36px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:16px;
}

.red {
	color:#ea3719;
	font-weight:bold;
}

.blue {
	color:#006aaf;
	font-weight:bold;
}

.green {
	color:#367a3a;
	font-weight:bold;
}

.black {
	color:#000;
	font-weight:normal;
}

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.smalltxt {
	font-size:12px;
}

.xsmalltxt {
	font-size:10px;
}

table.layout {
	border-top: 1px solid black;
	border-collapse: collapse;
	width:9.5cm;
	margin-bottom:10px;
}

td {
	vertical-align:top;
}

.table-header {
	padding:10px 0 10px 0;
}

.table-size {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding:7px 0 0 0;
}

.table-product {
	vertical-align:middle;
}

.table-price {
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.table-product-range {
	padding:5px 0;
}

.table-price-range {
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding:5px 0;
}

.location {
	padding-top:27px;
	border-top: 2px solid black;
}

.freefit {
	padding:20px 0 20px 0;
}