/***************  styles/modules/default.viewItem.css  ***************/
/* ===== IMAGE IN LEFT PADDING LAYOUT ===== */

.moduleOutput
{
	position: relative;
	zoom: 1;
}

.moduleOutput:after
{
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.moduleOutput .title
{

}

.moduleOutput .main-image
{
	float: right;
	margin: 0 0 15px 15px;
	border: 2px solid #B02640;
}

.moduleOutput .date
{

}

.moduleOutput .content
{
	
}

.moduleOutput .price
{
	font-size: 1.1em;
}

.moduleOutput .price .amount .units
{
	font-size: 1.1em;
}

.moduleOutput a.list-link
{
	display: block;
	margin-bottom: 12px;
}

.moduleOutput a.booking-link
{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.moduleOutput a.edit-link
{
	position: absolute;
	right: 0; bottom: 0;
	color: #c00000 !important;
	background: #e0e0e0;
	padding: 1px 4px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none !important;
}

.moduleOutput .item a.edit-link:hover
{
	text-decoration: underline !important;
}

#mod_pukkaRooms.moduleOutput a.list-link
{
	display: none;
}/***************  styles/template.main.css  ***************/
/* --------------------------- TYPOGRAPHY AND COLOURS ------------------------------ */

/* ----------------------------------- LAYOUT -------------------------------------- */


div#main-content {
}

/* ---------------------------------END LAYOUT -------------------------------------*/

/* --------------------------------- WIDGETS -------------------------------------*/

/* ------------- WIDGETS ------------- */

div.widget-content {
	position: relative; zoom: 1;
}

div.widget h3 {
	margin-top: 0;
	font-size: 0.9em;
	font-weight: bold;
}

div.widget a.more-link {
	display: block;
	margin-top: 12px;
}
/***************  styles/modules/itemThumbNav.widget_listModuleItems.css  ***************/
div#availability-checker {
	margin-top: 420px;
}

.widgetOutput.itemThumbNav
{
	position: absolute;
	top: 445px; right: 0;
	z-index: 1;
}

.widgetOutput.itemThumbNav .item
{
	float: left;
	width: 132px;
	position: relative;
	margin-left: 6px;
}

.widgetOutput.itemThumbNav .item .title
{
	padding-top: 68px;
	font-family: "ITC Avant Guard Gothic BT", "Arial Narrow", Arial, sans-serif !important;
	font-size: 1.2em;
	text-transform: none !important;
	font-weight: normal !important;
}

.widgetOutput.itemThumbNav .item .main-image
{
	position: absolute;
	top: 0; left: 0;
	width: 126px; height: 60px;
	border: 3px solid #ffffff;
	border-bottom-width: 4px;
}

.widgetOutput.itemThumbNav .item:hover .main-image,
.widgetOutput.itemThumbNav .item a:hover .main-image
{
	border-color: #FFC2D6;
}

.widgetOutput.itemThumbNav .item .title a:hover,
.widgetOutput.itemThumbNav .item:hover .title a
{
	text-decoration: none;
	color: #FFC2D6;
}

.widgetOutput.itemThumbNav .edit-list-link
{
	display: none;
}

.widgetOutput.itemThumbNav .view-link
{
	display: none;
}

#main-content {
	margin-top: 404px !important; /* Push down main content to avoid overlap */
}/***************  styles/modules/offers.widget_listModuleItems.css  ***************/
.widgetOutput.offers
{
	position: relative;
	z-index: 1;
}

.widgetOutput.offers .item
{
	position: relative;
	top: 0; left: 0;
	display: none;
	padding-top: 106px;
	height: 79px; width: 220px;
}
.widgetOutput.offers .item:after
{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.widgetOutput.offers .item.first
{
	display: block;
}

.widgetOutput.offers .item .main-image
{
	position: absolute;
	top: 0; left: 0;
}

.widgetOutput.offers .item .view-link
{
	position: absolute;
	right: 0; bottom: 0;
	text-transform: capitalize;
}

.widgetOutput.offers .edit-list-link
{
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	color: #c00000 !important;
	background: #e0e0e0;
	padding: 1px 4px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none !important;
}

.widgetOutput.offers .edit-list-link:hover
{
	text-decoration: underline !important;
}

/* The slideshow pager */

#offers .pager
{
	position: absolute;
	left: 0; bottom: 0;
	z-index: 1;
}

#offers .pager a
{
	float: left;
	margin-left: 2px;
	width: 7px; height: 7px;
	overflow: hidden;
	color: #CC0027;
	background: #CC0027;
}

#offers .pager a.activeSlide
{
	color: #000000;
	background: #000000;
}

#offers .pager a:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
