/*
  Common CSS Styles
  Description: Gray Monochrome
  Author: jjones
  Created: February 18, 2003
  Last Modified: February 19, 2003 by jjones
  Comments: Common styles are defined here (such as admin table) and included into individual stylesheets.
 */
/* :::::Admin Navigation Style::::: */
/* Footer */
#storeFooter {
    height: 38px;
    line-height: 38px;
    background-position: left top;
    background-repeat: repeat-x;
    color: #fff;
    width: 875px;
    padding: 0;
    margin: 0 auto;
    font-size: 12px;
}
#storeFooter p {
    position: relative;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
#storeFooter a.key {
    position: absolute;
    overflow: hidden;
    right: 5px;
    top: 9px;
    display: block;
    width: 35px;
    height: 19px;
    background: url(/images/html/common/images/key.gif) top left no-repeat;
    text-indent: -5000px;
}
