/* background colour of top gradient */
div#bg_header { background: #f22490; }
/* background colour of bottom bar */
div#body { border-color: #f22490; }

/* background colour of main body */
body { background: #f8dae7 }

/* link colour */
a:link {color:#f22490; text-decoration:none;}
a:visited {color:#f22490;}
a:hover {color:#000; background:#666;}
a:active {color:#f22490;}

/* highlighted text colour */
td.title h4, .highlight { color: #fa49a1 }

/* header logo image */
h2#main_logo { border: none; background:url(../../images/cosmo_main_logo.gif) no-repeat; width: 164px; height: 84px }

/* background of product list item */
td.title { background: #fbe8f1 }

/* top right product shot image */
div#rightcol {}

