/* TAGS */

.mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3 {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif !important;
}

.mceContentBody a {
	color: #b71116;
}

h1 {
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:0 0 6px 0;
	font-weight:normal;
}

h2 {
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:0 0 6px 0;
	font-weight:normal;
}

h3 {
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0 0 6px 0;
	font-weight:normal;
}

p {
	font-size:12px;
	line-height:18px;
	padding:2px 0 2px 0;
	margin:0;
}

#pageContent ul, .mceContentBody ul {
	padding:5px;
	margin:0;
	font-size:11px;
	list-style-position:inside;
}


a {
	color:#B71116;
}

/* CLASSES */
.bold {
	font-weight:bold;
}

.heading {
	line-height:28px;
	border:1px solid #dadada;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:0 12px;
	background-color:#eeeeee;
	margin:0 0 12px 0;
}

.imagePad10 {
	margin: 0px 10px 10px 0;
}


/* Colours */
.darkgrey {
	color:#666666;
}

.red {
	color:#B71116;
}


/* Button styles */
a.button-red {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	
	padding:0px 4px;
	color:#FFFFFF;
	background-color:#b71116;
}

a.button-red:hover {
	text-decoration:underline;
}

.productionshot {
	display:block;
	width:65px;
	padding:6px 6px 0 0;
	float:left;
}

.productionshot img {
	border:none;
}

a.prod-shot, a:link.prod-shot, a:visited.prod-shot, a:hover.prod-shot, a:active.prod-shot  {
	display:block; 
	width:65px;
	padding:6px 6px 0 0; 
	/*float:left; */
}

/*.prod-shot img {
	border:none;
}*/

.rule-horizontal {
	clear:both;
	display:block;
	font-size:1px;
	line-height:1px;
	height:8px;
	margin:18px 0 12px 0;
	padding:0;
	border-top:1px dotted #E5E5E5;
}


/***********************/
/**** Review Stars ****/
/*********************/
.one-star, .two-stars, .three-stars, .four-stars, .five-stars {
	display:block;
	float:left;
	width:60px;
	font-size:1px;
	line-height:1px;
	text-indent:-100000px;
	height:0px !important;
	padding:10px 0 0 0 !important;
	overflow:hidden;
	background-image:url(../images/ranking-stars.gif);
}

.two-stars {
	background-position:0 -11px;
}

.three-stars {
	background-position:0 -22px;
}

.four-stars {
	background-position:0 -33px;
}

.five-stars {
	background-position:0 -44px;
}