@import url(http://allfont.ru/allfont.css?fonts=a_lcdnova);
@import url(http://allfont.ru/allfont.css?fonts=ds-crystal);
@import url(http://allfont.ru/allfont.css?fonts=perfo-bold);

body {
	margin:0; padding:0; background-color: #efefef;
}
html, body, div, ul, ol, li, dl, dt, dd, pre, form, blockquote, fieldset, input, textarea, table, tr, td {
    font: 12px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 0;
}
ul {  list-style: outside none none;}
#col_content ul {  
  list-style: inside disc none;
  padding:10px 20px;
}
#col_content ol {  
  padding:10px 20px;
}
#col_content ul li, #col_content ol li  {  
  padding:3px 0;
}
h1 { font: 28px helvetica; color: #456480; margin: 0;}
h2 { font: 25px helvetica; color: #456480; margin: 0;}
h3 { font: 23px helvetica; color: #456480; margin: 0;}
h4 { font: 20px helvetica; color: #456480; margin: 0;}
h5 { font: 17px helvetica; color: #456480; margin: 0;}
h6 { font: 14px helvetica; color: #456480; margin: 0;}

td>p {  margin: 0 }

#index_text p {  margin:10px; }
#index_text ul {  padding-top:0px; padding-bottom:0px; }
p {  font-family: verdana; font-size: 12px;}
.b12 {color:black; font-size: 12px;}

a:link,a:visited { color: #293cac; text-decoration: none}
a:hover { color: #a3101e; text-decoration: underline}

a.b12:link,a.b12:visited { color:black; font-size: 12px; text-decoration: none}
a.b12:hover { color:black; font-size: 12px; text-decoration: underline}

a.r15:link,a.r15:visited { color:#d90808; font-size: 15px; text-decoration: none}
a.r15:hover { color:#d90808; font-size: 15px; text-decoration: underline}

a.act_m:link,a.act_m:visited { font-weight:bold; color: #456480; }
a.act_m:hover { font-weight:bold; }

.clear { clear: both; } 

table {margin:0px; padding:0; border-collapse:collapse;}
td {vertical-align:top; padding:0;}

table.brd { border-collapse: collapse; }
table.brd td { border: 1px solid #dbdbdb; padding: 2px; }

table.brd5 { border-collapse: collapse; }
table.brd5 td { border: 1px solid #aaa; padding: 5px; }

table.nobrd { border-collapse: collapse; }
table.nobrd td { border: 0; padding: 2px; }

table.pad01 td { padding: 2px; }

.radius7 {
   border-radius: 17px; /* закругляем уголки на 5px */
   -webkit-border-radius: 17px; /* закругляем уголки для webkit */
   -moz-border-radius: 17px; /* закругляем уголки для firefox */
}

div#master {
    background: #fff;
	background-color: white;
    margin: 0 auto;
    padding: 0;
    max-width: 1250px;
}

div.pink_strip{
    position: relative;
    background: url('../images/line6.png');
    width:305px;
    height:24px;
    margin:10px -14px;    
}

div.pink_strip_line{
    padding:2px 0px 20px 30px;
    font-size:12px;
    font-weight:bold;
    color:white;
}

.sf-contener {
  clear: both;
  margin: 0;
  padding: 0 10px;
}

#div03 {
	height:38px;
	background-image:url("../images/line5.jpg");
}

#div04 {
	height:10px;
	background-image:url("../images/line7.jpg");
}
#div05 {
	height:9px;
	background-image:url("../images/line8.jpg");
	margin-top: 20px;
}

#menu{list-style:none; padding:0 20px; margin: 0;}
#menu li{float:left; font:normal 14px verdana;}
#menu a{color:#555; display:block; height:38px; line-height:36px; padding:0px 15px 0px 15px; text-decoration:none;}
#menu a:hover{color:#555; background:#ddd;}
#menu a.active{color:#555; background:#ddd;}

div#content100pr{width:1060px; padding:0 0 0 20px;}
div#content{float:right;width:860px; padding:0 0 0 20px;}
div#navigation{float:left;width:220px}


div.topblock {float:left; font:normal 14px verdana;}

#searchform {
   margin: 0; /* удаляем отступы */
   vertical-align: middle; /* вертикальное выравнивание формы по середине */
   float: right; /* обтекание по правому краю */
}
input#s {
   border: 1px solid #DDD; /* цвет и ширина рамки */
   color: #585858; /* цвет замещающего текста */
   font-size: 1em; /* размер шрифта внутри формы */
   margin: 0; /* удаляем отступы */
   height: 25px; /* высота формы */
   width: 200px; /* длина формы */
  /* background: url("../images/search.png") no-repeat scroll 5px 2px #FFFFFF; */
   padding: 0px 25px 0px 10px;
   border-radius: 5px; /* закругляем уголки на 5px */
   -webkit-border-radius: 5px; /* закругляем уголки для webkit */
   -moz-border-radius: 5px; /* закругляем уголки для firefox */
}

input#s:focus {
   border-radius: 5px; /* закругляем уголки на 5px */
   -webkit-border-radius: 5px; /* закругляем уголки для webkit */
   -moz-border-radius: 5px; /* закругляем уголки для firefox */
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.search-bg {
    height: 30px;
    right: 1px;
    top: 1px;
    width: 30px;
	position: relative;
}
input#go[type="submit"] {
    background: url('../images/search.png') no-repeat scroll 0% 0% transparent;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    height: 16px;
    right: 25px;
    text-shadow: none;
    top: -1px;
    width: 16px;
	position: relative;
}

.shadow {
  -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
  box-shadow: 3px 3px 4px rgba(0,0,0,.4);
}
.radius {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.tdm {
  vertical-align:top; height:50px;
}
.tdm div{
  position: relative;
}
.text_menu {
  color:#a9a9a9; padding-top:15px;
}
.text_menu2 {
  color:#a9a9a9; padding-top:6px;
}
.pic_menu {
  width:210px; height:50px;
}

.hd { display: none; }
.sh { display: block; }

.left-menu {
    border: 1px solid #e9e3d6;
    margin: 0 0 20px;
    padding: 8px;
    position: relative;
}
.left-menu li {
    border-bottom: 1px solid #e9e3d6;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 0;
}
.left-menu li a {
    text-decoration: none;
}
.left-menu li a:hover {
    text-decoration: underline;
}
.left-menu li.active {
    font-weight: bold;
}
.left-menu li.end {
    border: 0 none;
}
.left-menu li li {
    border: 0 none;
    padding: 0 0 0 10px;
}
.left-menu li li.active {
    background: url("/images/left-menu.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
}
.corner-border {
	background:url("/images/corner-5.png") no-repeat;
	width:5px;
	height:5px;
	position:absolute;
	z-index:11;
	margin:-1px;
}
.corner-border-item {
	background:url("/images/corner-5-item.png") no-repeat;
	width:5px;
	height:5px;
	position:absolute;
	z-index:11;
	margin:-1px;
}
.clt {
	left:0;
	top:0;
	background-position:0 0;
}
.crt {
	right:0;
	top:0;
	background-position:100% 0;
}
.clb {
	left:0;
	bottom:0;
	background-position:0 100%;
}
.crb {
	right:0;
	bottom:0;
	background-position:100% 100%;
}
/* для робокаров */

.bold { font-weight: bold; }
.text_menu_poli a{ color:#555; font-size:12px; display:block; padding:5px; text-decoration:none; }
.text_menu_poli a:hover{ color:red; background:#ddd; }


.hoverbox img.print
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 160px;
	height: 160px;
	  border-radius: 12px;
	  -moz-border-radius: 12px;
	  -webkit-border-radius: 12px;

}

.hoverbox li
{
	/*
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	*/
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	width: 170px;
	  border-radius: 15px;
	  -moz-border-radius: 15px;
	  -webkit-border-radius: 15px;

}

.hoverbox2 img.print
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 190px;
	height: 190px;
	  border-radius: 12px;
	  -moz-border-radius: 12px;
	  -webkit-border-radius: 12px;

}

.hoverbox2 li
{
	/*
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	*/
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 3px;
	position: relative;
	width: 200px;
	  border-radius: 15px;
	  -moz-border-radius: 15px;
	  -webkit-border-radius: 15px;

}

.catalogHead {
	border: 1px solid #aaa;
    border-bottom: 0px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
    width: 160px;
	height: 30px;
	padding: 5px 0 0 15px;
	background-color: #efefef;
}

.section {
	width: 850px;
	background: #fff;
	margin: 0;
}
ul.tabs {
	height: 24px;
	line-height: 25px;
	list-style: none;
	background: #FFF;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #efefef;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.tabs li:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
.tabs li.current {
	color: #000;
	background: white;
	padding: 0 13px 2px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid white;
}

.box {
	display: block;
  border: 1px solid #D4D4D4;
  padding: 10px;
}
.tabs li a {
    text-decoration: none;
    color: #777;
}
.tabs li a:hover {
    text-decoration: none;
    color: #F70;
}
.tbl_menu {
    width: 220px;
	border-top: 1px solid #aaa; 
	border-right: 1px solid #aaa;
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
}

.fl_left {
    position: relative;
    float: left;
	margin:7px 0;
	width:180px;
	height:260px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 6px 0;
	/* background-color:green; */
}
.fl_left1 {
    position: relative;
    float: left;
	margin:7px 0;
	width:180px;
	height:260px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 6px 0;
	/* background-color:green; */
}
.fl_left2 {
    position: relative;
    float: left;
	margin:7px 0;
	width:180px;
	height:300px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 6px 0;
	/* background-color:green; */
}
.fl_left100 {
    position: relative;
    float: left;
	margin:2px;
	width:100px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 6px 0;
	/* background-color:green; */
}

.fl_left10 {
    float: left;
	margin:10px 0;
	width:10px;
	/* background-color:green; */
}

.txt_header
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	color: #555;
}
.txt_b
{
    font-size: 12px;
/*	text-align: left;  */
}
.price
{
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
}
.price_blue
{
	font-size: 20px;
	font-weight: bold;
	color: #456480;
}

.red_border {
  border: 1px solid #cc8e8e;
}
.blue_border {
  border: 1px solid #456480;
}
.vis_h {
  font-size:12px;
  visibility:hidden;
}
.vis_v {
  font-size:12px;
  color:red;
  visibility:visible;
}
.vis_v_dark {
  font-size:12px;
  color:#8a0b0b;
  visibility:visible;
}
.vis_v_white {
  font-size:14px;
  color:white;
  visibility:visible;
}

.lp_rubiks_box, .lp_rubiks_box2 {
    border:1px solid black; 
	/* border-left:0px solid white;  */
	padding:8px; 
	background-color:#e0e0e0; 
	height:350px;	
	border-radius: 10px 10px 0 0;	
	-moz-border-radius: 10px 10px 0 0;	
	-webkit-border-radius: 10px 10px 0 0; 
	text-align:center;
	cursor: pointer;
}
.lp_rubiks_box_active, .lp_rubiks_box_active2 {
    border:1px solid black; 
	height:365px; 
	border-bottom:1px solid #c5e7ff; 
	padding:8px; 
	background-color: #e3f1fe;
	border-radius: 10px 10px 0 0;	
	-moz-border-radius: 10px 10px 0 0;	
	-webkit-border-radius: 10px 10px 0 0; 
	text-align:center;
}

.fsearch2 {
  display: block;
  padding: 4px;
  width: 300px;
  height: 30px;
  background-color: #e0e0e0;
  color: #6C6C6C;
  font-size: 16px;
  font-weight: normal;
}
.fsearch3 {
  padding: 4px;
  width: 280px;
  height: 30px;
  background-color: #e0e0e0;
  color: #6C6C6C;
  font-size: 16px;
  font-weight: normal;
}

.compare_ok {
  height:20px; padding-left:25px; background:url(/images/iok.jpg) no-repeat left;
}
.compare_ok_text {
  color:green; font-size:11px; font-family:arial;
}
a.compare_ok_text:link,a.compare_ok_text:visited { color:green;}
a.compare_ok_text:hover { color: #a3101e; }

.compare_plus {
  height:20px; padding-left:25px; background:url(/images/iplus.jpg) no-repeat left;
}
.compare_plus_text {
  border-bottom:1px dotted #003399; font-size:11px; font-family:arial;
}
.compare_minus {
  height:20px; padding-left:25px; background:url(/images/iminus.jpg) no-repeat left;
}
.compare_minus_text {
  border-bottom:1px dotted red; color:red; font-size:11px; font-family:arial;
}
.label_for_search {
  font-size:11px; font-family:verdana;
}
/* #tcont h1 { font-size: 16px; } */
#linkInfo, #linkInfo2, .linkInfo { color:#2136b1; text-decoration:underline; cursor: pointer; font-size:11px;}

#_mc_tmp {
  margin: auto;
}
#_mc_tmp td{
  padding: 3px;
}

ul.m_footer {  
  list-style: inside disc none;
}
ul.m_footer li{  
  line-height: 1.5;
}
ul.m_footer a{  
  font-size:12px;
}

#footer {
  background-color:#456480; 
  padding:15px 10px;
}
#footer table tr td{
  font-size:12px;
  color:#fff;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #d6ecfc;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	background:none;
}
.ui-autocomplete { z-index: 1000000!important; }
.ui-autocomplete-loading { background: white url('/images/ui-anim_basic_16x16.gif') right center no-repeat; }

.tablo20 { font-family: 'a_lcdnova'; color:#49d64a; font-size:20px; padding:0; margin:0; }
.tablo22 { font-family: 'perfo bold'; color:#49d64a; font-size:20px; padding:0; margin:0; }
.tablo23 { font-family: 'ds crystal'; color:#ffff00; font-size:20px; padding:0; margin:0;  
           -moz-text-shadow:0 0 3px #f00, 0 0 3px #f00, 0 0 5px #f00; 
		   -webkit-text-shadow:0 0 3px #f00, 0 0 3px #f00, 0 0 5px #f00; 
		   text-shadow:0 0 3px #f00, 0 0 3px #f00, 0 0 5px #f00;
 }
.tablo24 { font-family: 'ds crystal'; color:#ffff00; font-size:24px; line-height: 24px;  
           -moz-text-shadow:0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00; 
		   -webkit-text-shadow:0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00; 
		   text-shadow:0 0 3px #f00, 0 0 3px #f00, 0 0 3px #f00;
 }

.tablo14 { font-family: 'a_lcdnova'; color:white; font-size:14px; padding:0; margin:0; }
.tablo15 { font-family: 'perfo bold'; color:white; font-size:14px; padding:0; margin:0; }
.tablo16 { font-family: 'ds crystal'; color:#ffff00; font-size:14px; padding:0; margin:0; }