div.biblio-boxes{
	position                 : relative;
	width                    : 100%;
}
div.biblio-box{
	float                    : left;
	width                    : 30%;
	border                   : 1px solid #CCC;
	border-radius            : 5px;
	box-sizing               : border-box;
	background-color         : #FAFAFA;
	margin-right             : 3%;
}
div.biblio-box:hover{
	box-shadow               : 0 0 5px #51CBEE;
  border                   : 1px solid #51CBEE;
}
div.biblio-box div.box-heading{
	font-size                : 1.25em;
	text-transform           : uppercase;
	padding                  : 1em 0;
	text-align               : center;
	color                    : #666;
	text-shadow              : 2px 2px 8px #AAA;
	border-bottom            : 1px solid #CCC;
	font-weight              : bold;
}

div.biblio-box div.box-body{
	height                   : 200px;
	background               : url("../images/bookmark_128x128.png") center center no-repeat;
}
div.biblio-box div.fnrs{
	background-image         : url("../images/FNRS_logo.gif");
}
div.biblio-box div.academic{
	background-image         : url("../images/fwb.png");
}



div.export_box{
	width : 95%;
	margin : 1em auto;
	padding : 1em;
	background:#f6f6f6 url(../images/export.png) right center no-repeat;
}

div.export_box div.form_element * { display : inline-block; }
div.export_box div.form_element label { width:15%; }
div.export_box div.form_element span { font-style:italic; }



/* BIBLIOGRAPHY FORM ======================================================== */

div.bibliograhpy-form table tbody{ border : none;}
div.bibliograhpy-form table td{ vertical-align: top; }
div.bibliograhpy-form table th, div.bibliograhpy-form table td{ padding: 2px 5px; }

div#accordion h4 *{ display:inline-block; }
div#accordion h4 div{ padding: 1px 0 1px 20px; }
h4.biblio-basic div{ background: url(../images/gear_16.png) center left no-repeat; }
h4.biblio-custom div{ background: url(../images/label_16.png) center left no-repeat; }
h4.biblio-sort div{ background: url(../images/funnel_16.png) center left no-repeat; }
h4.biblio-export div{ background: url(../images/folder-export.png) center left no-repeat; }
