/* ÐžÐ‘Ð©Ð˜Ð• */
html {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #1C1D1F;
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    html {
        font-size: 11px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    html {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    html {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
    html {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    html {
        font-size: 17px;
    }
}
@media only screen and (min-width: 2561px) {
    html {
        font-size: 18px;
    }
}
html, body {
    margin: 0;
    padding: 0;
}
body {
    font-size: 1.0em;
    background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
    color: #1C1D1F;
}
h1 {
    font-size: 1.5em;
    margin: 0.5em 0;
}
h2 {
    font-size: 1.4em;
    margin: 0.4em 0;
}
h3 {
    font-size: 1.3em;
    margin: 0.3em 0;
}
h4 {
    font-size: 1.25em;
    margin: 0.25em 0;
}
h5 {
    font-size: 1.2em;
    margin: 0.2em 0;
}
h6 {
    font-size: 1.1em;
    margin: 0.1em 0;
}
p {
    margin: 0.5em 0;
}
a {
    color: #1C1D1F;
}
a:hover {
    color: #FF6600;
}
hr {
    color: #1C1D1F;
    border: 2px dotted #FF6600;
}
ul, ol {
    margin: 5px 0;
    padding: 0 0 0 25px;
}

.new-site {
    position: relative;
    overflow: hidden;
    margin: 1em auto;
    padding: 0.5em 2.5%;
    width: 85%;
    min-width: 900px;
    border: 0.1em solid #1C1D1F;
    background: #FF6600;
    color: #FFFFFF;
    text-align: center;
}
.new-site a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
}
.new-site a:hover {
    color: #C13A00;
    border-bottom: 1px dotted #C13A00;
}

.main {
    position: relative;
    overflow: hidden;
    margin: 1em auto;
    width: 90%;
    min-width: 1000px;
    border: 0.1em solid #1C1D1F;
}
.no-js {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
    padding: 5%;
    background: red;
    color: white;
    text-align: center;
    font-size: 1.2em;
    z-index: 100;
}
.clear {
    clear: both;
}

/* Ð¡Ð¢Ð ÐÐÐ˜Ð¦Ð */
.page {
    position: relative;
    overflow: hidden;
    margin: 15em 0 0 0;
    padding: 0;
}
/* ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ */
.content {
    position: relative;
    overflow: hidden;
    float: right;
    margin: 1%;
    padding: 0;
    width: 73%;
    min-height: 25em;
    text-align: justify;
}
.content .sub-pages {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
    padding: 1em 0 0 0;
}
.content .sub-pages h2 {
    margin: 0.9em 0 0.1em 0;
    font-size: 125%;
}
.content .sub-pages h2 a {
    font-size: 75%;
    font-weight: normal;
}
.content .button-right {
    position: relative;
    overflow: hidden;
    text-align: right;
    margin: 1em 2em;
}
.content .button-right a {
    position: relative;
    display: block;
    float: right;
    background: #FF6600;
    padding: 0.25em 1em;
    text-decoration: none;
    font-size: 1em;
    margin: 0.25em 0.5em;
    color: #FFFFFF;
}
.content .button-right a:hover {
    background: #1C1D1F;
}
/* ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³ Ñ‚Ð¾Ð²Ð°Ñ€Ð¾Ð² */
.content .catalog {
    position: relative;
    overflow: hidden;
    width: 100%;
}
/* Ñ€Ð°Ð·Ð´ÐµÐ»Ñ‹ Ð´Ð»Ñ Ð³Ð»Ð°Ð²Ð½Ð¾Ð¹ */
.content .catalog .razdel {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
}
.content .catalog .razdel div {
    display: block;
    overflow: hidden;
    margin: 0.25em;
    border: 1px solid #C13A00;
}
.content .catalog .razdel a {
   position: relative;
    display: block; 
    margin: 0 0 -0.5em 0;
    padding: 0;
    text-decoration: none;
}
.content .catalog .razdel div a img {
    width: 100%;
    height: auto;
    margin: 0;
    border: 0 none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}
.content .catalog .razdel div a:hover img {
    border: 0 none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.content .catalog .razdel div span.cat-name {
    position: absolute;
    width: 85%;
    bottom: 2.25em;
    left: 0;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    color: #C13A00;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 0 0.5em;
}
.content .catalog .razdel div a:hover span.cat-name {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #C13A00;
}
.content .catalog .razdel div span.cat-velo {
    position: absolute;
    width: 98%;
    bottom: 0;
    right: 0;
    font-size: 1em;
    text-align: right;
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/bg_catalog.png");
    padding: 0.25em 0.5em 0.75em 0.5em;
    color: #FFFFFF;
}
/* ÑÐ¿Ð¸ÑÐ¾Ðº Ð¼Ð¾Ð´ÐµÐ»ÐµÐ¹-ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð¹ */
.content .nav-razdel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 2em 0;
}
.content .nav-razdel .model-category {
    position: relative;
    overflow: hidden;
    float: left;
    width: 24.5%;
    margin: 0.2% 0.25%;
    text-align: left;
}
.content .nav-razdel .model-category a {
    display: block;
    overflow: hidden;
    padding: 0.2em 0.5em 0.3em 0.5em;
    text-decoration: none;
    background: #5E6D70;
    color: #FFFFFF;
    white-space: nowrap;
}
.content .nav-razdel .model-category a:hover {
    background: #FF6600;
    color: #1C1D1F;
}
.nav-razdel .model-category span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 2em;
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/bg_razdel.png") repeat-y right;
    background-size: contain;
    text-align: right;
    padding: 0.2em 0.3em 0 0;
}
.nav-razdel .model-category span:hover {
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/bg_razdel_act.png") repeat-y right;
    background-size: contain;
}
.content .nav-razdel .model-category a.no-pre {
    white-space: normal;
}
.content .nav-razdel .model-category img {
    position: relative;
    float: left;
    height: 3em;
    width: auto;
    border: 0 none;
    margin: 0 0.5em 0 0;
}
.content .nav-razdel .model-category span.kolichestvo {
    display: block;
    position: absolute;
    height: 1em;
    width: 5em;
    right: 0.25em;
    top: 1.6em;
    background: none;
}
/* ÑÐ¿Ð¸ÑÐ¾Ðº Ð²ÐµÐ»Ð¾ÑÐ¸Ð¿ÐµÐ´Ð¾Ð² */
.content .catalog .product {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
}
.content .catalog .product div {
    display: block;
    overflow: hidden;
    margin: 0.25em;
    border: 1px solid #C13A00;
    text-align: center;
}
.content .catalog .product div img {
    position: relative;
    margin: 0.5em auto;
    height: 7.5em;
    width: auto;
    border: 0 none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}
.content .catalog .product div a:hover img {
    border: 0 none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.content .catalog .product div span.velo-name {
    position: relative;
    display: block;
    height: 3em;
    font-size: 1.2em;
    color: #C13A00;
    text-shadow: 1px 1px 1px #434E50;
    padding: 0 0.25em;
}
.content .catalog .product div span.velo-optn {
    position: relative;
    display: block;
    height: 5.5em;
    overflow: hidden;
    font-size: 0.9em;
    text-align: right;
    padding: 0 0.5em;
}
.content .catalog .product div span.velo-optn span {
    display: block;
    margin: 0;
    padding: 0;
}
.content .catalog .product div span.velo-price {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0.25em;
    font-size: 150%;
    text-align: right;
}
.content .catalog .product div span.velo-price span {
    font-size: 75%;
    text-decoration: line-through;
    color: #FF6600;
}
.content .catalog .product div span.velo-price a {
    display: inline;
}
.content .catalog .product a {
    display: block;
    text-decoration: none;
}
.content .catalog .product .znak-sale, .content .catalog .product .znak-new {
    position: absolute;
    overflow: hidden;
    top: 0.25em;
    left: 0.25em;
    width: 40%;
    height: 50%;
}
.content .catalog .product .znak-sale {
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/sale.png") no-repeat;
    background-size: 100%;
}
.content .catalog .product .znak-new {
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/new.png") no-repeat;
    background-size: 100%;
}
.content .catalog .product div #compars {
    position: relative;
    float: left;
    border: none;
    font-size: 66%;
}
.content .catalog .product div #compars a {
    color: #FF6600;
}
.content .catalog .product div #compars a:hover {
    color: #434E50;
}
.content .catalog .product div form {
    position: relative;
    float: right;
}
.content .catalog .product div form button {
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.1em 0.5em 0 0.5em;
    font-size: 0.5em;
}
.content .catalog .product div form button:hover {
    background: #434E50;
    border: 1px solid #1C1D1F;
}
/* Ñ‚Ð¾Ð²Ð°Ñ€Ñ‹ */
.content .kroha {
    text-transform: uppercase;
    font-size: 80%;
    color: #5E6D70;
}
.content .kroha a {
    color: #5E6D70;
}
.content .kroha a:hover {
    color: #FF6600;
}
.content .other-info {
    position: relative;
    overflow: hidden;
}
.content .other-info form {
    position: relative;
    float: right;
    margin: 0;
}
.content .other-info form button {
    overflow: hidden;
    padding: 0.25em 1em 0.25em 2.5em;
    font-size: 1em;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    background: #1C1D1F url("/web/20131208161334im_/http://www.velospb.com/utilets/img/print.png") 0.2em 0.2em no-repeat;
    background-size: auto 80%;
}
.content .other-info form button:hover {
    background: #FF6600 url("/web/20131208161334im_/http://www.velospb.com/utilets/img/print.png") 0.2em 0.2em no-repeat;
    background-size: auto 80%;
}
.content .other-info a {
    position: relative;
    display: block;
    float: right;
    background: #FF6600;
    padding: 0.25em 1em;
    text-decoration: none;
    font-size: 1em;
    margin: 0 1em 0 0;
    color: #FFFFFF;
}
.content .other-info a:hover {
    background: #1C1D1F;
}
.content .tovar-description {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0;
}
.content .catalog .product-left {
    position: relative;
    overflow: hidden;
    float: left;
    width: 40%;
    margin: 1em 0 0 0;
}
.content .catalog .product-left .variant-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 2px dotted #FF6600;
    padding: 0 0 0.5em 0;
}
.content .catalog .product-left .variant-img #large {
    overflow: hidden;
	width: 100%;
    max-height: 25em;
	margin: 0 0 0.5em 0;
}
.content .catalog .product-left .variant-img #large img {
	width: 100%;
    height: auto;
	border: 0 none;
}
.content .catalog .product-left .variant-img #thumbnail {
    height: 4em;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
}
.content .catalog .product-left .variant-img #thumbnail li {
    display: block;
	overflow: hidden;
    float: left;
	margin: 0 0.5em 0 0;
    padding: 0;
}
.content .catalog .product-left .variant-img #thumbnail li img {
    height: 3.8em;
    width: auto;
    border: 1px solid #FF6600;
}
.content .catalog .product-left .variant-img #thumbnail li img:hover {
    border: 1px solid #1C1D1F;
}
.content .catalog .product-left .variant-img .velo-sale, .content .catalog .product-left .variant-img .velo-new {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 33%;
    height: 25%;
}
.content .catalog .product-left .variant-img .velo-sale {
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/sale.png") no-repeat;
    background-size: 100%;
}
.content .catalog .product-left .variant-img .velo-new {
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/new.png") no-repeat;
    background-size: 100%;
}
.content .catalog .product-left .velo-price {
    position: relative;
    overflow: hidden;
    width: 60%;
    float: left;
    margin: 0.5em 0;
}
.content .catalog .product-left .velo-price span {
    display: block;
    overflow: hidden;
    float: left;
}
.content .catalog .product-left .velo-price span.price {
    font-size: 175%;
    font-weight: bold;
}
.content .catalog .product-left .velo-price span.discount {
    text-decoration: line-through;
    margin: 0.25em 0.5em 0 0;
    font-size: 120%;
    color: #5E6D70;
}
.content .catalog .product-left .velo-price span.economy {
    float: right;
    color: #FF6600;
    font-size: 120%;
}
.content .catalog .product-left .velo-price span.id-product {
    width: 100%;
    margin: 0.5em 0;
    color: #1C1D1F;
}
.content .catalog .product-left .buttons {
    position: relative;
    overflow: hidden;
    width: 35%;
    float: right;
    margin: 0.5em 0;
    text-align: right;
}
.content .catalog .product-left .buttons button {
    position: relative;
    width: 100%;
    background: #FF6600;
    padding: 0.5em 0.1em 0.2em 0.1em;
    margin: 0.2em 0;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 1em;
}
.content .catalog .product-left .buttons button:hover {
    background: #1C1D1F;
}
.content .catalog .product-left .buttons button.zak {
    padding: 0.5em 1em 0.2em 2.5em;
    background: #FF6600 url("/web/20131208161334im_/http://www.velospb.com/utilets/img/korz.png") 0.2em 0.2em no-repeat;
    background-size: auto 80%;
}
.content .catalog .product-left .buttons button.zak:hover {
    background: #1C1D1F url("/web/20131208161334im_/http://www.velospb.com/utilets/img/korz.png") 0.2em 0.2em no-repeat;
    background-size: auto 80%;
}
.content .catalog .product-left .buttons a {
    display: block;
    color: #FF6600;
    text-decoration: none;
    border-bottom: 1px dotted #FF6600;
    padding: 0 0.25em;
    float: right;
    margin: 0.2em 0;
}
.content .catalog .product-left .buttons a:hover {
    color: #1C1D1F;
    border-bottom: 1px dotted #1C1D1F;
}
.content .catalog .product-left .schema-product {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px dotted #FF6600;
    display: none;
}
.content .catalog .product-right {
    position: relative;
    float: right;
    width: 55%;
    margin: 1em 0 0 0;
}
.content .catalog .product-right .options {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0.25em 0;
    border-bottom: 1px dotted #FF6600;
}
.content .catalog .product-right .options span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 6%;
    float: left;
}
.content .catalog .product-right .options span img {
    height: 1.25em;
    width: auto;
}
.content .catalog .product-right .options b {
    position: relative;
    display: block;
    overflow: hidden;
    width: 34%;
    float: left;
    margin: 0 2% 0 0;
}
.content .catalog .product-right .options div {
    position: relative;
    display: block;
    overflow: hidden;
    width: 58%;
    float: left;
    text-align: left;
}
/* Ð¿Ñ€Ð¾ÐºÐ°Ñ‚ */
.content .rolling-form {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 1em 0 0 0;
}
.content .rolling-form div {
    position: relative;
    float: left;
    width: 45%;
    margin: 0.25em 2.5%;
}
.content .rolling-form div label {
    position: relative;
    display: block;
    float: left;
    width: 25%;
}
.content .rolling-form div select {
    position: relative;
    float: left;
    margin: 0 0 0 0.25em;
    font-size: 1em;
    border: 1px solid #FF6600;
    width: 4em;
    background-color: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
}
.content .rolling-form div select.mons {
    width: 6em;
}
.content .rolling-form div span {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 0 0.25em;
    padding: 0;
}
.content .rolling-form div input {
    position: relative;
    display: block;
    width: 19.4em;
    float: left;
    margin: 0 0 0 0.25em;
    padding: 0.2em;
    border: 1px solid #FF6600;
    font-size: 1em;
}
.content .rolling-form div button {
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.1em 0.5em 0 0.5em;
    font-size: 1em;
    margin: 0 0 0 20em;
}
.price-roll {
    position: relative;
    overflow: hidden;
    float: right;
    width: 40%;
    margin: 0 0 0 2.5em;
}
.price-roll table {
    width: 100%;
    border: 1px solid #FF6600;
    border-collapse: collapse;
}
.price-roll table td {
    border-bottom: 1px dotted #FF6600;
    padding: 0.25em 0.5em;
}
.price-roll table td.ri {
    text-align: right;
}
.content .catalog .product div span.velo-form {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0.25em;
    font-size: 150%;
    text-align: right;
}
.content .catalog .product div span.velo-form label {
    position: relative;
    font-size: 70%;
    color: #C13A00;
}
.content .catalog .product div span.velo-form input {
    position: relative;
    width: 2.5em;
    border: 1px solid #FF6600;
    margin: 0 2em 0 1em;
    padding: 0.1em 0 0 0;
    font-size: 0.7em;
    text-align: center;
}
/* Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ */
.link-all {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}
.link-all a {
    display: block;
    float: right;
    background: #FF6600;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.link-all a:hover {
    background: #5E6D70;
}
.navigation {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0;
    text-align: right;
    font-size: 1.2em;
}
.navigation a, .navigation span {
    overflow: hidden;
    display: inline-block;
    margin: 0 0.1em;
    color: #FF6600;
}
.navigation a {
    background: #5E6D70;
    border: 1px dotted #FF6600;
    text-align: center;
    width: 2em;
    text-decoration: none;
    color: #FFFFFF;
}
.navigation a:hover {
    background: #FF6600;
    border: 1px dotted #5E6D70;
    color: #5E6D70;
}
.navigation span {
    text-decoration: none;
    min-width: 2em;
    text-align: center;
    border: 1px dotted #C13A00;
    color: #1C1D1F;
}

/* ÐŸÐžÐ›Ð¬Ð—ÐžÐ’ÐÐ¢Ð•Ð›Ð˜ */
.user-edit {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.user-edit .lines {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 1em 0;
}
.user-edit .lines .nam {
    position: relative;
    overflow: hidden;
    width: 15em;
    float: left;
}
.user-edit .lines .inp {
    position: relative;
    overflow: hidden;
    width: 20em;
    float: left;
    text-align: left;
}
.user-edit .lines .inp input {
    width: 15em;
    font-size: 1em;
    border: 1px solid #FF6600;
}
.user-edit .lines .inp select {
    position: relative;
    font-size: 1em;
    border: 1px solid #FF6600;
    width: 4em;
}
.user-edit .lines .inp select.mons {
    width: 6em;
}
.user-edit .lines .prm {
    position: relative;
    overflow: hidden;
    font-size: 90%;
    color: #1C1D1F;
    float: left;
}
.user-edit .lines .prm button {
    position: relative;
    background: #FF6600;
    padding: 0.5em 1em 0.2em 1em;
    margin: 0.2em 0;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 1em;
}
/* Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ Ð² Ð»Ð¸Ñ‡Ð½Ð¾Ð¼ ÐºÐ°Ð±Ð¸Ð½ÐµÑ‚Ðµ */
ul.user-nav {
    position: relative;
    overflow: hidden;
    margin: 0 0 2.5em 0;
    padding: 0;
    list-style-type: none;
}
ul.user-nav li {
    display: block;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
}
ul.user-nav li a {
    display: block;
    margin: 0 0.1em;
    padding: 0.1em 1em 0.25em 1em;
    background: #1C1D1F;
    text-decoration: none;
    color: #FFFFFF;
}
ul.user-nav li a:hover {
    background: #FF6600;
}
ul.user-nav li a.active {
    background: #FF6600;
    color: #1C1D1F;
}
.user-archiv {
    position: relative;
    overflow: hidden;
    margin: 0 0 1em 0;
    padding: 0 0 0.25em 0;
    border-bottom: 1px solid #FF6600;
}
.user-archiv .name-zakaz {
    background: #FF6600;
    padding: 0.2em 1em;
    color: #FFFFFF;
}
.user-archiv .name-zakaz a {
    overflow: hidden;
    padding: 0.1em 1em 0.1em 2.5em;
    font-size: 0.8em;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    background: #1C1D1F url("/web/20131208161334im_/http://www.velospb.com/utilets/img/print.png") 0.2em 0.2em no-repeat;
    background-size: auto 80%;
    display: block;
    float: right;
    text-decoration: none;
    border: 1px solid #C13A00;
}
.user-archiv .name-zakaz a:hover {
    background: #FF6600 url("/web/20131208161334im_/http://www.velospb.com/utilets/img/print.png") 0.2em 0.2em no-repeat;
    background-size: auto 80%;
}
.user-archiv .user-left {
    position: relative;
    overflow: hidden;
    width: 55%;
    float: left;
}
.user-archiv .user-left table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #C13A00;
}
.user-archiv .user-left table td {
    padding: 0.1em 0;
    border-bottom: 1px dotted #C13A00;
    vertical-align: top;
    text-align: left;
}
.user-archiv .user-left table td.tdr {
    width: 12em;
    text-align: right;
}
.user-archiv .user-right {
    position: relative;
    overflow: hidden;
    width: 40%;
    float: right;
    text-align: left;
}
.user-archiv .user-right span {
    font-weight: bold;
    color: #C13A00;
}
.user-archiv .user-right .status {
    position: relative;
    display: block;
    background: #FF6600;
    text-align: center;
    padding: 0.5em;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: bold;
}
.user-archiv .user-right table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #C13A00;
}
.user-archiv .user-right table td {
    padding: 0.1em 0;
    border-bottom: 1px dotted #C13A00;
    vertical-align: top;
    text-align: left;
}
table.user-bally {
    position: relative;
    border-collapse: collapse;
    border-top: 1px solid #C13A00;
    border-bottom: 1px solid #C13A00;
    min-width: 50%;
}
table.user-bally th {
    background: #FF6600;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 90%;
    padding: 0.2em 1em;
    border-bottom: 1px solid #C13A00;
}
table.user-bally td {
    padding: 0.2em 1em;
    border-bottom: 1px dotted #C13A00;
}
table.user-bally td.td-rht {
    text-align: right;
}
.user-archiv .user-left .kont1, .user-archiv .user-left .kont2 {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}
.user-archiv .user-left .kont1 label {
    position: relative;
    overflow: hidden;
    float: left;
    width: 25%;
}
.user-archiv .user-left .kont1 input {
    position: relative;
    overflow: hidden;
    float: right;
    width: 70%;
    border: 1px solid #FF6600;
    font-size: 1em;
}
.user-archiv .user-left .kont2 label {
    position: relative;
    overflow: hidden;
    float: right;
    margin: 0.25em 1em 0 5em;
}
.user-archiv .user-left .kont2 input.pr1 {
    position: relative;
    overflow: hidden;
    float: right;
    border: 0 none;
    font-size: 1.5em;
    width: 20%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.25em;
}
.user-archiv .user-left .kont2 input.pr2 {
    position: relative;
    overflow: hidden;
    float: right;
    border: 1px solid #FF6600;
    font-size: 1em;
    width: 15%;
    margin: 0.25em 0 0 0;
}
.user-archiv .user-right .kont3 label {
    display: block;
}
.user-archiv .user-right .kont3 label span {
    font-size: 75%;
    font-weight: normal;
}
.user-archiv .user-right .kont3 textarea {
    width: 98%;
    height: 8em;
    border: 1px solid #FF6600;
}
.user-archiv .user-right .kont3 input {
    border: 0 none;
    width: 10%;
    font-size: 1em;
    text-align: center;
}
.user-archiv .user-right .kont3 button {
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.1em 0.5em 0 0.5em;
    font-size: 1em;
    margin: 1em;
    float: right;
}
.user-archiv .user-right .kont3 button:hover {
    background: #434E50;
    border: 1px solid #1C1D1F;
}

/* Ð›Ð•Ð’Ð«Ð™ Ð‘Ð›ÐžÐš */
.columns {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 1%;
    padding: 0;
    width: 23%;
}
.columns .mg-pay img {
    width: 100%;
    border: 0 none;
}
/* ÑÐ¾Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ðµ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
.columns .social {
    position: relative;
    overflow: hidden;
    margin: 0 0 1em 0;
    width: 100%;
    text-align: center;
}
.columns .social .share42 {
    display: inline-block;
    padding: 0;
    background: none;
    border: 0;
}
.columns .social .share42:hover {
    background: none;
    border: 0;
}
.columns .social .share42 a {
    opacity: 0.5
}
.columns .social .share42:hover a {
    opacity: 0.7
}
.columns .social .share42 a:hover {
    opacity: 1
}
.columns .social .share42 a {
    display: inline-block;
    vertical-align: bottom;
    outline: none;
    width: 1.5em;
    height: 1.5em;
    margin: 0 0.2em;
    padding: 0;
}
/* Ð¼ÐµÐ½ÑŽ Ð¿Ð¾ Ð¼Ð¾Ð´ÐµÐ»ÑÐ¼ */
.columns ul {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #C13A00;
}


.columns ul li {
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #C13A00;
}
.columns ul li img {
    width: 100%;
    border: 0 none;
    float: left;
    margin: 0.1em 0;
}
.columns ul li a {
    display: block;
    overflow: hidden;
    margin: 0;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #1C1D1F;
}
.columns ul li a:hover {
    color: #FFFFFF;
}
/* Ð²ÐµÐ»Ð¾ Ð¿Ð¾ Ð³Ð¾Ð´Ð°Ð¼ */
table.velo-year {
    width: 100%;
    border-collapse: collapse;
}
table.velo-year tr:hover {
    background: #FF6600;
    color: #FFFFFF;
}
table.velo-year th {
    border: 1px solid #C13A00;
    padding: 0.25em;
    font-weight: normal;
    background: #FF6600;
    color: #FFFFFF;
    font-weight: bold;
}
table.velo-year th.names {
    text-align: left;
}
table.velo-year td {
    vertical-align: top;
    border: 1px solid #C13A00;
    padding: 0.25em;
}
table.velo-year td.model {
    font-weight: bold;
    color: #C13A00;
}
table.velo-year td.velos {
    text-align: center;
}
table.velo-year td.velos a {
    text-decoration: none;
    font-weight: bold;
    color: #C13A00;
    display: block;
}
table.velo-year td.velos a:hover {
    color: #434E50;
}
/* ÑÑÑ‹Ð»ÐºÐ¸ Ð½Ð° ÑÐ¾Ñ†.ÑÐµÑ‚Ð¸ */
.social-links {
    position: relative;
    overflow: hidden;
    margin: 1em 0 0 0;
}
.social-links h3 {
    font-size: 90%;
}
.social-links img {
    position: relative;
    float: right;
    width: 31%;
    height: auto;
    border: 0 none;
    margin: 0 0 0 1%;
    border: 1px solid #5E6D70;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
}
.social-links a {
    margin: 0;
}

/* HEADER */
.header {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15em;
}
.header .top-head-left, .header .top-head-rght, .header .top-head-cent {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 1%;
    padding: 0;
    height: 10em;
    background: #5E6D70;
    border-bottom: 1px solid #FF6600;
    border-right: 1px solid #FF6600;
}
.header .top-head-left {
    float: left;
    width: 23%;
}
.header .top-head-left span {
    display: block;
    overflow: hidden;
    font-size: 140%;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0.1em 0.1em 0.1em #FF6600;
    margin: 0 0.5em 0.5em 0.5em;
}
.header .top-head-left span a {
    font-size: 250%;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    font-weight: bold;
}
.header .top-head-rght {
    float: right;
    width: 23%;
}
.header .top-head-rght form, .header .top-head-rght .user-top {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0.5em 0.1em 0.5em;
}
.header .top-head-rght form p, .header .top-head-rght .user-top p {
    margin: 0;
    color: #FFFFFF;
}
.header .top-head-rght form p span, .header .top-head-rght .user-top p span {
    font-size: 125%;
    margin: 0.5em 0;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #FF6600;
}
.header .top-head-rght form input {
    position: relative;
    width: 35%;
    padding: 0.1em;
    margin: 0 5% 0 0;
    border: 1px solid #FF6600;
    font-size: 0.8em;
}
.header .top-head-rght form input.button {
    position: relative;
    width: 15%;
    padding: 0 0.1em;
    margin: 0;
    border: 1px solid #FF6600;
    font-size: 0.8em;
}
.header .top-head-rght form a, .header .top-head-rght .user-top a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 75%;
}
.header .top-head-rght .korzina {
    overflow: hidden;
    margin: 0.5em 0.5em 0.1em 0.5em;
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/korzina.png") no-repeat;
    background-size: contain;
}
.header .top-head-rght .korzina div {
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0.1em 0.1em 0.1em #FF6600;
}
.header .top-head-rght .korzina div span {
    font-weight: bold;
}
.header .top-head-rght .korzina div a {
    color: #FF6600;
    padding: 0.1em 1em;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.1em #C13A00;
}
.header .top-head-rght .korzina div a:hover {
    color: #FFFFFF;
    text-shadow: 0.1em 0.1em 0.1em #FF6600;
}
.header .top-head-cent {
    float: left;
    width: 47.7%;
}
.header .top-head-cent div {
    font-size: 125%;
    color: white;
    text-shadow: 1px 1px 1px #FF6600;
    margin: 0.5em;
}
.header .top-head-cent div.phone {
    font-size: 250%;
    font-style: italic;
	font-weight: bold;
	text-align: right;
    color: #FF6600;
    text-shadow: 1px 1px 1px #FFFFFF;
}
/* top menu */
.header .top-head-menu {
    position: relative;
    overflow: hidden;
    margin: 0 1%;
    padding: 0;
    border-bottom: 1px solid #FF6600;
    border-right: 1px solid #FF6600;
}
.header .top-head-menu .top-nav {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #5E6D70;
}
.header .top-head-menu .top-nav li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0.15em 0.1em;
    text-align: center;
    text-transform: uppercase;
}
.header .top-head-menu .top-nav li a {
    display: block;
    overflow: hidden;
    padding: 0.3em 1em 0.2em 1em;
    margin: 0;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
}
.header .top-head-menu .top-nav li a:hover {
    background: #434E50;
    color: #FF6600;
}
.header .top-head-menu .top-nav li a.active {
    background: #FF6600;
    color: #FFFFFF;
}

/* FOOTER */
.footer {
    position: relative;
    overflow: hidden;
    width: 90%;
    min-width: 1000px;
    margin: 0 auto 1em auto;
    font-size: 0.9em;
}
.footer .foot-top {
    position: relative;
    overflow: hidden;
}
.footer .foot-top .ft-left {
    position: relative;
    overflow: hidden;
    float: left;
    width: 25%;
}
.footer .foot-top .ft-right {
    position: relative;
    overflow: hidden;
    float: right;
    width: 74%;
}
.footer .foot-top .ft-right ul {
    position: relative;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer .foot-top .ft-right ul li {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 25%;
    text-align: left;
    font-size: 110%;
}
.footer .foot-top .ft-right ul li a {
    color: #C13A00;
    text-decoration: none;
}
.footer .foot-top .ft-right ul li a:hover {
    color: #434E50;
}
.footer .foot-bot {
    position: relative;
    overflow: hidden;
    color: #434E50;
    font-size: 90%;
    margin: 1em 0 0 0;
}
.footer .foot-bot .fb-left {
    position: relative;
    overflow: hidden;
    float: left;
    width: 25%;
}
.footer .foot-bot .fb-right {
    position: relative;
    overflow: hidden;
    float: right;
    width: 74%;
    text-align: right;
}

/* ROTATOR */
.rotator {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#rotator {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}
#rotator ul {
    margin: 0;
    padding: 0;
}
#rotator li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-weight: bold;
}
#rotator .images {
    position: relative;
    z-index: 1;
}
#rotator .controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-right: 1px solid #FFFFFF;
    height: 100%;
    width: 25%;
}
#rotator .controls ul {
    background: url(https://web.archive.org/web/20131208161334im_/http://www.velospb.com/rotator/rotator_bg.png) repeat;
    width: 100%;
    height: 100%;
    padding-top: 0.2em;
}
#rotator .controls li a {
    display: block;
    padding: 0.5em 0.75em;
    margin-bottom: 0.2em;
    line-height: 100%;
    color: #C13A00;
    text-shadow: 0.05em 0.05em 0.05em #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}
#rotator .controls li a:hover, #rotator .controls a.current {
    background: #FF6600;
    color: #FFFFFF;
    text-shadow: 0.05em 0.05em 0.05em #C13A00;
}
#rotator img {
    border: 0 none;
}

/* ÐŸÐ•Ð§ÐÐ¢Ð¬ */
.print-velo {
    position: relative;
    overflow: hidden;
    width: 750px;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #000000;
}
.print-velo .print-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.print-velo .print-header .top-head-left {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
}
.print-velo .print-header .top-head-left {
    font-size: 20px;
    font-weight: bold;
}
.print-velo .print-header .top-head-left a {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 12px;
}
.print-velo .print-header .top-head-cent {
    position: relative;
    overflow: hidden;
    width: 37.5%;
    float: right;
    text-align: right;
    margin: 34px 0 0 0;
}
.print-velo .print-header .top-head-cent .phone {
    font-size: 18px;
}
.print-velo h2 {
    font-size: 24px;
}
.print-velo h2 span {
    color: #5E6D70;
    font-size: 18px;
    font-weight: normal;
}
.print-velo p {
    display: block;
    overflow: hidden;
}
.print-velo p img {
    position: relative;
    width: 300px;
    float: left;
    margin: 0 10px 0 0;
    border: 0 none;
}
.print-velo table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000000;
    margin: 25px 0 10px 0;
}
.print-velo table td {
    padding: 5px;
    border-bottom: 1px solid #000000;
    vertical-align: top;
}
.print-velo table td img {
    height: 16px;
    width: auto;
}
/*
.print-velo .print-header .name-org {
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.print-velo .print-header .name-org a {
    text-decoration: none;
}
.print-velo .print-header .desc-org {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.print-velo .print-header .top-head-cent {
    text-align: right;
    margin: 15px 0;
}
*/
/* Ð”Ð›Ð¯ Ð—ÐÐšÐÐ—Ð */
/* Ð¾ÐºÐ½Ð¾ Ð·Ð°ÐºÐ°Ð·Ð° */
table.card-tbl {
    width: 100%;
}
table.card-tbl td.tcd {
    text-align: center;
}
table.card-tbl td.trd {
    text-align: right;
}
/* Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ Ð·Ð°ÐºÐ°Ð·Ð° */
table.ordering {
    position: relative;
    overflow: hidden;
    border-collapse: collapse;
    border-top: 1px solid #FF6600;
    border-bottom: 1px solid #FF6600;
    width: 100%;
    min-width: 100%;
}
table.ordering th {
    border-bottom: 1px solid #FF6600;
    font-weight: normal;
    font-size: 90%;
    vertical-align: top;
    padding: 0.1em 0.25em;
}
table.ordering td {
    border-bottom: 1px dotted #FF6600;
    vertical-align: top;
    padding: 0.25em;
}
table.ordering th.lth, table.ordering td.ltd {
    text-align: left;
}
table.ordering th.cth, table.ordering td.ctd {
    text-align: center;
}
table.ordering th.rth, table.ordering td.rtd {
    text-align: right;
}
table.ordering td img.img {
    height: 5em;
    width: auto;
    border: 0 none;
}
table.ordering td input {
    border: 1px solid #C13A00;
    width: 3em;
    text-align: center;
    font-size: 1em;
}
table.ordering td a.del, table.ordering td button, table.ordering td a.clean {
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.75em;
}
table.ordering td a.del {
    padding: 0 0.25em 0.1em 0.25em;
    text-decoration: none;
}
table.ordering td button {
    padding: 0.1em 0.25em 0 0.25em;
}
table.ordering td a.clean {
    padding: 0.1em 0.25em 0 0.25em;
    text-decoration: none;
}
table.ordering td a.del:hover, table.ordering td button:hover, table.ordering td a.clean:hover {
    background: #434E50;
    border: 1px solid #1C1D1F;
}
/*  */
.div-bk {
    position: relative;
    overflow: hidden;
    margin: 1% 5%;
}
.div-bk .txt-bk {
    position: relative;
    float: left;
}
.div-bk .txt-bk b {
    color: #FF6600;
}
.div-bk .butt-bk {
    position: relative;
    float: right;
}
.div-attach {
    position: relative;
    overflow: hidden;
    margin: 1%;
    padding: 0.5% 1%;
    background: #FF6600;
    color: #434E50;
}
/*  */
.name-zakaz {
    position: relative;
    overflow: hidden;
}
.name-zakaz .zline {
    position: relative;
    margin: 1em 0;
    overflow: hidden;
}
.name-zakaz .zline .coll1 {
    position: relative;
    overflow: hidden;
    width: 30%;
    float: left;
    margin: 0;
}
.name-zakaz .zline .colr1 {
    position: relative;
    overflow: hidden;
    width: 30%;
    float: left;
    margin: 0 0 0 5%;
}
.name-zakaz .zline .coll1 label, .name-zakaz .zline .colr1 label {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    text-align: left;
}
.name-zakaz .zline .coll1 input, .name-zakaz .zline .colr1 input {
    position: relative;
    float: right;
    width: 65%;
    border: 1px solid #FF6600;
    font-size: 1em;
    padding: 0.1em;
}
.name-zakaz .zline .coll2 {
    position: relative;
    overflow: hidden;
    width: 30%;
    float: left;
    margin: 0;
}
.name-zakaz .zline .colr2 {
    position: relative;
    overflow: hidden;
    width: 65%;
    float: left;
    margin: 0 0 0 5%;
}
.name-zakaz .zline .coll2 label {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    text-align: left;
}
.name-zakaz .zline .coll2 select {
    position: relative;
    float: right;
    width: 66.5%;
    border: 1px solid #FF6600;
    font-size: 1em;
    padding: 0 0.1em;
}
.name-zakaz .zline .colr2 label {
    position: relative;
    display: block;
    float: left;
    width: 14%;
    text-align: left;
}
.name-zakaz .zline .colr2 input {
    position: relative;
    float: right;
    width: 83.5%;
    border: 1px solid #FF6600;
    font-size: 1em;
    padding: 0.1em 0.2em;
}
.name-zakaz .zline .colr2 select {
    position: relative;
    float: right;
    width: 84.5%;
    border: 1px solid #FF6600;
    font-size: 1em;
    padding: 0 0.1em;
}
.name-zakaz .zline .coll3 label {
    position: relative;
    display: block;
    float: left;
    width: 9%;
    text-align: left;
}
.name-zakaz .zline .coll3 input {
    position: relative;
    float: right;
    width: 89%;
    font-size: 1em;
    border: 1px solid #FF6600;
    padding: 0.1em 0.3em;
}
.name-zakaz .zline .coll4 {
    position: relative;
    overflow: hidden;
    width: 30%;
    float: left;
    margin: 0 0 0 5%;
}
.name-zakaz .zline .coll4 select {
    position: relative;
    width: 95%;
    border: 1px solid #FF6600;
    font-size: 1em;
    padding: 0.1em;
}
.name-zakaz .zline button {
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.1em 0.25em 0 0.25em;
    font-size: 1em;
    float: right;
    width: 20%;
}
.name-zakaz .zline button:hover {
    background: #434E50;
    border: 1px solid #1C1D1F;
}

/* Ð¡Ð ÐÐ’ÐÐ•ÐÐ˜Ð• */
#sravyeyie {
    position: fixed;
    top: 25%;
    left: 0;
    padding: 0.5em 1em;
    margin: 0 0 0 -2em;
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    -webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
#sravyeyie a {
    color: #FFFFFF;
    text-decoration: none;
}
#sravyeyie a:hover {
    color: #C13A00;
}
#sravyeyie a span {
    display: block;
    float: right;
    font-size: 125%;
    font-weight: bold;
}
/* Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ð° ÑÑ€Ð°Ð²Ð½ÐµÐ½Ð¸Ñ */
table.compares {
    border-collapse: collapse;
    border: 1px solid #FF6600;
    margin: 0 0 1em 0;
}
table.compares th {
    text-align: center;
    border: 1px solid #FF6600;
    padding: 0.2em 0.5em;
    vertical-align: top;
    font-weight: normal;
    width: 15em;
}
table.compares th a {
    display: block;
    text-decoration: none;
    width: 18em;
}
table.compares th img {
    height: 7.5em;
    border: 0 none;
}
table.compares th div {
    position: relative;
    float: left;
    font-size: 125%;
}
table.compares th div span {
    font-size: 75%;
    text-decoration: line-through;
    color: #FF6600;
}
table.compares th form {
    position: relative;
    float: right;
}
table.compares th form button {
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.1em 0.25em 0 0.25em;
    font-size: 0.75em;
}
table.compares td {
    text-align: left;
    border-left: 1px solid #FF6600;
    border-right: 1px solid #FF6600;
    border-bottom: 1px dotted #FF6600;
    padding: 0.2em 0.5em;
    vertical-align: top;
}
table.compares td img {
    position: relative;
    float: left;
    margin: 0 1em 0 0;
    height: 1.25em;
    width: 1.25em;
}
table.compares td a {
    display: block;
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0em 0.25em 0.1em 0.25em;
    margin: 0.25em 5em;
    text-decoration: none;
}
table.compares td a:hover {
    background: #434E50;
    border: 1px solid #1C1D1F;
}

/* Ð¢ÐÐ‘Ð›Ð˜Ð¦Ð Ð¡ÐÐ˜Ð–Ð•ÐÐ˜Ð¯ Ð¦Ð•ÐÐ« */
table.discount {
    position: relative;
    width: 94%;
    border-collapse: collapse;
    margin: 0 3%;
    min-width: 220px;
}
table.discount td {
    padding: 0.25em;
    vertical-align: top;
}
table.discount td p {
    text-align: justify;
}
table.discount td input {
    width: 98%;
    border: 1px solid #FF6600;
    float: right;
}
table.discount td input.velo-nam {
    border: 0 none;
    font-weight: bold;
}
table.discount td textarea {
    width: 98%;
    height: 5em;
    border: 1px solid #FF6600;
    float: right;
}
table.discount td span {
    display: block;
    text-align: right;
}
table.discount td span input {
    width: 5em;
    border: 0 none;
    float: none;
    text-align: center;
}
table.discount td button {
    background: #FF6600;
    border: 1px solid #C13A00;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.1em 1em 0 1em;
    float: right;
}

/* ÐŸÐžÐ”Ð‘ÐžÐ  Ð’Ð•Ð›Ðž */
#options-price {
    position: relative;
    overflow: hidden;
	width:100%;
    margin: 0 0 1em 0;
}
#options-price #slider_label {
    position: relative;
    overflow: hidden;
}
#options-price #slider_label #price1, #options-price #slider_label #price2 {
	width: 7.5em;
    border: 1px solid #FF6600;
    text-align: center;
    font-size: 1em;
    padding: 0.1em;
}
#options-price #slider_price {
    position: relative;
    width: 98%;
    margin: 0.5em 1%;
}
ul#search-label {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#search-label li {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 13.5em;
    white-space: nowrap;
    margin: 0 1em 0 0;
}
ul#search-label li input {
    margin: 0 1em 0 0;
}
ul#search-label li img {
    width: 12em;
}
ul#search-label li span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 1.5em;
    background: url("/web/20131208161334im_/http://www.velospb.com/utilets/img/bg_li_search.png");
    z-index: 1000;
}
button#search {
    position: relative;
    float: right;
    margin: 0.25em 0;
    padding: 0.2em 2.5em 0.1em 2.5em;
    background: #FF6600;
    font-weight: bold;
    border: 1px solid #C13A00;
    cursor: pointer;
    font-size: 1.2em;
    color: #FFFFFF;
}

#search-itog {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 100px;
    float: left;
    border: 1px solid #FF6600;
    margin: 2px;
    padding: 2px;
}
#search-itog #search-name {
    position: relative;
    display: block;
    font-weight: bold;
    width: 400px;
    text-align: left;
}
#search-itog img {
    position: relative;
    float: left;
    margin: 2px 5px 0 0;
}
#search-itog #search-info {
    position: relative;
    overflow: hidden;
    margin: 3px 0;
    text-align: right;
}
#search-itog #search-info label {
    position: relative;
    display: block;
    width: 55px;
    float: left;
}
#search-itog #search-link {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-style: italic;
    font-weight: bold;
}
#search-itog #search-link a {
    text-decoration: none;
}
























/*
     FILE ARCHIVED ON 16:13:34 Dec 08, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:00:28 Jul 06, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.502
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.011
  esindex: 0.011
  cdx.remote: 36.559
  LoadShardBlock: 206.869 (3)
  PetaboxLoader3.datanode: 283.14 (4)
  load_resource: 346.627
  PetaboxLoader3.resolve: 186.852
*/