/* ********************* INEWS STORY DISPLAY ********************* */

.textContent
{
	font-size:12px;
	line-height:1.5em;
/*
	padding-left: 301px;
*/
	margin: 0px 6px 0 6px;
}

/*
.textContent h2 {
	margin: 0.5em 0px 5px 0px !important;
	font-size: 1.4em;
	padding: 0.2em 0.5em;
	font-size:12pt;
	color: #0055a5;
	font-weight: bold;
}
*/
.textContent h2
{
/*
	background-color:#85282C;
	color:#ecdcbb;
	font-weight:bold;
	letter-spacing:1px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:10px;
	font-size:14px;
	text-align:center;
*/
	background-color:#85282C;
	color:#ecdcbb;
	font-weight:bold;
	letter-spacing:1px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:5px 5px 5px 0;
	font-size:14px;
	text-align:center;
}
.textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family: Arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h3 {
        font-weight: bold;
        font-size: 1.2em;
        margin-top: 1.5em;
        margin-right: 0pt;
        margin-bottom: 1em;
        margin-left: 0pt;
}
.textContent ul {
        list-style: circle;
}

.textContent ul li {
	margin-top:1em;
}
.contentArea {
/*
	padding:0 1.5em 2em 1.5em;
*/
	margin: 0px 6px 0 6px;

}

/***** TEXT EDITOR BACKGROUNG COLOUR ****************************/

body
{
	background-color : #fff;
}
/****************************************************************/

.reviewTitleName
{
	color: #85282C;
	font-size: 18px;
	font-weight: bold;
}

.reviewTitleText
{
	color: #85282C;
	font-size: 15px;
}

.reviewTitleQuote
{
	color: #85282C;
	font-size: 15px;
	font-style: italic;
}

.reviewTitleQuoteName
{
	font-size: 14px;
}

.reviewWineName
{
	color: #85282C;
	font-size: 19px;
	margin-bottom:6px;
}

.reviewWineScore
{
	color: #85282C;
	font-size: 19px;
	display: inline;
}

.reviewWineText
{
	font-size: 14px;
	display: inline;
}

.reviewWineAuthor
{
	font-size: 14px;
	margin-bottom:5px;
}