.cs-collapsable
{
	cursor: pointer;
}

.cs-linkbutton
{
	padding: 0.2em 1em 0.2em 1em;
	text-decoration: none;
}

.cs-panel
{
	margin-bottom: 0.5em;
}

.cs-panel-content
{
	border: 1px solid #DDDDDD;
	font-size: 90%;
}

.cs-panel div, .cs-panel p
{
	padding: 0.2em 1em 0.2em 1em;
}

.cs-panel .ui-widget-content
{
	font-size: 90%;
}

.cs-left
{
	float: left;
	margin-right: 0.5em;
}

.cs-center
{
	margin-left: auto;
	margin-right: auto;
}

.cs-right
{
	float: right;
	margin-left: 0.5em;
}

.cs-tooltip
{
	display: none;
	padding: 0.4em;
	position: absolute;
	top: 10px;
	left: 10px;
}

.cs-thumbmap
{
	list-style: none;
}

.cs-thumbmap li
{
	display: block;
	float: left;
	width: 120px;
	padding: 8px;
	margin: 4px;
	text-align: center;
}

.cs-thumbmap img
{
	border-style: none;
	text-decoration: none;
	padding-bottom: 6px;
}

.cs-thumbmap span
{
	margin-top: 3px;
	text-align: center;
}

ul.explorer
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.explorer li
{
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 2px;
}

li.directory
{
	background: url(../images/icons/directory.png) left top no-repeat;
}

li.directory_open
{
	background: url(../images/icons/directory_open.png) left top no-repeat;
}

li.directory a, li.directory_open a, li.file a
{
	text-decoration: none;
}

li.file
{
	background: url(../images/icons/txt.png) left top no-repeat;
}
