.elementPropertiesSection {
	border-top: 1px solid #DCDCDC;
	margin-top: 15px;
	padding-top: 10px;
}

.propertyListTitle {
	cursor: pointer;	
}

.propertyListTitle:hover {
	text-decoration: underline;
}

.propertyListTitle .propExpanderSection {
	background: url(images/expander.png) 50% 8px no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	line-height: 16px;
	cursor: pointer;
	height: 26px;
    width: 21px;
	top: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.propertyListTitle .propExpanderSection.expanded {
	-moz-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg); 
	transform: rotate(90deg);
}

.propertyListSection {	
	display: none;
}

.propertyTableSection {
	margin-top: 5px;
	line-height: 18px;
	font-family: 'roboto_condensedlight';
}

.propertyNameSection {
	color: #717171;
}

.propertyValueSection a, .propertyValueSection a:hover {
	color: #000;
}

@media (max-width: 700px) {
	.elementPropertiesSection {
		display: none;
	}
}