﻿/* Reset
------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: normal;
}

li {
	list-style-type: none;
}

:focus {
	outline:none;
}

input[type=checkbox],	
input[type=radio] {
	vertical-align:-3px;
}

/* Global
------------------*/
body {
	font: .75em/1.3 arial, sans-serif;
	color: black;
	background: #e6eff7 url('../i/bg.png') repeat-x;	
}

body #wrap {
	position: relative;
	background: url('../i/bg_top.jpg') center top no-repeat;
}

input, select {
	font-family: arial, sans-serif;
}

h1 {
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
}


h2 {
	font-size: 1.2em;
	line-height: 1.1;
	margin: 0 0 .8em 0;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 .1em 0;
}

h4 {
	font-size: .9em;
	line-height: 1.6;
	margin: .2em 0;
}

a {
	color: #1b6fb7;
}

a:visited {
	color: #1b6fb7;
}

a:hover {
	color: #ce2d73;	
	text-decoration: underline;
}

small {
	font-size: .9em;
}

.hr {
  margin-bottom: 1.6em;
  border-top: 1px solid #cfd7de;
}

.spcr10 { height:10px; clear:both; }

.spacer {
	height: 2.5em;
}

.clickable {
	cursor: pointer;
}
.found{background:#E5448A;color:#fff;}
/* Common
------------------*/
.fix_width {
	position: relative;
	width: 994px;
	margin: 0 auto;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

.hidden {
	display: none !important;
}


div.ul ul,
div.ul ol {
	padding: 0;
	margin: 1em 0;
}

div.ul li {
	margin: .8em 0 .8em 1.5em;
}

div.ul ul {
	list-style-type: none;
	//list-style-image: url(../i/li.gif);
}

div.ul ul li {
	padding: 0;
	behavior: expression(
		( !this.before && parentNode && parentNode.tagName == 'UL' )
		?
			( this.before = true )
			& ( parentNode.style.listStyleImage = 'none' )
			& (
				( this.firstChild && this.firstChild.firstChild )
				?
					( this.firstChild.style.marginTop = '-1.2em' )
					& ( this.firstChild.style.position = 'relative' )
				: ''
			)
			& ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
			& ( eNOBR.innerHTML = '&mdash;&nbsp;' )
			& ( this.insertBefore( eNOBR, this.firstChild ) )
		: ''
	);
}

div.ul ul>li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}

div.ul ul>li>*:first-child:-moz-first-node {
	margin-top: -1.2em;
}

div.ul ul>li>* {
	text-indent: 0;
}

div.ul .sup {
	position: relative;
	top: -0.5em;
	font-size: 0.75em; //font-size: 0.89em;
	line-height: 0;
	vertical-align: baseline;
}


/* Panel
------------------*/
.panel {
	height: 55px;
	background: #175dab url('../i/panel_gd.gif') repeat-x;
	color: white;
}

.panel .content {
	padding: .8em 20px 0 20px;
	overflow: hidden;
}

.panel .content .work_time,
.panel .content .address,
.panel .content .cur-rate {
	float: left;
	font-size: inherit;
}

.panel .content .work_time {
	width: 220px;
	margin-right:9em;
}

.panel .content .address {
	width: 306px;
	margin-right:1.5em;
}

.panel .content .cur-rate{
	border:1px solid #8ebadd;
	color:#fff;
	font-size:1.1em;
	padding:2px 5px;
	margin:6px 0 0 0;
}
	.panel .content .cur-rate strong{
		color:#fff;
		font-size:1.1em;
	}

.panel .content .work_time h4,
.panel .content .address h4 {
	font-size: .9em;
	color: #8ebadd;
}

.panel .content .address .map {
	position: relative;
}

.panel .content .address .map a {
	color: #ffd5e7;
}

.panel .content .address .map .ico {
	/*position: absolute;
	width: 16px;
	height: 16px;
	background: url('../i/ico_win.gif') no-repeat;
	display: block;
	right: -19px;
	top: -1px;*/
	position: relative;
	width: 16px;
	height: 16px;
	background: url('../i/ico_win.gif') no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	margin-top: -4px;
}

.panel .content .cart_button,
.panel .content .cart_button .button {
	background: url('../i/cart_button.png');
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
}

.panel .content .cart_button {
	margin-right: 10px;
	text-decoration: none;
	color: white;
	float: right;
}

.panel .content .cart_button .button {
	position: relative;
	left: 10px;
	font-weight: bold;
	background-position: top right;
	padding: 0 15px 0 25px;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	white-space: nowrap;
}

.panel .cart_button .button .button_text {
	float: left;
}

.panel .content .cart_count,
.panel .content .cart_count span {
	background: url('../i/cart_count_bg.png');
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
	line-height: 21px;
	height: 21px;
}

.panel .content .cart_count {
	margin: 7px 7px 0 6px;
}

.panel .content .cart_count span {
	position: relative;
	left: 7px;
	background-position: top right;
	padding: 0 7px 0 0;
	white-space: nowrap;
}

.panel .content .cart_button .button .ico {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 10px;
	background: url('../i/ico_cart.gif');	
}

.fix_width {
}

.logo {
	position: absolute;
	top: 26px;
	left: 20px;
	width: 218px;
	height: 64px;
	overflow: hidden;
	z-index:9;
}


/* Head
------------------*/
.head {
	margin-top: 25px;
}

.head .phones {
	margin-left: 345px;
	float: left;
}

.head .phones ul {
	float: left;
	margin: 0 5.9em 0 0;
}

/*.head .phones ul li {
	float: left;
	clear: both;
	zoom: 1;
}*/

.head .phones .phone_code {
    color: #878E94;
	font-size: .9em;
	margin-left: -2em;
}

.head .phones .phone_numder {
	font-size: 1.6em;
	color: #ce2d73;
}
.head .phones .callMe {
    color:#CE2D73;
    font-size:1.4em;
	cursor:pointer;
	border-bottom: 1px dotted;
	/*margin-left:-20px;*/
	left:-2em;
	position:relative;
	zoom:1;
	overflow:hidden;
}

.head .phones .icq-status {
    margin-left: -2em;
    line-height:34px;
    vertical-align:middle;
}

.head .phones .icq {
    font-size:1.4em;
    color: #ce2d73;
    padding-left:3px;
}

.head .present {
	float: right;
    font-size: 1.2em;
    margin: 0 12px 0 0;
    width: 170px;
}
.head .present a {
	margin-right: 5px;
}
/*.head .present h1 {
	font-size:1em;
	font-weight:normal;
	margin:0;
	color:#000;
}
.head .present b {
	font-size:1em;
	font-weight:normal;
	margin:0;
	color:#000;
}*/

/* Main menu
------------------*/
.main_menu {
	margin: 0.5em 0 0 0;
	float: left;
}

.main_menu li {
	font-size: 1.25em;
	font-weight: bold;
	margin-right: 3em;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	float: left;
}

.main_menu a,
.main_menu a:visited  {
	text-decoration: none;
	color: #1a2732;
}

.main_menu a:hover {
	color: #ce2d73;
}

.main_menu strong.selected,
.main_menu strong.selected span.selected {
	background: url('../i/selected_button.png') no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
}

.main_menu li.selected {
	position: relative;
	left: -10px;
}

.main_menu strong.selected {
	margin-right: -10px;
	color: white;	
}

.main_menu strong.selected span.selected {
	padding: 0 12px 0 2px;	
	position: relative;
	left: 10px;
	height: 30px;
	line-height: 30px;
	background-position: right top;
	white-space: nowrap;
}

.main_menu .advanced a
{
    position:relative;
}
.main_menu .advanced
{
}
.main_menu .advanced:hover ul
{
    display: block;
}
.main_menu .advanced:hover > span
{
    color: #1A2732;
}
.main_menu .advanced span span {
    background: url("../i/m_row_down.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 7px;
    margin-bottom: 5px;
    vertical-align: text-bottom;
    width: 7px;
}

.main_menu .advanced:hover span span {
    background: url("../i/m_row_up.png") no-repeat scroll 0 0 transparent;
}
.main_menu .advanced ul
{
    background-color: #F6F9FC;
    border: 1px solid #C1D3E4;
    display: none;
    margin: 0 0 0 -12px;
    padding-left: 12px;
    padding-top: 27px;
    position: absolute;
    z-index: 10;
}
.main_menu .advanced span
{
    position: relative;
    z-index: 11;
}
.main_menu .advanced ul li
{
    float: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}

/* У.е. 
------------------*/
.currency-rate{
	border:1px solid #ce2d73;
	float:right;
	font-size:1.2em;
	padding: 2px 5px;
	margin: 38px 20px 0 10px;
}
	.currency-rate strong {
		color:#ce2d73;
		font-size:1.2em;
	}

/* Simple search
------------------*/
.simple_search {
	/*float: right;*/
	position: relative;
	margin: 0.7em 40px 0 0;
	float:right;
    width: 260px;
    z-index: 9;
}

.simple_search  .search_input_bg {
	width: 248px;
	height: 25px;
	overflow: hidden;
	/*background: url('../i/search_input.gif');*/
	float: left;
	padding-top:3px;
}

.simple_search .search_input_bg  .search_input {
	font-size: .9em;
	width: 122px;
	margin: 3px 0 0 22px;
	color: black;
	border: none;
}

.simple_search  .search_button {
	position: absolute;
	top: 0;
	right: -5px;
	width: 14px;
	height: 17px;
	background: url('../i/search_button.gif');
	border: none;
	cursor: pointer;
	margin-top:3px;
}

.simple_search  .search_button span{
	display: none;
}

/* Home link
------------------*/
.home_link {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0.5em 22px 0 20px;
	overflow: hidden;
	float: left;
}

.home_link img {
	position: absolute;
	top: 6px;
	left: 7px;
}

.home_link_selected {
}

.home_link_selected span.l, 
.home_link_selected span.r {
	position: absolute;
	width: 15px;
	height: 30px;
	background: url('../i/selected_button.png');
}

.home_link_selected span.r {
	left: 15px;
	background-position: top right;
}

/* Content block
------------------*/
#content {
	width: 100%;
}

#content .left_container {
	width: 210px;
	float: left;
}

#content .center_container {
	/*width: 800px;*/
	overflow: hidden;
	padding-bottom: 4px;
}

/* Footer
------------------*/
.footer {
	height: 110px;
	padding: 0 20px;
	font-size: .9em
	line-height: 1.4;
	color: #878e94;
	overflow: hidden;
}

.footer p {
	margin-bottom: 1.1em;
}

.footer .left_block {
	width: 50.6em;
	float: left;
}

.footer .dev {
	padding: 8px 0;
	height: 40px;
	color: #858585;
	float: right;
}

.footer .dev a {
	text-decoration: none;
}

.footer .dev img {
	vertical-align: middle;
	margin-left: 10px;
	
}

/* Frame path
------------------*/
.frame_path {
	margin: 20px 0;
}

.frame_path .bt,
.frame_path .bb,
.frame_path .frame_path_content {
	width: inherit;
}

.frame_path .bt,
.frame_path .bb {
	height: 9px;
	overflow: hidden;
	background: url('../i/path_border.png') no-repeat;	
}

.frame_path .bb {
	background-position: 0 -9px;
}

.frame_path .frame_path_content > div, .frame_path .frame_path_sortcontent > div {
	background: #d0dce7;
}

.frame_path_sortcontent 
{
    /*margin-right:16px;*/
}

.frame_path_sortcontent .tl,
.frame_path_sortcontent .tr,
.frame_path_sortcontent .br,
.frame_path_sortcontent .bl 
{
    background: url("../i/frame_round.png") no-repeat scroll 0 0 transparent;
    height: 9px;
    position: absolute;
    width: 9px;
}

.frame_path_sortcontent .tl,
.frame_path_sortcontent .bl 
{
    left:0;
}

.frame_path_sortcontent .tr,
.frame_path_sortcontent .br 
{
    right:0;
}

.frame_path_sortcontent .tl,
.frame_path_sortcontent .tr 
{
    top:0;
}

.frame_path_sortcontent .bl,
.frame_path_sortcontent .br 
{
    bottom:0;
}

.frame_path_sortcontent .tl {
}

.frame_path_sortcontent .tr {
	background-position: 100% 0;
}

.frame_path_sortcontent .br {
	background-position: 100% 100%;
}

.frame_path_sortcontent .bl {
	background-position: 0 100%;
}

.frame_path_content, 
.frame_path_content a {
	color: #7f8c99;
}

/* Path
------------------*/
.path {
	font-size: .9em;
	padding:10px 0 10px 20px;
	position: relative;
}

.path ul 
{
	padding: .2em 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}


.path li {
	position: relative;
	float:left;
	margin-right: 1.8em;
}

.path li .ico_next {
	position: absolute;
	top: .5em;
	/*top: .65em;*/
	left: -1.2em;
	width: 7px;
	height: 4px;
	background: url(../i/ico_path_next.png);
	overflow: hidden;
}

.path strong.selected  {
	font-weight: normal;
}

.path a.selected  {
	text-decoration: none;
}

.frame_path_content
{
    /*margin-right:16px;*/
}

.frame_path_content .tl,
.frame_path_content .tr,
.frame_path_content .br,
.frame_path_content .bl 
{
    background: url("../i/frame_round.png") no-repeat scroll 0 0 transparent;
    height: 9px;
    position: absolute;
    width: 9px;
}

.frame_path_content .tl,
.frame_path_content .bl 
{
    left:0;
}

.frame_path_content .tr,
.frame_path_content .br 
{
    right:0;
}

.frame_path_content .tl,
.frame_path_content .tr 
{
    top:0;
}

.frame_path_content .bl,
.frame_path_content .br 
{
    bottom:0;
}

.frame_path_content .tl {
}

.frame_path_content .tr {
	background-position: 100% 0;
}

.frame_path_content .br {
	background-position: 100% 100%;
}

.frame_path_content .bl {
	background-position: 0 100%;
}

/* Pages
------------------*/
.pages {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.6em 20px 1.4em;
	width:60%;
}

.pages ul {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}

.pages li {
	position: relative;
	color: #919396;
	height: 40px;
	line-height: 30px;
}

.pages li a {
	color: #1b6fb8;
}

.pages li {
	margin-right: .8em;
	float: left;
}

.pages strong.selected,
.pages strong.selected span.selected {
	background: url('../i/selected_button.png') no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
}

.pages strong.selected {
	margin-right: 10px;
	color: white;	
}

.pages strong.selected span.selected {
	padding: 0 12px 0 2px;	
	position: relative;
	left: 10px;
	height: 30px;
	line-height: 30px;
	background-position: right top;
	white-space: nowrap;
}

/* Catalog menu
------------------*/
.catalog_menu {
	margin: 14px 10px 0 0;
}

.catalog_menu .bt,
.catalog_menu .bb,
.catalog_menu .content {
	width: 202px;
}
.catalog_menu .bt,
.catalog_menu .bb {
	background: url('../i/catalog_menu_border.png') no-repeat;
}

.catalog_menu .bt {
	height: 9px;
}

.catalog_menu .bb {
	background-position: left bottom;
	height: 15px;
}

.catalog_menu .content {
	background: url('../i/catalog_menu_bg.gif') repeat-y;
}

.catalog_menu a {
	text-decoration: none;
}

.catalog_menu a:hover {
	color: #ce2d73;
	text-decoration: underline;
}

.catalog_menu li {
	border-bottom: 1px solid #d3dfea;
}

.catalog_menu li h2 {
	margin: 0;
	line-height: 1.7;
	text-indent: 20px;
}

.catalog_menu h2 a {
	color: #231f20;
	display: block;
}

.catalog_menu h2 a:hover {
	background: #fbeff4;
	text-decoration: none;
}

.catalog_menu li ul {
	/*padding: 1em 0;*/
	overflow: hidden;
}

.catalog_menu li li {
	position: relative;
	line-height: 2;
	padding: 0 18px;
	margin: 0 2px;
	white-space: nowrap;
}

.catalog_menu ul ul ul {
	padding: 0 0 0 0.75em;
}

.catalog_menu li li li {
	padding: 0;
	margin: 0;
}
.catalog_menu li.last,
.catalog_menu li li {
	border-bottom: none; 
}

.catalog_menu li a {
	padding: .4em 0;
	margin: 0 2px;
}

.catalog_menu li li a {
	padding: 0;
	margin: 0;
}

.catalog_menu h2 a.selected {
	color: #ce2d73;
}

.catalog_menu a.selected {
	background: #ce2d73;
	display: block;
	margin: 0 -18px;
	padding: 0 18px;
	height: 2em;
}

.catalog_menu a.selected:hover {
	color: white;
}

*html .catalog_menu li.selected {
	/*display: inline-block;*/
}


.catalog_menu li.selected .ico {
	position: absolute;
	display: block;
	top: 0.9em;
	left: -17px;
	margin-left: 100%;
	width: 7px;
	height: 4px;
	background: url('../i/ico_catalog_menu_selected.png') no-repeat;
}

.catalog_menu li a.selected,
.catalog_menu li strong.selected {
	color: white;
	font-weight: normal;
}

.category-header
{
    color: #2E3D4B;
    padding-bottom: 5px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3;
}


/* News
------------*/
.news {
	margin: 20px 10px 0 0;	
}

.news a {
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

.news .news_title,
.news .news_content, 
.news .bb {
	width: 202px;
}

.news .news_title,
.news .bb {
	background: url('../i/news_border.png') no-repeat;
}

.news .news_title {
	height: 34px;
	overflow: hidden;
}

.news .news_title h2 {
	line-height: 34px;
	text-indent: 20px;
	white-space: nowrap;
}

.news .news_title h2 a {
	color: black;
}

.news .news_title h2 a:hover {
	text-decoration: none;
}


.news .bb {
	background-position: left bottom;
	height: 14px;
}

.news .news_content {
	background: url('../i/news_bg.gif') repeat-y;
}

.news .news_content .news_content_wrap {
	padding: 0 20px 20px;
}


.news .news_content .news_content_wrap .news_item {
	padding-top: 1em;
} 

.news .news_content .news_item h4 {
	background: white;
	float: left;
	color: #a3a9ae;
	white-space: nowrap;
}

/* Box
------------------*/
.box {
	margin: /*3.8em*/20px 0 -4px 0;
	width: 784px;
	zoom: 1;
	clear:both;
}
.box.mods 
{
    margin-top:0;
}

.box a {
	text-decoration: none;
}

a.decor
{
    text-decoration:underline;
}

.box.box_new a {
	text-decoration: underline;
}

/*.box .box_title,*/
.box .box_content, 
.box .bb,
.box .bt {
	width: inherit;
}

/*.box .box_title,*/

.t-bb {
    position:relative;
    margin: 0 0 4px;
}

.t-bb .l, .t-bb .r {
    background: url("../i/t-bb.png") no-repeat scroll 0 0 transparent;
    bottom: -4px;
    height: 14px;
    position: absolute;
    width: 12px;
}

.t-bb .r {
    background-position: -12px 0;
    right: 0;
}

.t-bb .m {
    background: url("../i/t-bb-m.png") repeat-x scroll 0 0 transparent;
    bottom: -13px;
    height: 14px;
    position: absolute;
    width: 100%;
}

.t-bt {
    position:relative;
}

.t-bt .l, .t-bt .r {
    background: url("../i/t-bt.png") no-repeat scroll 0 0 transparent;
    height: 10px;
    position: absolute;
    top:0;
    width: 9px;
}

.t-bt .l {
    background-position: 0 0;
    left: 1px;
}

.t-bt .r {
    background-position: 100% 0;
    right: 1px;
}

.box .bt,
.box .bb {
	background: url('../i/box_border.png') no-repeat;
}

.box .bt {
	height: 10px;
	background-position: left -100px;
}

.box .bb {
	height: 14px;
	background-position: left bottom;
}

/*.box .box_title {
	height: 50px;
	overflow: hidden;
	background-position: left -50px;
}*/

.box .box_title {
    height: 47px;
    margin: 0 2px;
    position: relative;
}

.box .box_title .c {
	background: url("../i/box_title_pink.png") repeat-x scroll 0 0 transparent;
	margin: 0 9px;
}

.box .box_title .l, .box .box_title .r {
	background: url("../i/box_title_tlr_pink.png") no-repeat scroll 0 0 transparent;
    height: 55px;
    position: absolute;
    top: 0;
    width: 9px;
}

.box_new .box_title .c {
	background: url("../i/box_title_green.png") repeat-x scroll 0 0 transparent;
	margin: 0 9px;
}

.box_new .box_title .c a {
    color: #FFFFFF;
}

.box_new .box_title .l, .box_new .box_title .r  {
    background: url("../i/box_title_tlr_green.png") no-repeat scroll 0 0 transparent;
}


.box .box_title .r 
{
    background-position: -9px 50%;
    right: 0;
}

.box .box_title .l {
    left: 0;
}

.box .box_title h1 {
	line-height: 36px;
	text-indent: 20px;
	white-space: nowrap;
	color: white;	
}

.box .box_title b {
	line-height: 47px;
	text-indent: 20px;
	white-space: nowrap;
	color: white;
	font-size:1.5em;
	padding-left:20px;
}

.box .box_content {
	background: url('../i/box_bg.png') repeat-y;
	/*padding:1px 0;*/
}

.box .box_content {
	color: black;
}

.box .box_content h1 {
	color: #2e3d4b;
	padding-bottom:5px;
}

.box .box_content .sep {
	border-top: 1px solid #d3dfea;
	margin: 10px 0;
}

.box .box_content .row {
	padding: 0 20px;
}

/* Product
-------------------*/


.box .box_content .row .product_last {
	/*border-right: none;*/
}

.box .box_content .row .product h3,
.box .box_content .row .product .short_descr,
.box .box_content .row .product .price {
	margin-right: 10px;
}

.box .box_content .product h3 a:hover {
	text-decoration: underline;
}

.box .box_content .product .short_descr {
	font-size: .9em;
}
.box .box_content .product .mods-count {
    background: url("../i/bg_mods-count.png") no-repeat scroll 0 0 transparent;
    bottom: 41px;
    color: #CE2D73;
    font-size: 1em;
    margin: 0 -4px 5px;
    padding: 7px 3% 7px 0;
    text-align: center;
}
.box .box_content .product .mods-count a {
    color: #CE2D73;
    text-decoration:underline;
}

.box .box_content .product .price .num {
	font-size: 1.5em;
	font-weight: bold;
}

.box .box_content .product .price {
    margin-bottom: 7px;
    padding-left: 22px;
    padding-top: 0.3em;
    position: relative;
}

.box .box_content .product .price .old_price {
	/*color: #4c4c4c;*/
	color: #737577;
	text-decoration: line-through;
	margin-left: .3em;
}

.box .box_content .product .price .ico_down {
	background: url("../i/ico_down.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0.7em;
    width: 16px;
}

.box .box_content .product .price .ico_up {
	width: 16px;
	height: 16px;
	left: 0;
	top: .7em;
	display: block;
	position: absolute;
	background: url('../i/ico_up.png');	
}

.ico_loader {
	width: 16px;
	height: 16px;
	left: 0;
	top: .7em;
	display: block;
	position: absolute;
	background: url('../i/loader.gif');
	cursor:pointer;
}

.stickers {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
}

.stickers .sticker {
	position: relative;
	margin-right:.5em;
	float: left;
}

.sticker.credit {
	background: #ce2d73;
}

.sticker.new {
	/*background: #81ab14;*/
	background: #3E14AB;
}

.sticker .corner-tl,
.sticker .corner-tr,
.sticker .corner-bl,
.sticker .corner-br {
	position: absolute;
	width: 2px; 
	height: 2px;
	background: url('../i/stickers_corner.gif');
	overflow: hidden;
}

.sticker .corner-tl {
	left: 0;
	top: 0;
}

.sticker .corner-bl {
	left: 0;
	bottom: 0;
	background-position: 0 -2px;
}

.sticker .corner-tr {
	background-position: 2px 0;
    margin-left: 100%;
    right: 0;
    top: 0;
}

.sticker .corner-br {
	background-position: 2px -2px;
    bottom: 0;
    margin-left: 100%;
    right: 0;
}

*html .sticker .corner-bl {
	bottom: -1px;
}

*html .sticker .corner-br {
	bottom: -1px;
}

.sticker .sticker_text {
	padding: 2px;
	position: relative;
	//top: -.2em;
	font-size: .8em;
	color: white;
	text-transform: uppercase;
	line-height: 0.9;
}

.sticker.new .corner-tl {
	background-position: 0 -4px;
}

.sticker.new .corner-bl {
	background-position: 0 -6px;
}

.sticker.new .corner-tr {
	background-position: 2px -4px;
}

.sticker.new .corner-br {
	background-position: 2px -6px;
}

.status-order{
	font-size:0.9em;
	color:#f15a22;
	margin:-0.3em 0 0.5em 0;
}
.status-store{
	font-size:1em;
	color:#81ab14;
	margin:.5em 0;
}
.status-missed{
	font-size:0.9em;
	color:red;
	margin:-0.3em 0 0.5em 0;
}

.subscr{
	font-size:0.9em;
}
	.subscr a{
		cursor:pointer;
	}

.box_hot {
}

.box_new {
}

/* Articles
------------------*/
.box .box_content .article {
	color: black;
    float: left;
    margin: 0 0.9em;
    padding: 11px 0 10px;
    vertical-align: top;
}

.box .box_content .article .date {
	color: #B3B4B5;
}


/* Banners
------------------*/
.banners {
	position: relative;
	width: 784px;
	height: 220px;
	background: url('../i/banner_bg.png') no-repeat;
	margin: 20px 0 -4px;
}

.banners .banners_content {
	position: relative;
	width: 784px;
	height: 220px;
	overflow: hidden;
}

.banners .banners_content .banner_left,
.banners .banners_content .banner_center,
.banners .banners_content .banner_right {
	height: inherit;
	overflow: hidden;
}

.banners .banners_content .banner_left,
.banners .banners_content .banner_center,
.banners .banners_content .banner_right {
	margin-right: 1px;
	float: left;
	display: inline;
}

.banners .banners_content .banner_left {
	width: 326px;
}

.banners .banners_content .banner_center {
	width: 326px;
}

.banners .banners_content .banner_right {
	width: 326px;
	margin-right: 0;
}

/* Extra search
------------------*/
.extra_search {
	position: relative;
	margin: 20px 0 0;
	width: 201px;
}

.extra_search input,
.extra_search select {
	font-size: .9em;
}

.extra_search h2 {
	color: #FFFFFF;
	cursor: pointer;
    line-height: 43px;
    margin: 0;
    padding-bottom: 4px;
    text-indent: 20px;
}

.extra_search #pTab span {
    background: url("../i/filter_open.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    vertical-align: text-bottom;
    width: 16px;
}

.extra_search .bb {
    background: url('../i/filter_border.png') no-repeat;
    height:11px;
}

.extra_search .extra_search_form .search_params_wrap {
	width: 100%;
	overflow: hidden;
}

.extra_search .extra_search_form .search_params_wrap.second {
    display:none;
}

.extra_search .extra_search_form .bottom_block {
}

.extra_search .extra_search_form .search_params_wrap .search_param,
.extra_search .extra_search_form .bottom_block .search_param {
}

.extra_search .search_param {
    background-color: #BFD9EF;
	padding: 8px 0 8px 15px;
	color: #505B64;
	height: 39px;
}

.extra_search .search_param.alt {
    background-color: #a4c1da;
}

.extra_search .search_param.search_price {
    background-color:#1B6FB8;
    color:#FFFFFF;
}
.extra_search .search_param.search_price input {
	width: 55px;
}

.extra_search .search_param .submit {
	background: url("../i/btn_select.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    padding-bottom: 5px;
    width: 96px;
}

.extra_search .search_param dd {
	float: left;
}

.extra_search .search_param dt {
	font-weight: bold;
	margin-bottom: .4em;
}

.extra_search .search_producer {
	background: #265177;
}

.extra_search .search_producer dd select {
}
/*
.extra_search .search_cpu dd select {
}

.extra_search .search_memory dd select {
}

.extra_search .search_hdd {
	border: none;
}

.extra_search .search_hdd dd input {
	width: 45px;
}

.extra_search .search_display_size dd select {
}*/

.extra_search .extra_search_form .bottom_block {
	padding: 0 0 0 20px;
	background: #1b6fb8;
	overflow: hidden;
}

.extra_search .bottom_block .search_param {
    background-color: transparent;
	margin: 0 1.6em 0 0;
	padding: 0;
	line-height: 38px;
	height: 39px;
	border: none;
}

.extra_search .search_param.buttons {
    height: 14px;
}

.extra_search .bottom_block .search_param dt {
	margin-right: 0.6em;
}

.extra_search .bottom_block .search_credit input {
}

.extra_search .bottom_block .search_submit {
	float: right;
}

.extra_search .bottom_block .search_submit input {
	font-size: .9em;
	padding: 0 .5em;
}

/*
.extra_search .search_hdd dd,
.extra_search .search_memory dd,
.extra_search .search_display_size dd,
.extra_search .bottom_block .search_price dd {
	margin-right: 1em;
}

.extra_search .search_hdd dd+dd,
.extra_search .search_memory dd+dd,
.extra_search .search_display_size dd+dd,
.extra_search .bottom_block .search_price dd+dd {
	margin-right: 0;
}*/


.extra_search .search_tab {
	position: absolute;
	bottom: -26px;
	left: 9px;
	width: 169px;
	height: 26px;
	background: url('../i/extra_search_button1.png') no-repeat top left;
}

.extra_search .search_tab_open {
	background: url("../i/btn_filter2.png") no-repeat scroll 0 0 transparent;
}

.extra_search .search_tab_close {
	background: url("../i/btn_filter.png") no-repeat scroll 0 0 transparent;
}

.extra_search .search_tab a.search_hidden_button {
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #979ea5;
	line-height: 26px;
	padding-left: 32px;
	font-size: .9em;
}

.product .ph {
	height:136px;
	margin-top: 11px;
	text-align:center;
	width:162px;
}
.product .va {
	/*border:1px solid #EBEBEB;*/
	display:table-cell;
	height:136px;
	vertical-align:middle;
	width:162px;
}
.product .v-align {
}

.b-sysmsg-err
{
	color:#d31111;
	margin-bottom:15px;	
}
.b-sysmsg-succ
{
	color:#11d311;	
	margin-bottom:15px;
}

#statistics {
    display:none;
}

.tech-note{
	font-style:italic;
}

/* Notice
------------------*/
.next_button,
.next_button span {
	position: relative;
	background: url('/i/button.png') repeat-x;
	display: -moz-inline-stack;
	display: inline-block;
}

.next_button span {
	border: 0;
	top: 0;
	left: 10px;
	background-position: top right;
	padding: 0 20px 4px 10px;
	line-height: 30px;
	height: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	color: #2e3d4b;
}

.notice_wrap {
	z-index: 2;
	position:fixed;
	left:50%;
	margin-left:-230px;
}

#notice {
	position: absolute;
	top: 150px;
	/*left: 320px;*/
	z-index: 9;
}

#notice h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 .8em 0;
	padding: 0;
	color: #ce2d73;
}

#notice .title {
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 1em;
}

#notice .title strong {
	font-size: 1.2em;
	font-weight: bold;
}

#notice .notice_form .row {
	margin-top: 1em;
}

#notice .notice_form .label {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	margin-right: -100%;
	width: 9.5em;
	padding-top: 2px;
}

#notice .notice_form .field {
	margin-left: 9.5em;
}

#notice .notice_form .field input {
	font-size: .9em;
	padding: 2px 0 2px 2px;
	width: 26em;
	background: white;
}

#notice .notice_form .field_button {
	margin-top: 32px;
}

.notice_form .msg-sys{
	font-size:1.2em;
	margin: 5px 10px;
}

.notice_form .msg-success{
	padding: 5px 10px;
	border:1px dotted green;
	color:Green;
}

.notice_form .msg-error{
	padding: 5px 10px;
	border:1px dotted red;
	color:Red;
}

#lock {
	background: url(../i/bg_opacity20_black.png) repeat;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.notice_box {
	width: 460px;
	zoom: 1;
}

.notice_box .bb,
.notice_box .bt {
	width: 460px;
}

.notice_box .bt,
.notice_box .bb {
	background: url('../i/notice_border.png') no-repeat;
}

.notice_box .bt {
	height: 8px;
	background-position: left top;
}

.notice_box .bb {
	height: 8px;
	background-position: left bottom;
}

.notice_box .notice_box_content {
	background: white;
	width: 408px;
	padding: 20px 26px;
}

/*notifier*/
.b-notif-success {
    background:transparent url(/img/drop-b-bg.png) repeat scroll 0 0;
    border-left:5px solid #529F1D;
    color:#FFFFFF;
    line-height:1.4;
    padding:10px 15px;
    width:195px;
    margin-top:10px;
    }
.b-notif-error {
    background:transparent url(/img/drop-b-bg.png) repeat scroll 0 0;
    border-left:5px solid #D22333;
    color:#FFFFFF;
    line-height:1.4;
    padding:10px 15px;
    width:195px;
    margin-top:10px;
    }
    .b-notif-container {
        position:fixed;
        top:15px;
        right:15px;
        z-index:2233;
    }
    
.search {float:right; width:100%}
.ps-left, .ps-right {height:29px; background-image:url(/img/search-input.png); background-repeat:no-repeat; background-position:0 -23px; float:left; line-height:29px}
.ps-left {width:23px}
.ps-right {background-position:100% -23px; padding-right:20px;width:80%;}
.active .ps-left {background-position:0 -51px}
.active .ps-right {background-position:100% -51px;}
.active .ps-left {background-position:0 -51px}
.active .ps-right {background-position:100% -51px}
	.ps-right input {border:none; background:none; margin-top:7px; width:100%; outline:none}
	.form a { background:url(/img/bg_btn_search.gif) 0 0 no-repeat; float:right; width:14px; height:18px; margin-right:-20px; margin-top:5px}
	.search-box {float:right; width:100%;position:relative;top:-5px;}
	
.free-call
{
    float:left;
	width: 150px;
}
.free-call span
{
    color:#CE2D73;
    cursor:pointer;
    font-size:1.4em;
    text-decoration: underline;    
}
.free-call small
{
    float:left;
    margin-right:5px;
    background:url(/img/call-manager2.png) no-repeat 0 0;
    width:40px;
    height:60px;
    display:block;
    border:1px solid #CE2D73;
}

.add-compare 
{
    font-size:0.8em;
    color:#79828C;
    cursor:pointer;
    text-decoration:none;
    margin:0 0 10px 0;
}
.add-compare:hover
{
    color:#456E99;
}
.add-compare span
{
    border-bottom:1px dotted #79828C;
}
.add-compare.not
{
    color:#CE2D73;
}
.add-compare.non:hover
{
    color:#456E99;
}

table.options
{
    width:100%;
    margin:10px 0;
}
table.options h2
{
    margin:0;
}
table.options td, table.options th {
    border-bottom-color:#CFDBE6;
}
table.options td.caption1
{    
    border-bottom:4px solid #CFDBE6;
    margin-top:10px;
}
table.options td, table.options th {
    border-bottom:1px solid #CFDBE6;
    font-size:12px;
    padding:8px;
    text-align:left;
    vertical-align:top;
    width:25%;
}
table.options td
{
    font-weight:bold;
}
table.options td.better
{
    background-color:#F0C0D5;
}

.ico_yes,
.ico_no 
{
    float:left;
    margin-right:5px;
	background: url('/i/ico_pm.png') no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
}
.ico_yes {
	background-position: left bottom;
}
.td-empty {
    color:#CCCCCC;
}
.delete-compare
{
    width:100%;
}
.delete-compare .diff
{
    border-bottom:1px dashed;
    font-size:0.9em;
}
.delete-compare .txt-c a
{
    cursor:pointer;
    font-size:0.8em;
    margin:0 0 10px;
    text-decoration:none;
    color:#CE2D73;
    border-bottom:1px dotted #79828C;
}
.mt10
{
	margin-top:10px;
}

.img-teaser {float: right;padding-left: 10px;}

.more {display:inline;}
.more .link {display:inline;color:#18589F;border-bottom:1px solid #18589F;cursor:pointer;}
.more .link:hover {color:#419AFF;border-bottom:1px solid #419AFF;}
.more-info{display:none;}

#divSocial {margin:18px;}
#hSocials td.part{padding-right:10px}

.voteform input {
    font-size: 35px;
}

.hot-products
{
    background-color: #E6EFF7;
    margin-top:-1px;
    padding:0 1px;
    width:100%;
}

.hot-products tbody, .hot-products tr, .hot-products td
{
    height:100%;
    padding-bottom: 10px;
}
.hot-products td
{
    background-color: #FFFFFF;
    border-color: #E6EFF7;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    width: 190px;
}
.hot-products tr.alt td
{
    border-top:0;
}

.hot-products td .product {
    color: black;
    height: 100%;
    margin-left:.9em;
    margin-right:.9em;
    position: relative;
    vertical-align: top;
}
.hot-products td.first {
    padding-left: 10px;
}
.hot-products td.last {
    padding-right: 10px;
}

iframe {
    background-color:#FFFFFF;
}

.frame_basket_content
{
    padding-right:16px;
}

.search-slide
{
	background-color:#ffffff;
	border:4px solid #1967B2;
	height:auto;
	left:-250px;
	position:absolute;
	top:30px;
	width:550px;
	float:left;
	z-index:9;
    border-radius: 10px;
}
	.search-slide table
	{
		width:100%;
	}
	.search-slide td
	{
		border-bottom:solid 1px #DBDDE1;
	}
	.search-slide tr:hover
	{
		
	}
	.search-slide .preview
	{
		border:1px solid #DBDDE1;
		width:60px;
		height:60px;
		margin:5px;
	}
	
	.search-slide .about,
	.search-slide .price
	{
		margin:5px;
	}
	
	.search-slide a
	{
		background:none;
		float:none;
		height:auto;
		margin: 0;
		width:auto;
		font-size:12px;
		font-weight:bold;
		margin-bottom:5px;
	}
	.search-slide strong
	{
		font-size:14px;
	}
	.search-slide .found
	{
		font-size:12px;
	}
	.search-slide span,
	.search-slide small
	{
		font-size:11px;
	}
	.search-slide small.green, .search-slide small.blue
	{
	    color: #81AB14;
    }
	.search-slide p
	{
		font-size:11px;
	}

