div.blogpanels div.panel  {
	clear: both;
	
}
div.blogpanels .col {
	margin-right: 13px;
	
}
div.blogpanels .col.last {
	margin-right: 0px;
	
}
div.blogpanels .panel {
	/*background: #ffde00;*/
	padding: 0px;
}
div.blogpanels .content {
	height: 82px;
	padding: 7px;
	position: relative;
}
div.blogpanels .content .text {
	width: 74px;
	overflow: hidden;
	font-family: HelveticaRoundedBold,sans-serif;
	font-size: 15px;
	line-height: 1.05em;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	
}
div.blogpanels .content .text b {
	color: #fff;
	font-weight: normal;
}
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: 98px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 24px;
	text-align: left;
	text-transform: none;
	font-family: Arial Rounded,sans-serif;
	font-size: 9px;
	font-weight: normal;
	background: #35AD98;
	padding: 5px 4px 5px 6px;
	color: #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
ul#paneltabs li a {
	color: #fff;
}
ul#paneltabs li.active {
	background: #E1007A;
}
ul#paneltabs li#p3 {
	margin-right: 0px;
}
/* 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_bg.png) no-repeat center bottom;
}

div.therm #smallstar #text {
   font-size:8px;
   text-align: left;
   font-family: HelveticaRoundedBold,sans-serif;
   font-style: normal;
   font-weight: normal;
   color: #000;
   line-height: 0.9em;
   padding: 20px 6px 6px 14px;
}
div.therm #smallstar #text {
  /*-webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);*/
}
div.therm .number{
    position: absolute;
    right: 16px;
    top: 28px;
    width: 40px;
    text-align: right;
    font-size: 0.8em;
}
