/***************  styles/modules/default.viewList.css  ***************/
/* ===== IMAGE IN LEFT PADDING LAYOUT ===== */

.moduleOutput
{
	position: relative;
	zoom: 1;
}

.moduleOutput:after,
.moduleOutput .item:after
{
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.moduleOutput .item
{
	position: relative;
	zoom: 1;
	min-height: 96px; _height: 96px; /* Adjust to thumb image height */
	padding-bottom: 2em;
	margin-bottom: 20px;
}

.moduleOutput .item .title
{
}

.moduleOutput .item .main-image
{
	float: right;
	margin: 0 0 10px 10px;
	border: 2px solid #B02640;
}

.moduleOutput .item .date
{
	font-size: 0.9em;
	text-decoration: underline;
}

.moduleOutput .item .content
{

}

.moduleOutput .item a.view-link,
.moduleOutput .item a.edit-link
{
	display: block;
}

.moduleOutput .item a.view-link
{
	float: right;
}

.moduleOutput .item a.edit-link
{
	position: absolute;
	right: 0; bottom: 0;
	color: #c00000 !important;
	background: #e0e0e0;
	padding: 1px 4px;
	text-transform: capitalize;
	font-variant: small-caps;
	text-decoration: none !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.moduleOutput .item a.edit-link:hover
{
	text-decoration: underline !important;
}

#mod_pukkaGalleries .item
{
	float: left; _display: inline;
	width: 130px;
	margin-right: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#mod_pukkaGalleries .item .main-image
{
	margin: 0;
	float: none;
}

#mod_pukkaGalleries .item .title
{
	margin-bottom: 0;
}

#mod_pukkaGalleries .item a.view-link
{
	display: none;
}

#mod_pukkaReviews .item .author
{
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
	color: #606060;
}/***************  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/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;
}
