@import url("reset.css");

body {
	font: 11px Arial, Tahoma, sans-serif;
	margin: 0;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img { border: 0 }

p {margin: 10px 0;}

ul, ol {
	padding-left: 20px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	padding: 2px 0;
}

h1 {
	font: bold 16px Arial, Tahoma, sans-serif;
	margin: 10px 0 10px 0;
	color: #D92A19;
}
h2 {
	font: bold 14px Arial, Tahoma, sans-serif;
	margin: 10px 0;
	color: #757575;
}
h3 {
	font: bold 12px Arial, Tahoma, sans-serif;
	margin: 7px 0;
}
h4 {
	font: bold 11px Arial, Tahoma, sans-serif;
	margin: 5px 0;
}

input, textarea, select {
}

.clear {
	clear: both;
}

/***************************************/
.col-left-head {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #355F87;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
}

.col-left-menu {
	padding-top: 1px; 
	padding-bottom: 10px; 
	margin-bottom: 10px;
}
.col-left-menu .menu-item {
	font: 14px Arial, sans-serif;
	background: #cccccc;
	margin: 1px 0;
	height: 46px;
	font-weight: bold;
	border: #1F4D7A solid 1px;  
}
.col-left-menu .menu-item a {
	color: #1F4D7A;
	text-decoration:none;
	display: block;
	padding: 5px;
	height: 44px;
	background: url(/images/butonas.jpg) repeat-x top;
}
.col-left-menu .menu-item a:hover {
	color: #032A4B;
	text-decoration:none;
	background: url(/images/hover.jpg) repeat-x top;
}
.col-left-menu .menu-item.selected a {
	color: #D92A19;
	background: url(/images/selected.jpg) repeat-x top;
	font-weight: bold;

}
.col-left-menu .level0 a { padding-left: 10px; }
.col-left-menu .level1 a { padding-left: 20px; }
.col-left-menu .level2 a { padding-left: 30px; font-size: 12px; }
.col-left-menu .level3 a { padding-left: 40px; font-size: 12px; }

.col-left-search {
	padding: 5px 20px 15px; 
	border-right: 1px solid #C1D799;
	background: transparent url('../gfx/Image/layout/left-col-menu_bg.jpg') repeat-x;
	border-bottom: 4px solid #C1D799;
	margin-bottom: 15px; 
}

.col-left-search label {
	font: 10px/15px Verdana, sans-serif;
}

.col-left-search label.text {
	background: transparent url('../gfx/Image/layout/icon_mag2.gif') no-repeat 0 50%;
	padding-left: 15px;
}
.col-left-search input.text, .col-left-search select {
	width: 200px;
	margin: 0;
}
.col-left-search input.submit {
}

.col-left-catalogue{
	padding-top: 1px; 
	padding-bottom: 10px; 
	margin-bottom: 10px;
}
.col-left-catalogue img {
	border: #1F4D7A solid 1px;  
}
