/* Voting */

.voting { overflow: hidden; zoom: 1; }

.voting .total { padding: 0 7px; color: #aaa; }
.voting .total a { text-decoration: none; color: #999; outline: none; }

.voting.positive .total { color: #390; }
.voting.negative .total { color: #c00; }

.voting .plus,
.voting .minus { width: 9px; height: 11px; float: left; display: block; background: url(../images/voting.png) no-repeat; position: relative; top: 4px; outline: none; }
.voting .plus { background-position: 0 0; }
.voting .minus { background-position: -18px 0; }
.voting .plus:hover { background-position: -9px 0; }
.voting .minus:hover { background-position: -27px 0; }

.voting.voted.plus .plus { background-position: -9px 0; }
.voting.voted.minus .minus { background-position: -27px 0; }
.voting.voted.plus .minus:hover { background-position: -18px 0; }
.voting.voted.minus .plus:hover { background-position: 0 0; }


.voting_topic { float: right; right: -1px; overflow: visible; margin-top: -30px; position: absolute; border: 1px solid #dedede; border-radius: 8px; padding: 2px 0 2px 4px; border-top-right-radius: 0px; 
height: 17px; border-bottom-right-radius: 0px ; padding-top: 2px;}

.voting_topic .total { font-weight: bold; float: right; margin-left: 10px; font-size: 13px; line-height: 18px; color: #777; width: 20px;}
.voting_topic.positive .total { color: #390; }
.voting_topic.negative .total { color: #c00; }

.voting_topic .plus, .voting .minus			{ float: left; display: block; position: relative; margin: 0 4px 0 2px;}
.voting_topic .plus 	{ background: url("../images/sprite.png?v2") 0px -351px no-repeat; height: 15px; width: 11px; margin-right: 6px;}
.voting_topic .minus 	{ background: url("../images/sprite.png?v2") -11px -351px no-repeat; height: 15px; width: 11px; padding-right: 11px;margin-right: 4px;}
.voting_topic .plus:hover 	{ background: url("../images/sprite.png?v2") 0px -336px no-repeat;}
.voting_topic .minus:hover 	{ background: url("../images/sprite.png?v2") -11px -336px no-repeat;}


.voting_topic.voted.plus .plus {background: url("../images/sprite.png?v2") 0px -336px no-repeat;}
.voting_topic.voted.plus .plus:hover {background: url("../images/sprite.png?v2") 0px -336px no-repeat;}
.voting_topic.voted.plus .minus {background: url("../images/sprite.png?v2") -22px -351px no-repeat;}
.voting_topic.voted.plus .minus:hover {background: url("../images/sprite.png?v2") -22px -351px no-repeat;}
.voting_topic.voted.minus .plus {background: url("../images/sprite.png?v2") -22px -336px no-repeat;}
.voting_topic.voted.minus .plus:hover {background: url("../images/sprite.png?v2") -22px -336px no-repeat;}
.voting_topic.voted.minus .minus {background: url("../images/sprite.png?v2") -11px -336px no-repeat;}
.voting_topic.voted.minus .minus:hover {background: url("../images/sprite.png?v2") -11px -336px no-repeat;}



.voting_comment { float: right; margin-top: -11px; overflow: visible; border: 1px solid #dedede; border-radius: 4px; padding: 2px 0 2px 4px; border-top-right-radius: 0px; border-top-left-radius: 0px;}

.voting_comment .total {font-weight: bold; font-size: 13px; margin-left: 10px; padding-right: 14px; line-height: 18px; color: #777; width: 20px;}
.voting_comment.positive .total { color: #339900;}
.voting_comment.negative .total { color: #cc0000;}

.voting_comment .plus, .voting_comment .minus			{position: relative; margin: 0 4px 0 2px;}
.voting_comment .plus 	{ background: url("../images/sprite.png?v2") 0 -351px no-repeat; height: 15px; width: 11px; float: left; }
.voting_comment .minus 	{ background: url("../images/sprite.png?v2") -11px -351px no-repeat; height: 15px; width: 11px; float: left; margin-top: 1px;}
.voting_comment .plus:hover 	{ background: url("../images/sprite.png?v2") 0 -336px no-repeat;}
.voting_comment .minus:hover 	{ background: url("../images/sprite.png?v2") -11px -336px no-repeat;}


.voting_comment.voted.plus .plus {background: url("../images/sprite.png?v2") 0px -336px no-repeat;}
.voting_comment.voted.plus .plus:hover {background: url("../images/sprite.png?v2") 0px -336px no-repeat;}
.voting_comment.voted.plus .minus {background: url("../images/sprite.png?v2") -22px -351px no-repeat;}
.voting_comment.voted.plus .minus:hover {background: url("../images/sprite.png?v2") -22px -351px no-repeat;}
.voting_comment.voted.minus .plus {background: url("../images/sprite.png?v2") -22px -336px no-repeat;}
.voting_comment.voted.minus .plus:hover {background: url("../images/sprite.png?v2") -22px -336px no-repeat;}
.voting_comment.voted.minus .minus {background: url("../images/sprite.png?v2") -11px -336px no-repeat;}
.voting_comment.voted.minus .minus:hover {background: url("../images/sprite.png?v2") -11px -336px no-repeat;}

.voting_topic.guest .plus:hover 	{ }
.voting_topic.guest .minus:hover 	{ }
.voting_comment.guest .plus:hover 	{ }
.voting_comment.guest .minus:hover 	{ }




/* Favorite */
/*.favourite 			{ background: url(../images/favorite.png) no-repeat; display: block; height: 16px; width: 16px; position: relative; top: 1px; }
.favourite:hover 	{ background-position: 0 -16px; }
.favourite.active 	{ background-position: 0 -16px; }
*/

/* Pagination */
.pagination {  }
.pagination p { font-size: 16px; color: #bbb; margin-bottom: 10px; }
.pagination ul { overflow: hidden; font-family: Arial, Verdana, Sans-Serif; }
.pagination ul li { float: left; margin-right: 8px; }
.pagination ul li.active { font-weight: bold; }
.pagination ul li.active { background: url(../images/pagination.gif) no-repeat top right; padding: 0 6px 1px 3px; border-left: 1px solid #eee; }


/* Switcher */
.h2_switcher{
color: #838383;
}

.switcher { overflow: hidden; zoom: 1; margin-bottom: 15px; font-size: 11px; padding-bottom: 3px; }
.switcher li { float: left; padding: 1px 7px 1px; color: #333333; background: #dddddd; position: relative; line-height: 15px; cursor: pointer; border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca; }
.switcher li a { color: #717171; text-decoration: none; }
.switcher li:first-child { -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-left: 1px solid #cacaca; }
.switcher li.first-child { border-left: 1px solid #cacaca; }
.switcher li:last-child { -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-right: 1px solid #cacaca; }
.switcher li.last-child { border-right: 1px solid #cacaca; }
.switcher li.active { color: #fff; background: #33A9E5; border-color: #33A9E5; box-shadow: 0 1px 0 #33A9E5 inset; font-weight: bold;}
.switcher li.active a { color: #fff;}
.switcher li.active:before { content: ""; position: absolute; bottom: -4px; left: 8px; width: 5px; height: 3px; background: url(../images/arrows.png) -9px 0 no-repeat; }

.switcher_map { overflow: hidden; zoom: 1; margin-bottom: 15px; font-size: 11px; padding-bottom: 3px; }
.switcher_map li { float: left; padding: 1px 7px 1px; color: #333333; background: #dddddd; position: relative; line-height: 15px; cursor: pointer; border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca; }
.switcher_map li a { color: #717171; text-decoration: none; }
.switcher_map li:first-child { -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-left: 1px solid #cacaca; }
.switcher_map li.first-child { border-left: 1px solid #cacaca; }
.switcher_map li:last-child { -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-right: 1px solid #cacaca; }
.switcher_map li.last-child { border-right: 1px solid #cacaca; }
.switcher_map li.active { color: #fff; background: #33A9E5; border-color: #33A9E5; box-shadow: 0 1px 0 #33A9E5 inset; font-weight: bold;}
.switcher_map li.active a { color: #fff;}
.switcher_map li.active:before { content: ""; position: absolute; bottom: -4px; left: 8px; width: 5px; height: 3px; }

.switcher_map_sidebar { overflow: hidden; zoom: 1; margin-bottom: 15px; font-size: 11px; padding-bottom: 3px; }
.switcher_map_sidebar li { float: left; padding: 1px 7px 1px; color: #333333; background: #dddddd; position: relative; line-height: 15px; cursor: pointer; border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca; }
.switcher_map_sidebar li a { color: #717171; text-decoration: none; }
.switcher_map_sidebar li:first-child { -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-left: 1px solid #cacaca; }
.switcher_map_sidebar li.first-child { border-left: 1px solid #cacaca; }
.switcher_map_sidebar li:last-child { -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-right: 1px solid #cacaca; }
.switcher_map_sidebar li.last-child { border-right: 1px solid #cacaca; }
.switcher_map_sidebar li.active { color: #fff; background: #33A9E5; border-color: #33A9E5; box-shadow: 0 1px 0 #33A9E5 inset; font-weight: bold;}
.switcher_map_sidebar li.active a { color: #fff;}
.switcher_map_sidebar li.active:before { content: ""; position: absolute; bottom: -4px; left: 8px; width: 5px; height: 3px; background: url(../images/arrows.png) -9px 0 no-repeat; }


.topic img{
padding: 4px 4px 4px 4px;
border: 1px solid #efefef;
}

.topic a img:hover{
padding: 4px 4px 4px 4px;
border: 1px solid #ccc;
border-radius: 2px;
box-shadow: #A4A4A4 5px 5px 30px -10px;
}

.comment-wrapper img{
padding: 4px 4px 4px 4px;
border: 1px solid #efefef;
}

.avatar img{
padding: 0 0 0 0;
border: 0px;
}

.avatar img:hover{
padding: 0 0 0 0 !important;
border: 0px solid transparent !important;
box-shadow: none;
}


.comment-wrapper img:hover{
padding: 4px 4px 4px 4px;
border: 1px solid #ccc;
border-radius: 2px;
box-shadow: #A4A4A4 5px 5px 30px -10px;
}



/* System messages */
.system-message-error 	{ background: #f0c8c8; border-radius: 6px; border: 1px solid #ccc; color: #b22626; padding: 10px 15px; margin-bottom: 15px; z-index: 999;}
#gallery #slides system-message-error { margin-left: 45px; background: #f0c8c8; color: #b22626; padding: 10px 15px; margin-bottom: 15px; width: 60%;}
.system-message-notice { background: #dafad8; color: #4bb23b; padding: 10px 15px; margin-bottom: 15px; }


/* Actions */
.actions { overflow: hidden; zoom: 1; font-size: 11px; }
.actions a { overflow: hidden; zoom: 1; margin-right: 10px; text-decoration: none; }
.actions li { float: left;}
.actions .edit { padding-left: 16px; background: url(../images/edit.gif) no-repeat 0 1px; }
.actions .delete { padding-left: 15px; background: url(../images/delete.gif) no-repeat 0 1px; color: #f00; }
.actions .rss { display: block; width: 32px; height: 32px; background: url(../images/rss.png) no-repeat 0px 0px; margin-right: 14px; margin-top: 4px; margin-left: 50px;}
.actions .join { margin-top: 4px; }
.actions a:hover { text-decoration: underline; }


/* Misc */
.user { padding-left: 12px; background: url(../images/sprite.png?v2) no-repeat 0 -107px; color: #555; text-decoration: none;}
.ls-user { padding-left: 12px; background: url(../images/sprite.png?v2) no-repeat 0 -105px; color: #999999; text-decoration: none; font-size: 14px; font-weight: bold;}
.user.inactive { color: #888; }

.padding { padding: 10px 20px; }

.tags-search { position: relative; left: -20px; margin-bottom: 20px; }
.tags-input { width: 400px; font-size: 18px; padding: 4px 4px 6px; border: 1px solid #ccc; color: #555; background: #fafafa; }

.center { width: 400px; margin: 0 auto; }
.center .input-text { border: 1px solid #ccc; width: 386px; padding: 4px 6px; font-size: 18px; font-family: Arial, sans-serif; }
.center h2 { color: #888; }
.center .button-login { float: right; }

.join { height: 24px; font-weight: bold; padding: 2px 15px 2px 15px; line-height: 24px; cursor: pointer; color: #fff; text-shadow: 1px 1px 1px #777; border-radius: 4px; text-align: center; content: "Наблюдать"; display: inline-block; margin: 10px 10px 10px 0;
background: -moz-linear-gradient(top, #25c8f6 0%, #1798bd 100%);
background: -webkit-linear-gradient(top, #25c8f6 0%, #1798bd 100%);
background: -o-linear-gradient(top, #25c8f6 0%, #1798bd 100%);
background: -ms-linear-gradient(top, #25c8f6 0%, #1798bd 100%);
background: linear-gradient(top, #25c8f6 0%, #1798bd 100%);
box-shadow: #BDBDBD 2px 2px 3px 0px;
border: 1px solid #0d8baf;
}
.join.active {content: "Перестать наблюдать";
background: -moz-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: -webkit-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: -o-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: -ms-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: linear-gradient(top, #bdbdbd 0%, #666 100%);
box-shadow: #BDBDBD 2px 2px 3px 0px;
border: 1px solid #999;
}

.join.GetIn {color: #fff; content: "Отправить заявку на вступление";
background: -moz-linear-gradient(top, #73de49 0%, #68BF46 100%);
background: -webkit-linear-gradient(top, #73de49 0%, #68BF46 100%);
background: -o-linear-gradient(top, #73de49 0%, #68BF46 100%);
background: -ms-linear-gradient(top, #73de49 0%, #68BF46 100%);
background: linear-gradient(top, #73de49 0%, #68BF46 100%);
box-shadow: #BDBDBD 2px 2px 3px 0px;
border: 1px solid #559f38;
}

.join.GetIn.active { content: "Выйти";
background: -moz-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: -webkit-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: -o-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: -ms-linear-gradient(top, #bdbdbd 0%, #666 100%);
background: linear-gradient(top, #bdbdbd 0%, #666 100%);
box-shadow: #BDBDBD 2px 2px 3px 0px;
border: 1px solid #999;
}

.table { width: 100%; margin-bottom: 15px; }
.table td { padding: 5px; }
.table tr.active td { background: #F1FCEF; }
.table thead td { background: #F0F1F1; font-weight: bold; }
.table tbody td { padding: 5px; border-bottom: 1px solid #ddd; font-size: 11px; }

.table.table-people {  }
.table.table-people .avatar { vertical-align: middle; margin-right: 7px; }
.table.table-people td { padding: 5px 10px; vertical-align: middle; }
.table.table-people .username { font-weight: bold; color: #999; }
.table.table-people .strength { font-weight: bold; color: #70AAE0; }
.table.table-people .date { color: #999; }
.table.table-people .rating strong { font-weight: bold; color: #fff; background: #FF68CF; padding: 5px 10px; }

.table.table-talk tbody td { color: #999; }
.table.table-talk td { padding: 5px; }
.table.table-talk td .username { padding-left: 13px; background: url(../images/sprite.png?v2) 0 -108px no-repeat; margin-right: 5px; text-decoration: none;}
.table.table-talk td .username.inactive { color: #bbb; }
.table.table-talk a.favourite { float: left; width: 10px; height: 8px; background: url(../images/sprite.png?v2) -40px -40px no-repeat; }
.table.table-talk a.favourite.active { background-position: -50px -40px; }
.table.table-talk a.favourite:hover { background-position: -50px -40px; }

.right { float: right; }
span.green { color: #008000; }

.filter_header{
width: 80px;
color: #000;
font-size: 16px;
padding-left: 15px;
padding-bottom: 4px;
}


.filter_addres{
font-size: 14px;
color: #51b038;
font-weight: bold;
}

