/* ------------------------------------------------ [ global ] ------------------------------------------------ */
* {
	margin:0;
	padding:0;
	}
/* ------------------------------------------------ [ tabs ] ------------------------------------------------ */
html, body {
	font:normal 12px Arial, Helvetica, sans-serif;
}
body {
	background:url(images/top_bg.jpg) center top no-repeat #eaeaea;
	}
h1 {
	line-height: 25px;
	font-size: 14px;
	color: #ff9900;
	font-weight:bold;
	padding-left:15px;
  background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom:15px;
  }
ul {
	list-style:none;
	}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
	}
a:hover {
	color:#333333;
	}

/* ------------------------------------------------ [ index ] ------------------------------------------------ */

#header{
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:218px;
	background:url(images/top_img.jpg) no-repeat;
	z-index:1;
	}
#page{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:255px 0px 0px 0px;
	background: #f5f5f5;
	border: solid 1px #b1b1b1;
	border-top: none;
	border-bottom: none;
	}
#obsah{
	position:relative;
	float:left;
	width:628px;
	padding: 15px;
	z-index: 1;
	}
#right_box{
	position:relative;
	float:right;
	width:342px;
	background: #efefef;
	}
#menu{
	position:absolute;
	top:218px;
	left:0px;
	width:1000px;
	line-height:37px;
	background:url(images/menu_link.jpg) top left repeat-x;
	z-index:100;
	}
#menu li{
	position:relative;
	display:block;
	float:left;
	background:url(images/menu_line.jpg) right top no-repeat;
	padding-right:2px;
	}
#menu li a{
	padding:5px 18px;
	color:#666;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}
#menu li a:hover{
	color:#333;
	}
#menu_no_bg{
	background:none !important;
	}
#header_link{
  position: absolute;
  display: block;
  bottom: 0px;
  left:0px;
  width: 1000px;
  height: 185px;
}


/*ee*/
.submenu_up {
	position:absolute;
	top:36px;
	left:-2px;
	border:solid 1px #b1b1b1;
	border-top: none;
	background:#c5c5c5;
	display:none;
	min-width: 100%;
	}
.submenu_up li{
	float:none !important;
	line-height: 28px !important;
	background:url(images/menu_link.jpg) top left repeat-x !important;
	}
.submenu_up li a{
  display: block;
  padding: 2px 10px 0px 14px !important;
	line-height: 26px !important;
	}
.submenu_down{
	position:absolute;
	bottom: 30px;
	left:0px;
	border:solid 1px #333;
	background:#CCC;
	display:none;
	}
.submenu_down li{
	background:none !important;
	float:none !important;
	line-height:normal !important;
	}
.submenu_down li a{
	padding:0px 4px !important;
	}
#lang_cs:link, #lang_cs:visited{
	position:absolute;
	display:block;
	top:9px;
	left:12px;
	width:26px;
	height:17px;
	background:url(img/cz_off.jpg) left top no-repeat;
	}
#lang_cs:hover {
	background:url(img/cz_on.jpg) left top no-repeat;
	}
#lang_en:link, #lang_en:visited {
	position:relative;
	display:block;
	top:9px;
	left:45px;
	width:26px;
	height:17px;
	background:url(img/en_off.jpg) left top no-repeat;
	}
#lang_en:hover {
	background:url(img/en_on.jpg) left top no-repeat;
	}
#search_box{
	position:absolute;
	width:440px;
	height:33px;
	right:0px;
	top:0px;
	}
#search_text_input{
	position:absolute;
	top:10px;
	right:90px;
	width:230px;
	margin-right:70px;
	background:none;
	border:none;
	}
#search_button {
	position:absolute;
	top:1px;
	right:10px;
	border:none;
	width:80px;
	height:25px;
	text-align:right;
	background:url(img/search_off.jpg) left bottom no-repeat;
	color:#666;
	font-weight:bold;
	cursor:pointer;
	}
#search_button:hover {
	background:url(img/search_on.jpg) left bottom no-repeat;
	color:#333;
	}



/* LOGIN */
/* jj */
#log_in_form {
	position:absolute;
	top: 0px;
	right: 0px;
	width:581px;
	height:32px;
	text-align: right;
	}
.login_input{
  position: relative;
  display: block;
  float: left;
  border: solid 1px #b1b1b1;
  background: #fafafa;
  padding: 3px 5px 0px 5px;
  height: 15px;
  margin-top: 6px;
  margin-right: 5px;
}
#log_in_button {
	position:relative;
	display: block;
	float: left;
	width:60px;
	line-height:18px;
	background: #858585;
	border: solid 1px #b1b1b1;
	cursor:pointer;
	color:#f5f5f5;
	margin-top: 6px;
	}
#log_in_button:hover{
  background: #959595;
}
#log_registration {
	position:relative;
	display: block;
	float: left;
	width:100px;
	line-height:18px;
	text-align:center;
	color:#f5f5f5;
	background: #858585;
	border: solid 1px #b1b1b1;
	margin-top: 6px;
	margin-left: 15px;
	}
#log_registration:hover{
  background: #959595;
}
#autolog_box {
	position: relative;
	display: block;
	float: left;
	margin-top: 9px;
	margin-right: 5px;
	}
* html #autolog_box {
	position: relative;
	display: block;
	float: left;
	margin-top: 9px;
	margin-right: 5px;
	}
#autolog_label {
	position: relative;
	display: block;
	float: left;
	margin-top: 9px;
	color: #999999;
	margin-right: 5px;
	}









/*ee*/
/******* USER BOX LOGIN *******/
#login_label{
	position:relative;
	display:block;
	color: #9e823d;
	font-size: 14px;
	padding: 6px 0px 0px 11px;
	}
#logout{
	position:absolute;
	top:383px;
	right:5px;
	width:71px;
	height:28px;
	background:url(img/new/button_login.png) left top no-repeat;
	border:none;
	cursor:pointer;
	color:#d3d3d3;
	}
#user_menu_box{
	position:relative;
	background:url(img/new_msg/bg_logined.png) left top no-repeat;
	padding: 2px;
	height: 415px;
	}
#user_menu_box a:link, #user_menu_box a:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
	}
#user_menu_box a:hover {
	color:#999999;
	font-weight: bold;
	}
#login_my_profile{
	position:relative;
	display:block;
	float:left;
	background:url(img/new_msg/butt_profil_off.jpg) left top no-repeat;
	background-position:top center;
	width: 63px;
	height: 19px;
	padding-top: 59px;
	padding-left: 10px;
	margin: 5px 0px;
	}
#login_my_profile:hover{
	background:url(img/new_msg/butt_profil_on.jpg) left top no-repeat;
	background-position:top center;
	}
#login_my_photo{
	position:relative;
	display:block;
	float:left;
	background:url(img/new_msg/butt_photo_off.jpg) left top no-repeat;
	background-position:top center;
	min-width: 67px;
	min-height: 19px;
	padding-top: 59px;
	padding-left: 15px;
	margin: 5px 0px;
	}
#login_my_photo:hover{
	background:url(img/new_msg/butt_photo_on.jpg) left top no-repeat;
	background-position:top center;
	}
#login_my_video{
	position:relative;
	display:block;
	float:left;
	background:url(img/new_msg/butt_video_off.jpg) left top no-repeat;
	background-position:top center;
	min-width: 58px;
	min-height: 19px;
	padding-top: 59px;
	padding-left: 15px;
	margin: 5px 0px;
	}
#login_my_video:hover{
	background:url(img/new_msg/butt_video_on.jpg) left top no-repeat;
	background-position:top center;
	}
#login_my_events{
	position:relative;
	display:block;
	float:left;
	background:url(img/new_msg/butt_events_off.jpg) left top no-repeat;
	background-position:top center;
	min-width: 62px;
	min-height: 10px;
	padding-top: 60px;
	padding-left: 5px;
	margin: 5px 0px;
	}
#login_my_events:hover{
	background:url(img/new_msg/butt_events_on.jpg) left top no-repeat;
	background-position:top center;
	}
#login_my_favourites{
	position:relative;
	display:block;
	float:left;
	background:url(img/new_msg/butt_favourites_off.jpg) left top no-repeat;
	background-position:top center;
	min-width: 67px;
	min-height: 10px;
	padding-top: 60px;
	padding-left: 10px;
	margin: 5px 0px;
	}
#login_my_favourites:hover{
	background:url(img/new_msg/butt_favourites_on.jpg) left top no-repeat;
	background-position:top center;
	}
#login_my_friends{
	position:relative;
	display:block;
	float:left;
	background:url(img/new_msg/butt_friends_off.jpg) left top no-repeat;
	background-position:top center;
	min-width: 62px;
	min-height: 10px;
	padding-top: 60px;
	padding-left: 10px;
	margin: 5px 0px;
	}
#login_my_friends:hover{
	background:url(img/new_msg/butt_friends_on.jpg) left top no-repeat;
	background-position:top center;
	}
#menu_line{
	position:relative;
	background:url(img/new_msg/msg_pas.jpg) left top no-repeat;
	background-position:top center;
	width: 242px;
	height: 3px;
	margin: 10px 0px 15px 0px;
	}


/* MESSAGE MENU */
#message_box{
	position:absolute;
	top: 10px;
	left: 0px;
	width: 100px;
	height: 18px;
	display: none;
	}



#msg_new{
	position:relative;
	height: 20px;
	line-height: 20px;
	background-color: #666666;
	float: left;
	text-align: center;
	margin: 0px 5px;
	padding: 0px 4px;
	}
#msg_inbox{
	position:relative;
	height: 20px;
	line-height: 20px;
	background-color: #666666;
	float: left;
	text-align: center;
	margin: 0px 5px;
	padding: 0px 4px;
	}
#msg_outbox{
	position:relative;
	height: 20px;
	line-height: 20px;
	background-color: #666666;
	float: left;
	text-align: center;
	margin: 0px 5px;
	padding: 0px 4px;
	}
#new_message_box{
	position:relative;
	background:url(img/new_msg/new_msg_bg.jpg) left top no-repeat;
	width: 175px;
	height: 24px;
	line-height: 24px;
	text-align:center;
	font-weight:bold;
	margin: 15px 0px 0px 20px;
	}
#new_message_box a{
	position:absolute;
	display:block;
	width:175px;
	height:24px;
	top:0;
	left:0;
	}
#login_edit_profile{
	position:relative;
	display: block;
	float: left;
	background-color: #666666;
	background-position:top center;
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin: 0px 10px;
	text-align:center;
	}
#login_my_comments{
	position:relative;
	display: block;
	float: left;
	background-color: #666666;
	background-position:top center;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	}
#login_friend_requests{
	position:relative;
	display: block;
	background-color: #666666;
	background-position:top center;
	width: 130px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin: 5px 0px 5px 50px;
	text-align:center;
	}
#my_comments_box{
	position:relative;
	background-color: #f5f5f5;
	border:solid 1px #ffae00;
	width: 490px;
	padding-left: 10px;
	margin-left: 120px;
	}
.request_item{
	position:relative;
	width: 123px;
	float: left;
	}
.request_item input{
	position:relative;
	margin-left: 45px;
	}

/*
#user_menu_box a:link, #user_menu_box a:visited {
	position:relative;
	display:block;
	width:160px;
	padding:5px 0;
	text-align:center;
	border:solid 1px #ccc;
	margin:0 auto 1px auto;
	background-color:#333333;
	}
#user_menu_box a:hover {
	background:#ddd;
	}
#user_menu_box input {
	position:relative;
	display:block;
	width:162px;
	padding:5px 0;
	margin:0 auto;
	cursor:pointer;
	background:#fff;
	border:solid 1px #ccc;
	}
#user_menu_box input:hover {
	background:#ddd;
	}
*/
.clear {
	display:block !important;
	clear:both !important;
	float:none !important;
	padding: 0px !important;
	margin: 0px !important;
	}
.info_msg {
	position:relative;
	border:solid 2px #990000;
	margin:10px 0;
	background:#FF0000;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0;
	}

/* ------------------------------------------------ [ footer ] ------------------------------------------------ */
/*jj*/
#footer {
	position:relative;
	width: 100%;
	height: 104px;
	background:#6c6c6c;
	z-index: 2;
	}
#in_footer {
	position:relative;
	width:987px;
	height: 89px;
	background:url(images/footer_img.jpg);
	margin:0px auto;
	padding: 15px 15px 0px 0px;
	text-align: right;
	color: #cacaca;
	}
#in_footer a{
  color: #f5f5f5;
  }
#in_footer a:hover{
  text-decoration: underline;
  }
#footer_logo{
	position:absolute;
	width:1000px;
	height: 17px;
	right: 15px;
	bottom: 10px;
	}
#footer_logo a{
	color: #cacaca;
	text-decoration: none;
	}

/* ------------------------------------ [ uvod right pannel ] ------------------------------ */

#uvod_banners{
	position:relative;
	width: 312px;
	margin: 15px auto;
	}
#uvod_banners h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom: 10px;
  }
#uvod_banners a{
  position: relative;
  display: block;
  margin-bottom: 10px;
  }
#uvod_banners a:hover{
  background: #d5d5d5;
  }
#uvod_banners img{
  position: relative;
  width: 300px;
  padding: 5px;
  border: solid 1px #b1b1b1;
  }
  
#uvod_banners object{
  position: relative;
  display: block;
  width: 300px;
  padding: 5px;
  border: solid 1px #b1b1b1;
  }

/* -------------------------------------------- [ javascript_event ] -------------------------------------------*/

#uvod_events{
	position:relative;
	width: 312px;
	margin: 15px auto;
	}
#uvod_events h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  }
#events_box_top{
	position:relative;
	display:block;
	width: 312px;
	height: 15px;
	background:url(images/butt_up.png) center center no-repeat;
	margin: 4px 0px 2px 0px;
	}
#events_box_bottom{
	position:relative;
	display:block;
	width: 312px;
	height: 15px;
	background:url(images/butt_down.png) center center no-repeat;
	margin: 2px 0px 2px 0px;
	}
#events_box{
	position:relative;
	width:312px;
	height:375px;
	overflow:hidden;
	}
.event_item{
	position:relative;
	display: block;
	width: 310px;
	height: 85px;
	border: solid 1px #EFEFEF;
	margin-bottom:8px;
	color: #333333;
	}
.event_item img{
  position: relative;
  display: block;
	width: 100px;
	height: 75px;
	float:left;
	border:solid 1px #b1b1b1;
	padding: 5px;
	margin: -1px;
	margin-right: 5px;
	}
.event_item:hover{
	background: #f5f5f5;
	border: solid 1px #b1b1b1;
	}
.event_item strong{
  position: relative;
  display: block;
  width: 190px;
  float: left;
	padding-top: 10px;
	font-weight:bold;
	color: #ff9900;
	}
.event_item span{
  position: relative;
  display: block;
  width: 190px;
  float: left;
	color:#333333;
	padding-top: 5px;
	}
.no_event_uvod {
	position:relative;
	display:block;
	text-align:center;
	line-height:64px;
	}

/* -------------------------------------- [ VIDEO ] ---------------------------------- */

.video_item_box{
	position:relative;
	width: 192px;
	text-align:center;
	margin: 15px 23px 20px 0px;
	float:left;
	}
.video_item_box strong{
	position:relative;
	display: block;
	font-size:16px;
	text-align:center;
	color: #ff9900;
	margin: 5px 5px 7px 5px;
	overflow:hidden;
	}
.video_item_box img{
	position: relative;
	width: 180px;
	height: 135px;
	padding: 5px;
	border: solid 1px #b1b1b1;
	}
.video_item_box h3{
	position:relative;
	width:192px;
	font-size: 12px;
	color: #97a8d3;
	text-align:center;
	font-weight:bold;
	padding-bottom: 3px;
	}
.video_item_box a{
  position: relative;
  display: block;
  }
.video_item_box_intro{
	position:relative;
	color: #333333;
	text-align: justify;
	}
.video_item_box_2{
	position:relative;
	width: 192px;
	text-align:center;
	margin: 15px 0px 20px 0px;
	float:left;
	}
.video_item_box_2 strong{
	position:relative;
	display: block;
	font-size:16px;
	text-align:center;
	color: #ff9900;
	margin: 5px 5px 7px 5px;
	overflow:hidden;
	}
.video_item_box_2 img{
	position: relative;
	width: 180px;
	height: 135px;
	padding: 5px;
	border: solid 1px #b1b1b1;
	}
.video_item_box_2 h3{
	position:relative;
	width:192px;
	font-size: 12px;
	color: #97a8d3;
	text-align:center;
	font-weight:bold;
	padding-bottom: 3px;
	}
.video_item_box_2 a{
  position: relative;
  display: block;
  }
#video_body{
	position:relative;
	text-align:center;
	margin-bottom: 15px;
	}









/* ee */
#uvod_video{
	position:relative;
	width: 741px;
	height: 318px;
	background:url(img/bg_video.jpg);
	margin-bottom:40px;
	}
#uvod_banners2{
	position:relative;
	width: 242px;
	border: none;
	padding-top: 100px;
	}
#video_table input{
	float:left;
	}
#video_table{
	line-height: normal !important;
	}
#video_table td{
	padding: 5px 0px;
	}
.form_video_check{
	position:relative;
	display: block;
	float: left;
	text-align:left !important;
	background:none !important;
	padding-left: 15px;
	font-weight:bold;
	width:auto !important;
	font-weight:normal !important;
	}
.video_item{
	position:relative;
	float:left;
	width: 160px;
	height: 140px;
	/*margin-left: 20px; */
	margin-left:7px;
	margin-top: 5px;
	}
.video_item img{
	width: 160px;
	height: 90px;
	border:none;
	}

.video_type{
	position:relative;
	color: #97a8d3;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	}
.video_name{
	position:relative;
	display:block;
	text-align: center;
	font-weight: bold;
	color: #111111 !important;
	height:121px;
	overflow:hidden;
	}
.video_name:hover{
	color: #ffae00 !important;
	}
.video_stars{
	position:relative;
	width: 119px;
	text-align: center;
	padding-left: 41px;
	}
.video_star_off{
	position:relative;
	display:block;
	float:left;
	width: 14px;
	height: 14px;
	background:url(img/star_off.png);
	margin: 2px 2px 5px 0px;
	}
.video_star_on{
	position:relative;
	display:block;
	float:left;
	width: 14px;
	height: 14px;
	background:url(img/star_on.png);
	margin: 2px 2px 5px 0px;
	}
#all_videos{
	position:relative;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size:14px;
	color: #ffae00;
	font-weight:bold;
	}


#video_stars_rating{
	position:relative;
	padding-left: 315px;
	}
	
.view_all{
	position:relative;
	text-align: right;
	padding: 5px 10px;
	}

#top_video{
	position:relative;
	background-color: #6A92D4;
	border:solid 1px #ffae00;
	}




/*jj*/
/* ---------------------------------- [ uvod right video ] ------------------------------------- */
#right_video{
	position:relative;
	width: 312px;
	margin: 15px auto;
	}
#right_video h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom: 10px;
  }
#right_video object{
  position: relative;
  display: block;
  border: solid 1px #b1b1b1;
  padding: 5px;
}

/* ---------------------------------- [ uvod reklama ] ------------------------------------- */
#uvod_reklama{
	position:relative;
	width: 312px;
	margin: 15px auto;
	}
#uvod_reklama h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom: 10px;
  }
#uvod_reklama a{
  position: relative;
  display: block;
  margin-bottom: 10px;
  }
#uvod_reklama a:hover{
  background: #d5d5d5;
  }
#uvod_reklama img{
  position: relative;
  width: 300px;
  padding: 5px;
  border: solid 1px #b1b1b1;
  }

/* ------------------------------------------------- [ uvod_news ] ------------------------------------------------- */

#uvod_news{
	position:relative;
	width: 100%;
	}
#uvod_news h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  }
.news_box{
	position:relative;
	width: 192px;
	/*height: 257px;*/
	text-align:center;
	margin: 15px 23px 20px 0px;
	float:left;
	}
.news_box strong{
	position:relative;
	display: block;
	font-size:16px;
	text-align:center;
	color: #ff9900;
	margin: 5px 5px 7px 5px;
	overflow:hidden;
	}
.news_box img{
	position: relative;
	width: 180px;
	height: 135px;
	padding: 5px;
	border: solid 1px #b1b1b1;
	}
.news_box h3{
	position:relative;
	width:192px;
	font-size: 12px;
	color: #97a8d3;
	text-align:center;
	font-weight:bold;
	padding-bottom: 3px;
	}
.news_box a{
  position: relative;
  display: block;
  }
.news_intro{
	position:relative;
	color: #333333;
	text-align: justify;
	}
.news_box_2{
	position:relative;
	width: 192px;
	text-align:center;
	margin: 15px 0px 20px 0px;
	float:left;
	}
.news_box_2 strong{
	position:relative;
	display: block;
	font-size:16px;
	text-align:center;
	color: #ff9900;
	margin: 5px 5px 7px 5px;
	overflow:hidden;
	}
.news_box_2 img{
	position: relative;
	width: 180px;
	height: 135px;
	padding: 5px;
	border: solid 1px #b1b1b1;
	}
.news_box_2 h3{
	position:relative;
	width:192px;
	font-size: 12px;
	color: #97a8d3;
	text-align:center;
	font-weight:bold;
	padding-bottom: 3px;
	}
.news_box_2 a{
  position: relative;
  display: block;
  }

/* ----------------------------------------------- [ content_slider ] ---------------------------------------------- */

#content_slider{
  position: relative;
	width:385px;
	border:1px solid #b1b1b1; 
	padding: 5px 236px 5px 5px;
	height:250px; 
	background:#f5f5f5;
	margin-bottom: 15px;
}
#content_slider ul.ui-tabs-nav{ 
	position:absolute; 
	top:5; left:390px; 
	list-style:none; 
	padding:0; margin:0; 
	width:231px; 
}
#content_slider ul.ui-tabs-nav li{ 
	padding:1px 0px 2px 13px;
	font-size:12px; 
	color:#666; 
}
#content_slider ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#content_slider ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#content_slider li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#content_slider li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#content_slider li.ui-tabs-selected{ 
	background:url('images/1/selected-item.gif') top left no-repeat;  
}
#content_slider ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#content_slider .ui-tabs-panel{ 
	width:385px; height:250px; 
	background:#999; position:relative;
}
#content_slider .ui-tabs-panel img{
  position: relative;
	width:385px;
  height:250px;
  border: none; 
}
#content_slider .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/1/transparent-bg.png'); 
}
#content_slider .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#content_slider .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#content_slider .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#content_slider .info a:hover{ 
	text-decoration:underline; 
}
#content_slider .ui-tabs-hide{ 
	display:none; 
}

/* -------------------------------------------- [ last activity ] -------------------------------------------*/

#last_activity_box{
	position:relative;
	width: 312px;
	margin: 15px auto;
	}
#last_activity_box h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom: 10px;
  }
#last_activity_box div{
  position: relative;
  padding: 0px 0px 3px 15px;
}
#last_activity_box a{
  text-decoration: underline;
  color: #ff9900;
}

/* -------------------------------------------- [ uvod right profiles ] -------------------------------------------*/

#right_profiles{
	position:relative;
	width:312px;
	margin: 15px auto;
	}
#right_profiles h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom: 10px;
  }
#right_profiles img{
	border:solid 1px #b1b1b1;
	padding:2px;
	margin:2px;
	width:40px;
	height:52px;
	}
#right_profiles_left{
	position:absolute;
	top: 35px;
	left: 0px;
	width: 15px;
	height: 204px;
	background:url(images/butt_left.png) center center no-repeat;
	}
#right_profiles_right{
	position:absolute;
	top: 35px;
	right: 0px;
	width: 15px;
	height: 204px;
	background:url(images/butt_right.png) center center no-repeat;
	}
#right_profiles_box{
	position:relative;
	width:278px;
	height:204px;
	margin: 0px auto;
	overflow:hidden;
	}
#right_profiles_inside_box{
	position:relative;
	width:1360px;
	}
#right_profiles_inside_box div{
	position:relative;
	float:left;
	width:650px;
	}

/* ------------------------------------------- [ uvod top news ] ------------------------------------- */
#uvod_top_news{
	position:relative;
	width: 625px;
	margin-top: 40px;
	}
#uvod_top_news h1{
  background: #353535;
  border: solid 1px #b1b1b1;
  }
#top_news_box_l{
  position: relative;
  width: 305px;
  float: left;
  margin-right: 15px;
  }
#top_news_box_r{
  position: relative;
  width: 305px;
  float: left;
  }
#top_news_box_l a, #top_news_box_r a{
  position: relative;
  display: block;
  background: url(images/sdl_sipka.jpg) 15px center no-repeat;
  padding-left: 35px;
  margin: 5px 0px;
  }

/* ------------------------------------------- [ show one news ] ------------------------------------- */

#news_img_top{
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}
#news_img_top img{
  position: relative;
  border: solid 1px #b1b1b1;
  padding: 5px;
}
#news_info_box{
  position: relative;
  width: 370px;
  float: left;
  padding: 5px 0px 30px 0px;
  color: #666666;
}
#news_info_box h3{
	position:relative;
	display: block;
	font-size: 12px;
	color: #97a8d3;
	font-weight:bold;
	margin-bottom: 5px;
	}
.news_image_box img{
  position: relative;
  border: solid 1px #b1b1b1;
  padding: 5px;
}
.news_image_box a{
  position: relative;
  display: block;
  float: left;
}

/* ------------------------------------------------ [ DISCUSSION ] ------------------------------------------------ */

#disscusion{
	position:relative;
	margin-top: 40px;
	}
#disscusion label{
  position: relative;
  display: block;
  padding-bottom: 3px;
}
.dis_label_forum{
  position: relative;
  display: block;
  padding-bottom: 3px;
}
#dis_subject{
	position:relative;
	border: solid 1px #b1b1b1;
	width: 203px;
	height: 19px;
	padding: 3px 5px 0px 5px;
	margin-bottom: 10px;
}
#dis_memo{
	position:relative;
	border: solid 1px #b1b1b1;
	width: 616px;
	height: 79px;
	padding: 5px;
	margin-bottom: 10px;
	}
#diss_button{
	position:relative;
	width:628px;
	line-height: 23px;
	text-align: right;
	}
#diss_button span{
  color: #ff0000;
  font-weight: bold;
}
#discussion_button {
	position:relative;
	background: #838383;
	width:77px;
	line-height:23px;
	border: solid 1px #b1b1b1;
	cursor:pointer;
	font-weight:bold;
	color:#f5f5f5;
	margin-left: 20px;
	}
.discussion_item{
	position: relative;
	margin: 10px 0px;
	}
.dis_user_info{
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}
.dis_user_info img{
	width: 72px;
	height: 90px;
	border: solid 1px #b1b1b1;
	padding: 5px;
	}
.dis_item_info{
  position: relative;
  width: 534px;
  float: left;
}
.dis_item_name{
	padding-top: 5px;
	float:left;
	margin-right: 20px;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
	}
.dis_item_subject{
	padding-top: 5px;
	font-size: 14px;
	color: #ff9900;
	float: left;
	}
.dis_item_time{
	padding-top: 5px;
	color: #666666;
	float: right;
	}
.dis_item_memo{
	padding-top: 10px;
	color: #333333;
	width: 534px;
	float: left;
	}
#dis_no_log{
	position:relative;
	color:#FF0000;
	text-align: center;
	}

/* ------------------------------------------------ [ EVENTS SHOW] ------------------------------------------------ */

.events_new_item{
	position:relative;
	display: block;
	width: 299px;
	float:left;
	margin-bottom: 5px;
	padding: 5px;
	border: solid 1px #b1b1b1;
	}
.events_new_item:hover{
	border: solid 1px #ff9900;
	background: #fefefe;
	}
.events_new_item img{
	position:relative;
	width: 150px;
	height:93px;
	float:left;
	margin-right: 5px;
	border: none;
	}
.ev_margin{
  margin-right: 5px;
}
.events_new_item h3{
	position:relative;
	width:135px;
	font-size: 12px;
	color: #97a8d3;
	font-weight:bold;
	padding-bottom: 3px;
	float: left;
	}
.events_new_item span{
	position:relative;
	width:135px;
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 3px;
	float: left;
	}
.events_new_item strong{
	position:relative;
	width:135px;
	font-size: 12px;
	font-weight:bold;
	color: #ff9900;
	padding-bottom: 3px;
	float: left;
	}

/* ---- actual events ---- */

.events_actual_all{
	position:relative;
	width:525px;
	margin: 20px auto;
	}
#events_actual_box{
	position:relative;
	width: 525px;
	}
.events_actual_item{
	position:relative;
	display:block;
  border: solid 1px #b1b1b1;
  padding: 5px;
  margin-bottom: 5px;
	}
.events_actual_item:hover{
	border: solid 1px #ff9900;
	background: #fefefe;
	}
.events_actual_item img{
	width: 150px;
	height: 93px;
	float:left;
	border: none;
	margin-right: 15px;
	}
.events_actual_item h3{
	position:relative;
	width:135px;
	font-size: 12px;
	color: #97a8d3;
	font-weight:bold;
	padding-bottom: 3px;
	float: left;
	}
.events_actual_item span{
	position:relative;
	width:135px;
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 3px;
	float: left;
	}
.events_actual_item strong{
  position:relative;
	display:block;
	float:left;
	width:170px;
	overflow:hidden;
	color:#ff9900;
	font-weight:bold;
	font-size:14px;
}
.no_event_actual {
	position:relative;
	display:block;
	text-align:center;
	line-height:98px;
	}

/* ------------------------------------------------ [ NAVIGATION] ------------------------------------------------ */

#act_nav{
	position:relative;
	width: 190px;
	color: #ff9900;
	font-weight:bold;
	text-align:center;
	margin: 20px auto 0px auto;
	}
#act_nav span{
  position: relative;
  color: #ff9900;
  background: #353535;
  border: solid 1px #b1b1b1;
  padding: 3px 7px;
}
#act_forward{
	position: relative;
	color: #ff9900;
  background: #353535;
  border: solid 1px #b1b1b1;
  padding: 3px 7px;
  margin-left: 20px;
	}
#act_back{
	position: relative;
	color: #ff9900;
  background: #353535;
  border: solid 1px #b1b1b1;
  padding: 3px 7px;
  margin-right: 20px;
	}



/*ee*/
/* -------------------------------------------- [ javascript_photo ] -------------------------------------------*/
/* delete ? */
#image_box_all{
	position:relative;
	width:631px;
	margin:10px auto;
	}
#image_box{
	position:relative;
	background: url(img/photo_index.png);
	margin:0px auto;
	width:563px;
	height: 195px;
	padding-top: 9px;
	}
#image_ramec{
	position:relative;
	width:545px;
	height:195px;
	margin: 0px auto;
	overflow:hidden;
	}
#inside_image_box{
	position:relative;
	width:1360px;
	}
#inside_image_box div{
	position:relative;
	float:left;
	width:650px;
	}
#image_box img{
	border:solid 1px #ccc;
	padding:2px;
	margin:2px;
	width:40px;
	height:52px;
	}
#image_box_left{
	position:absolute;
	top:53px;
	left:0;
	width: 28px;
	height: 98px;
	background:url(img/photo_left.png) center center no-repeat;
	}
#image_box_right{
	position:absolute;
	top:53px;
	right:0;
	width: 28px;
	height: 98px;
	background:url(img/photo_right.png) center center no-repeat;
	}
#debug_box{
	position:relative;
	width:550px;
	margin:5px auto;
	border:solid 1px #ccc;
	padding:10px;
	}

/* -------------------------------------------- [ javascript_video ] -------------------------------------------*/

#video_box_all{
	position:relative;
	width:741px;
	margin:2px auto;
	}
#video_box{
	position:relative;
	background-color: none;
	margin:0px auto;
	width:673px;
	height: 290px;
	/*padding-top: 9px;*/
	}
#video_ramec{
	position:relative;
	width:673px;
	height:290px;
	margin: 0px auto;
	overflow:hidden;
	}
#inside_video_box{
	position:relative;
	width:1800px;
	}
#inside_video_box div{
	/*position:relative;
	float:left;
	width:680px;*/
	}
#video_box img{
	/*border:solid 1px #ccc;
	padding:2px;
	margin:2px;*/
	}
#video_colection_1{
	position:relative;
	float:left;
	width:900px;
	}
#video_colection_2{
	position:relative;
	float:left;
	width:900px;
	}
#video_box_left{
	position:absolute;
	top:90px;
	left:0;
	width: 28px;
	height: 98px;
	background:url(img/photo_left.png) center center no-repeat;
	}
#video_box_right{
	position:absolute;
	top:90px;
	right:0;
	width: 28px;
	height: 98px;
	background:url(img/photo_right.png) center center no-repeat;
	}





/* ------------------------------------------------ [ ADD NEWS ] ------------------------------------------------ */

#news_form{
	position:relative;
	border:solid 1px #ff9900;
	background: #f5f5f5;
	}
#news_form label{
	position:relative;
	width: 123px;
	display: block;
	float: left;
	text-align:right;
	background:url(img/form/form_star.jpg) right no-repeat;
	padding-right: 15px;
	margin-right: 5px;
	}
#news_form div{
	position:relative;
	line-height:22px;
	margin-bottom: 15px;
	}
#news_form_top{
	position:relative;
	text-align:center;
	height: 36px;
	color: #333333;
	background:url(img/form/top_form.jpg) center no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:36px !important;
	}

.form_input {
	position:relative;
	background:url(img/form/form_input.jpg) left top no-repeat;
	border:none;
	width: 203px;
	height: 19px;
	padding: 3px 5px 0px 5px;
	}
.form_textarea_vid{
	position:relative;
	background:url(img/form/form_body_vid.jpg) left top no-repeat;
	border:none;
	width: 449px;
	height: 288px;
	padding: 5px;
	}
#form_video_show{
	position:relative;
	padding-left: 140px;
	}
#form_intro{
	position:relative;
	background:url(img/form/form_intro.jpg) left top no-repeat;
	border:none;
	width: 449px;
	height: 46px;
	padding: 5px;
	}
.form_bez_star{
	background:none !important;
	}
#form_next_button {
	position:relative;
	width:92px;
	height:30px;
	background:url(img/form/form_next_button.png) left top no-repeat;
	border:none;
	cursor:pointer;
	font-weight:bold;
	color:#333333;
	}
#form_butt{
	position:relative;
	text-align:center;
	margin-bottom: 5px !important;
	}
#fck_form{
	position:relative;
	padding-left:15px;
	}
#form_povinne{
	position:relative;
	background:url(img/form/form_povinne.png) no-repeat;
	height: 15px;
	padding-left:15px;
	margin-left: 93px;
	line-height:15px;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	}
#form_title{
	position:relative;
	text-align:center;
	color: #111111;
	font-size:16px;
	font-weight:bold;
	margin: 10px 0px;
	}
#form_step1{
	position:relative;
	background:url(img/form/form_step1.png) no-repeat;
	width:425px;
	height:21px;
	color:#333333;
	font-weight:bold;
	line-height: 21px;
	padding-left: 13px;
	margin: 10px auto;
	}
#on1{
	padding-right: 32px;
	color: #FF0000 !important;
	}
#off2{
	padding-right: 38px;
	}
#off1{
	padding-right: 32px;
	}
#on2{
	color: #FF0000 !important;
	padding-right: 38px;
	}
#on3{
	color: #FF0000 !important;
	}
#form_step2{
	position:relative;
	background:url(img/form/form_step2.png) no-repeat;
	width:425px;
	height:21px;
	color:#333333;
	font-weight:bold;
	line-height: 21px;
	padding-left: 13px;
	margin: 10px auto;
	}
#form_step3{
	position:relative;
	background:url(img/form/form_step3.png) no-repeat;
	width:425px;
	height:21px;
	color:#333333;
	font-weight:bold;
	line-height: 21px;
	padding-left: 13px;
	margin: 10px auto;
	}
/* ------------------------------------------------ [ REGISTRATION FORM ] ------------------------------------------------ */	
#form_reg_step1{
	position:relative;
	background:url(img/form/form_step1.png) no-repeat;
	width:408px;
	height:21px;
	color:#333333;
	font-weight:bold;
	line-height: 21px;
	padding-left: 30px;
	margin: 10px 0px 15px 143px;
	}
#reg_on1{
	padding-right: 66px;
	color: #FF0000 !important;
	}
#reg_off2{
	padding-right: 50px;
	}
#reg_off1{
	padding-right: 66px;
	}
#reg_on2{
	color: #FF0000 !important;
	padding-right: 50px;
	}
#reg_on3{
	color: #FF0000 !important;
	}
#form_reg_step2{
	position:relative;
	background:url(img/form/form_step2.png) no-repeat;
	width:408px;
	height:21px;
	color:#333333;
	font-weight:bold;
	line-height: 21px;
	padding-left: 30px;
	margin: 10px 0px 15px 143px;
	}
#form_reg_step3{
	position:relative;
	background:url(img/form/form_step3.png) no-repeat;
	width:408px;
	height:21px;
	color:#333333;
	font-weight:bold;
	line-height: 21px;
	padding-left: 30px;
	margin: 10px 0px 15px 143px;
	}


/* ------------------------------------------------ [ EVENT ONE ] ------------------------------------------------ */

#event_one{
	position:relative;
	width: 706px;
	border: solid 1px #ffae00;
	margin-left: 4px;
	margin-top: 8px;
	padding: 0px 12px 12px 12px;
	background: #6A92D4;
	}
#event_one_top{
	margin-top: 12px;
	margin-bottom: 30px;
	float:left;
	}
#ev_one_info{
	position:relative;
	margin-right: 15px;
	margin-left: 255px;
	}
#ev_on_tittle{
	position:relative;
	background:url(img/events/event_one_top.jpg) top right no-repeat;
	background-color: #ff9517;
	color: #333333;
	font-weight:bold;
	font-size:16px;
	line-height: 36px;
	text-align:center;
	min-height: 36px;
	margin-bottom: 10px;
	}
#ev_on_intro{
	position:relative;
	text-align:center;
	font-style:italic;
	color: #ffffff;
	}
#ev_on_type{
	color: #ffffff;
	font-weight:bold;
	margin-bottom: 5px;
	}
#ev_on_date{
	color: #666666;
	font-weight:bold;
	}
#ev_on_time{
	color: #666666;
	font-weight:bold;
	margin-bottom: 20px;
	}
#ev_one_info span{
	position:relative;
	display:block;
	float:left;
	width: 70px;
	text-align:right;
	}
#event_one_author{
	position:relative;
	width: 706px;
	margin: 2px 0px 100px 15px;
	color: #ffffff;
	font-weight:bold;
	}
#event_one_author1{
	float:left;
	}
#event_one_author2{
	margin-left:370px;
	text-align:right;
	}
	

/* ------------------------------------------------ [ PROFILY VYPIS ] --------------------------------------------- */
.profil_item_box{
  position:relative;
	display:block;
	float:left;
	margin-right: 23px;
	margin-bottom: 23px;
  }
.profil_item{
	position:relative;
	display:block;
	width: 105px;
	border:solid 1px #f5f5f5;
	}
.profil_item img{
	position:relative;
	display:block;
	width: 95px;
	height: 120px;
	padding: 5px;
	border:solid 1px #b1b1b1;
	margin: -1px;
	}
.profil_item:hover{
	background: #fefefe;
	border:solid 1px #b1b1b1;
	}
.pr_cl_margin{
  margin-right: 0px !important;
}
.profil_item strong{
	position:relative;
	display:block;
	padding: 5px 0px;
	font-size: 14px;
	color:#ff9900;
	font-weight:bold;
	text-align:center;
	}
.multi_msg a:link, .multi_msg a:visited {
	text-decoration:none;
	color:#666666 !important;
	}
.multi_msg a:hover {
	color:#333333 !important;
	}

/* ------------------------------------ [ LOGIN BOX ] --------------------- */
#user_logged_box{
  position: absolute;
  top: 9px;
  right: 0px;
  width: 500px
  text-align: right;
}
#user_logged_box a{
  position: relative;
  display: block;
  float: left;
  margin-right: 25px;
}
#user_logged_box a:hover{
  text-decoration: underline;
}
#user_logged_box_div{
  position: relative;
  float: left;
  margin-right: 25px;
  cursor: pointer;
}
#message_submenu{
	position:absolute;
	top: 15px;
	left: 0px;
	width: 100px;
	display: none;
	padding-top: 12px;
	background: #eaeaea;
	z-index:10;
	}
#message_submenu li{
  display: block;
  padding-left: 5px;
}
#message_submenu a{
  position: relative;
  display: block;
  width: 90px;
	margin: 3px 0px;
	float: none;
	}
#message_ajax_link{
  display: none;
}
#message_ajax_link:hover{
  display: none;
  text-decoration: underline;
}







/* LOGIN */
#log_in_form {
	position:absolute;
	top: 0px;
	right: 0px;
	width:600px;
	height:32px;
	text-align: right;
	}
.login_input{
  position: relative;
  display: block;
  float: left;
  border: solid 1px #b1b1b1;
  background: #fafafa;
  padding: 2px 5px 2px 5px;
  height: 15px;
  margin-top: 6px;
  margin-right: 5px;
}
#log_in_button {
	position:relative;
	display: block;
	float: left;
	width:60px;
	line-height:18px;
	background: #858585;
	border: solid 1px #b1b1b1;
	cursor:pointer;
	color:#f5f5f5;
	margin-top: 6px;
	}
#log_registration {
	position:relative;
	display: block;
	float: left;
	width:100px;
	line-height:18px;
	text-align:center;
	color:#f5f5f5;
	background: #858585;
	border: solid 1px #b1b1b1;
	margin-top: 6px;
	margin-left: 15px;
	}
#autolog_box {
	position: relative;
	display: block;
	float: left;
	margin-top: 9px;
	margin-right: 5px;
	}
* html #autolog_box {
	position: relative;
	display: block;
	float: left;
	margin-top: 9px;
	margin-right: 5px;
	}
#autolog_label {
	position: relative;
	display: block;
	float: left;
	margin-top: 9px;
	color: #999999;
	margin-right: 5px;
	}







/*ee */
.profil_world_item{
	position:relative;
	display:block;
	float:left;
	background:url(img/feat_profil_off.png) left top no-repeat;
	width: 234px;
	height: 130px;
	margin:10px 0px 0px 6px;
	padding-top: 5px;
	padding-left: 5px;
	}
.profil_world_item img{
	position:relative;
	display:block;
	float: left;
	width: 95px;
	height: 120px;
	border:solid 2px #f5f5f5;
	}
.profil_world_item:hover{
	background:url(img/feat_profil_on.png) left top no-repeat;
	}
.profil_world_item_name{
	position:relative;
	display:block;
	color:#333333;
	font-weight:bold;
	text-align:center;
	float:left;
	width: 133px;
	}
.center2{
	position:relative;
	display:block;
	text-align:center;
	float:left;
	width:133px;
	}
.profil_world_styles{
	position:relative;
	float: left;
	display:block;
	color: #333333;
	width: 128px;
	padding-left: 3px;
	padding-top: 4px;
	min-height: 30px;
	}

/* ------------------------------------------------ [ PROFIL ONE ] ------------------------------------------------ */
/* jj */
#profil_left{
	position:relative;
	float:left;
	width: 184px;
	}
#facebook_box{
  position:relative;
	width: 149px;
	margin: 15px auto 35px auto;
	padding: 5px;
}
#facebook_box a{
  position:relative;
  display: block;
	margin: 0px auto;
	text-align: center;
}
#facebook_box_button{
  position: relative;
  display: block;
  background: url(images/facebook_add.jpg) center center no-repeat;
  border: none;
  width: 127px;
  height: 34px;
  cursor: pointer;
  margin: 15px auto 5px auto;
}
#profil_back{
	position:relative;
	width: 149px;
	border: solid 1px #b1b1b1;
	margin: 15px auto 35px auto;
	}
#profil_back img{
	width: 139px;
	height: 186px;
	padding: 5px;
	border:solid 1px #b1b1b1;
	margin: -1px;
	}
#profil_back h1{
  background: none;
	line-height: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: none;
	}
#profil_back div{
  position: relative;
	text-align: center;
	color: #333333;
	padding-bottom: 2px;
	}
#profil_back strong{
  position: relative;
	font-weight: bold;
	color: #ff9900;
	padding-top: 5px;
	display: block;
	text-align: center;
	}
#profil_back span{
  position: relative;
	font-weight: none;
	color: #666666;
	display: block;
	text-align: center;
	}

/* ---------- mini menu ------- */
#profil_mini_menu{
	position:relative;
	border: solid 1px #b1b1b1;
	width: 149px;
	height: 94px;
	margin: 5px auto;
	}
#i_friends{
	position:relative;
	display:block;
	background:url(images/mini_menu_friend.jpg) left center no-repeat;
	line-height: 24px;
	padding-left: 30px;
	margin-left: 10px;
	margin-top: 6px;
	color:#333333;
	}
#i_friends:hover{
	color:#ff9900;
	}
#i_message{
	position:relative;
	display:block;
	background:url(images/mini_menu_msg.jpg) left center no-repeat;
	line-height: 24px;
	padding-left: 30px;
	margin-left: 10px;
	margin-top: 6px;
	color:#333333;
	}
#i_message:hover{
	color:#ff9900;
	}
#i_comment{
	position:relative;
	display:block;
	background:url(images/mini_menu_comment.jpg) left center no-repeat;
	line-height: 24px;
	padding-left: 30px;
	margin-left: 10px;
	margin-top: 6px;
	color:#333333;
	}
#i_comment:hover{
	color:#ff9900;
	}
#profil_viewed{
	position:relative;
	width: 121px;
	text-align: center;
	color: #666666;
	margin: 15px auto;
	}
#profil_offline{
	position:relative;
	width: 121px;
	text-align: center;
	color: #666666;
	margin: 0px auto;
	}
#profil_online{
  position:relative;
	width: 121px;
	text-align: center;
	color: #ff9900;
	margin: 0px auto;
	font-weight:bold;
	}

/* right PROFIL */

#profil_center{
	position:relative;
	padding-top: 15px;
	float: left;
	width: 628px;
	color: #333333;
	}
#profil_center h2, #facebook_box h2{
	color: #ff9900;
	font-size:14px;
	font-weight:normal;
	line-height: 24px;
	border-bottom: solid 1px #b1b1b1;
	margin-bottom: 6px;
	font-weight: bold;
	}

#profil_right{
	position:relative;
	padding-top: 15px;
	float: left;
	width: 182px;
	margin-left: 6px;
	color: #333333;
	}
.profil_right_photo{
  position: relative;
  width: 151px;
  margin: 0px auto 15px auto;
}
.profil_right_photo img{
  position: relative;
  width: 139px;
  height: 120px;
  padding: 5px;
  border: solid 1px #b1b1b1;
}
.profil_right_photo_edit{
  position: relative;
  width: 151px;
  margin: 0px auto 30px auto;
}
.profil_right_photo_edit img{
  position: relative;
  width: 139px;
  height: 120px;
  padding: 5px;
  border: solid 1px #b1b1b1;
}

#edit_photo_1{
  position: relative;
  display: none;
}
#edit_photo_2{
  position: relative;
  display: none;
}
#edit_photo_3{
  position: relative;
  display: none;
}
#edit_photo_4{
  position: relative;
  display: none;
}
#edit_photo_5{
  position: relative;
  display: none;
}





#profil_dance_me{
	position:relative;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFFF00;
	}

.profil_left_style{
	position:relative;
	width: 290px;
	float:left;
	padding-right: 48px; 
	padding-bottom: 25px;
	}
.profil_left_style div{
  padding-bottom: 3px;
  }
.profil_right_style{
	position:relative;
	width: 290px;
	float:left;
	padding-bottom: 25px;
	}
.profil_right_style div{
  padding-bottom: 3px;
  }

.profil_about_me{
	position:relative;
	padding-bottom: 25px;
	}

#profil_my_fav{
	position:relative;
	padding: 5px 0px 15px 20px;
	}
#profil_my_fav span{
	position:relative;
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 15px;
	font-weight: bold;
	}
#profil_my_fav div{
	position:relative;
	padding: 2px 0px 8px; 0px;
	}
#profil_pod_foto{
	position:relative;
	margin-bottom: 10px;
	height: 70px;
	}
#profil_nick{
	position:relative;
	text-align: center;
	color: #ffae00;
	font-weight:bold;
	font-size: 18px;
	padding: 5px 14px 5px 0px;
	}
#profil_from{
	position:relative;
	text-align: center;
	color: #E6E6E6;
	padding: 0px 14px 0px 0px;
	}
#profil_years{
	position:relative;
	text-align: center;
	color: #ffffff;
	padding: 0px 14px 0px 0px;
	}
#profil_who_am_i{
	position:relative;
	color: #ffffff;
	font-weight:bold;
	height: 75px;
	width: 150px;
	padding-bottom: 10px;
	text-align:center;
	}
#profil_my_crew{
	position:relative;
	text-align: center;
	color: #ffae00;
	padding-right: 14px;
	font-weight:bold;
	}


#profil_status{
  position: relative;
  background: #e8e8e8;
  border: solid 1px #b4b4b4;
  line-height: 34px;
  font-size: 16px;
  margin-bottom: 15px;
}
.my_profil_status:hover{
  cursor: pointer;
  border: solid 1px #ff9900;
}
#profil_status span{
  padding-left: 10px;
  color: #b4b4b4;
  font-weight: bold;
}
#profil_status strong{
  padding-left: 10px;
  color: #ff9900;
}
#profil_change_status{
  position: relative;
  width: 616px;
  height: 34px;
  border: none;
  display: none;
  padding-left: 10px;
}
#profil_status_button{
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width:60px;
  line-height:18px;
  color:#F5F5F5;
  cursor:pointer;
  text-align:center;
  background:#858585;
  border:1px solid #B1B1B1;
  margin: 0px auto;
  display: none;
}
#profil_status_button:hover{
  background:#959595;
}
#click_change{
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width:150px;
  line-height:18px;
  background:#e8e8e8;
  border:1px solid #B1B1B1;
  color: #b1b1b1;
  text-align:center;
  display: none;
}
#click_change:hover{
  background: #f5f5f5;
  color: #999999;
}



/* ---------- video show ------- */

#profil_my_videa{
  position: relative;
	width: 628px;
	margin-top: 40px;
	}
.profil_my_video_item{
	position:relative;
	width: 628px;
	}
.profil_my_video_name{
	position:relative;
	float:left;
	width: 513px !important;
	color: #333333;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding:0px !important;
	}
.profil_my_video_time{
	position:relative;
	float:left;
	width: 115px !important;
	color: #999999;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding:0px !important;
	}
.profil_my_video_memo{
	position:relative;
	text-align:justify  !important;
	padding:0px !important;
	}
.profil_my_video_body{
	position:relative;
	padding-bottom: 5px;
	}
#profil_my_videa h2{
	color: #ff9900;
	font-size:14px;
	font-weight:normal;
	line-height: 24px;
	border-bottom: solid 1px #b1b1b1;
	margin-bottom: 15px;
	font-weight: bold;
	}

#profil_videa{
  position: relative;
	width: 628px;
	}
.profil_video_item{
	position:relative;
	width: 300px;
	float: left;
	min-height: 220px;
	margin-bottom: 8px;
	}
.profil_video_margin{
  margin-right: 28px;
}
.profil_video_name{
	position:relative;
	float:left;
	width: 185px !important;
	color: #333333;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding:0px !important;
	}
.profil_video_time{
	position:relative;
	float:left;
	width: 115px !important;
	color: #999999;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding:0px !important;
	}
.profil_video_memo{
	position:relative;
	text-align:justify  !important;
	padding:0px !important;
	}
.profil_video_body{
	position:relative;
	}
#profil_videa h2{
	color: #ff9900;
	font-size:14px;
	font-weight:normal;
	line-height: 24px;
	border-bottom: solid 1px #b1b1b1;
	margin-bottom: 15px;
	font-weight: bold;
	}



/* --- friends, comment ------- */

#profil_friends{
	width: 628px;
	margin: 40px 0px;
	}

#profil_friends h2{
	color: #ff9900;
	font-size:14px;
	font-weight:normal;
	line-height: 24px;
	border-bottom: solid 1px #b1b1b1;
	margin-bottom: 15px;
	font-weight: bold;
	}
.view_all_friends{
	position:relative;
	text-align: right;
	}
.view_all_friends a{
	position:relative;
	color: #666666;
	}
.view_all_friends a:hover{
  text-decoration: underline;
}

#profil_comments{
  position: relative;
	width: 628px;
	margin-top: 30px;
	}
#profil_comments h2{
	color: #ff9900;
	font-size:14px;
	font-weight:normal;
	line-height: 24px;
	border-bottom: solid 1px #b1b1b1;
	margin-bottom: 15px;
	font-weight: bold;
	}

#profil_add_comment_area{
  position: relative;
  width: 626px;
  border: solid 1px #b1b1b1;
  height: 80px;
}
#profil_add_c_b{
  position: relative;
  padding-top: 5px;
  text-align: right;
  height: 30px;
}
#profil_add_c_button{
  position: absolute;
  display:block;
  top: 5px;
  right: 0px;
  width:100px;
  line-height:18px;
  background: #858585;
  border:1px solid #B1B1B1;
  color:#F5F5F5;
  text-align:center;
  cursor: pointer;
}
#profil_add_c_button:hover{
  background: #959595;
}
.comment_info_msg{
  position: relative;
  font-weight: bold;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.profil_del_friend:hover{
  position: relative;
  color: #ff0000;
}
.profil_accept_butt{
  position: relative;
  display: block;
  width:60px;
  line-height:18px;
  color:#F5F5F5;
  cursor:pointer;
  text-align:center;
  background:#858585;
  border:1px solid #B1B1B1;
  margin: 0px auto;
}
.profil_accept_butt:hover{
  background: #959595;
  text-decoration: none;
  }

#profil_add_c{
	position:relative;
	display:block;
	text-align:right;
	color: #ff0000;
	font-weight:bold;
	font-size: 13px;
	}
.profil_delete_friends{
	position:relative;
	width: 109px;
	height: 175px;
	float:left;
	margin:16px 0px 0px 14px;
}
.profil_top_friends{
	position:relative;
	background:url(img/profil_off.png) left top no-repeat;
	width: 104px;
	height: 161px;
	float:left;
	padding-top: 5px;
	padding-left: 5px;
	}
.profil_top_friends img{
	width: 95px;
	height: 120px;
	border:solid 2px #f5f5f5;
	}
.profil_top_friends:hover{
	background:url(img/profil_on.png) left top no-repeat;
	}

.comment_item{
	position: relative;
	width: 470px;
	padding-top: 20px;
	padding-bottom: 15px;
	}
.comment_user_info{
	position:relative;
	float:left;
	}
.comment_user_info img{
	width: 72px;
	height: 90px;
	border: solid 1px #ffae00;
	margin-right: 10px;
	padding: 3px;
	}
.comment_item_name{
	position:relative;
	width: 375px;
	float:left;
	padding-bottom: 5px;
	color: #ffae00;
	font-weight:bold;
	font-size: 14px;
	}
.comment_item_name span{
	font-weight:normal !important;
	}
.comment_item_memo{
	position:relative;
	width: 375px;
	float:left;
	text-align:justify;
	}
.comment_item_time{
	position:relative;
	width: 375px;
	padding-top:10px;
	float:left;
	text-align:right;
	color: #666666;
	font-size: 10px;
	}
.comment_delete{
	position:relative;
	width: 375px;
	padding-top:10px;
	float:left;
	text-align:right;
	color: #666666;
	font-size: 12px;
	}

/* ------------------------------------------------ [ REGISTRATION ] ------------------------------------------------ */

#reg_form{
	position:relative;
	margin-left: 143px;
	}
.reg_form_acc{
	position:relative;
	margin-bottom: 15px;
	}
.reg_form_acc div{
  position: relative;
  margin: 3px 0px;
}
.reg_form_acc span{
  color: #999999;
}
.reg_form_input {
	position:relative;
	background:#FFFFFF;
  border:1px solid #B1B1B1;
	width: 203px;
	height: 15px;
	padding: 2px 5px;
	}
.reg_form_lab{
	position:relative;
	width: 120px;
	display: block;
	float: left;
	text-align:right;
	padding-right: 15px;
	margin-right: 5px;
	font-weight:bold;
	line-height: 21px;
	color: #ff9900;
	}
.profil_gender_box{
  padding-top: 3px;
}
.reg_about_me{
	position:relative;
	background:#FFFFFF;
  border:1px solid #B1B1B1;
	width: 380px;
	height: 45px;
	padding: 5px;
	}
#reg_video_code{
  position: relative;
  text-align: center;
  color: #FF0000;
  width: 345px;
  margin: 0px auto;
  font-weight: bold;
}
#reg_video_code img{
  position: relative;
  display: block;
  border: solid 1px #b1b1b1;
}

#reg_fb_code{
  position: relative;
  text-align: center;
  color: #FF0000;
  width: 450px;
  margin: 0px 0px 15px 140px;
  font-weight: bold;
}
#reg_fb_code img{
  position: relative;
  display: block;
  border: solid 1px #b1b1b1;
}

#reg_fb_link{
  position: relative;
  text-align: center;
  color: #FF0000;
  width: 450px;
  margin: 0px 0px 15px 140px;
  font-weight: bold;
}
#reg_fb_link img{
  position: relative;
  display: block;
  border: solid 1px #b1b1b1;
  width: 450px;
}

#reg_button {
	position:relative;
	width:130px;
	height:24px;
	background: #838383;
	border:solid 1px #bababa;
	cursor:pointer;
	font-weight:bold;
	line-height: 26px;
	color:#f5f5f5;
	margin-top: 30px;
	}
#reg_button:hover{
  background: #434343;
	border:solid 1px #bababa;
	color:#ffffff;
}


.reg_bez_star{
	position:relative;
	width: 123px;
	display: block;
	float: left;
	text-align:right;
	background:none !important;
	padding-right: 15px;
	margin-right: 5px;
	font-weight:bold;
	}
#reg_form div{
	position:relative;
	line-height:22px;
	margin-bottom: 15px;
	}

.reg_form_address {
	position:relative;
	background:url(img/reg/reg_address.jpg) left top no-repeat;
	border:none;
	width: 203px;
	height: 40px;
	padding: 5px;
	}
.reg_form_textarea_vid{
	position:relative;
	background:url(img/form/form_body_vid.jpg) left top no-repeat;
	border:none;
	width: 449px;
	height: 288px;
	padding: 5px;
	}
#profil_user_type_box{
	position:relative;
	background:url(img/form/form_star.jpg) left top no-repeat;
	padding-left:33px;
	margin-left:110px;
	}
#profil_button{
	position:relative;
	width: 436px;
	text-align:center;
	}

.reg_inspir{
	position:relative;
	background:url(img/reg/reg_my_inspir.jpg) left top no-repeat;
	border:none;
	width: 203px;
	height: 39px;
	padding: 5px;
	}
#reg_dance_me{
	position:relative;
	background:url(img/reg/reg_for_me_dance.jpg) left top no-repeat;
	border:none;
	width: 203px;
	height: 43px;
	padding: 5px;
	}
#reg_other_fav{
	position:relative;
	background:url(img/reg/reg_favourites_other.jpg) left top no-repeat;
	border:none;
	width: 88px;
	height: 23px;
	padding: 3px;
	}
#reg_other_fav2{
	position:relative;
	background:url(img/reg/reg_favourites_other2.jpg) left top no-repeat;
	border:none;
	width: 203px;
	height: 52px;
	padding: 5px;
	}
#reg_other_style{
	position:relative;
	background:url(img/reg/reg_dance_style_other.jpg) left top no-repeat;
	border:none;
	width: 112px;
	height: 15px;
	padding: 3px;
	}
.profil_reg_table{
	position:relative;
	padding-left:15px;
	}
	
/* ------------------------------------------------ [ SORT BY ] ------------------------------------------------ */
#sort_by_index{
	position:relative;
	background-color: #92B2EA;
	border:solid 1px #ffae00;
	height: 60px;
	margin-bottom: 20px;
	margin-top: 120px;
	display:none;
	}
#sort_by_index h1{
	float: left;
	}
.sort_by_index_1{
	margin-top: 5px;
	float: left;
	}
#sort_by_index label{
	padding-left: 10px;
	padding-right: 2px;
	font-weight:bold;
	}
#sort_by_index select{
	width: 150px;
	padding: 2px 0px 2px 5px;
	}
	
#sort_by{
	position:relative;
	background-color: #92B2EA;
	border:solid 1px #ffae00;
	height: 60px;
	margin-bottom: 20px;
	}
#sort_by h1{
	float: left;
	}
.sort_by_1{
	margin-top: 5px;
	float: left;
	}
#sort_by label{
	padding-left: 10px;
	padding-right: 2px;
	font-weight:bold;
	}
#sort_by select{
	width: 150px;
	padding: 2px 0px 2px 5px;
	}
#sort_country{
	float:left;
	padding-top: 5px;
	padding-left: 75px;
	}
#sort_country select{
	width: 310px;
	padding: 2px 0px 2px 5px;
	}
#sort_butt{
	padding-top: 6px;
	padding-right: 6px;
	}
#sort_button{
	position:relative;
	background:url(img/sort_button.png) top left no-repeat;
	border: none;
	width: 50px;
	height: 50px;
	float:right;
	cursor:pointer;
	}

/* ------------------------------------------------ [ JOBS ] ------------------------------------------------ */

.jobs_box{
	position:relative;
	background-color: #f5f5f5;
	border:solid 1px #ffae00;
	margin-bottom: 30px;
	padding: 10px 0px;
	}
.job_item_name{
	position:relative;
	color: #111111;
	font-weight: bold;
	text-align:center;
	font-size:14px;
	padding-bottom: 5px;
	}
.job_item_body{
	position: relative;
	color: #333333;
	font-weight: bold;
	text-align:justify;
	padding-right: 5px;
	padding-top: 5px;
	height: 72px;
	}
.job_autor{
	position:relative;
	color: #999999;
	font-weight: bold;
	padding-right: 5px;
	}
#job_tittle{
	position:relative;
	background:url(img/events/event_one_top.jpg) center center no-repeat;
	color: #333333;
	font-weight:bold;
	font-size:16px;
	line-height: 36px;
	text-align:center;
	min-height: 36px;
	margin-bottom: 10px;
	}

.dis_butt{
	position:relative;
	width:71px;
	height:27px;
	background:url(img/msg_bg_button.png) left top no-repeat;
	border:none;
	cursor:pointer;
	color:#d3d3d3;
	}
#dis_add{
	position:relative;
	padding-left: 110px;
	padding-top: 20px;
	}
.dis_item_show{
	position:relative;
	color:#000000 !important;
	display:block;
	margin-top: 10px;
	}
.dis_item_show2 {
	color:#000000 !important;
	display:block;	
	font-weight:bold;
	}

.dis_item_show span{
	position:relative;
	display:block;
	float:left;
	}
.dis_name_span{
	position:relative;
	display:block;
	float:left;
	width: 440px;
	color: #ffffff;
	font-weight:bold;
	font-size: 14px;
	}
.msg_from_span{
	position:relative;
	display:block;
	float:left;
	width: 150px;
	}
.dis_table td {
	line-height:30px;
	}






.msg_text_span{
	position:relative;
	display:block;
	float:left;
	width: 395px;
	color: #ff9900;
	font-weight:bold;
	}
#dis_popis{
	position:relative;
	padding-top: 20px;
	}
#dis_popis label{
	float: left;
	}

.dis_popis_area{
	position:relative;
	background:url(img/reg/reg_about_me.jpg) left top no-repeat;
	border:none;
	width: 203px;
	height: 121px;
	padding: 5px;
	}
#diskuze{
	position:relative;
	padding: 30px 0pc 10px 0px;
	}
#dis_mini_menu{
	position:relative;
	width:100%;
	}
#dis_mini_menu th {
	color: #666666;
	font-style:italic;
	font-weight:normal;
	}
#msg_box_area{
	position:relative;
	background:url(/img/msg_box.jpg) left top no-repeat;
	border:none;
	width: 545px;
	height: 100px;
	padding: 5px;
	}
#msg_reply{
	position:relative;
	width: 600px;
	height: 400px;
	margin: 0px auto;
	}
#msg_reply label{
	position:relative;
	display:block;
	}
#msg_reply div{
	position:relative;
	margin-left: 21px;
	}
.msg_nick{
	padding-top: 40px;
	padding-bottom: 15px;
	}
#msg_button{
	position:absolute;
	width:71px;
	height:27px;
	margin-left: 484px;
	background:url(/img/msg_bg_button.png) left top no-repeat;
	border:none;
	cursor:pointer;
	color:#d3d3d3;
	}
#banner_date{
	position:absolute;
	background:url(/img/date.swf) left top no-repeat;
	width: 850px;
	height: 33px;
	top: 0px;
	right: 0px;
	}
/* FILTER ADDBUTTON */
#b_filter{
	position:absolute;
	background:url(/img/b_filter_off.png) left top no-repeat;
	width: 131px;
	height: 87px;
	top: 60px;
	left:260px;
}
#b_filter:hover{
	background:url(/img/b_filter_on.png) left top no-repeat;
	}
#b_add{
	position:absolute;
	background:url(/img/b_add_off.png) left top no-repeat;
	width: 130px;
	height: 87px;
	top: 60px;
	right:260px;
}
#b_add:hover{
	background:url(/img/b_add_on.png) left top no-repeat;
	}
/* ADD ITEM */

#add_item_news{
	position:relative;
	background:url(/img/add_news_off.jpg) left top no-repeat;
	display:block;
	float:left;
	width: 191px;
	height: 205px;
	margin-top: 10px;
	margin-left: 7px;
	}
#add_item_news:hover{
	background:url(/img/add_news_on.jpg) left top no-repeat;
	}
#add_item_events{
	position:relative;
	background:url(/img/add_events_off.jpg) left top no-repeat;
	display:block;
	float:left;
	width: 230px;
	height: 205px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	}
#add_item_events:hover{
	background:url(/img/add_events_on.jpg) left top no-repeat;
	}
#add_item_video{
	position:relative;
	background:url(/img/add_video_off.jpg) left top no-repeat;
	display:block;
	float:left;
	width: 242px;
	height: 205px;
	margin-top: 10px;
	}
#add_item_video:hover{
	background:url(/img/add_video_on.jpg) left top no-repeat;
	}
#add_item_job{
	position:relative;
	background:url(/img/add_job_off.jpg) left top no-repeat;
	display:block;
	float:left;
	width: 191px;
	height: 205px;
	margin-top: 10px;
	margin-left: 7px;
	}
#add_item_job:hover{
	background:url(/img/add_job_on.jpg) left top no-repeat;
	}
#add_item_reklama{
	position:relative;
	background:url(/img/add_adv_off.jpg) left top no-repeat;
	display:block;
	float:left;
	width: 242px;
	height: 205px;
	margin-top: 10px;
	}
#add_item_reklama:hover{
	background:url(/img/add_adv_on.jpg) left top no-repeat;
	}
#add_item_photo{
	position:relative;
	background:url(/img/add_photo_off.jpg) left top no-repeat;
	display:block;
	float:left;
	width: 230px;
	height: 205px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	}
#add_item_photo:hover{
	background:url(/img/add_photo_on.jpg) left top no-repeat;
	}
.f_cz{
	position:relative;
	background:url(/img/f_cz.png) left top no-repeat;
	width:23px !important;
	}
.f_gb{
	position:relative;
	background:url(/img/f_gb.png) left top no-repeat;
	width:23px !important
	}
#video_youttube_name{
	position:relative;
	padding: 15px 0px 5px 0px;
	font-size:16px;
	color: #ffff00;
	text-align:center;
	font-weight:bold;
	}
#profil_info{
	position:relative;
	background:url(/img/profil_info_middle.jpg) repeat-y;
	width: 173px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#profil_info_top{
	position:relative;
	background:url(/img/profil_info_top.jpg) no-repeat;
	width: 173px;
	height: 2px;
	padding-top: 5px;
}
#profil_info_bottom{
	position:relative;
	background:url(/img/profil_info_bottom.jpg) left bottom no-repeat;
	width: 173px;
	height: 2px;
	padding-top: 5px;
}
#profil_info span{
	line-height: 12px;
	font-size: 12px;
	color: #ffae00;
	font-weight:bold;
	padding-left:5px;
	}
#profil_info div{
	line-height: 12px;
	color: #ffffff;
	padding-left:15px;
	padding-bottom: 5px;
	font-weight:bold;
	}
#youtube_code{
	position:relative;
	background:url(/img/youtube_code.jpg) center center no-repeat;
	height: 198px;
	text-align:center;
	}
/* *** OTHER *** */

.delete_my_news{
	position:relative;
	margin-left: 80px;
	}
#login_show_nick{
	position:absolute;
	top: 110px;
	left: 340px;
	}
#welcome_nick{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	color: #fefffe;
	font-weight:bold;
	font-size: 36px;
	top:15px;
	left: 5px;
	}
#show_nick{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	color: #87aee6;
	font-weight:bold;
	font-size: 36px;
	top: 40px;
	left: 155px;
	width: 500px;
	}
#test_png{
	position:absolute;
	top: 0px;
	left: -150px;
	background:url(img/test_png.png) left top no-repeat;
	width: 362px;
	height: 518px;
	z-index: 0 !important;
	}
#niako_png{
	position:absolute;
	bottom: -5px;
	left: -170px;
	background:url('http://data.web4style.com/niako_png.png') left top no-repeat;
	/*background:url(img/new/niako_png.png) left top no-repeat;*/
	width: 359px;
	height: 513px;
	z-index: 0;
	}
#kite_png{
	position:absolute;
	top: -170px;
	right: -120px;
	background:url('http://data.web4style.com/kite_png.png') left top no-repeat;
	/*background:url(img/new/kite_png.png) left top no-repeat;*/
	width: 210px;
	height: 752px;
	z-index: 0;
	}
#niako2_png{
	position:absolute;
	top: -144px;
	right: -70px;
	background:url(img/new/niako2_png.png) left top no-repeat;
	width: 447px;
	height: 194px;
	z-index: -0;
	}


/* ------------------------------------------------ [ gallery begin ] --------------------------------------------- */

.g_dir_list td {
	position:relative;
	border-bottom:solid 1px #333;
	padding:4px 0 4px;
	}
.g_dir_list img {
	width:20px;
	height:20px;
	border:none;
	}
.g_table {
	margin:10px 0 10px 10px;
	font-size:14px;
	}
.g_table a{
	position:relative;
	display:block;
	}
.g_add_dir {
	position:absolute;
	top: 12px;
	right:12px;
	}
#g_dir_form {
	position:relative;
	padding:10px;
	height:200px;
	}
.g_dir_msg {
	position:relative;
	text-align:center;
	line-height:100px;
	}
#upload_flash {
	position:relative;
	padding-left:15px;
	}
#upload_flash form {
	text-align:right;
	padding-right:15px;
	}
#upload_flash form input {
	width:200px;
	height:40px;
	}
#upload_flash2 {
	position:relative;
	padding-left:15px;
	} 
#upload_flash2 label {
	width:auto;
	}
.f_u_submit {
	text-align:right;
	padding-right:10px;
	}
.f_u_submit input {
	width:120px;
	height:40px;
	}
.gallery_photo_box {
	position:relative;
	float:left;
	text-align: center;
	border:solid 1px #999;
	margin:10px;
	}
.g_del_img {
	width:20px;
	height:20px;
	border:none;
	}
#g_dir_photo {
	padding-left:40px;
	}
/* ------------------------------------------------ [ gallery end ] --------------------------------------------- */
#video_box_top{
	position:absolute;
	top: 25px;
	left:10px;
	font-size: 18px;
	color: #FF0000;
	font-weight:bold;
	}
#video_box_top2{
	position:absolute;
	top: 25px;
	right:10px;
	font-size: 18px;
	color: #FF0000;
	font-weight:bold;
	}
#lst_activ_top{
	position:relative;
	color:#FFFF00;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight:bold;
	}
/**************** REKLAMA ************/
#banner_reklama{
	position:relative;
	background: #FFFF00;
	width: 1002px;
	/*height: 100px;*/
	margin: 0 auto;
	text-align:center;
	}
#reklama_img{
	position:relative;
	background: url(img/new/reklama_img.jpg) center top no-repeat;
	width: 100%;
	height: 588px;
	}
#reklama_cennik{
	position:relative;
	background: url(img/new/reklama_cennik.jpg) center top no-repeat;
	width: 100%;
	height: 243px;
	}
#reklama_img_en{
	position:relative;
	background: url(img/new/reklama_img_en.jpg) center top no-repeat;
	width: 100%;
	height: 588px;
	}
#reklama_cennik_en{
	position:relative;
	background: url(img/new/reklama_cennik_en.jpg) center top no-repeat;
	width: 100%;
	height: 243px;
	}
#reklama_button {
	position:relative;
	width:71px;
	height:28px;
	background:url(img/new/button_login.png) left top no-repeat;
	border:none;
	cursor:pointer;
	color:#d3d3d3;
	}
.reklama_box{
	position:relative;
	width: 558px;
	border:solid 1px #ffae00;
	background-color: #f5f5f5;
	margin: 20px 0px 20px 22px;
	padding-left: 140px;
	}
.reklama_box div{
	position:relative;
	padding-top: 10px;
	}
#howto_reklama{
	position:relative;
	border:solid 1px #ffae00;
	background-color: #f5f5f5;
	margin: 20px 0px 20px 22px;
	width: 668px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size:14px;
	}
#howto_reklama li{
	position:relative;
	padding-top: 5px;
	}
#fidli_uvod_box{
	position:relative;
	width:742px;
	overflow:auto;
	padding-bottom: 50px;
	}
.gallery_image_box{
	padding:20px 0 5px 60px;
	}
.gallery_image {
	margin:0 3px 3px 0;
	}
.gallery_image img {
	border:solid 1px #ccc;
	padding:2px;
	}
	
/*jj*/
/* -------------------------------------- [ PHOTO ] ----------------------------*/
.top_gallery {
	position:relative;
	display:block;
	margin-bottom:10px;
	width: 152px;
	float: left;
	padding-right: 6px;
	}
.top_g_cl_padding{
  padding: 0px !important;
}
.top_gallery:hover {
	background: #FEFEFE;
	}
.top_gallery img{
	border:solid 1px #b1b1b1;
	padding:5px;
	position:relative;
	display:block;
	width:140px;
	}
.top_gallery h1 {
	position:relative;
	padding:0px;
	margin: 0px;
	background: none;
	border: none;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
	}
.top_gallery_photo_box{
  position: relative;
  display: block;
  float: left;
  border: none;
  margin: 0px 5px 5px 0px;
}
.top_gallery_photo_box:hover{
  background: #FEFEFE;
}
.top_gallery_photo_box img{
  position: relative;
  padding: 5px;
  border: solid 1px #b1b1b1;
}
.top_gallery_photo_box_2{
  position: relative;
  display: block;
  float: left;
  border: none;
  margin: 0px 0px 5px 0px;
}
.top_gallery_photo_box_2:hover{
  background: #FEFEFE;
}
.top_gallery_photo_box_2 img{
  position: relative;
  padding: 5px;
  border: solid 1px #b1b1b1;
}





/*ee*/
/*** OTHER ***/
#add_my_video_b{
	position:relative;
	display:block;
	color:#FFFF00;
	padding-left: 20px;
	padding-bottom: 15px;
}
#add_my_video_b:hover{
	color:#FFFFFF;
}
.center {
	position:relative;
	display:block;
	text-align:center;
	width:97px;
	}

.shop_product_item {
	position:relative;
	display:block;
	text-align:center;
	border:solid 2px #ffff00;
	background:#3366CC;
	margin-top:25px;
	padding-bottom:10px;
	}
.shop_product_item:link, .shop_product_item:visited {
	text-decoration:none;
	color:#ffff00;
	}
.shop_product_item:hover {
	color:#fff;
	}
.shop_product_item img {
	border:solid 1px #fff;
	padding:2px;
	}
.shop_title {
	position:relative;
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	padding:10px 0;
	}
.shop_product_memo {
	position:relative;
	display:block;
	}
.shop_product_name_view {
	position:relative;
	display:block;
	padding:5px;
	font-size:14px;
	}
.shop_span_price_cz, shop_span_price_eu {
	position:relative;
	display:block;
	}
.cl_margin {
	margin-bottom:0px !important;
	}


/* VIDEO UVOD BOTTOM */
/* jj */
.video_boxs {
	position:relative;
	padding:5px 0;
	}
.video_box {
	position:relative;
	width:205px;
	float:left;
	padding-right:5px;
	}
.video_box_right {
	padding:0;
	}
.video_box h2 {
	position:relative;
	background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom: 5px;
	text-align:center;
	color:#ff9900;
	font-size:14px;
	line-height:25px;
	}
.video_box a{
	position:relative;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ff9900;
	font-weight: bold;
	}
.video_box strong{
	position:relative;
	display:block;
	padding:3px 10px;
	}
.video_box img{
	border:solid 1px #b1b1b1;
	padding:5px;
	}


/* EDIT PROFIL DIV */
.edit_profil_div{
  position: absolute !important;
  bottom: -20px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil.jpg) left top no-repeat;
}
.edit_profil_div:hover{
  text-decoration: underline;
  cursor:pointer;
}

.edit_profil_div_fb_cancel_up{
  position: absolute !important;
  bottom: -20px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
}
.edit_profil_div_fb_cancel_up:hover{
  text-decoration: underline;
  cursor:pointer;
}
#edit_fb_form{
  display: none;
}

.edit_profil_div_cancel{
  position: absolute !important;
  bottom: -20px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
}
.edit_profil_div_cancel:hover{
  text-decoration: underline;
  cursor:pointer;
}

#profil_back label{
  padding-right: 10px;
}
.edit_left{
  text-align: left !important;
  color: #ff9900 !important;
  padding: 0px 5px;
}

.edit_form_input{
  position: relative;
  display: block;
  width: 120px;
  margin: 0px auto;
}
.edit_profil_button{
  position: relative;
  display: block;
  width:60px;
  line-height:18px;
  color:#F5F5F5;
  cursor:pointer;
  text-align:center;
  background:#858585;
  border:1px solid #B1B1B1;
  margin: 0px auto;
}
.edit_profil_button:hover{
  background: #959595;
  text-decoration: none;
  }
#edit_main{
  position: relative;
  display: none;
}
#info_main{
  position: relative;
  display: block;
}
.edit_complete{
  position: relative;
  padding: 5px;
  text-align: center;
  border-bottom: solid 1px #b1b1b1;
  background: #efefef;
  color: #ff0000;
}

.edit_profil_div_up{
  position: absolute !important;
  top: -23px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil.jpg) left top no-repeat;
}
.edit_profil_div_up:hover{
  text-decoration: underline;
  cursor:pointer;
}

.edit_profil_div_cancel_up{
  position: absolute !important;
  top: -23px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
  text-align: center;
}
.edit_profil_div_cancel_up:hover{
  text-decoration: underline;
  cursor:pointer;
}

#profil_edit_about{
  position: relative;
  width: 100%;
}
#edit_about_form{
  position: relative;
  display: none;
}

#edit_insp_form{
  position: relative;
  display: none;
}
#profil_edit_insp{
  position: relative;
  width: 100%;
}
#edit_style_form{
  position: relative;
  display: none;
}
.edit_profil_div_left_up{
  position: absolute !important;
  top: 7px;
  right: 38px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil.jpg) left top no-repeat;
}
.edit_profil_div_left_up:hover{
  text-decoration: underline;
  cursor:pointer;
}

.edit_profil_div_left_cancel_up{
  position: absolute !important;
  top: 7px;
  right: 0px;
  width: 38px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
  text-align: center;
}
.edit_profil_div_left_cancel_up:hover{
  text-decoration: underline;
  cursor:pointer;
}

#edit_uspech_form{
  position: relative;
  display: none;
}
.edit_profil_div_right_up{
  position: absolute !important;
  top: 7px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil.jpg) left top no-repeat;
}
.edit_profil_div_right_up:hover{
  text-decoration: underline;
  cursor:pointer;
}

#edit_prezentace_form{
  position: relative;
  display: none;
}

#edit_skusenost_form{
  position: relative;
  display: none;
}

#edit_profil_my_video{
  position: absolute !important;
  top: -32px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil.jpg) left top no-repeat;
}
#edit_profil_my_video:hover{
  text-decoration: underline;
  cursor:pointer;
}
#edit_profil_my_video_cancel{
  position: absolute !important;
  top: -32px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
}
#edit_profil_my_video_cancel:hover, #edit_add_video:hover, #edit_add_video_cancel:hover{
  text-decoration: underline;
  cursor:pointer;
}

#profil_edit_my_video{
  position: relative;
  width: 100%;
}
#edit_my_video_form{
  position: relative;
  display: none;
}
#edit_add_video{
  position: absolute !important;
  top: 8px;
  right: 0px;
  width: 125px;
  padding-left: 15px;
  background: url(images/edit_profil.jpg) left top no-repeat;
}
#edit_add_video_cancel{
  position: absolute !important;
  top: -32px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
}
#edit_add_video_form{
  position: relative;
  display: none;
  padding-bottom: 20px;
}
.edit_delete_video_form{
  position: relative;
  text-align: right;
}
.profil_delete_video_button{
  position: relative;
  border: none;
  width: 60px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
}
.profil_delete_video_button:hover{
  cursor: pointer;
  color: #ff0000;
}

.edit_profil_photo_down{
  position: absolute !important;
  bottom: -16px;
  right: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil.jpg) left top no-repeat;
}
.edit_profil_photo_down:hover{
  text-decoration: underline;
  cursor:pointer;
}
.edit_profil_del_photo_down{
  position: absolute !important;
  bottom: -16px;
  left: 0px;
  width: 50px;
  padding-left: 15px;
  background: url(images/edit_profil_cancel.jpg) left top no-repeat;
}
.edit_profil_del_photo_down:hover{
  text-decoration: underline;
  cursor:pointer;
  color: #ff0000;
}
.edit_delete_comment_form{
  position: relative;
  text-align: right;
}


/* REGISTRATION */
#reg_main_left{
  position: relative;
  display: block;
  width: 292px;
  height: 112px;
  float: left;
  margin-right: 20px;
}
#reg_main_left:hover{
  background: #e5e5e5;
}
#reg_main_left img{
  position: relative;
  width: 280px;
  height: 100px;
  padding: 5px;
  border: solid 1px #b1b1b1;
}
#reg_main_right{
  position: relative;
  display: block;
  width: 292px;
  height: 112px;
  float: left;
  margin-right: 20px;
}
#reg_main_right:hover{
  background: #e5e5e5;
}
#reg_main_right img{
  position: relative;
  width: 280px;
  height: 100px;
  padding: 5px;
  border: solid 1px #b1b1b1;
}

/* ADD */
.add_main_left{
  position: relative;
  display: block;
  width: 292px;
  height: 112px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.add_main_left:hover{
  background: #e5e5e5;
}
.add_main_left img{
  position: relative;
  width: 280px;
  height: 100px;
  padding: 5px;
  border: solid 1px #b1b1b1;
}
.add_main_right{
  position: relative;
  display: block;
  width: 292px;
  height: 112px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.add_main_right:hover{
  background: #e5e5e5;
}
.add_main_right img{
  position: relative;
  width: 280px;
  height: 100px;
  padding: 5px;
  border: solid 1px #b1b1b1;
}

.add_item_button {
	position:relative;
	width:130px;
	height:24px;
	background: #838383;
	border:solid 1px #bababa;
	cursor:pointer;
	font-weight:bold;
	line-height: 26px;
	color:#f5f5f5;
	margin-top: 30px;
	}
.add_item_button:hover{
  background: #434343;
	border:solid 1px #bababa;
	color:#ffffff;
}

.clanok h1{
	line-height: 14px;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
	padding-left: 0px;
  background: none;
  border: none;
  margin-bottom:5px;
  }

