body, a, ul, li, p, h1, h2, h3, h4, h5 {
    padding:0;
    margin:0;
}
body {
    font-family: Helvetica;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
ul {
    list-style: none;
}
li {
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 14px;
}
li a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(images/listArrow.png) no-repeat right center;
}
li a:active {
    background-color: #194fdb !important;
    background-image: url(images/listArrowSel.png), url(images/selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}
#toolbar {
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 25px;
    background: url(images/toolbar.png) #6d84a2 repeat-x;
}
#toolbar h1 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    margin: 1px 0 0 -75px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    white-space: nowrap;
    width: 180px;
}
.group {
    background: url(images/listGroup.png) #6d84a2 repeat-x;
    border-bottom: 1px solid rgb(153, 153, 153);
    border-top: 1px solid rgb(125, 125, 125);
    color: white;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -2px;
    overflow: ellipsis;
    padding: 1px 10px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    top: -1px;
}
.date {
    color:#666;
    font-style: italic;
    font-size: 12px;
    
}
.button { 
    display:block;
    line-height: 46px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-align:center;
    margin: 3px auto;
    color: #000;
    text-shadow: #fff 0px 1px 1px;
    border-width: 0 14px 0 14px;       
    -webkit-border-image:url(images/whiteButton.png) 0 14 0 14; 
}
#shameless-commerce, #footer {
    text-align: center;
    padding: 10px;
    background: url(images/pinstripes.png) #6d84a2;
}
