@import url(main.css);
@import url(icons.css);
@import url(partitions.css);
@import url(admin.css);
@import url(tour.css);

.smallPanel{
  background: url(../images/smallpanel-main.jpg) repeat-x;
  height: 156px;
  width: 900px;
}
.smallPanel .left{
  background: url(../images/smallpanel-left.jpg) no-repeat;
  height: 156px;
  width: 15px;
}
.smallPanel .right{
  background: url(../images/smallpanel-right.jpg) no-repeat;
  height: 156px;
  width: 15px;
}
.smallPanel .main{
  height: 156px;
  width: 870px;
}
.smallPanel .top{
  height: 45px;
  width: 100%;
}
.smallPanel .bottom{
  width: 100%;
  direction: rtl;
}
.smallPanel .logo{
  background: url(../images/logo-inner.jpg) no-repeat;
  width: 298px;
  height: 88px;
  margin-top: 23px;
  float: left;
  display: block;
}
/* Why - Register */
.whyInjaonja{
  color:#FFFFFF;
  overflow: hidden;
  padding: 0px;
  width: 300px;
}
.whyInjaonja .header{
  background: #4e5b63 url(../images/why-injaonja.jpg) no-repeat;
  width: 300px;
  height: 76px;
}
.fn-whyContent{
  background: #4e5b63;
  width: 280px;
  padding: 0px 5px 10px;
  margin: 0px 5px;
}
.whyInjaonja h1{ margin-top: 0px; padding-top: 15px; }
.whyInjaonja a{ margin-right: 200px; }
.register {
  background: url(../images/register-stndln.jpg) no-repeat;
  width: 300px;
  height: 120px;
  overflow: hidden;
}
.register a{
  padding: 20px 95px 20px 0px;
  color: #8fb2dc;
  font-size: 12px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.register h2, .register h3, .register h4{
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
.register h2{
  color: #fff;
  font-size: 16px;
}
.register h3{
  color: #7eb1ed;
  font-size: 12px;
}
/* Search */
.smallPanel .search {
  z-index: 1000;
  position: absolute;
  height: 100px;
}
.smallPanel .searchOut {
  background: url(../images/search-panel-inner.jpg) 0px 6px no-repeat;
}
/* Pages */
.itinerary {
  width: 800px;
  height: 500px;
  padding: 0px;
  margin: 20px auto;
  display: block;
}
.article a{
  color: #ff003c;
}
/* Thumbnails */
.gallery{
  background: #111;
  border: #000 1px solid;
  margin: 5px 0px 8px;
  padding: 1px 1px;
}
.gallery a { background: #fff; display: inline-block; }
.gallery a:hover { background: #aaa; }
.gallery img{
  margin: 5px 5px 10px;
}
/* Mails */
.mailBox {
  display: inline-block;
  width: 380px;
  margin: 3px; 
  border: 1px solid #bbb;
  padding: 15px 8px 8px;
}
.contactsList{
  width: 650px;
  float: right;
}
.contactsItems{
  text-align: left;
  direction: ltr;
  height: 150px;
  overflow: auto;
  margin: 5px 0px;
  border: #aaa 1px solid;
}
.contactsItems .contactItem{
  margin: 5px 0px;
  padding: 2px 5px;
  width: 300px;
  display: inline-block;
}
.contactsItems input{ vertical-align: middle; }
