﻿/* Credit Card Logos */
.cc-visa, .cc-mastercard, .cc-amex, .cc-discover, .cc-diners, .cc-jcb,.cc-cb
{
    width: 47px;
    height: 30px;
    display: inline-block;
    background: url('../images/system/creditcards.png') no-repeat 0px 0px;
    /*border: solid 1px #999;*/
}

.cc-visa
{
    background-position: 0 0;
}
.cc-mastercard
{
    background-position: -47px 0;
}
.cc-amex
{
    background-position: -94px 0;
}
.cc-discover
{
    background-position: -141px 0;
}
.cc-diners
{
    background-position: -188px 0;
}
.cc-jcb
{
    background-position: -235px 0;
}
.cc-cb
{
    background-position: -274px 0;
}

#popup-wrapper #main-content
{
    background: #fff;
    color: #666;
    padding: 10px;
}

#adminpanel
{
    background: #ccc url('../images/system/AdminPanelBg.png') repeat-x;
    height: 30px;
    padding: 0 20px;
    color: #333;
    text-align: left;
    overflow: hidden;
}
#adminpanel table
{
    height: 30px;
}
#adminpanel table td.editlink
{
    width:70%;
    text-align:center;
}
#adminpanel a
{
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 0 0 0;
    margin: 0;
    text-decoration: none;
    color: #333;
}
#adminpanel a.right
{
    float: right;
}
#adminpanel a.editlink
{
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: #666;
    color: #fff;
    margin: 5px 20px 0 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#adminpanel a.editlink:hover
{
    background: #000;
}
#adminpanel a.red
{
    color: #900;
}
#adminpanel #adminpanellogo
{
    font-weight:bold;
    font-size:16px;
}
.editblock
{
    position:relative;
}