div.blogpanels div.panel  {
	clear: both;
	
}
div.blogpanels .col {
	margin-right: 10px;
	
}
div.blogpanels .col.last {
	margin-right: 0px;
	
}
div.blogpanels .panel {
	background: #ffde00;
	padding: 4px;
}
div.blogpanels .content {
	height: 82px;
	padding: 7px;
	position: relative;
}
div.blogpanels .content .text {
	width: 64px;
	overflow: hidden;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 1.54em;
	text-transform: uppercase;
	font-weight: bold;
	
}
div.blogpanels a, div.tabs a {
	text-decoration: none;
}
div.tabs {
	clear: both;
}
ul#paneltabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#paneltabs li {
	float: left;
	width: 116px;
	margin-top: 0px;
	margin-left: 4px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial,sans-serif;
	font-size: 9px;
	font-weight: bold;
	background: #ece8e4;
	padding: 5px;
}
ul#paneltabs li.active {
	background: #ffde00;
}

/* thermometer on front page*/
div.therm {
	width: 13px;
	position: absolute;
	right: 5px;
	top: -21px;
}

div.therm img {
   margin: 0;
   vertical-align: bottom;
}
div.therm div#mid {
   background: #fff;
   position: relative;
   height: 66px;
}
div.therm img.colour {
   position: absolute;
   bottom: 0px;
   left: 1px;
   width:11px;
   height: 6px;
   z-index:1;
}
div.therm img#grade {
   z-index:2;
   position: absolute;
   height: 66px;
}

div.therm #smallstar {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 49px;
	height: 49px;
	z-index: 3;
	background: url(/media/images/3/star_small.png) no-repeat center bottom;
}

div.therm #smallstar #text {
   font-size:9px;
   text-align: center;
   font-family: Georgia,serif;
   font-style: italic;
   font-weight: normal;
   color: #fff;
   line-height: 1.05em;
   padding: 10px 6px 6px 7px;
}
div.therm #smallstar #text {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
}
div.therm .number{
    position: absolute;
    right: 16px;
    top: 25px;
    width: 40px;
    text-align: right;
    font-size: 0.8em;
}