/*** --- Document params --- ***/
body, html {
	height:100%;
	background:#fefefe url(../images/body_bg.gif) repeat 50% 0;
	color:#222;
	font:normal 12px/1.25 Arial, Tahoma, Verdana, sans-serif;
}

/*** --- Default objects --- ***/
p {
	padding-bottom:1em;
}
.i-clear {
	clear:both;
}
.i-hidden {
	display:none;
}
.i-uppercase {
	text-transform:uppercase;
}
.i-lowercase {
	text-transform:lowercase;
}
.i-nowrap {
	white-space:nowrap;
}


/*** --- Links --- ***/
a, .b-link {
	color:#3f92ce;
	text-decoration:underline;
	cursor:pointer;
	outline:none;
}
a:hover, .b-link:hover{
	color:#0f629e;
}
.b-link {
	text-decoration:none;
}
.b-link__text {
	text-decoration:underline;
}
.b-link_pseudo .b-link__text {
	text-decoration:none;
	border-bottom:1px dotted #3f92ce;
}
.b-link_pseudo:hover .b-link__text {
	border-bottom-color:#0f629e;
}


/*** --- Page --- ***/
.b-page {
	position:relative;
	overflow:hidden;
	min-width:1000px;
	margin:0 auto;
}


/*** --- Button --- ***/
.b-button {
	height:30px;
	padding:0 15px;
	border:none;
	vertical-align:middle;
	background:#78cc09 url(../images/b-button_bg.gif) repeat-x 0 0;
	color:#FFF;
	font:normal 15px/2 'Display Bold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:0 1px 0 #526a1f;
	white-space:nowrap;
	cursor:pointer;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.b-button {
	display:inline-block;
}
.b-button::-moz-focus-inner {
	border:0;
}
.b-button:hover {
	color:#FFF;
	background-position:0 -100px;
	background-color:#66c106;
	text-shadow:0 1px 0 #526a1f;
}
.b-button:active {
	background-position:0 -200px;
	background-color:#629f03;
}
.b-button__icon {
	vertical-align:middle;
}
/* Rounded */
.b-button_rounded {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
/* Sizes */
.b-button_size_small {
	padding-left:10px;
	padding-right:10px;
	height:26px;
	background-image:url(../images/b-button_size_small_bg.gif);
	font-size:13px;
}
.b-button_size_medium {
	padding-left:20px;
	padding-right:20px;
	height:40px;
	background-image:url(../images/b-button_size_medium_bg.gif);
	font-size:20px;
}
.b-button_size_large {
	padding-left:20px;
	padding-right:20px;
	height:50px;
	background-image:url(../images/b-button_size_large_bg.gif);
	font-size:25px;
}
/* Themes */
.b-button_theme_gray {
	color:#393939;
	text-shadow:0 1px 0 #DDD;
	background-image:url(../images/b-button_theme_gray_bg.gif);
	background-color:#d6d6d6;
}
.b-button_theme_gray:hover {
	color:#393939;
	background-color:#CCC;
	text-shadow:0 1px 0 #DDD;
}
.b-button_theme_gray:active {
	background-color:#bcbcbc;
}
.b-button_theme_gray.b-button_size_large {
	background-image:url(../images/b-button_size_large_theme_gray_bg.gif);
}
.b-button_theme_light {
	color:#6a6b6e;
	text-shadow:0 1px 0 #FFF;
	background-color:#e0e0e0;
	background-image:url(../images/b-user__finances__b-button_bg.gif);
}
.b-button_theme_light:hover {
	color:#FFF;
	text-shadow:0 1px 0 #608b02;
}
.b-button_theme_light:active {
	background-color:#bcbcbc;
	color:#FFF;
	text-shadow:0 1px 0 #608b02;
}



/*** --- User --- ***/
.b-user {
	background:#1e6ea4;
}
.b-user .b-link {
	padding:0 5px;
	color:#FFF;
}
.b-user .b-link:hover {
	color:#bdf2aa;
}
/* Content */
.b-user__content {
	overflow:hidden;
	width:940px;
	padding:8px 30px;
	margin:0 auto;
	color:#80c1f2;
	line-height:30px;
}
/* Greeting */
.b-user__greeting {
	float:left;
	overflow:hidden;
	width:290px;
	white-space:nowrap;
}
/* Links */
.b-user__links {
	float:left;
}
/* Finances */
.b-user__finances {
	float:right;
}
.b-user__finances__status {
	float:left;
	padding-right:10px;
}
.b-user .b-user__finances__balance {
	float:left;
	padding:0;
}
.b-user__finances__separator {
	float:left;
	background:url(../images/b-user__finances__separator_bg.gif) repeat-y;
	width:1px;
	height:23px;
	margin:4px 10px 0 0;
}
.b-user__finances .b-button {
	float:left;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	line-height:30px;
}
.b-user__finances__cart {
	position:relative;
	padding-left:10px;
	padding-right:10px;
	background-color:#e0e0e0;
	background-image:url(../images/b-user__finances__b-button_bg.gif);
	color:#878787;
	font-size:13px;
	line-height:30px;
	text-shadow:0 1px 0 #FFF;
	/* box-shadow */
	-webkit-box-shadow:0 1px 0 #1a5e8d;
	-moz-box-shadow:0 1px 0 #1a5e8d;
	box-shadow:0 1px 0 #1a5e8d;
}
.b-user__finances__cart:hover,
.b-user__finances__cart:active {
	background-color:#5aaa06;
	color:#FFF;
	text-shadow:0 1px 0 #608b02;
}
.b-user__finances__cart:active {
	background-color:#6cb420;
}
.b-user__finances__cart__icon {
	float:left;
	width:15px;
	height:30px;
	margin-right:5px;
	background:url(../images/b-user__finances__b-button__icon.png) no-repeat 0 0;
}
.b-user__finances__cart:hover .b-user__finances__cart__icon,
.b-user__finances__cart:active .b-user__finances__cart__icon {
	background-position:0 -31px;
}


/*** --- Login --- ***/
.b-login {
	overflow:hidden;
}
.b-user .b-login {
	float:right;
}
.b-login .b-field {
	float:left;
	width:200px;
	margin-right:5px;
	padding-top:7px;
	padding-bottom:7px;
	border:none;
	font-size:12px;
}
.b-login .b-button {
	float:left;
	font-size:13px;
	line-height:30px;
}
.b-login__signin {
	margin-right:5px;
}
.b-login__column {
	float:left;
	font-size:11px;
}
.b-login__column .b-field {
	float:none;
	display:block;
	margin-bottom:3px;
}
.b-login__column a, .b-login__column .b-link {
	color:#99d3fe;
}
.b-login__column a:hover, .b-login__column .b-link:hover {
	color:#bdf2aa;
}


/*** --- Header --- ***/
.b-header {
	margin-bottom:-120px;
	height:211px;
	background:#468ac5 url(../images/b-header_bg.gif) repeat-x 50% 100%;
}
.b-header__content {
	overflow:hidden;
	width:940px;
	padding:7px 30px;
	margin:0 auto;
	color:#FFF;
}
/* Line */
.b-header__line {
	height:0;
	overflow:hidden;
	border-top:1px solid #286fa3;
	border-bottom:1px solid #6c9fcd;
}
/* Logo */
.b-header__logo {
	float:left;
}
/* Menu */
.b-header__menu, .b-header__column {
	float:right;
	width:660px;
}
.b-header__column .b-header__menu {
	float:none;
	width:100%;
	margin-bottom:15px;
}
.b-header__menu__item {
	padding:4px 0 3px 5px;
}
.b-header__menu__link {
	display:block;
	padding:12px 5px;
	height:13px;
	background:url(../images/b-header__menu__link_bg.gif) repeat-x 0 100px;
	color:#FFF;
	font:normal 13px/1 'Display Bold', Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-header__menu__link:hover,
.b-header__menu__item_active .b-header__menu__link,
.b-header__menu__item_opened .b-header__menu__link {
	background-color:#b7194e;
	background-position:0 0;
	color:#FFF;
	text-decoration:none;
	/* box-shadow */
	-webkit-box-shadow:inset 0 1px 0 #e795ab;
	-moz-box-shadow:inset 0 1px 0 #e795ab;
	box-shadow:inset 0 1px 0 #e795ab;
}
.b-header__menu__item_opened .b-header__menu__link {
	background-color:#d23d6f;
	background-position:0 -50px;
	/* border-radius */
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-radius: 10px 10px 0 0;
}
.b-header__menu__link__arrow {
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:5px;
	margin-right:-5px;
	background:url(../images/b-header__menu__link__arrow_bg.png) no-repeat;
}
/* Not logged */
.b-header_not-logged {
	height:180px;
	margin-bottom:-50px;
}
.b-header_not-logged .b-header__logo {
	padding:30px 0;
}
.b-header_not-logged .b-login {
	padding-left:10px;
}


/*** --- Dropdown menu --- ***/
.b-dropdown-menu {
	display:none;
	position:absolute;
	z-index:700;
	top:94px;
	left:-20000px;
	max-width:940px;
	padding:20px 15px;
	background:#b6174c url(../images/b-dropdown-menu_bg.gif) repeat-x 0 0;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-dropdown-menu__column {
	float:left;
	width:200px;
	padding:0 20px;
}
.b-dropdown-menu__item {
	padding:7px 0;
	border-bottom:1px solid #d76088;
	font-size:13px;
	line-height:1.15;
}
.b-dropdown-menu__item:last-child {
	border-bottom:none;
}
.b-dropdown-menu__item__link {
	display:block;
	position:relative;
	padding:8px;
	margin:-8px;
	color:#FFF;
	text-decoration:none;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-dropdown-menu__item__link:hover {
	color:#FFF;
	text-decoration:none;
	background:#d34977;
	/* box-shadow */
	-webkit-box-shadow:0 1px 0 #aa1e4d;
	-moz-box-shadow:0 1px 0 #aa1e4d;
	box-shadow:0 1px 0 #aa1e4d;
}


/*** --- Dropdown menu filter --- ***/
.b-dropdown-menu-filter {
	background: #fff;
	display: none;
	padding: 20px 15px;
	position: absolute;
	z-index: 700;
}
.b-filter .b-filter__item_dropdown {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	display: inline-block;
	margin-left: -13px;
	margin-right: 10px;
	margin-top: -1px;
	padding-left: 23px;
	padding-bottom: 4px;
	width: 220px;
}
.b-filter .b-filter__item_dropdown:hover {
	color: #222222;
	text-decoration: none;
}
.b-filter .b-filter__item_opened {
	border-top: 1px solid #f8f8f8;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #eaeaea;
	color: #222222;
	text-decoration: none;
}
.b-filter .b-dropdown-menu-filter__active {
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #eaeaea;
	border-top: none;
	display: block;
	left: 73px;
	max-height: 300px;
	margin-top: 0;
	overflow-x: hidden;
	top: 59px;
	width: 213px;
}
.b-dropdown-menu-filter .b-dropdown-menu-filter__item__link {
	color: #000;
	display: block;
	font: normal 14px Arial, Tahoma, Helvetica, sans-serif;
	line-height: 28px;
	padding: 0 10px;
}
.b-dropdown-menu-filter .b-dropdown-menu-filter__item__link:hover,
.b-dropdown-menu-filter .b-filter__item_opened {
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
}


/*** --- Container --- ***/
.b-container {
	position:relative;
	overflow:hidden;
	width:940px;
	padding:0 30px 50px;
	margin:0 auto;
}


/*** --- Titles --- ***/
.b-page-title {
	padding-bottom:0.5em;
	color:#FFF;
	font:normal 33px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-page-title__dashed {
	border-bottom:2px dashed #FFF;
}
.b-title, .b-subtitle {
	display:block;
	padding-bottom:0.7em;
	font:normal 25px/1 'Display Bold', Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}
.b-subtitle {
	font-size:18px;
	text-transform:uppercase;
}
.b-subtitle__stretch {
	margin-left: 20px;
}
.b-legend {
	display:block;
	padding-bottom:0.7em;
	font-weight:bold;
	font-size:17px;
	line-height:1.2;
}


/*** --- Section --- ***/
.b-section {
	position:relative;
	padding:20px;
	margin-bottom:10px;
	background:#FFF;
	/* box-shadow */
	-webkit-box-shadow:0 3px 3px #BBB;
	-moz-box-shadow:0 3px 3px #BBB;
	-pie-box-shadow:0 3px 3px #BBB;
	box-shadow:0 3px 3px #BBB;
	/* box-shadow */
	-webkit-box-shadow:0 3px 3px rgba(0,0,0, 0.25);
	-moz-box-shadow:0 3px 3px rgba(0,0,0, 0.25);
	box-shadow:0 3px 3px rgba(0,0,0, 0.25);
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-section_last {
	margin-bottom:30px;
}


/*** --- Subsection --- ***/
.b-subsection {
	padding-bottom:2em;
}
.b-subsection:last-child {
	padding-bottom:0;
}


/*** --- Menu --- ***/
.b-menu {
	float:left;
	padding-top:140px;
	width:205px;
}
.b-menu__item {
	display:block;
	position:relative;
	z-index:100;
	padding:7px 25px 7px 10px;
	border-bottom:1px solid #c9c9c9;
	background:url(../images/b-menu__item_bg.gif) no-repeat 100% -20px;
	color:#222;
	font:normal 14px/1 'Display Medium', Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.b-menu__item:last-child {
	border-bottom:none;
}
.b-menu__item:hover, .b-menu__item_active {
	background-color:#3673b7;
	background-repeat:repeat-y;
	color:#FFF;
	text-decoration:none;
}
.b-menu__item__arrow {
	position:absolute;
	height:100%;
	width:18px;
	right:-18px;
	top:-5px;
	background:url(../images/b-menu__item__arrow_bg.png) no-repeat 0 50%;
}


/*** --- Content --- ***/
.b-content {
	float:left;
	width:735px;
}
.b-content__data {
	float:left;
	width:485px;
	margin-right:10px;
}
.b-content__sidebar {
	float:left;
	width:240px;
}
.b-content__sidebar .b-section {
	padding:30px;
}


/*** --- Stretch --- ***/
.b-stretch {
	margin:0 -20px;
}
.b-stretch_top {
	margin-top:-20px;
}


/*** --- Table --- ***/
.b-table {
	width:100%;
}
.b-table__cell {
	padding:10px;
	text-align:left;
	vertical-align:middle;
}
.b-table__cell_first {
	padding-left:20px;
}
.b-table__cell_last {
	padding-right:20px;
}
.b-table__row_even .b-table__cell {
	background-color:#f5f5f5;
}
.b-table .b-table__row_title .b-table__cell {
	padding-top:15px;
	padding-bottom:15px;
}
.b-table .b-table__row_separator .b-table__cell {
	padding:0;
	height:1px;
	overflow:hidden;
	background:url(../images/b-separator_bg.gif) repeat-x 0 0;
}
.b-table__row_hovered .b-table__cell {
	background-color:#e5eef9;
}
.b-table__row_selected .b-table__cell {
	background-color: #e5eef9;
}


/*** --- Field --- ***/
.b-field {
	width:35%;
	height:16px;
	padding:6px 10px;
	background:#FFF url(../images/b-field_bg.gif) repeat-x 0 0;
	border:1px solid #bcbcbc;
	vertical-align:middle;
	color:#555;
	font:normal 14px Arial, Tahoma, Helvetica, sans-serif;
	outline:none;
	/* box-shadow */
	-webkit-box-shadow:inset 0 1px 1px #bcbcbc;
	-moz-box-shadow:inset 0 1px 1px #bcbcbc;
	box-shadow:inset 0 1px 1px #bcbcbc;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-field:focus {
	border-color:#629f03;
}
.b-field.placeholder {
	color:#818181;
	font-style:italic;
}
.b-field::-webkit-input-placeholder {
	color:#818181;
	font-style:italic;
}
.b-field:-moz-placeholder {
	color:#818181;
	font-style:italic;
}
/* Rounded */
.b-field_rounded {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
/* Sizes */
.b-field_size_medium {
	padding-top: 5px;
	padding-bottom: 5px;
}
.b-field_size_large {
	font-size:19px;
	height:24px;
	padding-top:12px;
	padding-bottom:12px;
}
/* Textarea */
.b-field_textarea {
	height:auto;
}



/*** --- Select --- ***/
.b-select {
	padding:6px;
	height:30px;
	font:bold 12px/28px Arial, Tahoma, Helvetica, sans-serif;
}
.b-select_size_medium {
	/*height:40px;
	line-height:38px;*/
}



/*** --- Footer --- ***/
.b-footer {
	background:#f4f4f4;
	padding-bottom:10px;
}
.b-footer__line {
	height:0;
	overflow:hidden;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #FFF;
}
.b-footer__content {
	overflow:hidden;
	width:940px;
	padding:15px 30px;
	margin:0 auto;
	color:#2e2a2a;
}
.b-footer a, .b-footer .b-link {
	color:#2e2a2a;
	text-decoration:none;
}
.b-footer a:hover {
	text-decoration:underline;
}
.b-footer a:hover, .b-footer .b-link:hover {
	color:#174273;
}
.b-footer .b-link__text {
	text-decoration:none;
}
.b-footer .b-link:hover .b-link__text {
	text-decoration:underline;
}
/* Form */
.b-footer__form {
	overflow:hidden;
}
.b-footer__form__label {
	float:left;
	padding-right:10px;
	line-height:26px;
}
.b-footer__form__input {
	float:left;
	height:16px;
	padding:4px 5px;
	margin-right:8px;
	border:1px solid #fbfbfb;
	border-top-color:#e0e3e7;
	border-left-color:#e0e3e7;
	background:#FFF;
	color:#222;
	font:normal 12px Arial, Tahoma, Helvetica, sans-serif;
	/* border-radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.b-footer__form__input:focus {
	border-color:#a2df53;
	border-top-color:#82bf33;
	border-left-color:#82bf33;
}
.b-footer__form .b-button {
	float:left;
	padding-left:6px;
	padding-right:6px;
}
/* Panel */
.b-footer__panel {
	overflow:visible;
	height:26px;
}
.b-footer__panel .b-footer__form {
	float:left;
}
.b-footer__panel .b-footer__form__input {
	width:235px;
}
/* News */
.b-footer__news {
	float:right;
	position:relative;
	background:#ebebeb url(../images/b-footer__news_bg.gif) repeat-y 0 0;
	width:550px;
	height:26px;
	padding:15px 0 15px 20px;
	margin:-15px 0;
}
.b-footer__news__title {
	float:left;
	width:105px;
	margin-right:10px;
	overflow:hidden;
	font:normal 20px/26px 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-footer__news__item {
	float:left;
	overflow:hidden;
	width:435px;
	height:26px;
	line-height:13px;
}
.b-footer__news__overlay {
	position:absolute;
	width:1000px;
	top:0;
	right:-1000px;
	height:56px;
	background:#ebebeb;
}
/* Links */
.b-footer__links__item {
	float:left;
	padding:2px 15px 2px 0;
	margin-right:15px;
	border-right:1px solid #d7d7d7;
	font-weight:bold;
}
.b-footer__links__item:last-child {
	border-right:none;
}
/* Menu */
.b-footer__menu {
	padding-right:0;
	width:970px;
}
.b-footer__menu__column {
	float:left;
	width:164px;
	margin-right:30px;
}
.b-footer__menu__title {
	display:block;
	height:15px;
	overflow:hidden;
	margin-bottom:6px;
	font-weight:bold;
}
.b-footer__menu__list {
	margin-bottom:20px;
}
.b-footer__menu__list__item {
	padding:6px 0;
	font-size:11px;
	line-height:1;
	border-bottom:1px solid #d8d8d8;
}
.b-footer__menu__list__item:last-child {
	border-bottom:none;
}
.b-footer__menu__list__item .b-footer__form {
	padding-top:5px;
}
.b-footer__menu__list__item .b-footer__form__input {
	width:112px;
}
.b-footer__menu__list__item .b-footer__form .b-button {
	width:32px;
}
/* Copyright */
.b-footer__copyright {
	font-size:11px;
}
.b-footer__about .b-footer__copyright {
	float:left;
	width:358px;
}
.b-footer__copyright__title {
	display:block;
	font-weight:bold;
}
.b-footer__copyright__description {
	display:block;
	color:#6b6a6a;
}
/* Payment */
.b-footer__payment {
	overflow:hidden;
}
.b-footer__about .b-footer__payment {
	float:right;
}
.b-footer__payment__title {
	float:left;
	width:164px;
	padding:5px 15px 0 0;
	color:#656565;
	font:normal 14px/1 'Display Medium', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.b-footer__payment__description {
	color: #2e2a2a;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 9px;
	text-transform: none;
}
.b-footer__payment__item {
	float:left;
	width:60px;
	padding-left:15px;
	color:#757575;
	font-size:10px;
	line-height:1;
	text-align:center;
}
.b-footer__payment__item__image {
	display:block;
	margin:0 auto 3px;
}


/*** --- Form --- ***/
.b-form__fieldset {
	overflow:hidden;
	margin-bottom: 1em;
}
.b-form__column {
	float:left;
	margin-right:10px;
}
.b-form__column_padding_wide {
	margin-right:2em;
}
.b-form__label {
	display:block;
	font-weight:bold;
	padding-bottom:0.5em;
}

.b-field__info-box {
	background: #f5f5f5 url('../images/b-field_error_icon.png') no-repeat 20px 20px;
	border: 1px solid #eeeeee;
	color: #3366C4;
	font: 18px/1 'Display Bold', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 16px 16px 16px 68px;
}

/* Errors */
.b-field__error-box {
	background: #f5f5f5 url('../images/b-field_error_icon.png') no-repeat 20px 20px;
	border: 1px solid #eeeeee;
	color: #cd3c69;
	font: 18px/1 'Display Bold', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 16px 16px 16px 68px;
}
.b-field_error {
	background: url('../images/b-field_error_bg.gif') #ffecf1 repeat-x;
	border-color: #cd3c69;
	border-width: 2px 1px 1px 1px;
}
.b-field_error_text {
	background: #f0c8d7;
	border: 1px solid #f0c8d7;
	/* border-radius */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 10px;
	width: 35%;
}
.b-field_error_text__top {
	margin-top: -0.5em;
	margin-bottom: 10px;
}
/* Sort */
.b-sort_arrow {
	background: url('../images/b-sort_arrow_bg.png') no-repeat 0 0;
	display: inline-block;
	height: 7px;
	margin-left: 5px;
/* 	margin-bottom: 1px; */
	width: 5px;
}
.b-sort_arrow__asc {
	background-position: 0 -7px;
}



/*** --- Separator --- ***/
.b-separator, .b-text hr {
	clear:both;
	border:none;
	background:url(../images/b-separator_bg.gif) repeat-x 0 0;
	height:1px;
	overflow:hidden;
	margin:0 0 2em 0;
}
.b-section .b-separator, .b-section .b-text hr  {
	margin-left:-20px;
	margin-right:-20px;
}


/*** --- Text --- ***/
.b-text h1, .b-text h2, .b-text h3, .b-text h4, .b-text h5, .b-text h6 {
	padding:1em 0 0.6em;
	line-height:1;
}
.b-text h1, .b-text h2, .b-text h3 {
	font:normal 30px/1 'Display Bold', Arial, Helvetica, sans-serif;
}
.b-text h2 {
	font-size:23px;
}
.b-text h3 {
	font-size:20px;
}
.b-text h4 {
	font-weight:bold;
	font-size:17px;
}
.b-text h5 {
	font-weight:bold;
	font-size:15px;
	padding-bottom:0.8em;
}
.b-text h6 {
	font-weight:bold;
	font-size:13px;
	padding-bottom:1em;
}
/* Lists */
.b-text ul, .b-text ol {
	padding-bottom:0.5em;
}
.b-text ul > li, .b-text ol > li {
	padding-bottom:0.5em;
	margin-left:2em;
}
.b-text ul > li {
	list-style:disc;
}
.b-text ol > li {
	list-style:decimal;
}
/* Separator */
.b-text hr {
	margin-bottom:1em;
}
/* Paddings */
.b-text > p:last-child, .b-text > ul:last-child, .b-text > ol:last-child {
	padding-bottom:0;
}
.b-text > h1:first-child, .b-text > h2:first-child, .b-text > h3:first-child, .b-text > h4:first-child, .b-text > h5:first-child, .b-text > h6:first-child {
	padding-top:0;
}
/* Carousel */
.b-carousel_navigation {
	text-align: center;
}
.b-carousel_navigation .b-carousel_navigation__button {
	background: url('../images/b-carousel_navigation.png') no-repeat 0 0;
	border: 0;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	width: 10px;
}
.b-carousel_navigation .b-carousel_navigation__button_active {
	background-position: 0 -10px;
}

.carousel_paginator {
	text-align: center;
}
.carousel_paginator a {
	background: url('../images/b-carousel_navigation.png') no-repeat 0 -10px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.carousel_paginator a.current {
	background-position: 0 0;
}

.b-discount-flag {
	background: url('../images/b-discount-flag.png') no-repeat;
	color: #fff;
	display: inline-block;
	font: bold 11px/16px Arial, 'DejaVu Sans', sans-serif;
	height: 14px;
	text-align: center;
	text-indent: 5px;
	width: 39px;
}