/**
 * CSS-file with common styles
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 29.06.2007
 * @version $Id: style.css 11 2007-11-09 14:22:12Z denis $
 */

#wrap {
    min-width: 984px;
}

#bottomWrap {
    background: url(../images/bg/bottom.jpg) no-repeat top;
}

#topBaner {
    padding: 20px 0;
    height: 90px;
    background: black;
    text-align: center;
}

#logo {
    padding: 0 0 34px 45px;
}

#logo img {
    background: white;
}

h1, h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 14px 0;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
    padding-top: 25px;
}

.rightColumn .all {
    padding: 13px 15px 0 0;
}


p.all a {
    color: #bd8d0d;
}

p.all a:hover {
    background: #bd8d0d;
    color: white;
}

/**
 * Menu
 */
.leftColumn .menu {
}

.leftColumn .menu li {
    padding: 2px 0 2px 45px;
}

.leftColumn .menu .selected {
    font-weight: bold;
}

.leftColumn .menu ul {
    padding: 8px 0 7px 0;
}

.leftColumn .menu li li {
    font-family: Tahoma, Verdana, serif;
    font-size: 11px;
    padding: 3px 0 2px 8px;
    font-weight: normal;
}

.leftColumn .primary,
.leftColumn .primary a {
    color: #bd8d0d;
}

.leftColumn .primary a:hover {
    background: #bd8d0d;
    color: white;
}

.leftColumn .primary .selected {
    background: url(../images/menu/primary-selected-marker.gif) no-repeat left 5px;
}

.leftColumn .primary li .selected,
.leftColumn .primary li .selected a {
    color: #e75918;
}

.leftColumn .primary li .selected a:hover {
    background: #e75918;
    color: white;
}

.leftColumn .primary li li {
    background: url(../images/menu/primary-nested-marker.gif) no-repeat left 9px;
}

.leftColumn .primary li .selected {
    background: url(../images/menu/primary-nested-selected-marker.gif) no-repeat left 9px;
}

.leftColumn .secondary {
    padding: 12px 0 0 0;
}

.leftColumn .secondary,
.leftColumn .secondary a {
    color: #0d70bd;
}

.leftColumn .secondary a:hover {
    background: #0d70bd;
    color: white;
}

.leftColumn .secondary .selected {
    background: url(../images/menu/secondary-selected-marker.gif) no-repeat left 5px;
}


/**
 * Search
 */
.leftColumn .search {
    padding: 20px 0 35px 45px;
    font-family: Tahoma, Verdana, serif;
    font-size: 11px;
}

.leftColumn .search input {
    padding: 1px 3px 3px 3px;
    color: #808080;
    font-family: Tahoma, Verdana, serif;
    font-size: 11px;
    vertical-align: bottom;
}

.leftColumn .search p {
    padding: 2px 0 0 0;
}


/**
 *
 */
.leftColumn .baner {
    padding: 35px 0 35px 45px;
    position: relative;
/*    position: absolute;*/
}


/**
 * Special offers
 */
.leftColumn .offers {
    padding: 0 5px 0 45px;
}

.leftColumn .offers dl {
    padding: 3px 0 0 0;
}

.leftColumn .offers dt {
    color: #bd8d0d;
    padding: 0 0 3px 0;
}

.leftColumn .offers dd {
    padding: 0 0 14px 0;
}

.leftColumn .offers p {
    padding: 6px 0 0 0;
}

.leftColumn .offers h2 {
    background: url(../images/markers/offers-h2.gif) no-repeat 90px;
}



.centerColumn .content {
    padding: 0 75px 0 55px;
}

.centerColumn .content h1,
.centerColumn .content h2 {
    padding-top: 0;
}



/**
 * Offers
 */
.centerColumn .offers {
    background: url(../images/offers/bg-gradient.gif) repeat-x;
    margin: 0 55px 40px 35px;
    padding: 0 45px 0 20px;
    height: 34px;
    position: relative;
}

.centerColumn .offers .leftbg {
    background: url(../images/offers/bg-left.gif) no-repeat;
    height: 34px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.centerColumn .offers .rightbg {
    background: url(../images/offers/bg-right.gif) no-repeat;
    height: 34px;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.centerColumn .offers .offer {
    padding: 11px 0 0 0;
    font-size: 12px;
    overflow: hidden;
    width: 98%;
}

.centerColumn .offers .offer a {
    white-space: nowrap;
}

.centerColumn .offers .prev {
    width: 6px;
    height: 11px;
    background: url(../images/offers/bg-active.gif) repeat-x;
    position: absolute;
    top: 12px;
    right: 35px;
    font-size: 1px;
    cursor: pointer;
    cursor: hand;
}

.centerColumn .offers .next {
    width: 6px;
    height: 11px;
    background: url(../images/offers/bg-active.gif) repeat-x;
    position: absolute;
    top: 12px;
    right: 23px;
    font-size: 1px;
    cursor: pointer;
    cursor: hand;
}

.centerColumn .offers .notActive {
    background: url(../images/offers/bg-notactive.gif) repeat-x;
}




.centerColumn .content .text p {
    margin: 18px 0;
}


/**
 * Tags
 */

.content .tags {
    margin: 25px 0 0 -17px;
    padding: 3px 0 1px 17px;
    background: url(../images/markers/tag.gif) no-repeat left;
}

.content .tags a {
    color: #999;
}

.content .tags a:hover {
    background: #999;
    color: white;
}


/**
 *
 */

.rightColumn .bankTools {
    padding: 20px 20px 0 0;
}

.rightColumn .bankTools li {
    padding: 2px 0;
}

.rightColumn .bankTools li a {
    color: #bd8d0d;
}

.rightColumn .bankTools li a:hover {
    background: #bd8d0d;
    color: white;
}

.rightColumn .bankTools .rating {
    background: url(../images/markers/rating.gif) no-repeat left;
    padding-left: 18px;
    position: relative;
    left: -18px;
}

.rightColumn .bankTools .responses {
    background: url(../images/markers/responses.gif) no-repeat left 6px;
    padding-left: 19px;
    position: relative;
    left: -19px;
    margin: 0;
}

.rightColumn .bankTools .abc-list {
    background: url(../images/markers/abc-list.gif) no-repeat left 5px;
    padding-left: 19px;
    position: relative;
    left: -19px;
}

.rightColumn .bankTools .banks-online {
    background: url(../images/markers/banks-online.gif) no-repeat left 5px;
    padding-left: 19px;
    position: relative;
    left: -19px;
}

.rightColumn .bankTools .popup {
    background: url(../images/markers/new-window.gif) no-repeat left;
    padding-left: 21px;
    position: relative;
    left: -21px;
}

.rightColumn .bankTools .my {
    background: url(../images/markers/favorite.gif) no-repeat left;
    padding-left: 19px;
    position: relative;
    left: -19px;
}

.rightColumn .bankTools .rss {
    background: url(../images/markers/rss.gif) no-repeat left;
    padding-left: 21px;
    position: relative;
    left: -21px;
}

.rightColumn .bankTools .rss a {
    color: #e75918;
}

.rightColumn .bankTools .rss a:hover {
    background: #e75918;
    color: white;
}


/**
 *
 */
.rightColumn ul.menu {
    margin: 14px 15px -3px 0;
}

.rightColumn ul.menu li {
    padding: 3px 0;
}

.rightColumn ul.menu li.selected {
    font-weight: bold;
    padding: 3px 0 3px 17px;
    position: relative;
    left: -17px;
    background: url(../images/markers/arrow-right.gif) no-repeat left 0.6em;
}

.rightColumn ul.menu li.all {
    padding-top: 8px;
}


/**
 *
 */
.rightColumn .selector {
    height: 34px;
    line-height: 34px;
    background: url(../images/bg/selector.gif) no-repeat left;
    padding: 0 0 0 20px;
    margin: 0 -20px 46px 0;
    position: relative;
    left: -20px;
}

.rightColumn .selector span {
    color: #fff;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
    cursor: hand;
}

.rightColumn .opened {
    background: none;
}


/**
 * Footer
 */
#footer {
    color: #666;
    font-size: 12px;
    padding: 25px 75px 0 55px;
    margin: 0 21% 0 22%;
}

#footer p {
    /*padding-top: 17px;*/
    line-height: 18px;
}


/**
 *
 */
#bottomLinks {
    border-top: 1px solid #e5e5e5;
    margin: 25px 0 0 0;
    padding: 0 0 20px 0;
}

#bottomLinks h3 {
    position: relative;
    top: -21px;
    padding: 0 0 0 25px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

#bottomLinks ul {
    float: left;
    width: 24.5%;
    font-family: Tahoma, Verdana, serif;
    font-size: 11px;
    color: #666;
    margin: -4px 0 0 0;
}

#bottomLinks ul li {
    padding: 0 15px 3px 25px;
}


/**
 * Div with banks
 */
#banksList  {
}

#banksList table {
    width: 100%;
    z-index: 101;
}

#banksList table table {
    clear: both;
    margin-bottom: 35px;
}

#banksList td td {
    width: 25%;
    padding: 0 45px;
}

#banksList td {
    background: #fff;
    vertical-align: top;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    padding-top: 10px;
}

#banksList td.t {
    height: 15px;
    background: url(/media/images/shadow/t.png) repeat-x;
    padding: 0;
}

#banksList td.r {
    width: 16px;
    background: url(/media/images/shadow/r.png) repeat-y;
    padding: 0;
}

#banksList td.b {
    height: 16px;
    background: url(/media/images/shadow/b.png) repeat-x;
    padding: 0;
}

#banksList td.l {
    width: 15px;
    background: url(/media/images/shadow/l.png) repeat-y;
    padding: 0;
}

#banksList td.tr {
    width: 16px;
    height: 15px;
    background: url(/media/images/shadow/tr.png) no-repeat;
    padding: 0;
}

#banksList td.br {
    width: 16px;
    height: 16px;
    background: url(/media/images/shadow/br.png) no-repeat;
    padding: 0;
}

#banksList td.bl {
    width: 15px;
    height: 16px;
    background: url(/media/images/shadow/bl.png) no-repeat;
    padding: 0;
}

#banksList td.tl {
    width: 15px;
    height: 15px;
    background: url(/media/images/shadow/tl.png) no-repeat;
    padding: 0;
}


#banksList .selector {
    width: 130px;
    float: right;
    height: 34px;
    line-height: 34px;
    background: url(../images/bg/selector.gif) no-repeat left;
    padding: 0 0 0 20px;
    margin: 0 -20px 0 0;
    position: relative;
    left: -20px;
}

#banksList .selector span {
    color: #fff;
    border-bottom: 1px dashed #fff;
    font-family: Arial,Tahoma,serif;
    font-size: 14px;
    cursor: pointer;
    cursor: hand;
}

#banksList li {
    padding: 1px 0;
}

#banksList li.title {
    font-weight: bold;
    position: relative;
    left: -22px;
    width: 22px;
    top: 16px;
}

#banksList li.special {
    font-weight: bold;
}

#banksList h2 {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 45px;
}


.centerColumn .paginator {
    padding-top: 28px;
}

.centerColumn .paginator .prevNext {
    font-weight: bold;
    color: #999;
    padding-bottom: 10px;
}

.centerColumn .paginator .pages {
    padding-bottom: 4px;
}

.centerColumn .paginator .pages .selected {
    font-weight: bold;
}

.centerColumn .back {
    margin-top: -8px;
}



form.gray {
    background: #eff0f0;
    display: block;
    padding: 10px 20px 20px 20px;
    margin: 0 55px 0 35px;
}

form.gray p.label {
    padding: 10px 0 5px 0;
}

form.gray p.submit {
    padding: 15px 0 0 0;
}

form.gray p.comment {
    color: #666;
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
    padding: 5px 0 10px 0;
}

.form-error {
    color: red;
    padding: 0 0 20px 55px;
}
