
/* informacje o grupie */
.group_info, .group_description { padding:15px 5px; overflow:hidden; border-bottom:1px dashed #01B0E5; }
.group_info .logo { 
	display:block; width:100px; height:100px; float:left; margin-right:15px; border:1px solid #696969; 
	background:url(/imgs/nogroup_100x100.png);
}
.group_info .info { width:580px; float:left; text-align:left; }
.group_info .name { font-size:20px; color:#0171a3; font-weight:bold; text-decoration:none; }
.group_info .name:hover { text-decoration:underline; }
.group_info .details { margin-top:20px; color:#000; }
.group_info .details a { color:#0171a3; text-decoration:none; }
.group_info .details a:hover { text-decoration:underline; }
.group_status { padding:15px 5px; }
.group_status .header { margin-bottom:20px; font-size:17px; font-weight:bold; }
.group_status .body { line-height:1.5; }
.group_status .body a { text-decoration:none; }
.group_status .button_container { margin-top:10px; }
.group_status .add_member_container { margin:10px 0; display:none; }
.group_status .add_member_container .or { margin:10px 0; font-weight:bold; }
.group_status .add_member_container select { width:200px; }
.group_status .add_member_container input { width:200px; }
.group_status .add_member_container label { display:block; font-size:11px; padding:5px 0; }
.group_status .add_member_container .error { text-align:left; margin-top:5px; font-size:11px; }
.group_status .add_member_container .info { text-align:left; margin-top:5px; font-size:11px; }

/* dodawanie aut do grupy */
#logged_user_cars_list { display:none; }
.cars_container { overflow:hidden; margin-bottom:10px; }
.cars_container .car_img { display:block; width:122px; height:140px; float:left; margin:5px; font-size:10px; font-weight:bold; }
.cars_container .img_container { width:120px; height:100px; border:1px solid #696969; background:url(/imgs/nocar_120x100.png); }
.avatar_thumb_container { margin-bottom:30px; }


/* ostatnie tematy na forum */
.new_subjects { margin:0 20px 30px 20px; padding-left:45px; color:#000; position:relative; }
.new_subjects a { text-decoration:none; color:#000; }
.new_subjects .forum_icon { top:0; left:0; }
.new_subjects .subject { font-size:14px; font-weight:bold; }
.new_subjects .subject_info { font-size:12px; margin:7px 0; }
.new_subjects .subject_info a, .subject_info b { font-weight:bold; color:#0072A1; }
.new_subjects .subject_info span { padding-right:30px; }
.new_subjects .last_post { 
	height:13px; background:#D3D3D3; padding:7px 10px; margin-top:10px; font-size:10px; position:relative;
	-webkit-border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; 
	behaviour:url(border-radius.htc);
}
.new_subjects .last_post a { font-size:10px; font-weight:bold; color:#0270A1; }
.new_subjects .last_post .right { font-weight:normal !important; }
.new_subjects .last_post .triangle { 
	width:0; height:0; border:6px solid transparent; border-top:none; border-bottom:6px solid #D3D3D3; 
	position:absolute; top:-6px; left:102px;
}

/* blog grupowy */
.blog { position:relative; }
.blog_title { padding:5px 50px 5px 0; overflow:hidden; font-weight:bold; font-size:14px; }
.blog_title a { text-decoration:none; color:#000; float:left; position:relative; }
.blog_title .icon_media { position:absolute; top:0; right:-50px; }
.blog_date { font-size:11px; margin:3px 7px 15px 0; color:#A5A5A5; }
.blog_date a { font-weight:bold; font-size:11px; color:#0171A3; text-decoration:none; }
.blog_post { font-size:13px; overflow:hidden; }
.blog_post .comments_count { margin-top:10px; color:#A6A6A6; }
.blog_post a { text-decoration:none; }
.blog_post_thumb { float:left; margin:0 10px 5px 0; border:1px solid #01B0E5; }

/* czat */
.chat_form input { width:635px !important; }
.chat_container { height:300px !important; }

/* auta w grupie */
.car_thumb { margin:25px 6px !important; position:relative; }
.car_thumb .remove_from_group { 
	position:absolute; top:1px; right:2px; padding:3px 5px; font-size:10px; color:#fff; background:#01B0E5; 
}
.group_car { display:block; float:left; }
.group_car img { 
	margin:10px; border: 2px solid #00afe4;
	-webkit-border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; 
	behaviour:url(border-radius.htc); 
}
