﻿/*Find Stores */
table.stores{ border-collapse: collapse}
table.stores th{font-size: 13px; text-align:left}
table.stores th,
table.stores td{padding:5px;}

table.stores .clickable{cursor:pointer}
table.stores .hover{text-decoration: underline}
.even{background-color:#FAFAFA}

table.stores .sorted-asc{background-image:url(im/icon_arrow_descend.gif); background-repeat:no-repeat; background-position: left 5; padding-left:12px}
table.stores .sorted-desc{background-image:url(im/icon_arrow_ascend.gif); background-repeat:no-repeat; background-position: left 5; padding-left:12px}


div.emailItem{background-position: center center; background-repeat:no-repeat; cursor:pointer; height:16px; width:20px;}
div.emailItem{float:right;background-image:url(im/icons/email.png);}
