/*
Used by both OTS and bespoke sites



OTS sites
==========
Should only used on OTS sites for stuff which is GLOBAL to all catalogue_detail layouts

OTS specific CSS *** must *** go in css/OTS_CatalogueDetailLayouts


Bespoke sites
==============
This is where you put your CSS for catalogue_detail.php (the view product/item page)
*/
.ui-dialog-content a:link
{
	color: #000000;
}

.ui-dialog-content a:hover
{
	color: #000000;
}
