/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* General
   ========================================================================== */
html, body {
    height: 100%;
    width: 100%;
}
body {
	background: #fff;
	font: 14px/1.55 Helvetica, sans-serif;
	color: #393938;
}
#wrap {
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}
#all-content{
	width: 982px;
  margin: 0 auto;
}
.wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
}
.wrapper.scrollbar-dynamic {
    max-height: none;
}
.page-content {
    margin: 0 auto;
    max-width: 1600px;
    padding: 25px;
}
.content .demo {
	
}
h1 {
	font: bold 32px/1.2 Helvetica, sans-serif;
	margin: 24px 0 16px;
}
h2 {
	font: bold 26px/1.2 Helvetica, sans-serif;
	margin: 24px 0 16px;
}
h3 {
	font: bold 22px/1.2 Helvetica, sans-serif;
	margin: 24px 0 16px;
}
h4 {
	font: bold 18px/1.2 Helvetica, sans-serif;
	margin: 24px 0 16px;
}
h5 {
	font: bold 16px/1.2 Helvetica, sans-serif;
	margin: 24px 0 16px;
}
h6 {
	font: bold 14px/1.2 Helvetica, sans-serif;
	margin: 24px 0 16px;
}

/** Custom page styles **/

.content {
    max-width: 1200px;
}

.content .demo {
    
}

.content .demo .inner-content {
    border: 1px solid #CCC;
    max-height: 170px;
    width: 600px;
}

.content .demo > div {
    max-height: 450px;
    overflow: auto;
}
.content .demo .permanent {
    min-width: 800px;
}
.controls {
    padding: 0 0 10px;
}
.controls span {
    cursor: pointer; padding: 2px 8px;
}
.controls span.active {
    background: #4698CE;
    color: #fff;
    cursor: default;
}
.prettyprint ol.linenums > li {
    list-style-type: decimal;
}
#lorem-ipsum {
    display: none;
}


/* review */
.alx_reviews_list{padding:0;margin:0;font-family:arial}
.alx_reviews_list .alx_reviews_title{color:#515a65;font-size:18px;font-family:arial,sans-serif;padding:0;margin:0 0 16px 0;overflow:hidden}
.alx_reviews_list .alx_reviews_title .alx_reviews_title_txt{float:left;padding-top:8px}
.alx_reviews_list .alx_reviews_title .alx_reviews_list_count{float:left;border:1px solid #b6b7b7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:8px 10px;color:#7a808c;position:relative;margin-left:12px;z-index:1;zoom:1}
.alx_reviews_list .alx_reviews_title .alx_reviews_list_count .alx_reviews_count_bg{width:7px;position:absolute;height:10px;top:50%;left:-7px;margin-top:-5px;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/bg_arr_count.gif) 0 0 no-repeat}
.alx_reviews_list .alx_reviews_item{padding:0 20px;margin:0 0 13px 0;position:relative;z-index:1;zoom:1}
.alx_reviews_list .hide{background-color:#f0f0f0}
.alx_reviews_list .best{background-color:#fdf9e1}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_line{height:1px;border-top:1px solid #ddd;margin:0 -15px;}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result{position:absolute;right:0;margin-top:17px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:5px 10px 3px;font-size:18px;display:inline-block}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result .alx_reviews_item_vote_result_arr{width:7px;position:absolute;height:10px;top:50%;left:-7px;margin-top:-5px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_yes .alx_reviews_item_vote_result_arr{background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/arr_vote_bg.png) 0 -81px no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_no .alx_reviews_item_vote_result_arr{background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/arr_vote_bg.png) 0 -46px no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_yes{border:1px solid #0e8c4e;-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;box-shadow:rgba(0,0,0,0.15) 0 1px 2px;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/bg_vote_green.png) 0 0 repeat-x;color:#fff;text-shadow:0 -1px 0 #037e42}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_no{border:1px solid #c54100;-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;box-shadow:rgba(0,0,0,0.15) 0 1px 2px;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/bg_vote_red.png) 0 0 repeat-x;color:#fff;text-shadow:0 -1px 0 #cf5300}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_author_info{padding:17px 0 9px 0;margin:0;overflow:hidden}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_author_info .alx_reviews_ava{float:left;border:1px solid #dcdcdc;position:relative;padding:1px;margin-right:10px;z-index:1}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_author_info .alx_reviews_user_name{float:left;padding:0;color:#777;font-weight:bold;font-size:12px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_author_info .alx_reviews_user_name a{color:#486daa;text-decoration:underline}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_author_info .alx_reviews_time{float:left;padding-right:18px;color:#444;font-size:12px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_author_info .alx_reviews_dop_props{float:left;color:#7a808c;font-size:12px;padding-top:1px;margin-right:17px}
.alx_reviews_list .alx_reviews_item .alx_reviews_vote_item{padding:0;margin:0}
.alx_reviews_list .alx_reviews_item .alx_reviews_vote_item .alx_reviews_form_vote_items{height:16px}
.alx_reviews_list .alx_reviews_item .alx_reviews_vote_item .alx_reviews_form_vote_item{float:left;width:16px;height:16px;margin-left:2px;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/vote_bg.png) -18px 0 no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_vote_item .alx_reviews_form_vote_item_sel{background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/vote_bg.png) 0 -1px no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show{padding:0;margin:4px 0 0 0}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show a{padding:0;margin:0;color:#7a808c;font-size:12px;text-decoration:none;border-bottom:1px dashed #7a808c;font-weight:bold}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show a:hover{color:#e4b42d;border-bottom:1px dashed #e4b42d}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list{display:none;padding-top:9px}
.show{display:block!important}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote{padding:0;margin:0;height:16px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote .alx_review_rating_title{float:left;margin-right:10px;font-size:12px;color:#7a808c}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote .alx_reviews_form_vote_items{float:left}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_title{margin-top:22px;color:#333;font-size:18px;margin-bottom:18px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_sec_list{padding:0;margin:0}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_sec_list .alx_reviews_item_sec{padding:0;margin:0 0 20px 0}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_sec_list .alx_reviews_item_sec .alx_reviews_title_caps{color:#fff;font-family:"univers-medium",Helvetica,Arial,sans-serif;font-size:14px;line-height:14px;text-transform:uppercase;margin-bottom:10px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_sec_list .alx_reviews_item_sec .alx_review_mess{padding:0;color:#444;font-size:14px;margin:0 0 0 30px}
.alx_reviews_list .alx_reviews_item .alx_reviews_violation{float:left;margin-top:6px;color:#7a808c;visibility:hidden;height:15px;overflow:hidden;font-size:12px;text-decoration:none;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/icon_violation.png) 0 0 no-repeat;padding:1px 0 0 22px}
.alx_reviews_list .alx_reviews_item:hover .alx_reviews_violation{visibility:visible}
.alx_reviews_list .alx_reviews_item .alx_reviews_violation:hover{color:#e4b42d;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/icon_violation.png) 0 -16px no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do{float:right}
.alx_reviews_list .alx_reviews_item:hover .alx_reviews_item_vote_do{visibility:visible}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_rev_vot_titl{float:left;color:#333;padding-top:6px;font-size:14px;margin-right:10px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_txt{float:left;display:Block;color:#7a808c;font-size:14px;padding-top:6px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes{padding:0;margin:0;float:left;display:block;margin-right:14px}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no{padding:0;margin:0;float:left;display:block}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do a{text-decoration:none}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do span.alx_reviews_vote_count{position:relative;z-index:1;border:1px solid #b6b7b7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:4px 15px;font-size:18px;display:inline-block;float:left;margin-left:12px;z-index:1;zoom:1}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes .alx_reviews_vote_count{color:#129f5a}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no .alx_reviews_vote_count{color:#c54100}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do span .alx_reviews_vote_count_arr{width:7px;position:absolute;height:10px;top:50%;left:-7px;margin-top:-5px;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/arr_vote_bg.png) 0 -11px no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes:hover span .alx_reviews_vote_count_arr{background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/arr_vote_bg.png) 0 -81px no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no:hover span .alx_reviews_vote_count_arr{background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/arr_vote_bg.png) 0 -46px no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes:hover .alx_reviews_vote_count{border:1px solid #0e8c4e;-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;box-shadow:rgba(0,0,0,0.15) 0 1px 2px;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/bg_vote_green.png) 0 0 repeat-x;color:#fff;text-shadow:0 -1px 0 #037e42}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no:hover .alx_reviews_vote_count{border:1px solid #c54100;-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;box-shadow:rgba(0,0,0,0.15) 0 1px 2px;background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/bg_vote_red.png) 0 0 repeat-x;color:#fff;text-shadow:0 -1px 0 #cf5300}
.alx_reviews_list .alx_reviews_item .alx_reviews_admin_prop{padding:0;margin:20px 0 20px 0;overflow:hidden;height:16px}
.alx_reviews_list .alx_reviews_item .alx_reviews_admin_prop a{float:right;text-decoration:none;color:#7a808c;height:14px;line-height:14px;font-size:12px;margin-left:22px;background-position:0 0;background-repeat:no-repeat}
.alx_reviews_list .alx_reviews_item .alx_reviews_admin_prop a:hover{background-position:0 -14px;color:#e4b42d}
.alx_reviews_list .alx_reviews_item .alx_reviews_admin_prop a.alx_reviews_admin_prop_del{background-image:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/icon_del.png);padding-left:15px}
.alx_reviews_list .alx_reviews_item .alx_reviews_admin_prop a.alx_reviews_admin_prop_edit{background-image:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/icon_edit.png);padding-left:17px}
.alx_reviews_list .alx_reviews_item .alx_reviews_admin_prop a.alx_reviews_admin_prop_hide{background-image:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/icon_hide.png);padding-left:22px}
.alx_reviews_list .alx_reviews_show_more{background:#eceff1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset rgba(0,0,0,0.05) 0 1px 3px;-moz-box-shadow:inset rgba(0,0,0,0.05) 0 1px 3px;box-shadow:inset rgba(0,0,0,0.05) 0 1px 3px;border:1px solid #dfe0e1;display:block;text-decoration:none;text-align:center;padding:12px 0;font-size:18px;color:#515a65;text-shadow:1px 1px 0 #fff}
.alx_reviews_list .alx_reviews_show_more .alx_reviews_count_all{color:#7a808c}
.alx_clear_block{clear:both;overflow:hidden;height:1px}
.alx_reviews_list .alx_reviews_item .altasib_reviw_answer{border-bottom:1px solid #b2c6cc;border-left:1px solid #baced3;border-radius:3px;border-right:1px solid #baced3;border-top:1px solid #bccfd5;box-shadow:0 1px 2px rgba(179,179,179,0.400);margin:10px 0 0 0;padding:10px 7px;position:relative}
.alx_reviews_list .alx_reviews_item .altasib_reviw_answer .altasib_reviw_answer_top_border{background:url(/bitrix/templates/collonil_2015/components/altasib/review.list/.default/images/altasib_reviw_answer_top_border.png) 0 0 no-repeat transparent;height:13px;left:21px;position:absolute;top:-13px;width:17px}
table.quote{font-size:1em;margin:.6em 0;width:80%;border:1px solid;border-color:#e8e8e8;color:#555;background:url('/bitrix/components/altasib/review.list/templates/.default/images/quote-gray.png') no-repeat scroll left top #f7f7f7}
table.quote td{padding:.95em 1.5em}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_link{float:left;padding-top:10px}

/* review add form */
.alx_reviews_block
{
    font-size:14px;
}
.alx_reviews_block input:focus {outline: none;} 
.alx_reviews_block_border
{
    padding: 0px;
    height:1px;
    overflow:hidden;
    background:url(images/bg_line_shadow.png) right top no-repeat #e1e2e3;
}
.alx_add_reviews_a
{
    padding: 0px;
    margin: 20px 0px 24px 0px;
    width:247px;
    height:40px;
}
.alx_add_reviews_a a
{
    background:url(images/bg_submit_add.png) 0px 0px no-repeat;
    width:247px;
    display:block;
    text-decoration:none;
    font-family: arial;
    padding: 8px 0px 12px 0px;
    font-size:18px;
    color:#515a65 !important;
    text-shadow: 1px 1px 0px #fff;
    text-align:center;
}
.alx_add_reviews_a a:hover
{
    background:url(images/bg_submit_add.png) 0px -43px no-repeat;
}
.alx_reviews_form
{
    padding:12px 16px;
    font-family: arial;
    color:#515a65;
    font-size:13px; 
}
.alx_reviews_form .alx_reviews_form_item_pole
{
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.alx_reviews_form  .alx_reviews_form_poles_small .alx_reviews_form_pole_name
{
    font-weight:bold;
    color:#515a65;
    float:left; 
    width:106px;
    padding-top:9px;
    margin-right:10px;  
}

.alx_reviews_form .alx_reviews_form_pole_name
{
    padding: 0px;
    font-weight:bold;
    color:#515a65;
    margin: 0px 0px 7px 0px;
}
.alx_reviews_form .requred_txt
{
    color:#b1b8c1;
}
.alx_reviews_form .alx_reviews_form_item_pole .alx_reviews_form_inputtext_bg
{
    border:1px solid #b6b7b8;
    padding: 8px 4px 8px 4px;
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alx_reviews_form  .alx_reviews_form_poles_small .alx_reviews_form_inputtext_bg
{
    float:left;
    width:238px;
    -webkit-box-shadow:rgba(255,255,255, 0.0) 0px 0px 0px;
    -moz-box-shadow: rgba(255,255,255, 0.0) 0px 0px 0px;
    box-shadow:rgba(255,255,255, 0.0) 0px 0px 0px;       
}
.alx_reviews_form_inputtext_bg_arr
{
    /*position:absolute;*/
    width:13px;
    height:9px;
    margin-top:-14px;
    margin-left:23px;
    background:url(images/bg_arr_pole.png) 0px 0px no-repeat;
    overflow:hidden;
}
.alx_reviews_form .alx_reviews_form_item_pole .alx_reviews_form_inputtext_bg input
{
    border: 0px;
    width:100%;
    font-size:14px;
    color:#515a65;
    font-family: arial, sans-serif;
    -webkit-box-shadow:rgba(255,255,255, 0.0) 0px 0px 0px;
    -moz-box-shadow: rgba(255,255,255, 0.0) 0px 0px 0px;
    box-shadow:rgba(255,255,255, 0.0) 0px 0px 0px;    
}
.alx_reviews_form .alx_reviews_form_item_pole_textarea
{
    padding: 0px;
    position:relative;
    z-index:1;
    zoom:1;
    margin: 0px 0px 20px 0px;
}
.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_textarea_bg
{
       border:1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_field
{
    border:1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_field_vote
{
    border:1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_textarea_bg textarea
{
    border: 0px;
    width:100%;
    height:190px;
    font-size:14px;
    color:#515a65;
    font-family: arial, sans-serif;
}
.alx_reviews_form .alx_reviews_form_item_pole_textarea_dop_txt
{
    float:right;
    color:#a3a3a3;
    margin-top:10px;
    font-size:10px;
    text-align:right;
    font-family: verdana;
}
.alx_reviews_form .alx_reviews_form_item_pole_textarea_dop_txt .alx_reviews_red_txt
{
    color:#8e0016;
}
.alx_reviews_form_add_file
{   
    width:320px;
    margin-top:19px;
    margin-bottom:0px;
}
.alx_reviews_form_add_file .alx_reviews_form_add_file_pole
{
    position:absolute;
    z-index:1;
    zoom:1;
    width:200px;
    height:30px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
}
.alx_reviews_form_add_file .alx_reviews_form_add_file_pole input
{
    width:300px;
    
}
.alx_reviews_form_add_file  .alx_reviews_form_add_file_txt
{
    padding: 11px 0px 15px 53px;
    background:url(images/bg_input_file.png) 0px 0px no-repeat;
    color:#515a65;
    font-size:14px;
    width:131px;
}
.alx_reviews_form .alx_reviews_form_captcha
{
    padding: 0px;
    margin: 0px 0px 30px 0px;
}
.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_pole_name
{
    float:left; 
    width:106px;
    margin-right:10px;
}
.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pic
{
    float:left;
    font-size:12px;
}
.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pic .alx_reviews_form_captcha_pic_block
{
    /*border:1px solid #b6b7b8; 
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}
.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_code .alx_reviews_form_captcha_pic a
{
    color:#2c6dae;
}
.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pole
{
    float:left;
    margin-right:19px;
}
.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pole .alx_reviews_form_inputtext_bg
{
    border:1px solid #b6b7b8;
    padding: 9px 4px 9px 4px;
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pole .alx_reviews_form_inputtext_bg input
{
    border: 0px;
    width:104px;
    font-size:14px;
    color:#515a65;
-webkit-box-shadow:rgba(255,255,255, 0.0) 0px 0px 0px;
-moz-box-shadow: rgba(255,255,255, 0.0) 0px 0px 0px;
box-shadow:rgba(255,255,255, 0.0) 0px 0px 0px;
    font-family: arial, sans-serif;
}
.alx_reviews_form .alx_reviews_form_vote
{
    padding: 0px;
    margin: 0px 0px 26px 0px;
}
.alx_reviews_form_vote_group_name
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size:13px;
    font-weight:bold;
    
}
.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_pole_name
{
    font-weight:normal;
    font-size:12px;
    width:139px;
    margin-left:10px;
    float:left;
}
.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_items
{
    padding: 0px;
    margin: 0px;
    float:left;
}
.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_uf
{
    padding: 0px;
    margin: 0px;
    float:none;
}
.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_uf .alx_reviews_form_vote_items
{
    float:left;
    padding: 0px;
    margin: 0px;
}
.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_items .alx_reviews_form_vote_item
{
    float:left;
    width:16px;
    height:16px;
    margin-left:2px;
    background:url(images/vote_bg.png) -18px 0px no-repeat;
}
.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_items .alx_reviews_form_vote_item_sel
{
    background:url(images/vote_bg.png) 0px -1px no-repeat;
}
.alx_reviews_form_submit_block
{
    padding: 20px 0px 64px 0px;
    margin: 0px;
    height:42px;
}
.alx_reviews_form_submit_block .alx_reviews_form_item_submit
{
    width:245px;
    background:url(images/bg_submit_add.png) 0px 0px no-repeat;
    float:left;
    margin-right:18px;
    height:42px;
}
.alx_reviews_form_submit_block .alx_reviews_form_item_submit:hover
{
    background:url(images/bg_submit_add.png) 0px -43px no-repeat;
}
.alx_reviews_form_submit_block .alx_reviews_form_item_submit input
{
    padding: 6px 0px 9px 0px;
    margin: 0px;
    font-size:18px;
    color:#515a65 !important;
    text-shadow: 1px 1px 0px #fff;
    text-align:center;
    height:42px;
    width:245px;
    cursor:pointer;
    background:url(images/spacer.gif) 0px 0px no-repeat;
    border: 0px;
    font-family:arial, sans-serif;
}
.alx_reviews_form_submit_block .alx_reviews_form_item_submit_reset
{
    float:left;
    -webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
    box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #aaaaaa;
    height:38px;
    background:url(images/bg_submit_reset.gif) bottom left repeat-x #fff;
}
.alx_reviews_form_submit_block .alx_reviews_form_item_submit_reset:hover
{
    background:url(images/bg_submit_reset_hov.gif) bottom left repeat-x #fff;
}
.alx_reviews_form_submit_block .alx_reviews_form_item_submit_reset input
{
    padding: 12px 38px 8px;
    margin: 0px;
    color:#515a65;
    font-size:14px;
    font-family: arial, sans-serif;
    border: 0px;
    cursor:pointer;
    background:url(images/spacer.gif) 0px 0px no-repeat;    
}
.alx_clear_block
{
    clear:both;
    height:1px;
    overflow:hidden;

}
.alx_reviews_form_poles_group
{
    padding: 28px 0px;
    position:relative;
    z-index:1;
    zoom:1;
    margin-left:-80px;
    left:40px;
    padding-left:40px;
    margin-bottom:28px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.alx_reviews_form_poles_group .alx_reviews_form_poles_group_border_top
{
    padding: 0px;
    height:1px;
    left:0px;
    overflow:hidden;
    background:url(images/bg_line_shadow.png) right top no-repeat #e1e2e3;
    position:absolute;
    top:-2px;
    width:100%;
}
.alx_reviews_form_poles_group .alx_reviews_form_poles_group_border_bottom
{
    padding: 0px;
    position:absolute;
    bottom:0px;
    width:100%;
    left:0px;
    height:1px;
    overflow:hidden;
    background:url(images/bg_line_shadow.png) right top no-repeat #e1e2e3;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_pole_name
{
    font-weight:bold;
    color:#515a65;
    float:left; 
    width:106px;
    padding-top:0px;
    margin-right:10px;  
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_textarea_bg
{
    border:1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_textarea_bg
{
    float:left;
    width:239px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_inputtext_bg
{
    float:left;
    width:239px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field
{
    padding: 0px;
    margin: 0px;
    float:left;
    width:248px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_textarea_bg textarea
{
    border: 0px;
    width:100%;
    height:190px;
    font-size:14px;
    color:#515a65;
    font-family: arial, sans-serif;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field select
{
    border: 0px;
    width:100% !important;
    font-size:14px;
    color:#515a65;
    font-family: arial, sans-serif;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel { 
    border:1px solid #b6b7b8;
    margin: 0px;
    background:#fff;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position:relative;
    height:34px;
    font-size:14px;
    color:#515a65;
    font-family: arial, sans-serif;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselFrameRight { 
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0px;
    height: 100%;
    background: url(images/select_arr.gif) 6px center no-repeat;
    width: 30px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselText {
    padding: 10px 4px 1px 6px;
    height:18px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    font-size:14px;
    color:#515a65;
    font-family: arial, sans-serif;
    left: 0;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 15px 2px 5px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel span:hover,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .cuselOptHover {
    background: #eee;
    color: #5A5A5A;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .cuselActive { 
    background: #ccc;
    cursor: default;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel:hover .cuselFrameRight,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel:focus .cuselFrameRight,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselFocus .cuselFrameRight {

}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselOpen {
    z-index: 999;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .classDisCusel,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .classDisCusel .cuselFrameRight {

    color: #ccc;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .classDisCusel .cuselText {
    cursor: default;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .cusel-scroll-wrap { 
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff; 
    min-width: 100%;
    width: auto;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    margin-left:-1px;
    padding-left:1px;
    padding-right:1px;
    background:#fff;
    border: 1px solid #CCCCCC; 
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneTrack { 
    height: 100%;
    width: 7px !important;
    background: #eee;
    position: absolute;
    top: 0;
    right: 4px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneDrag { 
    position: absolute;
    background: #CCCCCC;
    cursor: pointer;
    width: 7px !important;
    height: 27px !important;
    right: 0px;

}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollArrowUp { 
    position: absolute;
    top: 0;
    right: 1px;
    width: 7px;
    height: 12px;
    cursor: pointer;
    background:url(images/arr_track_up.gif) 0px 2px no-repeat;
    overflow: hidden;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollArrowDown { /* ������� ���� */
    width: 7px;
    height: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 1px;
    cursor: pointer;
    background: url(images/arr_track_down.gif) 0px 2px no-repeat;
    overflow: hidden;
}


.alx_reviews_pole_select_uf
{
    height:76px;
    overflow:hidden;
    border:1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0px;
    background:#fff;
    width:239px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alx_reviews_pole_select_uf .alx_reviews_pole_select_uf_cont
{
    width:239px;
    overflow:hidden;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .alx_reviews_pole_select_uf_cont select
{
    width:260px !important;
    background:transparent;
    font-size:14px;
    font-family: arial, sans-serif;
    line-height:16px;
    padding: 0px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspContainer
{
    overflow: hidden;
    position: relative;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspPane
{
    position: absolute;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar
{
    position: absolute;
    top: -1px;
    right: -1px;
    width: 14px;
    height: 100%;
    background:#eceff1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #cfd1d2;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar *,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspCap
{
    display: none;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspTrack
{
    background: #eceff1;
    position: relative;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspDrag
{
    background: url(images/track_bg.gif) center center no-repeat #ffffff;
    border:1px solid #dbdbdb;
    position: relative;
    top: 0;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: -1px;
    right:-1px;
    width:14px;
    cursor: pointer;
    -webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
    box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspArrow
{
    display: block;
    cursor: pointer;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrow
{
    height: 16px;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrowUp
{
    background:url(images/arr_scroll_up.gif) center 6px no-repeat;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrowDown
{
    background:url(images/arr_scroll_down.gif) center 6px no-repeat;
}
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrow:focus
{
    outline: none;
}
.alx_reviews_form  .alx_reviews_subscribe
{
    font-size:14px;
    margin-bottom:16px;
}
.alx_reviews_form  .alx_reviews_form_requred_block
{
    color:#7a808c;
    font-size:12px;
}
.alx_reviews_checkbox_block
{
    padding: 2px 0px 0px 0px;
    margin: 0px;
    position:relative;
    z-index:1;
}
.alx_reviews_checkbox_block .alx_reviews_checkbox_block_cont
{
    padding: 0px 0px 0px 29px;
    display:inline;
    margin: 0px 0px 0px 0px;
    cursor:pointer;
}
.alx_reviews_checkbox_block .alx_reviews_checkbox_block_cont .alx_reviews_checkbox
{
    position:absolute;
    z-index:1;
    top: 0px;
    left: 0px;
    width:19px;
    height:19px;
    background:url(images/checkbox_bg.png) 0px -19px no-repeat;
}
.alx_reviews_checkbox_block_check .alx_reviews_checkbox_block_cont .alx_reviews_checkbox
{
    background:url(images/checkbox_bg.png) 0px 0px no-repeat;
}
.alx_reviews_checkbox_block .alx_reviews_checkbox_block_cont .alx_reviews_checkbox input
{
    display:none;
}

/*public offer*/
.public-offer-input-wrap {
 	text-align: center;
    white-space: nowrap;
}
.public-offer-checkbox {
    width: 10px;
}
.public-offer-checkbox-label a {
 	text-decoration: underline;   
}
.public-offer-checkbox-label {
    white-space: normal;
}
.has-public-offer input[type="submit"].disabled {
    background: #ccc !important;
    cursor: default;
    border: 2px solid #ccc;
}
.public-offer-input-wrap_small-text .public-offer-checkbox-label {
 	font-size: 11px;   
}
.public-offer-checkbox:checked + .public-offer-check {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20442.5%20442.5%22%3E%3Cpath%20d%3D%22M434.5%2098.5l-38.8-38.8c-5.3-5.3-11.8-8-19.4-8%20-7.6%200-14.1%202.7-19.4%208L169.6%20247.2l-83.9-84.2c-5.3-5.3-11.8-8-19.4-8%20-7.6%200-14.1%202.7-19.4%208L8%20201.9C2.7%20207.2%200%20213.7%200%20221.3c0%207.6%202.7%2014.1%208%2019.4l103.4%20103.3%2038.8%2038.8c5.3%205.3%2011.8%208%2019.4%208%207.6%200%2014.1-2.7%2019.4-8l38.8-38.8L434.5%20137.3c5.3-5.3%208-11.8%208-19.4C442.5%20110.3%20439.9%20103.8%20434.5%2098.5z%22%20fill%3D%22%23354a3d%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-size: 100%;  
}
.public-offer-check {
 	display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.public-offer-input-wrap_review .public-offer-checkbox {
 	display: none;   
}