.service {
	border: 2px solid #ff0000;
	color: #ff0000;
	margin: 1px;
	padding: 1px;
}

* {
	margin:0;
	padding:0;
	outline: none;
}

body {
	font-family:Arial;
	background: #ffffff;
	font-size:12px; 
}

/* GLOBALS */
img {
	border: none;
	vertical-align: top;
}
a {
	color:#2d1aa8;
	text-decoration: none;
}
a:hover {
	color:#c12c81;
}
a:focus {
	outline:none;
	border:none;
}
.active {
	color: #c12c81;
}
h1 {
	font-family:Arial Narrow;
	font-size:18px;
	font-weight: normal;
	color: #c5c4cd;
}
h1.other_title span {
	color:#c12c81;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	font-family: Arial Narrow;
	font-weight: normal;
	text-transform: uppercase;
	color: #c12c81;
	background: #ffffff;
	width: auto;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;

}
.red {
	color: #8b0202;
}
.grey {
	color: #565656;
}
.lightblue {
	color: #9993c3;
}
.pink {
	color: #c12c81;
}
.blue {
	color: #2d1aa8;
}
.line {
	height: 1px;
	background: url(../images/line.gif) repeat-x top;
	margin: 10px 0 11px 0;
	_margin: 10px 0 0 0;
}
.main {
	margin: 0 auto;
	width: 1000px;
}

/* Globals end */



/* MENU */
.menu {
	height: 55px;
	overflow:hidden;
	zoom:1;
	margin: 5px 0 0 0;
}
.menu a {
	display: block;
	height: 55px;
	float: left;
	text-indent: -9999px;
	font-size:2px;
}
a.menu1 {
	background: url(../images/menu1.gif);
	width: 152px;
}
a.menu1_active {
	background: url(../images/menu1_active.gif);
	width: 152px;
}
a.menu1:hover {
	background: url(../images/menu1_active.gif);
}
a.menu2 {
	background: url(../images/menu2.gif);
	width: 86px;
}
a.menu2_active {
	background: url(../images/menu2_active.gif);
	width: 86px;
}
a.menu2:hover {
	background: url(../images/menu2_active.gif);
}
a.menu3 {
	background: url(../images/menu3.gif);
	width: 103px;
}
a.menu3_active {
	background: url(../images/menu3_active.gif);
	width: 103px;
}
a.menu3:hover {
	background: url(../images/menu3_active.gif);
}
a.menu4 {
	background: url(../images/menu4.gif);
	width: 152px;
}
a.menu4_active {
	background: url(../images/menu4_active.gif);
	width: 152px;
}
a.menu4:hover {
	background: url(../images/menu4_active.gif);
}
a.menu5 {
	background: url(../images/menu5.gif);
	width: 114px;
}
a.menu5_active {
	background: url(../images/menu5_active.gif);
	width: 114px;
}
a.menu5:hover {
	background: url(../images/menu5_active.gif);
}
a.menu6 {
	background: url(../images/menu6.gif);
	width: 96px;
}
a.menu6_active {
	background: url(../images/menu6_active.gif);
	width: 96px;
}
a.menu6:hover {
	background: url(../images/menu6_active.gif);
}
a.menu7 {
	background: url(../images/menu7.gif);
	width: 101px;
}
a.menu7_active {
	background: url(../images/menu7_active.gif);
	width: 101px;
}
a.menu7:hover {
	background: url(../images/menu7_active.gif);
}
a.menu8 {
	background: url(../images/menu8.gif);
	width: 196px;
}
/* USER MENU */
.user_menu {
	font-size: 12px;
	background: #f4ece7;
	overflow: hidden;
	zoom: 1;
	margin: 2px 0 10px 0;
	padding-left: 16px;
}
.user_menu a {
	display: block;
	float: left;
	padding: 9px 11px;
}
.user_menu a.active {
	background:url(../images/user_menu_pic.gif) no-repeat top center;
}
.user_menu a:hover {
	background:url(../images/user_menu_pic.gif) no-repeat top center;
}

/*  CONTENT BEGIN */
.content {
	margin: 5px 0 10px 0;
	overflow: hidden;
	zoom:1;
}
/* CONTENT LEFT BEGIN */
.content_left {
	width:720px;
	float: left;
	margin: 0px 15px 5px 10px; 
	_margin: 0px 10px 5px 10px; 
	overflow: hidden;
	zoom:1;
}
.breadcrumbs {
	font-size:11px;
	color: #565656;
	border-top:dashed 1px #c5c4cd; 
	border-bottom:dashed 1px #c5c4cd; 
	padding: 7px 0px 7px 4px;
	margin: 0 0 19px 0;
	overflow: hidden;
	zoom: 1;
}
.admin_message {
	margin: 0 0 17px 0;
	font-size:12px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:11px;
	border-bottom: dashed 1px #c5c4cd;
}
.content_title {
	background: url(../images/content_title_back.gif) repeat-x left 13px;
	margin: 0 0 8px 0;
	overflow:hidden;
	zoom: 1;
	position: relative;
}
.admin_message  .content_title {
	padding: 8px 0 3px 0;
	background: url(../images/content_title_back.gif) repeat-x left 18px;
}
.admin_title {
	padding-left:34px;
	padding-top: 4px;
	background:#ffffff url(../images/icon_admin.gif) no-repeat top left;
	color: #c12c2c;
}
.anons {
	margin: 0 0 19px 0;
}
.anons_title {
	padding: 0 0 7px 0;
	background: url(../images/content_title_back.gif) repeat-x bottom left;
	overflow: hidden;
	zoom: 1;
}
h2.anons_title {
	background:url(../images/anons_back.gif) no-repeat left top;
	color: #ffffff;
	width: 70px;
	height: 31px;
	font-size: 18px;
	padding: 9px 0 0 46px;
	display: block;
	float: left;
}
	h2.anons_title.search_interes {
		width: auto !important;
		background:url(../images/search_interes_back.gif) no-repeat left top;
		padding-right: 16px;
	}
.anons_title_links {
	display: block;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 17px 0 0 12px;
	color: #c5c4cd;
	
}
.anons_title_links a {
	padding: 0 3px;
}
.anons_link_active {
	color:#c12c81;
	font-weight: bold;
}
.anons_body {
	border-bottom: dashed 1px #c5c4cd;
	border-top: dashed 1px #c5c4cd;
	padding: 6px 0 11px 0;
	line-height: 18px;
	margin: 2px 0 0 0;
	overflow: hidden;
	zoom: 1;
	font-size: 12px;
}
.ramka {
	padding: 3px;
	border: solid 1px #c5c4cd;
	display:block;
	float: left;
	margin: 0 15px 5px 0;
}
.ramka.news {
	margin: 0 11px 5px 0;
}
.anons_body_date {
	display: block;
	overflow:hidden;
	zoom:1;
	font-size: 11px;
	color: #565656;
	border-bottom: dashed 1px #c5c4cd;
	padding: 0 0 4px 0;
	text-justify: newspaper;
	word-spacing: 2px;
	margin: 0 0 12px 0;
}
.big_blue {
	color:#2d1aa8;
	font-family:Arial Narrow;
	font-size: 18px;
	margin: 0px 0 9px 0;
	display: block;
}
.themes_title {
	background: url(../images/content_title_back.gif) repeat-x bottom left;
	padding: 0 0 7px 0;
}
.themes_day {
	margin-bottom: 14px;
}
h2.themes {
	color: #c12c81;
	background: url(../images/themes_title_back.gif) no-repeat left top;
	font-size: 18px;
	font-family: Arial Narrow;
	padding: 3px 0 7px 36px;
	display: block;
	
}
h3 {
	color:#2d1aa8;
	font-family: Arial Narrow;
	font-size:20px;
	font-weight: normal;
	border-bottom: dashed 1px #c5c4cd;
	padding: 9px 0 7px 0;
	margin: 0 0 6px 0;
}
.theme_body {
	padding: 0px 0 9px 0;
	line-height: 18px;
	margin: 2px 0 0px 0;
	overflow: hidden;
	zoom: 1;
	font-size: 12px;
}

.title {
	padding-bottom: 0px;
	position: relative;
	bottom: -3px;
}
.content_title.interest {
	margin-bottom:17px;
	margin-top: 10px;
}
.interest_friends {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 19px 0;
	font-size: 12px;
	color: #565656;
	line-height:18px;
	word-spacing: 2px;
}
.interest_all {
	display: block;
	border-bottom: dashed 1px #c5c4cd;
	overflow: hidden;
	zoom: 1;
	padding: 9px 0 8px 0;
}
.interest_all a {
	padding-right: 12px;
	background: url(../images/arrow.gif) no-repeat right;
	font-size:11px;
	font-weight: bold;
}
.content_title1 {
	background: url(../images/content_title_back.gif) repeat-x bottom;
	padding: 0 0 5px 0;
	overflow: hidden;
	zoom: 1;
}
.last_zapisi {
	background: url(../images/last_zapisi_back.gif) no-repeat left top;
	color: #c12c81;
	font-size: 18px;
	display: block;
	white-space: nowrap;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 9px;
}
.last_zapisi span {
	border-bottom: solid 3px #cd569a;
	padding: 8px 0 6px 58px;
}
.left_content_blocks {
	list-style: none;
	margin: 15px 0 15px 0;
	padding: 0 0 0px 0;
	border-bottom: dashed 1px #c5c4cd;
	overflow: hidden;
	zoom: 1;
	font-size:12px;
}
.left_content_blocks li {
	float: left;
	width: 348px;
	height: 80px;
	overflow: hidden;
	zoom: 1;
	line-height: 17px;
	margin: 0 10px 10px 0;
}
.left_content_blocks li p {
	margin: 5px 0;
}
.actibe_users {
	font-size: 11px;
	line-height: 18px;
	word-spacing: 2px;
	color: #565656;
	margin: 0 0 15px 0;
}
.actibe_users a {
	font-size: 12px;
}
.actibe_users span {
	color: #000000;
}

.anons_stati {
	background: url(../images/anons_stati_back.gif) no-repeat left top;
	color: #c12c81;
	font-size: 18px;
	display: block;
	padding: 4px 0 7px 35px;
	float: left;
}
.anons_stati_links {
	float: left;
	font-size: 12px;
	color: #c5c4cd;
	margin: 10px 0 0 14px;
	word-spacing: 2px;
}
.anons_stati_links a.active {
	font-weight:bold;
}
/* CONTENT LEFT END */


/* content right begin */
.content_right {
	overflow: hidden;
	zoom:1;
	width: 250px;
	float: left;
}
.banner_right {
	border: solid 1px #dfdfdf;
	margin: 0 0 10px 0;
	
}
.news_title {
	background: url(../images/news_title_back.gif) no-repeat left top;
	width: 250px;
	height: 39px;
	padding: 14px 0 0 52px;
	display: block;
	font-size:18px;
	color: #ffffff;
}
.win_prize_title {
	background: transparent;
	color: #ffffff;
}
.win_prize_title h3 {
	padding-top: 0;
}
.right_news {
	border: solid 1px #d6d4e6;
	border-top: solid 0px #d6d4e6;
	padding: 5px 5px 0 5px;
	font-size:12px;
	margin: 0 0 10px 0;
}
.right_news p {
	line-height:16px;
	margin-bottom: 10px;
	padding-left: 5px;
	overflow: hidden;
	zoom:1;
}
.news_header {
	font-weight:bold;
	font-size: 13px;
	color: #2d1aa8;
	border: solid 0px red;
	padding: 5px 0 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.news_header b {
	font-weight: normal;
}
.news_date {
	color:#565656;
	font-size: 11px;
	background: url(../images/news_date_back.gif) no-repeat left top;
	display: block;
	text-align: right;
}
.news_date span {
  background: #ffffff;
  padding-left: 4px;
  border-left: solid 1px #c5c4cd;
}
.news_rss {
	border-top: dashed 1px #c5c4cd;
	padding: 5px 0 0 11px;
	overflow: hidden;
	zoom: 1;
}
.rss {
	display:block;
	float: left;
	width: 70px;
	background: url(../images/rss_line.gif) no-repeat right top;
}
.news_archive {
	float: left;
	display: block;
	padding: 5px 0 0 11px;
}
.news_archive a {
	font-weight: bold;
	font-size: 11px;
	padding-right: 12px;
	background: url(../images/arrow.gif) no-repeat right;
}

.right_congratulations {
	border: solid 1px #d6d4e6;
	border-top: solid 0px #d6d4e6;
	padding: 5px 5px 10px 5px;
	font-size:12px;
	margin: 0 0 10px 0;
	overflow: hidden;
	zoom: 1;
}
.right_congratulations p {
	overflow: hidden;
	zoom: 1;
}
.congratulations_all {
	padding: 10px 5px 0 5px;
	word-spacing: 2px;
	color:#565656;
	line-height:18px;
}
.date_now {
	color:#b11f72;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-family: Arno Pro;
}
.right_title1 {
	background: url(../images/right_title_back1.gif) no-repeat left top;
	width: 198px;
	height: 45px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	padding: 8px 0 0 52px;
}
.right_title1 h3 {
	border: none;
	text-transform: uppercase;
	font-size: 18px;
}
.right_title2 {
	background: url(../images/right_title_back2.gif) no-repeat left top;
	width: 198px;
	height: 38px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	padding: 15px 0 0 52px;
}
.opros_header {
	font-weight: bold;
	display: block;
	color: #c12c81;
	margin: 0 0 3px 0;
}
.opros_raw {
	padding: 2px 0 2px 25px;
	_padding: 2px 0 2px 0px;
	position: relative;
}
.opros_but {
	position: absolute;
	left: 0px;
	top: 4px;
	z-index:100;
	_position: relative;
	_left: 0px;
	_bottom: -3px;
}
.opros_buttons {
	font-size:11px;
	display: block;
	padding-left: 25px;
}
.opros_button {
	font-size: 11px;
	border: solid 0px red;
	font-family: Tahoma;
	background: url(../images/opros_button_back.gif);
	color: #ffffff;
	width: 105px;
	height: 23px;
	margin-left: 16px;
}
.right_title {
	background: url(../images/right_title_back.gif) no-repeat left top;
	width: 250px;
	height: 38px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	padding: 15px 0 0 16px;
}
.right_title.opros {
	font-size:18px;
	height: 38px;
	_height: 30px;
}
.right_block {
	border: solid 1px #d6d4e6;
	border-top: solid 0px #d6d4e6;
	padding: 5px;
	margin: 0 0 15px 0;
	font-size: 12px;
}
.right_block.opros {
	padding: 12px;
	line-height: 16px;
}
.player_ramka {
	border: solid 5px #eae9f2;
	display: block;
}
.flash {
	display: block;
}
.last_video_author {
	font-size: 11px;
	word-spacing: 2px;
	padding: 4px 0;
	border-bottom: dashed 1px #c5c4cd;
	border-top: dashed 1px #c5c4cd;
	display: block;
	margin: 12px 0 0 0;
}
.counters {
	margin:12px 0;
}
.counters ul {
	list-style: none;
	margin: 0 0 0 32px;
	overflow:hidden;
	zoom:1;
	
}
.counters ul li {
	float: left;
	margin: 0 10px 10px 0;
}
/* content right end */

/* CONTENT END */

/* FOOTER */

.bottom_menu {
	text-align: center;
	font-size: 11px;
	background: #f0edde;
	padding: 10px 0 10px 0;
	border-bottom:solid 1px #ffffff;
}
.bottom_menu a {
	padding: 0 5px;
}
.bottom_menu a.active {
	background: none !important;
}
.copyright {
	background:#9993c1;
	padding: 15px 0 15px 0;
	font-size:11px;
	text-align: center;
	color:#f0edde;
}
.bottom_reklama {
	text-align: center;
	padding: 15px 0 15px 0;
	font-size:11px;
}

.magenta {
	color: #b11f72;
}

/* OTHER PAGES - enter registration*/
.content_left.other_pages {
	padding-left: 0px;
	margin-left: 0; 
	width: 735px;
}
div.other_title {
	background: url(../images/content_title_back.gif) repeat-x left 28px;
	padding: 4px 0 10px 0;
	word-spacing:2px;
	overflow:hidden;
	zoom: 1;
	position: relative;
}
.wysivig {
	font-size:12px;
	line-height: 18px;
	margin: 10px 0 0 0;
}

.enter_form {
	font-size: 11px;
	font-family: Tahoma;
	margin: 0px 0;
	width: 100%;
}
.enter_form td {
	padding:3px 1px 2px 1px;
}
.login_form_text {
	border: solid 1px #b7b3d3;
	width: 185px;
	height: 15px;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Tahoma;
}
.warning {
	color: #870606;
}
.form_text {
	width: 232px;
	text-align: right;
}
.enter_form td.form_text1 {
padding: 0 0 0 8px;

}
.enter_form tr.enter_check td {
	padding: 4px 2px 6px 0;
}
.enter_form tr.enter_check td input {
	position:relative;
	bottom:-2px;
	margin-right: 3px;
}
.form_input {
	width: 190px;
	padding-left: 2px;
}
.login_form_button {
	background:url(../images/login_button.gif) no-repeat left top;
	width: 75px;
	height: 23px;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	border: solid 0px red;
}
.log_form_button {
	text-align: right;
}
tr.login_form_button_tr td {
	border-top: dashed 1px #c5c4cd;
	padding-top: 6px;
}

/* REGISTER */
.register_title {
	color: #565656;
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: dashed 1px #c5c4cd;
	display:block;
	margin: 17px 0 5px 0;
}
.register_form {
	width: 100%;
	font-size:11px;
}
.register_form td {
	padding:3px 2px 2px 2px;
}
.form_input.radio input {
	position:relative;
	bottom:-2px;
	margin-right: 2px;
}
.register_form .form_text {
	width: 95px;
	text-align: right;
}
.register_form select {
	font-size: 11px;
	height: 20px;
	width: 188px;
	font-family: Tahoma;
	border: solid 1px #b7b3d3;
	
}
.register_form select.small {
	width: 40px;
	margin-right: 5px;
}
.register_form select.medium {
	width: 49px;
}
.register_form select.big {
	width: 88px;
	margin-right: 5px;
}
.register_button {
	background: url(../images/register_button.gif) no-repeat top left;
	border: solid 0px red;
	font-size: 11px;
	font-family: Tahoma;
	color: #ffffff;
	width: 134px;
	height: 23px;
}
.register_form.select td {
	padding: 3px 2px 2px 2px;
}
.register_form.select .form_input {
	width: 190px;
} 
.reg_button {
	text-align: right;
}
.register_form tr.reg_button_tr1 td {
	padding: 2px 2px 7px 2px;
}
.register_form tr.reg_button_tr td {
	padding: 8px 2px 0 2px;
	border-top:dashed 1px #c5c4cd;
}

/* PROFILE PAGES */
.profile_submenu {
	width: 208px;
	background: url(../images/profile_submenu_back.gif) repeat-y left;
	position: relative;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 14px 15px 0;
	_margin: 0 11px 15px 0;
}
.profile_submenu_top {
	position: absolute;
	top: 0;
	left: 0;
}
.profile_submenu_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
.profile_submenu ul {
	margin: 15px 15px 15px 15px;
	list-style: none;
}
.profile_submenu ul li {
	padding: 10px 0 6px 0;
	display: block;
	border-bottom:dashed 1px #c5c4cd;
	overflow: hidden;
	zoom: 1;
}
.profile_submenu ul li.last {
	border-bottom:dashed 0px #c5c4cd;
}
.profile_submenu ul li a {
	padding-left: 13px;
}
.profile_submenu ul li a:hover {
	background: url(../images/arrow.gif) no-repeat left;
}
.profile_submenu ul li a.active {
	background: url(../images/arrow.gif) no-repeat left;
}
.other_title.message {
	background:#ffffff url(../images/icon_message.gif) no-repeat left;
	padding: 0 5px 0px 36px;
	position:relative;
	bottom: -10px;
	display: inline;
}
.message_title_links {
	position: absolute;
	right: 0;
	bottom:10px;
	font-size: 11px;
}
.message_user {
	display: block;
	overflow:hidden;
	zoom:1;
	font-size: 11px;
	color: #565656;
	border-top: dashed 1px #c5c4cd;
	border-bottom: dashed 1px #c5c4cd;
	padding: 4px 0 4px 0;
	word-spacing: 2px;
	margin: 6px 0 8px 0;
	position: relative;
}
.message_answer {
	position: absolute;
	right: 0;
}
.message_item {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 19px 0;
}
.message_item p {
	line-height: 18px;
}
.message_send {
	display: block;
	border-top: dashed 1px #c5c4cd;
	padding: 10px 0 0 0;
}
.message_send a {
	font-weight: bold;
	font-size: 11px;
	padding-right:12px;
	background: url(../images/arrow.gif) no-repeat right;
}
/* photogallery */
.breadcrumbs.other {
	margin-bottom: 0px;
}
.other_title.photogallery {
	
}
.photogallery_title {
	color: #c12c81;
	display: inline;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	position: relative;
	margin:0px 0 0 0;
	padding: 5px 5px 3px 0;
	bottom: -10px;
}
.small_photos {
	overflow: hidden;
	zoom: 1;
	padding: 0 18px;
	position: relative;
	margin: 20px 0 0 0;
}
.small_photos .small_photos_pad {
	width: 475px;
	height: 221px;
	overflow-y: hidden; 
	overflow-x: auto;
	zoom: 1;
}
.small_photo {
	float: left;
	font-size: 11px;
	margin: 0 13px 0 0;
	height: 221px;
}
.small_photo.last {
	margin:0;
}
.arrow_bold_l {
	position: absolute;
	left: 0;
	top: 81px;
	z-index: 100;
}
.arrow_bold_r {
	position: absolute;
	right: 0;
	top: 81px;
	z-index: 100;
}
.photoramka {
	padding: 3px;
	border: solid 1px #c5c4cd;
	position: relative;
	display: block;
	margin: 0 0px 8px 0;
}
.photoramka.wide {
	margin: 20px 0px 8px 0;
}

h1.big_photo_name {
	border-top: dashed 1px #c5c4cd;
	border-bottom: dashed 1px #c5c4cd;
	font-size: 18px;
	color: #c12c81;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	padding: 3px 0 3px 15px;
	margin-bottom: 7px;
}
.ramka_big {
	padding: 3px;
	border: solid 1px #c5c4cd;
	display: block; 
}
.photo_adding {
	font-size: 11px;
	margin: 12px 0 0 15px;
	display: block;
}
h1.photo_comments {
	color: #c12c81;
	display: inline;
	font-size: 18px;
	font-family: Arial Narrow;
	background: #ffffff;
	position: relative;
	bottom:-10px;
	padding: 0 5px 3px 15px;
	text-transform: uppercase;
}
.photo_comments {
	padding: 12px 0 0 15px;
}
.message_right {
	position: absolute;
	right: 0;
}
.photo_comments .message_user {
	border-top: solid 0px red;
	padding-top: 0px;
}
.photo_comments p {
	overflow: hidden;
	zoom: 1;
	border-top: dashed 1px #c5c4cd;
	margin-bottom: 15px;
}
.photo_comments p .ramka {
	margin: 14px 12px 5px 0;
}
.add_comment {
	margin: 12px 0 12px 0;
	padding-left:15px;
}
.add_comment.profile {
	margin: 12px 0 12px 0;
	padding-left:0px;
}
.add_comment_button {
	margin: 10px 0 0 0;
	text-align: right;
}
.button_send {
	background: url(../images/button_send_back.gif) no-repeat left top;
	width: 105px;
	height: 23px;
	font-size: 11px;
	color:#d4d2df;
	font-family: Tahoma;
	border: solid 0px red;
}
.pager {
	font-size:11px;
	padding: 5px 0;
	border-top: dashed 1px #c5c4cd;
	border-bottom: dashed 1px #c5c4cd;
	word-spacing:2px;
	text-align: right;
	overflow:hidden;
	zoom: 1;
	margin: 12px 0;
	color: #565656;
}
.pager.bottom {
	clear: both;
}
a.pager_left {
	background: url(../images/arrow_bold_l.gif) no-repeat left top;
	width: 12px;
	height: 14px;
	margin-right: 15px;
}
a.pager_left:hover {
	background: url(../images/arrow_bold_l_over.gif) no-repeat left top;
	width: 12px;
	height: 14px;
}
a.pager_right {
	background: url(../images/arrow_bold_r.gif) no-repeat left top;
	width: 12px;
	height: 14px;
	margin-left: 15px;
}
a.pager_right:hover {
	background: url(../images/arrow_bold_r_over.gif) no-repeat left top;
	width: 12px;
	height: 14px;
}
.pager span {
	color: #c12c81;
} 
/* MY PROFILE */
.profile_photo {
	margin: 15px 0 17px 0;
	line-height:19px;
}
.profile_photo p {
	margin:6px 0;
}
.profile_name {
	font-family:Arial Narrow;
	color: #c12c81;
	font-size: 18px;
	background: #ffffff;
	padding-right: 6px;
}
.profile_nickname {
	background: url(../images/content_title_back.gif) repeat-x left 13px;
	overflow: hidden;
	zoom: 1;
}
.profile_nickname img {
	position: relative;
	bottom: -4px;
	_bottom: -5px;
	left:-3px;
	background: #ffffff;
	padding-right: 2px;
}
.profile_all_friends {
	border-bottom: dashed 1px #c5c4cd; 
	padding: 0 0 6px 0;
	display: block;
}
.profile_friends_photos {
	overflow: hidden;
	zoom: 1;
	margin: 15px 0 15px 0;
	_margin: 15px 0 20px 0;
}
.profile_friends_title {
	padding-left:39px;
	background: #ffffff url(../images/icon_friends.gif) no-repeat left top;
}
.profile_friend {
	float: left;
	margin: 0 30px 25px 0;
}
.content_left.other_pages.profile_page {
	padding-left: 15px;
	margin-left: 0; 
	width: 720px;
}
.profile_society_title {
	background: #ffffff url(../images/profile_society.gif) no-repeat left top;
	padding-left: 38px;
}
.content_title.society {
	padding-bottom:12px;
	background: url(../images/content_title_back.gif) repeat-x left 27px;
}
.society_add {
	position: absolute;
	right: 0;
	top:7px;
	font-size: 11px;
}
.societies {
	font-size: 16px;
	color: #c5c4cd;
	padding: 0px 0 12px 0;
	border-bottom: dashed 1px #c5c4cd;
	font-family: Arial Narrow;
	margin: 0 0 19px 0;
}
.societies a {
	padding: 0 4px;
}
.profile_dnevnik_title {
	background: #ffffff url(../images/profile_dnevnik.gif) no-repeat left top;
	padding-left: 39px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	float: left;
	position: relative;
	top: -1px;
}
.profile_dnevnik_links {
display: block;
float: left;
padding: 8px 0 0 14px;
color:#c5c4cd;
word-spacing:2px;
}
.profile_dnevnik {
	position: relative;
	top: -8px;
}
.profile_dnevnik p {
	margin: 4px 0;
	padding: 4px 0 4px 0;
	border-bottom: dashed 1px #c5c4cd;
}
.profile_dnevnik p a {
	font-size:11px;
}
.tag_cloud {
	line-height: 18px;
	word-spacing:2px;
	color: #c5c4cd;
	display: block;
	margin: 15px 0 15px 0;
}
.tag_cloud b {
	color: #000000;
}
.profile_note_title {
	background: #ffffff url(../images/profile_note.gif) no-repeat left top;
	padding-left: 38px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	float: left;
}

.profile_notes {
	position: relative;
	top: -7px;
	margin: 0 0 15px 0;
}
.profile_notes p {
	margin: 4px 0;
	padding: 4px 0 4px 0;
	border-bottom: dashed 1px #c5c4cd;
}

.profile_myphoto_title {
	background: #ffffff url(../images/profile_myphoto.gif) no-repeat left top;
	padding-left: 39px;
	display: block;
	float: left;
}
.profile_myphoto_links {
display: block;
float: left;
padding: 6px 0 0 14px;
color:#c5c4cd;
word-spacing:2px;
}

.profile_myphotos {
	overflow: hidden;
	zoom: 1;
	border-bottom: dashed 1px #c5c4cd;
	padding: 5px 0 0px 0;
	_padding: 5px 0 10px 0;
	margin: 0 0 15px 0;
}
.profile_myphotos .ramka {
	margin:0 30px 15px 0;
}
.profile_banner {
	margin: 0 0 25px 0;
}
.profile_myvideo_title {
	background: #ffffff url(../images/profile_video.gif) no-repeat left top;
	padding-left: 39px;
	display: block;
	float: left;
	height: 22px;
	position: relative;
	top: -8px;
	padding-top: 8px;
}
.content_title.video {
	padding-bottom:12px;
	background: url(../images/content_title_back.gif) repeat-x left 27px;
	overflow: visible;
}
.profile_video {
	margin: 0 0 5px 0;
}
.profile_video p {
	overflow: hidden;
	zoom: 1;
	padding: 4px 0 10px 0;
	display: block;
	border-bottom: dashed 1px #c5c4cd;
	position: relative;
	top: -14px;
	line-height: 18px;
}
.profile_video p.last {
	border-bottom: dashed 0px #c5c4cd;
	padding: 4px 0 0px 0;
}
.video_ramka {
	padding: 3px;
	display: block;
	border: solid 1px #c5c4cd;
	margin: 12px 12px 10px 0;
	float: left;
}

.profile_video_date {
	font-size: 11px;
	color: #565656;
	padding: 3px 0;
	display: block;
	border-bottom: dashed 1px #c5c4cd;
	overflow: hidden;
	zoom: 1;
	word-spacing:2px;
	margin: 0 0 10px 0;
	position: relative;
}
.profile_files {
	margin: 0 0 15px 0;
}
.profile_files p {
	padding: 6px 0 4px 0;
	border-bottom: dashed 1px #c5c4cd;
	word-spacing: 2px;
}
.profile_files p.no_border {
	border-bottom: dashed 0px #c5c4cd;
}
.profile_files p span {
	font-size: 11px;
}
.profile_files a {
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat left;
}

.profile_guestbook_title {
	
	display: block;
	float: left;
}
.guestbook {
	position:relative;
	top: -10px;
	_position:normal;
	_top:0;
}
.guestbook p {
	overflow: hidden;
	zoom: 1;
	line-height: 18px;
	padding: 0px 0 8px 0;
	border-bottom: dashed 1px #c5c4cd;
}
.guestbook p .profile_video_date {
	position: relative;
}
.guestbook_links {
	position:absolute;
	right: 0;
}
.pager.guest {
	border-top: solid 0px red;
	margin-top: 0px;
}
ul.ul-style {
	
}
	ul.ul-style li {
	background: url(../images/bullet.gif) no-repeat left 5px ;
	padding: 0 0 9px 14px;
}
