@charset "utf-8";



* {margin: 0;padding: 0}
html {}
  body {color:#454545; font-size:12px;background:#f6f6f6 url() 50% 0 no-repeat;
  padding-top:0px;  
  text-align:justify;
  font-family:Arial, Helvetica, sans-serif;
  }
  td {vertical-align: top}
  h1, .componentheading {
  color:#005dab; 
  margin:7px 0 12px  0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-weight:normal;
font-size:26px;
text-indent:0px;
background-image:url(../images/h1-fon.gif);
background-repeat:no-repeat;
background-position:0% 50%;
line-height:30px;
}

  h1 {
  color:#005dab; 
  margin:7px 0 25px  0px;
font-family: Georgia, "Times New Roman", Times, serif;

font-style: normal;
font-weight:normal;
font-size:26px;
text-indent:0px;
background-image:url(../images/h1-fon.gif);
background-repeat:no-repeat;
background-position:0% 50%;
line-height:30px;
}

  h2, .contentheading {
  color:#EE2E24;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  font-style:normal;
  font-weight:400;
  margin:12px 0px 12px 0px;
  text-decoration:none;
  display:block;
}

#fon {
background-color:#f6f6f6;
padding-top:10px;  
}

  h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:22px;
  color: #EE2E24;
  font-style: normal;
  font-weight:normal;
  margin-bottom:10px;
  }


  h3 {
  font-family:Impact, Georgia, "Times New Roman", Times, serif;
  font-size:22px;
  color: #ff9900;
  font-style: normal;
  font-weight:normal;
  margin-bottom:10px;
  }
    h6 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  color:#297B09;
  font-style:italic;
  font-weight:normal;
  margin-bottom:8px;
  }
  .pagination {
background-color: #F6F6F6;
    border: 1px solid #CCCCCC;
    margin: 8px 0;
    padding: 5px 10px;
    text-align: left;
  
  }
.pagination ul {
    list-style-type: none;
    margin: 8px 0px;
    text-align: center;
  display:bloc;
}
.pagination li {

  display:inline;
}
.counter {
  display:inline;
  font-family:Arial, "Times New Roman", Times, serif;
  font-size:12px;
  font-style:inone;
  font-weight:bold;
}

  
  
  a {color:#2E76CA;text-decoration:none; outline:none;cursor:pointer}
   
  a:hover, a:focus {text-decoration: none; color:#FC6F08; border-bottom:#FC6F08 0px dashed;}
  
  
  
    a * {cursor:pointer}
  p { margin:0 0 3px; padding:0; text-align:justify;}

  ul, ol { margin:0 0 1em 2em}
  img { border:none}
  b,strong {font-weight:700}
  .clear, .clr {clear: both;height:1px;line-height:0px;font-size:1px;overflow:hidden}
  .clearfix, .mright {zoom:1}
    .clearfix:after, .mright2:after, .items-row:after {content: ' ';clear:both;display: block;width: 0; height: 0;overflow: hidden;font-size: 0}
  hr {color:#005DAB;background:#005DAB;height: 1px;margin: 9px 0;border:0}
  fieldset {border:0}
  input, select, textarea {font:400 1em Arial, Helvetica, sans-serif;padding:.25em}
  
  input[type=text], input[type=password] {
      background:#FFF;border:1px solid #ccc;padding:2 6px;line-height:22px;height:22px;
      border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
	  
	   textarea {
      background:#FFF;border:1px solid #ccc;padding:2 6px;
      border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
	  
	  
      textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
        border-color:#999;outline:none}
  select {padding:0 0 0 12px}
    option {padding:0 .25em;margin:2px 0 0}
    option:hover{background:#26A4DA;color:#FFF}
    option:first-child {margin:0}
  input {vertical-align:middle}
  textarea {overflow:auto;height:auto;resize:vertical}
  
  .rsform-calendar-box {width:120px !important; margin-right:15px;}
  
  .button, .submit, input[type="submit"], input[type="button"], button, .checkout_link  {
    /*padding: 2px 12px;
    height:26px;
    -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
    border: 0;
    background:url();
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background: -moz-linear-gradient(top, #549af9, #0265eb); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#549af9), color-stop(80%,#0265eb));
    /* Chrome 10+, Safari 5.1+ */
/*background: -webkit-linear-gradient(top, #549af9, #0265eb);
background: -o-linear-gradient(top, #549af9, #0265eb); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #549af9, #0265eb); /* IE10 */
/*background: linear-gradient(top, #549af9, #0265eb); /* CSS3 */ 
	}
    
    .button:hover, .submit:hover, input[type="submit"]:hover,
    input[type="button"]:hover, button[type="submit"]:hover, .checkout_link:hover {
		/*background: -moz-linear-gradient(top, #0265eb, #549af9 ); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#0265eb), color-stop(80%,#549af9));
    /* Chrome 10+, Safari 5.1+ */
/*background: -webkit-linear-gradient(top, #0265eb, #549af9);
background: -o-linear-gradient(top, #0265eb, #549af9); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #0265eb, #549af9); /* IE10 */
/*background: linear-gradient(top, #0265eb, #549af9); /* CSS3 */ 
/*color:#ffffff;*/
	}
	    .button:click, .submit:click, input[type="submit"]:click,
    input[type="button"]:click, button[type="submit"]:click, .checkout_link:click {
		/*background: -moz-linear-gradient(top, #5bf318, #37a108 ); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#37a108), color-stop(80%,#5bf318));
    /* Chrome 10+, Safari 5.1+ */
/*background: -webkit-linear-gradient(top, #5bf318, #37a108);
background: -o-linear-gradient(top, #5bf318, #37a108); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #5bf318, #37a108); /* IE10 */
/*background: linear-gradient(top, #5bf318, #37a108); /* CSS3 */ 
/*color:#ffffff;*/
	}

    
.vcard {float:left;width:49%}
  .vcard p {margin:0 0 9px;font-size:14px;line-height:20px}
  .vcard .marker {float:left;margin:2px 6px 0;overflow:hidden}
.contact  {margin:0 0 0 50%}
  .contact h2 {color:#999}
  

.list {}
  .list p {margin:0;font-size:11px}
  .list li {margin:0 0 15px}
  .list .highlight {background:#215FA9;color:#FFF;padding:0 1px}
  .list .image {float:left;display:block;width:60px;margin:0 10px 0 0}

.breadcrumbs {color:#999;font-size:11px;margin: 0 0 10px;line-height:normal; padding-top: 10px;}
  .breadcrumbs a {color:#0952A0;text-decoration:none;border-bottom:1px solid #0952A0;}
    .breadcrumbs a:hover {border-bottom-color:#FC6F08; color:#FC6F08;}

.article404 {}
  .article404 p {margin:0 -21px}   

  
  .pagination-start, .pagination-end {
  font-weight:bold;
  }
.pagination-prev {

}
.pagenav {
  padding:2px;
  margin:0px 2px;
}
  
  
  #pagesssss-art .pagination a, #pagesssss-art .pagination span {background:url(../images/pagination.png);display:inline;width:28px;height:28px;text-align:center;color:#FFF;text-decoration:none}
    #pagesssss-art .pagination a {background-position:-28px 0}
    
.moduletable .menu, .latestnews {margin:0;padding:0;list-style:none}
  .latestnews li, 
  .moduletable .menu li {margin:0 0 6px;line-height:normal}
  .latestnews span, .moduletable .menu span {display:block;color:#979797;font-size:10px;line-height:normal}
  .latestnews a, .moduletable .menu a {text-decoration:none;}
  
.com_contact #show {background:url(../images/shadow.png) 50% 100% no-repeat;padding:0 0 29px}
        
.xmap {}
  .xmap ul {}
    .xmap ul ul {margin:.5em 0 .5em 3em}
    
#sendform {}
  #sendform h3 {margin:0 0 14px;font-size:22px; color:#297B09;}
  #sendform .row {margin:0 0 14px}
    #sendform label {display:block;float:left;width:90px}
    #sendform .red {color:red}
.item-page {font-size:12px;line-height:18px;}

.ig .ig-cats:after {clear: both;}
.ig .ig-cat {float: left; margin: 0 20px 20px 0; max-width: 200px;}
.ig .ig-cat a {display: block; margin: 0 auto; text-align: center;}
.ig .actions {display: none;}

.ig .ig-images {margin-top: 20px}
  .ig .ig-images:after {clear: both}
  .ig .ig-images .ig-img {float: left; margin: 0 10px 10px 0}
  .ig.mleft3 {margin:10px 0 0 -9px;position:relative;zoom:1}
      .ig.mleft3 a {margin: 0 0 9px 9px;display:block;float:left;width:144px;position:relative}
        .ig.mleft3 a img {display:block}

.lof-ass .lof-main-wapper {z-index:1;zoom:1}        
  .lof-ass .lof-main-wapper .lof-main-item {z-index:2;zoom:1}
    .lof-ass .lof-main-wapper .lof-main-item img {z-index:2}
    
.article-info {
margin-bottom: 15px;
    padding-bottom: 17px;
}



  .article-info .create {
  color:#888;
  font-size:11px;
  line-height:normal
 float:right; 
  }

.item-page {}
  .item-page p {line-height:normal}
  
  .socials2 {
margin:25px 0 0;
padding: 15px;
text-align: center;


}


.category-name {
float:left;
display:inline;
background-position: 0 0px;
text-indent: 22px;
background: url("http://.../images/category.gif") no-repeat scroll 0 0 transparent;
height: 16px;
line-height: 16px;
}

.hits {
color: #FC6F08;
float: left;
margin-bottom: 8px;
padding: 0 0 0 0px;
display:inline;
margin-left:10px;
text-indent: 22px;
background-position: 0% 0%;
background: url("http://мкв.рф/templates/mkv-club/images/eye_5701.png") no-repeat scroll 0 0 transparent;
height: 16px;
line-height: 16px;
}

.article-info {
display: block;
margin-bottom: 10px;


}
.create {
display:inline;
float:left;
padding: 0 0px 0 0px;
margin-left:10px;
text-indent: 22px;
background: url("http://мкв.рф/templates/mkv-club/images/calendar_16_5830.png") no-repeat scroll 0 0 transparent;
height: 16px;
line-height: 16px;
}
.leading {
margin-bottom:20px;
}
.article-info-term {
display:none;
}

.readmore {
padding-left:22 px;
background: url("http://мкв.рф/templates/mkv-clubl/images/calendar.gif") no-repeat scroll 0 0 transparent;
height: 16px;
line-height: 16px;
}
#radiotourism {
    position: absolute;
    width: 422px;
    height: 106px;
    right: 170px;
    top: 10px;
}
.items-more {
margin:15px 0px;
padding:10px;
border:1px solid #cccccc;
border-radius: 0px 0px 0px 0px;
background-color: #F6F6F6;
}

#share42 {
  display: inline-block;
  padding: 6px 0 0 6px;
 /* background: #FFF;*/
  border: 0px solid #E9E9E9;
  border-radius: 4px;
}
#share42:hover {
  /*background: #F6F6F6;*/
  border: 0px solid #D4D4D4;
  /*box-shadow: 0 0 5px #DDD;*/
}
#share42 a {opacity: 0.6;}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

/* -----------Стиль горизонтального меню--------------- */
ul.menu-mainmenu {
  padding:0;
  margin:0;
 
}
.item-separator {
display:;
}
.items-leading {
display:table;
}
 ul.menu-mainmenu li {
  float: left; /* выравниваем ссылки по горизонтали */
  list-style-type: none; /* убираем маркеры списка*/  
  padding-left:0px; /* внутренний отступ слева */  
  padding-right:10px; /* внутренний отступ справа */  
  padding-bottom:0px; /* внутренний отступ снизу */  
  padding-top:0px; /* внутренний отступ сверху */  
  background-image: url() no-repeat right top; /* разделитель */  
  position:relative; /* позиционируем в блоке родителя */
  margin-bottom:10px;
  padding-top:2px;
  text-align:center;
}
 
 ul.menu-mainmenu a {
  display: block; /* делаем кликабельной всю кнопку */  
  height: 22px; /* высота кнопки*/  
  padding: 0 2px; /* внутренний отступ справа и слева */  
  overflow: hidden; /* запрещаем обтекание */  
  color: #ffffff; /* цвет ссылки */  
  font-family: Georgia, "Times New Roman", Times, serif; /* название шрифта */  
  font-style:bold; /* жирность шрифта */  
  font-size: 18px; /* размер шрифта */  
  text-decoration:none; /* убираем подчеркивание ссылки */  
  padding-top:0px; /* внутренний отступ сверху */
  display: inline;
  margin-bottom:10px;
  padding-top:10px;
  text-decoration:none;
  font-style:italic;
}
 ul.menu-mainmenu li.active-mainmenu a, ul.menu-mainmenu li a:hover {
  color:#eef609;
  text-decoration:underline;
}
/*========= Стиль левого меню =======================*/

.menu-leftmenu {
margin:0px;
padding:0;
list-style:none;
display:block;
text-align:left;
margin-bottom:18px;
}

.moduletable-leftmenu th h3 {
margin:0px 0px 8px 0px;
padding:5px 10px 5px 10px;
list-style:none;
display:block;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
font-size:16px;
background:#0952A0;
/*background-image:url(http://мкв.рф/templates/mkv-clubl/images/th-fon.gif);*/
background-repeat:no-repeat;
background-position:7px 50%;
color:#f6f6f6;
border-radius:3px 3px 3px 3px;
width:230px;
text-indent:18px; 
}

.moduletable-leftmenu h3 {
margin:0px 0px 5px 0px;
padding:5px 10px 5px 10px;
list-style:none;
display:block;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
font-size:18px;
background:#297B09;
/*background-image:url(http://мкв.рф/templates/mkv-clubl/images/th-fon.gif);*/
background-repeat:no-repeat;
background-position:7px 50%;
color:#ffffff;
border-radius:6px 6px 6px 6px;
width:230px;
text-indent:0px; 
}

table.menutable-leftmenu {
background:#f6f6f6;
padding:10px;
width:100%;
border: 1px #FFB751 solid;
margin-bottom:35px;
margin-top:50px;
list-style-type: none;
display:block;
}
table.moduletable-leftmenu {
width:100%;
margin-bottom:15px;
margin-top:5px;
margin-left:0px;
margin-right:0px;
background:#f6f6f6 url() top center repeat;
border-radius:3px 3px 3px 3px;
display:block;
}
table.moduletable-leftmenu table {
margin:0px 0px 0px 0px;
align:center;
}
table.moduletable-leftmenu td {
padding-left:0px;
align:center;
}

.moduletable-leftmenu a {
list-style-type: none;
font-size:12px;
color:#297B09;
font-weight:normal;
text-decoration:none;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
padding:0px 0px 5px 0px;
/*background:#f6f6f6 url() no-repeat 0% 0%;*/
text-indent:0px;
height:18px;
line-height:20px;
border-bottom:1px dashed #297B09;
display:block;
width:248px;
}
.moduletable-leftmenu a:link {
list-style-type: none;
font-size:12px;
color:#297B09;
font-weight:normal;
text-decoration:none;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
padding:0px 0px 5px 0px;
/*background:#f6f6f6 url() no-repeat 0% 0%;*/
text-indent:5px;
border-bottom:1px dashed #297B09;
display:block;
width:248px;
}
.moduletable-leftmenu a:hover {
color:#EE3124;
background-color:#cdf8bc;

}
/*========= Стиль левого меню СИНЕЕ =======================*/

.menu-blue {
margin:0px;
padding:0;
list-style:none;
display:block;
text-align:left;
margin-bottom:18px;
}

.moduletable-blue th h3 {
margin:0px 0px 8px 0px;
padding:5px 10px 5px 10px;
list-style:none;
display:block;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
font-size:16px;
background:#2a77f8;
background-repeat:no-repeat;
background-position:7px 50%;
color:#f6f6f6;
border-radius:3px 3px 3px 3px;
width:210px;
text-indent:18px; 
}

.moduletable-blue h3 {
margin:0px 0px 5px 0px;
padding:3px 10px 5px 10px;
list-style:none;
display:block;
text-align:left;
font-family:Impact,Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-weight:normal;
font-size:18px;
background:#2a77f8;
background-color:#005dab;
background: url("../images/podval-fon.png");
color:#ffffff;
border-radius:6px 6px 6px 6px;
width:210px;
text-indent:0px; 
}

table.menutable-blue {
background:#f6f6f6;
padding:10px;
width:100%;
border: 1px #FFB751 solid;
margin-bottom:35px;
margin-top:50px;
list-style-type: none;
display:block;
}
table.moduletable-blue {
width:100%;
margin-bottom:15px;
margin-top:5px;
margin-left:0px;
margin-right:0px;
background:#f6f6f6 url() top center repeat;
border-radius:3px 3px 3px 3px;
display:block;
}
table.moduletable-blue table {
margin:0px 0px 0px 0px;
align:center;
}
table.moduletable-blue td {
padding-left:0px;
align:center;
}

.moduletable-blue a {
list-style-type: none;
font-size:12px;
color:#005DAB;
font-weight:normal;
text-decoration:none;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
padding:0px 0px 5px 0px;
text-indent:0px;
height:18px;
line-height:20px;
border-bottom:1px dashed #005DAB;
display:block;
width:248px;
}
.moduletable-blue a:link {
list-style-type: none;
font-size:12px;
color:#005DAB;
font-weight:normal;
text-decoration:none;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
padding:0px 0px 5px 0px;
text-indent:5px;
border-bottom:1px dashed #005DAB;
display:block;
width:230px;
}
.moduletable-blue a:hover {
color:#09409b;
background-color:#d2e1fa;
}
/*========= Стиль левого меню КРАСНОЕ =======================*/
.menu-red {
margin:0px;
padding:0;
list-style:none;
display:block;
text-align:left;
margin-bottom:18px;
}
.moduletable-red th h3 {
margin:0px 0px 8px 0px;
padding:5px 10px 5px 10px;
list-style:none;
display:block;
text-align:left;
font-family:Impact,Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-weight:normal;
font-size:16px;
background:#2a77f8;
background-repeat:no-repeat;
background-position:7px 50%;
color:#f6f6f6;
border-radius:3px 3px 3px 3px;
width:210px;
text-indent:18px; 
}

.moduletable-red h3 {
margin:0px 0px 5px 0px;
padding:3px 10px 5px 10px;
list-style:none;
display:block;
text-align:left;
font-family: Impact, Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-weight:normal;
font-size:18px;
background:#2a77f8;
background-color:#005dab;
background: url("../images/menu-fon.png");
color:#ffffff;
border-radius:6px 6px 6px 6px;
width:210px;
text-indent:0px; 
}
table.menutable-red {
background:#f6f6f6;
padding:10px;
width:100%;
border: 1px #FFB751 solid;
margin-bottom:35px;
margin-top:50px;
list-style-type: none;
display:block;
}
table.moduletable-red {
width:100%;
margin-bottom:15px;
margin-top:5px;
margin-left:0px;
margin-right:0px;
background:#f6f6f6 url() top center repeat;
border-radius:3px 3px 3px 3px;
display:block;
}
table.moduletable-red table {
margin:0px 0px 0px 0px;
align:center;
}
table.moduletable-red td {
padding-left:0px;
align:center;
}

.moduletable-red a {
list-style-type: none;
font-size:12px;
color:#EE2E24;
font-weight:normal;
text-decoration:none;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
padding:0px 0px 5px 0px;
text-indent:0px;
height:18px;
line-height:20px;
border-bottom:1px dashed #EE2E24;
display:block;
width:248px;
}
.moduletable-red a:link {
list-style-type: none;
font-size:12px;
color:#EE2E24;
font-weight:normal;
text-decoration:none;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
padding:0px 0px 5px 0px;
text-indent:5px;
border-bottom:1px dashed #EE2E24;
display:block;
width:230px;
}
.moduletable-red a:hover {
color:#EE2E24b;
background-color:#fceae9;
}

/*========= Стиль нижнего меню =======================*/

.menu-bottommenu {
height:40px;
margin:0;
padding:0;
list-style:none;
display:block;
text-align:left;
}

.moduletable-bottommenu th {
margin:0px 0px 8px 0px;
padding:5px 10px 5px 10px;
list-style:none;
display:block;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
font-size:18px;
background:#0952A0;
color:#f6f6f6;
border-radius:3px 3px 3px 3px;
}

table.menutable-bottommenu {
background:#f6f6f6;
padding:10px;
width:100%;
border: 1px #FFB751 solid;
margin-bottom: 15px;
margin-top:50px;
list-style-type: none;
}
table.moduletable-bottommenu {
width:100%;
margin-bottom:15px;
margin-top:5px;
margin-left:0px;
margin-right:0px;
background:#f6f6f6 url() top center repeat;
border-radius:3px 3px 3px 3px;
}
table.moduletable-bottommenu table {
margin:0px 0px 0px 0px;
align:center;
}
table.moduletable-bottommenu td {
padding-left:0px;
align:center;
}

.menu-bottommenu a {
list-style-type: none;
font-size:18px;
color:#f6f6f6;
font-weight:normal;
text-decoration:none;
margin:0px 6px 0px 3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding:0px 0px;
background:#f6f6f6 url() no-repeat 0% 0%;
text-indent:0px;
height:18px;
line-height:24px;
}
.menu-bottommenu a:link {
list-style-type: none;
font-size:18px;
color:#f6f6f6;
font-weight:normal;
text-decoration:none;
margin:0px 6px 0px 3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding:0px 0px;
background:url() no-repeat 0% 0%;
text-indent:0px;
line-height:24px;
}
.menu-bottommenu a:hover {
list-style-type: none;
color:#FC6F08;
text-decoration:none;
font-size:18px;
font-weight:normal;
margin:0px 6px 0px 3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding:0px 0px;
background:url() no-repeat 0% 0%;
text-indent:0px;
border-bottom:#cccccc 0px dotted;
line-height:24px;
}
/*=======================================================================*/
#present {padding:5px; background:#ffffff url() no-repeat 0% 0%; border-radius:10px 10px 10px; margin:10px 0px; border:1px solid #cccccc;}
#present2 {padding:0px 0px 0px 10px;}
#present3 {padding:0px 0px 0px 10px;}

.feed ul {
list-style-type: none;
padding:0px;
margin:0px;
text-indent:0px;
}
.info-icon {
display:none;
}
