/* @override http://www.beta.apilot.cz/css/global/toolbox.css */

/* @group general */

.nowrap {
	white-space: nowrap;
}

.max-width {
	width: 100%;
}

.search-highlight {
	padding: 2px;
	color: #fff;
	text-decoration: inherit;
	font-style: inherit;
	background: #ff8b00;
}

table.no-tfoot tfoot tr td {
	display: none;
}

.input_checkbox, .input_radio {
	margin: 0 3px 0 0;
}

.smart-clear, .clr {
	display: block;
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
}

html .hdn, html body div#dc-page .hdn {
	display: none;
}

em.title {
	color: #7e7e7e;
}

/* @end */

/* @group indent */

.indent, .indent-vertical, .indent-horizontal {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .indent, div[class] .indent-vertical, div[class] .indent-horizontal {
	height: auto;
}

.indent {
	padding: 10px;
}

.indent-vertical {
	padding: 10px 0;
}

.indent-horizontal {
	padding: 0 10px;
}

/* @end */

/* @group file icons */

a[href$='.pdf'], a[href$='.doc'], a[href$='.txt'], a[href$='.rtf'], a[href$='.swf'], a[href$='.zip'], a[href$='.rar'], a[href$='.avi'], a[href$='.wmv'], a[href$='.mov'], a[href$='.mp3'], a[href$='.wma'], a[href$='.ogg'], a[href*='youtube.com'] {
	display: inline-block;
	padding-left: 20px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: transparent;
}

a[href$='.pdf'] {	
	background-image: url(img/icons/file/pdf.png);
}

a[href$='.doc'] {
	background-image: url(img/icons/file/doc.png);
}

a[href$='.txt'], a[href$='.rtf'] {
	background-image: url(img/icons/file/txt.png);
}

a[href$='.swf'] {
	background-image: url(img/icons/file/swf.png);
}

a[href$='.zip'], a[href$='.rar']  {
	background-image: url(img/icons/file/zip.png);
}

a[href$='.avi'], a[href$='.wmv'], a[href$='.mov'] {
	background-image: url(img/icons/file/avi.png);
}

a[href$='.mp3'], a[href$='.wma'], a[href$='.ogg'] {
	background-position: 3px 50%;
	background-image: url(img/icons/file/audio.png);
}

a[href*='youtube.com'] {
	background-image: url(img/icons/file/youtube.png);
}

/* @end */










