/**
 * body.css
 *
 * CSS-file with styles for body
 *
 * @since 18.12.2006
 * @author Denis Barushev <barushev@gmail.com>
 * @version $Id$
 */

#body {
    padding-bottom: 10px;
    width: 539px;
}

#body h1, h2 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #666;
    font-weight: normal;
    padding-left: 15px;
}

#body h2 {
    padding: 20px 0 10px 15px;
}

#body div.block {
    background: #e0e0e0 url(/media/images/backgrounds/body-bottom.gif) no-repeat bottom;
    padding: 10px;
    color: #333;
    margin-bottom: 10px;
}

#body h3.block {
    background: url(/media/images/backgrounds/body-h3.gif) no-repeat top;
    height: 22px;
    line-height: 22px;
    padding: 0 30px;
    color: white;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}


#body h3.action {
    background: url(/media/images/backgrounds/body-action-h3.gif) no-repeat top;
}

#body div.block p {
    padding: 4px 0;
}

ul.sale {
    margin: 2px 0 0 5px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    width: 90%;
}

ul.sale li {
    padding: 3px 0 3px 15px;
    background: url(/media/images/markers/arrow.gif) no-repeat left 0.7em;
    font-weight: bold;
}

ul.sale a {
    color: #666;
}


.main-catalog {
    font-size: 11px;
    padding: 0 0 23px 0;
}

.main-catalog table {
    width: 100%;
    border-collapse: collapse;
}

.main-catalog table td {
    width: 50%;
}

.main-catalog ul {
    padding-left: 30px;
}

.main-catalog li {
    display: inline;
}

.main-catalog li span {
    font-size: 10px;
    color: #666;
}

.main-catalog li a {
    color: black;
}

.main-catalog h4 {
    font-size: 14px;
    font-family: Arial, Verdana, serif;
    color: #333;
    padding: 15px 0 0 30px;
}

.main-catalog h4 a {
    color: #666;
}

.main-catalog h5 {
    font-size: 12px;
    color: #333;
    background: url(/media/images/markers/arrow.gif) no-repeat left 20px;
    padding: 15px 0 5px 15px;
    margin-left: 15px;
}

.main-catalog h5 a {
    color: #333;
}

.new-goods {
    width: 97%;
    margin: 15px 0 10px 5px;
    border-collapse: collapse;
}

.new-goods td {
    width: 33%;
    padding: 0 7px;
}

.new-goods td td {
    padding: 0;
    width: auto;
}

.new-goods h4 {
    font-size: 14px;
    font-family: Arial, Verdana, serif;
    color: #333;
    padding: 15px 0 0 0;
}

.new-goods h4 a {
    color: #666;
}

#main table.good {
    width: 100%;
}


#main table.good td.img {
    vertical-align: bottom;
    height: 100px;
    width: 10%;
    padding-right: 5px;
}

#main table.good td.price {
    vertical-align: bottom;
    padding-bottom: 15px;
}

#main table.good td.img img.producer {
    padding-bottom: 5px;
}

#main table.good td.info {
    padding-top: 5px;
}

#main table.good div.short-good-name {
    padding-top: 5px;
}

#main table.good .price1 {
    font-family: Arial, Verdana, serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

#main table.good .price1 .float  {
    color: #999;
}

#main table.good .price2 {
    color: #666;
}

form.catalog {
    padding: 10px 0 0 20px;
    font-size: 11px;
}

form.catalog input.text {
    background: white url(/media/images/markers/search.gif) no-repeat left center;
    padding-left: 22px;
    width: 420px;
}

form.catalog p {
    padding-top: 3px;
}

form.catalog p.result {
    padding-top: 10px;
    font-size: 11px;
    color: #333;
}

form.catalog p.result a {
    color: #333;
}

form.catalog span.link {
    border-bottom: 1px dashed #666;
    cursor: pointer;
    cursor: hand;
}

ul.subcategory li {
    background: url(/media/images/backgrounds/dotted.gif) repeat-x top;
    padding: 15px 0;
    overflow: hidden;
    font-size: 11px;
}

ul.subcategory li.first-child {
    background: none;
}

ul.subcategory li li {
    background: none;
    display: inline;
    padding: 0;
}

div.producers {
    padding-top: 3px;
}

.producers a {
    color: #666;
}

ul.filter a {
    color: black;
}

ul.filter {
    padding: 0 0 3px 0;
}

ul.subcategory h3 {
    padding: 0 0 4px 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

ul.subcategory h3 a {
    color: #333;
}

ul.subcategory h3 span {
    color: #666;
    font-weight: normal;
}

ul.subcategory img {
    float: left;
    padding-left: 10px;
}

ul.subcategory .goodtype {
    float: right;
    width: 450px;
}


table.catalog {
    width: 97%;
    margin: 15px 0 10px 5px;
    border-collapse: collapse;
}

table.catalog td {
    width: 50%;
    padding: 10px 7px;
}

table.catalog td td {
    padding: 0;
    width: auto;
}


#main table.catalog table.good .price1 {
    font-family: Arial, Verdana, serif;
    font-size: 18px;
    font-weight: normal;
}

#main table.catalog table.good div.good-name {
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}

#main table.catalog table.good div.good-desc {
    font-size: 10px;
    padding-bottom: 5px;
    color: #666;
}


#good-filters {
    font-size: 11px;
    padding: 3px 17px;
    border: 1px solid #cacaca;
    border-width: 0 1px;
    margin-right: 8px;
    width: 495px;
}

#good-filters p {
    color: #666;
}

.good-filters-bottom {
    background: url(/media/images/backgrounds/good-filters.gif) no-repeat bottom left;
    height: 12px;
    font-size: 3px;
    line-height: 3px;
}

#good-filters .link {
    color: #666;
    cursor: default;
    border-bottom: 1px dashed #666;
}

div.filters {
    padding: 3px 0;
}

div.filters a {
    color: black;
}

div.filters .active {
    font-weight: bold;
    background: url(../images/backgrounds/filter-left.gif) no-repeat left;
    padding: 5px 0 5px 8px;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
}

div.filters .active img {
    vertical-align: top;
}

div.disabled {
    color: #666;
}


d.iv.disabled a {
    color: #666;
}

.collapse .may-hide {
    display: none;
}

.expand .may-hide {
    display: block;
}

h1.filters {
    background: url(/media/images/backgrounds/h1-filters.gif) no-repeat bottom left;
}

h1.filters span {
    background: white;
    padding: 0 3px;
}

h1.filters a {
    text-decoration: none;
    color: #666;
}

.toogle {
    padding-top: 4px;
    overflow: hidden;
}



.breadcrumbs a,
.breadcrumbs-filters a {
    color: #666;
}

.breadcrumbs {
    padding-left: 15px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666;
    padding-bottom: 8px;
}

.breadcrumbs-filters {
    padding-left: 18px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666;
    padding-bottom: 8px;
    overflow: hidden;
}

.fl-right {
   float: right;
   padding-right: 10px;
}

.to-left {
    float: left;
    padding-bottom: 1px;
}

.to-right {
    float: right;
}


.corner-tl {
    float: left;
    background: url(/media/images/backgrounds/corner-tl.gif) no-repeat left top;
    margin-right: 2px;
}

.corner-tr {
    background: url(/media/images/backgrounds/corner-tr.gif) no-repeat right top;
}

.corner-br {
    background: url(/media/images/backgrounds/corner-br.gif) no-repeat right bottom;
}

.corner-bl {
    background: url(/media/images/backgrounds/corner-bl.gif) no-repeat left bottom;
    text-align: center;
    padding: 0 6px;
    font-weight: bold;
}

.paginator {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #999;
    line-height: 19px;
    font-weight: bold;
}

.paginator .sort {
    font-weight: normal;
    font-size: 11px;
}

.paginator .sort span.selected {
    font-weight: bold;
}

.paginator a {
    color: #666;
    padding: 0 6px;
    float: left;
}

.paginator span {
    float: left;
    color: #666;
    padding: 0 6px 0 0;
}

.paginator .br {
    color: white;
    padding: 0 5px;
    font-weight: bold;
    background: url(/media/images/backgrounds/paginator/br.gif) no-repeat bottom right;
}

.paginator .tl {
    background: #999 url(/media/images/backgrounds/paginator/tl.gif) no-repeat top left;
    float: left;
}

.paginator .tr {
    background: url(/media/images/backgrounds/paginator/tr.gif) no-repeat top right;
}

.paginator .bl {
    background: url(/media/images/backgrounds/paginator/bl.gif) no-repeat bottom left;
}

#good {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 15px;
}

#good td {
    padding: 0 0 10px 15px;
}

#good .price1 {
    font-family: Arial, Verdana, serif;
    font-size: 22px;
    line-height: 22px;
    color: #333;
}

#good .price1 .float  {
    color: #999;
}

#good .price2 {
    color: #666;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
}

#good .credit a {
    color: #666;
}

#good .credit span {
    color: #666;
    font-weight: bold;
    margin-left: 13px;
}

#good .credit {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    padding-top: 15px;
}

#good .add-info {
    color: #333;
    padding-bottom: 2px;
    white-space: nowrap;
}

#good .add-info .value {
    color: black;
    font-weight: bold;
}


table.credit {
}

table.credit td {
    padding: 5px;
}

table.credit tr.error {
    color: #900;
}

table.credit tr.error td {
    padding-top: 10px;
}
/*
#credit_01,
#credit_02,
#credit_03,
#credit_04,
#credit_05 {
    display: none;
}
*/

#good .add-images {
    padding-top: 10px;
    color: #666;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

#good .add-images a {
    color: #666;
    font-weight: bold;
}



table.params {
    border: 1px solid #b1b4b5;
    border-collapse: collapse;
    width: 520px;
    margin: 0 5px;
}

table.params td {
    padding: 7px;
    color: #333;
    border-left: 1px solid  #ccc;
    font-size: 11px;
}

table.params tr.gray td {
    background: #ddd;
}

table.params td.first-child {
    border-left: none;
}


.description {
    padding: 15px 0 0 15px;
    color: #333;
    font-size: 11px;
    line-height: 130%;
}

.description p {
    margin: 1em 0;
}

.description ul {
    margin: 1em 0;
}

.description ul li {
    margin: 2px 0 2px 20px;
    list-style-type: disc;
}


.head {
    overflow: hidden;
    padding-right: 15px;
}

.head h1 {
    float: left;
}

.head .producer {
    float: right;
    font-size: 11px;
    font-family: Tahoma;
}

.head .to-catalog {
    float: right;
    padding: 7px 58px 0 0;
    font-size: 11px;
    font-family: Tahoma;
}

.head .to-catalog a {
    color: #666;
}

p.subheader {
    padding-left: 15px;
    color: #333;
    font-size: 11px;
    font-family: Tahoma;
    padding-top: 8px;
}

table.credit {
    color: #333;
    border-collapse: collapse;
}

table.credit td {
    padding-left: 10px;
}

table.credit td.first-child {
    text-align: right;
    padding-left: 40px;
}

table.credit td.last-child {
    padding-left: 20px;
}

table.credit td.grey {
    color: #999;
}

#creditOneYearMonthlyPayment,
#creditTwoYearsMonthlyPayment {
    font-size: 18px;
}

table.credit .credit-header {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666;
}

/*
table.credit .submit {
    padding-bottom: 25px;
}
*/
table.credit .credit-header {
    padding-top: 25px;
}

table.credit .border {
    border-right: 1px solid #d9d9d9;
}

table.credit .spin {
    padding-left: 0;
    line-height: 10px;
    font-size: 5px;
    width: 180px;
}

table.credit .spin img {
    line-height: 10px;
    height: 10px;
    vertical-align: top;
}

div.text {
    padding: 10px 0 0 15px;
    font-size: 11px;
}

div.text p {
    padding: 0 0 1em 0;
}

div.text p.error {
    color: #900;
}


div.text p a {
    color: #666;
}

div.text ul {
    margin-top: -1em;
    padding-bottom: 1em;
}

div.text ul li {
    background: url(/media/images/markers/ul-li.gif) no-repeat left 0.7em;
    padding-left: 22px;
}


#body table.order {
    width: 450px;
    margin-top: 10px;
    border-collapse: collapse;
}

#body table.order td {
    padding: 5px 0;
    font-size: 11px;
    vertical-align: middle;
}

#body table.order td p {
    color: #666;
}

#body table.order td p a {
    color: #666;
}

#body table.order td.first-child {
    width: 105px;
    padding-right: 12px;
    text-align: right;
}

#body table.order td.desc {
    padding-bottom: 10px;
}

table.order td .full {
    width: 318px;
}

table.order td select.full {
    width: 324px;
}

table.order td .half {
    width: 168px;
}

table.order td select.half {
    width: 174px;
}

table.order td .empty {
    color: #a6a6a6;
}


#body table.cart {
    border-collapse: collapse;
    width: 100%;
}

#body table.cart td {
    padding: 0 0 15px 15px;
    color: #666;
}

#body table.cart td.first-child {
    padding-left: 20px;
    padding-right: 10px;
}

#body table.cart td.price {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: black;
    padding-top: 4px;
}

#body table.cart td.comment {
    color: #666;
}

#body table.cart td.total-sum {
    font-weight: bold;
    color: black;
}

#body table.cart td p.title {
    color: black;
}

#body table.cart tr.last-child td {
    padding-bottom: 0;
}

#body table.order td.error {
    color: #900;
    padding-top: 0;
}

#body table.order p.error {
    color: #900;
}

#body h1.order {
    background: url(/media/images/backgrounds/h1-filters.gif) no-repeat bottom left;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}

h1.order span {
    background: white;
    padding: 0 3px;
}

table.order-tabs {
    margin: 15px 0 10px 15px;
    width: 100%;
    font-size: 11px;
    font-family: Tahoma;
}

table.order-tabs span {
    border-bottom: 1px dashed #666;
    cursor: pointer;
    cursor: hand;
    line-height: 20px;
}


table.order-tabs .first-child {
    width: 120px;
}

table.order-tabs .second-child {
}

table.order-tabs .last-child {
    text-align: right;
    padding-right: 13px;
}


table.order-tabs .corner-tl {
    float: left;
    background: url(/media/images/backgrounds/acorner-tl.gif) no-repeat left top;
    margin-right: 2px;
}

table.order-tabs .corner-tr {
    background: url(/media/images/backgrounds/acorner-tr.gif) no-repeat right top;
}

table.order-tabs .corner-br {
    background: url(/media/images/backgrounds/acorner-br.gif) no-repeat right bottom;
}

table.order-tabs .corner-bl {
    background: url(/media/images/backgrounds/acorner-bl.gif) no-repeat left bottom;
    text-align: center;
    padding: 3px 7px;
    font-weight: bold;
    color: #666;
}


#body table.order p.inn {
    padding: 5px 0 0 0;
    margin: 0;
}

#body table.order p.inn input {
    margin: 0;
}

#body table.order p.inn label {
    color: black;
}

.action-image {
    float: right;
    padding: 7px;
    margin: 0 0 7px 7px;
}

.payment {
    border-collapse: collapse;
    width: 100%;
}

.payment {
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
}

.payment td {
    width: 50%;
}

#body table.service-centers {
    width: 100%;
    border-collapse: collapse;
}

#body table.service-centers td {
    width: 33%;
}

#body table.service-centers ul {
    margin: 3px 0 6px 5px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

#body table.service-centers li {
    padding: 3px 0 3px 15px;
    background: url(/media/images/markers/arrow.gif) no-repeat left 0.7em;
}

#body table.service-centers a {
    color: black;
    font-weight: normal;
}

#faq {
    margin: 15px 0 0 40px;
    font-size: 11px;
    font-family: Verdana;
}

#faq li {
    font-weight: bold;
    color: #7d7d7d;
    padding: 5px 0;
}

p.title {
    font-weight: bold;
    color: #7d7d7d;
    line-height: 1.3;
    display: inline;
}

.jsEnabled  p.title {
    border-bottom: 1px dashed #7d7d7d;
    cursor: pointer;
    cursor: hand;
}

.jsEnabled .visible p.title {
    color: #333;
    border-bottom: 1px dashed #333;
}

.jsEnabled div.content {
    display: none;
}

.jsEnabled  .visible div.content {
    display: block;
}

div.content {
    padding: 0;
    margin: 0;
    padding-top: 6px;
    color: #333;
    font-weight: normal;
}

div.content p {
    padding: 0.5em 0 0.5em 0;
}

div.icq {
    padding: 5px 0 0 15px;
}

div.icq p {
    height: 18px;
    line-height: 18px;
    background: url(http://web.icq.com/whitepages/online?icq=332490077&img=5) no-repeat left center;
    padding-left: 20px;
}

div.skype {
    padding: 5px 0 0 15px;
}

div.bordered {
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

div.skype img {
    vertical-align: middle;
}


#auth2 {
    padding: 25px 30px;
    width: 280px;
    height: 145px;
    background: url(/media/images/backgrounds/auth.png) no-repeat;
    position: absolute;
    right: 100px;
    top: 200px;
}

#auth {
    padding: 25px 30px;
    width: 280px;
    height: 145px;
    position: absolute;
    right: 100px;
    top: 200px;
}

#auth table {
    width: 100%;
    clear: both;
}

#auth table td.first-child {
    text-align: right;
    width: 60px;
    padding: 5px 10px 0 0;
}

#auth table td {
    padding-bottom: 5px;
}

#auth table td input.text {
    width: 160px;
}

#auth table td p {
    padding-top: 7px;
}

#auth img {
    float: right;
    cursor: pointer;
    cursor: hand;
}

.toCart1,
.toCart2,
.toCart3 {
    width: 82px;
    height: 16px;
    cursor: pointer;
    cursor: hand;
}

.toCart1 {
    background: url(/media/images/elements/to-cart-all.gif) no-repeat 0 0;
}

.toCart2 {
    background: url(/media/images/elements/to-cart-all.gif) no-repeat 0 -16px;
}

.toCart3 {
    background: url(/media/images/elements/to-cart-all.gif) no-repeat 0 -32px;
}


#good .toCart1,
#good .toCart2,
#good .toCart3 {
    margin: 25px 0 15px 0;
}

#download-price-list {
    width: 198px;
    background: #8c8c8c url(/media/images/backgrounds/price-top.gif) no-repeat top;
    margin-top: 10px;
    color: #e5e5e5;
}

#download-price-list ul {
    background: url(/media/images/backgrounds/price-bottom.gif) no-repeat bottom;
    padding: 9px 0 8px 0;
}

#download-price-list ul li {
    background: url(/media/images/backgrounds/price-icon.gif) no-repeat 0 6px;
    padding: 5px 7px 5px 27px;
    margin-left: 17px;
}

#download-price-list a {
    font-size: 10px;
    color: #e5e5e5;
    font-weight: bold;
    text-decoration: none;
}







.paste-from-cart {
    background: url(/media/images/elements/credit-arrow.gif) no-repeat left center;
    padding-left: 17px;
}

.paste-from-cart span {
    border-bottom: 1px dashed #666;
    color: #000;
    cursor: pointer;
    cursor: hand;
}

/**
*   Pricelist Styles
*/
#pricelist .toCart1,
#pricelist .toCart2,
#pricelist .toCart3 {
    width: auto;
    height: auto;
    cursor: hand;
    background: none;
}
#pricelist ul.categories li div.title {
    background: transparent url('/media/images/backgrounds/full-h3.gif') no-repeat left top;
    color: white;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 0 23px;   
    margin-bottom: 10px;
}
#pricelist ul.subcategories li.even_items {
    padding-bottom: 8px;
}
#pricelist ul.subcategories li {
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
#pricelist table.subcategories {
    font-size: 11px;
}
#pricelist table.subcategories tr.head td {
    background: #a7a7a7;
}
#pricelist table.subcategories tr.head td.price_usd {
    background: #a7a7a7 url('/media/images/backgrounds/rounded-head-right.gif') no-repeat right top;
}
#pricelist table.subcategories td {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
    
}
#pricelist table.subcategories tr.head td.name {
    font-weight: bold;
    background: #a7a7a7 url('/media/images/backgrounds/rounded-head-left.gif') no-repeat left top;
}
#pricelist table.subcategories tr.head td.cart {
    padding-right: 35px;
}
#pricelist table.subcategories td.name {
    padding-left: 23px;
}
#pricelist table.subcategories td.articul {
    width: 170px;
    padding-left: 10px;
}
#pricelist table.subcategories td.price_uah {
    width: 90px;
    text-align: right;
    padding-right: 40px;
}
#pricelist table.subcategories td.price_usd {
    width: 70px;
    text-align: right;
    padding-right: 20px;
}
#pricelist table.subcategories td.cart {
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
#pricelist table.subcategories td.cart a.cart {
    padding-left: 15px;
    background: transparent url('/media/images/backgrounds/cart.gif') no-repeat left 50%;
}
#pricelist table.subcategories tr.even td {
    background-color: #e0e0e0;
}
#pricelist table.subcategories tr.even td.name {
    background: #e0e0e0 url('/media/images/backgrounds/td-margin-10px.gif') repeat-y left top;
}
#pricelist table.subcategories tr.even td.price_usd {
    background: #e0e0e0 url('/media/images/backgrounds/td-margin-10px.gif') repeat-y right top;
}

#pricelist table.subcategories tr.odd td {
    background-color: #fff;
}
