html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

html{
	height: 100%; 
}

body
{
	min-height:100%;
	position:relative;
	font-size: 14px;
	font-family: Arial;
	text-align: justify;
	background:#dddddd;
	color:#161615;
	word-break: keep-all
;
}

a{
	color:#3d90ba;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

p{
	padding-top: 3px;
	padding-bottom: 8px;
	margin:0;
}

ul{
	/*padding: 0px 0 0;*/
	margin:0;
	margin-bottom:5px;
}

ol{
	/*padding: 0px 0 0;*/
	margin:0;
	margin-bottom:5px;
}


li{
	padding: 5px 0 0;
	margin-top: 0;
}


.question{
	border-left:1px solid #707090;
	border-top:1px solid #707090;
	border-right:1px solid #707090;
	border-bottom:1px solid #707090;
	font-weight:650;
	color:#500000;
	background-color:#e8e8f0;
	padding:10px 100px 10px 10px;
}

.answer{
	border-left:1px solid #707090;
	border-bottom:1px solid #707090;
	border-right:1px solid #707090;
	color:#000050;
	background-color:#f0f0e8;
	padding:10px 10px 10px 100px;
	margin-bottom:10px;
}

.blue1 {
    text-align: center;
    font-weight: bold;
    background-color: #9cc2e5;
}

.caption{
	font-size: 12px;
	text-align: left;
}

div.pict{
	#margin:10px;
	#box-shadow: 0 0 15px #666;
}

h1{
	font-size: 24px;
	color: #000;
	padding:0;
	margin:0;
	font-weight:normal;
	border-bottom:0;
}

h2{
	font-size: 22px;
	color: #222222;
	padding:0;
	margin:8px 0;
	font-weight:normal;
	border-bottom:0;
}

h3{
	font-size:18px;
	font-weight:bold;
	text-decoration: underline;
	text-align: left;
	margin:8px 0;
	padding:0;
	border-bottom:0;
	color: #161615;
}

h3 a {
	color: #000;
}

h4{
	font-size:16px;
	font-weight:bold;
	font-family:'Times New Roman';
	/*text-decoration: underline;*/
	text-align: center;
	padding-top:10px;
	padding-bottom:0;
	border-bottom:0;
	color: #c00000;
}

h5{
	font-size:16px;
	font-weight:bold;
	/*font-family:'Times New Roman';*/
	/*text-decoration: underline;*/
	text-align: left;
	margin:0;
	padding-top:8px;
	padding-bottom:5px;
	border-bottom:0;
}

h6{
	font-size:16px;
	font-weight:normal;
	text-decoration: underline;
	text-align: left;
	margin:0px;
	padding-top:8px;
	padding-bottom:0;
	padding-left:20px;
	border-bottom:0;
}


h7{
	font-weight:normal;
	font-style: italic;
	text-align: left;
	margin:0px;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:0;
}


h2.anons{
	font-size: 14px;
	color: #003562;
	text-align: left;
	line-height: 1;
	font-weight: bold;
}

p.anons{
	font-size: 11px;
	color: #003562;
}

a.anons{
	
	color: #003562;
}

input{
	font-size: 12px;
}

table{
	border-collapse: collapse;
	font-size: 13px;
}

th{
	text-align: center;
}

.clear{
	clear:both;
}

#header_top{
	display:block;
	background:#0039a4;
	height:270px;
	/*width:1240px;*/
	width:100%;
	margin:auto;
	color:#ffffff;
	position:relative;
}


.tablesize td {
	vertical-align:top;
	font-size: 85%;
}
.tablesize th {
	vertical-align:top;
	text-align:center;
	font-size: 85%;
}


.content_header{
	width:1240px;
	margin:0 auto;

	font-size:14px;
	background:url("images/header_bg.png") no-repeat 0 0;
	height:193px;
}
.shadow_header{
	width:1015px;
	background:url("images/header_shadow.png") no-repeat 0 0;
	height:193px;
	position:absolute;
	left:-179px;

	z-index: 0;
}

#header_top .left_col{

	padding: 6px 0 0 35px;
	display:block;
	float:left;
	text-align:left;	
	position:relative;
	z-index:1000;
}
#header_top .center_col{
	margin: 20px 0 0 42px;
	float: left;	
}
	.univer_name p:first-letter{
		color: #f6cb16;
	} 
	.univer_name p{
		font-size: 28px;
		font-weight: bold;
		font-family: Cambria;
		padding:0;
	}

	.univer_filial p{
		color:#ccddee;
		padding: 5px 0 0;
		font-size: 1.2em;
		}

.search{
	width:275px;
	display:block;
	position:relative;
	background:url("images/input_search_.png") no-repeat;
	height:22px;
	margin-top: 10px;
}

.search form{
	overflow:hidden;
}

.search .input_search{
	border:0px;
	width: 225px;
	background: none;
	float:left;
	padding-left:10px;
	height:20px;
}

.search .search_submit{
	background:url("images/bt_search.jpg") no-repeat center center;
	height:14px;
	width:14px;
	border:0px;
	cursor:pointer;
	padding:0;
	margin:0;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

#header_top .right_col{
	display:block;
	float:right;
	text-align:left;
	padding: 10px 45px 0 0;
	margin:0;
	width:auto;
	max-width:700px;

}
#header_top .right_col .osnovan{
	font-size: 20px;
	font-family: Cambria;
	font-weight: bold;
}

#header_top .right_col .warning{
	font-size: 18px;
	font-family: Cambria;
	font-weight: bold;
	padding-top: 30px;
	color: #F6CB16;
}

#header_top .right_col .address{
	font-size: 14px;
	font-family: Arial;
	/*padding-top: 58px;*/
	padding-top: 8px;
}

#header_top .right_col span{
	color: #f6cb16;
	margin-left:5px;
}

#header_top .right_col a, .right_col .user_login{
	color:#ffffff;
	display:block;
	float:left;
}

#header_top .right_col .icons, .auth{
	display:block;
	float:right;
	margin-left:20px;
	margin-top:10px;
}

#header_top .right_col .icons a{
	display:block;
	float:left;
	margin-left:5px;
}

#header_top .right_col .delim{
	display:block;
	background:url("images/delim_header_auth.jpg") no-repeat;
	height:16px;
	width:1px; 
	float:left;
	margin: 0 8px;
}
 
.top_bg{
	background:url("images/bg_top.jpg") repeat;
	width:100%;
/*	height:100%;*/
	clear:both;
}

.bg{
	/*background:url("images/bg.jpg") repeat-x;*/
	background:#dddddd;
	width:100%;
/*	height: 100%;*/
}

.wrap{
	display:block;
	width:1240px;
	margin:0 auto 0;
}

.wrap #header{
	display:block;
	overflow:hidden;
}

.wrap #header .left_col{
	display:block;
	width:500px;
	float:left;
	padding-left:26px;
}

.wrap #header .right_col{
	display:block;
	width:570px;
	float:right;
}

.wrap #header .logo{
	width:100px;	
	display:block;
	float:left;
}
.logo_a{
	display: table-cell;
	height: 110px;
	text-align: center;
	vertical-align: middle;
}

.wrap #header .name_hs{
	color:#272727;
	font-weight:bold;
	font-size:18px;
	float:left;
	width: 270px;
	margin-left:10px;
	height:111px;
	line-height:1.4;
	display: table;
}

.wrap #header .inner{
	display: table-cell;
    vertical-align: middle;
}

.wrap #header .right_col .top_menu{
	display:block;
	margin-top:-1px;
	overflow:hidden;
}

.top_mn, .bt_mn{ 
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
	margin-top: -1px;
	overflow: hidden;	
	font-size:14px;
}

.top_mn li, .bt_mn li{ 
    display: block; 
    float: left; 
    width: 262px; 
	background:url("images/dot_horz.png") repeat-x top;
    margin: 0; 
    padding: 0; 	
	margin-left:15px;
	margin-bottom: 3px;
	padding-top: 6px;
	padding-left:8px;
} 

.top_mn li a, .bt_mn li a{
	text-decoration:none;
	color:#222222;
}

.bnrs_imgs{
	display:block;
	width: 1240px;
	overflow:hidden;
	margin: -1px 0 0 0;
}
.main_photo{
	background:url("images/main_photo.jpg") no-repeat left;
	height: 280px;
	float:left;
	width:748px;
}
.vipuskniki{
background: #ffc579; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffc579 0%, #fb9d23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc579), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffc579 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffc579 0%,#fb9d23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffc579 0%,#fb9d23 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffc579 0%,#fb9d23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc579', endColorstr='#fb9d23',GradientType=0 ); /* IE6-8 */
height: 280px;
float: right;
width: 492px;
}
.vipuskniki div{
z-index:3;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;
border: 1px solid #be9a00;
padding: 10px;
margin: 50px 25px 10px 50px;

}
.vipuskniki div h1{
font-family: Time New Roman;
color:#675300;
margin-top: -25px;
float: left;
padding: 0 10px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffc171 0%, #febe6a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc171), color-stop(100%,#febe6a));
background: -webkit-linear-gradient(top, #ffc171 0%,#febe6a 100%);
background: -o-linear-gradient(top, #ffc171 0%,#febe6a 100%);
background: -ms-linear-gradient(top, #ffc171 0%,#febe6a 100%);
background: linear-gradient(to bottom, #ffc171 0%,#febe6a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc171', endColorstr='#febe6a',GradientType=0 );

}
.vipuskniki div p{
padding: 12px 10px 10px 10px;
font-family: Arial;
}

.image_main1, .image_main2, .image_main3{
	display:block;
	float:left;
	position:relative;
	height:283px;
}

.image_main1{
	width:439px;
}

.image_main2{
	width:418px;
}

.image_main3{
	width:402px;
}

.img_text{
	display:block;
	position:absolute;
	left:0px;
	width:362px;
	bottom:10px;
	background:url("images/bg_text_img.png") repeat;
	color:#ffffff;
	font-size:18px;
	padding:10px;
}
 
.bg .left_col{
	display:block;
	float:right;
	width:770px;
}

.gorizont_delim {
	height: 1px;
	width: 100%;
	background: url("images/grey_delim.png");
}

.right_menu_title{
	padding-top:0px;
	padding-bottom:10px;
	width:274px;
	padding-left:10px;
}

.breadcrumb{
	display:block;
	margin:12px;
}

.right_menu {
	text-align:left;
}

.right_menu li.selected a{
	color:#3d90ba;
}
.right_menu li a:hover{
	color:#3d90ba;
}

.banners{
             
        padding-top:30px;
        margin-bottom:20px;
}
/*--------------------- buttons & link --------------------------*/
.bt{
	display:block;
	float:right;
	width:101px;
}

.bt_bt{
	position:absolute;
	bottom:18px;
	right:14px;
}

.bt_v{
	position:absolute;
	bottom:22px;
	right:14px;
}

.bt_gr_reg{
	text-align:left;
	padding-left:7px;
}

.bg_prf_sv{
	margin-right:10px;
	margin-top:20px;
}

.bg_prf_rs{
	margin-top:20px;
}

.bt a{
	background:url("images/bt.png") no-repeat;
	width:101px;
	text-align:center;
	height:26px;
	display:table-cell;
	vertical-align:middle;
}

.bt a:hover{
	text-decoration:none;
}

.bt_gr{
	background: url("images/bt.png") no-repeat;
	width: 101px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	border:0;
	color:#3d90ba;
	cursor:pointer;
	height:26px;	
}

.bt_vbig{
	background: url("images/bt_vbig.png") no-repeat;
	width: 128px;
	text-align: left;
	padding-left:19px;
	display:table-cell;
	vertical-align:middle;
	border:0;
	color:#3d90ba;
	cursor:pointer;
	height:26px;	
}

.bt_gr_big{
	background: url("images/bt.png") no-repeat;
	width: 110px;
	display:table-cell;
	vertical-align:middle;
	text-align: left;
	padding-left:7px;
	border:0;
	color:#3d90ba;
	cursor:pointer;
	height:26px;
}

/*--------------------- tabs ----------------------*/

div.tab_1 {
	display:block;
	margin:0;
	padding:0;
}

.tabNavigation{
	padding:0;
	margin:0;
	float:left;
}

.tab_1 .tabNavigation  a{
	text-decoration:none;
	display:block;
	float:left;
	background:url("images/dot_horz.png") repeat-x bottom;
	padding:8px 14px;
}

.tab_1 .tabNavigation .tab_one{
	background:#ffffff; 
	padding:8px 14px;
	margin:0;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	position:relative;
}

#tab-3{
	position:relative;
}

.tab_1 .tab_one .bg_white{
	position:absolute;
	background:#ffffff; 
	bottom: -2px;
	height: 10px;
	width: 100%;
	left: 0px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	z-index:2;
}

.content_tab{
	clear:both;
	background:#ffffff; 
	padding:24px 14px;
	overflow:hidden;
	margin:0;
	
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	
	position: relative;
}

.links_in_tc{
	display:block;
	margin-top:24px;
	overflow:hidden;
	width: 630px;
}

.links_in_tc p{
	display:block;
	background:url("images/delim_in_tabs_content.jpg") no-repeat bottom;
	width:292px;
	margin: 8px 0 0;
	padding-bottom: 8px;
	float:left;
}

.left_col .links_in_tc p{
	margin-right: 20px;
}

.left_col .departments_list{
	width: 630px;
	float:left;
}

.left_col .departments_list .row{
	margin: 10px 0 0;
}

.video{
	display:block;
	float:left;
	width:444px;
}

.descr{
	display:block;
	margin-left:450px;
}

.date{
	font-size:10px;
	color:#3d90ba;
}

.right_col{
	display:block;
	width:450px;
	float:right;
	padding-top:16px;	
}

.indent_bt{
	margin-top:26px;
}

.lnk_wba a{
	background: url("images/green_arrow.png") no-repeat right center;
	padding-right: 10px;
} 


.en_course{
	display:block;
	margin-top:22px;
	height:155px;
	width:449px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*------------page navigation----------*/

.text .nav_prev{
	background:url("images/arrow_prev.jpg") no-repeat center center;
	height: 15px;
	width: 3px;
	display: block;
	float: left;
	margin-right:10px;
}

.text .num_page{
	float:left;
	margin:0 3px;
}

.text span{
	color:#666666;
}

.text .nav_next{
	background:url("images/arrow_next.jpg") no-repeat center center;
	height: 15px;
	width: 3px;
	display: block;
	float: left;
	margin-left:10px;
}

.left_column{
	position:relative;
	float: right;
	width: 950px;
}
.right_column{
	float:left;
	width:275px;
	overflow:hidden;

}
#content .right_column{
	background:#0039a4;
	padding:15px 0;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.right_column_outside{
padding-top: 15px;
padding-bottom: 0;
float:left;
}
.right_column a{
	color:white !important;
	display:block;
}
.right_column li{
	width:235px;
	background: url("images/dot_horz2.png") repeat-x top;
	padding: 4px 0 5px 8px;
	margin-bottom:0px;
}
.right_column .parent{
	background: url("images/dot_horz2.png") repeat-x top, url("images/dot_horz2.png") repeat-x bottom, #2153af !important;
}
.right_column .parent:hover{
	background: url("images/dot_horz2.png") repeat-x top, url("images/dot_horz2.png") repeat-x bottom,#2153af  !important;
}
.right_column .child .selected{
	background: url("images/dot_horz2.png") repeat-x bottom, url("images/dot_horz2.png") repeat-x top,#2153af;
	}
.right_column .child .selected:hover{
	background: url("images/dot_horz2.png") repeat-x bottom, url("images/dot_horz2.png") repeat-x top,#2153af;
	}
.right_column .child .child .selected{
	background: url("images/dot_horz2.png") repeat-x top,#2153af !important;
	}

.right_column li:hover{
background: url("images/dot_horz2.png") repeat-x top,#2153af ;
}

.right_column .child .selected:first-child {
background: url("images/dot_horz2.png") repeat-x bottom,#2153af !important;
}

.right_column .child li{
	width: 195px;
}

.right_column .child ul li{
	width: 155px;
}

.right_column .child li:first-child{
	background-image:none  !important;
}

.right_column .child .selected + li{
	background: none !important;
	}
.right_column .child .child .selected + li{
	background: url("images/dot_horz2.png") repeat-x top!important;
	}	
.right_column .parent + li{
	background: none !important;
	}
.right_column .child .child .selected:first-child {
background: #2153af !important;
}



.right_column .overflow{
	overflow:hidden;
}
.left_column .ui-tabs{
	margin-top:0px;
}
.title_cont{
	display: block;
	margin: 0;
	padding: 0;
}
.title_wrap{
	padding: 0;
	margin: 0;
	float: left;
}
.whitediv{
	position: absolute;
	background: white;
	bottom: -2px;
	height: 10px;
	width: 100%;
	left: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 2;
}

.tab_only{
	background: white;
	padding: 8px 14px;
	margin: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: relative;
	display: block;
	float: left;
}

.art_cont{
	clear: both;
	background: white;
	padding: 24px 14px;
	margin: 0;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: relative;
	
	background-image: url('/images/femida.png');
	background-repeat: repeat-y;
	background-position: 50% 0;
}

.text_content{
	color:#161615;
	line-height:1.5;
	font-size: 14px;
}

#antifooter { clear:both; display:block; height: 1px; width:100%;}

/*-------------------------------------*/

#footer{
	display:block;
	clear:both;
	padding-top:30px;
	overflow:hidden;
	font-size:14px;
/*	height:192px;*/
	width:1240px;
} 
 
.red_line{
	display:block;
	width:100%;
	background:#3d90ba;
	height:6px;
	margin-bottom:10px;
} 
 
.bt_menu{
	display: block;
	width: 576px; 
	overflow: hidden;
	float:left;
} 
 
.left_col_btm{
	display:block;
	float:left;
	width: 495px;
	margin-top:15px;
} 

.right_col_btm{
	display: block;
	float: right;
	width: 495px;
	margin-right:60px;
} 

.right_col_btm .search{
	float: right;
	margin-right:20px;
	margin-top:0px;
	margin-bottom: 10px;
}

.right_col_btm .icons{
	clear:both;
	float:right;
	margin-right:20px;
}

.right_col_btm .contact_info{
	clear:both;
	text-align: right;
	padding-top: 8px;
}

.icons_hcp{
	display: block;
	float: right;
	margin-top: 18px;
}

.icons_hcp a{
	margin-left:12px;
}

#copyright{
	display:block;
	clear:both;
	color:#222222;
	font-size:11px;
	padding:20px 20px 8px;
}

#tabs-1 {
	background-image: url('/images/femida.png');
	background-repeat: repeat-y;
	background-position: center 0;
}
.fr{
float:right;
}
.fl{
float:left;
}
.itcf{
color: #222222;
text-decoration:none;
}