/***************  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;
}
