/**
 * typography definitions for FOHTD
 */
.typography * {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography dl dt,
.typography dl dd,
.typography blockquote,
.typography a {
	color:#333333;
	line-height:1.5em;
	font-size:1.2em;
}
.typography p,
.typography blockquote {
	margin-bottom:20px;
}

.typography em {
	color:#336699;
	font-weight:bold;
	font-style:normal;
	line-height:1.5em;
}
.typography strong {
	color:#a53737;
	font-weight:bold;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.5em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    		}
	.typography ul.nobullet {
		margin-left:0px;
		margin-bottom:20px;
	}
	.typography ul.nobullet li {
		list-style:none;
		margin:0px;
	}
.typography dl.feature {
	margin: 20px 0;
	padding: 0px;
	}
.typography dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.typography dl.feature dt {
	color:#336699;
	margin-bottom:5px;
	}
.typography dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	}
.typography dl.feature dd {
	color:#666666;
	font-size:1.1em;
	}

.typography dl.pricelistnoindent {
	margin-bottom: 20px;
	}
.typography dl.pricelistnoindent dt {
	margin-left:0;
/*	text-indent:-20px; */
	}
.typography dl.pricelistnoindent dd {
	margin: 0 0 20px 20px;
	}

.typography dl.pricelist {
	float: left;
	margin-bottom: 20px;
	width: 550px;
	display: inline;
	}
.typography dl.pricelist dt {
	float: right;
	width: 410px;
	}
.typography dl.pricelist dd.image {
	margin: 0;
	}
.typography dl.pricelist dd.image img {
	float: left;
	padding: 1px;
	}
.typography dl.pricelist dd {
	margin: 0 0 20px 160px;
	}
.typography dl.pricelist dd.narrow {
	width: 110px;
	}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#336699;
	font-weight:bold;
}
	.typography h1 {
		font-size:2.0em;
	}
	.typography h2 {
		font-size:1.6em;
		line-height:1.8em;
	}
	.typography h3 {
		font-size:1.2em;
	}
	.typography h4 {
		font-size:1.2em;
		font-weight: normal;
	}

.typography .byline {
	color: #999999;
	font-size:1.1em;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
.typography table {
	font-size:1.2em;
	margin-bottom:20px;
}
	.typography table tr td {
		padding:3px 5px;
		color:#333333;
		vertical-align:top;
	line-height:1.5em;
	margin-bottom:20px;
	}
	.typography table tr th {
		font-weight: bold;
		color:#336699;
		text-align:left;
		vertical-align:top;
		background-color:#b5d6f7;
		padding:3px 5px;
	}

	.typography table tr td ul li {
		font-size:1em;
	}

.typography table.colour {
	background:#ECF5FE;
	}

.typography .alertcontainer {
	overflow: auto;
	}

.typography .alert {
	border: 1px solid #B3A25C;
	width: 408px;
	float: left; 
	margin: 0 10px 20px 0;
}
	.typography .alert h2 {
		background: #BCAF70 url(../img/leaf2.jpg) no-repeat 99% 50%;
		color: #ffffff;
		margin:0;
		padding: 5px;
		font-size:1.3em;
		line-height:1.3em;
		font-weight: bold;
	}
	.typography .alert p {
		margin:0;
		padding: 5px;
	}
	.typography .alert ul {
		margin:0;
		padding: 5px;
	}
	.typography .alert ul li {
		list-style:none;
		margin:0;
	}
	.typography .alert ul li a {
		color:#336699;
		font-weight: bold;
	}

.typography .columnleft {
	float: left;
	width: 48%;
	margin: 0 0 30px 0;
	}

.typography .columnright {
	float: right;
	width: 48%;
	margin: 0 0 30px 0;
	}

.typography .columnleft:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}  

.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url(../img/rss.png) no-repeat 0 50%;
}

.typography .feed a {
	color:#336699;
	font-weight: bold;
	background:url(../img/arrow-r.gif) no-repeat 95% 50%;
	padding-right: 30px;
}

.typography .query {
	margin-left: 10px;
	font-size: 0.9em;
	color: #336699;
}

.typography .query a {
	color: #336699;
}

.typography .message {
	float:right;
	width: 152px;
	border: 1px solid #B3A25C;
	margin: 0 0 20px 0;
}
	.typography .message h2 {
		background: #BCAF70 url(../img/leaf3.jpg) no-repeat 3% 50%;
		color: #ffffff;
		margin:0;
		padding: 5px;
		font-size:1.3em;
		line-height:1.3em;
		font-weight: bold;
	}
	.typography .message a {
		font-size:1.2em;
		line-height:1.3em;
		font-weight: bold;
		color: #a53737;
		display: block;
		background:url(../img/arrowr2-r.gif) no-repeat 95% 75%;
		padding: 5px 16px 3px 5px;
		text-decoration:none;
	}
	.typography .message a:hover {
		text-decoration:underline;
	}
	.typography .message .nonmember	{
		text-align:right;
		padding: 5px 0 5px 0;
	}
	.typography .message .nonmember a {
		font-size:1.1em;
		line-height:1.1em;
		font-weight: normal;
		color: #a53737;
		text-decoration:none;
		background-image: none;
		padding-top: 0;
		padding-right: 5px;
	}	
	.typography .message .nonmember a:hover {
		text-decoration:underline;
	}

	.typography .stronglink {
		width: 88%;
		float: right;
		padding-bottom: 5px;
	}
	.typography .stronglink a {
		font-size:1.2em;
		line-height:1.3em;
		font-weight: bold;
		color: #a53737;
		display: block;
		background:url(../img/arrowr2-r.gif) no-repeat 75% 75%;
		padding: 0 16px 3px 5px;
		text-decoration:none;
	}
	.typography .stronglink a:hover {
		text-decoration:underline;
	}

.typography .highlight {
	background: #E7F1ED;
	padding: 10px 15px 2px 15px;
	margin-bottom: 15px;
	}

.typography .alertbox {
	background: #E7F1ED;
	width: 76%;
	clear: both;
	border: 1px solid #B3A25C;
	padding: 10px 15px 0 15px;
	margin: 0 0 15px 12px;
}

.typography .shopcategory {
	border: 1px solid #B3A25C;
	float: left; 
	width: 99%;
	margin: 0 0 25px 0;
}
	.typography .shopcategory h2 {
		background: #BCAF70 url(../img/leaf2.jpg) no-repeat 99% 50%;
		color: #ffffff;
		margin:0;
		padding: 5px;
		font-size:1.3em;
		line-height:1.3em;
		font-weight: bold;
	}
	.typography .shopcategory h2 a {
		color: #ffffff;
		font-weight: bold;
	}
	.typography .shopcategory p {
		margin:0;
		padding: 5px;
	}
	.typography .shopcategory p img {
		float: left;
		margin: 0 10px 0 0;
		padding-bottom: 5px;
	}
	.typography .shopcategory:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/* Slideshow classes */

.typography #slideshow {
	margin:0 auto;
	width:575px;
	height:200px;
	border: 1px solid #B3A25C;
	margin: 0 0 15px 0;
	position:relative;
}
.typography #slideshow #slidesContainer {
  margin:0 auto;
  width:495px;
  height:200px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
.typography #slideshow #slidesContainer .slide {
  margin:0 auto;
  width:475px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:200px;
} 

/* Slideshow controls style rules */

.control {
  display:block;
  width:39px;
  height:200px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/control_left.png) no-repeat right center;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/control_right.png) no-repeat 0 center;
} 

.typography .slide h2, .typography .slide p {
  margin:15px;
}
.typography .slide h2 {
		font-size:1.4em;
		line-height:1.6em;
}
.typography .slide h2 a {
	color:#336699;
  text-decoration:none;
}

.typography .slide img {
  float:right;
  margin:0 15px;
} 

/* clearfix */

.typography .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}