/*
 * 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;
}

/**
 * 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 {
}

.tx-dam_selector .downloadList table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.tx-dam_selector .downloadList table tr:hover td {
	background-color: #e7ebef;
	cursor: pointer;
}
.tx-dam_selector .downloadList table td {
	line-height: 20px;
	background-color: #f3f5f7;
	border-bottom: 1px solid white;
}

.tx-dam_selector .downloadList table td a {
	text-decoration: none;
	color: #333333;
}

.tx-dam_selector .downloadList table td.icon {
	width: 24px;
	background: url(images/icon_acrobat.png) no-repeat #f3f5f7 3px 50%;
	padding-right: 4px;
}

