#section
{
	clear:both;
	float:left;
	width:100%;
	display:block;
	margin:0 0 10px;
	padding:0;
	min-height:70px;
}

#section div
{
	position:relative;
}

#section div.panel-pane
{
	clear:both;
	width:100%;
	margin:0 0 10px;
	padding:0;
	background:transparent;
}

#section div.panel-pane div.content
{
	//overflow:hidden;
	padding:10px;
	font-size:10px;
	line-height:5px;
	border:1px solid rgb(167,166,170);
	background:rgb(255,255,255);
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

#section div.panel-pane.title-pane
{
	margin:0 0 12px;
	padding:0 0 8px;
	background:url(../gfx/style/sectionbox/bg_shadow_954.png) no-repeat 0 100%;
}

#section div.panel-pane.stat-pane
{
	margin:0 0 12px;
	padding:0 0 8px;
	background:url(../gfx/style/sectionbox/bg_shadow_312.png) no-repeat 0 100%;
}

#section div.title-pane div.content
{
	background:rgb(250,250,250);
}

#section div.title-pane div.content h2
{
	font-size:20px;
	margin:0 0 30px 0;
}

#section p.earnTitle
{
	font-size:18px;
        color:#000000;
	line-height:5px;
}

#section div.headerProperty
{
	float: right;
        padding:10px;
}





.corner
{
	position:absolute;
	width:7px;
	height:7px;
	background-image:url(../gfx/style/sectionbox/bg_corners.png);
}

.corner.tl
{
	top:0;
	left:0;
	background-position:left top;
}

.corner.bl
{
	bottom:0;
	left:0;
	background-position:left bottom;
}

.corner.br
{
	bottom:0;
	right:0;
	background-position:right bottom
}

.corner.tr
{
	top:0;
	right:0;
	background-position:right top;
}





#section div.panel-pane .title .corner
{
	background-image:url(../gfx/style/sectionbox/bg_title_corners.png);
}

#section .teaser-pane .corner
{
	background-image:url(../gfx/style/sectionbox/bg_teaser_corners.png);
	margin-bottom:8px;
}

#section div.panel-pane.title-pane .corner
{
	margin-bottom:8px;
}

#section div.panel-pane.stat-pane .corner
{
	margin-bottom:8px;
}



  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

  .clearfix {
    zoom: 1;
    display: block;
    }
