/*
 * CSS for all templates used by the plugin dam_selector
 * (controller tx_dam_selector_base)
 */

/**
 * Template 'searchForm'
 */
.tx-dam_selector .searchForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.tx-dam_selector .searchForm div.select {
	line-height: 20px;
	margin: 10px;
}
.tx-dam_selector .searchForm div.select label {
	display: block;
	float: left;
	width: 213px;
	text-align: right;
	font-weight: bold;
	padding-right: .5em;
}
.tx-dam_selector .searchForm div.select select {
	width: 280px;
}

.tx-dam_selector .searchForm div.dam_selector_base_additionalLink {
	margin: 13px 0;
	font-size: 12px;
	font-weight: bold;
}
.tx-dam_selector .searchForm div.dam_selector_base_additionalLink a{
	font-size: 12px;
	font-weight: bold;
}

/**
 * Template 'downloadList'
 */
.tx-dam_selector .downloadList {
}
.tx-dam_selector .downloadList .language,
.tx-dam_selector .downloadList .filetype,
.tx-dam_selector .downloadList .filesize {
	width: 1%;
	padding: 0 1em;
	white-space: nowrap;
}
.tx-dam_selector .downloadList .language,
.tx-dam_selector .downloadList .filetype {
	text-align: center;
}
.tx-dam_selector .downloadList .filesize {
	text-align: right;
}

.tx-dam_selector .downloadList ul.pagination li.act a{
	background-color: #fff;
	color: #006DB6;
}

