body,table,tr,td,img,p,div,h1,h2,h3,h4,h5,ul,ol,li,form,fieldset,label {
	margin:0;
	padding:0;
	border:0;
}
body,td {
	font-family:Verdana,Arial;
	font-size:12px;
	color:#303030;
	vertical-align:top;
}
body {
	background:#fff url(/images/tlotop.png) repeat-x;
	text-align:center;
}

#dhtmltooltip{
	position:absolute;
	max-width:250px;
	border:1px solid #999966;
	padding:5px;
	background:#EFEFE7;
	font-size:11px;
	color:#3C3C28;
	visibility:hidden;
	z-index:1001;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.help {
	cursor:help;
}

input,select,textarea {
	padding:3px;
	margin:0;
	font-size:12px;
	border:1px solid #999;
}
a {
	color:#006600;
	text-decoration:none;
}
p {
	padding-bottom:5px;
}

#site {
	margin:auto;
	width:960px;
	text-align:left;
}

#top {
	background:#fff url('/images/top_bg.jpg') top center no-repeat;
	height:120px;
}
#top h1 {
	float:left;
}
#top h1 img {
	vertical-align:middle;
}

input.button {
	margin-top:3px;
	width:125px;
	height:23px;
	background: url('/images/button.png') top no-repeat;	
	border:0;
	color:#845905;
	font-weight:bold;
	cursor: pointer;
}

input.fgray {
	background:#605D63;
	border:1px solid #383639;
	color:#fff;
	padding:1px;
}

#login {
	display:none;
	float:right;
	height:132px;
	width:158px;
	background:url('/images/top_login.jpg') top right no-repeat;
	font-size:11px;
	text-align:center;
	overflow:hidden;
}
#login .ltitle {
	text-align:right;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:22px;
	font-weight:bold;
}
#login fieldset {
	text-align:right;
	padding-right:5px;
	margin-bottom:3px;
}
#login input.button {
	background: url('/images/button_login.png') top no-repeat;
	padding-left:10px;
	margin-bottom:3px;
}
#login ul {
	padding-bottom:5px;
}
#login li {
	margin-left:0px;
}

#nav {
	clear:both;
	height:43px;
	background:#63A731 url('/images/nav_bg.jpg') top repeat-x;
	margin-bottom:3px;
	font-weight:bold;
}
#nav .nav_left {
	float:left;
	width:20px;
	height:43px;
	background:url('/images/nav_left.jpg') top left no-repeat;
}
#nav .nav_right {
	float:right;
	width:20px;
	height:43px;
	background:url('/images/nav_right.jpg') top right no-repeat;
}
#nav .nav_main {
	width:920px;
	float:left;
	text-align:center;
	padding-top:12px;
}
#nav li {
	list-style:none;
	display:inline;
	padding:0 10px 0 10px;
}
#nav li a {
	text-decoration:none;
	color:#fff;
	text-shadow:#060 1px 1px;
	font-size:16px;
	font-family:Arial;
}
#nav li a:hover {
	color:#FFFF66;
	border-bottom:4px solid #F2A71A;
}

#nav2 {
	display:none;
	clear:both;
	height:37px;
	background:#717073 url('/images/nav2_bg.jpg') top repeat-x;
	margin-bottom:3px;
}
#nav2 .nav2_left {
	float:left;
	width:20px;
	height:37px;
	background:url('/images/nav2_left.jpg') top left no-repeat;
}
#nav2 .nav2_right {
	float:right;
	width:20px;
	height:37px;
	background:url('/images/nav2_right.jpg') top right no-repeat;
}
#nav2 .nav2_main {
	width:860px;
	float:left;
	padding-top:12px;
	color:#EAEAEA;
}
#nav2 ul {
	text-align:right;
}
#nav2 li {
	list-style:none;
	display:inline;
	padding-left:15px;
	padding-right:10px;
	background:url('/images/p_gray.png') left no-repeat;
}

#footer {
	clear:both;
	position:relative;
	border-top:1px solid #669966;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}
#footer p {
	margin:20px 0 20px 0;
}
#footer p a {
	margin:0 10px 0 10px;
}
#footer .copy {
	position:absolute;
	bottom:0;
	right:0;
	width:100px;
	height:50px;
}

#left {
	float:left;
	width:220px;
}
.box {
	background:#EBEBEB url('/images/box_end.jpg') bottom no-repeat;	
	padding-bottom:10px;
	margin-bottom:5px;
}
.box h3 {
	height:30px;
	background:#5FA02E url('/images/box_top.jpg') top no-repeat;	
	color:#fff;
	padding-left:70px;
	padding-top:13px;
	text-shadow:#060 1px 1px;
	font-size:14px;
	font-family:Arial;
}
.box .box_text {
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	line-height:1.3;
}
.box ul {
	list-style:none;
}
.box ul>li a {
	display:block;
	height:23px;
	padding-top:7px;
	padding-left:15px;
	background:#EBEBEB url('/images/box_button.jpg') bottom no-repeat;		
	font-size:12px;
	color:#414141;
	text-decoration:none;
}
.box ul>li a:hover {
	font-weight:bold;	
	background:#F1EEDD url('/images/box_button_o.jpg') bottom no-repeat;		
}
.box ul>li a img {
	padding-right:10px;
}

.box fieldset {
	padding:2px 7px 2px 7px;
}

#container {
	float:right;
	width:735px;
	margin-left:5px;
}

.filter {
	cursor: pointer;
}

.search {
	padding-bottom:5px;
}
.search #map_container {
	float:left;
}

#search_nav {
	margin-bottom:1px;
	padding:10px 10px 5px 10px;
	background:#DBE8DB url('/images/biker.png') bottom left no-repeat;
}
.search_box {
	float:left;
}
.sbox_title {
	color:#3F5F3F;
	font-weight:bold;
	padding-bottom:5px;
	text-shadow:#fff 1px 1px;
	font-size:14px;
	font-family:Arial;

}

#zoom-debug {
	font-size:11px;
}

#map {
	clear:both;
	z-index: 1000;
}
#map_container {
}
#map_panel {
	text-align:center;
	background:red;
	padding:5px;
	z-index: 1001;
}

#search_menu {
	float:left;
	width:159px;
	padding-left:15px;
	text-align:center;
}
.box2 {
	width:159px;
	text-align:left;
	background:#fff url('/images/box2_bottom.jpg') bottom no-repeat;	
	padding-bottom:10px;
	margin-bottom:5px;
}
.box2_top {
	height:32px;
	background:#EAEAEA url('/images/box2_top.jpg') top no-repeat;	
	padding-top:6px;
	padding-left:55px;
	font-weight:bold;
	color:#336633;
}
.box2 fieldset {
	padding-left:15px;
	margin-bottom:1px;
}
.box2 li {
	padding-bottom:5px;
}
.box2 a {
	text-decoration:none;
}
#search_menu input.button {
	background: url('/images/button_search.png') top no-repeat;
	padding-left:10px;
}
.search_form {
	width:100%;
}

.main {
	padding-bottom:5px;
}

#container h1, #container h2 {
	color:#555555;
	background:#E9E9E9 url(/images/ico_h.png) bottom left no-repeat;
	border-bottom:1px solid #B2B2B2;
	text-shadow:#fff 1px 1px;
	font-size:16px;
	font-family:Arial;
	padding:5px 0px 5px 40px;
	margin-bottom:5px;
}
#container h1 img, #container h2 img {
	vertical-align: middle;
}

#container h3 {
	clear:both;
	margin:10px 0 10px 0;
	color:#666;
	font-size:16px;
	font-family:Arial;
}
#results h3 {
	clear:none;
}

.main ol, .main ul {
	padding-left:25px;
}
.main .main_text {
	padding-left:15px;
	padding-right:15px;
}

.gallery {
	padding:3px;
	text-align:center;
}
.pgallery .photobox {
	float:left;
	width:25%;
	height:150px;
	overflow:hidden;
	text-align:center;
}
.fotoprev {
	float:left;
	width:6%;
}
.fotonext {
	float:right;
	width:6%;
}
.gallery .fotobox, .fotobox_hidden {
	float:left;
	width:24%;
}
.fotobox  img, .fotobox_hidden img {
	background:#F7F7F7;
	padding:5px;
	border:1px solid #CECECE;
}
.image_stars img {
	border: none;
	background: none;
	padding: 0px;
	
}
.fotobox a , .fotobox_hidden a{
	text-decoration:none;
}

.infop {
	padding:15px;
}
.infop p {
	line-height:1.5;
	padding-bottom:10px;
	text-align:justify;
}
.infop ol, .infop ul {
	line-height:1.5;
	padding-bottom:10px;
}
.infop li {
	padding-bottom:10px;
	text-align:justify;
}

.article {
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}
.article .fotol {
	float:left;
	margin-right:10px;
	background:#F7F7F7;
	padding:5px;
	border:1px solid #CECECE;
}
.article h3 {
	font-family:Georgia;
	padding-bottom:5px;
	font-size:14px;
}
.article h3 a {
	text-decoration:none;
}
.art_nav {
	padding-top:5px;
	font-size:10px;
	color:#595959;
}
.art_nav a {
	color:#595959;
	text-decoration:none;
}

.comment {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.userbox {
	float:left;
	text-align:center;
	width:20%;
}
.userfoto img, .userfoto2 img {
	background:#F7F7F7;
	padding:4px;
	border:1px solid #CECECE;
}
.comm_text {
	float:left;
	width:80%;
}
.comm_text p {
	text-align:justify;
	line-height:1.4;
}

.t_register {
	background:url('/images/t_register.png') top right no-repeat;
	min-height:300px;
}
.t_settings {
	background:url('/images/t_beta.png') top right no-repeat;
	min-height:300px;
}
.t_login {
	background:url('/images/t_login.png') top right no-repeat;
	min-height:300px;
}
.t_profile {
	background:url('/images/t_profile.png') top right no-repeat;
	min-height:300px;
}
.t_photo {
	background:url('/images/t_photo.png') top right no-repeat;
	min-height:300px;
}
.t_mail {
	background:url('/images/t_mail.png') top right no-repeat;
	min-height:300px;
}

table.register {
	margin:10px;
}
.register td {
	border-bottom:1px solid #C3C3C3;
	background:transparent url('/images/bg_td.png');
	padding:10px;
	font-size:12px;
	vertical-align:top;
}
.register input, .register textarea, .register select {
	font-size:12px;
}

.rightbox {
	float:right;
	width:175px;
	margin-top:5px;
	margin-right:15px;
	padding:10px;
	font-size:11px;
	color:#8E7A6A;
	background:#EEEBE8;
	border:1px solid #D9D2CC;
	line-height:1.5;
}

.list {
	width:100%;
}
.list th {
	text-align:center;
	background:#609F2D url('/images/th_bg.jpg') top repeat-x;
	height:25px;
	color:#fff;
	border-top:1px solid #39692E;
	border-bottom:1px solid #39692E;
}
.list td {
	padding:10px;
	vertical-align:top;
}
.list h2 {
	padding-bottom:5px;
}
.list li {
	padding-bottom:5px;
}

#pager_nav {
	padding:5px 0px 5px 0px;
}

.res1 td, .res0 td {
	background:#F1F8EF;
	border-bottom:1px solid #B1D8A7;
}
.res2 td {
	background:#E0EFDC;
	border-bottom:1px solid #B1D8A7;
}
.res1:hover td {
	background:#F9F2E8;
}
.res2:hover td {
	background:#F9F2E8;
}

.hr {
	clear:both;
	padding-bottom:5px;
	border-top:1px solid #CECECE;
}
.space {
	clear:both;
	padding-bottom:10px;
}
.clear {
	clear:both;	
}
.center {
	text-align:center;
}
.col50 {
	float:left;
	width:49%;
}
.smallinfo, td.smallinfo {
	font-size:11px;
	color:#697469;
}

#tip_msg {
	position:relative;
	z-index:9000;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	top:5px;
	background:#FFDC87;
	border:1px solid #E19F00;
	font-size:11px;
}
#tip_arrow {
	position:absolute;
	padding-top:4px;
	z-index:9001;
	text-align:left;
	display:none;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {

}

div.validation-advice, label.validation-advice {
	margin: 5px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: 10px;
	display: block;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.msg {
	border:1px solid #FFCB7D;
	background:#FFFAF2;
	color:#FF3300;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}

.info {
	border:1px solid #A2C0DF;
	background:#F4F8FB;
	color:#2D5782;
	padding:10px;
	margin-bottom:10px;
}

.result_list {
	width:100%;
}
.r_row1 {
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}
.r_row2 {
	background:#FFFFFF;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}
.r_chart {
	float:left;
	width:35%;
}
.r_info {
	float:left;
	width:45%;
}
.r_info h2 {
	background:none;
}
.r_foto {
	float:left;
	width:20%;
	text-align:right;
}
.r_belt {
	clear:both;
}
#r_footer .current {
	color:#595959;
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
}
#r_footer a {
	cursor: pointer;
}

#r_footer img {
	cursor: pointer;
}

.user_panel {
	margin:auto;
}
.user_panel td {
	padding:10px;
	width:33%;
	text-align: center;
}
.user_panel td:hover {
	background:#F7F7F7;
}
.user_panel a {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.route_info {
	width: 150px;
	padding: 5px;
	border: 1px solid black;
	background: transparent url('/images/bg_info.png');
	border:1px solid #E09643;
	cursor:pointer;
	font-size:10px;
	opacity:0.8;
}

.pmap_click {
	font-size:10px;
	color:#003366;
}

.pmap_window td {
	text-align:left;
	padding-right:5px;
}
.pmap_window table input, .pmap_window table textarea {
	width:150px;
}
.pmap_window a {
	color:#003366;
	text-decoration:none;
}

.routes_area {
	opacity: 0.2; 
	filter:alpha(opacity=20);
	background: green;
	display: block;
	position: absolute;
	border: 1px solid black;
	cursor: pointer
}

.routes_area2 {
	opacity: 0.5; 
	filter:alpha(opacity=50);
}

.routes_area_div {
	color: white;
	font-size: 20px;
	widht: 100%;
	height: 100%;
	text-align: center;
}

#welcome {
	opacity: 0.8; 
	filter:alpha(opacity=80);
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: verdana;
	width: 240px;
	height: 480px;
	padding: 5px;
}

#map_overlay {
	opacity: 0.9; 
	filter:alpha(opacity=90);
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: verdana;
	width: 100%;
	height: 350px;
	padding: 5px;
	display: none;
	text-align:center;
	padding-top:100px;
}
#loading_p {
	font-weight:bold;
}

#welcome .wtitle {
	padding-top:10px;
	padding-bottom:15px;
	color:#006600;
}
#welcome p {
	padding-bottom:5px;
}


.map_menu {
	background:#fff;
	border:1px solid #999999;
	padding:5px;
}
.map_menu a {
	text-decoration:none;
}

.tags {
	padding:7px;
}
.tags a {
	vertical-align: middle;
	text-decoration:none;
}
.tag1 {
	font-size:100%;
}
.tag2 {
	font-size:115%;
}
.tag3 {
	font-size:135%;
}
.tag4 {
	font-size:150%;
}
.tag5 {
	font-size:160%;
}

.box_users {
	margin-left:25px;
	padding:3px;
}
.box_users li {
	padding-top:3px;
}
.box_users li a {
	text-decoration: none;
}
.uavatar, .photobox img {
	background:#fff;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:2px solid #CCC;
	border-bottom:2px solid #CCC;
	padding:5px;
	margin:5px;
}
#details {
	position:relative;
	font-size:12px;
	margin-bottom:1px;
	background:#EBEBEB url('/images/biker.png') bottom right no-repeat;
}
/* 
#details ul, #details ol {
	margin-left:10px;
	margin-bottom:5px;
}
#details li {
	padding-bottom:10px;
}
*/

#details table {
	float:left;
	width:300px;
	height:210px;
}
#details td {
	background:#E4E4E4;
	border-bottom:1px solid #CACACA;
	padding:3px 0 3px 5px;
}

.addto {
	font-size:11px;
	padding-top:10px;
	padding-left:5px;
}

.d_title {
	color:#003300;
	font-weight:bold;
	padding-bottom:5px;
}

.b_route, .b_user, .b_img, .b_comm {
	padding:5px;
}
.b_route, .b_img {
	text-align:center;
}
.b_chart img, .b_avat img, .b_pict img {
	background:#fff;
}
.b_avat {
	float:left;
	width:120px;
}
.b_avat img, .b_pict img {
	padding:5px;
	border:1px solid #BCBCBC;
}
.b_user p {
	padding-bottom:5px;
}
.b_comm {
	font-size:11px;
}
.b_info {
	float:left;
	width:80px;
}
.b_comm table {
	padding-bottom:7px;
}
.b_comm td {
	font-size:11px;
}

.adate {
	clear:both;
	color:#666;
	font-size:11px;
	background:#EEFCE9;
	border-bottom:1px solid #A3CF94;
	padding:3px;
	text-align:right;
}
.atitle {
	font-size:18px;
	font-family:Georgia;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.adesc {
	text-align:justify;
	padding-bottom:10px;
	line-height:1.5;
}
.adesc img {
	width:200px;
	float:left;
	padding:0 10px 10px 5px;
}
.fdate {
	font-size:11px;
}
.ftitle {
	padding-bottom:5px;
}

#tbl_rank {
	width:100%;
}
#tbl_rank th {
	font-size:11px;
	background:#C1C1A4;
	padding:3px;
	border-bottom:1px solid #979766;
}
#tbl_rank td {
	padding:5px;
	height:100px;
	border-top:1px solid #FBFBF9;
	border-bottom:1px solid #B9B997;
	vertical-align:middle;
}
#tbl_rank .top3 {
	background:#DCDCCB;
}
#tbl_rank .top10 {
	background:#EEEEE6;
}

#slider {
}
#chart_bg {
	position:absolute;
	bottom:0px;
	right:10px;
	float:right;
	width:400px;
	background:url('/images/chart_left.png') left top no-repeat;
}
#chart_cont {
	position:relative;
	float:right;
	width:376px;
	overflow: hidden;
}
#chart_ov {
	position:absolute;
	left:0px;
	z-index:100;
	text-align:left;
	height:177px;
	margin-top:5px;
	/* background: red; */
	opacity:0.8;
}
#chart_arr {
	padding-left:0px;
	padding-top:0px;
	display: none;
}
#chart_slider {
	position:relative;
	left:-24px;
}

.black_overlay{
   display: none;
   position: fixed;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
}
.white_content {
   display: none;
   position: fixed;
   top: 25%;
   left: 25%;
   width: 50%;
   height: 50%;
   padding: 16px;
   border: 10px solid #999;
   background-color: #fff;
   z-index:1002;
   overflow: auto;
}

.pointer {
	cursor: pointer;
}

.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.5;
}

.bold {
	font-weight: bold;
}

.container {
	position:relative;
}

table.points {
	width:100%;
}
.points td, .points th {
	padding:7px;
	border-top:1px solid #F4FFF4;
}
.points th {
	background:#F2F2F2;
	border-bottom:1px solid #D7D7D7;
}

.adv {
	text-align:center;
	margin:10px 0 10px 0;
}

.samounts {
	font-size:14px;
	width:100%;
}
.samounts td {
	vertical-align:middle;
}
.samounts .camount {
	text-align:right;
	font-size:18px;
	font-weight:bold;
}
.samounts .cnulls {
	color:#999999;
}
.samounts .cnumbs {
	color:#336600;
}

.ninfo {
	padding:10px 0 15px 0;
	text-align:center;
}

.pages {
	padding:10px;
	text-align:center;
	line-height:1.5;
}

.navtabs {
	margin-top:15px;
	height:45px;
}
.navtabs ul {
	position:relative;
	float:left;
	width:100%;
	height:28px;
	border-bottom:1px solid #999;
	padding-left:10px;
	margin-bottom:15px;
}
.navtabs li {
	float:left;
	display:block;
	width:118px;
	height:27px;
	background:#eee;
	margin-right:1px;
	border:1px solid #999;
	border-bottom:0px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.navtabs li.active {
	background:#DCEADB;
}
.navtabs a {
	display:block;
	text-align:center;
	padding-top:7px;
}
.navtabs a:hover {
	font-weight:bold;
}

.list_mails {
	width:100%;
}
.list_mails th {
	padding:5px;
	background:#DCEADB;
	border-bottom:1px solid #A6C9A3;
}
.list_mails td {
	padding:5px;
}
.l_options img {
	padding-right:10px;
}

.list_friends .userbox2 {
	position:relative;	
	float:left;
}
.userbox2 {
	text-align:center;
	width:150px;
	height:150px;
	overflow:hidden;
	margin:5px;
}
.userfoto2 img {
	margin-bottom:5px;
}
.userbox_add {
	margin-top:5px;
	font-size:11px;
}

.page_nav {
	clear:both;
	text-align:center;
}

.nlist_photo {
	width:140px;
	text-align:center;
}
.nlist_chart {
	float:right;
	padding:0 5px 0 5px;
}
.nlist_menu {
	width:140px;
}

.rlink {
	float:right;
	margin:5px 5px 0 0;
}

.albumNavi, .albumOpis, .albumVote, .commText p, .commAvatar img, .commText textarea, .commText input, .boxFoto img, .listImage img, .boxUserFoto img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.albumNavi {
	margin:5px 0 5px 0;
	padding:5px;
	text-align:right;
	background:#eee;
}
.albumFoto {
	text-align:center;
}
.albumFoto img {
	margin:5px 0 5px 0;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.albumOpis {
	margin:15px 0 15px 0;
	padding:15px;
	border:1px solid #ccc;
}
.albumInfo {
	margin:10px 0 10px;
	padding:0 0 0 10px;
}
.albumVote {
	float:right;
	padding:10px;
	border:1px solid #ccc;
}

.commOne {
	position:realtive;
	float:left;
	width:100%;
	margin:0 0 15px 0;
}
.commUser {
	position:realtive;
	float:left;
	width:20%;
	text-align:right;
}
.commNick {
	margin:0 20px 5px 0;
	font-weight:bold;
}
.commAvatar {
	margin:0 15px 5px 0;
}
.commAvatar img {
	padding:5px;
	border:1px solid #ccc;
}
.commText {
	position:realtive;
	float:left;
	width:80%;
}
.commText p {
	border:1px solid #ccc;
	padding:10px;
}
.commText textarea {
	border:1px solid #ccc;
	padding:10px;
	width:500px;
}
.commText input {
	margin:5px 0 0 0;
	padding:5px;
	width:200px;
}

.boxAlbum {
	position:relative;
	float:left;
	width:100%;
	margin:5px 0 5px 0;
}
.boxFoto {
	position:relative;
	float:left;
	width:50%;
	text-align:center;
}
.boxInfo {
	position:relative;
	float:left;
	width:50%;
	padding:10px 0 10px 0;
}

.boxUser {
	margin:5px 0 5px 0;
}
.boxUserFoto {
	position:relative;
	float:left;
	width:60%;
	text-align:center;
}
.boxUserInfo {
	position:relative;
	float:left;
	width:40%;
	padding:10px 0 10px 0;
}

.boxFoto img, .listImage img, .boxUserFoto img {
	border:1px solid #ccc;
	padding:5px;
}

.pager {
	clear:both;
	text-align:center;
	margin:5px 0 5px 0;
}

.listSort {
	text-align:center;
	margin:5px 0 15px 0;
}
.listFoto {
	position:relative;
	float:left;
	width:25%;
	height:200px;
	overflow:hidden;
	text-align:center;
	margin:0 0 15px 0;
}

.listImage {
	height:120px;
}
.listInfo {
	height:80px;
}

.tblgray {
	width:100%;
	margin-bottom:15px;
}
.tblgray td {
	padding:6px 12px 6px 12px;
	background:#F0F0F0;
	border-top:1px solid #fff;
	border-bottom:1px solid #C4C4C4;
}

.video_content{
   display: none;
   position: fixed;
   top: 25%;
   left: 25%;
   width: 50%;
   height: 65%;
   padding: 16px;
   border: 10px solid #999;
   background-color: #fff;
   z-index:1002;
   overflow: auto;
}
#new_messages {
  font-weight:bold;
}

/* TOP */
#toppas
{
font-family:Tahoma,Arial,Verdana,sans-serif;
font-size:11px;
color:#4c4c4c;
line-height:19px;
height:120px;
margin:0 auto;
}
.topbox
{
width:960px;
height:auto;
margin:0 auto;
}
.toplogo
{
background:url(/images/logo.png);
width:331px;
height:102px;
float:left;
margin-top:5px;
}
.toplog
{
width:610px;
height:58px;
float:right;
}
.toplog2
{
width:620px;
height:82px;
float:right;
}
.toplog_lewo
{
background:url(/images/log_lewo.png);
width:24px;
height:58px;
float:left;
}
.toplog_center
{
background:url(/images/log_center.png) repeat-x;
width:570px;
height:46px;
float:left;
padding-top:12px;
}
.toplog_prawo
{
background:url(/images/log_prawo.png);
width:24px;
height:58px;
float:left;
margin-right:-15px;
}

.toplog_center span
{
float:left;
color:#616161;
margin-right:10px;
padding-top:5px;
font-size:13px;
}
.toplog_center input[type="text"],.toplog_center input[type="password"]
{
background:url(/images/log_input.png);
width:149px;
height:30px;
padding:2px;
float:left;
border:none;
color:#616161;
padding-left:6px;
font-size:13px;
margin-right:10px;
}
.toplog_center input[type="submit"]
{
background:url(/images/log_zaloguj.png);
width:142px;
height:39px;
float:left;
cursor:pointer;
font-size:0px;
border:none;
}
.toplog_center input[type="submit"]:hover
{
background-position:bottom left;
}
.toprej
{
width:560px;
height:auto;
float:right;
margin-top:20px;
}
.toprej span
{
color:#616161;
font-size:14px;

}
.toprej .toprejestruj
{
color:#5fa22f;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
.toprej .toprejestruj:hover
{
text-decoration:underline;
}
.profil_podzial
{
background:url(/images/profil_podzial.png);
width:2px;
height:82px;
float:left;
}
.profil_1
{
background:url(/images/profil_1.png);
width:97px;
height:82px;
float:left;
margin-left:-10px;
}
.profil_1:hover
{
background-position:bottom left;
}
.profil_2
{
background:url(/images/profil_2.png);
width:89px;
height:82px;
float:left;
}
.profil_2:hover
{
background-position:bottom left;
}
.profil_3
{
background:url(/images/profil_3.png);
width:87px;
height:82px;
float:left;
}
.profil_3:hover
{
background-position:bottom left;
}
.profil_4
{
background:url(/images/profil_4.png);
width:88px;
height:82px;
float:left;
}
.profil_4:hover
{
background-position:bottom left;
}
.profil_5
{
background:url(/images/profil_5.png);
width:83px;
height:82px;
float:left;
}
.profil_5:hover
{
background-position:bottom left;
}
.profil_6
{
background:url(/images/profil_6.png);
width:83px;
height:82px;
float:left;
}
.profil_6:hover
{
background-position:bottom left;
}
.profil_7
{
background:url(/images/profil_7.png);
width:95px;
height:82px;
float:left;
margin-right:-10px;
}
.profil_7:hover
{
background-position:bottom left;
}
#fbLoginButton span {
font-size:12px;
}
/* KONIEC TOP */
