/*
###===========================================================================
#
# 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 {
  float: left;
  padding: 6px 0px 0px 0px;
  width: 200px;
}
.XCAT_Item_Offer {
    /*width: 190px;*/
    /*height: 140px;*/
	background-image: url(/images/offers.png);
	background-repeat: no-repeat;
}

.XCAT_Item_Offer_Icon {
    display: none;
}
.XCAT_Item_Offer_Title {
display: none;
}
.XCAT_Item_Offer_Text {
  /*width: 190px;*/
  text-align: left;
  display: none;
  float: left;
  clear: left;
  padding: 8px 5px 0px 5px;
	font-size: 1.0em;
	color: #333333;
  display: block;
}

.XCAT_Item_Offer_Text span {
	font-size: 1.3em;
}
