/***************  modules/pukkaGalleries/themes/default/style.viewItem.css  ***************/
#mod_pukkaGalleries .moduleItemList {
	list-style:none;
	padding:2px 2px 2px 43px;
	margin:3px;
}

#mod_pukkaGalleries .moduleItemList a {
	color:#666;
	text-decoration:none;
	line-height:1.5em;
}

#mod_pukkaGalleries .moduleItemList a.currentItem  {
	color:#364AAB;
	font-weight:bold;
}

#mod_pukkaGalleries .galleryheader {
	font-size: 1.5em;
	color: #444;
	padding:3px;
	font-weight: normal;
	padding-bottom:20px;
}
/***************  modules/contentBlocks/themes/default/template.blockCollection.css  ***************/

/* Making sure the block collection stretches to contain its children */
.editMode .blockCollection {
	zoom: 1;
}
.editMode .blockCollection:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.blockCollection .contentBlock.type_threeColumn .blockCollection.column {
	float: left; _display: inline;
}

.contentBlock.type_textWithSideImage .imageHolder-left {
	float: left; _display: inline;
}

.contentBlock.type_textWithSideImage .imageHolder-right {
	float: right; _display: inline;
}

.contentBlock.type_twoColumn .blockCollection.column {
	float: left; _display: inline;
}

.blockCollection.empty
{
	min-height: 1px; _height: 1px;
}

.editMode .blockCollection.empty {
	min-height: 160px; _height: 160px;
	background: url(../../../condor/modules/contentBlocks/themes/default/images/blockCollectionEmptyBg.gif) repeat;
}

.blockCollection p.collectionEmpty
{
	visibility: hidden;
}
	
.editMode .blockCollection p.collectionEmpty
{
	visibility: visible;
}