.height260 {
	height: 250px;
}
.block{
	width:300px;
	height:auto;
	background:transparent;
	border-radius:0 0 5px 5px;
	margin-bottom:20px;
}
.block-wrapper{
	border: solid 1px #CCC;
	background-color:#FFF;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 4px #CCC inset;
}
.block-header{
	width:300px;
	height:39px;
	background-color:#dc4b3a;
	line-height:39px;
	color:#FFF;
	border-radius:5px 5px 0 0;
}
.block-header h2{
	font-size: 22px;
	font-weight: normal;
	margin:0;
	padding:0;
	font-family:'Futura',Helvetica,sans-serif;
	text-indent:11px;
	text-shadow: none;
}
.block-arrow{
	background-image:url('../images/arrow.png');
	background-repeat:no-repeat;
	width:18px;
	height:9px;
	margin-left:30px;
	margin-top:-1px;

}
.block-content{
	background-color:#FFF;
	width:290px;
	margin:0 auto;
	margin-top:10px;
	padding: 0 0 13px;
}
.block-sites{
	float:left;
	margin-left:13px;
	border-right:1px solid #dadada;
	width:67px;
}
.block-sites h2{
	color:#7A7A7A;
	font-size:30px;
	margin:0;
	padding:0;
}
.block-visits{
	float:left;
	margin-left:13px;
}
.block-visits h2{
	color:#777;
	margin:0;
	font-size:30px;
	position: relative;
}
.block-views{
	margin-top:22px;
	margin-left:13px;
}
.block-views h2{
	color:#777;
	margin:0;
	padding:0;
	font-size:30px;
}

.block-views h2.smaller{
	font-size: 24px;
}

.block-style1{
	float:left;
}
.block-style2{
	text-align:left;
	text-indent:20px;
}
.block-location{
	padding: 0 0 20px;
}
.block-style5{
	float:left;
	margin-left:20px;
}
.block-style6{
	width:100%;
}
.block-style7{
	width:100%;
	text-align:left;
	text-indent:20px;
}
.block-style8{
	width:98%;
	margin:0 auto;
	text-align:center;
}
.top-block{
	height:320px;
}
