.entry {
	padding: 10px;
	text-align: justify;
	clear: both;
}

.entry p {
	margin-top: 3px;
	text-align: justify;
	font-size: 1.1em;
}

.entry a img {
	text-decoration: none;
}

.space {
	margin: 10px;
	padding: 10px;
}

.rightAlign {
	text-align:right;
	padding-right: 10px;
}

.faq  {
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.faq p {
	line-height: 1.2em;
	margin: 15px;
	font-size: 1.1em;
}

/* Title Blocks */

.titleBlockLeft {
	float: left;
	width: 29%;
	clear: left;
	text-align: left;
}

.titleBlockCenter {
	clear: both;
	text-align: center;
}

.titleBlockRight {
	float: right;
	width: 65%;
	clear: right;
	text-align: left;
}

/* Entry Blocks */

.blockLeft {
	float: left;
	clear: left;/**/
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: left;
	width: 60%;
}

.blockLeftShaded {
	float: left;
	clear: left;/**/
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: left;
	width: 60%;
	padding-top: 10px;
	background-color: #e8f0e9;
}

.blockLeft p, .blockLeftShaded p {
	text-align: justify;
	font-size: 1.1em;
}

.blockLeft img, .blockLeftShaded img  {
	margin: 10px;
}

.blockCenter {
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
	margin-top: 0px;
}

.blockCenter a img {
	text-decoration: none;
}

.centerImage, .centerImage img {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.blockCenterShaded {
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
	background-color: #e8f0e9;
	margin-top: 20px;
}

.blockCenter p, .blockCenterShaded p {
	text-align: justify;
	font-size: 1.1em;
}

.blockCenter img, .blockCenterShaded img  {
	margin: 10px;
}

.blockRight {
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	width: 35%;
	padding: 10px;
	float: right;
	clear: right;/**/
}

.blockRightShaded {
	margin-bottom: 20px;
	float: right;
	width: 35%;
	padding: 10px;
	clear: right;/**/
	background-color: #e8f0e9;
}

.blockRight p, .blockRightShaded p {
	text-align: justify;
	font-size: 1.1em;
}

.blockRight img, .blockRightShaded img  {
	margin: 10px;
}

.blockRightShadedSpan {
	margin-bottom: 5px;
	float: right;
	width: 45%;
	padding: 10px;
	clear: right;/**/
	background-color: #E9E9E9;
	margin-left: 15px;
}

.blockRightShadedSpan p {
	text-align: justify;
	font-size: 1.1em;
}

.blockRightShadedSpan img  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.blockLeftSpan {
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	width: 45%;
	padding: 10px;
	float: left;
	clear: left;/**/
	margin-right: 15px;
}

.blockLeftSpan p {
	text-align: justify;
	font-size: 1.1em;
}

/* Product */

.product {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 30px;
	width: 98%;
	float: none;
	clear: both;
}

.productImg {
	height: auto;
	width: 280px;
	float: left;
	clear: both;
	padding: 10px;
}

.productDesc {
	height: auto;
	width: 330px;
	float: right;
	clear: right;
	padding: 10px;
}

.productImgSmall {
	height: auto;
	width: 120px;
	float: left;
	clear: both;
	padding: 10px;
}

.productDescBig {
	height: auto;
	width: 475px;
	float: right;
	clear: right;
	padding: 10px;
}

.productCart {
	margin: 15px;
	/*height: auto;*/
	width: 95%;
	clear: both;
	font-weight: bold;
	padding: 5px;
	display: block;
}

.productCartShort {
	margin: 15px;
	/*height: auto;*/
	width: 280px;
	font-weight: bold;
	padding: 5px;
	float: left;
	clear: left;
}
