@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto');
    font-weight: normal;
    font-style: normal;
}

/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}

p {
	color: #202120;
	font-size: 1.0em;
	margin:0px;
	margin-bottom:22px;
	line-height:1.8em;
	padding:0px;
}

h1, .h1-inline {
	color: #202120;
	font-family: 'Cinzel', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:600;
	margin:0px;
	margin-top:36px;
	margin-bottom:20px;
	padding:0px;
}

h2, .h2-inline, h2 a, h2 a:visited {
	color: #326d33;
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:600;
	margin-top:30px;
	margin-bottom:18px;
	text-decoration:none;
}

h3, .h3-inline {
	color: #000000;
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:600;
}

ol{
	color:#333333;
	font-size: 1.0em;
	line-height:1.8em;
	margin:0px;
	margin-bottom:22px;
	overflow:hidden;
	padding:0px;
}
ol li{
	list-style: decimal inside;
}

ul{
	color:#333333;
	list-style:none;
	font-size: 1.0em;
	line-height:1.8em;
	margin:0px;
	margin-bottom:22px;
	overflow:hidden;
	padding:0px;
}
ul li{
	background-image:url(../images/tick.gif);
	background-position: left 5px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-bottom: 8px;
	margin-right:20px;
	padding-left:30px;
	width:400px;
}
* html ul li{
	width:430px;
	w\idth:400px;
}

ul li:nth-child(even) {
	margin-right:0px;
}
	
.redtext {
	color: #FF0000;
}
.bluetext{
	color:#4fc0ec;
}
.smalltext {
	font-size: 0.8em;
}
.largetext{
	font-size: 1.2em;
    font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.6em;	
}
.productTitle{
	float:left;
	width:169px;
	margin-right:9px;
}	

b, strong{
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
}

/*.strikethrough {
	text-decoration:line-through;
}*/

/*img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}*/
img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.alignCentre {
	text-align:center;
}  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

table.tableStyleA {
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleA td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}



.no-space{
	margin:0px;
	padding:0px;
}	


.clearboth{
	clear:both;
}	


.list-full li {
    float: none;
    margin-bottom: 8px;
    margin-right: 0px;
    padding-left: 30px;
    width: calc(100% - 30px);
}
