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

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


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

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


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

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


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

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

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

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


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

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


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

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

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


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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


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

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

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

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#recomends-slider1 .slider-products {}
#recomends-slider1 .slider-products li{}

/* =============================================================================
   Grid 960
   ========================================================================== */


.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	position: relative;
}

.grid_41 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 20px;
}


.date {
	font-size: 11px;
	margin-top: 5px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
    position:relative;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.container_12 .grid_1 {
    width:60px;
}

.container_12 .grid_2 {
    width:140px;
}

.container_12 .grid_3 {
    width:220px;
}

.container_12 .grid_4 {
    width:300px;
}

.container_12 .grid_41 {
    width:290px;
}

.container_12 .grid_121 {
    
}

.container_12 .grid_5 {
    width:380px;
}

.container_12 .grid_6 {
    width:460px;
}

.container_12 .grid_7 {
    width:540px;
}

.container_12 .grid_8 {
    width:620px;
}

.container_12 .grid_9 {
    width:700px;
}

.container_12 .grid_10 {
    width:780px;
}

.container_12 .grid_11 {
    width:860px;
}

.container_12 .grid_12 {
    width:940px;
}

.container_12 .prefix_1 {
    padding-left:80px;
}

.container_12 .prefix_2 {
    padding-left:160px;
}

.container_12 .prefix_3 {
    padding-left:240px;
}

.container_12 .prefix_4 {
    padding-left:320px;
}

.container_12 .prefix_5 {
    padding-left:400px;
}

.container_12 .prefix_6 {
    padding-left:480px;
}

.container_12 .prefix_7 {
    padding-left:560px;
}

.container_12 .prefix_8 {
    padding-left:640px;
}

.container_12 .prefix_9 {
    padding-left:720px;
}

.container_12 .prefix_10 {
    padding-left:800px;
}

.container_12 .prefix_11 {
    padding-left:880px;
}

.container_12 .suffix_1 {
    padding-right:80px;
}

.container_12 .suffix_2 {
    padding-right:160px;
}

.container_12 .suffix_3 {
    padding-right:240px;
}

.container_12 .suffix_4 {
    padding-right:320px;
}

.container_12 .suffix_5 {
    padding-right:400px;
}

.container_12 .suffix_6 {
    padding-right:480px;
}

.container_12 .suffix_7 {
    padding-right:560px;
}

.container_12 .suffix_8 {
    padding-right:640px;
}

.container_12 .suffix_9 {
    padding-right:720px;
}

.container_12 .suffix_10 {
    padding-right:800px;
}

.container_12 .suffix_11 {
    padding-right:880px;
}

.container_12 .push_1 {
    left:80px;
}

.container_12 .push_2 {
    left:160px;
}

.container_12 .push_3 {
    left:240px;
}

.container_12 .push_4 {
    left:320px;
}

.container_12 .push_5 {
    left:400px;
}

.container_12 .push_6 {
    left:480px;
}

.container_12 .push_7 {
    left:560px;
}

.container_12 .push_8 {
    left:640px;
}

.container_12 .push_9 {
    left:720px;
}

.container_12 .push_10 {
    left:800px;
}

.container_12 .push_11 {
    left:880px;
}

.container_12 .pull_1 {
    left:-80px;
}

.container_12 .pull_2 {
    left:-160px;
}

.container_12 .pull_3 {
    left:-240px;
}

.container_12 .pull_4 {
    left:-320px;
}

.container_12 .pull_5 {
    left:-400px;
}

.container_12 .pull_6 {
    left:-480px;
}

.container_12 .pull_7 {
    left:-560px;
}

.container_12 .pull_8 {
    left:-640px;
}

.container_12 .pull_9 {
    left:-720px;
}

.container_12 .pull_10 {
    left:-800px;
}

.container_12 .pull_11 {
    left:-880px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


/* =============================================================================
   Motovelo style
   ========================================================================== */

body {
    min-width: 960px;
    background:#f1f1f1;
    font-family: Arial, "MS Trebuchet", sans-serif;
    color: #7c7c7c;
    font-size:12px;
}

a {
    color: #00b4ff;
    text-decoration:underline;
}

a:hover {
    color: #00b4ff;
    text-decoration:none;
}

p {
    margin: 15px 0;
}

/* header */

.logo {
	vertical-align: top;
	border: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.top-nav {
    text-align:right;
    color: #7c7c7c;
    margin-top:30px;
}

.top-nav a {
    color: #7c7c7c;
}

.top-nav a:hover {
    color: #7c7c7c;
}

.top-nav i {
    font-style:normal;
    margin:0 3px;
}

.search-box {
    display: inline-block;
    *display: inline;
    zoom:1;
    margin:25px 0 0 15px;
    vertical-align:top;
    background: url(../images/search-repiat.gif) top repeat-x;
}

.w-search {
    background: url(../images/search-left.gif) top left no-repeat;
}

.r-search {
    background: url(../images/search-right.gif) top right no-repeat;
    height:28px;
}

.search-box * {
    padding: 0;
    margin: 0;
    font-size:0;    
}

.search-btn {
    width:23px;
    height: 24px;
    background: url(../images/btn-search.png) no-repeat;
    cursor: pointer;
    border:none;
    vertical-align: top;
    margin:2px 2px 0 0;
}

.search-in {
    font-size:12px;
    color:#aeadad;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    border:none;
    margin:6px 10px 0 13px;
    vertical-align:top;
    width:90px;
}

.search-in:focus {
    outline:none;
}

.r-header {
text-align:right;    
}

.top-nav {
    display: inline-block;

}

/* footer */

footer {
    background:url(../images/footer-bg-repiat.jpg) repeat;
    padding: 0 0 30px 0;
}

footer .shadow {
    background:url(../images/footer-shadow-repiat.gif) top repeat-x;
}

footer .list-item {
    margin-top:33px;

}

footer .list-item h3 {
    font-size:22px;
    line-height:18px;
    font-weight:700;
    margin: 0 0 15px 0;
    color: #c0c0c0;
}

footer .list-item h3 a {
    color: #c0c0c0;
    text-decoration:none;
}

footer .list-item h3 a:hover {
    color: #ffffff;
}

footer .list-item dl {
    margin: 0 0 40px 0;
}

footer .list-item dt{
    margin: 20px 0 2px 0;
    font-size:12px;
    font-weight:700;
}

footer .list-item dt a{
    color: #c0c0c0;
    text-decoration:none;
}

footer .list-item dt a:hover{
    color: #ffffff;
    text-decoration:none;
}

footer .list-item dd{
    margin: 0;
    font-size:12px;
}

footer .list-item dd a{
    color: #767676;
    text-decoration:none;
}

footer .list-item dd a:hover{
    color: #ffffff;
}

footer .headign {
    display: block;
    text-align:center;
    color: #ffffff;
    font-weight:700;
    font-size:16px;
    margin: 0 0 20px 0;

}

.f-phone {
    width: 290px;
    height:193px;
    margin-bottom:25px;
    background: url(../images/f-phone-bg.jpg) 0 0 no-repeat;
    overflow: hidden;
    text-align: center;
}

.f-phone dl {
    margin: 30px 0 0 0;
    display: inline-block;
    *display:inline;
    zoom:1;
}

.f-phone dd {
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
    font-size:24px;
    color: #ffffff;
    font-weight:bold;
}

.f-phone dd small {
    font-size:60%;

}

.f-phone dd.velcom {
	height:30px;
    background:url(../images/skype-logo.png) left center no-repeat;
}

.f-phone dd.mts {
	height:30px;
    background:url(../images/email.png) 12px center no-repeat;
	padding-left:-20px;
}

.f-phone dd.mts a{
	text-decoration:none;
	color:#ffffff;
}

.f-phone dd.telephone {
    background:url(../images/telephone.gif) left center no-repeat;
}

.twitter-list {
    font-size:12px;
    color: #c1c1c1;
    width:279px;
    height:218px;
    background: url(../images/twitter-bg.jpg) no-repeat;
}

.twitter-list .wrap-twitter {
    padding: 75px 40px 0 40px;

}

.twitter-list .twitter-author {
    color: #11b9ff;
}

.twitter-list .twitter-author a {
    color: #11b9ff;
    text-decoration:none;
}

.twitter-list .twitter-author a:hover {
    color: #11b9ff;
    text-decoration:underline;
}

.twitter-list .twitter-date {
    font-size:11px;
    display: block;
    color: #807f7f;
}

.twitter-list .twitter-date a {
    color: #807f7f;
    text-decoration:none;
}

.twitter-list .twitter-date a:hover {
    color: #807f7f;
    text-decoration:underline;
}

.social-links {
    clear: both;
    margin: 0 0 50px 0;
    text-align:center;

}

.vk-feed,
.facebook-feed,
.twitter-feed,
.google-plus-feed,
.rss-feed { 
    display:inline-block;
    *display: inline;
    zoom:1;
    vertical-align:top;
    width:24px;
    height:24px;
    margin:0 3px;
    position: relative;
    text-indent: -9999px;
}

.vk-feed span,
.facebook-feed span,
.twitter-feed span,
.google-plus-feed span,
.rss-feed span {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    opacity:0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.vk-feed:hover span,
.facebook-feed:hover span,
.twitter-feed:hover span,
.google-plus-feed:hover span,
.rss-feed:hover span {
    opacity: 1;
}

.vk-feed { 
    background:url(../images/social-sprite.jpg) 0 0 no-repeat;
}

.vk-feed span {
    background:url(../images/social-sprite.jpg) 0 -24px no-repeat;
}

.facebook-feed { 
    background:url(../images/social-sprite.jpg) -29px 0 no-repeat;
}

.facebook-feed span {
    background:url(../images/social-sprite.jpg) -29px -24px no-repeat;
}

.twitter-feed {
    background:url(../images/social-sprite.jpg) -59px 0 no-repeat;
}

.twitter-feed span {
    background:url(../images/social-sprite.jpg) -59px -24px no-repeat;
}

.google-plus-feed {
    background:url(../images/social-sprite.jpg) -88px 0 no-repeat;
}

.google-plus-feed span {
    background:url(../images/social-sprite.jpg) -88px -24px no-repeat;
}

.rss-feed {
    background:url(../images/social-sprite.jpg) -116px 0 no-repeat;
}

.rss-feed span {
    background:url(../images/social-sprite.jpg) -116px -24px no-repeat;
}

.footer-separator {
    clear: both;
    overflow: hidden;
    height:1px;
    font-size:0;
    line-height:0;
    background: url(../images/separator-footer.gif) repeat-x;
    margin:40px 0;
}

.f-copy {
    color: #767676;
    font-size:11px;
}

.f-copy img {
    float: left;
}

.f-copy p {
    display: inline-block;
    margin:10px 0 0 15px;

}

.xpgraph {
    font-size:11px;
    color: #767676;
    text-align:right;
}

.xpgraph p {
    margin:10px 0 0 0;
}

.xpgraph a {
    color: #767676;
}

.nav {
    margin-bottom: 20px;
}

.nav-menu {
    padding: 0;
    margin: 0;
    font-size:0;
    list-style:none;
    display: table;
    width: 100%;
    border:1px solid #404040;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.nav-menu li{
    font-size:12px;
    display: table-cell;
    border-left:1px solid #3b3b3b;
    border-right:1px solid #585858;
	width:150px;
    
}


.nav-menu li:first-child, .nav-menu li.first-child {
    border-left:none;

}

* html .nav-menu li {
z-index: expression(
runtimeStyle.zIndex = 1,
this == parentNode.firstChild ? (className += " first-child") : 0 )
}


nav { z-index: 100;}


.nav-menu > li > a {
    color:#ffffff;
    font-size:12px;
    display: block;
    height: 33px;
    line-height:33px;
    text-align:center;
    background: url(../images/menu-repiat.gif) top repeat-x;
    text-decoration:none;
    text-shadow:0 1px 0 #000;
    position: relative;
}

.nav-menu > li > a:hover,.nav-menu > li.hover > a {
    background:#444 url(../images/menu-o-repiat.gif) bottom repeat-x;
}


.nav-menu > li.sub.hover > a i {
    display: block;
    width: 100%;
    height:8px;
    background: url(../images/m-point.png) center center no-repeat;
    position: absolute;
    bottom:-2px;
    z-index: 10;
}


/*.m-point {
    height: 8px;
    position: absolute;
    width: 100%;
    display: block;
    background: url(../images/m-point.png) center top no-repeat;
    margin-top: -5px;
    display: none;
}*/

.sub-menu {    
    display: none;
    position: absolute;
    top:34px;
    border-top:1px solid #fff;    
    
    
}


.border-top {
    border:3px solid #ff5600;
    background:rgba(255,255,255,0.97);
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    padding: 10px 15px;
    overflow: hidden;
}

.p-right {
    right:0;
}

.sub-menu dl {
    float: left;
    padding: 0;
    margin: 0 15px 0 0;
    display: block;
    width: 135px;
}

.sub-menu dl dt{
    padding: 0;
    margin: 0;
    font-size:12px;
    font-weight:700;
    color: #121212;
}

.sub-menu dl dt a {
    color: #121212;
    text-decoration:none;
}

.sub-menu dl dt a:hover {
    color: #ff5600;
}

.sub-menu dl dd{
    padding: 0;
    margin: 0;
    color: #767676;
    font-size:12px;
}

.sub-menu dl dd a {
    color: #767676;
    text-decoration:none;
}

.sub-menu dl dd a:hover {
    color: #ff5600;
}

.d-none {
    display: none;
}


/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:50%;
    margin-top:-31px;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:30px;
    display: block;
    text-indent:-9999px;
    width:62px;
    height: 62px;
    background: url(../images/sprite-btn.png) 0 0;
}

.nivo-prevNav:hover {
    background: url(../images/sprite-btn.png) 0 -62px;
}

.nivo-nextNav {
    display: block;
    right:30px;
    text-indent:-9999px;
    width:62px;
    height: 62px;
    background: url(../images/sprite-btn.png) -62px 0;
}

.nivo-nextNav:hover {
    background: url(../images/sprite-btn.png) -62px -62px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}


.carousel-logo {
    height:100px;
    position: relative;
}

.carousel-logo ul {
    display: block;

}


.carousel-logo ul li{
    float: left;
    width:100px;
    height: 100px;

}


.sliderkit-nav-prev { background:#000; left:0; top:0; position: absolute;}
.sliderkit-nav-next { background:#000; left:200px; top:0; position: absolute;} 
.sliderkit-nav { position: relative; width:900px;}


.heading {
    color:#121212;
    font-size:24px;
    font-weight:700;
    display: block;
    margin: 0 0 15px 0;
}


.slider-products {
    padding: 0;
    margin: 0;
    list-style:none;
    width:100%;
}

.slider-products li {
    width:100%;

}

.s-product {  
    border:1px solid #dfdfdf;
    background:#fff url(../images/s-product-shadow.gif) top repeat-x;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:15px;
    padding:10px;
    display: block;
    position: relative;
}

.h-block-255 {
    height: 269px;
}

.h-block-165 {
    min-height: 165px;
}

.action {
    position: absolute;
    top:-1px;
    right:33px;
    z-index: 2;

}

.s-product a {
    color: #00b4ff;
}

.product-img {
    margin: 0 0 5px 0;
}

.product-img img{
    vertical-align:top;

}

.b-rating {
    background: url(../images/ico-comment.png) 0 1px no-repeat;
    padding-left: 20px;
    font-size:11px;
    margin: 5px 0;
    display: inline-block;
    *display: inline;
    zoom:1;
}

.rating {
    font-size:0;
    margin-left: 5px;
}

.rating img {
    vertical-align: top;
    margin: 2px 1px 0 0;
}

.product-price {
    color: #ff5f19;
    font-size:15px;
    font-weight:700;
    text-align:right;

}


.b-category{
    background: url(../images/ico-category.png) 0 1px no-repeat;
    padding-left: 20px;
    font-size:11px;
    color: #a3a3a3;
}

.product-info {
    overflow: hidden;
    margin: 0 0 5px 0;
}

.product-info .info-left {
	float: left;
	width:68%;
	
}

.product-info .product-price {
    float: right;
    width:32%;

}

.b-category-name {
    display: block;
    color: #121212;
}

.b-category-name  a{
    font-size:12px;
	color:#121212;
	text-decoration:none;
}

.b-category-name  a:hover{
	text-decoration:underline;
}

.b-product-item {
    display: block;
    color: #121212;
	font-size:13px;
}

.wrap-slide {
    position: relative;
    margin-bottom:40px;
}

.wrap-slide .s-product {
    cursor: pointer;
}

.wrap-slide .s-product:hover{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #8b8b8b;
    box-shadow:0 0 15px rgba(203,200,198,0.3) inset;
}

.n-prev {
    position: absolute;
    z-index: 10;
    top:117px;
    left:-18px;
    width:38px;
    height:38px;
    background:url(../images/sprite-btn.png) -38px -192px;
    text-indent:-9999px;
}

.n-prev:hover {
    background:url(../images/sprite-btn.png) 0 -192px;
}

.n-next {
    position: absolute;
    z-index: 10;
    top:117px;
    right:-18px;
    width:38px;
    height:38px;
    background:url(../images/sprite-btn.png) -38px -154px;
    text-indent:-9999px;
}

.n-next:hover {
    background:url(../images/sprite-btn.png) 0 -154px;
}

.n-item-line {
    clear: both;
    margin: 0 0 20px 0;
    
}

.n-item-line .b-date {
    float: left;
}

.n-item-line  .info-news {
    overflow: hidden;
}

.n-item-line  .info-news a {
    color: #767676;
	 text-decoration:none;
}


.n-item-line  .info-news .b-news {
    color: #767676;
    text-decoration:none;
}

.n-item-line  .info-news .b-news:hover {
    color: #121212;
    text-decoration:none;
}

.n-item-line  .info-news .b-text {
    display: block;
    margin: 0 0 5px 0;
}

.n-item-line .b-date {
    font-style:italic;
    font-size:11px;
    text-align:center;
    display: block;
    width:50px;
    height:39px;
    padding: 12px 15px 0 0;
    margin: -5px 15px 0 0;
    background:url(../images/date-bg.gif) no-repeat;
}

.n-item-line .b-date a {
    color: #767676;
    text-decoration:none;
}

.n-item-line  .b-date a:hover {
    color: #121212;
    text-decoration:none;
}

.all-news {
    float: right;
    margin: 10px 0 0 5px;
}

.w-slider-item {
    position: relative;
}

.slider-item {
    padding: 0;
    margin: 0;
    list-style:none;
}

.slider-item li {
    width:620px;
}

.nav-slide {
    display: block;
    text-align:right;
    font-size:0;
    margin: 7px 0 0 0;
}

.nav-slide a {
    display: inline-block;
    *display: inline;
    zoom:1;
    overflow: hidden;
    text-indent:99999px;
    width:13px;
    height:12px;
    margin: 0 0 0 5px;
    background:url(../images/bullet-normal.png)
}

.nav-slide a:hover,.nav-slide a.active {
    background:url(../images/bullet-active.png)
}

a.item-in {
    display: block;
    float: left;
    width:147px;
    height:252px;
    text-decoration:none;
    font-size:12px;
    border:1px solid #fff;
    padding:0;
    color: #212121;
}

.item-in:hover {
    width:147px;
    border:1px solid #f1f1f1;
}

.item-in span,.item-in strong,.item-in del {
    display: block;
}

.i-info-item {
    padding: 0 10px 10px 10px;
    height:150px;
    overflow: hidden;
}

.item-in:hover .i-info-item {
    background:#f6f6f6;

}

.i-description {
    font-size:11px;
    color: #767676;
    margin-top: 5px;
}

.i-price {
    font-weight:700;
    color: #ff5f19;
}

.i-old-price {
    font-weight:700;
    color: #a3a3a3;
}

.item-img {
    text-align:center;
    margin: 0 0 13px 0;
}

.item-img img {
    vertical-align: top;

}

.social {
    position: fixed;
    z-index: 10000;
    top:50%;
    left:0;
    margin-top:-20px;
    width: 35px;
    height: 41px;
    cursor: pointer;
    background:url(../images/social-plus.png) no-repeat;  
	display:none;
}

.header-slider {
    margin-bottom:15px;
}

.wrap-slider-company {
    margin-bottom:40px;
    position:relative;    
}

.wrap-slider-company .prev {
    position: absolute;
    left:0;
    top:25px;
    width: 16px;
    height: 30px;
    background:url(../images/sprite-btn.png) -48px -124px;
    text-indent:-99999px;
}

.wrap-slider-company .prev:hover {
    background:url(../images/sprite-btn.png) -32px -124px;   
}

.wrap-slider-company .next {
    position: absolute;
    right:0;
    top:25px;
    width: 16px;
    height: 30px;
    background:url(../images/sprite-btn.png) -16px -124px;
    text-indent:-99999px;
}

.wrap-slider-company .next:hover {
    background:url(../images/sprite-btn.png) 0 -124px;
}

.slider-company {
    width:909px;
    padding: 0;
    margin: 0 0 0 15px;
    list-style:none;
}

.slider-company li {
    float: left;
    width: 130px;
    height:70px;
    line-height:70px;
    text-align:center;
}

.slider-company li img {
    vertical-align: middle;
}

.indent-item {
    margin-bottom:40px;
}

.bread_crumbs {
    color: #121212;
    font-size: 18px;
    font-weight:700;
    overflow: hidden;
    margin-bottom:15px;
} 

.bread_crumbs i {
    font-style:normal;
    margin: 0 5px;
}

.bread_crumbs a {
    color: #121212;
    text-decoration:underline;
}

.bread_crumbs a:hover {
    color: #7c7c7c;
    text-decoration:none;
}


.b-column-two {
    margin: 0 10px;
    clear: both;
}

.b-column-left {
    float: left;
    width: 180px;
    border-top:1px solid #d1d1d1;
}

.b-column-right {
    float: right;
    width: 740px;
    border-top:1px solid #d1d1d1;
}

.w-column {
    border-top:1px solid #fff;
}


.list-check {
    padding: 0;
    margin: 10px 0 20px 0;
    font-size:0;
    list-style:none;
}

.list-check li {
    font-size:15px;
    color: #767676;
    margin: 0 0 8px 0;
}

.list-check li.check-box {
    color: #121212;
}

.list-check li label {
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.list-check li:hover {
    color: #121212;
}

.niceCheck {
    width: 14px;
    height: 14px;
    vertical-align: top;
    cursor: pointer;
    float: left;
    margin-right:7px;
    background: url(../images/check-bg.gif);    
    overflow: hidden;
}
.niceChecked {
    background-position: 0 -14px;
}
.niceCheck input {
    margin-left: -100px; 
}

.heading-18 {
    color: #121212;
    font-size:18px;

}

.heading-15 {
    color: #121212;
    font-size:15px;

}

.clear-filter {
    margin-left:5px;
    color: #ff5600;
    text-decoration:underline;
    cursor: pointer;
}

.clear-filter:hover {
    color: #ff5600;
    text-decoration:none;
}

.head-column {
    clear:both;
    padding: 8px 0;
}

.head-column .h-left {
    float: left;
}

.head-column .h-right {
    float: right;
}

.h-view .c-black {
    margin: 0 0 0 5px;
}

.c-black {
    color: #121212;
}

.h-sort {
    display: inline;
    margin: 0 0 0 20px;
}

.btn-sort {
    margin: 0 0 0 10px;
    display: inline-block;
    *display: inline;
    zoom:1;
    text-decoration:underline;
    color: #00b4ff;
    cursor: pointer;
    padding: 0 10px 0 5px;
    background: url(../images/arroy-normal.gif) right no-repeat;
}
.btn-sort.desc {background: url(../images/arroy-normal-desc.gif) right no-repeat;}

.btn-sort:hover {
    text-decoration: none;
}

.btn-sort i {
    font-style:normal;
}

.btn-sort.active {
    color: #ffffff;
    height: 18px;
    padding: 0 5px;
    line-height:18px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#00b4ff;    
}


.btn-sort.active i {
    background: url(../images/arroy-b.gif) right no-repeat;
    padding-right: 10px;
}

.btn-sort.active.desc  i{background: url(../images/arroy-b-desc.gif) right no-repeat;}


.item-product {
    width:220px;
    padding: 10px 0 10px 0;
    border:1px solid #fff;
    cursor: pointer;
    text-align:center;
    font-size:15px;
    position: relative;
    background:#fff;
}

.b-block-230 {
    height:230px;
}

.b-block-195 {
    height:195px;
}

.item-product .action {
    right:10px;
}

.item-product:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #8b8b8b;
    background:#fff url(../images/s-product-shadow.gif) top repeat-x;
    box-shadow:0 0 15px rgba(203,200,198,0.3) inset;
    }

.list-product {
    font-size:0;
    list-style:none;
    padding: 0;
    margin: 0;
}

.list-product li {
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    width:220px;
    margin:0 10px 20px 10px;
}

.bg-white {
    border:1px solid #dfdfdf;
    background:#fff url(../images/s-product-shadow.gif) top repeat-x;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    position: relative;
    margin: 0 0 20px 0;
}

.bg-white .list-product {
    margin-left:-2px;
}

.item-product .product-price {
    display: block;
    text-align:center;
}

.item-product del {
    color: #a3a3a3;
}

.item-product .b-product-item {
    margin: 0 15px;
}

.b-pages {
    clear: both;
    overflow: hidden;
}

.b-pages ul {
    font-size:0;
    padding: 0;
    margin: 0;
    list-style:none;
    float: right;
}

.b-pages ul li {
    float: left;
    font-size:15px;
    margin: 0 2px;
}

.b-pages ul li.prev a{
    padding: 0px;
    display: block;
    width:20px;
    height: 19px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:url(../images/p-prev.png) center center no-repeat;   
}

.b-pages ul li.prev a:hover{
    background:#fff url(../images/p-prev.png) center center no-repeat;
    border:1px solid #c8c8c8;
    height: 19px;
    width:20px;
    padding: 0;
}

.b-pages ul li.next a{
    padding: 0px;
    display: block;
    width:20px;
    height: 19px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:url(../images/p-next.png) center center no-repeat;
}

.b-pages ul li.next a:hover{
    background:#fff url(../images/p-next.png) center center no-repeat;
    border:1px solid #c8c8c8;
    height: 19px;
    width:20px;
    padding: 0;
}

.b-pages ul li a {
    display: block;
    height: 19px;
    line-height:19px;
    padding: 0 6px;
    border:1px solid #f1f1f1;
    color: #868686;
    text-decoration:none;

}

.b-pages ul li.active a,.b-pages ul li.active a:hover, .b-pages ul li.active span {
    text-decoration:none;
    color: #fff;
    background:#202020;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 19px;
    line-height:19px;
    padding: 0 6px;
    margin-top:1px;
    border:none;

}

.b-pages ul li a:hover {
    background:#fff;
    border:1px solid #c8c8c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 19px;
    padding: 0 6px;
    line-height:19px;
}

.b-pad {
    font-size:0;
    line-height:0;
    clear: both;
    height: 0;
    margin: 0 0 90px 0;
}

.b-filter {
    clear: both;
    overflow: hidden;
    padding: 5px 0 15px 0;
}

.item-product .b-product-item a {
    text-decoration:none;
    color: #121212;
}


/* select */

.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    background: url(../images/select-bg.gif) no-repeat;
}
.cusel { 
    height: 19px;
    background-position: left top;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
}
.cuselFrameRight { 
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 16px;
    background-position: right top;
}

.cuselText { 
    height: 14px;
    padding: 3px 0 0 7px; 
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; 
    position: absolute;
    top: 0;
    left: 0;
    color:#000;
}

.cusel span { 
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 16px 0 5px; 
    zoom: 1;
    background:#fff;
}
.cusel span:hover,
.cusel .cuselOptHover { 
    color: #000;
}
.cusel .cuselActive { }

.cuselOpen {
    z-index: 9;
}

.classDisCusel,
.classDisCusel .cuselFrameRight {
    cursor: default;
    color: #000;
}
.classDisCusel .cuselText {
    cursor: default;
}

.cusel .cusel-scroll-wrap { 
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 18px;
    background: #fff; 
    min-width: 100%;
    width: auto;
}
.cusel .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    border: 1px solid #e1e1e1; 
}

.cusel .jScrollPaneTrack { 
    height: 100%;
    width: 7px !important;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 4px;
}
.cusel .jScrollPaneDrag { 
    position: absolute;
    background-position: -40px -26px;
    cursor: pointer;
    width: 15px !important;
    height: 27px !important;
    right: -4px;
    
}

.cusel .jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.cusel .jScrollArrowUp { 
    position: absolute;
    top: 0;
    right: 2px;
    width: 26px;
    height: 12px;
    cursor: pointer;
    background-position: -2px -26px;
    overflow: hidden;
}
.cusel .jScrollArrowDown { 
    width: 25px;
    height: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 3px;
    cursor: pointer;
    background-position: -21px -26px;
    overflow: hidden;
}

:focus {
    outline:0;
}

#cuselFrame-drop-down-select {
    margin: -5px 0 -5px 0;
}

/* artur */
.slider-company {position: relative;height: 70px;overflow: hidden;}
.slider-company li{position: absolute;}
#recomends-slider .slider-products{position: relative;height: 292px;overflow: hidden;}
#recomends-slider .slider-products li{position: absolute;}
#offers-slider .slider-item {position: relative;height: 277px;overflow: hidden;}
#offers-slider .slider-item li {position: absolute;}


.b-gallery-category .s-product {
    text-align:center;
    margin: 0 0 20px 0;
}

.b-gallery-category a {
    text-decoration:none;
}

.b-gallery-category a:hover {
    text-decoration:none;
}

.b-gallery-category .s-product:hover{
    border:1px solid #8b8b8b;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0 0 15px rgba(203,200,198,0.3) inset;
}

.b-gallery-category .img-product {
    width:200px;
    display: block;
    height: 123px;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.b-gallery-category .img-product img {
    vertical-align: top;
}

.b-gallery-category .s-product strong {
    color: #ff5600;
    font-size:18px;
    font-weight:700;
    padding: 0;
    margin: 0;
}

.separator {
    clear: both;
    overflow: hidden;
    font-size:0;
    height:0;
    border-bottom:1px solid #ffffff;
    border-top:1px solid #d1d1d1;
    margin: 15px 0;
    padding: 0;
}

.b-gallery-category .separator {
    margin-left:10px;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    width:940px;
}

.ul-list ul {
    padding: 0;
    margin: 20px 0;
    list-style:none;
}

.ul-list ul li {
    padding-left: 30px;
    margin: 10px 0px;
    background:url(../images/bullet.gif) 10px 5px no-repeat;
}

.main {
    padding-bottom:10px;
}


.item-product.style {
    border:1px solid #dfdfdf;
    background:#fff url(../images/s-product-shadow.gif) top repeat-x;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:15px;
    padding:10px;
    display: block;
    position: relative;
    width:auto;    
}

.item-product.style:hover {
    border:1px solid #8b8b8b;
}

.sidebar .item-product {
    margin-bottom: 20px;
}

.heading-15 {
    font-size:15px;
    color: #121212;
    font-weight:700;
    display: block;
    margin: 0 0 15px 0;
}

.p-column-left {
    float: left;
    width: 290px;
}

.p-column-right {
    float: right;
    padding: 10px 0px 0px 0px;
    width: 370px;
    font-size:12px;
}

.p-column-right p {
    margin: 0 0 20px 0;
    line-height:18px;
}

.p-column-right .heading-15 {
    margin: 0 0 10px 0px;
}

.b-product .action {
    left:240px;
}

.b-product-img {
    text-align: center;
    margin: 0 0 20px 0;
}

.b-product-img img {
    vertical-align: top;
}

.b-product-gallery {
    clear: both;
    overflow: hidden;
    margin: 0 0 25px 0;
}

.g-list {
    padding: 0;
    margin: 0;
    font-size:0;
    list-style:none;
}

.g-list li {
    text-align: center;
    float: left;
    width: 86px;
    height: 54px;
    background:#fff;
    border:1px solid #e5e5e5;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
}

.g-list li.first {
    margin-left: 0px;
}

.g-list li:hover, .g-list li.active {
    border:1px solid #ff5600;  
}

.g-list li img {
    vertical-align: top;
    margin: 1px;
    padding: 0;
    border: none;
}
.b-product-img a img {border: none;}

.plans {
    width:100%;
    border:0;
    border-collapse: collapse;
    border-top:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
}

.plans thead td {
    background:#f1f1f1;
    color: #121212;

}

.plans td {
    padding: 5px 7px;
    border-left:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    color: #767676;
    font-size:11px;
}

.b-fun {
    clear: both;
    margin: 35px 0 0 0;
    text-align:center;
}

.b-fun p {
    text-align: center;
    color: #121212;
    font-size: 11px;
    margin: 0 0 10px 0;
}

.technical_characteristics {
    width:100%;
    border:0;
    border-collapse: collapse;
    border-left:1px solid #e1e1e1;
    border-top:1px solid #e1e1e1;
}

.technical_characteristics td {
    border-right:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    vertical-align: top;
    font-size:12px;
    padding: 7px;
}

.technical_characteristics td.grey-td {
    background:#f1f1f1;
    color: #121212;
    width: 56px;
    border-right:none;
}

.b-info-product {

}

.b-info-product .rating {
    margin: 0 10px 0 0;
}

.b-price {
    padding: 15px 0 0 0;
    font-size:18px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.b-price img {
	border:none;
}

.b-price .logo-company {
    float: right;
    margin: -15px 30px 0 0;
}

.old-cost {
    color: #a3a3a3;
    display: block;
}

.cost {
    color: #ff5f19;
    display: block;
}

.b-info-product h1 {
    color: #121212;
    font-size:18px;
    font-weight:700;
    line-height:normal;
    margin: 0;
    padding: 0;
}
.b-model {
    display: block;
    margin: 0 0 2px 0;
}

.b-rate-review {
    margin: 0 0 10px 0;
}

.b-product {
    margin: 0 0 20px 0;
}

.b-chit {
    overflow: hidden;
    font-size:12px;
}

.b-chit .b-rate {
    float: left;
    width: 80px;
}

.b-right-chit {
    overflow: hidden;
}

.o-chit {
    position: relative;
    border:1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#f7f7f7;
    padding: 10px 10px 0 10px;
    font-style: italic;
    margin: 0 0 10px 0;
}

.o-chit .b-point {
    display: block;
    position: absolute;
    z-index: 10;
    bottom:-8px;
    width: 14px;
    height: 8px;
    background:url(../images/point.gif) no-repeat;
}

.block-text {
    margin: 0 0 25px 0;
}

.o-chit p {
    margin: 0 0 10px 0;
}

.author {
    color: #121212;
    font-size:12px;
    font-weight:700;
}

a.btn-grey {
    display: inline-block;
    *display: inline;
    zoom:1;
    color:#ffffff;
    border:1px solid #404040;
    height:28px;
    line-height: 28px;
    padding: 0 12px;
    box-shadow:0 1px 0 #6f6f6f inset;
    background: #545454;
    background: -moz-linear-gradient(top,  #545454 0%, #424141 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#424141));
    background: -webkit-linear-gradient(top,  #545454 0%,#424141 100%);
    background: -o-linear-gradient(top,  #545454 0%,#424141 100%);
    background: -ms-linear-gradient(top,  #545454 0%,#424141 100%);
    background: linear-gradient(top,  #545454 0%,#424141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#424141',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
}

a.btn-grey:hover {
    background:#424141;
    text-decoration:none;
}

.t-center {
    text-align:center;
}

.list-nav {
    padding: 0;
    margin: 0;
    font-size:0;
    list-style:none;
}

.list-nav li {
    font-size:12px;
    color: #767676;
}

.list-nav li a {
    color: #767676;
    text-decoration:none;
}

.list-nav li a:hover {
    color: #fff;
    text-decoration:none;
}

.column-style .headign{
    text-align:left;
    margin: 0 0 10px 0;
}

.b-white {
    background:#ffffff;
    border:1px solid #dfdfdf;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.b-white  img {
margin:10px;
}

.cloud-tag {
    color: #767676;
}

.cloud-tag a {
    color: #767676;
}

.size-12 {
    font-size:12px;
}

.size-15 {
    font-size:15px;
}

.size-18 {
    font-size:18px;
}

.size-22 {
    font-size:22px;
}

.b-news {
    clear: both;
    margin: 10px 10px 10px 0;
	text-decoration:none;
}


.b-news .n-date {
    display: block;
    float: left;
    width:51px;
    padding:13px 14px 0 0;
    height:38px;
    background:url(../images/bg-date.gif) no-repeat;
    font-size:11px;
    color: #767676;
    text-align:center;
    margin: 0 5px 0 0;
}

.b-news .n-date a {
    color: #767676;
    text-decoration:none;
}

.b-news .n-date a:hover {
    color: #767676;
    text-decoration:underline;
}

.b-news .n-info {
    padding: 15px 0 0 0;
    overflow: hidden;
	
}


.b-white .backlink{
    position:absolute;
	top:55px;
	left:81px;

}

.b-white .backlink a{
    color:grey;}

.b-news .n-info h2 {
    color: #121212;
    font-size:18px;
    font-weight:700;
    margin: 0 0 15px 0;
}

.b-news .n-info h2 a{
    color: #121212;
    font-size:18px;
    font-weight:700;
    margin: 0 0 15px 0;
	text-decoration:none;
}

.b-news .n-info h2 a:hover{
    color: #121212;
	text-decoration:underline;
}

.tag-line {
    margin: 2px 0 0 0;
    display: block;
    clear: both;
    font-size:11px;
}

.tag-line a{
    color: #9a9a9a;
}

.link {
    padding: 0 10px 0 0;
    background: url(../images/arrow.png) right 5px no-repeat;
}

.briefly {
    line-height:18px;
}

.briefly  img {
    margin: 7px;
}

.x-info {
    margin: 10px 0 0 0;
    clear: both;
    display: block;
}

.s-item .heading-15{
    margin: 0 0 10px 0;
}

.s-item {
    margin: 0 0 30px 0;
	color: #767676;
}

.s-item a{
    color: #767676;
}

.n-full {
    padding: 0 15px 10px 15px;
}

.n-full p {
    line-height:18px;
    margin: 0;
}

.n-full img {
    margin: 7px;
}

.pad-40 {
    padding-bottom: 40px;
}

.f-form {
    clear: both;
    overflow: hidden;
    border:1px solid #f0f0f0;
    background:#f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 10px 20px;
}

.f-list {
    padding: 0 0 0 120px;
    margin: 0;
    list-style:none;
    font-size:0;
}

.f-list * {
    padding: 0;
    margin: 0;
}

.f-list li {
    color: #767676;
    font-size:15px;
    overflow: hidden;
    margin: 10px 0;

}

.f-list li label {
    cursor: pointer;
    display: block;
    margin: 7px 0 0 0;
}

.f-list .fb-left {
    width:70px;
    padding: 0 10px 0 0;
    float: left;
}

.x-in {
    padding: 6px 10px;
    background:#fff;
    border:1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.x-txt {
    padding: 6px 10px;
    background:#fff;
    border:1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize:none;
    overflow-y: auto;
    height: 100px;
}

.w-280 {
    width:280px;
}



/* nav */

.nav-pills {
text-align:left;
  *zoom: 1;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style:none;
  vertical-align:middle;
}

.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
}

.nav-pills:after {
  clear: both;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-pills > li > a {
  font-size:18px;
  text-decoration:none;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #303030; 
  border:1px solid #a6a6a6;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown {
  position: relative;  
  color: #dfdfdf;
}

.nav .dropdown > a{
  color: #303030;
  border:1px solid #dfdfdf;
  display: block;
  background:#f1f1f1;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;

}

.nav .dropdown > a:hover{
    border:1px solid #a6a6a6;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}


.dropdown-toggle {
  *margin-bottom: -3px;
  width:100px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
    display: inline-block;
    *display: inline;
    *zoom:1;
    background:url(../images/caret.gif) no-repeat;
    width:13px;
    height:7px;
}

.dropdown .caret {
  margin-top: 6px;
  margin-left: 2px;
  float: right;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 5px;
  *border-bottom-width: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
  text-decoration:none;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

.open {
  *z-index: 1000;
}

.open .dropdown-menu {
  display: block;
}


/* end nav */

.b-sity {
    text-align:center;
}

.view-sity {
    font-size:18px;
    color: #7c7c7c;
    margin-right: 15px;
}

.separator-line {
    clear: both;
    display: block;
    width:100%;
    height:1px;
    font-size:0;
    margin: 25px 0;
    padding: 0;
    background:#dfdfdf;
}

h3 {
    font-size:24px;
    font-size:700;
    color: #ff5600;
    margin: 25px 0;
    padding: 0;
}

.b-address {
    padding: 0 15px;
}

.item-address {
    margin: 0 0 60px 0;
    overflow: hidden;
}

.slider-address {
    float: left;
    width:610px;
    margin: 0 30px 0 0;
}

.i-address {
    overflow: hidden;
    padding: 30px 0 0 0;
}

.work-day {
    display: block;
    vertical-align: top;
    margin: 0 0 5px 0;
}

.work-day * {
    padding: 0;
    margin: 0;
}

.work-day img {
    vertical-align: top;
    margin: 0 6px 0 0;
}

.m-info {
    clear: both;
    margin: 0 0 25px 0;
}

.m-name {
    color: #121212;
    font-size:18px;
    display: block;
    font-weight:700;
}

.m-address {
    font-size:18px;
    color: #7c7c7c;
    display: block;
}

.work-time {
    clear: both;
    margin: 0 0 25px 0;
}


.w-time {
    padding: 0;
    margin: 0;
}

.w-time dt {
    float: left;
    width:60px;
    color: #121212;
    font-size:14px;
    padding: 0;
    margin: 0;
}

.w-time dd {
    padding: 0;
    margin: 0;
    font-size:14px;
    color: #7c7c7c;
}

.m-telephone {
    list-style:none;
    padding: 0;
    margin: 0;
}

.m-telephone li {
    font-size:18px;
    color: #7c7c7c;
    padding: 8px 0 8px 35px;
}

.ico-phone-velcom {
    background:url(../images/ico-velcom.gif) left no-repeat;
}

.ico-phone-mts {
    background:url(../images/ico-mts.gif) left no-repeat;
}

.ico-phone-sity {
	background-image: url(../images/ico-sity-phone.gif);
	background-repeat: no-repeat;
	background-position: left;
}



.wrap-slider {
    display: block;
    position: relative;
    width:610px;
    height:294px;
}

.slide1,
.slide2,
.slide3{
    width:610px;
    height:294px;
    position: absolute;
    top:0;
    left:0;
}


.bx-wrapper {
    padding: 0;
    margin: 0;
}

.aSlider {
    padding: 0;
    margin: 0;
    width:610px;
    height:294px; 
    display: block;
}

.aSlider li {
    width:610px;
    height:294px; 
    display: block;
    background:#000;
}


.bx-pager {
    position: absolute;
    z-index: 10;
    bottom:10px;
    left:10px;    
}

.bx-pager * {
    padding: 0;
    margin: 0;
    font-size:0;
}

.bx-pager a {
    display: block;
    float: left;
    width:16px;
    height:16px;
    text-align:center;
    border:1px solid #7a7a7a;
    background:#ffffff;
    color: #7c7c7c;
    font-size:12px;
    text-decoration:none;
    margin-right:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx-pager a:hover,.bx-pager a.pager-active {
    color: #ff5600;
    border:1px solid #ff5600;
}


.ico-address,
.ico-full-gallery,
.ico-gallery {
    float: left;
    width:33px;
    height:33px;
    margin: 0 0 0 8px;
    display: block;
    cursor: pointer;
}

.ico-address {
    background:url(../images/sprite-ico.png) 0 0 no-repeat;
}

.ico-address:hover,.ico-address.active {
    background:url(../images/sprite-ico.png) 0 -33px no-repeat;
}

.ico-full-gallery {
    background:url(../images/sprite-ico.png) 0 -66px no-repeat;
}

.ico-full-gallery:hover,.ico-full-gallery.active {
    background:url(../images/sprite-ico.png) 0 -99px no-repeat;
}

.ico-gallery {
    background:url(../images/sprite-ico.png) 0 -132px no-repeat;
}

.ico-gallery:hover,.ico-gallery.active {
    background:url(../images/sprite-ico.png) 0 -165px no-repeat;
}

.w-nav {
    width:124px;
    position: absolute;
    z-index: 50;
    bottom:10px;
    right:10px;
}



/* tooltip */

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  color: #4d4d4d;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  margin: 15px 0 0 0;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #4d4d4d;
  border:1px solid #ab9c79;
  text-align: center;
  text-decoration: none;
  background-color: #fff7e4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s linear;
     -moz-transition: opacity 0.25s linear;
      -ms-transition: opacity 0.25s linear;
       -o-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}

.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slide1 {
    z-index: 3;
}

.slide2 {
    z-index: 2;
}

.slide3 {
    z-index: 1;
}

.item1 {
    position: absolute;
    top:178px;
    left:384px;
    width:24px;
    height:24px;
}

.item2 {
    position: absolute;
    top:223px;
    left:390px;
    width:24px;
    height:24px;
}

#review {
    display: none;
}

.top {
    margin: 20px 0 0 0;
}


#toTop {
    background:url(../i/scrolltop.png) 0 0 no-repeat;        
    width:76px;
    height:76px;
    position:fixed;
    bottom:10px;
    left:50%;
    margin-left:485px;
    cursor:pointer;
    display:none;
}

.container_15 {width: 640px;float:left;}
b-product-img {position: relative;}
img.overlay {position: absolute;top: 10px;left: 15px;z-index: -1;}

ul.errors {list-style-type: none;}
.errors {color: red;font-size: 12px;font-weight: bold;}
.slider-company li a {position: relative;display: block;}
.slider-company li img.overlay, .brands-list li img.overlay{display: none;position: absolute;top: 1px;left: 0px;z-index: 1;}
#twitter {display: none;}

.brands-list {
	list-style-type: none;
	padding: 0;
	margin-left: 30px;
}
.brands-list li {float: left;width: 150px;margin-bottom: 35px;}
.main .brands-list li a {position: relative;display: block;width: 130px;margin: 0 auto;}
.brands-list li img.overlay {top: 0;}
.img-wrap {text-align: center;}
.addthis_toolbox {display: inline-block;min-width: 150px;}
.old-price {
	color: #a3a3a3;
	font-size:13px;
	font-weight:700;
	text-align:right;
	text-decoration:line-through;
}
#slider-cont {height: 298px;}
#slider {display: none;height: 298px;top: -298px;}
#slider-preload {width: 940px;height: 298px;position:relative;}
.preloader {background: url(../images/preloader.gif) no-repeat 50% 50%;}
#labels-slider {height: 70px;}
#labels-slider > * {display: none;}

#scroll-add-review {height:0}

.greylist a {
color: #7c7c7c;
text-decoration:none;
font-size:12px;
}

.greylist a:hover {
color: #7c7c7c;
text-decoration:underline;
}

.gallery {
padding:0;
margin:0;
background:red;
width:100%;

}

.gallery  li {
list-style-type: none;
	padding: 0;
	width: 300px;
	display: inline;
	margin:0;
	background-color:red;

}

/*---Iino?aie?iay iaaeaaoey---*/
.storenumber {
    font-weight: bold;
}

.basenavi {
    border-bottom: 2px solid #f5f5f5;
}

.basenavi, .bnnavi, .navigation, .navigation a, .navigation span, .bnnavi, .nextprev, .nextprev .thide {
    float: left;
}

.bnnavi {
    border: 1px solid #bcc5c9;
    height: 32px;
    background: #fff url("../images/fbutton.png") repeat-x 0 100%;
}

.navigation a {
    text-decoration: none;
}

.navigation a, .navigation span {
    background: url("../images/basenavi.png") no-repeat;
    border-right: 1px solid #e0e3e4;
    font-weight: bold;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
}

.navigation a, .navigation span.nav_ext {
    color: #2e363a;
}

.navigation a:hover {
    color: #db143d;
}

.navigation span {
    background-color: #ff5600;
    background-position: 0 -32px;
    color: #fff;
}

.nextprev .thide, .toptop {
    width: 32px;
    padding-top: 32px;
    background: url("../images/basenavi.png") no-repeat;
}

.nextprev a span {
    cursor: pointer;
}

.nextprev span .pnext {
    background-position: -32px -64px;
}

.nextprev a .pnext {
    background-position: -32px -96px;
}

.nextprev span .pprev {
    background-position: 0 -64px;
}

.nextprev a .pprev {
    background-position: 0 -96px;
}

.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0px;
	background-color: #fff;
	width: 300px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	font-size: 0.9em; 
	background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #4e4e4e;
}

.pm_status_content {
	padding: 5px;
}

.storenumber, .maincont, .berrors, .basecont, .fullstory, .mass_comments_action {
    margin-left:12px;
	margin-top:5px;
    text-align: justify;
}

.thide, .htmenu span {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal;
}

.clr {
    clear: both;
}



.rel_list {
margin-bottom:8px;
padding:0;

}

.adsb a {
font-size:10px;
color:#121212;
display:inline-block;


}

a.footer_link {
color:#767676;
text-decoration:none;
}

/*---Вывод ошибок---*/

.berrors {
    padding-left: 12px;
    background: #d7133b url("../images/berrors1.png") repeat-y;
}

.berrors .berrors {
    color: #d7133b;
    padding: 10px 13px;
    background: #f2d9de url("../images/berrors.png");
}

.berrors a {
    color: #d7133b;
}

.berrors {
    margin-bottom: 15px;
    text-align: justify;
}

.searchtable fieldset legend {
    color: #404040;
}

.dpad {
    margin: 0 15px;
}

.radial {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.infoblock {
    background-color: #f1f5f7;
    padding: 15px;
    margin-bottom: 25px;
}

.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}


.counter_f {
	position:absolute;
	left: 645px;
	bottom: 15px;
}