/*
 * HTML5 РІСљВ° Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}



body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

/* =============================================================================
   Links
   ========================================================================== */

a {
  color: #0251b2; /*color: #0050b6;*/ /*color: #00e;*/
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #0050b6;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  /* list-style: none;
  list-style-image: none; */
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button,
input {
  line-height: normal;
  overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button,
table input {
  *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input:focus {
  outline: none;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
}
/* ==|== primary styles =====================================================
   Author: MaxTsy
   ========================================================================== */
body {
  font: 100% Arial, sans-serif;
  line-height: 1.4;
  margin: 0;
  /* font-size: 13px; */
}

#generalDiv {
  width: 1000px;
  margin: auto;
}
#generalMainDiv {
  width: 930px;
  margin: auto;
}
#signRegistration {
  font-size: 12px;
  /*color:#0251b2;*/
  margin: 0 65px 0 0;
  text-align: right;
  display: none;
}
#signRegistration a {
  color: #0251b2;
}
#signRegistration span {
  color: #3e3e3e;
}
#generalTop {
  height: 65px;
  margin: 14px 0 0 0;
  padding: 14px 0 0 0;
}
#generalTop h1 {
  width: 251px;
  height: 54px;
  float: left;
  margin: 5px 0 0 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}
#generalTop h1 a {
  background: url(../images/provideo_logo.jpg) no-repeat 0 10px;
  width: 251px;
  height: 54px;
  display: block;
}
#generalTop #logo a {
  /*background: url(../images/provideo_logo.jpg) no-repeat 0 10px;*/ /*background:url(../images/logo.png) no-repeat 0 0;*/
  width: 251px;
  height: 51px;
  display: block;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
}
#phone_email_top {
  background: url(../images/phone_mail_top.png) no-repeat 51px 5px;
  width: 170px;
  height: 65px; /*44px;*/
  float: left;
  margin-left: 6px;
  padding: 0 0 0 95px;
}
#phone_email_top > p {
  margin-bottom: 0;
  line-height: 21px;
}
#phone_email_top > #phone_top {
  color: #575758;
  font-size: 21px;
  margin-top: 6px;
}
#phone_email_top > #email_top {
  margin-top: 9px;
}
#phone_email_top > #email_top > a {
  font-size: 22px;
  color: #909090;
  text-decoration: none;
}
#credit_cards_top {  
  float: left;
  vertical-align: middle;
  margin-left: 35px;
  margin-top: 9px;
}
#credit_cards_top > a > img {
  /* margin-left: 18px; */
  /* margin-top: 14px; */
  width: 41px !important;
}
#social_top {
  /* width:68px; */
  float: left;
  vertical-align: middle;
  margin-left: 25px;
  margin-top: 7px;
  /* width: 52px; */
}
#social_top > div > a > img {
  width: 22px;
  height: 22px;
}
#cart_top {
  /* background: url(../images/top_right_cart_bg.png) no-repeat 0 0; */
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAIAAAAmdTLBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANqSURBVDhPdVRNaxRZFD3vVXVIOiGJdDoz0SQbW8QRMm50I7pQkBhEEFHQRYwgCAH/gM4iPyAu3LgQF24N6iKDCBq/2g6ooAtFjWAwiUHsJNpidaer6+t63qvIjIvcvrx6fet+nHfuraeiKHLm5jA+jnv34HmA4g8iUHzYjZHUaJ7GsnEjTpzA6Gjc0gKZmZFCQTIZcd111bGrUsywpo4jhw/Ljx9KTp7E9eu2FDWxxWzlVNbqW9m6FUeOGEscY2ICCwu4cgXS1ydai9L/5V5PL18WK0mSyKFDxnL8OCSX+w3YekrA8/Ny+7b090tvrylJ4+CgNmj/D3I9GRhAfz9u3DCwFxeR2JNqraSrK1pZYQLtus7wMDo70dwMv4GmDMIQrosoMgX278e+fdi2LWKzbB+YIHPwIIKurlWA2iDJs7NSqcidO7KwIA8eyOfPUizK4qJMTUm9Li9f+krVgVQZIkNDOlIqhIppiiM8eoTv3/HwId6+NXuuT55gZgbFInwfz583REKAIamSOM3IWBkTN3j8mPjDu3fx9Glw6xampwO2tlhMnj1DWxtKJQbTLRKJBJHd2HgqmwrUSiVSkmSzydyc9+6dlMvemzcxae/oIBfV0jTPbMKMmhT8q77luxvLy3Y62RSn+/UrfPyIajV58ULv3k0g2LEDPT3I5ZYG/k6SWBO2aZcQfMfQkMtMxJ/awiSObt50T50yrdm71/C/axeCgF2Ir15tJLFjaTfRdjX1v+TzwfKKaYjJaSC0FDY35uehWEkxoW5qclpbG0tLaVXjZ0bcBHSS/xjKHCZlReuei+O5qan8+fN1v16rrxLknxMT3ffvt+3ZE4gYpsg0yU9ZI0yDn/0TBADrOKdPo68vc/ascl2y3To4qDgk27e3nzmTxrBMSjb54+qcy2YDzob9wMMwzAJuPl+9dKlC5uhULrfv3MmTfB0bWzWTRz+VKHNystZcKKj3W7aszs6SP5cvTUrJuC4vFcYwnow4juNms77naa3T8yd23ui5aWREbzh6tCbCYaxRFRpKeVH0a0KVr3Q1jr95nq916katQmoQH2g/dkzFlcqHkZFPk/+ymGZyI3Ya1tZfkn6mdjVWpf/658IfY2PKXAZh+PXatfLkZGTuv9+Ezmmr7N6Gk9Te3p7h4bYDBwD8BCMdDT/Cu449AAAAAElFTkSuQmCC') no-repeat 7px 50%;
  background-color: #fdfdfd;
  border: 1px solid #E8E8E8;
  width: 214px;
  height: 43px;
  float: left;
  font-size: 12px;  
  margin: 9px 0 0 25px;
  border-radius: 10px;
}
#cart_top a {
  color: #bd0202;
  display: block;
  margin: 2px 0 0 34px;
}
#cart_top p {
  margin: 4px 0 0 34px; /* margin: 7px 0 0 50px; */
  color: #110d13;
}
#cart_top span {
  font-weight: bold;
  color: #b90202;
}
#topmenu {
  background: url(../images/top_menu.png) no-repeat 0 0;
  width: 930px;
  height: 28px;
  margin:/*10px*/ 0 0 17px 0;
}
#topmenu ul,
#search {
  float: left;
}
#topmenu ul {
  height: 36px;
  margin: 0;
  padding: 0;
  float: left;
  width: 740px; /*730px;*/
}
#topmenu ul li {
  float: left;
  list-style: none;
  /*text-indent:-9999px;*/
  background: url(../images/top_menu_disp.png) no-repeat 100% 0;
}
#topmenu ul li a {
  height: 20px;
  display: block;
  margin-right: 3px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 11px;
  color: #383438;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
}
a#aboutTop {
  width: 100px;
  margin-left: 13px;
}
a#archiveTop {
  width: 78px; /*87px;*/
}
a#actionsTop,
a#promoTop {
  width: 57px; /*75px;*/
}
a#deliveryTop {
  width: 138px; /*166px;*/
}
a#saleTop {
  width: 115px;
}
a#contactsTop {
  width: 80px; /*96px;*/
}
#serviceTop {
  width: 108px;
}
#info_partnersTop {
  width: 132px;
}
#topmenu ul li a:hover {
  background: url(../images/top_menu_hover.png) repeat-x;
  color: white;
}
/*a#aboutTop:hover{
	background:url(../images/top_menu_hover.png) repeat-x 15px 0;
}
a#catalogTop:hover{
	background:url(../images/top_menu.png) no-repeat -116px -28px;
}
a#actionsTop:hover{
	background:url(../images/top_menu.png) no-repeat -206px -28px;
}
a#deliveryTop:hover{
	background:url(../images/top_menu.png) no-repeat -284px -28px;
}
a#supportTop:hover{
	background:url(../images/top_menu.png) no-repeat -453px -28px;
}
a#contactsTop:hover{
	background:url(../images/top_menu.png) no-repeat -571px -28px;
}*/
#search {
  width: 176px; /*190px;232px;*/
  height: 21px; /*31px;*/
  margin: 4px 0 0 0px;
  padding: 0;
}
#searchC {
  width: 176px; /*174px;*/
  height: 19px; /*21px;*/
  position: relative;
  margin: 0;
  padding: 0;
  /*background:url(../images/search_bg.png) repeat-x 0 0;*/
  /*float:left;*/
}
#searchL,
#searchR {
  width: 8px;
  height: 21px;
  float: left;
  overflow: hidden;
}
#searchL {
  background: url(../images/search_rl.png) no-repeat 0 0;
}
#searchR {
  background: url(../images/search_rl.png) no-repeat -8px 0;
}

#searchTextBg {
  width: 176px;
  height: 21px;
  /*background:url(../images/search_bg.png) repeat-x 0 0px;*/
  overflow: hidden;
}
#searchText {
  color: #383438; /*white;*/
  width: 144px;
  height: 21px;
  border: none;
  background: url(../images/search_bg.png) repeat-x 0 0;
  margin: 0;
  padding: 0 27px 0 5px;
  font-size: 11px;
}
.ie7 #searchTextBg,
.ie8 #searchTextBg {
  overflow: hidden;
}
.ie7 #searchText,
.ie8 #searchText {
  padding-top: 3px;
}
#searchSubmit,
.search-submit {
  width: 13px;
  height: 14px;
  background: url(../images/search_bt.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  position: absolute;
  left: 155px;
  top: 3px;
}
.search-submit {
  background: none;
}
#rotban {
  padding: 0;
  margin: 0;
  width: 930px;
  height: 246px;
}
#generalCenterDiv {
  margin: 14px 0 7px 0; /*22px 0 7px 0;*/
  border-bottom: 1px solid #dbdbdb;
  /*padding: 0 0 27px 0;*/
  padding-bottom: 10px;
}
#generalCenterDiv h2 {
  font-size: 13px;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0 0 9px 0;
  padding: 2px 0 3px 10px;
  border-left: 1px solid #d2d2d2;
}
#leftCenterDiv,
#centerContentDiv,
#centerDiv,
#rightCenterDiv {
  float: left;
}

/*================== Left Menu ==============*/
#leftCenterDiv {
  width: 229px;
}
#leftCenterDiv h2 {
  /*background:url(../images/cat_catalog_bg.png) no-repeat 0 0;
	width:229px;
    text-align:center;*/
}
#leftCenterDiv ul {
  background: url(../images/cat_bg.png) no-repeat 0 0;
  width: 229px;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
ul#ulCatCategory {
  background-color: #f9f9f9;
}
#leftCenterDiv ul li {
  /*height:33px;*/
  border-bottom: 1px dashed #dddddd;
  list-style: none;
  /*display: block;
	padding:7px 0 0 45px;*/
  overflow: hidden;
}
#leftCenterDiv > ul > li#leftLight {
  border: none;
}
#leftCenterDiv ul#ulCatBrands li {
  background: url(../images/ulcatbg.png) no-repeat 0 0;
  overflow: hidden;
}
#leftCenterDiv ul#ulMore li {
  background: url(../images/ulcatbg.png) no-repeat 0 -34px;
  overflow: hidden;
  border: none;
}
#leftCenterDiv ul.accordion ul {
  display: none;
  margin: 0;
}
#leftCenterDiv ul#ulCatBrands li a,
#leftCenterDiv ul#ulMore li a {
  display: block;
  color: #2e2e2e;
  font-size: 13px;
  text-decoration: none;
  height: 22px;
  margin: 0 0 0 15px;
  padding: 11px 0 0 0;
}
#leftCenterDiv ul li a {
  font-size: 11px;
  padding: 6px 0 0 0;
}
#leftCenterDiv ul.lev1 > li > a {
  display: block;
  color: #2e2e2e;
  font-size: 12px;
  text-decoration: none;
  height: 23px;
  margin: 0;
  padding: 10px 0 0 43px;
  overflow: hidden;
}
#leftCenterDiv ul li#left2d_3d_software > a {
  background: url(../images/1.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftautomation > a {
  background: url(../images/2.png) no-repeat 7px 4px;
}
#leftCenterDiv ul li#leftnle_comp > a {
  background: url(../images/3.png) no-repeat 5px 0;
}
#leftCenterDiv ul#ulCatCategory > li#leftconverters > a {
  background: url(../images/4.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftfinishing > a {
  background: url(../images/5.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftcolorcorrection > a {
  background: url(../images/6.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftcoding_and_streaming > a {
  background: url(../images/7.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftcoding_and_streaming > a {
  background: url(../images/7.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftstorage > a {
  background: url(../images/8.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftcamcorders > a {
  background: url(../images/9.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftstorage_diskandrec > a {
  background: url(../images/10.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftvideoplayers > a {
  background: url(../images/11.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftvideomonitors > a {
  background: url(../images/12.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftproectors > a {
  background: url(../images/13.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftwideomiksheri > a {
  background: url(../images/14.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftfor_operators > a {
  background: url(../images/15.png) no-repeat 5px 0;
}
#leftCenterDiv > ul > li#leftlight > a {
  background: url(../images/16.png) no-repeat 5px 0;
}
/*#leftCenterDiv ul li#leftcommutators > a{
    background:url(../images/17.png) no-repeat 5px 0;
}*/
#leftCenterDiv ul li#leftcommutations > a {
  /*background:url(../images/29.png) no-repeat 0px 1px;*/
  background: url(../images/17.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftaudio_equipment_software > a {
  background: url(../images/18.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftthunderbolt > a {
  background: url(../images/19.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftapple_nle > a {
  background: url(../images/20.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftsale > a {
  background: url(../images/22.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftdiscounted > a {
  background: url(../images/21.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftpromo > a {
  background: url(../images/23.png) no-repeat 5px 0;
}
#leftCenterDiv ul li#leftsoftware_nle > a {
  background: url(../images/24.png) no-repeat 7px 2px;
}
#leftCenterDiv ul li#leftbundles_nle > a {
  background: url(../images/25.png) no-repeat 9px 3px;
}
#leftCenterDiv ul li#leftmnogokanalnaya_zapis_edit > a {
  background: url(../images/26.png) no-repeat 7px 2px;
}
#leftCenterDiv ul li#leftarchive_systems > a {
  background: url(../images/27.png) no-repeat 7px 2px;
}
#leftCenterDiv ul li#leftmam_dam > a {
  background: url(../images/28.png) no-repeat 7px 2px;
}
#leftCenterDiv ul li#leftstorage_diskarrays_controllers > a {
  background: url(../images/30.png) no-repeat 3px 4px;
}
#leftCenterDiv ul li#leftfilmscaners > a {
  background: url(../images/cintel_asm_28.jpg) no-repeat 7px 5px;
}
#leftCenterDiv ul li#leftthunderbolt_adapters > a {
  background: url(../images/thunderbolt_icon_28.png) no-repeat 7px 2px;
}
#leftCenterDiv ul li#leftwebcamera_obsbot > a {
  background: url(../images/webcamera_obsbot.png) no-repeat 7px 2px;
}
#leftCenterDiv ul li#leftimage_analyzer > a {
  background: url(../images/analyzer.png) no-repeat 5px 5px;
}
#leftCenterDiv ul li#leftkeyboard_and_control_panels > a {
  background: url(../images/keyboard.png) no-repeat 5px 50%;
}
#leftCenterDiv ul li#leftaudio_mixers > a {
  background: url(../images/audiomixer_28x28.png) no-repeat 5px 50%;
}
#leftCenterDiv ul li#leftwireless_video > a {
  background: url(../images/wireless_video.png) no-repeat 8px 50%;
}
#leftCenterDiv ul li#leftsfp_moduls > a {
  background: url(../images/spf.png) no-repeat 5px 7px;
}
#leftCenterDiv ul li#leftwireless_mic > a {
  background: url(../images/leftintercoms.png) no-repeat 5px 0px;
}
#leftCenterDiv ul li#leftintercoms > a {
  background: url(../images/leftwireless_mic.png) no-repeat 6px 0%;
}

#leftCenterDiv ul li:hover,
#leftCenterDiv ul#ulCatBrands li:hover,
#leftCenterDiv ul li.selected {
  background: url(../images/left_menu_bg.jpg) repeat-x 0 0;
}
#ulCatCategory li.selected > ul {
  display: block;
}
#leftCenterDiv ul li > a:hover,
#leftCenterDiv ul li.selected > a {
  color: white;
}
#ulCatCategory ul.lev2 {
  padding: 10px 0;
}
#ulCatCategory ul.lev2 li > a {
  background: url(../images/leftmenuitemsonebg.png) no-repeat 0 -1px;
  overflow: hidden;
}
#ulCatCategory ul.lev2 li > a.alev3 {
  background: url(../images/leftmenuitemsmorebg.png) no-repeat 0 -1px;
  overflow: hidden;
}
#ulCatCategory ul.lev2 li > a.alev4 {
  background: url(../images/alev4.png) no-repeat 0 0;
  overflow: hidden;
}
#ulCatCategory ul.lev2 li a {
  display: block;
  /*height: 19px;*/
  font-size: 11px;
  color: #323232;
  padding: 2px 0 2px 22px;
  margin: 0 0 0 45px;
  text-decoration: none;
}
#ulCatCategory ul.lev2 li a:hover,
#ulCatCategory ul li.selected a,
#ulCatCategory ul li.selected ul li.selected > a,
#ulCatCategory ul.lev4 li.selected > a {
  color: red; /*color:#323232;*/
}
#ulCatCategory ul.lev3 li a {
  display: block;
  /*height: 14px;*/
  font-size: 11px;
  color: #323232;
  padding: 0 0 0 15px;
  margin: 3px 0 3px 65px;
  background: url(../images/leftmenubg2.png) no-repeat 0 3px;
  vertical-align: middle;
  text-decoration: none;
}
#ulCatCategory ul.lev4 li a {
  display: block;
  /*height: 14px;*/
  font-size: 11px;
  color: #323232;
  padding: 0 0 0 15px;
  margin: 2px 0 2px 80px;
  vertical-align: middle;
  text-decoration: none;
}
#ulCatCategory ul.lev5 li a {
  display: block;
  /*height: 14px;*/
  font-size: 11px;
  color: #323232;
  padding: 0 0 0 15px;
  margin: 2px 0 2px 90px;
  vertical-align: middle;
  text-decoration: none;
}
/*#leftCenterDiv ul li:hover a, #leftCenterDiv ul#ulCatBrands li:hover a{
	color:white;
}*/
#ulCatCategory li ul {
  background: transparent;
  border: none;
}
#ulCatCategory li ul.lev2 li {
  background: none;
  border: none;
}
#ulCatCategory li:hover ul.lev2 li {
  background: none;
  border: none;
}
#ulCatCategory li ul.lev2 li:hover {
  background: none;
  border: none;
}
/* #leftCenterDiv ul li#leftnle_comp:hover > a,
#leftCenterDiv ul li#leftSoft:hover > a,
#leftCenterDiv ul li#leftstorage:hover > a,
#leftCenterDiv ul li#leftcamcorders:hover > a,
#leftCenterDiv ul li#leftvideoplayers:hover > a,
#leftCenterDiv ul li#leftvideomonitors:hover > a,
#leftCenterDiv ul li#leftcommutation:hover > a,
#leftCenterDiv ul li#leftaudio_equipment_software:hover > a,
#leftCenterDiv ul li#leftfor_operators:hover > a,
#leftCenterDiv > ul > li#leftlight:hover > a, */
#leftCenterDiv > ul > li:hover > a {
  /*	background:url(../images/left_menu_bg.jpg) repeat-x 0 0; */
  color: white;
}
#leftCenterDiv ul li #more {
  padding: 3px 0 0 0; /*50px*/
}
#leftCenterDiv ul li #subMore {
  border-bottom: 1px dashed #454545;
  display: inline;
}
#more span {
  /*color:#ff0000;
	font-size:20px;
	vertical-align: -2px;*/
  background: url(../images/strela.png) no-repeat 0 0;
  width: 8px;
  height: 14px;
  display: block;
  margin: -12px 0 0 29px;
}
.f2#more span {
  margin: -12px 0 0 52px;
}
#leftCenterDiv ul li#liMore:hover {
  background: none;
}
#leftCenterDiv ul li#liMore:hover a {
  color: #2e2e2e;
}
#ulMore {
  background: none !important;
  background-color: #f8f8f8 !important;
}
h2#cat_brands {
  margin-top: 24px;
}
#centerDiv {
  width: 463px;
  margin: 0 19px;
  padding: 0;
}
#centerDiv h2 {
  margin-bottom: 10px;
}
.News {
  padding: 0 0 14px 0;
  margin: -5px 0 0 0;
}
.News span {
  font-size: 10px;
  color: #9d9d9d;
  padding: 0;
  margin: 0 0 8px 0;
}
.News h3 {
  font-size: 12px;
  padding: 0;
  margin: 2px 0 6px 0;
}
.News h3 a {
  color: #323232;
}
.News p {
  font-size: 12px;
  color: #494849;
  padding: 0;
  margin: 0;
}
#rightCenterDiv {
  width: 200px;
}
#rightCenterDiv h2 {
  margin-bottom: 10px;
}
.rightban {
  background: url(../images/rightban.png) no-repeat 0 0;
  width: 200px;
  height: 121px;
  margin-bottom: 28px;
}

/*========= ����������� ������� - ������� ======== */
#centerContentDiv {
  width: 681px;
  /*margin:0 0 0 248px;*/
  padding: 0 0 0 19px;
}
#centerContent {
  color: #484648;
  font-size: 12px;
}
#centerContentDiv h2 {
  text-align: left;
}
/*#centerContent h3{
	color:#000000;
	font-size:18px;
    text-transform: uppercase;
}
#productCatalogInner h3 a{
    color:#000000;
    font-size:18px;
    text-decoration: none;
}*/
#centerContent p {
  margin-bottom: 12px;
}
#centerContentDiv ul li {
  margin-bottom: 0.5em;
}
#breadcrumbs {
  color: #b9b9b9;
  font-size: 13px;
  margin: 6px 0 0 0; /*0 0 6px 0*/
}
#breadcrumbs a {
  color: #b9b9b9;
  font-size: 13px;
}
#breadcrumbs a img {
  vertical-align: -1px;
}
.imgCenter {
  margin: 0;
}
#centerContentDiv ul li a#moreNews {
  /*padding: 3px 0 0 50px;*/
  text-decoration: none;
  color: #2e2e2e;
}
#moreNews {
  text-decoration: none;
  margin-left: 77px;
}
#moreNews #subMore {
  border-bottom: 1px dashed #454545;
  display: inline;
}
#moreNews em {
  font-size: 12px;
  color: #454545;
}
#moreNews span {
  background: url(../images/strela.png) no-repeat 0 0;
  width: 8px;
  height: 14px;
  display: block;
  margin: -12px 0 0 105px;
}
#centerContentDiv ul li#liMoreNews {
  background: none;
  list-style: none;
  text-align: center;
}
#centerContentDiv ul li#liMoreNews:hover {
  background: none;
}
#centerContentDiv ul li#liMoreNews:hover a {
  color: #2e2e2e;
}
#contactsInner {
  margin-bottom: 30px;
}
#contactsInner p {
  margin: 0 0 16px 0;
}
/*====================== cart ======================*/
#cartForm,
#profileForm {
  font-size: 13px;
}
#cartForm p,
#profileForm p {
  margin: 0 0 10px 0;
}
#cartOrderTable {
  width: 660px;
  font-size: 14px;
  margin: 0 0 35px 0;
}
#cartOrderTable .cartOrderTableHr {
  border-top: 1px solid #e6e6e6;
}
#cartOrderTable tr td {
  vertical-align: middle;
}
#cartOrderTable thead tr {
  border-bottom: 1px solid #e6e6e6;
}
#cartOrderTable thead th {
  padding-bottom: 22px;
  text-align: left;
}
#cartOrderTable span {
  font-size: 11px;
  font-weight: bold;
}
#cartOrderTable a {
  color: black;
  font-weight: bold;
}
#cartOrderTable img {
  margin: 5px;
}
#cartOrderTable a#recount {
  display: block;
  background: url(../images/cart_btns.jpg) no-repeat 0 -30px;
  overflow: hidden;
  width: 108px;
  height: 36px;
}
#cartResultPrice {
  padding: 24px 0 24px 0;
}
/*#cartResultPrice b,#cartResultPrice span{
	color:#f90202;
}*/
#cartResultRecount {
  padding: 0 0 24px 0;
}
.cartOrderDelete a {
  display: block;
  overflow: hidden;
  height: 21px;
  width: 21px;
}
.cartCount {
  background: url(../images/cart_inputs_bg.jpg) no-repeat 0 -25px;
  overflow: hidden;
  width: 78px;
  height: 25px;
  border: none;
  padding: 0;
  margin-left: 10px;
}
.cartCount input {
  width: 66px;
  height: 25px;
  background: transparent;
  border: 0;
  text-align: center;
  margin: 0 6px;
  padding: 0;
}
.ie7 .cartCount input,
.ie8 .cartCount input {
  padding-top: 4px;
}
.cartFormInput,
.profileFormInput {
  margin: 6px 0 10px 0;
}
.sendDataLabel {
  margin: 0 0 0 12px;
  font-weight: bold;
}
.cartFormInput input,
.profileFormInput input {
  /*background:url(../images/cart_inputs_bg.jpg) no-repeat 0 0;*/
  width: 311px;
  height: 25px;
  border: none;
  padding: 0;
  background: transparent;
  margin: 0 11px 0 11px;
}
.formInputBg {
  background: url(../images/cart_inputs_bg.jpg) no-repeat 0 0;
  width: 333px;
  height: 25px;
  overflow: hidden;
}
.ie7 .cartFormInput input,
.ie7 .profileFormInput input,
.ie8 .cartFormInput input,
.ie8 .profileFormInput input {
  padding-top: 4px;
}
.ie7 .cartFormOrder {
  display: inline-block;
  text-indent: 0;
}
#SaveData,
#Courier,
#Bank,
#Noncash,
#Cash {
  margin: 0 0 0 5px;
}
.cartFormOrder {
  background: url(../images/cart_btns.jpg) no-repeat 0 0;
  overflow: hidden;
  width: 160px;
  height: 30px;
  border: none;
  text-indent: -9999px;
  margin: 10px 0 0 0;
}
.cartFormOrder a {
  display: block;
}
.cartFormOrder a:hover {
  cursor: pointer;
}
/*==========+ Personal +=======*/
#infoUser,
#subMenuUser {
  float: left;
}
#infoUser {
  width: 454px;
}
#subMenuUser {
  width: 227px;
  padding-top: 40px;
}
#subMenuUser ul {
  background: url(../images/cat_bg.png) no-repeat 0 -60px;
  width: 227px;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
#subMenuUser ul li {
  height: 33px;
  border-bottom: 1px dashed #ddd;
  list-style: none;
  overflow: hidden;
}
#subMenuUser ul li a {
  display: block;
  color: #2e2e2e;
  font-size: 13px;
  text-decoration: none;
  height: 26px;
  margin: 0 0 0 45px;
  padding: 10px 0 0 0;
}
#userData {
  background: url(../images/left_menu1.png) no-repeat -249px -408px;
}
#userOrders {
  background: url(../images/left_menu1.png) no-repeat -249px -374px;
}
#userCart {
  background: url(../images/left_menu1.png) no-repeat -249px -442px;
  border: none !important;
  height: 34px !important;
}
#subMenuUser ul li#userData:hover {
  background: url(../images/left_menu1.png) no-repeat 0px -408px;
}
#subMenuUser ul li#userOrders:hover {
  background: url(../images/left_menu1.png) no-repeat 0px -374px;
}
#subMenuUser ul li#userCart:hover {
  background: url(../images/left_menu1.png) no-repeat 0px -442px;
}
#subMenuUser ul li#userData:hover a,
#subMenuUser ul li#userOrders:hover a,
#subMenuUser ul li#userCart:hover a {
  color: white;
}
/*============ My ID =========*/
#confirmProfileFormData {
  background: url(../images/send_data_btn.jpg) no-repeat 0 0;
  overflow: hidden;
  width: 170px;
  height: 36px;
  border: none;
  /*text-indent:-9999px;*/
  margin: 10px 0 0 163px;
}
.ie7 #confirmProfileFormData {
  /*text-indent:0;*/
}
/*========= List News ========*/
ul#centerContentUlNews {
  margin: 0;
  padding: 0;
}
#centerContentUlNews li {
  list-style: none;
}
.newsDiv {
  margin: 14px 0 14px 0;
}
.newsDivImg {
  width: 67px;
}
.newsDivBody {
  width: 583px;
  padding: 0 0 0 10px;
}
#centerContentUlNews li .newsDiv .newsDivBody p {
  padding: 0;
  margin: 0;
}
.newsDivBody span {
  display: block;
  margin: 4px 0 0 0;
  color: #b9b9b9;
  font-size: 13px;
}
.newsDivBody a {
  display: block;
  font-size: 11px;
  color: black;
}
.newsDivBody p {
  font-size: 11px;
  margin: 2px 0;
}
#arhiveNews {
  float: right;
  margin: -30px 21px 0 0;
  color: #5f5f5f;
  font-size: 13px;
}
.newsDate {
  color: #b8b8b8;
  font-size: 10px;
}
.newsDispart {
  height: 1px;
  border-bottom: 1px solid #d9d9d9;
}
/*==============CatCategory============*/
/*.catCategory div{
	width:33%;
	float:left;
}*/
.catCategory ul li {
  list-style: none;
  margin-bottom: 2px;
}
.catCategory ul li a {
  font-size: 13px;
  color: #2e2e2e;
  font-weight: bold;
  text-decoration: none;
  height: 18px;
  display: block;
  overflow: hidden;
}
.catCategory ul li ul li a {
  font-weight: normal;
}
.catCategory ul li a:hover {
  text-decoration: underline;
}
.catCategory ul li ul li a:hover {
  text-decoration: underline;
}
ul.nomarker_list li a.alev3 {
  background: url(../images/cat_left_points.jpg) no-repeat 0 0;
  padding: 0 0 0 25px;
}
ul.nomarker_list li ul li a {
  background: url(../images/cat_left_points.jpg) no-repeat 0 -36px;
  padding: 0 0 0 19px;
}
ul.nomarker_list li > a {
  background: url(../images/cat_left_points.jpg) no-repeat 0 -18px;
  padding: 0 0 0 25px;
}
/*=========== catalog of products ==========*/
#centerContent {
  margin: 0 21px 0 0;
}
#productCatalogTop {
  position: relative;
}
#catFilter {
  position: absolute;
  right: -21px;
}
.productItem {
  padding: 24px 0 20px 0;
}
.productImg,
.productDescr,
.productPrice {
  float: left;
}
.productImg {
  width: 102px;
  margin-top: 16px;
}
.productImg > a {
  position: relative;
  display: block;
}
.productDescr {
  width: 370px;
  margin: 0 7px 0 9px;
  font-size: 12px;
}
.productDescr p,
.productDescr h3,
.productDescr ul {
  margin: 0 !important;
}
.productDescr h3 a {
  font: bold 15px Arial, Helvetica, sans-serif;
  color: black;
  background: none;
}
.productDescr p {
  color: #434343;
}
.productDescr ul {
  color: black;
  padding-left: 20px;
}
.productDescr > a {
  color: #454545;
  font-style: italic;
  font-size: 12px;
  background: url(../images/strela.png) no-repeat 100% 50%;
  width: 80px;
  margin: 5px 0 0 0;
  display: block;
}
.productPrice {
  width: 160px;
}
#catSortName {
  float: left;
  /*margin-top:7px;*/
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #454545;
  height: 29px;
}
#catSortName a {
  color: #434343;
}
#catSortName .sort-title {
  display: block;
  width: 96px;
  height: 23px;
  padding: 6px 0 0 0;
  float: left;
}
#catSortNum {
  float: right;
  margin-right: 6px;
  margin-top: 7px;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #454545;
  height: 29px;
}
#catSortNum .sort-title {
  display: block;
  width: 146px;
  height: 23px;
  padding: 6px 0 0 0;
  float: left;
}
#catSortNum a {
  display: block;
  float: left;
  width: 30px;
  height: 23px;
  padding: 8px 0 0 0;
  text-align: center;
  color: #434343;
  overflow: hidden;
}
/*#catSortNum a:hover{
	background: url(../images/bd_sort.png) no-repeat 0 0;
}*/
.sort {
  display: block;
  height: 23px;
  float: left;
  overflow: hidden;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 0;
  text-align: right;
  margin-right: 1px;
}
.sort-name {
  width: 72px;
  padding-left: 6px;
}
.sort-price {
  padding-left: 3px;
  width: 45px;
}
.sort-popular {
  width: 96px;
}
.sort-stock {
  padding-left: 3px;
  width: 70px;
}
.sort-head-asc {
  padding: 8px 16px 7px 2px;
  /*background: url(../images/bg_sort.png) no-repeat -22px 0;*/
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZGMjY1Q0I3QzA0NTExRTlCQzk5OTQxQjlFODI4Q0EzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZGMjY1Q0I4QzA0NTExRTlCQzk5OTQxQjlFODI4Q0EzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkYyNjVDQjVDMDQ1MTFFOUJDOTk5NDFCOUU4MjhDQTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkYyNjVDQjZDMDQ1MTFFOUJDOTk5NDFCOUU4MjhDQTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7TBH/YAAADAFBMVEXtHCT///8CAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXW1tbX19fY2NjZ2dna2trb29vc3Nzd3d3e3t7f39/g4ODh4eHi4uLj4+Pk5OTl5eXm5ubn5+fo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vr7+/v8/Pz9/f3+/v7////tvVaFAAAAAnRSTlP/AOW3MEoAAAAeSURBVHjaYmCEAgYQwMoBC2BwGGAAg4NdD04AEGAAFkoASawnEncAAAAASUVORK5CYII=");
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDBoNHYyaC00ek0wIDNoNnYyaC02ek0wIDZoOHYyaC04eiIvPjwvc3ZnPgo=);*/
  background-position: 50% 54%;
  background-repeat: no-repeat;
}
.sort-head-desc {
  padding: 8px 16px 7px 2px;
  /*background: url(../images/bg_sort.png) no-repeat -5px 0;*/
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFOTc2Q0Q3QzA0NTExRTlCMEI5OUI5MzU1RTRDNTJCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFOTc2Q0Q4QzA0NTExRTlCMEI5OUI5MzU1RTRDNTJCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU5NzZDRDVDMDQ1MTFFOUIwQjk5QjkzNTVFNEM1MkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU5NzZDRDZDMDQ1MTFFOUIwQjk5QjkzNTVFNEM1MkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7vFmZTAAADAFBMVEXtHCT///8CAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXW1tbX19fY2NjZ2dna2trb29vc3Nzd3d3e3t7f39/g4ODh4eHi4uLj4+Pk5OTl5eXm5ubn5+fo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vr7+/v8/Pz9/f3+/v7////tvVaFAAAAAnRSTlP/AOW3MEoAAAAbSURBVHjaYmDACRiRACYHRRmReuBKkTkAAQYAD8oASYhCtKAAAAAASUVORK5CYII=");
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDZoNHYyaC00ek0wIDNoNnYyaC02ek0wIDBoOHYyaC04eiIvPjwvc3ZnPgo=);*/
  background-position: 50% 54%;
  background-repeat: no-repeat;
}
.sort-name.ascending,
.sort-name.descending,
.sort-popular.ascending,
.sort-popular.descending,
.sort-price.ascending,
.sort-price.descending {
  text-decoration: none;
}
#productCatalogBottom {
  margin: 0 0 22px 0;
}
#catBotInner {
  float: right;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #434343;
}
#catBotInner span {
  display: block;
  float: left;
  width: 30px;
  height: 23px;
  padding: 6px 0 0 0;
  text-align: center;
  color: #454545;
  font-weight: bold;
  overflow: hidden;
}
#catBotInner a {
  display: block;
  float: left;
  width: 30px;
  height: 23px;
  padding: 6px 0 0 0;
  text-align: center;
  color: #737373;
  overflow: hidden;
  font-weight: bold;
}
#catBotInner a:hover {
  background: url(../images/bd_sort.png) no-repeat 0 0;
  color: #454545;
}
.productItemDisp {
  background: url(../images/cat_prod_disp.jpg) no-repeat 50% 0;
  height: 13px;
  width: 660px;
}
.priceBtn a {
  /*text-indent: -9999px;*/
  background: url(../images/add_cart_btn.jpg) no-repeat 0 0;
  height: 30px;
  width: 105px;
  display: block;
  margin-left: -18px;
  color: white !important;
  font-weight: bold;
  padding: 6px 0 0 20px;
  text-shadow: 0px 1px 0 rgba(35, 37, 39, 0.45);
}
.priceBtn a:hover {
  cursor: pointer;
}
.priceBtn.ord_btn_title a {
  background: url(../images/order_btn_title.png) no-repeat 0 0 !important;
}
.priceTop {
  padding: 0 0 11px 0;
}
.price,
.discount {
  float: left;
}
.price {
  width: 125px;
  margin: 0 10px 0 -10px;
}
.currentPrice {
  margin: 0 0 0 28px;
  text-align: right;
}
.currentPrice b {
  margin: 0 !important;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.currentPrice span {
  /*font-size:8px;*/
  color: #000000;
  font-weight: bold;
}

.oldPrice {
  /*background:url(../images/price_old.png) no-repeat 0 0;*/
  margin: 4px 0 0 30px;
  /*width: 84px;*/
  height: 14px;
  text-align: right;
}
.oldPrice span {
  font-size: 8px;
  color: #454545;
}
.oldPrice b {
  text-decoration: line-through;
  font-size: 14px;
  color: #454545;
  font-weight: 500;
}
.discount {
  background: url(../images/discount_circle_bg.jpg) no-repeat 0 0;
  height: 36px;
  width: 35px;
  margin: 0;
}
.discount span {
  color: red;
  font-weight: normal !important;
  padding: 10px 0 0 0;
  display: block;
  text-align: center;
  font-size: 11px !important;
}
.artWar {
  color: #454545;
  margin-bottom: 5px;
}
.artWar span {
  color: #6f6d6d;
}
/*=========== product styles =============*/
#productInner h3 {
}
#productInner ul {
  padding-left: 15px;
  margin-top: 0;
}
#productInner ul li {
  list-style-type: square;
}
.priceDiv {
  margin: 50px 0 52px 0;
}
#productInner .priceBtn {
  margin: 11px 0 0 70px;
}
#productInner .priceProduct {
  margin: 0 0 0 100px;
  /*position: relative;*/
}
#productInner .priceProduct .main {
  text-align: center;
}
#productInner .priceProduct b {
  font-size: 24px;
}
/*#productInner .priceProduct span{
    font-size:12px;
    font-weight:bold;
}*/
#productInner .priceProduct .discount {
  position: relative;
  left: 160px;
  top: -40px;
}
.productInner p {
  margin-bottom: 20px;
}
.productWarranty {
  margin-bottom: 35px;
}
.productSlider,
.productDescrShort {
  float: left;
}
.productSlider {
  width: 344px;
}
.productDescrShort {
  width: 306px;
  margin-left: 10px;
}
.seeDescr {
  color: #434343;
  font-style: italic;
  font-size: 14px;
  background: url(../images/strela.png) no-repeat 100% 50%;
  width: 245px;
  display: block;
  text-decoration: none;
}
.seeDescr span {
  border-bottom: 1px dashed #434343;
}
.descrDiv ul li {
  list-style-type: disc !important;
}
.productBotDisp {
  margin: 19px 9px 20px 9px;
  border-top: 1px solid #e6e6e6;
}
.old_discount b {
  font-size: 20px !important;
}
/*====================== footer ====================*/
#footerMenu ul {
  margin: 0 0 0 7%;
}
#footerMenu ul li {
  list-style: none;
  float: left;
  font-size: 11px;
  color: #0251b2;
}
#footerMenu ul li a {
  color: #0251b2;
}
.menuSep {
  margin: 0 6px;
}
#footerinfo {
  font-size: 11px;
  color: #7f7f7f;
  text-align: center;
  margin: 13px 0 0 0;
}
#footerinfo p {
  margin: 0;
}
#footerinfo a {
  color: #7f7f7f;
}
.f1 {
}
.f2 {
}
/*================== register ================*/
/*html, body{height: 100%;}*/
/*.openIt{
    height: 100%;
    width: 100%;
    background: rgba(237,237,237, 0.5);
}*/
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.openItInner {
  width: 467px;
  height: 538px;
  margin: auto;
  /**
 * position: absolute;
 *     top: 40%;
 *     left: 40%;
 */
  background: url(../images/register.png) no-repeat 0 0;
  overflow: hidden;
}
#regForm,
#profileForm,
#passrecForm {
  margin-left: 68px;
  margin-top: 50px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
#regForm label,
#profileForm label,
#passrecForm label {
  font-size: 14px;
  margin: 6px 0 4px 12px;
  display: block;
}
#regForm h1,
#profileForm h1,
#passrecForm h1 {
  font-size: 24px;
  margin: 16px 0 13px 0;
}
#regForm p a,
#profileForm p a,
#passrecForm p a {
  color: black;
}
.formClose {
  background: url(../images/close.png) no-repeat 0 0;
  font-size: 12px;
  color: #959596;
  padding-left: 18px;
  margin-left: 270px;
  display: block;
  text-decoration: none;
}
.formFInputBg {
  background: url(../images/register_bg_f.png) no-repeat 0 0;
  width: 333px;
  height: 25px;
  overflow: hidden;
}
.formFInputBg input {
  width: 333px;
  height: 25px;
  background: transparent;
  border: 0;
}
.formSInputBg {
  background: url(../images/register_bg_t.png) no-repeat 0 0;
  width: 240px;
  height: 25px;
  overflow: hidden;
  margin-right: 65px;
}
.formSInputBg input {
  width: 240px;
  height: 25px;
  background: transparent;
  border: 0;
}
.formTInputBg {
  background: url(../images/register_bg_t.png) no-repeat 0 -25px;
  width: 333px;
  height: 25px;
  overflow: hidden;
}
.formTInputBg input {
  width: 333px;
  height: 25px;
  background: transparent;
  border: 0;
}
.formSub {
  width: 168px;
  height: 35px;
  overflow: hidden;
  border: 0;
  /*margin-top:22px;*/
  margin-right: 65px;
  float: right;
}
.regFormSub {
  background: url(../images/buttons_register.png) no-repeat 0 0;
}
/*===============+ Profile form +=================*/
.openItInnerProfile {
  width: 467px;
  height: 368px;
  margin: auto;
  /**
 * position: absolute;
 *     top: 40%;
 *     left: 40%;
 */
  background: url(../images/register.png) no-repeat 0 -538px;
  overflow: hidden;
}
#forgotPass {
  font-size: 14px;
  color: black;
  display: block;
  margin-top: 30px;
  margin-left: 12px;
  float: left;
}
#profFormSub {
  background: url(../images/buttons_register.png) no-repeat 0 -35px;
  margin-top: 20px;
}
/*===============+ Password recovery +============*/

.openItInnerPassrec {
  width: 467px;
  height: 318px;
  margin: auto;
  /**
 * position: absolute;
 *     top: 40%;
 *     left: 40%;
 */
  background: url(../images/register.png) no-repeat 0 -906px;
  overflow: hidden;
}
#passFormSub {
  background: url(../images/buttons_register.png) no-repeat 0 -70px;
}

.err {
  font-size: 11px;
  font-weight: bold;
  color: red;
  margin: 26px 0 0 10px;
}
.regformwrapper {
  height: 14px;
}
.regform {
  float: right;
  margin: 12px 0 4px 12px;
}
/*.ui-product-spec-list{
    text-align: center;
}*/
.ui-product-spec {
  /*font-size: 11px;
    color:white;
    border-radius: 2px;
    padding: 0 3px;
    margin: 0 3px;*/
  position: absolute;
  top: 0;
  left: 0;
}
.ui-product-top {
  /*background-color: orange;*/
}
.ui-product-new {
  /*background-color: red;*/
}
.ui-product-action {
  /*background-color: green;*/
}

.small_images .container {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.priceProduct .main,
.priceProduct .old {
  text-align: right;
}
.priceProduct .main_discount,
.priceProduct .old_discount {
  text-align: center;
}
.priceProduct .old b,
.priceProduct .old_discount b {
  text-decoration: line-through;
  font-weight: 500;
}
.cartOrderDelete {
  background: url(../images/esc.jpg) no-repeat 0 0;
  width: 21px;
  height: 21px;
  margin: 5px;
}
.reg label {
  margin: 0 0 0 12px;
  font-weight: bold;
}
#just_added_img,
#basket_cnt,
#basket_last,
#basket {
  display: none;
}
.nomarker_list li {
  list-style: none;
}
.modalWindow2 {
  position: absolute;
  color: black;
  padding: 0px;
  overflow: auto;
  z-index: 99999;
  opacity: 0;
}
.bgFader {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
  opacity: 0.8;
}
#presence {
  width: 104px;
  border: 1px solid #ededed;
  background-color: #f4f4f4;
  padding: 2px 2px;
  color: #555;
  font-size: 10px;
  margin-bottom: 10px;
  /*margin-left: 118px;*/
  text-align: center;
}
.descrDiv {
  margin: 0 40px 10px 0;
}
.descr table tr td,
.descr table tr th {
  border: 1px solid #d2d2d2;
  padding: 2px 5px;
}
.descr table thead {
  background-color: #f9f9f9;
  font-weight: bold;
}
.feel_btn_title,
.priceBtn {
  /*position: relative;*/
}
.tooltip {
  position: absolute;
  color: #555;
  background-color: #f1f1f1;
  padding: 5px;
  text-shadow: none;
  border-radius: 5px;

  /*top: 0;
    left: 0;
    z-index: 3;
    display: none;*/
}
.years {
  margin-bottom: 10px;
}
.year {
  margin-right: 10px;
  padding: 2px;
}
.year a {
  color: #b90202;
  font-size: 12px;
  font-weight: bold;
}
.year.selected a {
  background-color: #b90202;
  color: white;
}
.rss {
  background: url(../images/feed.png) no-repeat left center;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin-top: 2px;
}
.ml30 {
  margin-left: 48px !important;
}
.call {
  text-align: center;
}
.h2_page_order {
  color: #484648;
  font-size: 13px;
}
#ext-comp-1004 {
  border: 0;
}

.inner_optional {
  border: 1px solid #ee7a63;
  /*border-top: none;*/
}
.inner_optional .productItem {
  padding: 0 0 10px 0;
}
.inner_optional .productItem:first-child {
  padding: 10px 0 10px 0;
}
.inner_optional .productImg {
  margin-top: 0;
}
.inner_optional .productImg a {
  text-align: center;
}
.inner_optional .productImg a > img {
  width: 60px;
  height: 60px;
}
.inner_optional .productDescr {
  width: 320px;
}
.inner_optional .productDescr > a {
  display: none;
}
#similarproducts_inimg {
  display: none !important;
  visibility: hidden !important;
}
.inner_optional .btn-more {
  margin-left: 220px;
  margin-bottom: 10px;
  display: block;
  height: 23px;
  line-height: 23px;
  width: 100px;
  color: #727171;
  cursor: pointer;
}
.inner_optional .btn-more--show {
  margin-left: 220px;
}
.inner_optional .btn-more--hide {
  margin-left: 240px;
}
.inner_optional .btn-more--show_ico,
.inner_optional .btn-more--hide_ico {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 5px;
}
.inner_optional .btn-more--show_ico {
  background-image: url("/f/provideo_2/images/web_button_small_show_all.png");
}
.inner_optional .btn-more--hide_ico {
  background-image: url("/f/provideo_2/images/web_button_small_close.png");
}
.inner_optional .btn-more--text {
  vertical-align: 2px;
}
.optional {
  padding-left: 50px;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.search-inp {
  border: 1px solid #9d9d9d;
  font-size: 12px;
  color: #494849;
  margin-right: 5px;
  padding: 0 2px;
}

.product-status {
  text-align: center;
}
.product-status--wrapper {
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  margin-top: 5px;

  /*font-size:11px;color:#007bff;vertical-align:middle;text-align:center;
	font-size:11px;color:#2e9306;vertical-align:middle;text-align:center;
	font-size:11px;color:#2e9306;vertical-align:middle;text-align:center;*/
}
.product-status--wrapper__electornic {
  color: #2e9306;
}
.product-status--wrapper__available {
  color: #2e9306;
}
.product-status--wrapper__notavailable {
  color: #007bff;
}
.product-status--wrapper__pending {
  /*color: #727171;*/
  color: red;
}

.product-status--dot {
  margin: 0 3px 2px 0;
}
.product-status--text {
}
.product-status--btn {
}
.btn-availability {
  margin-left: 20px;
  color: #727171;
}
.product-status--btn__icon {
  margin-right: 5px;
  margin-bottom: 3px;
}
.product-status--btn__text {
}
.notification {
	height: 50px; 
	background-color: #fafafa; 
	border: 1px solid #eeeeee;
	background: url(../images/debut_light.png) repeat;
	text-align:center;
}
.notification > p {
	float: left; 
	font-size: 14px; 
	padding: 5px; 
	margin: 0;
}
.category-notification {

}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clearfix:after,
.clear {
  clear: both;
}
.clearfix,
.clear {
  zoom: 1;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.b-products__outofsklad {
  text-align: center;
  color: #f00;
  font-style: italic;
  padding: 6px 8px;
  background: #eee;
  margin: auto;
  width: 90px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.img-center {
  display: block;
  margin: 0 auto;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
}

.upload-btn-wrapper .btn {
  border: 1px solid #f55757;
  color: white;
  background-color: #f55757;
  padding: 3px 10px;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 32px;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 0;
  opacity: 0;
}
.fou_check {
  line-height: 1 !important;
  position: relative;
  padding-left: 26px !important;
}
.fou_check .product-status--btn__icon {
  position: absolute;
  left: 0;
  top: 9px;
}
.select2-results__option,
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 12px !important;
}
.optional-header {
  margin:0 0 2px 0;
}
.optional-header > a {
  color:red;
  font-size:14px; 
  text-transform:uppercase;
  
  border-bottom:1px solid #f1f1f1;
}
.optional-header > a:hover {
  cursor: pointer;
}
.optional-header > a > span {
  width: 16px;
  height: 13px;
  display: inline-block;
  background: url(../images/strela.png) repeat-x 100% 50%;
}

.basket-detailed-info {
  margin-bottom: 20px;
  font-size:13px;
  font-style:italic;
}
.basket-detailed-btn-info {
  font-size:13px;
  width: 450px;
  margin-left: 50px;
  margin-top: 11px;
}
.orderform-error {
  font-size: 11px;
  font-weight: bold;
  color: red; 
}
/* .optional-header > a.btn-more--hide > span {  
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
} */