* {
	font-family:Sans-serif, Arial, Verdana, Helvetica;
	font-size:12px;
}
html, body {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background-color:#ffffff;
}
img {
	border:0px;
}
table {
	empty-cells:show;
}
input, select, textarea {
	vertical-align:middle;
	border:1px solid #ff4e00;
	font-weight:normal;
	font-size:11px;
	background-color:#ffffff;
}
input[type="radio"] {
	border:0px;
}
.button {
	border:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width:100px;
	height:20px;
	background-color:#8b4513;
}
.button:hover {
	background-color:#380001;
}
.buttondisabled {
	border:none;
	color:#999999;
	font-size:12px;
	width:100px;
	height:20px;
	background-color:#dde3eb;
}
.link {
	color:#646464;
	font-size:11px;
	text-decoration:none;
}
.link:hover {
	color:#000000;
}
.pagetitle {
	color:#757575;
	font-weight:bold;
	background-image:url(http://www.kolibry.com.ua/images/squareb.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.pagetitle a {
	color:#757575;
	text-decoration:none;
}
.pagetitle a:hover {
	color:#ff4e00;
	background-color:#ffffff;
	text-decoration:underline;
}
.headtextbig {
	color:#757575;
	font-weight:bold;
	padding-left:15px;
	white-space:nowrap;
	background-image:url(http://www.kolibry.com.ua/images/squareb.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.headtextsmall {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding-left:12px;
	white-space:nowrap;
	background-image:url(http://www.kolibry.com.ua/images/squares.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.leftmenu {
	padding:2px 0px 2px 5px;
}
.leftmenu a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.leftsubmenu {
	padding:2px 0px 2px 25px;
}
.leftsubmenu a {
	text-decoration:none;
	color:#000000;
}
.leftmenu a:hover, .leftsubmenu a:hover {
	color:#ff4e00;
	background-color:#ffffff;
}
.menu_active a {
	font-weight:bold;
	color:#ff4e00;
	background-color:#ffffff;
	background-image:url(http://www.kolibry.com.ua/images/squares.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
}
.submenu_active a {
	color:#ff4e00;
	background-color:#ffffff;
	background-image:url(http://www.kolibry.com.ua/images/squares.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
}
a img.thumb, img.thumb {
	border:2px solid #ff4e00;
}
a:hover img.thumb, img:hover.thumb {
	border:2px solid #dc143c;
}
a.pager_act {
	color:#646464;
	font-weight:bold;
	padding:0px 2px 0px 2px;
	text-decoration:none;
}
a.pager_act:hover {
	color:#ff4e00;
	background-color:#ffffff;
}
.pager_pas {
	color:#000000;
	background-color:#ff4e00;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
a.collection {
	font-weight:normal;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a.collection:hover {
	color:#ff4e00;
}
table.list {
	border:none;
	border-collapse:collapse;
}
table.list th {
	border:1px solid #c4c4c4;
	padding:2px;
	background-color:#ff4e00;
	color:#ffffff;
	height:25px;
}
table.list th a {
	text-decoration:none;
	color:#000000;
}
table.list th a:hover {
	text-decoration:underline;
}
table.list th#header1 {
	color:white;
	background-color:#380001;
	height:25px;
}
table.list td {
	border:1px solid #c4c4c4;
	padding:2px;
	color:#380001;
	background-color:#ffffff;
}
table.list td a {
	text-decoration:none;
	color:#380001;
	background-color:#ffffff;
}
table.list td a:hover {
	text-decoration:none;
	color:#ff4e00;
	background-color:#ffffff;
}
table.list td.summary, tr.summary td {
	color:#646464;
	background-color:#e1e2e4;
	font-weight:bold;
}
table.grid {
	border:none;
	border-collapse:collapse;
	background-color:#e7e7e7;
	margin-bottom:15px;
	width:180px;
}
table.grid td {
	color:#646464;
	font-size:11px;
	font-weight:bold;
	border-left:3px solid #e7e7e7;
	border-right:3px solid #e7e7e7;
}
table.grid td a {
	color:#646464;
	font-size:11px;
	text-decoration:none;
}
table.grid td a:hover {
	color:#000000;
}
table.grid td a img, table.grid td img {
	background-color:#ffffff;
	padding:3px;
}
table.noborder {
	border:none;
}
table.noborder td, table.noborder th {
	border:none;
}
.checkit {
	cursor:pointer;
}
#tooltip {
	position:absolute;
	border:1px solid #ff4e00;
	background-color:#ffffff;
	color:#000000;
	line-height:16px;
	padding:2px 5px;
	margin:25px 0px 0px 5px;
	font-weight:bold;
	font-size:11px;
}

/*### IMAGE SLIDER ###*/
#slider {
	width:190px; /* important to be same as image width */
	height:300px; /* important to be same as image height */
	position:relative; /* important */
	overflow:hidden; /* important */
	border:1px solid #c4c4c4;
}
#sliderContent {
	width:190px; /* important to be same as image width or wider */
	position:absolute;
	top:0;
	margin-left:0;
}
.sliderImage {
	float:left;
	position:absolute;
	display:none;
}
.sliderImage span {
	position:absolute;
	font-weight:bold;
	padding:10px 13px;
	width:184px;
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	color:#ffffff;
	display:none;
}
/*### /IMAGE SLIDER ###*/
.layer1 {
	position: relative;
	z-index: 2;
}
.layer2 {
	position: absolute;
	bottom: 0px;
	right: 10px;
	line-height: 0px;
	z-index: 1;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondcol {
	float: left;
}
#menu4 {
	width: 205px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border: 1px;
	border-width: 1px;
	margin: 0px;
}
#menu4 li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
}
#menu4 li a:link, #menu4 li a:visited {
	color: #000000;
	display: block;
	background: url(http://www.kolibry.com.ua/images/menu4.gif);
	padding: 8px 0 0 30px;
}
#menu4 li a:hover {
	color: #fff;
	background: url(http://www.kolibry.com.ua/images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
#menu4 li a:active {
	color: #fff;
	background: url(http://www.kolibry.com.ua/images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
}
a.a1 {
	font-size: 14px;
	outline:none; 
	text-decoration: none;
	color:#ffffff;
	padding: 0px 12px;
}
a.a1:hover {
	font-size: 14px;
	color:#ef9e30;
	text-decoration: none;
	padding: 0px 12px;
}
#navouter #nav ul li {
	margin:0px;
	padding:0px;
}
#nav {
	position: relative;
	height: 38px;
	margin: 0px;
	padding: 0px 12px;
	overflow:visible;
}	
#nav ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#nav li {
	position: relative;
	z-index:9;
	margin:0px;
	padding-right:5px;
	display: block;
	float:left;
}
#nav a {
	position: relative;
	z-index: 10;
	height: 38px;
	display: block;
	float: left;
	line-height: 38px;
	text-decoration: none;
	vertical-align: middle;
	padding:0px 12px;
}
#nav li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}
#nav li.back {
	background: url(http://www.kolibry.com.ua/images/lava.png) no-repeat right -44px !important;
	width: 13px;
	height: 38px;
	z-index: 8;
	position: absolute;
	margin: -1px 0 0 -5px;
}
#nav li.back .left {
	background: url(http://www.kolibry.com.ua/images/lava.png) no-repeat top left !important;
	height: 38px;
	margin-right: 8px;
}
.lavalamp li a {
	z-index: 100;
	font-size:11px;
	color:#ffffff;
}

