/***Book store fp_bs_icons component***/

#bs_icon{
	width:100%;
	float:left;
	padding-left:80px;
}

.bs_icon_h1 {
	color:#1262AF;
	font-family:"Trebuchet MS";
	font-size: 17px;
	font-weight: 800;
}

.bs_icon_cell {
	width:140px;
	height:120px;
	line-height:120px;
	float:left;
/*	margin:3px;*/
/*	border:1px black solid;*/
	font-family:"helvetica";
	font-size:11px;
	font-weight:800;
	text-decoration:none;
	text-align:center;

}
.bs_icon_cell img{
	vertical-align:middle;
}

a.bs_icon_link:link{
	color:#326cb0;
	font-family:"helvetica";
	font-size: 13px;
	font-weight: 600;
	text-decoration:none;
}

a.bs_icon_link:visited{
	color:#326cb0;
	font-family:"helvetica";
	font-size: 13px;
	font-weight: 600;
	text-decoration:none;
}

a.bs_icon_link:hover{
	color:#94BDE5;
	text-decoration:none;
}

a.bs_icon_link:active{
	color:#326cb0;
	font-family:"helvetica";
	font-size: 13px;
	font-weight: 600;
	text-decoration:none;
}
/***fp_bs_icons***/

