/**
 * Style sheet elements
 */
.toggler
{
	padding-left:20px;
	background-color:#D0CCBF;
	background-image:url("tl_files/layout/toggler_plus.png");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#B81215;
	line-height:20px;
}

.toggler_first
{
	cursor:pointer;
}

.ce_accordion
{
	margin-top:5px;
}

.ce_text,
.galleryContainer,
.ce_list
{
	padding:6px 6px 1px 6px;
}

.galleryContainer img,
.textContainer img,
.imgWall img,
.image_container img
{
	border:1px solid #B81215;
}

.ce_list li
{
	list-style-type:square;
	list-style-image:url("tl_files/layout/arrow_002.png");
}

.error
{
	margin-top:5px;
	margin-bottom:2px;
	font-weight:bold;
	color:#B81215;
}

.mandatory
{
	font-weight:bold;
}
