/**
 * @copyright	Copyright (c) 2013 Skyline Software (http://extstore.com). All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */


.mod_sl_downloads {
	line-height: 1.5em;
}

.mod_sl_downloads .sl_document_row0,
.mod_sl_downloads .sl_document_row1 {
	padding: 5px 2px;
	border-bottom: 1px dashed #e5e5e5;
}

.mod_sl_downloads .sl_document_row0 {
	background: #FBFCFD;
}

.mod_sl_downloads .sl_document_row1 {
	background: #fff;
}

.mod_sl_downloads .sl_thumb {
	float: left;
}

.mod_sl_downloads .sl_thumb a:hover {
	background: none;
}

.mod_sl_downloads .sl_content {
	margin-left: 75px;
}

.mod_sl_downloads .sl_label {
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}