/*** QUOTE INDEX CSS: POSITION RELATIVE ***/

/***** COMMON FOR HEADER AND FOOTER *****/

div, p, img, ul, li, table, th, td, form {
	margin: 0;
	padding: 0;
}

input {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

div#header ul,
div#footer ul {
	list-style: none;
}

div#header table,
div#footer table {
	border: 0px; /* border="0" */
	border-collapse: collapse; /* cellspacing="0" */
}

div#header table tr th,
div#footer table tr th {
	padding: 0px; /* cellpadding="0" */
}

div#header table tr td,
div#footer table tr td {
	padding: 0px; /* cellpadding="0" */
}

div#header table tr.odd td,
div#footer table tr.odd td {
	background-color: #ffffff;
}

div#header table tr.even td,
div#footer table tr.even td {
	background-color: #f2f2f2;
}

div#header input,
div#footer input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div#header a img,
div#footer a img {
	border: none;
}

div#header a,
div#footer a {
	color: #333333;
	text-decoration: underline;
}

div#header a:hover,
div#footer a:hover {
	color: #000000;
}

div#header a:active,
div#footer a:active {
	text-decoration: none;
}

/* Firefox anchor border remove. */
div#header a:active,
div#header a:focus,
div#header img,
div#footer a:active,
div#footer a:focus,
div#footer img {
	outline: 0;
}

/***************** HEADER *****************/

div#header {
	width: 100%;
	background-color: #ffffff;
}

div#header .inactive {
	color: #c6c6c6;
}

div#header .itemhover {
	background-color: #dddddd;
}

div#header .darkred {
	color: #7f1121;
}

div#header .bold {
	font-weight: bold;
}

/************ HEADER > CONSOLE ************/

div#console {
	border: 1px solid #D0D0D0;
	border-left: 0;
	border-right: 0;
}

div#console table {
	background: url(img/bg/console.png) repeat-x scroll 0 0 #D0D0D0;
	border: 1px solid #FFF;
	height: 23px;
	text-align: left;
	vertical-align: bottom;
	width: 100%;
}

div#console table td {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
}

div#console table td.cell_time {
	width: 150px;
}

/* Хак для Internet Explorer 6 */
div#console table td.cell_time {
	_width: 154px;
}

div#console table td.cell_favorites {
	width: 177px;
}

div#console table td.cell_homepage {
	width: 161px;
}

div#console table td.cell_advertisement {
	width: 105px;
}

div#console table td.cell_rss {
	width: 77px;
}

div#console table td.cell_pda {
	width: 82px;
}

div#console table td.cell_login {
    text-align: right;
    padding: 0 5px;
}

div#console table td.cell_login .button,
div#console table td.cell_login .check {
    vertical-align: middle;
}

div#console table td.cell_login .button {
    margin-left: 5px;
}

div#console table td.cell_login input[type='text'],
div#console table td.cell_login input[type='password']{
    border: 1px solid #7f9db9;
    width: 150px;
    vertical-align: middle;
}

div#console table td.cell_login .remember {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

div#console table td a div {
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 4px;
	font-size: 1px;
}

/* Хак для Internet Explorer 6 */
div#console table td a div {
	_margin: 0;
}

div#console table td a.rss {
	display: block;
}

div#console table td a.rss div {
	background: url(img/sprites/icons-small.gif) -24px 0px no-repeat;
}

div#console table td a.pda {
	display: block;
}

div#console table td a.pda div {
	background: url(img/sprites/icons-small.gif) -24px -12px no-repeat;
}

div#console table td a {
	font-size: 1.1em;
}

div#console table td .time {
	font-size: 1.1em;
	display: block;
}

div#console table td .time div {
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 4px;
	font-size: 1px;
	background: url(img/sprites/icons-small.gif) -12px 0px no-repeat;
}

/* Хак для Internet Explorer 6 */
div#console table td .time div{
	_margin: 0;
	_margin-left: 2px;
}

div#console table td a.favorites {
	display: block;
}

div#console table td a.favorites div {
	background: url(img/sprites/icons-small.gif) 0px -12px no-repeat;
}

div#console table td a.homepage {
	display: block;
}

div#console table td a.homepage div {
	background: url(img/sprites/icons-small.gif) 0px 0px no-repeat;
}

div#console table td a.advertisement {
	display: block;
}

div#console table td a.advertisement div {
	background: url(img/sprites/icons-small.gif) -12px -12px no-repeat;
}

/************* HEADER > ATTIC *************/

div#attic {
	margin-top: 2px;
	margin-bottom: 2px;
}

div#attic table {
	width: 100%;
}

/********* HEADER > ATTIC > LOGO *********/

div#attic table td.logo {
	width: 310px;
	vertical-align: middle;
}

div#attic table td.logo div.logo_container {
	overflow: hidden;
	width: 310px;
}

div#attic table td.logo a img {
	margin-left: 5px;
}

/******** HEADER > ATTIC > SEARCH ********/

div#attic table tr td.search {
	width: 330px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

form#search {
	margin-top: 21px;
	width: 250px;
}

form#search table td {
	padding: 0;
	vertical-align: top;
	*vertical-align: middle;
}

form#search table tr td.search_word {
	width: 250px;
}

form#search table tr td.find {
	width: 70px;
}

form#search table tr td input#find {
	width: 70px;
	text-indent: 0px;
}

form#search table td input#search_word {
	width: 250px;
	height: 22px;
	text-indent: 5px;
	background-color: #ffffff;
	border: 1px solid #7f9db9;
	*line-height: 1.5em;
	_line-height: 1.5em;
}

form#search table td input.loader {
	background: url(img/loader/loader.gif) 99% 2px no-repeat;
	*background: url(img/loader/loader.gif) 98% 2px no-repeat;
	_background: url(img/loader/loader.gif) 98% 2px no-repeat;
}

form#search table tr.last td {
	padding-top: 5px;
	text-align: right;
}

/*** HEADER > ATTIC > SEARCH > SUGGEST ***/

div#search_suggest {
	width: 320px;
	*width: 322px;
	_width: 322px;
	max-height: 505px;
	height: expression(this.scrollHeight > 505 ? '500px' : 'auto');
	display: none;
	margin: 0;
	padding: 0;
	margin-top: -17px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 150;
	background-color: #ffffff;
	border: 1px solid #a3abb8;
	border-top: 1px solid #c7ccd4;
	-webkit-box-shadow: 2px 2px 3px #969696;
	-moz-box-shadow: 2px 2px 3px #969696;
	box-shadow: 2px 2px 3px #969696;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3 );
}

/* Хак для Internet Explorer 7 */
div#search_suggest {
	*margin-left: 5px;
	*margin-top: -18px;
}

div#search_suggest h4 {
	width: 100%;
	margin: 0;
	padding: 5px;
	background: url("img/bg/header.gif") repeat-x;
	font-size: 1.5em;
	text-align: left;
}

div#search_suggest p.link {
	margin-top: 4px;
	padding-bottom: 7px;
	padding-right: 6px;
	text-transform: lowercase;
	text-align: right;
}

div#search_suggest p.link a {
	display: inline-block;
	height: 14px;
	padding-left: 15px; /* отступ от маркера */
	background: url(img/icons/pack11/rightarrowgreen.gif) no-repeat 0 3px;
	font-size: 1.1em;
}

div#search_suggest table {
	width: 100%;
	text-align: left;
	cursor: default;
}

div#search_suggest table tr.item td {
	padding: 2px 5px !important;
	font-size: 1.2em;
	cursor: pointer;
}

div#search_suggest table tr.item td.first {
	width: 100px;
}

div#search_suggest table tr.item td.middle {
	width: auto;
}

div#search_suggest table tr.item td.last {
	width: 150px;
}

div#search_suggest table tr.itemhover  td {
	background-color: #dddddd;
}

/****** HEADER > ATTIC > MEDIA BANNER ******/

div#attic table tr td.teaser_banner {
	padding-right: 4px;
	vertical-align: bottom;
}

div#attic table tr td.media_banner {
	width: 150px;
	padding-right: 4px;
	vertical-align: bottom;
}

/************* HEADER > MENU *************/
div#menu {
  background: #349764;
  height: 30px;
  /* border-top: 1px solid #349764;
  border-bottom: 1px solid #349764; */
}
div#menu div ul {
  height: 30px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
div#menu div ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 30px;
  background: url('img/menu/nav-border.png') 0 0 no-repeat;
  text-align: center;
  position: relative;
  padding-left: 3px;
}
div#menu div ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font: 13px/1 Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 1px #349764;
  font-weight: bold;
  vertical-align: top;
  padding: 0 25px;
  line-height: 30px;
  height: 30px;
}
div#menu div ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #3bb36b;
  cursor: pointer;
}
div#menu div ul li a.current {
  color: #ffffff !important;
  background: #3bb36b !important;
}
div#menu div ul li span {
  position: absolute;
  height: 30px;
  width: 3px;
  right: -3px;
  top: 0;
  display: block;
  background: url('img/menu/nav-border.png') 100% 0 no-repeat;
}

/***************** FOOTER *****************/

div#footer {
	width: 100%;
}

div#footer ul.list li {
	margin-top: 2px;
	margin-bottom: 5px;
	padding-left: 7px; /* отступ от маркера */
	background: url(img/icons/pack5/listarrow.gif) no-repeat 0 4px;
	text-align: left;
}

/********* FOOTER > RBC PRODUCTS *********/

div#rbc_products {
	padding: 15px;
	padding-left: 4px;
	padding-right: 4px;
	background: #f5f8ed url(img/bg/footer.gif) repeat-x;
}

div#rbc_products table {
	width: 100%;
}

div#rbc_products table tr th {
	padding-top: 11px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.5em;
	text-align: left;
	vertical-align: middle;
}

div#rbc_products table tr td {
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

div#rbc_products table tr th.quote_products {
	background-color: #dbe5d8;
}

div#rbc_products table tr td.quote_products {
	background-color: #dbe5d8;
}

div#rbc_products table tr td.left_list {
	width: 200px;
}

div#rbc_products table tr td.right_list {
	width: 150px;
}

div#rbc_products table tr td.other_products table#other_products_table {
	width: 100%;
}

div#rbc_products table tr td.other_products table#other_products_table tr td {
	width: 25%;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

div#rbc_products table tr td.other_products table#other_products_table tr td.first
	{
	padding-left: 0px;
}

div#rbc_products table tr td.other_products table#other_products_table tr td.last
	{
	padding-right: 0px;
}

div#rbc_products table tr th.use_it {
	width: 219px;
	border-left: 1px solid #d4e4bd;
}

div#rbc_products table tr td.use_it {
	width: 219px;
	border-left: 1px solid #d4e4bd;
}

div#rbc_products table tr th.quote_products img#footer_rbc_logo {
	margin-right: 3px;
}

div#rbc_products table tr td ul li {
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 1.1em;
	padding-left: 7px; /* отступ от маркера */
	background: url(img/icons/pack5/listarrow.gif) no-repeat 0 4px;
}

div#rbc_products table tr td.left_list ul {
	width: 200px;
}

div#rbc_products table tr td.right_list ul {
	width: 150px;
}

/******** FOOTER > RBC INFORMATION ********/

div#rbc_information {
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 14px;
	padding-right: 4px;
	background: #eef1ea url(img/bg/footer.gif) repeat-x;
}

div#rbc_information table {
	width: 100%;
}

div#rbc_information table tr td {
	vertical-align: top;
}

div#rbc_information table tr td p {
	color: #737373;
}

/** FOOTER > RBC INFORMATION > COPYRIGHT **/
div#rbc_information table tr td#copyright a.rights:link {
	color: #3b4c5c;
}

div#rbc_information table tr td#copyright a.rights:visited {
	color: #3b4c5c;
}

div#rbc_information table tr td#copyright a.rights:hover {
	color: #3b4c5c;
}

div#rbc_information table tr td#copyright a.rights:active {
	color: #3b4c5c;
}

/** FOOTER > RBC INFORMATION > COUNTERS **/

div#rbc_information table tr td#counters {
	text-align: right;
	width: 240px;
}

div#rbc_information table tr td#counters p {
	margin-top: 3px;
	text-align: right;
	text-transform: lowercase;
}

/* RBC CREDIT */

.t-credit{
    margin-top: 12px;
}

.t-credit_inner {
    border: 1px solid #CCCCCC;
    padding: 14px 10px 0;
    background: #fff;
    font: 12px / 1.2 Tahoma, ​ Verdana, ​ sans-serif;
    color: #000000;
}

.t-credit_form {
    margin: 0;
    padding: 0;
}

.t-credit_logo {
    display: block;
    margin: 0 0 10px;
}

.t-credit_logo-img {
    border: 0;
    max-width: 100%;
}

.t-credit_tabel{
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}

.t-credit_tabel .t-credit_td-label,
.t-credit_tabel .t-credit_td-value,
.t-credit_tabel .t-credit_td-label2,
.t-credit_tabel .t-credit_td-label3,
.t-credit_tabel .t-credit_td-value3 {
    vertical-align: middle;
    padding: 4px 0;
    background-color: transparent;
}

.t-credit_tabel .t-credit_td-label {
    padding-right: 6px;
    width: auto !important;
}

.t-credit_tabel .t-credit_td-value {
    width: 71px !important;
}

.t-credit_tabel .t-credit_td-label2 {
    width: 20px !important;
    padding-left: 6px;
}

.t-credit_tabel .t-credit_td-label3 {
    width: auto !important;
    padding-right: 4px;
}

.t-credit_tabel .t-credit_td-value3 {
    width: 80px !important;
}

.t-credit_tabel .t-credit_select {
    width: 77px;
    font: 12px Tahoma, ​ Verdana, ​ sans-serif;
    color: #000000;
}

.t-credit_tabel .t-credit_input-text {
    font: 13px / 1.2 Tahoma, ​ Verdana, ​ sans-serif;
    color: #000000;
    width: 67px;
    height: 1.2em;
    margin: 0;
    padding: 1px 4px;
    border: 1px solid #CCCCCC;
}

.t-credit_tabel .t-credit_radio {
    width: 1em;
    height: 1em;
    margin: 0 2px 0 0;
    cursor: pointer;
    #vertical-align: middle;
}

.t-credit_tabel .t-credit_label {
    white-space: nowrap;
    margin-right: 4px;
}

.t-credit_tabel .t-credit_label-text {
    /*padding: 0 3px 0 2px;*/
    cursor: pointer;
    #vertical-align: middle;
    display: inline-block;
    /*8-9 padding: 0;*/
}

.t-credit_button-submit {
    margin: 10px -10px 0;
    padding: 10px 0;
    background: #F4F4F4;
    text-align: center;
}

.t-credit_input-submit {
    max-width: 100%;
    vertical-align: bottom;
}

/* RBC CREDIT (end) */
