/*
---------------------------------------------------------
*
*	Module "Place"
*	Author: Alexander Zinchuk ( Ajaxy ) 
*	Contact e-mail: hey@ajaxy.ru
*
---------------------------------------------------------
*/

.place_menu_nolink { cursor: default; color: #999999; }

/* Profile of Place
-------------------------------------------------------------------*/
.profile-place { padding: 0 15px 0 8px; overflow: hidden; position: relative; }

.profile-place img.avatar { float: left; }
.profile-place h1.title { font-size: 24px; line-height: 20px; color: #333333; padding-left: 55px; margin-bottom: 0px; }

.profile-place .types { padding-left: 10px; font-size:9px; }
.profile-place .location { font-style: italic; }
.profile-place #toggle_block { display: none; }
.profile-place .description { float: left; width: 90%; }
.profile-place .toggle_link { float: right }
.profile-place .toggle_link a { font-size: 9px; text-decoration: none; color: #999999; border-bottom: 1px dashed #999999; padding: 2px 4px; }
.profile-place .toggle_link a.active { background: #dddddd; }
.profile-place .about .info { float: left; width: 420px;}
.profile-place .about .gmap { float: left; width: 400px; height: 300px; border: 1px solid #999999; text-align:center; font-size: 9px; }
.profile-place .about .address { font-size: 10px; line-height: 12px; margin-bottom: 10px; }

.profile-place .i-join { float: right; font-size: 10px; text-align: center; padding-top: 12px; margin-right: 20px; }
.profile-place .i-join input { font-size: 12px; padding: 5px; }

.profile-place .action { overflow: hidden; margin: 0 0 20px 0; padding-left: 34px; zoom: 1; }
.profile-place .action li { float: left; margin-right: 3px; }
.profile-place .action li a { color: #aaa; outline: none; }
.profile-place .action li.rss a { display: block; height: 10px; width: 10px; background:  url(/templates/skin/new/images/icons.gif) no-repeat scroll -70px -250px; }
.profile-place .action li.edit a { background: url(/templates/skin/new/images/edit.gif) no-repeat 0 1px; padding-left: 20px; position: relative; margin-left: 0px; text-decoration: none; font-size: 11px; color: #70aae0; }
.profile-place .action li.delete a { background: url(/templates/skin/new/images/delete.gif) no-repeat 0 1px; padding-left: 15px; margin-left: 5px; text-decoration: none; font-size: 11px; color: #f00; }
.profile-place .action li a:hover { text-decoration: underline; }

.profile-place .voting { float: right; font-size: 10px; text-align: center; position: relative; top: -5px; }
.profile-place .voting .clear { clear: both; color: #aaa; }
.profile-place .voting .count { position: absolute; top: 44px; left: 70%; color: #aaa; }
.profile-place .voting .text { /*position: absolute;*/ top: 46px; right: 33%; color: #aaa; }

.profile-place  .voting .stars { background: url(../images/bill-stars-empty.png) no-repeat top left; width: 120px; height: 25px; text-align: left; cursor: pointer;  }
.profile-place  .voting  .stars div { background: url(../images/bill-stars.png) no-repeat top left; width: 0px; height: 25px; text-align: left; }
.profile-place  .voting.cantvote .stars   { cursor: default; }

.profile-place .about { background: #f4f4f6; margin-bottom: 40px; clear: both; }

.profile-place .persons {  float: left; margin-left: 30px;; }

.profile-place .about .tl { background: url(/templates/skin/new/images/profile-blog-tl.gif) no-repeat left top; height: 10px; }
.profile-place .about .tr { background: url(/templates/skin/new/images/profile-blog-tr.gif) no-repeat right top; height: 10px; }
.profile-place .about .bl { background: url(/templates/skin/new/images/profile-blog-bl.gif) no-repeat left bottom; height: 10px; }
.profile-place .about .br { background: url(/templates/skin/new/images/profile-blog-br.gif) no-repeat right bottom; height: 10px; }

.profile-place .about .content { padding: 5px 32px; color: #666; overflow: hidden; }
.profile-place .about .content h1 { color: #555; }
.profile-place .about .content p { margin-bottom: 15px; }
.profile-place .about .content p.note { color: #aaa; margin-bottom: 25px; }

.profile-place .about .content .line { background: url(/templates/skin/new/images/footer-bg.gif) repeat-x; height: 5px; margin-bottom: 20px; clear: both; }

.profile-place .about .content ul.admin-list { overflow: hidden; text-align: center; }
.profile-place .about .content ul.admin-list li { float: left; margin-right: 10px; margin-bottom: 10px; }
.profile-place .about .content ul.admin-list li dt img { width: 48px; height: 48px; }

.profile-place-more { padding-left: 8px; }

.profile-place-more .comments { padding-left: 0px; }
.profile-place-more .header { margin-left: 0px; }


/* Places list
-----------------------------------------------------*/

.place-list h1 span { color: #6ec80d; }
.place-list table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.place-list table thead td { background: #f0f1f1; font-weight: bold; padding: 5px 0; }
.place-list table thead td.user { padding-left: 10px; }
.place-list table thead td.strength, .place-list table thead td.rating { width: 130px; text-align: center; }
.place-list table thead td.date { width: 150px; text-align: center; }
.place-list table tbody td { padding: 5px 0 12px 0; font-size: 11px; color: #999; border-bottom: 1px solid #ddd; }
.place-list table tbody td span { color: #6ec80d; }
.place-list table tbody td.user { padding-left: 10px; overflow: hidden; _height: 1%; }
.place-list table tbody td.user img { float: left; margin-right: 7px; width: 24px; height: 24px; }
.place-list table tbody td.user a.link { color: #999; font-weight: bold; position: relative; top: 1px; }
.place-list table tbody td.strength { color: #70aae0; font-weight: bold; text-align: center; }
.place-list table tbody td.date { text-align: center; }
.place-list table tbody td.rating { text-align: center; }
.place-list table tbody td.rating span { padding-right: 12px; }
.place-list table tbody td.rating.up span { background: url(/templates/skin/new/images/blog-rating-up.gif) no-repeat right 3px; }
.place-list table tbody td.rating.down span { background: url(/templates/skin/new/images/blog-rating-down.gif) no-repeat right 3px; }
.place-list table tbody td.rating strong { background: #ff68cf; color: #fff; padding: 5px 10px; }

.place-list thead td.user { padding-left: 32px; }
.place-list thead td.join-head { width: 40px; text-align: center; }
.place-list thead td.visitors, .place-list tbody td.visitors { width: 100px; text-align: center; }
.place-list tbody td { padding: 7px 0; }
.place-list td.name { overflow: hidden; padding: 10px 0 5px 0; }
.place-list td.name img { float: left; padding-bottom: 5px; margin-right: 7px; width: 24px; height: 24px; }
.place-list td.name a.title { font-size: 18px; line-height: 0; line-height: 15px; }
.place-list td.name .types { font-size: 9px; color: #777777; }
.place-list td.name a.author { line-height: 18px; background:url(/templates/skin/new/images/icons.gif) no-repeat scroll 0 -108px; padding-left: 12px; color: #999; font-weight: bold; }

.place-list .join { text-align: center; }
.place-list .join a { margin: 0 auto; outline: none; display: block; height: 10px; width: 10px; background: url(/templates/skin/new/images/icons.gif) no-repeat scroll 0 -250px; zoom: 1; }
.place-list .join a:hover { background: url(/templates/skin/new/images/icons.gif) no-repeat scroll -10px -250px; }
.place-list .join.active a { background: url(/templates/skin/new/images/icons.gif) no-repeat scroll -10px -250px !important; }

.place-list  .stars { background: url(../images/bill-stars-empty.png) no-repeat top left; width: 120px; height: 25px; text-align: left; cursor: default; }
.place-list  .stars div { background: url(../images/bill-stars.png) no-repeat top left; width: 0px; height: 25px; text-align: left; }
.place-list .voting { /*float: right; */font-size: 10px; text-align: center; position: relative; top: -5px; }
.place-list .voting .clear { clear: both; color: #aaa; }
.place-list .voting .count { position: absolute; top: 42px; left: 69%; color: #aaa; }
.place-list .voting .text { position: absolute; top: 42px; right: 33%; color: #aaa; }

.place-list thead td.fav-head { width: 40px; text-align: center; }
.place-list .fav { text-align: center; }
.place-list .fav a { margin: 0 auto; display: block; height: 10px; width: 10px; background: url(/templates/skin/new/images/star-off.gif) no-repeat; }
.place-list .fav a:hover { background: url(/templates/skin/new/images/star.gif) no-repeat; }
.place-list .fav.active a { background: url(/templates/skin/new/images/star.gif) no-repeat; }

#places_catalogue h1 { float: left; }
#places_catalogue .city-filter { float: right; color: #cccccc; font-size: 11px; font-weight:bold; margin-top: 5px; }
#places_catalogue .city-filter input { border: 1px solid transparent; border-left: 1px solid #cccccc; color: #cccccc; font-size: 11px; font-family: Verdana; padding: 3px; }
#places_catalogue .city-filter input.focused { border: 1px solid #cccccc; }

#place_types { background: #eeeeee; height: 60px; margin-left: 0px; width: 100%; vertical-align: middle; }
#place_types .all, #place_types .types { float: left; margin-top: 5px; }
#place_types .all { padding: 10px 20px 0 20px; line-height: 20px; }
#place_types .types { border-left: 1px solid #cccccc; padding-left: 15px; width: 80%; line-height: 25px; height: 50px;  }
#place_types a { font-family: Verdana,serif; color: #888888; vertical-align: middle; margin: 5px; text-decoration: none; }
#place_types .all a { font-size: 14px; }
#place_types a:hover { background: #888888; color: white; text-decoration: none; }
#place_types a.active { background: #888888; color: white; text-decoration: none; }