/*
###===========================================================================
#
# 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: 200px;
}
.XCAT_Item_Offer {
    width: 200px;
/*	overflow: hidden;*/
	background-color: #FFFFCC;
	border: 1px #747400 solid;
	padding: 2px;
}
.XCAT_Item_Offer_Icon {
	float: left;
	clear: none;
	padding: 2px 2px 2px 2px;
	position: relative;
	bottom: 16px;
	right: 16px;
	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;
}
