#mainmenu, #banner, #footer, #navigation, .detailpageActions, #header, .detailpageContent a{
display:none;
}

body, p, td, input, select, textarea {
color: #000;
font-size: 12px;
font-family: Arial, Verdana, Helvetica;
}

a {
color:#005ea6;
}

h1 {
font-size: 15px;
color:#005ea6;
}

h2 {
font-size: 13px;
color:#000;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

.searchresultitem {
    width: 46%;
    float: left;
    border-left: 1px solid #005ea6;
    height: 126px;
    margin-bottom: 20px;
    margin-right: 20px;
    background: url(../../img/thumbnail.jpg) 3px 26px no-repeat;
    cursor:pointer;
}
.searchresultitemName {
    font-weight: bold;
    border-bottom: 1px solid #005ea6;
    color: #005ea6;
    padding: 3px;
}
.searchresultitemAttr {
    padding: 3px 3px 3px 160px;
}
.searchresultitemIcons {
    padding: 3px 3px 3px 160px;
}
#searchresultpaging {
    clear: both;
}
#searchresultpaging a{
text-decoration: none;
}
#searchresultpaging .active{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

#detailPage{}
  #detailPage #form1 {
  margin-top:10px;
  }
    #detailPage #form1 h1 {
    border-bottom: 1px solid #005ea6;
    font-size:12px;
    margin-left:-11px;
    background-color:#FFFFFF;
    padding-bottom:3px;
    margin-top:0px;
    }
    #detailPage #form1 .page {
    border-left: 1px solid #005ea6;
    padding-left:10px;
    }

  #detailpageHeader {
  border-left: 1px solid #005ea6;
  border-bottom: 1px solid #005ea6;
  }
  .detailpageName {
      font-weight: bold;
      border-bottom: 1px solid #005ea6;
      color: #005ea6;
      padding: 6px;
      font-size: 16px;
  }
  .detailpageAttr {
      padding: 6px;
      color:#005ea6;
  }
  .detailpagePhoto {
      margin-right: 8px;
  }
  .detailpageThumbs {
      clear: both;
      margin-top:20px;
  }
  .detailpageThumbs img {
      float: left;
      margin: 6px;
  }

  .detailpageDescr {
      font-weight: bold;
      color: #005ea6;
      margin:10px 0 3px 0;
  }

  .detailpageContent {
      border-top: 1px solid #005ea6;
      border-left: 1px solid #005ea6;
      padding: 6px;
  }













