body, div, td, input, select {
  font: 10pt Tahoma;
  color: #444444;
}
body {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}


#new_stock #main_title {
  background-color: #eeeeee;
  margin: 0 0 8px 0;
  height: 16px;
  font-weight: bolder;
}
h1 {
  font-size: 14pt;
  text-align: center;
}

.center {
  text-align: center;
}

/**************** lists ***********************/
ul {
  list-style-type: none;
  padding: 0 0 0 5px;
  margin: 0;
}
li {
  text-align: left;
}

/**************** links ***********************/
a {
  color: #2b5c76;
  text-decoration: none;
}
a:hover {
  color: #589abc;
  text-decoration: underline;
}

/**********************************************/
.b {
  font-weight: bolder;
}
.sub_title {
  background-color: #eeeeee;
  padding: 2px;
  text-align: left;
}

.b_title {
  background-color: #eeeeee;
  padding: 2px 2px 2px 10px;
  font-weight: bolder;
  text-align: left;
}

.box_top {
  text-align: left;
  background: url('/images/box_top.gif');
  height: 27px;
  width: 700px;
  background-repeat: no-repeat;
  border-top: 1px solid #fff;
}
.box_bottom {
  margin: 0;
  padding: 0;
  background: url('/images/box_bottom.gif');
  height: 8px;
  width: 700px;
  border: 0;
  background-repeat: no-repeat;
}
.box {
  text-align: left;
  width: 678px;
  margin: 0;
  padding: 10px;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}
.box_top div {
  width: 120px;
  padding-left: 10px;
  font-size: 8pt;
  font-weight: bolder;
  color: #ffffff;
  margin: 10px 0 0 22px;
}
.box h2 {
  font-size: 10pt;
  padding: 0;
  margin: 0 0 5px 0;
}





#menu {
  position: absolute;
  bottom: 44px;
  left: 25px;
}
#menu a {
  color: #ffffff;
  font-weight: bolder;
}
#menu ul {
  list-style-type: none;
}
#menu li {
  display: inline;
}
#new_stock {
  width: 140px;
}
#left {
  float: left;
  width: 160px;
}
#top {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  height: 218px;
}
#langs {
  position: absolute;
  top: 0;
  right: 10px;
  color: #ffffff;
}
#langs a {
  color: #ffffff;
  font-weight: bolder;
}
#bottom {
  position: relative;
  clear: both;
  width: 100%;
  margin: 20px 0 0 0;
  height: 68px;
}
#bottom div {
  font-size: 8pt;
}
#bottom div a {
  color: #000000;
}
#main {
  position: relative;
  width: 100%;
  margin: 0;
}
#content {
  width: 700px;
}



.ad_pages { margin-bottom: 15px; padding: 3px 5px; background: #eee; }

#ad_list { width: 100%; }
.ad_short { width: 100%; margin: 0 0 10px 0; table-layout: fixed; border: 1px solid #eee; border-collapse: collapse; }
.ad_short .title { padding: 2px 5px; background: #eee; border: 1px solid #eee; }
.ad_short .title a { font-weight: bold; }
.ad_short .photo { width: 108px; }
.ad_short .photo { margin: 0px; padding: 1px; }
.ad_short .photo a { padding: 0px; margin: 0px; }
.ad_short .photo img { padding: 0px; margin: 0px; }
.ad_short .info { padding: 2px 5px; border: 1px solid #eee; }
.ad_short .info_description { height: 37px; }
.ad_short .info_details { height: 14px; text-align: right; }




/*********** search form *****************/
#search_short {
  width: 638px;
  padding: 5px;
  border: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 10px;
}

#search_short input, #search_short select {
  width: 180px;
}
#search_short td {
  padding: 5px 10px;
}
#search_short td div {
  padding: 2px 0;
}


/* contacts */
#contacts * {
  text-align: left;
}
#contacts h1 {
  display: none;
}
#contacts_form {
  margin-top: 10px;
}
#contacts_form table {
  margin: 5px;
  padding: 5px;
}
#contacts_form input {
  width: 400px;
}
#contacts_form textarea {
  width: 400px;
  height: 100px;
}
#contacts_form .button {
  width: 100px;
}

.contacts_tel, .contacts_email {
  background-repeat: no-repeat;
  background-position: left 3px;
}
.contacts_tel {
  padding-left: 20px;
  background-image: url('/images/tel.gif');
}
.contacts_email {
  padding-left: 25px;
  background-image: url('/images/email.gif');
}

.advert_types {
  margin-bottom: 15px;
  text-align: center;
}


/* sales full */
#ad_full {
  width: 650px;
}

.ad_page0 {
  color: #ee8800;
  text-decoration: none;
  font-weight: bolder;
}
.ad_page1 {
  color: #999999;
  text-decoration: underline;
  font-weight: normal;
}

/***** print ****/
#ad_full_print {
  width: 650px;
  color: #000000;
  font-size: 12pt;
  text-align: left;
}
#ad_full_print #subj {
  font-size: 34pt;
  font-weight: bolder;
}
#ad_full_print #price {
  font-size: 26pt;
  margin-bottom: 20px;
}
#ad_full_print #sale {
  text-align: right;
  font-size: 16pt;
  padding-bottom: 20px;
}

#ad_full_print .sub_title {
  background-color: #ffffff;
  font-weight: bolder;
  text-decoration: underline;
  padding: 10pt 0 0 0;
}
#ad_full_print #main_info td {
  font-weight: bolder;
}
