/* BEDIT LIST */
ul.ig-ref,
ol.ig-ref
{
	white-space: normal;
	margin: 0;
	padding: 0;
}
ol.ig-ref
{
	xlist-style: decimal inside;
}
ul.ig-ref li.ig-ref,
ol.ig-ref li.ig-ref
{
	display: block;
	vertical-align: top;
	position: relative;
}
ul.ig-ref li.ig-ref:hover,
ol.ig-ref li.ig-ref:hover
{
	/*background-color: #aaa;*/
}
/* bedit row */
ul.ig-ref-row,
ol.ig-ref-row
{
	white-space: nowrap;
	overflow-x: auto;
}
ul.ig-ref-row li.ig-ref,
ol.ig-ref-row li.ig-ref
{
	display: inline-block;
	margin-right: 15px;
}
ul.ig-ref-row li.ig-ref:last-child,
ol.ig-ref-row li.ig-ref:last-child
{
	margin-right: 0;
}
/* bedit sequence */
ul.ig-ref-seq li.ig-ref,
ol.ig-ref-seq li.ig-ref
{
	display: inline-block;
	margin-right: 15px;
}
/* bedit list */
ul.ig-ref-list li.ig-ref,
ol.ig-ref-list li.ig-ref
{
	margin-bottom: 15px;
}
/* BEDIT VISIBILITY */
span.ig-ref-ti,
span.ig-ref-su,
span.ig-ref-im
{
	white-space: normal;
	display: none;
}
ul.ig-ref-ti span.ig-ref-ti,
ol.ig-ref-ti span.ig-ref-ti
{
	display: block;
}
ul.ig-ref-su span.ig-ref-su,
ol.ig-ref-su span.ig-ref-su
{
	display: block;
}
ul.ig-ref-im span.ig-ref-im,
ol.ig-ref-im span.ig-ref-im
{
	display: block;
}
/* BEDIT STYLE */
span.ig-ref-ti
{
	font-weight: bold;
}
span.ig-ref-su
{
	font-style: italic;
}
/* BEDIT DIMENSIONS */
ul.ig-ref,
ol.ig-ref
{
	width: auto;
}
ul.ig-ref-row img,
ul.ig-ref-seq img,
ul.ig-ref-row iframe,
ul.ig-ref-seq iframe
{
	height: 150px;
}
ul.ig-ref-list img,
ul.ig-ref-list iframe,
ul.ig-ref-list span.ig-ref-ti,
ul.ig-ref-list span.ig-ref-su
{
	width: 600px;
}
ul.ig-ref-left.ig-ref-list img,
ul.ig-ref-left.ig-ref-list iframe,
ul.ig-ref-left.ig-ref-list span.ig-ref-ti,
ul.ig-ref-left.ig-ref-list span.ig-ref-su,
ul.ig-ref-right.ig-ref-list img,
ul.ig-ref-right.ig-ref-list iframe,
ul.ig-ref-right.ig-ref-list span.ig-ref-ti,
ul.ig-ref-right.ig-ref-list span.ig-ref-su
{
	width: 300px;
}

ul.ig-ref-left,
ul.ig-ref-right
{
	width: 300px;
}