﻿/*
KDM 26 JAN 2007
----------------
This file should be used as a secondary style sheet from the designer supplied one

It should be used only for style tags that *cannot* be achieved in the standard MCMS rendering

EG:  <a class="xyz"></a> cannot be achieved natively in CMS, you have <span class="xyz"><a></a></span> instead.
The .next Tag below shows how to get around this without having to create a custom PH Control

If possible, text any styles you put in here against to flow of the style sheet to make sure it
doesn't break the designers style sheet.

This will avoid us having to ever change the designser style sheet!.

*/

/* For the "Next" CSS Image */
.next a{background:url(../images/butt_next.gif) 100% 50% no-repeat; padding-right:15px;}

/* For the 2 column headers */
#headwrap .twocol img{margin-right: 5px;}
#headwrap .finalimg img{margin: 0; float: none; }
/*
#assetright dl # dd {display: block; margin: 5px 0 0 95px; padding: 0; }	*/



