@charset "utf-8";
/* ------------------- editions table */
div#everything-wrap div.single-wrap table.editions {
	width: 661px;
	margin: 0 0 36px 0;
}
div#everything-wrap div.single-wrap table.editions tbody tr:first-child td {
	text-align: center;
	border-bottom: 1px dotted #cdcdcd;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	color: #3e96e0;
	font-weight: normal;
	padding: 8px 8px 8px 8px;
	background-color: #f5f5f5;
}
div#everything-wrap div.single-wrap table.editions tbody tr td {
	border-left: 1px dotted #CDCDCD;
	padding: 0;
}
div#everything-wrap div.single-wrap table.editions tbody tr td:first-child {
	border-left: none;
	padding: 7px 6px 10px 6px;
}
div#everything-wrap div.single-wrap table.editions tbody tr:last-child td {
	border-bottom: none;
}
div#everything-wrap div.single-wrap table.editions tbody tr td:child:hover {
	background-color: #fbfac9 !important;
}

/* ------------------- freeXreport specific */
div#everything-wrap div.single-wrap table.freex tbody tr:first-child td {
	font-size: 12px;
}
div#everything-wrap div.single-wrap table.freex tbody tr td:first-child {
	width: 100%;
}

/* ------------------- nameXpdf specific */
div#everything-wrap div.single-wrap table.namex tbody tr td:first-child {
	width: 100%;
}

/* ------------------- getXpdf specific */
div#everything-wrap div.single-wrap table.getx tbody tr:first-child td {
	font-size: 14px;
}
div#everything-wrap div.single-wrap table.getx tbody tr td:first-child {
	width: 100%;
}

/* ------------------- barXprint specific */
div#everything-wrap div.single-wrap table.barx tbody tr td:first-child {
	width: 100%;
}

/* ------------------- editions options */

/* --- yes option */
div#everything-wrap div.single-wrap table.editions tbody tr td span.yes {
	display: block;
	height: 32px;
	background: transparent url(img/editions-opt-yes.png) center center no-repeat;
}
	div#everything-wrap div.single-wrap table.editions tbody tr td span.yes span {
		display: none;
	}
	
/* --- yes* option */
div#everything-wrap div.single-wrap table.editions tbody tr td span.yes-star {
	display: block;
	height: 32px;
	background: transparent url(img/editions-opt-yes-star.png) center center no-repeat;
}
	div#everything-wrap div.single-wrap table.editions tbody tr td span.yes-star span {
		display: none;
	}
	
/* --- minus option */
div#everything-wrap div.single-wrap table.editions tbody tr td span.minus {
	display: block;
	height: 32px;
	background: transparent url(img/editions-opt-minus.png) center center no-repeat;
}
	div#everything-wrap div.single-wrap table.editions tbody tr td span.minus span {
		display: none;
	}
	
/* --- no option */
	div#everything-wrap div.single-wrap table.editions tbody tr td span.no span {
		display: none;
	}