html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html { height: 101%; background-color: #EDEDED;} /* always display scrollbars */
body { font-size: 120%; line-height: 2; font-family: Arial, Tahoma, Verdana, sans-serif; color:#000000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none;}

table { border-collapse: collapse; border-spacing: 0;}
img { border: 0; max-width: 100%;}

img.cssmargin 
{ 
   	margin:20px; 
   	-webkit-border-radius: 10px 10px 10px 10px;
    	-moz-border-radius: 10px 10px 10px 10px;
    	border-radius: 10px 10px 10px 10px;
}



a { text-decoration: none;}
a:hover { text-decoration: underline;}





.leftline
{
	width:30%;
	float:left;
	margin-bottom:100px;
}
.centerline
{
	position:absolute;
	z-index:1; 
	float:left; 
	top:30px; 
	left:370px; 
	right:30px;
}

.rightline
{

	float:left;
	margin-top:100px;
	margin-bottom:100px;
}



h1, .h1
{
	font-family: Tahoma;
	font-size: 150%;
	color: #417b9a;
	font-weight: bold;
}
h2, .h2
{
	font-family:Tahoma;
	font-size:130%;
	color: #417b9a;
	font-weight: bold;
}

h3, .h3
{
	font-family:Tahoma;
	font-size:120%;
	color: #417b9a;
	font-weight: bold;
}




/*menu*/
/* *************************************************************************************************** */
.menu
{
	font:bold 18px Arial,Helvetica,sans-serif;
	position:fixed;
	top:0px;
	left:0px;
	width:300px;
	height:100%;

	background-color:#417b9a;
	display: table;
	z-index:9999;	
}


.target-mod_tel
{
font:bold 18px Arial,Helvetica,sans-serif;
	float: left;
    background-color: #417b9a;
    border: none;
    color: #FFFFFF;
    padding: 0px;
	margin: auto 25px 25px auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
text-shadow: #FFFFFF 0 0 15px;
width:100%;
}

.target-logo
{
font:bold 18px Arial,Helvetica,sans-serif;
	float: left;
    background-color: #417b9a;
    border: none;
    color: #FFFFFF;
    padding: 0px;
	margin: 25px 25px 25px auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
text-shadow: #FFFFFF 0 0 15px;
width:100%;
}



/*????? ????*/
#nav 
{
   	float: left;
   	border: 0px solid #417b9a;
   	border-top: 0px solid #417b9a;
	border-bottom: 0px solid #417b9a;
}

#nav ul 
{
	margin:0;
	padding:0;
	list-style:none;

}

#nav ul li 
{

	min-width:300px;
}



#nav ul li a 
{
	font: bold 18px Arial, Helvetica, Sans-serif;
   	float: left;
	color:#FFFFFF;
    padding: 15px 20px;
	min-width:300px;
	text-decoration:none;
    background-color:#417b9a;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	border-right: 1px solid rgba(0,0,0,0.2);
-moz-transition: all 0.5s 0.1s ease;
-o-transition: all 0.5s 0.1s ease;
-webkit-transition: all 0.5s 0.1s ease;
cursor: pointer;
}



#nav li ul  {
    	background-color:#FFFFFF;
    	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
    	background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	border-radius: 0 0 10px 10px;
    	-moz-border-radius: 0 0 10px 10px;
    	-webkit-border-radius: 0 0 10px 10px;
    	left: -999em;
    	margin: 50px 300px 0;
    	position: absolute;
    	width: 340px;
    	z-index: 99999999;
    	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
    	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
    	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
    	border: 1px solid rgba(0, 0, 0, 0.5);
}
#nav li ul a {
		font: bold 18px Arial, Helvetica, Sans-serif;
    	   background-color:#417b9a;
    	border: 0 none;
    	margin-right: 0;
	    padding: 5px 20px;
    	width: 250px;
    	box-shadow: none;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	border-bottom: 1px solid transparent;
    	border-top: 1px solid transparent;
-moz-transition: background-color 0.8s 0.1s ease;
-o-transition: background-color 0.8s 0.1s ease;
-webkit-transition: background-color 0.8s 0.1s ease;
}

#nav ul li a:hover, #nav ul li:hover > a
{
   	color: #417b9a;
   	background-color: #FFFFFF;
	background-color: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
	background-color: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
	background-color: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
}


#nav li ul a:hover, #nav ul li li:hover > a
	{
	color: #417b9a;
  	background-color: #FFFFFF;
	background-color: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
	background-color: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
	background-color: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
}

#nav li:hover ul {
    	left: auto;
}

#nav li li ul {
    	margin: -1px 0 0 290px;
    	-webkit-border-radius: 0 10px 10px 10px;
    	-moz-border-radius: 0 10px 10px 10px;
    	border-radius: 0 10px 10px 10px;
    	visibility:hidden;
}
#nav li li:hover ul {
    	visibility:visible;
}


#nav ul ul li:last-child > a {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
#nav ul ul ul li:first-child > a {
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
}

/* *************************************************************************************************** */
/* *************************************************************************************************** */
/*Стили для Каталог*/
/* *************************************************************************************************** */
/* Catalog */
/* *************************************************************************************************** */
.catalog_block
{
      position:relative;
	min-height:467px;
	max-height:467px;
	height:467px;
	min-width:330px;
	max-width:330px;
	width:330px;
	background:#f7f7f7;
	margin: 10px;
	padding: 0px;
	float:left;
    	    -webkit-border-radius: 10px 10px 10px 10px;
    	    -moz-border-radius: 10px 10px 10px 10px;
    	border-radius: 10px 10px 10px 10px;
          -moz-transition: all 2s 0s ease;
          -o-transition: all 2s 0s ease;
          -webkit-transition: all 2s 0s ease;
}


.catalog_block:hover
{
	background:#DDDDDD;
      -moz-transition: all 2s 0s ease;
      -o-transition: all 2s 0s ease;
      -webkit-transition: all 2s 0s ease;
}


.catalog_block_title
{
      float:left;
      position:relative;
      top:330px;
      left:0px;
	font-weight: bold;
	font-size: 16px;
	display: table-cell;
	vertical-align:top;
      z-index:4;
      margin:10px;
}

.catalog_block_img img
{
    	border-radius: 10px 10px 10px 10px;
   	    -webkit-border-radius: 10px 10px 10px 10px;
    	    -moz-border-radius: 10px 10px 10px 10px;

}
.catalog_block_img
{
	float:left;
      position:absolute;
      top:0px;
      left:0px;
      min-width:330px;
	max-width:330px;
	min-height:467px;
	max-height:467px;
	width:330px;
	height:467px;
	margin: 0px;
	padding: 0px;
	background:#ffffff;
      z-index:2;
    	border-radius: 10px 10px 10px 10px;
          -webkit-border-radius: 10px 10px 10px 10px;
          -moz-border-radius: 10px 10px 10px 10px;

}

.catalog_block_price
{
     	float:right;
      position:absolute;
      top:270px;
      right:10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background:#ffffff;
      z-index:3;
}

.catalog_block_price2
{
     	float:right;
      position:absolute;
      top:300px;
      right:10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background:#ffffff;
      z-index:3;
}

.catalog_block_buttom
{
	min-width:330px;
	max-width:330px;
	min-height:20px;
	max-height:20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	background:#ffffff;
	font-weight: bold;
}



.catalog_block_cat
{
	min-height:60px;
	max-height:60px;
	height:60px;
	min-width:330px;
	max-width:330px;
	width:330px;
	background:#f7f7f7;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 10px;
	float:left;
    	    -webkit-border-radius: 10px 10px 10px 10px;
    	    -moz-border-radius: 10px 10px 10px 10px;
    	border-radius: 10px 10px 10px 10px;
          -moz-transition: all 2s 0s ease;
          -o-transition: all 2s 0s ease;
          -webkit-transition: all 2s 0s ease;
}




.catalog_block_cat:hover
{
	background:#DDDDDD;
-moz-transition: all 2s 0s ease;
-o-transition: all 2s 0s ease;
-webkit-transition: all 2s 0s ease;

}


.catalog_block_cat_title
{
	min-height:60px;
	max-height:60px;
	height:60px;
	min-width:330px;
	max-width:330px;
	width:330px;
	margin: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 14px;
	display: table-cell;
	vertical-align:top;
}


.catalog_block_cat_img
{
	min-width:330px;
	max-width:330px;
	min-height:330px;
	max-height:330px;
	width:330px;
	height:330px;
	margin: 5px;
	padding: 5px;

}




/* Widjet */
/* *************************************************************************************************** */
.catalog_block_widj
{
	float:left;
	width:230px;
	min-width:220px; 
	max-width:220px;
	min-height:320px; 
	max-height:320px; 
	height:320px;
	width:230px;
	background:#f7f7f7;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	

}

.catalog_block_title_widj
{
	min-height:60px; 
	max-height:60px;
	height:60px;
	width:220px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	display: table-cell;
	vertical-align:top;
}

.catalog_block_img_widj
{
	min-width:200px; 
	max-width:200px;
	min-height:200px; 
	max-height:200px;
	width:200px;
	height:140px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.catalog_block_price_widj
{
	min-width:200px; 
	max-width:200px;
	min-height:20px; 
	max-height:20px; 
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	background:#ffffff;
	font-weight: bold;
}





/* *************************************************************************************************** */
/* *************************************************************************************************** */
/*Штрихкод*/
/* *************************************************************************************************** */
@font-face {

	font-family: 'EanGnivc';

	src: url(https://pubdata.ru/fonts/EanGnivc.ttf); 

}

 #barcoode {

	font-family: 'EanGnivc';

	font-size: 96px;

}
/* *************************************************************************************************** */
/* *************************************************************************************************** */
/*catalog_blocklist*/
/* *************************************************************************************************** */

/* catalog_blocklist */
/* *************************************************************************************************** */
.catalog_blocklist
{
      position:relative;
	min-height:200px;
	max-height:200px;
	height:200px;
	min-width:200px;
	max-width:200px;
	width:200px;
	background:#f7f7f7;
	margin: 10px;
	padding: 0px;
	float:left;
    	    -webkit-border-radius: 10px 10px 10px 10px;
    	    -moz-border-radius: 10px 10px 10px 10px;
    	border-radius: 10px 10px 10px 10px;
          -moz-transition: all 2s 0s ease;
          -o-transition: all 2s 0s ease;
          -webkit-transition: all 2s 0s ease;
}


.catalog_blocklist:hover
{
	background:#DDDDDD;
      -moz-transition: all 2s 0s ease;
      -o-transition: all 2s 0s ease;
      -webkit-transition: all 2s 0s ease;
}


.catalog_blocklist_title
{
      float:left;
      position:relative;
      top:200px;
      left:0px;
	font-weight: bold;
	font-size: 16px;
	display: table-cell;
	vertical-align:top;
      z-index:4;
      margin:10px;
}

.catalog_blocklist_img img
{
    	border-radius: 10px 10px 10px 10px;
   	    -webkit-border-radius: 10px 10px 10px 10px;
    	    -moz-border-radius: 10px 10px 10px 10px;

}
.catalog_blocklist_img
{
	float:left;
      position:absolute;
      top:0px;
      left:0px;
      min-width:200px;
	max-width:200px;
	min-height:200px;
	max-height:200px;
	width:200px;
	height:200px;
	margin: 0px;
	padding: 0px;
	background:#ffffff;
      z-index:2;
    	border-radius: 10px 10px 10px 10px;
          -webkit-border-radius: 10px 10px 10px 10px;
          -moz-border-radius: 10px 10px 10px 10px;

}





/* *************************************************************************************************** */
/* *************************************************************************************************** */
/**/
/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* *************************************************************************************************** */
/**/
/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* *************************************************************************************************** */
/**/
/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* *************************************************************************************************** */
/**/
/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* *************************************************************************************************** */
/**/
/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* *************************************************************************************************** */
/**/
/* *************************************************************************************************** */

/* *************************************************************************************************** */
/* *************************************************************************************************** */
