body {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #58595B;
  background: #FFF;
}

a {
  color: #4459A5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

h1 {
  font-size: 24px;
  margin: 0px;
}

h2 {
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
}

h3 {
  font-size: 15px;
  margin: 0px;
}

h4 {
  font-size: 13px;
  margin: 0px;
}

img {
  border: none;
}

.current {
  font-weight: bold;
}


form {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

input[type=text], input[type=password], input[type=file], select, textarea {
  border: 1px solid #aaa;
  background: #fff;
}

input, select, button {
  vertical-align: middle;
}


form .row {
  margin: 0;
  padding: 0;

  clear: both;
  overflow: hidden;
}

form .row dt {
  float: left;
  margin: 0;
  padding: 0;
}



form .row dd {
  margin: 0;
  padding: 0 0 0 5px;
}



/*ID's*/

#wrapper {
  margin: 0px 10px;
  min-width: 950px;
}



/*HEADER*/

#header {
  background: #FAFBFB url('../images/cornlt_header1.gif') no-repeat;
  white-space: nowrap;
  padding-bottom: 2px;
  min-width: 950px;
}



#header #logo {
  float: left;

  width: 260px;
  height: 71px;

  /*background: url('../images/cornlt_header1.gif') no-repeat;*/

  padding: 25px 0px 0px 20px;
}


#header #logo a span{
  background: url('../images/logo.gif') no-repeat;
  height: 60px;
  display: block;
  overflow: hidden;
  text-indent: -2000px;
  cursor: pointer;
}



#header h1 {
  position: absolute;
  top: 36px;
  left: 300px;

  width: 327px;

  font-size: 10px;
  font-weight: normal;
  text-align: justify;

  white-space: normal;

  /*background: url('../images/cornlt_header1.gif') no-repeat;*/

  padding: 0;
  margin: 0;
}



/*#header a  img {

  margin: 46px 15px 0px 5px;

}*/

#header span {
  color: #7BB8FF;
  font-size: 10px;
  text-decoration: underline;
  padding: 0px 35px;

}



#header #top_banner {

  position: absolute;

  top: 7px;

  right: 20px;

}

#langmenu {
  position: absolute;
  top: 70px;
  left: 50px;
  z-index: 800;

  width: 180px;

  color: #7BB8FF;
  text-align: center;
}

#langmenu a {
  padding: 0;
  font-weight: normal;
}

#langmenu a:hover {
  text-decoration: underline;
}

#langmenu span {
  padding: 0;
  font-weight: bold;
  color: #7BB8FF;
}



/*MENU*/

#topmenu {
  background: #F5F6F7;
  border-bottom: 1px solid #3D4E8D;
}

.menu {
  background:url('../images/cornrt_menu1.gif') no-repeat top right;
}

.menu ul {
  margin: 0;
  padding: 2px 0px 0px 0px;
  list-style-type: none;
  height: 32px;
}

.menu ul li {
  display: inline;
  float: left;
  height: 32px;
  display: block;
  margin-right: 5px;
}

.menu ul li a{
  font-family: Verdana, Tahoma, Arial;
  display: inline;
  float: left;
  height: 32px;
  display: block;
  background:url('../images/bg_tab.gif') no-repeat top left;
  margin-right: 5px;
}

.menu ul li a span{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  background: url('../images/separator_m.gif') no-repeat right 0px;
  display: block;
  float: left;
}

.menu ul li a:hover{
  font-family: Verdana, Tahoma, Arial;
  display: inline;
  float: left;
  height: 32px;
  display: block;
  background:url('../images/bg_tab_curr.gif') no-repeat top left;
  margin-right: 5px;
}

.menu ul li a:hover span{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  background: url('../images/separator_m_curr.gif') no-repeat right 0px;
  display: block;
  float: left;
}

.menu .current a {
  font-family: Verdana, Tahoma, Arial;
  background: url('../images/bg_tab_curr.gif') no-repeat top left;
}

.menu .current a span {
  font-family: Verdana, Tahoma, Arial;
  background: url('../images/separator_m_curr.gif') no-repeat top right;
  color: #fff;
}

.menu .current a:hover span {
  font-family: Verdana, Tahoma, Arial;
  color: #fff;
}

.menu i {
  padding: 0 12px;
  background: url('../images/new.png') no-repeat 100% 50%;
}

/*SUBMENU*/

#submenu {

  background: #3D4E8D url('../images/bg_submenu.gif') repeat-x 0 0;

  margin: 0;

  padding: 0;

}



.sm {

  margin: 0;

  padding: 0;

}



.sm table {

  margin: 0;

  overflow: none;

}



.sm .s {

  margin: 0;

}



.sm a {

  color: #fff;

  text-decoration: none;

}



.sm a:hover {

  text-decoration: underline;

}



.sm a.current {

  color: #B8C5FF;

  cursor: default;

  text-decoration: none;

  font-weight: bold;

}



.sm td {

  text-align: center;

  background: url('../images/separator_sm.gif') no-repeat 100% 50%;

  padding: 8px 16px 10px 15px;

}



.sm td.last {

  background: none;

}









/*SERVICE MENU*/

#service-menu {

  margin: 0 0 5px 0;

  padding: 0;

  overflow: none;

  border-bottom: 1px dashed #898989;

}



#service-menu table {

  margin: 0;

}



#service-menu a {

  color: #0D4574;

  text-decoration: none;

}



#service-menu a:hover {

  text-decoration: underline;

}



#service-menu a.current {

  color: #AF5F00;

  cursor: default;

  text-decoration: none;

  font-weight: bold;

}



#service-menu td {

  text-align: center;

  background: url('../images/separator_sm.gif') no-repeat 100% 50%;

  padding: 10px 16px 10px 15px;

}



#service-menu td.last {

  background: none;

}



/*  */



ul.fancy {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

ul.fancy li {
  margin: 5px 10px;
  padding: 0 0 5px 12px;
  background: url(../images/dote_sq_red.gif) no-repeat 0 4px;
}

.date {
  margin: 5px 10px;
  padding: 0 0 5px 12px;
  background: url(../images/dote_sq_yellow.gif) no-repeat 0 4px;
}



/*breadcrumbs*/

#breadcrumbs {

  margin: 10px 0;

}



#breadcrumbs span {

  color: #444;

  font-weight: bold;

  text-decoration: none;

  padding: 0px 10px 0px 0px;

  font-size: 10px;

  background: none;

}



#breadcrumbs a {

  color: #AFBFD1;

  text-decoration: underline;

  padding: 0px 10px 0px 0px;

  font-size: 10px;

  background: url('../images/brcrum_arrow.gif') no-repeat right 5px;

}



#breadcrumbs a:hover {

  text-decoration: none;

}



#breadcrumbs a.last1 {

  background: none;

}





/*MAIN TABLE*/

#main1 {
  margin: 10px 0 0 0;
  width: 100%;
}

.sidebar {
  padding-left: 10px;
/*   width: 190px; */
}

#sidebar2 {
  width: 190px !important;
}



#main1 #sidebar span.bottom {
/*   width: 190px !important; */
  background: url('../images/bg_bann.gif') repeat-x;
  height: 29px;
  display: block;
  border: 1px solid #D4D9E9;
  overflow: hidden;
}


/*FILTER*/

#filter {
  position: relative;
  z-index: 0;

  margin: 0 0 10px 0;
  padding: 5px 10px 5px 0;

/*  white-space: nowrap;*/

  background: #919BA7 url(../images/cal_bkg.gif) no-repeat 0 0;
  border-top: 1px solid #7F8993;
  border-bottom: 1px solid #7F8993;
}


#filter table {
  width: 100%;
  margin: 0;

  color: #FFF;
}


#filter #stats {
  text-align: center;
  padding: 10px ;
}



#filter #stats1 {
  text-align: center;
  padding: 2px 5px;
}



#filter #stats span, #filter #stats1 span {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 16px;
  color: #EF4447;
  font-weight: bold;
}

#filter #stats a, #filter #stats1 a {
  color: #EF4447;
}



#filter #part1 {
  padding: 18px 0 2px 20px;
  text-align: left;
  border-left: 1px solid #7F8993;
}



#filter #part2 {
  position: absolute;
  top: 5px;
  right: 10px;

  z-index: 5;

  width: 200px;

  padding: 0;

  text-align: right;
}



#filter input, #filter img {
  vertical-align: middle;
  margin: 0;
}



#filter input.txt {

  width: 170px;

  height: 15px;



  border: 1px solid #C0C4C5;

}



#filter input.date-pick {

  width: 110px;

  height: 15px;



  border: 1px solid #C0C4C5;

}



#filter a {

  color: #DAD9D9;

  text-decoration: none;

}



#filter a:hover {

  color: #fff;

  text-decoration: underline;

}







.mpad {

  padding: 5px !important;

}







#dynafilter {
  margin: 0;
  padding: 0;

  white-space: normal;
}

#dynafilter th {
  text-align: left;
  font-weight: normal;
}



#dynafilter #category, #dynafilter #subcategory, #dynafilter #region, #dynafilter #country, #dynafilter #city {
  float: left;

  z-index: 0;

  padding: 0 10px 0 12px;
  margin: 0;

  font-weight: bold;

  background: url(../images/dote_sq_yellow.gif) no-repeat 0 7px;
}

#dynafilter #category, #dynafilter #subcategory {
  z-index: 1000;
}

#dynafilter .dynaselector {

}

#dynafilter a {
  color: #fff;
  text-decoration: none;
}

#dynafilter a:hover {
  color: #fff;
  text-decoration: underline;
}

#dynafilter .dropdown {
  display: none;

  position: absolute;
  top: 16px;
  left: 0;

  z-index: 1000 !important;

  width: 250px;
  max-height: 400px;
  _height: 350px;
  overflow: auto;

  margin: 0;
  padding: 5px 10px;

  background: #E6EBEC;
}

#dynafilter #region .dropdown {
  _height: 90px !important;
  width: 150px !important;
}

#dynafilter #subcategory .dropdown {
  _height: 100px !important;
}

#dynafilter ul {
  z-index: 1100 !important;
  margin: 0 0 2px 0;
  padding: 5px 0;

  list-style: none;

  background: #E6EBEC;
}

#dynafilter ul li {

  padding: 0 0 1px 12px;

  background: url(../images/dote_sq_yellow.gif) no-repeat 0 4px;

}



#dynafilter ul a {

  color: #333;

  font-size: 90%;

  font-weight: normal;

  text-decoration: none;

}



#dynafilter ul a:hover {

  color: #444;

  text-decoration: underline;

}









#card_header1 {

  width: 100%;



  color: #58595B;



  border-top: 1px solid #7F8993;

  border-bottom: 1px solid #7F8993;

}



#card_header1 .header {

  padding: 5px 10px;

  background: #3E4D8E;

}



#card_header1 .my_calendar {

  width: 180px;



  padding: 0 5px;



  font-size: 11px;

  font-weight: normal;

  color: #678DB2;



  text-align: center;

  background: #B9CEDF;

}



#card_header1 .my_calendar a {

}



#card_header1 h2 {

  margin: 0;



  text-align: left;

  font-size: 14px;



  color: #EEE;

}



#card_header1 h2 a {

  color: #EEE;

  text-decoration: none;

}



#card_header1 h2 a:hover {

  color: #FFF;

  text-decoration: underline;

}



#card_header2 {

  width: 100%;



  border-spacing: 0;



  margin: 0 0 10px 0;



  color: #678DB2;



  background: #B9CEDF;

  border-bottom: 1px solid #7F8993;

}



#card_header2 .logo {

  text-align: center;

  padding: 5px 0 5px 10px;

}



#card_header2 .body {

  text-align: left;

  padding: 5px 0 5px 10px;

}



#card_header2 th {

  width: 140px;



  padding: 0 10px;



  font-weight: normal;

  text-align: right;

}



#card_header3 ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



#card_header3 .yellow li {

  padding: 0 0 5px 12px;

  background: url(../images/dote_sq_yellow.gif) no-repeat 0 4px;

}



#card_header3 .blue li {

  padding: 0 0 5px 12px;

  background: url(../images/dote_sq_red.gif) no-repeat 0 4px;

}





#card_header3 .date, #card_header3 .location, #card_header3 .place, #card_header3 .period, #card_header3 .organizer  {

  margin: 0;

  padding: 0 0 5px 12px;

  background: url(../images/dote_sq_blue_dark.gif) no-repeat 0 4px;

  color: #58595B;

}





#card_header2 input {

  vertical-align: middle;

}



#card_header3 {

  width: 100%;



  font-weight: normal;

  color: #678DB2;



  border-left: 1px solid #9FB0BE;

}



#card_header3 .service_menu {

  padding-left: 10px;

  border-left: 1px solid #9FB0BE;

}



#card_header3 .my_calendar {

  width: 170px;

  padding: 5px 5px 5px 10px;

  border-left: 1px solid #9FB0BE;

}









/*CONTENT*/



#content {
  text-align: left;
  font-weight: normal;
}


#content table td, #content table th {
  padding: 3px 5px;
}



#content h2, h2.content  {
  margin: 10px 0 5px 0;
  padding: 0 10px 5px 10px;

  color: #EF4447;

  background: url('../images/doted1.gif') repeat-x left bottom;
}

#content h3 {
  margin: 10px 0 5px 0;
  padding: 0 10px 5px 10px;

  color: #EF4447;

  background: url('../images/doted.gif') repeat-x left bottom;
}





.wide_banner {
  min-width: 620px;
  padding: 2px;
  text-align: center;
  background: #fff;
}





.list {
  margin: 5px 0;
/*   background: url('../images/doted.gif') repeat-x left top; */
}



.list tr {
  background: url('../images/doted2.gif') repeat-x left bottom;
}

.list tr.featured {
  background: #FFFCDB url('../images/doted2.gif') repeat-x left bottom;
}

.list td tr {
  background-image: none !important;
}

.list td {
  padding: 0px 0px;
}


.list div {
  text-align: left;
  padding: 0 0 0 10px;
}


.list .logo {
  padding: 5px !important;
  width: 100px;
  text-align: center;
}



.list .body {
  text-align: left;
  padding: 5px 0 !important;
}



.list .bordered {
  text-align: left;
  padding: 0 0 0 20px !important;
  border-left: 1px solid #DAD9D9;
}


.list .date {
  margin: 2px 0;
  padding: 0 0 5px 12px !important;
  background: url(../images/dote_sq_blue.gif) no-repeat 0 4px;
}


.list .location {
  padding: 0 0 5px 12px !important;
  background: url(../images/dote_sq_yellow.gif) no-repeat 0 4px;
}


.list .buttons {
  float: right;
  padding: 0 !important;
  margin: 0 0 0 20px;
}


.list .description {
  padding: 0 0 5px 0 !important;
}



.list h3 {
  color: #EF4447;

  font-size: 13px;

  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  background: none !important;
}

.list h3 a {
  border-bottom: 1px dashed #5490BA;
  text-decoration: none;
}

.list h3 a:hover {
  border-bottom: none;
  color: #fff;
  text-decoration: none;
  background: #4459A5;
}


.priority {
  margin: 10px 0 !important;
}

.priority td {
  padding: 5px 3px !important;
}

.priority tr {
  background-color: #FFF1B3;
}


/*  */






.descr {
  padding: 5px 10px;
}



/*SIDEBAR*/

.sidebar {
  width: 190px;
  padding: 0 0px 0px 15px;

  text-align: left;
}


.sidebar div {
  margin-bottom: 20px;
}



.sidebar .shortcuts {
  position: relative;
  margin: 2px 0 0 0;
  height: 10px;
}



.sidebar .shortcuts a.left {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
}



.sidebar .shortcuts a.right {
  display: block;
  margin: 0;
  position: absolute;
  right: 0;
}



.sidebar h4 {
  background: #3E4D8E;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 0px;
  text-align: center;
  border-bottom: 1px solid #657D8E;
}



.sidebar .list4 h4 {
  color: #EF4447 !important;
  background: none !important;
  border-bottom: 1px solid #909BA7 !important;
  margin-bottom: 10px !important;
  padding-left: 4px !important;
  text-align: left !important;
}



.sidebar .vlist4 h4 {

  color: #EF4447 !important;

  background: none !important;

  border-bottom: 1px solid #909BA7 !important;

  margin-bottom: 10px !important;

  padding-left: 4px !important;

  text-align: left !important;

}







.sidebar .vlist table {

  width: 100%;

  margin: 0 0 10px 0;

  padding: 0;

  border: 1px solid #DCDBDB;

  border-bottom: 1px solid #899BA8;

}





.sidebar .vlist4 table {

  margin: 0 0 10px 0 !important;

  padding: 0 !important;

  border: 0 none !important;

  border-bottom: 1px solid #899BA8 !important;

}





.sidebar .list1 ul {

  margin: 0;

  padding: 5px 7px 10px 7px;

  border: 1px solid #DCDBDB;

  border-bottom: 1px solid #899BA8;



  list-style: none;

}



.sidebar .list2 ul {

  margin: 0px;

  padding: 5px 7px 10px 7px;

  border: 1px solid #DCDBDB;

  border-bottom: 1px solid #899BA8;



  list-style: none;

}



.sidebar .list3 ul {

  margin: 0;

  padding: 5px 7px 10px 7px;

  border: 1px solid #DCDBDB;

  border-bottom: 1px solid #899BA8;



  list-style: none;

}



.sidebar .list4 ul {

  margin: 0px;

  padding: 5px 0 10px 0;



  list-style: none;

}







.sidebar .list1 li {

  background: url('../images/list_bullet.gif') no-repeat 0px 6px;

  padding-left: 17px;

  font-weight: 600;

  line-height: 18px;

}



.sidebar .list1 li a {
  color: #58595B;
  text-decoration: none;
}

.sidebar .list1 li a:hover {
  color: #EF4447;
  text-decoration: none;
}

.sidebar .list2 li {
  padding-left: 0;
  margin-bottom: 9px;
}

.sidebar .list2 li p {
  padding: 0;
  margin: 0;
}

.sidebar .list2 li a {
  color: #004CC2
  text-decoration: none;
}

.sidebar .list2 li a:hover {
  color: #004CC2
  text-decoration: underline;
}







.sidebar .list3 li {
  padding-left: 0;

  font-weight: 400;
  line-height: 18px;
}

.sidebar .list3 li a {
  color: #004CC2
  text-decoration: none;
}

.sidebar .list3 li a:hover {
  color: #004CC2
  text-decoration: underline;
}



.sidebar .list4 li {
  padding-left: 0;
  margin-bottom: 9px;
}

.sidebar .list4 li p {
  padding: 0;
  margin: 0;
}

.sidebar .list4 li a {
  color: #004CC2
  text-decoration: none;
}

.sidebar .list4 li a:hover {
  color: #004CC2
  text-decoration: underline;
}


.sidebar li strong {
  color: #D40000;
}


.video {
  margin: 0 !important;
  padding: 5px !important;
  text-align: left;
}

.video .info, .video .thumbnail, .video .date, .video .title, .video .duration {
  margin: 0 !important;
  padding: 0 !important;
  background: none;
}

.video span {
  padding: 0 !important;
  font-weight: normal !important;
}

.video img {
  margin: 0 !important;
}

.video .arrow_inactive {
  width: 80px;
  height: 60px;
  cursor:pointer;
  position:absolute;
  background: url(http://tv.expotop.ru/images/arrow.gif) no-repeat 50% 50%;
  opacity: 0.7;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.video .arrow_active {
  width: 80px;
  height: 60px;
  cursor:pointer;
  position:absolute;
  background: url(http://tv.expotop.ru/images/arrow_over.gif) no-repeat 50% 50%;
  opacity: 0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}



/*FOOTER*/

#footer {
  margin-top: 20px;
}

#sm2 {
  background: #738194;
  text-align: center;
  padding: 10px 0px;
  color: #D9D9D9;
  margin-bottom: 1px;
}

#sm2 a {
  text-decoration: none;

  color: #D9D9D9;

  font-size: 10px;

  padding: 0px 4px;

}



#sm2 a:hover {

  text-decoration: underline;

}



#copy {

  background: #3C94B5;

  padding: 10px 20px;

  margin-bottom: 1px;

}



#copy table {

  width: 100%;



  color: #99B6DD;

}



#copy a {

  color: #004CC2;

  text-decoration: underline;

}



#copy a:hover {

  text-decoration: none;

}



#copy .left {

  border-right: 1px solid #C8D7E0;

  padding: 5px 20px 5px 0;



  text-align: left;



  width: 20%;

}



#copy .center {

  padding: 5px 20px 5px 20px;



  text-align: center;

}



#copy .right {

  border-left: 1px solid #C8D7E0;

  padding: 5px 0 5px 20px;



  text-align: right;

}





/*Classes*/

.fl-right {

  float: right;

}



.fl-left {

  float: left;

}



.clear {

  clear: both;

}



.tech {

  font-family: Arial, Tahoma, Verdana, sans-serif;

  color: #91b3da;

  line-height: 18px;

}







.nav {
  list-style:none;
  padding:5px 0 0 0;
  margin:0;
}



.nav li {
  padding:1px 9px 0 9px;
  float:left;
  border-left:solid 1px #C6C1B6;
}


.nav li a, .nav li a:hover {
  color:#000;
}


.nav span {
  border-left:none !important;
  color: #FE9300;
  font-weight: bold;
}



#EPMessPopUp {
  position: absolute;
  display: none;

  width: 300px;

  padding: 0;

  font-size: 12px;

  border-left: 1px solid #F4F3F0;
  border-top: 1px solid #F4F3F0;
  border-right: 1px solid #C6C1B6;
  border-bottom: 1px solid #C6C1B6;
  background: #DCD9D2;
}


#EPMessPopUpHeader {
  text-align: right;
  background: #999;
  padding: 4px;
}

#EPMessPopUpHeader a {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #efefef;
}

#EPMessPopUpHeader a img {
  cursor: hand;
}

#EPMessPopUpContent {
  padding: 8px 10px 10px 10px;
}



#auth_panel {
  position: absolute;
  top: 5px;
  right: 430px;

  z-index: 1000;

  margin: 0;
  padding: 2px;

  /*width: 400px;*/

  overflow: none;
}

#auth_panel form, #auth_panel table {
  margin: 0;
  padding: 0;
}

#auth_panel a {
}

#auth_panel #_profile {
  display: block;
  background: #DCD9D2 url(../images/btn_go.png) no-repeat 100% 50%;
}

#auth_panel #_profile a {
  padding-right: 18px;
}

#auth_panel ul {
  display: block;
  float: right;

  margin: 0;
  padding: 0;

  list-style:none;
}

#auth_panel li {
  position: relative;

  display: block;
  float: right;

  margin: 0;
  padding:2px 10px;
  height: 17px;

  line-height: 1.5;

  font-size: 11px;

  background: #DCD9D2;
  border-left: 1px solid #F4F3F0;
  border-right: 1px solid #C6C1B6;
  border-bottom: 1px solid #C6C1B6;
}

#auth_panel #login_form, #auth_panel #subscribe_form {
  position: absolute;

  top: 22px;
  left: 0;

  display: none;

  margin: 0;
  padding:5px;

  width: 150px;
  float: none;

  background: #DCD9D2;
  border-top: 1px solid #F4F3F0;
  border-left: 1px solid #F4F3F0;
  border-right: 1px solid #C6C1B6;
  border-bottom: 1px solid #C6C1B6;
}

#auth_panel .auth_line {
  background: #efefef;
  border: solid 1px #86AFD7;
  width:115px;
  height:17px;
  font-size:11px;
}



#add-company {
  float:right;
  text-align:right;
  width:220px;
  padding: 10px 20px 0 0;
}

#add-company a {
  font-weight: bold;
  color: #FECC66;
}


#friend-mail {
  float: right;

  height: 16px;

  padding: 2px 0 0 22px;

  background: transparent url(../images/ico_mail.png) no-repeat 0 50%;
}

.adlink {
	clear:both;
	float:right;
	margin-top:5px;
}

.sidebar .adverts_box {
}
.sidebar .adverts_box div{
	margin:0;
}
.sidebar .adverts_box h4{
	background:none !important;
}
.sidebar .adverts_box h4 span{
}
.sidebar .adverts_box h4 span.advert_box_title {
	color: #0000ff !important;
}
.sidebar .adverts_box h4 span.advert_box_title1 {
	color: #000099 !important;
}
.sidebar .adverts_box h4 span.advert_box_title2 {
	color: #F08B0C !important;
}
.sidebar .adverts_box h4 span.advert_box_title3 {
	color: #000099 !important;
}
.buyers-exhibitions .description {
	font-size: 0.9em;
}
.buyers-exhibitions .description {
	font-family: Arial;
	margin: 7px 0 0 11px;
	padding-right: 0;
}
.buyers-exhibitions .description .separator {
	margin-right: 0;
}
.buyers-exhibitions .description ul {
	margin-bottom: 0.9em;
}
.buyers-exhibitions .description li {
	background-image: url("../images/bg-servicesbullet.gif");
	color: #4C4A48;
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
}

.ad {
	padding-bottom:1px;
	width:400px;
}
.ad h4 {
	background:url(../images/briefcase.png) no-repeat 0 7px !important;
	padding:7px 0 2px 20px !important;
	text-align:left !important;
	margin-left:10px !important;
}
.ad p {
	margin:5px 10px !important;
	font-size:12px !important;
	line-height:13px !important;
	clear:none !important;
	float:left !important;
	width:175px !important;
}
.ad ul {
	margin:-20px 1px 0 !important;
	font-size:12px !important;
	line-height:13px !important;
	list-style:none !important;
	padding:3px 5px !important;
	float:left !important;
	clear:none !important;
}
.ad ul li{
	padding: 2px !important;
}
.ad ul li a{
}
.ad ul li hr{
	background:#999999;
	border:0;
	height:1px;
	width:90%;
	margin: 5px auto 1px;
}

.ad_column {
	background:#E6EBEC;
	padding-bottom:1px;
	width:190px;
}
.ad_column h4 {
	background:url(../images/briefcase.png) no-repeat 0 7px #ffffff !important;
	padding:7px 0 2px 20px !important;
	text-align:left !important;
}
.ad_column p {
	margin:5px 10px !important;
	font-size:12px !important;
	line-height:13px !important;
}
.ad_column ul {
	margin:3px 1px 0 !important;
	font-size:12px !important;
	line-height:13px !important;
	background-color:#ffffff !important;
	list-style:none !important;
	padding:3px 5px !important;
}
.ad_column ul li{
	padding: 2px !important;
}
.ad_column ul li a{
}
.ad_column ul li hr{
	background:#999999;
	border:0;
	height:1px;
	width:90%;
	margin: 5px auto 1px;
}

span.list_adlink ul,
#card_header3 .location span ul {
	list-style:none;
	display: inline-block;
}

#card_header3 .location span ul li a {
	font-weight:bold;
	background:url(../images/airplane.png) no-repeat 0 0;
	padding: 2px 0 0 20px;
}
#card_header3 .location span ul li.hotel a {
	background:url(../images/hotel.png) no-repeat 0 0 !important;
	padding: 2px 0 0 20px !important;
}

span.list_adlink ul li hr,
#card_header3 .location span ul li hr{
	display:none;
}

.news_header{
	float:none;
	clear:both;
	background:url("../images/doted.gif") repeat-x scroll left bottom transparent;
	margin: 10px 0 5px;
	padding: 0 10px 5px;
}
.news_header .news_header_title {
	float:left;
	clear:none;
}
.news_header .news_header_title h2{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.news_header .news_header_link {
	float:right;
	clear:none;
}

#EP_adv{  background-color:#eef; position:relative; }
#EP_adv .logo{ float:left; display:inline; margin-left:-110px; padding:0 5px;  width: 100px;  text-align: center; }
.EP_adv-event { border-style:solid; border-width:0 0 1px; padding:5px 0 4px 110px; border-color:#c0c3d0; }
/* floatfix for EP_adv-event */
.EP_adv-event:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.EP_adv-event { display: inline-block;} 
.EP_adv-event { zoom: 1; display: block; }
/* floatfix for EP_adv-event */
#EP_adv h3{ background-image:none; padding-left:0; margin-top:0; font-size:13px; margin-bottom:0; }
#EP_adv h3 a { border-bottom: 1px dashed #5490BA; text-decoration: none;} 
#EP_adv h3 a:hover, #EP_adv h3 a:focus{ border-bottom: none;  color: #A4BCE0; text-decoration: none; }
#EP_adv .bordered{ border-left: 1px solid #DAD9D9; padding: 0 0 0 20px;  text-align: left;}
#EP_adv .date{ margin-left:0; }
#EP_adv .location { background: url("../images/dote_sq_yellow.gif") no-repeat scroll 0 4px transparent; padding: 0 0 5px 12px !important;}
#EP_adv_link { text-align:right; } 
#EP_adv_link a { position:absolute; bottom:0; right:0; border-radius:7px 0 0 0; -moz-border-radius:7px 0 0 0; -webkit-border-radius:7px 0 0 0; background-color:#34a; color:#fff; padding:2px 6px 3px 7px; box-shadow:inset 2px 2px 3px #567; -moz-box-shadow:inset 2px 2px 3px #567; -webkit-box-shadow:inset 2px 2px 3px #567; margin-top:-10px; text-decoration:underline; } 

.notice-wrap { position: fixed; top: 10px; right: 50%; width: 435px; z-index: 9999; margin-right:-218px; }
* html .notice-wrap { position: absolute; }
.notice-item { height: auto; background-color: #FFFAdd !important; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 25px 58px 25px 95px; font-size: 18px; border: 4px solid #e15d23; display: block; position: relative; margin: 0 0 10px 0; line-height:1.3; font-family:Arial; box-shadow:3px 3px 10px rgba(50,25,0,.5); -moz-box-shadow:3px 3px 10px rgba(50,25,0,.5); background-image:url(/images/iconHotel.png); background-repeat:no-repeat; background-position: 21px 18px; }
.notice-item-close { display: block; position: absolute; opacity:.6;  right: 5px; top: 5px; cursor: pointer; background: url("/images/notice_close.png") no-repeat scroll 0 0; width: 17px; height: 17px; }
.notice-item:hover .notice-item-close { display: block; opacity:1; }
.notice-wrap .warning { display:none; }
.notice-item p { padding: 0; margin: 0; }
.notice-item .strong { font-weight: bold; padding-top: 7px; }
