/* element where 'star' sign or any other 'favorites mark' is placed */
.fav_place { width:14px; height:14px; display:block; float:left; margin-right:3px; cursor:pointer; }
/* this element can be checked or unchecked */
.ch_1 { background: url(checked1.gif) no-repeat; }
.ch_0 { background: url(checked0.gif) no-repeat; }

.fav_msg { }
.fav_msg2 { }
.a_compare, a.a_compare, a.a_compare:visited { color:#ea7122; }

