/*
###===========================================================================
#
# 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 {
	padding: 0px 5px 0px 5px;
}
.XCAT_Item_Offer {
    width: 250px;
    height: 75px;
	background-image: url(/images/offer_leaf.gif);
	background-repeat: no-repeat;
	background-position: top right;
/*	background-color: #FFFFCC; */
/*	border: 1px #FFFF80 solid; */
	padding: 16px 2px 2px 2px;
}
.XCAT_Item_Offer_Icon {
	float: left;
	clear: none;
	padding: 0px;
	position: relative;
	bottom: 0px;
	right: 4px;
	z-index: 101;
}
.XCAT_Item_Offer_Title {
	font-size: 1.1em;
	font-weight: bold;
	color: #660000;
}
.XCAT_Item_Offer_Text {
	font-size: 1.0em;
	color: #333333;
}
