* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font-family: arial,sans-serif;
	font-size:12px;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	color:#333;
	/*background:url(../img/bodybg.jpg) left top repeat-x;*/
}
a:link, a:active, a:visited {
	color: #3987c4;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#ef1667;
}
p {margin: 0 0 5px}
img {
	border: none;
}
input {vertical-align: middle}
ul, ol{margin-left:30px; vertical-align:middle;}
h1, h2, h3, h4, h5{color:#666666;}
h1{
	padding-bottom:10px;
	font-size:28px;
	line-height:28px;
	font-weight:normal;
}
#wrapper {
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 190px;
	background: url(../images/hbg.jpg) left top repeat-x;
}
#subheader{
	/*padding-left:60px;*/
	padding-right:30px;
	background: url(../images/hbgr.jpg) right top no-repeat;
}
#hbgl{
	height:181px;
	background: url(../images/hbgl.jpg) left top repeat-x;
	width:483px;
	/*padding-left:10px;*/
}
#header a:link, #header a:active, #header a:visited {
	color: #4d4c4c;
	font-size:11px;
	outline: none;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
	color:#000000;
}
#icons img{vertical-align:middle;}
#icons{padding-top:20px; padding-bottom:20px;}
/* Menu
-----------------------------------------------------------------------------*/
#menu {
	/*height: 44px;*/
	/*margin-left:60px;*/
	/*background: url(../img/menu_c.jpg) left top repeat-x;*/
	margin-bottom:40px;
}
#topmenu{
	text-align:center;
	margin-top:4px;
	margin-bottom:24px;
}
#topmenu td{
	text-align:center;
	height:28px;
	vertical-align:middle;
}
#topmenu a:link, #topmenu a:active, #topmenu a:visited {
	color: #1f79fd;
	font-size:18px;
	outline: none;
	height:28px;
	text-decoration: none;
	display:block;
	line-height:26px;
	padding-right:6px; padding-left:6px;
	text-align:center;
	letter-spacing:-1px;
}
#topmenu a:hover, #topmenu a.sel {
	text-decoration: none;
	color:#fff;
	background:#1b75bb;
}
#menu1{margin-bottom:20px;}
#menu1 a:link, #menu1 a:active, #menu1 a:visited {
	color: #1f79fd;
	font-size:13px;
	outline: none;
	text-decoration: underline;
	line-height:14px;
}
#menu1 a:hover, #menu1 a.sel {
	text-decoration: underline;
	color:#232323;
	background:none;
}
#menu1 a.sel {font-weight:bold;}
#menu1 td{text-align:center;padding-left:4px; padding-right:4px; vertical-align:top;}
div#botmenu{
	display:block;
	text-align:left;
}
#botmenu a:link, #botmenu a:active, #botmenu a:visited {
	color:#1f79fd;
	font-size:14px;
	outline: none;
	text-decoration: underline;
	display:block;
	line-height:26px;
	font-weight:bold;
}
#botmenu a:hover, #botmenu a.sel{
	text-decoration:underline;
	color:#232323;
}
.bm1{padding-left:17px;}
#botmenu .bm1 a:link, #botmenu .bm1 a:active, #botmenu .bm1 a:visited {
	color:#1f79fd;
	font-size:12px;
	outline: none;
	text-decoration: underline;
	display:block;
	line-height:14px;
	font-weight:normal;
}
#botmenu .bm1 a:hover, #botmenu .bm1 a.sel{
	text-decoration:underline;
	color:#232323;
}
#botmenu .bm1 a.sel{font-weight:bold;}
.bm2{padding-left:10px; margin-bottom:4px; margin-top:4px;}
.bm3{padding-left:10px; margin-bottom:4px; margin-top:4px; font-size:10px;}
.bm3 a:link, .bm3 a:visited, .bm3 a:active, .bm3 a:hover{font-size:10px;}
div.subbotmenu{
	display:block;
	text-align:left;
	border-bottom:solid 1px #dbd4c9;
}
.subbotmenu a:link, .subbotmenu a:active, .subbotmenu a:visited {
	font-size:11px !important;
	color:#333333 !important;
	outline: none;
	line-height:16px !important;
	/*height:16px !important;*/
	text-decoration: none;
	display:block;
	font-weight:bold;
	border:none !important;
	text-indent:10px;
}
.subbotmenu a:hover, .subbotmenu a.selected:link, .subbotmenu a.selected:visited, .subbotmenu a.selected:active{
	text-decoration:none;
	color:#ef1667 !important;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 270px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 320px 0 0;
}
#subcontent{
	padding-left:60px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 320px;
	margin-left: -320px;
	background: white;
}
#right{
	padding-top:10px;
	padding-right:30px;
	padding-left:30px;
	color:#2f3030;
}
#right ul li{
	list-style-image:url(../images/r_ar.gif);
	margin-bottom:10px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -270px auto 0;
	min-width: 1000px;
	max-width: 1280px;
	height: 270px;
	background: url(../img/footbg.jpg) center top no-repeat;
}
.foottext{
	font-size:10px;
	padding-left:10px;
	float:left;
	width:500px;
}
.buttons{
	font-size:10px;
	padding-left:10px;
	float:right;
	width:400px;
}

.category h3{
	font-size:14px;
}
.category a{
	font-size:11px;
	vertical-align:text-top;
}
.psec{
	padding-bottom:10px;
	border-bottom:solid 1px #cccccc;
}
.ul_cat{
	line-height:12px;
}
.ul_cat li{
}
.ul_cat .li_tit{
	list-style-image:url(../img/folder.gif);
}
.ul_cat .li_item{
	list-style-image:url(../img/bullit.gif);
}
/* стили для разбивки каталога на страницы */
.catpage{font-size:16px;}
.catpage a:link, .catpage a:visited, .catpage a:active{color:#000000; text-decoration:none; margin-left:2px; margin-right:2px;}
.catpage a:hover{text-decoration:none;}
.catpage span{background:#bf0000; color:#FFFFFF; padding-left:4px; padding-right:4px; }

/* стили для форматирования каталога */
.catitems{padding-top:20px;}
.catitems a{text-decoration:none;}
.catitem img, .pitem img{border:solid 1px #cccccc; padding:2px;}
.catitem{width:160px; text-align:center; float:left; margin-bottom:10px; height:210px; overflow:hidden;}
.catitemlast{width:145px; text-align:center; float:left; margin-bottom:10px;}
.cat_name{font-size:12px;}
.cat_artikul{font-size:20px;}

.conttab{
	border-collapse:collapse;
	empty-cells:show;
	color:#000;
}
.conttab th{
	padding:2px;
	background:#8db3e2;
	border:solid 1px; #000;
	border-collapse:collapse;
	empty-cells:show;
}
.conttab td{
	padding:2px;
	background:#dbe5f1;
	border:solid 1px; #000;
	border-collapse:collapse;
	empty-cells:show;
}
#breadcrumbs{
		padding-bottom:4px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active{color:#525252; text-decoration:none;}
#breadcrumbs a:hover{text-decoration:underline;}
a.brcl{
	color:#dbd4c9 !important;
}
