/***************  templates/moduleThemes/default/pukkaSimpleRooms/template.viewList.css  ***************/

.loggedIn #mod_pukkaSimpleRooms {
	border:1px solid #999;
	padding:1%;
	width:98%;
}

#mod_pukkaSimpleRooms {
	clear:both;
}

#mod_pukkaSimpleRooms .itemPreview {
	clear:both;
	position:relative;
	border-bottom:1px solid #23afff;
	padding:0 0 0 12px;
}

/* clearfix */
#mod_pukkaSimpleRooms .itemPreview:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
#mod_pukkaSimpleRooms .itemPreview{display:block;}
* html #mod_pukkaSimpleRooms .itemPreview{height: 1%;}


#mod_pukkaSimpleRooms .itemPreviewTitle {
	color:#ffffff;
	text-transform: uppercase;
	font-size:14px;
	height:27px;
	line-height:29px;
	background:url(http://www.internationalpalmscocoabeach.com/templates/main/images/accordion.png) no-repeat 98% 128%;
	cursor:pointer;
}

#mod_pukkaSimpleRooms .selected .itemPreviewTitle {
	background-position:98% -30%;
}

#mod_pukkaSimpleRooms .itemPreviewTitle a {
	display:block;
}
#mod_pukkaSimpleRooms .itemPreviewTitle:hover,
#mod_pukkaSimpleRooms .itemPreviewTitle a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#mod_pukkaSimpleRooms .itemPreviewImageLink {
}

#mod_pukkaSimpleRooms .itemPreview img {
	display:block;
	border:1px solid #9d9996;
	margin:10px 0 20px 10px;
	float:left;
}

#mod_pukkaSimpleRooms .itemPreviewEditLink {
	position:absolute;
	right:0;
	top:0;
}

#mod_pukkaSimpleRooms .itemPreviewEditLink {
	position:absolue;
	top:0;
	left:390px;
	white-space:nowrap;
}

#mod_pukkaSimpleRooms .bookingLink {
	float:right;
	border-left:1px solid #a28a61;
	padding:0 0 0 8px;
}

#mod_pukkaSimpleRooms .viewImagesLink {
	padding:0 0 0 10px;
}

#mod_pukkaSimpleRooms .itemPreviewViewLink {
	padding:0 8px 0 0;
}

#mod_pukkaSimpleRooms .itemPreviewIntro {
	word-wrap:break-word;
	margin:7px 25px 0 255px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#mod_pukkaSimpleRooms .itemPreviewContent {
	float:left;
	width:100%;
}
#mod_pukkaSimpleRooms .itemPreviewViewLink {
	/* border-right: 1px solid #D4D783; */
	padding: 0 13px 0 0;
}
#mod_pukkaSimpleRooms .groupLinks {
	position:absolute;
	bottom: 15px;
	right: 12px;
}
#mod_pukkaSimpleRooms .groupLinks a {
	color:#D4D783;
	display: block;
	float: left;
	text-decoration: none;
}
#mod_pukkaSimpleRooms .groupLinks a:hover {
	color:#ffffff;
}
#mod_pukkaSimpleRooms p.itemPrice {position: absolute; top: 160px; right: 253px; color:#87feff; font-size: 1.1em;}
/***************  modules/contentBlocks/themes/default/template.contentBlock.css  ***************/
/* Global default styles for this theme */

.contentBlock .imageCaption {
	padding: 0.2em;
	margin: 0;
	font-size: 0.9em;
	text-align: center;
}

.editMode .contentBlock.group_layoutBlock {
	/* Making sure it's possible to hover the layoutblocks and get to the menu */
	padding-top: 20px;
	/* Making sure it's possible to hover the block collection */
	margin-bottom: 20px;
}

.editMode .contentBlock.moving
/* When draggin a content block, it gets this class */
{
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #e8e8f0 url(../../../condor/modules/contentBlocks/themes/default/images/defaultBlockImage.png) no-repeat 2px 2px;
	border: 2px solid #b0b0b0;
	padding: 2px;
	z-index: 100;
}

.editMode .contentBlock.moving *
/* Hiding all childnodes when dragging, so block icon will show */
{
	display: none;
}

.editMode .contentBlock.type_richText.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(../../../condor/modules/contentBlocks/themes/default/images/block_richText.png);
}

.editMode .contentBlock.type_sectionHeader.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(../../../condor/modules/contentBlocks/themes/default/images/block_sectionHeader.png);
}

.editMode .contentBlock.type_youtube.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(../../../condor/modules/contentBlocks/themes/default/images/block_youtube.png);
}
/***************  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.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;
}