﻿@charset "utf-8";
/* 
- Author by rip: AdReNaLiN
- Skype: artur_ripper
- Site: htmlstart.ru
*/

/* General Style */
* {
	outline: none;
}
html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, em, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label, input, textarea,
table, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
	margin: 0;
}
body {
	background: #1a1a1a url(../images/bg.png);
	font-family: 'Calibri', sans-serif;
	font-size: 12px;
	color: #fff;
}
a {
	text-decoration: none;
	color: #fff;
}
a img, img {
	max-width: 100%;
	border: 0;
}

ul, li, dl, dt, dd {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

p {
	margin: 10px 0;
}
hr {
	background: #535353;
	color: #535353;
	border: none;
	/* height: 1px; */
}

h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	margin-bottom: 3px;
	font-weight: 100;
	font-size: 100%;
}

/* Input style */
form {
	display: block;
	padding: 0;
	margin: 0;
}
input, textarea, select, button {
	vertical-align: middle;
	border: 1px solid #d8d8d8;
	color: #a6a6a6;
	margin: 7px;
	padding: 5px 10px;
	font-size: 0.875em;
        height: 25px;
        line-height: 1.2;
        overflow: hidden;
	font-family: 'Calibri', sans-serif;
	display: inline-block;
	-moz-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	background: rgba(125,175,40,.1);
}
input:last-child, textarea:last-child, button:last-child, .inp-left input:last-child {
	margin-bottom: 0 !important;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	cursor: pointer;
	border: none;
	background: #7daf27;
	color: #fff;
        margin: 0;
        disbplay: inline-block;
	text-shadow: 0 1px 0 #618f13;
	font-size: 0.875em;
	font-family: 'Calibri', sans-serif;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background: #3a3a3a;
	text-shadow: none;
}
textarea {
	padding: 2px;
}

/* Position */
.left, .lcol {
	float: left;
}
.right, .rcol {
	float: right;
}
.center {
	text-align: center;
}
.hidden, textarea {
	overflow: hidden;
}
.none {
	display: none;
}
.clear {
	overflow: hidden;
	width: 100%;
	clear: both;
	height: 0;
}
.clear_table {
	border-collapse: collapse;
	padding: 0;
	border: 0;
	margin: 0;
}
.wrap {
	width: 900px;
	margin: 0 auto 20px;
}


/* :---[Header]---: */
header {
	overflow: hidden;
	height: 112px;
}
header a.h-logo {
	background: url(../images/h-logo.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
	display: block;
	height: 59px;
	width: 492px;
}

/* :--[Nav]--: */
#c-top {
	background: url(../images/c-top.png) no-repeat;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	height: 40px;
}
#c-nav {
	max-width: 630px;
	overflow: hidden;
	height: 40px;
	float: left;
}
#c-nav li {
	background: url(../images/c-nav.png) no-repeat right 0;
	padding-right: 3px;
	line-height: 36px;
	height: 40px;
	float: left;
}
#c-nav li a {
	text-shadow: 0 1px 0 #4f642b;
	padding: 0 20px;
	display: block;
	height: 40px;
}
#c-nav li a:hover {
	background: url(../images/c-nav.png) repeat-x 0 -40px;
}
/*Search*/
#c-search {
	position: relative;
	margin-right: 5px;
	float: right;
	width: 260px;
	height: 26px;
outline:none;
}
#c-search .queryField {
	background: none;
	padding: 0 12px;
	width: 215px;
	height: 26px;
	border: none;
	float: left;
outline:none;
}
#c-search .queryField::-webkit-input-placeholder {
	color: #ababab;
}
#c-search .queryField:-moz-placeholder {
	color: #ababab;
}
#c-search .queryField:focus::-webkit-input-placeholder {
	color: #ababab;
}
#c-search .queryField:focus:-moz-placeholder {
	color: #ababab;
}
#c-search .searchSbmFl {
	background: url(../images/search-but.png) no-repeat;
	margin-right: 7px;
	margin-top: 9px;
	float: right;
	height: 23px;
	width: 22px;
	-webkit-transition: opacity .35s ease;
	   -moz-transition: opacity .35s ease;
	    -ms-transition: opacity .35s ease;
	     -o-transition: opacity .35s ease;
	        transition: opacity .35s ease;
}
#c-search .searchSbmFl:hover {
	opacity: .8;
}



/* :---[Content]---: */
#content {
	background: #fff;
	overflow: hidden;
	padding: 10px;
}



/* :--[Side]--: */
#left-side {
	width: 230px;
	float: left;
}
.block-full {
	background: #546a2d;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
	width: 230px;
}
.block-full .block-top {
	background: url(../images/block-top.png) repeat-x 0 bottom;
	padding: 5px 10px 9px;
	font-size: 12px;
	color: #fff;
}
.block-full .block-top span {
	margin-top: 3px;
	font-size: 10px;
	display: block;
	color: #a6af98;
}
.bnav {
	margin: 0;
	padding: 0;
}
.bnav li {
	border-top: 1px solid #596E33;
	border-bottom: 1px solid #4B5F28;
	position: relative;
	line-height: 27px;
	min-height: 27px;
}
.bnav li a {
	padding: 0 10px;
	display: block;
	height: 27px;
}
.bnav > li:hover {
	border-top: 1px solid #724327;
	border-bottom: 1px solid #62371D;
}
.bnav > li:hover > a{
	background: #6D3D20;
}
.bnav li span {
	background: url(../images/li-s-1.png);
	height: 22px;
	line-height: 16px;
	float: right;
	display: inline-block;
	font-size: 13px;
	padding: 3px;
	border-radius: 3px;
	margin: 5px 0;
}
.bnav li:hover span {
	background: url(../images/li-s-2.png);
}
.bnav li span b {
	background: #E6E6E6;
	color: #393939;
	border-radius: 3px;
	height: 18px;
	line-height: 16px;
	padding: 1px 4px;
}
.current {
border-bottom: none!important;
}
.bnav li a.opened_drop {
	background-image: url(../images/bnav-r.png);
	background-repeat: no-repeat;
	background-position: 210px center;
}
.bnav .opened_nav {
	background: url(../images/bnav-open.png) repeat-x;
}
.bnav .opened_nav li {
	margin: 0 5px;
	border-top: none;
}
.bnav .opened_nav li:hover a {
	background: url(../images/bnav-arr.png) no-repeat 0 7px;
	padding-left: 15px;
	margin-left: -5px;
}
.bdownload {
    background: url(../images/d.png);
    height: 33px;
    width: 210px;
    padding-left: 40px;
    cursor: pointer;
    box-shadow:
    rgb(75, 90, 40) 1px 1px,
    rgb(75, 90, 40) 2px 2px,
    rgb(75, 90, 40) 3px 3px,
    rgb(75, 90, 40) 4px 4px,
    rgb(75, 90, 40) 5px 5px,
    rgb(75, 90, 40) 6px 6px,
    rgb(75, 90, 40) 7px 7px,
    rgb(75, 90, 40) 8px 8px,
    rgb(75, 90, 40) 9px 9px,
    rgb(75, 90, 40) 10px 10px,
    rgb(75, 90, 40) 11px 11px,
    rgb(75, 90, 40) 12px 12px,
    rgb(75, 90, 40) 13px 13px,
    rgb(75, 90, 40) 14px 14px,
    rgb(75, 90, 40) 15px 15px,
    rgb(75, 90, 40) 16px 16px,
    rgb(75, 90, 40) 17px 17px;
}
.bdownload:hover{
    background: url(../images/d-hover.png);
    box-shadow:
    rgb(67, 85, 36) 1px 1px,
    rgb(67, 85, 36) 2px 2px,
    rgb(67, 85, 36) 3px 3px,
    rgb(67, 85, 36) 4px 4px,
    rgb(67, 85, 36) 5px 5px,
    rgb(67, 85, 36) 6px 6px,
    rgb(67, 85, 36) 7px 7px,
    rgb(67, 85, 36) 8px 8px,
    rgb(67, 85, 36) 9px 9px,
    rgb(67, 85, 36) 10px 10px,
    rgb(67, 85, 36) 11px 11px,
    rgb(67, 85, 36) 12px 12px,
    rgb(67, 85, 36) 13px 13px,
    rgb(67, 85, 36) 14px 14px,
    rgb(67, 85, 36) 15px 15px,
    rgb(67, 85, 36) 16px 16px,
    rgb(67, 85, 36) 17px 17px;
}
.bdownload span.title {
    display: block;
    color: #546a2d;
    font-weight: bold;
    font-size: 13px;
}
.bdownload span.info {
    display: block;
    color: #848484;
    font-size: 11px;
}
.bdownload:hover span.title{
	color: #6d3d20;
}
/*Big*/
.block-full.big .bnav li {
    line-height: 32px;  
    min-height: 32px;
}
.block-full.big .bnav li a {
    height: 32px;
    line-height: 32px;
}
/*Brown*/
.block-full.brown {
	background: #6d3d20;
}
.block-full.brown .block-top {
	background: url(../images/block-top-b.png) repeat-x 0 bottom;
}
.block-full.brown .block-top span {
	color: #b09d94;
}
.block-full.brown .bnav li {
	border-top: 1px solid #724327;
	border-bottom: 1px solid #62371D;
	position: relative;
	line-height: 27px;
	min-height: 27px;
}
.block-full.brown .bnav > li:hover {
	border-top: 1px solid #596E33;
	border-bottom: 1px solid #4B5F28;
}
.block-full.brown .bnav > li:hover > a{
	background: #546A2D;
}
.block-full.brown .bnav li span {
	background: url(../images/li-s-2.png);
}
.block-full.brown .bnav li:hover span {
	background: url(../images/li-s-1.png);
}
/*Short*/
.block-full.short {
	border-top: 3px solid #435524;
	border-bottom: 3px solid #3C4C20;
}
.block-full.short .block-top {
	background: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.block-full.short .block-top span{
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: center;
}
.block-full.short .block-cont{
	padding: 5px 10px;
}
/*Poll*/
.block-poll {
    padding: 10px;
}
.poll-body{
	margin: 10px 0;
}
.bpoll li{
	margin: 8px 0;
}

.poll-bottom {
    background: #512D18;
    height: 30px;
    padding: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.poll-bottom span {
	background-image: url(../images/buttons.png);
	width: 204px;
	height: 24px;
	display: inline-block;
}
.poll-bottom a {
    display: inline-block;
}
.poll-bottom a:hover {
	background: rgba(200,200,200,.1);
}
.poll-bottom a.left {
    padding: 5px 22px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.poll-bottom a.right {
    padding: 5px 33px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}



/* :--[Main]--: */
.main {
	width: 640px;
	margin-left: 240px;
	color: #000;
}
.main a {
        color: #000;
}
/*About*/
.main-about {
	background: #6d3d20;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}
.main-about .about-top {
	background: url(../images/block-top-b.png) repeat-x 0 bottom;
	padding: 5px 10px 9px;
	font-size: 12px;
	color: #fff;
}
.main-about .about-top span {
	margin-top: 3px;
	font-size: 10px;
	display: block;
	color: #b09d94;
}
.main-about .about-cont {
	padding: 0 10px;
        color: #fff;
}
.main-about .about-cont p{
	margin: 0;
	font-size: 12px;
}

/*News*/
.main-news {
    float: left;
    background: #6d3d20;    
    margin-bottom: 10px;  
    border-radius: 4px;
    width: 315px;
}

.news-top {
    background: #546A2D;
    border-bottom: 3px solid #5D341B;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 10px;
}
.news-top a {
        color: #fff;
}
.news-top span {
	background: #fff;
	color: #546A2D;
	font-weight: bold;
	border-radius: 4px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	float: right;
	margin: 6px;
	padding: 0 5px;
}
.news-cont {
    text-align: center;
    margin: 5px 0;
}
.news-info {
    background: #546A2D;    
    height: 24px;  
    line-height: 24px;
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
}
.news-info:before {
	content: " ";
	background: #6D3D20;
	color: #6D3D20;
	height: 2px;
	width: 2px;
	display: block;
	margin-top: 11px;
	margin-right: 4px;
	float: left;
}
.news-img {
	background: url(../images/news-block.png);
	width: 295px;
	height: 120px;
	display: inline-block;
position:relative;
overflow:hidden;
}
.news-img:hover span {
background:url(../images/llloo.png) no-repeat center center;
width: 289px;
	height: 110px;
position:absolute;
margin:3px;
left:0;
background-color:rgba(0,0,0,.5);
}
.news-img img {
width: 289px;
margin: 3px;
max-height: 110px;
display: block
}

/* Paginator */ 
/* -------------- */
#pagesBlock1,.pagesBlockuz1{
    background: url(../images/paginator.png);
    overflow: hidden;
    height: 30px;
    padding: 3px;
display: block;
    border-radius: 3px;
position:relative;
}
.page_r{
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    padding: 5px 3px;
}
.swchItemA,.swchItem {
    display: inline-block;  list-style: none;
}
.swchItemA span,.swchItem span{
	background: #E8E8E8;
	border-radius: 3px;
	text-decoration: none;
	padding: 3px 8px;
	margin: 1px;
	color: #666;
}

.swchItemA:hover span,.swchItem:hover span{
	background: #EDEDED;
	color: #000;
}
.swchItem.right span {
background: #f0b7a1; /* Old browsers */
background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 49%, #752201 100%, #bf6e4e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(49%,#8c3310), color-stop(100%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0b7a1 0%,#8c3310 49%,#752201 100%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0b7a1 0%,#8c3310 49%,#752201 100%,#bf6e4e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0b7a1 0%,#8c3310 49%,#752201 100%,#bf6e4e 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0b7a1 0%,#8c3310 49%,#752201 100%,#bf6e4e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
color:#fff;
}
.swchItem.right:hover span {
background: #73880a; /* Old browsers */
background: -moz-linear-gradient(top, #73880a 0%, #73880a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73880a), color-stop(100%,#73880a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #73880a 0%,#73880a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #73880a 0%,#73880a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #73880a 0%,#73880a 100%); /* IE10+ */
background: linear-gradient(to bottom, #73880a 0%,#73880a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73880a', endColorstr='#73880a',GradientType=0 ); /* IE6-9 */
}
.swchItemA span{
	background-color: #546A2D;
	color: white;
	cursor: default;
}
.swchItemA:hover span{
background-color: #546A2D;
	color: white;
}
.main-pagination li.next a{
	background: url(../images/next.png);
	color: #eee;
	font-weight: bold;
}
.main-pagination li.prev a{
	background: url(../images/next.png);
	color: #eee;
	font-weight: bold;
}
.main-pagination li.prev:hover a,.main-pagination li.next:hover a{
	background: url(../images/prev.png);
	color: #fff;
}

/*Full*/
.main-full {
background: #6D3D20;
margin: 0 0 10px;
border-radius: 4px;
}
.full-top {
    background: #546A2D;
    border-bottom: 3px solid #5D341B;
    height: 30px;
    line-height: 30px;  
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
}
.full-cont {
    padding: 5px 10px;
    line-height: 16px;
    border-bottom: 1px solid #59321A;
    color: #fff;
}
.full-img {
	background: url(../images/full-block.png);
	width: 620px;
	height: 164px;
	display: block;
	margin: 0 auto 5px;
	padding: 8px;
}
.full-img img {
	width: 604px;
	height: 144px;
}
.full-download {
	background: rgb(90,50,26);
	background: -moz-linear-gradient(top,  rgb(90,50,26) 1%, rgb(109,61,32) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(90,50,26)), color-stop(100%,rgb(109,61,32)));
	background: -webkit-linear-gradient(top,  rgb(90,50,26) 1%,rgb(109,61,32) 100%);
	background: -o-linear-gradient(top,  rgb(90,50,26) 1%,rgb(109,61,32) 100%);
	background: -ms-linear-gradient(top,  rgb(90,50,26) 1%,rgb(109,61,32) 100%);
	background: linear-gradient(to bottom,  rgb(90,50,26) 1%,rgb(109,61,32) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a321a', endColorstr='#6d3d20',GradientType=0 );
    border-top: 1px solid #6D3D20;
    padding: 5px 0;
}
.full-download .mbutton {
    display: inline-block;
    border: 3px solid #552F19;
    width: 196px;
    height: 40px;
    line-height: 35px;
    border-radius: 4px;
    margin: 0 7px;
    font-size: 11px;
}
.full-download .mbutton:hover {
	color:#fff;
	opacity: .9;
}
.mbutton.mmanual {
    background-image: url(../images/mmanual.png);
}
.mbutton.mdownload {
    background-image: url(../images/mdownload.png);
}
.mbutton.mreport {
    background-image: url(../images/mreport.png);
}
.full-info {
    padding: 5px 5px;
    color: #fff;
}
.full-info u {
text-decoration: none;
color: #9ebd66;
}
.full-info span:before {
	content: " ";
	background: #718E3E;
	color: #718E3E;
	height: 2px;
	width: 2px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.full-info span a{
    color: #9ebd66;
    font-weight: bold;
}
.full-info hr {
	border-style: none none none none;
	margin: 0 0 7px;
	border-bottom: 3px solid #59321A;
	background: none;
	height: 0;
}
.full-video {
background:url(../images/vli.png) repeat-x 0 bottom;
    padding: 5px 0 10px 0;
margin: 0 10px;
    color: #fff;
}
.full-video .full-video-title {
    background: url(../images/video-header.png);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 2px;
}
.full-comments {
    padding: 5px 10px;
    color: #fff;
}
.comment{
	margin-bottom: 10px;
}
.comment-info {
    background: url(../images/comment-header.png);
    background-repeat: repeat-x;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 10px;
    color: #fff;
}
.comment-info span{ margin-right: 10px;}
.comment-info b {
    background: #FFFFFF;
    color: #546a2d;
    padding: 0px 4px;
    border-radius: 3px;
    height: 14px;
    line-height: 14px;
}
.comment-info b.right {
	margin-top: 2px;
}
.comment-body {
    background: #59321A;
    padding: 4px;
    border-radius: 4px;
    margin-left: 60px;
}
.comment-body p {
margin: 5px;
color: #fff;
}
.comment-img {
    background: #546A2D;  
    border: 3px solid #59321A;  border-radius: 4px;
    display: inline-block;
    float: left;
    height: 56px;
    width: 56px;
}
/*Comment-form*/
.comment-form {
	background-color: #546A2D;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
	border: 3px solid #59321A;
	border-radius: 4px;
	line-height: 5px;
	text-align: center;
	margin: 10px 0;
}
.comment-form-work {
}
.comment-form-work .form-bbcode{
	background: #5B331B;
	border-radius: 4px;
	padding: 4px;
}
.comment-form-work .form-bbcode input[type="button"], .comment-form-work .form-bbcode select{
	vertical-align: middle;
	background: #546A2D;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 3px 6px;
	margin: 0 4px 0 0;
	display: inline-block;
	height: 20px;
}
.comment-form-work .form-bbcode select {
	width: 70px;
	padding: 1px 6px!important;
	height: 20px;
}
.comment-form-work .form-body {
	background: #5B331B;
	border-radius: 4px;
	padding: 5px;
	margin: 4px 0;
}
.comment-form-work .form-body textarea {
	background: #5B331B;
	border: none;
	max-width: 100%;
        width: 100%;
	min-height: 50px;
	color: white;
	font-size: 12px;
        margin: 0;
        outline: none;
}
.comment-form-work .form-name {
	background: #5B331B;
	border-radius: 4px;
	padding: 3px 6px;
	line-height: 25px;
	width: 140px;
margin-right: 5px;
float: left;
}
.comment-form-work .form-name input{
	background: #5B331B;
	border: none;
	display: inline-block;
	width: 100px;
	color: white;
	font-size: 12px;
        outline: none;
        margin: 0;
}
.comment-form-work #addcBut{
background: #546A2D;
border: 3px solid #5B331B;
float: right;
border-radius: 4px;
height: 32px;
font-weight: bold;
font-size: 13px;
outline: none;
line-height: 10px;
}
.securityCode {
background: #5B331B!important;
border: none;
display: inline-block;
width: 100px;
color: #FFF;
font-size: 12px!important;
outline: none;
border-radius: 4px;
line-height: 32px;
height: 32px;
padding: 3px 6px!important;
margin: 0px;
}
#secuImgC {
height: 30px;
}
.main-full  .password {
background: #546A2D;
border-bottom: 3px solid #435524;
height: 30px;
line-height: 30px;
border-radius: 4px;
padding: 0 10px;
color: #FFF;
text-align: center;
margin-top: 15px;
}


/* :--[Footer]--: */
footer{
	background-color: #546A2D;
	border-top: 5px solid #6D3D20;
	border-bottom: 3px solid #415222;
	overflow: hidden;
}
.footer-wrap {
	padding: 6px 15px;
	overflow: hidden;
	position: relative;
}
.footer-left {
	float: left;
	display: inline-block;
	line-height: 14px;
}
.footer-left p{	margin: 0; }
.footer-right {
	float: right;
	display: inline-block;
	margin: 2px 0;
	position: relative;
	margin-right: 41px;
}
.footer-right .footer-cols {
	display: inline-block;
	margin: 0 3px;
	border-radius: 3px;
	border: 3px solid #415222;
	height: 37px;
}
.footer-right .footer-cols-dev {
	border-right: 2px dotted #435524;
	display: inline-block;
	width: 2px;
	height: 34px;
}
.footer-arrow {
    position: absolute;
	display: inline-block;  
    bottom: -12px;  
    right: -56px;
}
.footer-right .footer-arrow a{
	background: url(../images/footer-arrow.png);
	height: 46px;
	width: 41px;
	display: inline-block;
}


/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.9;
	color: #fff;
	background: #546A2D;
	border-bottom: 3px solid #5D341B;
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	padding: 0 10px;
}
#tooltip h3, #tooltip div {
	margin: 0;
}

.progress { 
	height: 10px;
	padding: 0px;
	position: relative;
	background: #57311A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 4px;
        margin-bottom: 5px;
	border: none;
	display: block;
}
.progress_1,
.progress_2,
.progress_3,
.progress_4,
.progress_5,
.progress_6,
.progress_7,
.progress_8 {
	display: block !important;
        width: auto;
	height: 8px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: url(/static/images/progress.png);
	position: relative;
	overflow: hidden !important;
	border: none;
}