.banner.back {
 /*   background: url('theme_images/banner/back.png') repeat-x;*/
    position: relative;
    }
.active .link_button_wrapper {
    background: url('theme_images/flags/flag_strip1.png') center repeat-x;
    }

.active .link_button_wrapper .flag        {
    background: url('theme_images/flags/flag1.png') center no-repeat;
    }
.item_card_wrapper .item_card_info .action_button {
    background: url('theme_images/flags/flag_strip2.png') repeat-x center;
    }
.item_card_wrapper .item_card_info .action_button .flag {
    background: url('theme_images/flags/flag_3_right.png') no-repeat right;
    }
.nav_buttons .button.forward {
    background: url('theme_images/flags/flag_strip2.png') top repeat-x;
    }
.nav_buttons .button.forward .flag {
    background: url('theme_images/flags/flag_3_right.png') top no-repeat;
        }
.footer .i_want_block .i_want_button {
    display: inline-block;
    padding: 1px 0 2px 0;
    border-radius: 10px;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    background: rgb(59,94,222); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top,  rgb(59,94,222) 0%, rgb(50, 77, 178) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(59,94,222)), color-stop(100%,rgb(50, 77, 178))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(59,94,222) 0%,rgb(50, 77, 178) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(59,94,222) 0%,rgb(50, 77, 178) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(59,94,222) 0%,rgb(50, 77, 178) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(59,94,222) 0%,rgb(50, 77, 178) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5ede', endColorstr='#324db2',GradientType=0 ); /* IE6-8 */
    margin-top: 2px;
    }
.color1 {
	color:#404040;
	}
.color2 {
	color:#828282;
	}
.color3 {
	color:#393184;
	}
.wrap_line {
	background:url('theme_images/wrap_line.png') repeat-x;
	}
.error {
	border-color: #f25f61;
	}
.check {
	border-color: #3c5fe1;
	}
.filter .filter_block .filter_block_body .color_square.active {
	border: 2px solid #3c5fe1;
	}
.bouquet_block:hover .bouquet_order_button .wrapper,
.bouquet_block .bouquet_order_button .wrapper:hover {
	background: rgb(59,94,222); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top,  #393184 0%, #393184 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393184), color-stop(100%,#393184)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #393184 0%,#393184 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #393184 0%,#393184 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #393184 0%,#393184 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #393184 0%,#393184 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5ede', endColorstr='#324db2',GradientType=0 ); /* IE6-8 */
       }
.skype a { 
	color: #43bff4; 
	}
.banner .bx-wrapper .bx-default-pager a { 
	border: 2px solid #3c5fe1;
        background: none;
	}
.banner .bx-wrapper .bx-default-pager .bx-pager-item:hover a,
.banner .bx-wrapper .bx-default-pager a.active { 
	background-color: #3c5fe1;
	}

.before_footer_block .tabs_content_block_body ul.tabs li.current a{
        color: #3c5fe1;
}
.tooltip_block .tooltip_button{
        background:#7792F5;
}
.tooltip_block .tooltip_button:hover{
        background:#3c5fe1;
}

.header_menu_item a:hover,
.header_menu_item a.active{
        color:#9112E6;
}
