/*******************************************************************************
	Contains the Styles for the Free Software Catalog

*******************************************************************************/
div.storeitem
{
	height: 125px;
	padding: 4px; 
	border-top: 1px solid silver;
}


div.merchantLink
{
	margin: 10px 0px 10px 0px;
}

div.merchantLink table
{
	width: 100%;
	border: 0px;
	margin: 0px;
}

div.merchantLink td
{
	padding: 10px;
	border: 0px;
	vertical-align: top;
	font-size: 8pt;
}


div.merchantLink td.offer
{
	border: 1px dashed gray;
	background: url('/img/background/yellowfade.gif');
}

div.merchantLink li
{
	font-size: 8pt;
}

div.merchantLink a
{
	border-bottom: none;
}

div.productImage
{
	float: right;
	
	width: 150px;
	height: 150px;
	
	overflow: hidden;
	
	margin: 0px 5px;
	border: 1px solid gray;

	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

img.productImage
{
	float:right;
	max-height:150px;
	max-width:150px;

	margin-left: 5px;
	border: 1px solid gray;
	padding: 5px;
	
	background: white;

}

div.merchantLink td.merchant
{
	background: white;
	width: 100px;
	border: 1px solid silver;
	border-right: none;
	text-align: center;
}
