@media only screen and (min-width: 1800px) {
	div.switcherContainer {
		margin-bottom: 0px;
	}
}

div.switcherContainer {
	bottom: -24px;
	right: 0px;
	z-index: 10;
	border-top: 3px solid #7DC837;
	text-align: left;
	background-color: inherit;
	padding-left: 10px;
}

div.switcherContainer > a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
}
div.switcherContainer > a:hover {
	color: #ccc;
	text-decoration: none;
}

div.switcherContainer > a span {
	margin-left: 10px;
	padding-right: 10px;
}


/* arrow style */
i.arrow {
	background: url('../images/new/rubrics_button_sprite.png');
	width: 62px;
	height: 23px;
	background-repeat: no-repeat;
	display:block;
	background-position: 0px -24px;

	float: left;
}
i.arrow.up {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.categoriesWrapper {
	position: relative;
}

.categories {
	padding-top: 20px;
	background: url('../images/bg_sky.jpg') repeat-y right;
}

.categoriesContainer {
	overflow: hidden;
	height: 138px;
}

.categoriesContainer table {
	padding: 0px !important;
	margin: 0 !important;
}
.categoriesContainer td {
	width: 180px;
	height: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	display: table-cell;
	padding: 8px;
	margin: 0;
	vertical-align: middle;
	border: none;
}
.categoriesContainer td a {
	color: #666;
	text-decoration: none;
	font-family: sans-serif, Arial;

	display: table;
}
.categoriesContainer td img {
	width: 25px;
	/*height: 25px;*/
	/*float: left;*/
}
.categoriesContainer td a p {
	display: table-cell;
	vertical-align: middle;
	left: 10px;
	font-size: 12px;
	/*margin-left: 30px;*/
	top: 0px;
	position: relative;
	padding: 0px;
	line-height: 12px;
	font-family: 'Ubuntu-Light', sans-serif, Arial;
}

