/* COMMON STYLES */
*{
    font-size:12px;
    font-family:Verdana,Arial;
    color:#494949;
    outline:none;
}

html,body{ height:100%; }
body{
    background:#ccc;
    min-width:1000px;
}

body,form,h1,h2,h3,p{
    margin:0;
    padding:0;
}

img{ border:none; }
a:hover {
    color:#060;
    text-decoration:none;
}

a:active {
    color:#534c08;
}

.js_link {
    color:#060;
    border-bottom:1px dashed #060;
    cursor:pointer;
    cursor:hand;
}

.js_link_active {
    color:#E4351A;
    border-bottom:1px dashed #E4351A;
    cursor:pointer;
    cursor:hand;
}

input,select,textarea{
    background:#fff;
    border:3px solid #d2d0d0;
    color:#a7a7a7;
    font-weight:bold;
    font-size:10px;
    padding:5px;
}

input[type="button"],input[type="submit"]{
    cursor:hand;
    cursor:pointer;
}

.list_articles {
	margin-top: 10px;
}

.photo, .banner, .list_articles a{
    display:inline-block;
    border:1px solid #c5c5c5;
    background:#e6e6e6;
    overflow:hidden;
}

.photo{ margin-right:10px; }
.photo img{ margin:10px; }
a.top_media{ display:block; text-decoration:none; }
a.top_media div{ margin-bottom:5px;}
a.top_media:hover div{ text-decoration:underline; }
a.detail{
    display:inline-block;
    background:#bbb url(../images/detail.gif);
    width:85px;
    height:12px;
}

a.detail:hover{ background-color:#508b2d; }
a.bg1{ 
    background-color:#59aaab; 
}
.tabs{
    position:relative;
    margin-top:-25px;
}

.tabs a{
    margin:0 3px;
    text-decoration:none;
    position:relative;
    display:inline-block;
    width:80px;
    height:47px;
    opacity:0.5;
    filter: alpha(opacity=50);
}

.tabs a div{
    position:absolute;
    z-index:1;
    left:0;
    background:url(../images/tab_small.gif);
    opacity:0.5;
    filter: alpha(opacity=50);
    width:80px;
    height:38px;
}

.tabs a center, .tabs a span{
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:2;
}

.tabs a center{
    font-weight:bold;
    color:#fff;
    padding-bottom:15px;
}

.tabs a span{
    height:37px;
    border-bottom:10px solid #f9f9f9;
    z-index:0;
    background:url(../images/tab_bot_small.gif);
}

.tabs a.active span, .tabs a:hover span{ height:47px; border-bottom:none; }
/* lists */
.list a, .list_forum a, .list_blog a{
    text-decoration:none;
    display:block;
}

.list a:hover, .list_blog a:hover, .list_forum a:hover{ text-decoration:underline; }
.list a{
    line-height:18px;
    padding-left:24px;
    background:url(../images/list_ico.gif) left center no-repeat;
    margin-bottom:10px;
}

.list_forum a, .list_blog a{
    min-height:36px;
    padding-left:58px;
    margin-bottom:15px;
}

.list_forum a{
    background:url(../images/forum_ico.gif) 5px center no-repeat;
}

.list_blog a{
    background:url(../images/blog_ico.gif) 5px center no-repeat;
}

.list_scrolled{
    height:200px;
    overflow:auto;
}

.list_scrolled a{
    display:block;
    padding:0 10px;
    text-decoration:none;
}

.list_scrolled a:hover{ background:#fafafa; }
.list_articles a{
    float:left;
    width:125px;
    height: 150px;
    text-decoration:none;
    padding:10px;
    position:relative;
    margin:0 0 0px 8px;
    font-weight:bold;
}

.list_articles a span{
    display:block;
    overflow:hidden;
    height:58px;
}

.list_articles a:hover span{ text-decoration:underline; }
.list_articles a img{
    position:absolute;
    bottom:0;
    left:0;
    margin:10px;
    max-width:120px;
    max-height:90px;
}

.ribbon{ position:relative; }
.ribbon a.btn{
    position:absolute;
    background:url(../images/ribbon/btn.gif) no-repeat;
    width:46px;
    height:46px;
    text-decoration:none;
    cursor:hand;
}

.ribbon a.btn font{
    display:inline-block;
    font-size:30px;
    padding-left:10px;
    padding-top:2px;
}

.ribbon div.content{
    margin:0 50px;
    overflow:hidden;
    position:relative;
}

.ribbon div.content table{ position:absolute; }
.ribbon table.bg{ position:absolute; left:0; bottom:0; }
.ribbon center{
    font-size:10px;
}
/* lists end */
/* text field */
.textfield{ margin-top:1px; cursor:text; }
.textfield i, .textfield b, .textfield p{ height:32px; }
.textfield i, .textfield b{
    float:left;
    width:10px;
    background:url(../images/textfield.gif) no-repeat;
}

.textfield b{
    float:right;
    background-position: right;
}

.textfield p{
    margin:0 10px;
    background:url(../images/textfield_bg.gif) repeat-x;
}

.textfield p input{
    border:none;
    margin-top:10px;
    padding:0;
    width:100%;
    margin-right:-10px;
}

.textfield i.search{ width:25px; }
.textfield p.search{ margin:0 10px 0 25px; }
/* text field end */
/* button */
.button{ float:left; }
.button i, .button b, .button p{ height:34px;}
.button i, .button b{
    float:left;
    width:4px;
    background:url(../images/button.gif) no-repeat;
}

.button b{
    float:right;
    background-position: top right;
}

.button p{
    margin:0 4px;
    background:url(../images/button_bg.gif) repeat-x;
}

.button p input{
    background:none;
    border:none;
    text-align:center;
    height:34px;
    padding:0;
    color:#494949;
    width:100%;
    cursor:default;
}

.button:hover i{ background-position: bottom left; }
.button:hover b{ background-position: bottom right; }
.button:hover p{ background-position: bottom; }
.button:active p input{ padding-top:2px; }
/* button end */
input.protect_code{
  width:161px;
  height:60px;
  font-size:48px;
  letter-spacing: 10px;
  font-family:Arial;
  padding:0;
  border:2px solid #FC0;
  color:#666;
}

/* COMMON STYLES END */
/* MIDDLE BLOCK */
#middle{ position:relative; margin-top:288px; min-width:1172px; }
#left, #right{ width:270px; padding:0 5px; position:absolute; top:0; }
#right{ right:0; }
#center{ margin:0 286px; }
/* MIDDLE BLOCK END */
/* TOP BLOCK */
#top{ position:absolute; top:0; }
#topb1{  border:1px solid #fbfbfc; border-bottom:1px solid #ccc; }
#topb2{
    border:1px solid #c9c9c9; border-bottom:1px solid #9d9d9d;
    background:#e8eaeb url(../images/top_bg.gif) left 1px repeat-x;
}

#top1{
    border-left:1px solid #fdfdfd;
    border-right:1px solid #fdfdfd;
    background:url(../images/top_bgi.jpg) no-repeat;
    height:197px;
}

/* logo*/
#top1 th{
    width:365px;
    height:197px;
}

#top1 th h1{
    margin:5px 10px 10px;
}

#top1 th a{
    width:162px;
    height:150px;
    display:inline-block;
    margin-left:30px;
    background:url(../images/logo.gif) center no-repeat;
}

/* logo end */
#top1 td div.banner{
    width:728px; height:90px;
    margin:10px 40px 15px 15px;
}

/* menu */
#top_menu{ margin-right:15px; }
#top_menu div.top i, #top_menu div.top b, #top_menu div.top p{
    display:block;
    height:20px;
}

#top_menu div.top i, #top_menu div.top b{
    float:left;
    width:15px;
    background:url(../images/menu_top.gif) no-repeat;
}

#top_menu div.top b{
    float:right;
    background-position: bottom right;
}

#top_menu div.top p{
    margin:0 15px;
    background:url(../images/menu_topm.gif) repeat-x;
}

#top_menu div.content{
    border-bottom:1px solid #d6d6d6;
    background:#fff url(../images/menu_bot.gif) bottom repeat-x;
}

#top_menu div.content div{
    background:#fff url(../images/menu_topm.gif) 0 -15px repeat-x;
    margin:-5px 1px 0;
    padding:0 15px 5px;
}

#top_menu div.content div a{
    float:left;
    margin:0 20px 10px 0;
    font-size:12px;
    font-weight:bold;
}

#top_menu div.content div a.active{ color:#000; }
/* menu end */
/* submenu */
#top2{
    border-top:1px solid #9b9c9c;
    border-bottom:1px solid #fdfdfd;
    background:url(../images/top2_bg.gif) repeat-x;
    height:29px;
    padding-left:30px;
}

#top2 div{ float:right; }
#top2 a{
    float:left;
    line-height:29px;
    padding:0 15px;
}

#top2 a:hover{
    padding:0 14px;
    background:url(../images/top2_bg_act.gif) repeat-x;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #fefefe;
}

/* submenu end */
#top3{
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #fefefe;
    background:url(../images/top3_bg.gif) repeat-x;
    height:45px;
    sidplay:block;
}

/* post */
#top3 div.post{
    float:left;
    width:210px;
    height:45px;
    padding-left:30px;
}

#top3 div.post a{
    font-size:12px;
    padding:0 15px;
    text-decoration:none;
    line-height:45px;
    display:inline-block;
}

#top3 div.post a:hover{
    font-weight:bold;
    background:url(../images/top3_bg_act.gif) repeat-x;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #fefefe;
}

/* post end */
/* login */
#top3 form.login{
    float:left;
    height:35px;
    padding:5px 20px;
}

#top3 form.login div.textfield{
    float:left;
    width:120px;
    margin-right:20px;
}

#top3 form.login div.button{ width:80px; }
/* login end */
/* search */
#top3 form.search{
    height:35px;
    padding:5px 0;
    margin:0 140px 0 660px;
}

#top3 form.search div.button{
    position:relative;
    margin-left:20px;
    margin-right:-100px;
    width:80px;
    float:right;
}

.map div {
    float:left;
    width:22.5%;
    margin:20px 0.5% 0 0.5%;
    padding-left:1%;
    border-left:2px solid #DDD;
    font-size:0.8em;
}

.seo_text {
    font-size:0.8em;
    padding:5px;
}

.copyright {
    font-size:0.8em;
    text-align:center;
    padding:10px;
}

.map a { font-weight:bold; }
/* search end */
/* TOP BLOCK END */
/* BLOCK STYLES */
.main_block, .block{ margin-bottom:10px; }
.block_head span, .block_foot span{ float:left; }
.block_head font, .block_foot font{ float:right; }
.block_head div, .block_foot div{ color:#494949; font-weight:bold; }
.block_head div a{ display:block; }
.block_head span, .block_head font{
    width:24px;
    height:37px;
    background:url(../images/block_head.gif) no-repeat;
}

.block .block_head div{
    margin:0 24px;
    padding:12px 10px 8px;
    height:17px;
    background:#f1f0f0 url(../images/block_head_bg.gif) repeat-x;
}

.block_content{
    background:#fff;
    border:1px solid #d9d8d8;
    border-top:none;
    padding:10px;
}

.main_block .block_head span, .main_block .block_head font, .main_block .block_foot span, .main_block .block_foot font{
    width:20px;
    height:20px;
    background-image:url(../images/main_block.gif);
}

.main_block .block_head div, .main_block .block_foot div{
    height:15px;
    margin:0 20px;
    background:#f9f9f9;
}

.main_block .block_head div{ border-top:5px solid #b5b5b5; }
.main_block .block_foot div{ border-bottom:5px solid #b5b5b5; }
.main_block .block_content{
    background:#f9f9f9;
    border:5px solid #b5b5b5;
    border-top:none;
    border-bottom:none;
    padding:20px 20px;
}

.block_head font{ background-position: right top; }
.block_foot span{ background-position: left bottom; }
.block_foot font{ background-position: right bottom; }
.block_content h1, .block_content h1 a{
    color:#508b2d;
    font-weight:bold;
    font-size:24px;
    margin-bottom:5px;
    text-decoration:none;
}

.block_content h1 a:hover{ color:#346815; }
/* BLOCK SYLES END */
.form_table th{
  font-weight:normal;
  text-align:left;
  width:200px;
}

.form_table th label{ display:block; }
.form_table input, .form_table textarea{
  width:394px;
}

.form_table select{
  width:400px;
}

.information{
  text-align:center;
  border:1px solid #b3c9db;
  background-color:#f1f8ff;
  padding:10px 5px;
  margin-bottom:10px;
}

.article h1 {
    font-size:1.3em;
}

.article_short h1 {
    font-size:1.3em;
}

.article img {
    float:left;
    padding:10px 15px 10px 0;
}

.article_short img {
    float:left;
    padding:0 15px 10px 0;
}

/* blogs */
.blog_authors {
    padding-left:20px;
}

.blog_author_img {
    float:left;
    width:50%;
    text-align:left;
    padding:20px 0;
}

.blog_author_name {
    padding-top:10px;
    font-size:1.2em;
}

.blog_author_time {
    padding-top:3px;
    font-size:0.8em;
}

.blog_author_img h1 {
    width:90%;
    padding-top:3px;
    font-size:1.2em;
}

.clear {
    clear:both;
}

.profile_blogs div {
    float:left;
    height:25px;
}

.profile_blogs_num {
    width:2em;
    padding:5px;
    background:#FFF;
    border:1px solid #CCC;
    border-top:0;
    text-align:center;
}

.profile_blogs_name {
    width:32em;
    padding:5px;
    background:#FFF;
    border:1px solid #CCC;
    border-left:0;
    border-top:0;
    text-align:left;
}

.profile_blogs_date {
    width:10em;
    padding:5px;
    background:#FFF;
    border:1px solid #CCC;
    border-left:0;
    border-top:0;
    text-align:center;
}

.profile_blogs_status {
    width:5em;
    padding:5px;
    background:#FFF;
    border:1px solid #CCC;
    border-left:0;
    border-top:0;
    text-align:center;
}

.profile_blogs_remove {
    width:5em;
    padding:5px;
    background:#FFF;
    border:1px solid #CCC;
    border-left:0;
    border-top:0;
    text-align:center;
}

.title {
    border-top:1px solid #CCC;
    font-weight:bold;
}

.blog_user_name {
    text-align:center;
    font-size:16px;
    padding:10px;
}

.blog_photo_big {
    float:left;
    padding:0 10px 10px 0;
}

.blog_time {
    font-size:0.8em;
    padding-bottom:5px;
}

.blog_tags {
    padding-top:10px;
    font-size:1.2em;
}

.blog_tags a {
    font-style:italic;
}

.blogs_authors {
    font-size:12pt;
    font-style:italic;
}

.blog_tags_search_res{
    font-size:12pt;
    text-align:center;
    padding:20px;
    color:#FF3300;
    font-style:italic;
}

.blog_tags_search_res span{
    color:#000;
}

.bb_str {
    padding:5px;
    margin-left:40px;
}

.bb_img {
    padding:0 5px;
    float:left;
}

/* end blogs */
/* Organisation tree */
.org_tree_list a {
    /*padding:3px 0;*/
    padding-left:30px;
    display:block;
}

.org_tree_list div.tree_child {
    margin-left:16px;
}

.org_tree_list {
    padding-left:10px;
}

.tree_line, .tree_line_end {
    background:url(/arts/vline.gif) repeat-y;
    position:relative;
    top:10px;
    padding:3px 0;
}

.tree_line_end {
    background:none;
}

.tree_line_expand, .tree_line_expand_end {
    background:url(/arts/vline.gif) repeat-y;
    position:relative;
    top:10px;
    left:16px;
    padding:3px 0;
}

.tree_line_main {
    background:url(/arts/vline.gif) repeat-y left center;
    position:relative;
    /*top:2px;*/
    /*left:6px;*/
    /*padding:3px 0;*/
}

.tree_icon {
    background:url(/arts/fold.gif) no-repeat left top;
    position:relative;
    top:-10px;
    left:-4px;
}

.tree_icon_expand {
    background:url(/arts/fold_expand.gif) no-repeat left top;
    position:relative;
    top:-10px;
    left:-20px;
}

.tree_text {
    position:relative;
    left:4px;
}

.doc_line, .doc_line_end {
    background:url(/arts/vline.gif) repeat-y;
    position:relative;
    top:10px;
    /*left:4px;*/
    padding:3px 0;
}

.doc_line_end {
    background:none;
}

.doc_icon {
    background:url(/arts/doc.gif) no-repeat left top;
    position:relative;
    top:-11px;
    margin-left:2px;
}

.doc_text {
    position:relative;
}

/* Organisation tree end */
.gallery_list {
    text-align:center;
}

.gallery_list img {
    padding-top:5px;
}

.navigation a{ display:block; }
.nav_dig{ text-decoration: underline; }
.nav_active_dig{
  text-decoration: underline;
  background:#eee;
  border:1px solid #e8ddbf;
}

.nav_sign{
  font-size:9px;
  color:#999;
  text-align:center;
}

.nav_scroll{ visibility:hidden; }
.nav_scroll th{ height:17px;}
.nav_scroll thead th{ background:url('/arts/nav_scroll_up.gif') no-repeat; }
.nav_scroll thead th:hover{ background:url('/arts/nav_scroll_up_over.gif') no-repeat; }
.nav_scroll thead th:active{ background:url('/arts/nav_scroll_up_act.gif') no-repeat; }
.nav_scroll tfoot th{ background:url('/arts/nav_scroll_down.gif') no-repeat; }
.nav_scroll tfoot th:hover{ background:url('/arts/nav_scroll_down_over.gif') no-repeat; }
.nav_scroll tfoot th:active{ background:url('/arts/nav_scroll_down_act.gif') no-repeat; }
.nav_scroll td{ background:url('/arts/nav_scroll_bg.gif') center repeat-y; }
/*council*/
.council_block {
	border:1px solid #CCC;
	margin-bottom:5px;
}

.council_cat {
	background:#EEE;
	padding:5px 10px;
	font-size:0.9em;
	color:#666;
    height:16px;
}

.council_cat_time {
    text-align:right;
    float:right;
    font-size:0.8em;
    color:#888;
}

.council_title {
	padding:10px;
}

.council_title a {
	font-size:1.3em;
}

.council_body {
	padding:0 10px 10px 10px;
	font-style:italic;
}

.council_ans_block {
	border-top:1px dashed #CCC;
	padding:10px;
}

.council_doctors {
	border-top:1px dashed #CCC;
	padding:10px;
    background:#EEE;
}

.council_ans {
	padding:0 0 0 25px;
	margin:0;
}

.council_ans li {
	padding:0;
	margin:0;
	margin-top:3px;
	background:#faeccf;
	border:1px solid #dadada;
    list-style-type:none;
}

.council_ans_ans {
    margin:0;
    padding:0;
}

.council_ans_ans li {
	margin:0;
	margin-top:3px;
	background:#e2edc7;
	border:1px solid #dadada;
    list-style-type:none;
    padding:5px 0 5px 10px;
}

.consult_separator {
    padding-bottom:8px;
    margin-top:8px;
    border-top:1px dashed #CCC;
}

.consult_answer {
    padding:5px 10px;
    text-align:right;
}

.consult_answer_block {
    display:none;
    text-align:center;
    padding-bottom:5px;
}

.consult_answer_block textarea {
    width:30em;
}

.council_ans_doctor {
	padding:10px 5px 5px 5px;
	font-weight:bold;
}

.council_ans_doctor a {
	font-size:0.9em;
}

.council_ans_body {
	padding:0 5px 5px 5px;
}

.council_ans_photo {
	float:left;
	padding:10px 5px;
}

.council_ans_time {
    text-align:right;
    font-size:0.8em;
    padding:2px 7px;
    color:#888;
}

.council_ans_answer {
    text-align:right;
    padding:5px;
}

.council_doctor_block {
    margin-bottom:5px;
}

.council_doctor {
    float:left;
    width:50%
}

.council_doctor_ {
    border: 1px solid #CCC;
    height: 150px;
    margin-bottom: 5px;
    background: #f9edcd;
    overflow: hidden;
}

.council_div {
	float: left;
	width: 220px;
}

.council_doctor_img {
    float:left;
    padding:5px;
    width:80px;
}

.council_doctor_name {
    padding:7px;
}

.council_doctor_name a{
	font-size:1.1em;
}

.council_doctor_ind {
    font-size:0.8em;
    padding:0 5px 5px 5px;
}

.council_add_ans {
    text-align:center;
    margin-bottom:20px;
}

.council_add_ans span {
    font-size:1.4em;
}

.council_ans_area {
    margin-top:5px;
    margin-right:12px;
}

.council_ans_area div {
    text-align:left;
    padding:5px 0 0 0;
}

div.council_ans_area_title {
    text-align:right;
    margin-top:7px;
    font-size:1.1em;
    width:30%;
    float:left;
}

.council_ans_area textarea {
    border:1px solid #CCC;
    height:140px;
    color:#000;
    font-size:1.3em;
    font-weight:normal;
	width:60%;
}

.council_user {
    text-align:right;
    float:right;
}

/*.council_ansa textarea {
    border:1px solid #CCC;
    height:5em;
    width:80%;
    color:#000;
    font-size:1.3em;
    font-weight:normal;
}
*/
.council_ans_area select {
    border:1px solid #CCC;
    color:#000;
	font-size:1.1em;
    font-weight:normal;
	width:60%;
}

.council_ans_area #name,#email,#ans,#cat input[type="text"] {
    font-size:1.3em;
    font-weight:normal;
    color:#000;
    border:1px solid #CCC;
	width:60%;
}

.council_ans_area input[type="file"] {
    font-size:1.2em;
    font-weight:normal;
    color:#000;
    border:1px solid #CCC;
}

.council_ans_area div#flash_upload_info {
    margin-left:30%;
    font-size:11px;
    margin-top:-10px;
}

.council_ans_area input[type="button"], .council_ansa input[type="button"] {
    font-size:1.1em;
    font-weight:normal;
    color:#000;
    border:1px outset #CCC;
}

li.council_child {
    background:#e2edc7;
    padding:5px 10px;
}

#err_message {
    display:block;
    text-align:center;
    font-size:1.3em;
    color:#F00;
	padding:10px;
}

.consultation_cat {
    padding:3px 10px 3px 20px;
}

.consult_block {
    border:1px solid #CCC;
    background:#e2edc7;
    padding:5px 10px;
    text-align:right;
}

.consult_body {
    text-align:left;
    font-style:italic;
    padding:5px;
}

.council_responce {
    padding-top:0;
    margin-top:0;
    list-style-type:none;
    border:1px solid #CCC;
    margin-left:25px;
    background:#ecb544;
}

.council_responce li {
    text-align:center;
    padding:10px 0;
    padding-right:10px;
    margin-left:-25px;
    font-size:1.3em
}

.council_responce div {
    padding-top:5px;
    text-align:left;
    font-size:0.8em;
}

li.council_responce_child {
    border:0;
    background:#bad47a;
    font-size:1.3em;
    text-align:center;
    padding:10px 0;
}

li.council_responce_child div {
    padding-top:5px;
}

/*end council*/

.section_name {
    position:relative;
    top:-15px;
    text-align:center;
    font-size:1.2em;
    color:#666;
}

/* forum theme section*/
.themeavatar{width:100px;padding: 5px; font-size: 12px;color: #002222;vertical-align:top; border-right:1px solid white;}
.themetitle{border-bottom: 1px solid white; padding: 3px;}
.themedate{border-bottom: 1px solid white; width: 100px; padding-right:3px;}
/* forum message section*/
#iVote {
	margin-top: 30px;
	line-height: 24px;
}

.sign_plus {
	color: #c95050;
	font-size: 24px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.sign_minus {
	color: #334bff;
	font-size: 24px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.img_plus {
	margin-top: 0px;
	float: left;
}

.img_minus {
	margin-top: 0px;
	float: left;
}

.adminRow {
	padding: 3px;
}
.adminRowon {
	padding: 3px;
	background-color: #aaddaa;
}
.adminRowoff {
	padding: 3px;
	background-color: #ddaaaa;
}

.avatarHolder {
	width: 120px;
	min-height: 30px;
	text-align: center;
	margin-right: 5px;
	float: left;
	display: block;
}
.commentHolder {
}
.commentDate {
	font-size: 10px;
}
.commentMargin {
	margin-bottom: 10px;
}
.cleaner {
	clear: both;
}
.cButtonHolder {
	text-align: right;
}
.addComment {
	width: 500px;
	margin: 0 auto;
}
.prevnextArticle {
	margin-top: 20px;
}
.prevnextArticle .next {
	float: right;
	text-align: left;
}
.prevnextArticle .prev {
	float: left;
	text-align: right;
}
.prevnextArticle .next, .prevnextArticle .prev {
	width: 48%;
}
.prevnextArticle a {
	color: #0000ff;
	text-decoration: underline;
	font-size: 10px;
}
.moreNews {
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 20px;
}
