/* **** Print Ready Pages **** */

body
{
	margin: 0 !important;
	padding: 0 !important;
}

.maincontent
{
	width: 100% !important;
	background: white;
	margin: 0 !important;
	min-width: 790px !important;
}

#contentwrapper
{
	margin: 0 !important;
}

#logobarprint
{
	flex: auto;
	height: 85px;
	margin-top: 2px;
	background: url("/images/site/logoprint.png") no-repeat #96f0ff;
	min-width: 790px !important;
	text-align: right;
}

#logotext
{
	font-size: 19px;
	position: absolute;
	top: 58px;
	left: 50px;
}

#logobarprintinner
{
	width: calc(100%-170px) !important;
	display: inline-flex;
	justify-content: space-between;
}

#printphone
{
	display: inline-block;
	font-size: clamp(24px, 3.5vw, 50px);
	margin: 15px 10px 0 10px;
	color: #5a8d02;
}

#printpostcode
{
	display: inline-block;
	margin: 5px 10px 0 10px;
	font-size: clamp(12px, 1.5vw, 25px);
	text-align: center;
}

#printpostcode span
{
	font-size: clamp(20px, 3.5vw, 45px);
	color: #5a8d02;
}

#printshowcentre
{
	display: inline-block;
	margin: 15px 10px 0 10px;
	font-size: 14px;
	text-align: center;
	font-size: 40px;
	color: #5a8d02;
}

#datebox
{
	display: inline-block;
	margin: 20px 20px 0 20px;
	font-size: 12px;
	text-align: center;
}

#printprodlink
{

	text-align: center;
	background-color: #ffc;
	border: 2px solid red;
	padding: 6px 8px;
	font-size: 20px;
	color: red;
	border-radius: 10px;
	margin-top: 4px;
	cursor: pointer;
}

#printprodlink:hover
{
	background-color: yellow;
}

#printprodlink a
{
	font-weight: bold;
	color: #800 !important;
}

#printprodlink a:hover, #printprodlink:hover a
{
	color: red !important;
	text-decoration: none;
}

/* **** Price Matrix Table **** */

.pricetable td, .pricetable th
{
	border-radius: 1px;
	padding: 3px;
}

.pricetable th
{
	font-size: 11pt;
	padding: 3px 8px;
}

.pricetable th.ptblsmall
{
	font-size: 8pt !important;
}

.pricetable td
{
	font-size: 11pt;
	background-color: #efe;
	border: 1px solid #5a8d02;
}

.pricetable td.highlight
{
	background-color: #ffc;
	color: red;
	font-size: 11pt;
}

.pricetable th
{
	background-color: #5a8d02;
	color: white;
}

h2.printpage
{
	border-top: 2px solid #608c01;
	padding-top: 5px;
	margin-top: 8px;
	font-size: 22px;
}

.taglistwithfloat li
{
	list-style-position: inside;
}

/* **** Accessory blocks **** */

.accessory
{
	width: 150px;
	height: auto !important;
	font-size: 13px !important;
	overflow: hidden;
}

img.acclist
{
	max-width: 120px;
	_max-height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
}

/* **** Tables **** */

.printtable
{
	border-spacing: 3px;
}

.printtable td, .printtable th
{
	border: 1px solid #777;
	padding: 2px 5px;
	font-size: 12px;
}

.printtable td
{
	background-color: #eee;
}

.printtable th
{
	background-color: #5a8d02;
	color: white;
}

