@charset "utf-8";
/* CSS Document */

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

.CollapsiblePanelTab {
	background-color: #367DB5;
	color:#FFF;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	font-size:120%;
	font-weight:bold;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 5px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
	color:#000;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
	color:#000;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #367DB5;
	color:#FFF;
}

.cf4tcSingleselects, .cf4tcMultiselects {
	padding:5px;
	border:#CCC solid 1px;
	margin-bottom:5px;
}

.cf4tcSingleselects {
	/*height:20px;*/
}

.cf4tcMultiselects {
	height:125px;
}

.cf4tcSingleselects label, .cf4tcMultiselects label {
	font-weight:bold;
}

.cf4tcMultiselects label {
	display:block;
}

.cf4tcSelectThemes, .cf4tcSelectStyles, .cf4tcSelectFeatures {
	width:33%;
	float:left
}

.cf4tcMultiselects select {
	width:95%;
}

#submit_filter {
	width:100%;
}

.cf4tcSingleselects label {
	width:30%;
	display:block;
	float:left;
}

.cf4tcSingleselects select {
	width:70%;
	float:left;
}

.cf4tcFilterbox {
	margin-bottom:5px;
}

.cf4tcPagebrowser {
	font-size:110%;
	text-align:center;
	clear:both;
	float:none;
	height:30px;
	margin-left:45px;
	padding-top:15px;
}

.cf4tcPage, .cf4tcActPage {
	width:40px;
	float:left;
}

.cf4tcActPage {
	font-weight:bold;
}

.cf4tcFoundinfo {
	font-weight:bold;
	clear:both;
	float:none;
}

.cf4tcItem {
	width:150px;
	float:left;
	margin-right:3px;
	margin-bottom:5px;
	border:#CCC solid 1px;
	background:#FFFFFF;
}

.cf4tcItemPreview {
	height:200px;
}

.cf4tcPreviewInfoTitle {
	padding:3px;
	width:44px;
	float:left;
	font-weight:bold;
}

.cf4tcPreviewInfoValue {
	padding:3px;
	width:94px;
	float:left;
}

.cf4tcLayoutimg {
	width:467px;
}

.cf4tcDetail th {
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
	padding-right:5px;
}

.cf4tcLayouthead {
	margin-bottom:5px;
	margin-top:10px;
	font-size:125%;
	font-weight:bold;
}

.cf4tcDetailPagebrowser {
	font-size:110%;
	text-align:center;
	clear:both;
	float:none;
	height:30px;
	margin-left:50px;
	padding-top:15px;
}

.cf4tcDetailPage {
	width:50px;
	float:left;
}

.cf4tcDetailPagebrowserText {
	width:160px;
	float:left;
}

.cf4tcDetailPagebrowserText {
	font-weight:bold;
}


