.boxgrid {
	/*
	width: 225px; 
	height: 110px; 
	*/
	width: 300px; 
	height: 90px; 
	
	/*margin:10px;*/
	float:left; 
	/*background: #2A7F55; */
	background-color: #e1e0df;
	/*border: solid 2px #8399AF;*/
	overflow: hidden; 
	position: relative; 
}

/* LF added */
.boxgrid .fixed {
	position: absolute;
	top: 0; 
	left: 0; 
	z-index: 7;
	color: #ff0000;
	height: 80px;
	background-color: #e1e0df;
}

.boxgrid .fixed a {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
}

.boxgrid .fixed .text_indent {
	margin-left: 5px;
}

.boxgrid .fixed a:hover {
	color: #D26900;
}

/* LF added */
.boxgrid .slide {
	position: absolute;
	top: 48px; 
	left: 0; 
	border: 0; 
	z-index: 6;
	color: #343434;
	background-color: #e1e0df;
	width: 300px;
	height: 30px;
	font-size: 10px;
	line-height: 14px;
	padding: 5px;
	/*padding: 5px 5px 5px 5px;*/
	font-weight: normal;
}

.boxgrid .slide p {
	margin-top: 14px;
}

.boxgrid .fixed .sharer {
	width: 300px;
	height: 55px;
	background-image: url(../images/sharer_bg.png);
	background-repeat: no-repeat;
}

.boxgrid .fixed .sharer .sharer_item {
	padding-top: 8px;
	float: left;
	width: 100px;
	text-align: center;
}

/*
.boxgrid .text {
	float: left;
	width: 220px;
	height: 25px;
	background-color: #e1e0df;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #343434;
	line-height: 25px;
	text-transform: uppercase;
}
*/

