/* @override http://www.tintypegallery.com/packages/remo_expand/blocks/remo_expand/templates/tintype/view.css
	http://www.tintypegallery.com/2012/packages/remo_expand/blocks/remo_expand/templates/tintype/view.css?v=c9a05e6eb988db73d5ccff8785d6cfde */

div.ccm-remo-expand {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #555;
}

.ccm-remo-expand-title {
  cursor: pointer;
	letter-spacing: 0;
	font-style: italic;
}
.ccm-remo-expand-content {
  padding-left: 5px;
  margin-top: 10px;
} 
.ccm-remo-expand-open {
  background: url(images/up.png) no-repeat 2px 2px;
  padding-left:20px;
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
}
.ccm-remo-expand-closed {
  background: url(images/down.png) no-repeat 2px 2px;
  padding-left:20px;
}



