/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# File CSS    : catalogue_offers.css
# Description : Main Cascading Style Sheet for the Catalogue Offers
#
###===========================================================================
*/
.XCAT_Item_Offers_Area {
    width: 265px;
}
.XCAT_Item_Offer {
    width: 265px;
/*	overflow: hidden;*/
  background-image: url(/images/spec_offer_bg.png);
  background-repeat: no-repeat;
	padding: 2px;
	height: 220px;
}
.XCAT_Item_Offer_Icon {
  display: none;
	float: right;
	clear: none;
	padding: 2px 2px 2px 2px;
	position: relative;
	bottom: 16px;
	right: 0px;
	z-index: 101;
}
.XCAT_Item_Offer_Title {
  display: none;
	font-size: 1.45em;
	font-weight: bold;
	color: #292929;
}
.XCAT_Item_Offer_Text {
  padding: 60px 5px 0px 5px;
    width: 240px;  
	font-size: 1.2em;
	color: #ffffff;
}


