/******************************************************************************
 * Layout related css. No design stuff like colors and background images...   * 
 ******************************************************************************/

body {
  margin: 0;
  padding: 0;
  background: #DDD;
}

h1 {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #EEE;
  color: #111;
  border-top: 1px solid #AAA;
}

h1.dogs {
  background: #DAEBFA;
  color: black;
  border-top: 1px solid #3D9EE0;
}
h1.cats {
  background: #FFE5E5;
  color: black;
  border-top: 1px solid #FF8080;
}
h1.health {
  background: #D2EEE1;
  color: black;
  border-top: 1px solid #58B88D;
}

a {
  font-size: inherit;
  color: #B83D24;
}

a:hover, a:visited {
  color: #F28972;
}

a img {
  border: none;
}

ul, ol {
  margin-left: 20px;
  padding-left: 0px;
}

ul li {
  margin-top: 5px;
}

#outer-container {
  background: white url("/bilder/frame-right.png") repeat-y right;
}

#outmost-container {
  margin: auto;
  max-width: 1000px;
  min-width: 765px;
  padding-right: 170px;
}

#intermediate-container {
  background: url("/bilder/frame-left.png") repeat-y left;
  /* prevent background from being partially rendered on load */
  overflow: hidden;
}

#inner-container {
  margin-right: 20px; /* triggers #menu to move left in IE 6/7 */
  padding-top: 10px;
  padding-left: 200px; /* 10px border + 180px left column */
}

#outer-header {
  background: white url("/bilder/frame-top.png") no-repeat right top;
  padding-right: 20px;
}

#inner-header {
  text-align: center;
  background: white url("/bilder/frame-top.png") no-repeat left top;
}

#header-outer-content {
  margin: 0 25px 0 245px;
  padding-top: 20px;
  background: url("/bilder/9896792.jpg") no-repeat right 20px;
}

#header-inner-content {
  background: url("/bilder/8657872.jpg") no-repeat 18px top;
  padding-left: 10px;
  margin: 0 auto;
}

#logo {
  padding: 10px 10px 12px 10px;
  float: left;
}

#logo img {
  height: 60px;
  width: 204px;
  margin: 10px 0 0 10px;
}

#content {
  float: right;
  width: 100%;
}

/* left menu, bottom ads */
#no-content {
  margin: 0 20px;
  text-align: center;
}

#outer-footer {
  clear: both;
  background: white url("/bilder/frame-bottom.png") no-repeat right bottom;
  padding-right: 20px;
}

#inner-footer {
  padding: 5px 0 15px 20px;
  text-align: center;
  background: white url("/bilder/frame-bottom.png") no-repeat left bottom;
}

#breadcrumbs {
  text-align: left;
  margin-bottom: 10px;
  font-size: 95%;
}

#breadcrumbs * {
  font-size: inherit;
}

#menu {
  float: left;
  width: 170px;
  text-align: left;
  margin-right: 10px;
}

#menu h2.classifieds {
  margin: -2px 0 7px 0;
  padding: 0 12px 0 13px;
  font-size: 120%;
  color: #666;
  text-transform: uppercase;
  border: none;
}

#menu h2.classifieds span {
  float: right;
  font-size: inherit;
}

.menu {
  background: url("/bilder/box.png") no-repeat right top;
  margin-bottom: 10px;
}

.menu .content {
  background: url("/bilder/box.png") no-repeat left top;
  margin-right: 10px;
  padding: 8px 0 0 10px;
}

.menu h2 {
  border: none;
  margin: 0 0 5px 0;
}

.menu a {
  text-decoration: none;
  color: black;
}

.menu .footer {
  background: url("/bilder/box.png") no-repeat right bottom;
}

.menu .footer div {
  height: 10px;
  margin-right: 50%;
  background: url("/bilder/box.png") no-repeat left bottom;
}
.menu-dogs li * {
  color: #333;
}

.menu-dogs {
  background: url("/bilder/box-dogs.png") no-repeat right top;
}

.menu-dogs .content {
  background: url("/bilder/box-dogs.png") no-repeat left top;
}

.menu-dogs .footer {
  background: url("/bilder/box-dogs.png") no-repeat right bottom;
}

.menu-dogs .footer div {
  background: url("/bilder/box-dogs.png") no-repeat left bottom;
}
.menu-cats li * {
  color: #333;
}

.menu-cats {
  background: url("/bilder/box-cats.png") no-repeat right top;
}

.menu-cats .content {
  background: url("/bilder/box-cats.png") no-repeat left top;
}

.menu-cats .footer {
  background: url("/bilder/box-cats.png") no-repeat right bottom;
}

.menu-cats .footer div {
  background: url("/bilder/box-cats.png") no-repeat left bottom;
}
.menu-health li * {
  color: #333;
}

.menu-health {
  background: url("/bilder/box-health.png") no-repeat right top;
}

.menu-health .content {
  background: url("/bilder/box-health.png") no-repeat left top;
}

.menu-health .footer {
  background: url("/bilder/box-health.png") no-repeat right bottom;
}

.menu-health .footer div {
  background: url("/bilder/box-health.png") no-repeat left bottom;
}

table.left5 td {
  padding: 0 5px 5px 0;
}

tr.spaceBottom td {
  padding-bottom: 20px !important;
}

tr.spaceTop td {
  padding-top: 20px !important;
}

.key {
  color: #777;
  background: #EEE;
  padding: 0 5px;
  border: 1px outset #999;
}

.inputInfo {
  color: #555;
}

.attention {
  color: red;
}

.invalid {
  background: #FF9999;
}

.error {
  color: red;
  font-weight: bold;
}

.disabled {
  color: gray;
}

.gray {
  color: gray;
}

/* alternating table rows */
.row1 {
  background: #EEE;
}


.head-box {
  background: url("/bilder/box-bright.png") no-repeat right bottom;
}

.head-box .content {
  background: url("/bilder/box-bright.png") no-repeat left bottom;
  margin-right: 5px;
  padding: 0.5em 0 0 5px;
}

.head-box .outer-head {
  background: url("/bilder/box.png") no-repeat right top;
  border-bottom: 1px solid #AAA;
}

.head-box .inner-head {
  background: url("/bilder/box.png") no-repeat left top;
  margin-right: 5px;
  padding-left: 5px;
}

.head-box-dogs {
  background: url("/bilder/box-dogs-bright.png") no-repeat right bottom;
}

.head-box-dogs .content {
  background: url("/bilder/box-dogs-bright.png") no-repeat left bottom;
}

.head-box-dogs .outer-head {
  background: url("/bilder/box-dogs.png") no-repeat right top;
}

.head-box-dogs .inner-head {
  background: url("/bilder/box-dogs.png") no-repeat left top;
}

.head-box-cats {
  background: url("/bilder/box-cats-bright.png") no-repeat right bottom;
}

.head-box-cats .content {
  background: url("/bilder/box-cats-bright.png") no-repeat left bottom;
}

.head-box-cats .outer-head {
  background: url("/bilder/box-cats.png") no-repeat right top;
}

.head-box-cats .inner-head {
  background: url("/bilder/box-cats.png") no-repeat left top;
}

.head-box-health {
  background: url("/bilder/box-health-bright.png") no-repeat right bottom;
}

.head-box-health .content {
  background: url("/bilder/box-health-bright.png") no-repeat left bottom;
}

.head-box-health .outer-head {
  background: url("/bilder/box-health.png") no-repeat right top;
}

.head-box-health .inner-head {
  background: url("/bilder/box-health.png") no-repeat left top;
}

.head-box-front .outer-head {
  background: url("/bilder/box-cats.png") no-repeat right top;
}

.head-box-front .inner-head {
  background: url("/bilder/box-dogs.png") no-repeat left top;
  width: 50%;
  padding-left: 0;
  margin-right: 0;
}

.head-box h2 {
  border: none;
  padding: 0.5em 0;
  margin: 0 !important;
  line-height: 1em;
}

.head-box ul {
  text-align: left;
  margin: 0 0 0 20px;
}

.head-box li {
  margin: 0;
}

.box {
  background: url("/bilder/box-bright.png") no-repeat right top;
}

.box .content {
  background: url("/bilder/box-bright.png") no-repeat left top;
  margin-right: 10px;
  padding: 0.5em 0 0 10px;
}

.box h2 {
  border: none;
  margin: 0 0 5px 0;
}

.box .footer {
  background: url("/bilder/box-bright.png") no-repeat right bottom;
}

.box .footer div {
  height: 0.833333333333em;
  margin-right: 50%;
  background: url("/bilder/box-bright.png") no-repeat left bottom;
}

.box-dogs {
  background: url("/bilder/box-dogs.png") no-repeat right top;
}

.box-dogs .content {
  background: url("/bilder/box-dogs.png") no-repeat left top;
}

.box-dogs .footer {
  background: url("/bilder/box-dogs.png") no-repeat right bottom;
}

.box-dogs .footer div {
  background: url("/bilder/box-dogs.png") no-repeat left bottom;
}
.box-cats {
  background: url("/bilder/box-cats.png") no-repeat right top;
}

.box-cats .content {
  background: url("/bilder/box-cats.png") no-repeat left top;
}

.box-cats .footer {
  background: url("/bilder/box-cats.png") no-repeat right bottom;
}

.box-cats .footer div {
  background: url("/bilder/box-cats.png") no-repeat left bottom;
}
.box-health {
  background: url("/bilder/box-health.png") no-repeat right top;
}

.box-health .content {
  background: url("/bilder/box-health.png") no-repeat left top;
}

.box-health .footer {
  background: url("/bilder/box-health.png") no-repeat right bottom;
}

.box-health .footer div {
  background: url("/bilder/box-health.png") no-repeat left bottom;
}

/******************************************************************************
 * ads                                                                        *
 ******************************************************************************/

.ad-search-left {
  float: left;
  height: 90px;
  margin-bottom: 20px;
  width: 160px;
}

#headerBanner {
  height: 60px;
  margin: 0 auto;
  width: 468px;
}

#headerBanner iframe {
  border: none;
  height: 60px;
  overflow: hidden;
  width: 468px;
}

#ad-outside-right {
  float: right;
  width: 160px;
  height: 600px;
  margin-right: -160px;
}

/* fix absolute (i.e. wrong) positioning of petSpot backfill ads */
#ad-outside-right #skyscraper {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

#ad-left {
  text-align: center;
}

#ad-left-long {
  margin-top: 10px;

  /* don't touch bottom leader board on narrow widths */
  margin-bottom: 10px;
}

#ad-search-results {
  margin: 0 auto;
  text-align: center;
}

#ad-classified {
  background: white;
  border: 1px dashed gray;
  clear: right;
  float: right;
  margin: 5px 0 10px 10px;
  padding: 5px 5px 8px 5px;
}

#ad-classified img {
  border: none !important;
  padding: 0 !important;
}

#ad-profile-bottom {
  text-align: center;
  margin: 20px 0;
}

#ad-footer {
  clear: right;
}

/* try to catch PS's ad div and override its element CSS to position it
   correctly */
#ad-footer script + div {
  padding-top: 20px;
  width: auto !important;
  overflow: visible !important;
}

#ad-footer .placeholder {
  float: left;
  height: 1px;
  margin-bottom: -20px; /* override iframe's margin-top */
  margin-top: 20px;
  width: 180px;
}

#ad-footer iframe {
  /* added dimensions as currently missing in AdScale's leaderboard's iframe */
  width: 728px;
  height: 90px;
}

#ad-footer embed {
  margin-top: 20px;
}

#ad-plista-magazine {
  margin-top: 20px;
}

#ad-plista-breed {
  margin-top: 20px;
  margin-bottom: 20px;
}

#petspot {
  float: right;
  margin: 10px -127px 0 0;
  text-align: center;
}

/******************************************************************************
 * breed list and profiles                                                    *
 ******************************************************************************/

.breedSearch .inputInfo {
  font-size: 95%;
}

.breedSearch .inputInfo * {
  font-size: inherit;
}

.breedSearch a {
  float: right;
  padding-top: 5px;
}

table.breedGallery {
  width: 100%;
  margin-top: 20px;
}

table.breedGallery td {
  padding: 5px;
  border-bottom: 1px solid #AAA;
  text-align: left;
}

table.breedGallery td.separator {
  border-right: 1px solid #AAA;
}

.breedList h2 {
  margin-bottom: 0;
}
  
.breedList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* other names */
.breedList span {
  color: #999;
}

.breedList table {
  width: 100%;
}

.breedList table th {
  text-align: left;
  padding: 3px;
}

.breedList table td {
  padding: 3px;
}

.breedList table td.nav {
  text-align: center;
  padding: 20px;
}

.breedList table tr.row1 {
  background: #EEE;
}

.breedProfile p {
  text-align: justify;
}

.breedProfile h1 span.type {
  float: right;
  color: gray;
}

.breedProfile .box {
  margin-bottom: 10px;
}

.breedProfile .box h2 {
  margin-bottom: 0;
}

.breedProfile .box ul {
  margin-bottom: 0;
  margin-top: 8px;
}

.breedProfile .nav {
  margin-bottom: 10px;
}

.breedProfile table.overview {
  background: white;
  margin: 0 0 20px 20px;
  float: right;
  width: 320px;
  border: 2px solid #CCC;
  border-collapse: collapse;
}

.breedProfile table.overview td, .breedProfile table.overview th {
  border: 1px solid #CCC;
  padding: 5px;
}

.breedProfile table.overview th {
  background: #EEE;
}

.breedProfile .rightFloatImg {
  float: right;
  clear: right;
  min-width: 50px;
  background: #EEE;
  margin: 0 0 10px 10px;
}

.breedProfile .rightFloatImg td {
  width: 20px;
  padding: 5px;
}

.breedProfile .rightFloatImg img {
  margin-bottom: 5px;
}

.breedProfile .wikipediaBox {
  margin-bottom: 10px;
  padding: 5px;
  background: #EEE;
  clear: right;
}

/******************************************************************************
 * user area                                                                  *
 ******************************************************************************/

#login {
  background: white;
  border: 1px dashed #CCC;
  float: right;
  margin: 0 0 10px 10px;
  padding: 5px;
  width: 250px;
}

#login h3 {
  margin: 0 0 5px 0;
  padding: 3px;
  text-align: center;
  background: #EEE;
}

#login td {
  padding: 5px;
}

#login input {
  width: 100%;
}

#logout {
  text-align: center;
}

#logout input {
  margin-top: 5px;
}

.userMainMenu td {
  width: 50%;
}

.userMainMenu a {
  font-weight: bold;
  font-size: 120%;
}

/** table listing a user's active classifieds *********************************/

.myClassifieds {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.myClassifieds td, .myClassifieds th {
  padding: 3px 5px;
  border-bottom: 1px dashed #AAA;
}

.myClassifieds th {
  background: #DDD;
  border-top: 2px solid #AAA;
  white-space: nowrap;
}

.myClassifieds th.pets {
  font-size: 150%;
  padding: 0 0 5px 0;
  background: none;
  border: none;
}

.myClassifieds tr:hover td {
  background: #EEE;
}

.myClassifieds td {
  text-align: center;
}

.myClassifieds td.resettable, .myClassifieds td.resettable:hover {
  background: #FFF782;
  border: none;
}

.myClassifieds td.reset, .myClassifieds td.reset:hover {
  background: #74FA3E;
  border: none;
}

.myClassifieds td.resettable img {
  vertical-align: middle;
  display: none;
}

.myClassifieds td.colThumb {
  width: 80px;
  color: gray;
  font-size: 90%;
}

.myClassifieds td.colDate {
  width: 12ex;
}

.myClassifieds td.left {
  text-align: left;
}

.myClassifieds tr.spacer td {
  height: 1.5em;
}

.myClassifieds .locked {
  color: red;
  font-weight: bold;
}

/** user websites *************************************************************/

.myLinks, form.myLinks table {
  width: 100%;
}

.myLinks ul {
  margin-bottom: 0;
}

.myLinks li {
  margin-top: 0;
}

.myLinks ul, .myLinks ol {
  margin-top: 5px;
}

.myLinks ol {
  margin-bottom: 5px;
}

table.myLinks td {
  padding: 3px;
}

table.myLinks td.missing {
  background: #FF8080;
}

table.myLinks td.pending {
  background: #FFFF70;
}

table.myLinks td.verified {
  background: #A0DBBE;
}

form.myLinks td {
  padding-bottom: 10px;
}

form.myLinks input.text, form.myLinks textarea {
  width: 100%;
  margin-bottom: 5px;
}

form.myLinks a {
  font-weight: bold;
}

/******************************************************************************
 * classified editor                                                          *
 ******************************************************************************/

.editor h1 {
  background: none;
  padding: 0;
  border: none;
}

.editor .progress {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.editor-dogs .progress {
  background: #ABD2F5;
}
.editor-cats .progress {
  background: #FFBEBE;
}
.editor-health .progress {
  background: #98D8B8;
}

.editor .progress td {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.editor-dogs .progress td {
  background: #DAEBFA;
  border: 2px solid #ABD2F5;
  color: #3D9EE0;
}
.editor-cats .progress td {
  background: #FFE5E5;
  border: 2px solid #FFBEBE;
  color: #FF8080;
}
.editor-health .progress td {
  background: #D2EEE1;
  border: 2px solid #98D8B8;
  color: #58B88D;
}

.editor .progress td.curr {
  color: black;
}

.editor-dogs .progress td.curr {
  background: #ABD2F5;
}
.editor-cats .progress td.curr {
  background: #FFBEBE;
}
.editor-health .progress td.curr {
  background: #98D8B8;
}

.editor .progress td.passed {
  color: black;
}

.editor .nav {
  margin-bottom: 10px;
}

.editor .nav .next {
  float: right;
}

.editor .nav .next input {
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
}

.editor .nav .prev {
  font-weight: bold;
}

.editor .component {
  margin-bottom: 15px;
}

.editor .component h2 {
  padding: 5px 7px;
  margin: 0 0 15px 0;
}

.editor-dogs .component h2 {
  background: #DAEBFA;
  border-top: 1px solid #3D9EE0;
  border-bottom: 0;
}
.editor-cats .component h2 {
  background: #FFE5E5;
  border-top: 1px solid #FF8080;
  border-bottom: 0;
}
.editor-health .component h2 {
  background: #D2EEE1;
  border-top: 1px solid #58B88D;
  border-bottom: 0;
}

.editor td input, .editor td select, .editor textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.editor .images input {
  width: 49%;
}

.editor td input.radio, .editor input.checkbox {
  /* don't decrease input width as stated above */
  width: auto;
}

.editor .images h2 {
  background: none !important;
  color: black;
  border: none !important;
  padding: 0;
}

.formInfo {
  color: red;
  border: 1px dashed gray;
  padding: 5px;
}

.formInfo .highlight {
  background: yellow;
}

.errorBox {
  padding: 5px;
  border: 1px dashed red;
  border-width: 1px 1px 0 1px;
  margin-bottom: 10px;
  background: #FFFF99;
  color: red;
}

.progressometer {
  margin-top: 20px
}

.progressometer .prFile {
  margin-bottom: 5px;
}

.progressBar {
  border: 1px solid black;
}

.progressBar .bar {
  background: #4ED49A;
  height: 2em;
  width: 0;
}

.progressBar .percentage {
  float: left;
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  top: -2em;
  width: 70%;
}

.progressBar .rate {
  float: left;
  line-height: 1em;
  padding: 0.5em 1%;
  position: relative;
  top: -2em;
  width: 13%;
}

/******************************************************************************
 * registration/user data editor                                              *
 ******************************************************************************/

table.registration {
  width: 100%;
}

table.registration input.text, table.registration select,
table.userData input, table.userData select {
  width: 25ex;

  /* make sure inputs and selects are the same length */
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

/******************************************************************************
 * classifieds                                                                *
 ******************************************************************************/

.classified {
  border: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 10px;
}

.classified-dogs {
  border: 1px solid #ABD2F5;
}
.classified-cats {
  border: 1px solid #FFBEBE;
}
.classified-health {
  border: 1px solid #98D8B8;
}

.classified table td {
  padding: 0 5px 2px 0;
}

.classified td.announcement {
  color: red;
}

.classified h1 {
  text-align: center;
  margin-bottom: 5px;
  border: none;
}

.classified-dogs h1 {
  background: #DAEBFA;
}
.classified-cats h1 {
  background: #FFE5E5;
}
.classified-health h1 {
  background: #D2EEE1;
}

.classified p {
  text-align: justify;
}

.classified p.attention {
  margin: 0;
  text-align: center;
}

.classified ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.classified li {
  padding-left: 0;
}

.classified img {
  padding: 3px;
}

.classified-dogs img {
  border: 1px solid #ABD2F5;
}
.classified-cats img {
  border: 1px solid #FFBEBE;
}
.classified-health img {
  border: 1px solid #98D8B8;
}

.classified .locked {
  color: gray;
}

.classified .date {
  float: right;
  font-size: 95%;
  color: gray;
}

.classified .label, .classified .sublabel {
  font-weight: bold;
  width: 5%;
}

.classified .sublabel {
  padding-left: 10px;
}

.classified .fraud {
  color: gray;
  font-size: 90%;
}

.classified .firstImg {
  background: white;
  clear: right;
  float: right;
  margin: 5px 0 10px 10px;
  width: 200px;
}

.classified .firstImg td {
  padding: 0;
  width: 280px;
}

.classified .firstImg .pageImg {
  margin-bottom: 3px;
}

.classified .images {
  margin-top: 10px;
}

.classified .images img {
  margin-right: 3px;
}

.classified .images .img {
  width: 10%;
}

/* other user classifieds list */
ul.userCls {
  list-style-type: none;
  padding-left: 0;
}

ul.userCls .item {
  margin-top: 10px;
}

ul.userCls .cls {
  display: inline;
  margin: 0;
  padding: 0;
}

ul.userCls .cls li {
  display: inline;
}

ul.userCls .catItem {
  margin: 3px;
}

/******************************************************************************
 * classified image viewer                                                    *
 ******************************************************************************/

.imgViewerNav .next {
  float: right;
}

.imgViewerNav .clLink {
  margin: 0 30%;
  text-align: center;
}

.imgViewerNav .clLink a {
  margin: 0;
  padding: 0;
}

.imgViewerNav .prev {
  float: left;
}

.imgViewer {
  margin: 20px auto 0 auto;
}

.imgViewer p {
  margin: 5px 0 0 0;
}

/******************************************************************************
 * classified search                                                          *
 ******************************************************************************/

/* placeholder for the right to center the search form */
.rightSearchSpacer {
  height: 2px;
  width: 160px;
  float: right;
}

.searchForm {
  margin: 0 auto;
  width: 350px;
}

.searchForm table.search {
  width: 100%;
}

.searchForm input, .searchForm select {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.searchForm #newSearch {
  float: right;
  margin-top: 15px;
}

.searchForm .submit {
  width: auto;
  margin: 10px 0 0 5em;
}

.shop_search {
  float: right;
  width: 160px;
  text-align: center;
  margin: 10px 0;
}

.shop_search img {
  margin-bottom: 10px;
  width: 110px;
  height: 84px;
}

.searchInfo {
  padding: 5px 5px 5px 10px;
  margin: 20px 0;
  background: #EEE;
  border-top: 1px solid #CCC;
  vertical-align: bottom;
  line-height: 1.75em;
  clear: both;
}

.searchInfo-dogs {
  background: #DAEBFA;
  border-top: 1px solid #3D9EE0;
}
.searchInfo-cats {
  background: #FFE5E5;
  border-top: 1px solid #FF8080;
}
.searchInfo-health {
  background: #D2EEE1;
  border-top: 1px solid #58B88D;
}

.searchInfo span {
  float: right;
  line-height: 0.5em;
}

.searchInfo div {
  clear: right;
}

h2.search {
  border: none;
  font-size: 120%;
  margin-bottom: 10px;
}

h2.search span {
  color: gray;
  float: right;
  font-size: 0.833em;
  font-weight: normal;
  margin-top: 0.177em;
}

.searchResults {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.searchResults tr:hover td {
  background: #EEE;
}

.searchResults td {
  padding: 6px 3px;
  border: 1px dashed #AAA;
  border-width: 1px 0;
}

.searchResults tr.past td, .searchResults tr.past td * {
  color: gray !important;
}

.searchResults td.thumb {
  width: 80px;
  padding-left: 6px;
  vertical-align: middle;
  text-align: center;
  color: gray;
  font-size: 90%;
}

.searchResults td.data {
  vertical-align: top;
}

.searchResults td.data a {
  font-weight: bold;
}

.searchResults td.data div {
  margin-top: 5px;
}

.searchResults td.data .extra {
  color: green;
}

.searchResults td.price {
  width: 7ex;
  text-align: center;
}

.searchResults td.city {
  width: 12ex;
  text-align: center;
}

.searchResults td.created {
  width: 10ex;
  text-align: center;
}

.searchResults span.announcement {
  color: red;
  font-weight: bold;
}

.searchResults .distance {
  font-size: 95%;
  color: green;
  margin-top: 3px;
}

.multiple {
  margin: 0 0 15px 0;
}

.multiple-dogs {
  border: 1px solid #3D9EE0;
}
.multiple-cats {
  border: 1px solid #FF8080;
}
.multiple-health {
  border: 1px solid #58B88D;
}

.multiple th {
  padding: 5px;
}

.multiple-dogs th {
  background: #DAEBFA;
}
.multiple-cats th {
  background: #FFE5E5;
}
.multiple-health th {
  background: #D2EEE1;
}

.pager {
  text-align: center;
  margin-bottom: 10px;
}

.pager a {
  font-weight: bold;
}

.pager .pageLink {
  padding: 5px 7px;
  border: 1px solid #CCC;
}

.pager-dogs .pageLink {
  border: 1px solid #ABD2F5;
}
.pager-cats .pageLink {
  border: 1px solid #FFBEBE;
}
.pager-health .pageLink {
  border: 1px solid #98D8B8;
}

.pager .currPage {
  padding: 6px 8px;
  background: #CCC;
  font-weight: bold;
}

.pager-dogs .currPage {
  background: #DAEBFA;
}
.pager-cats .currPage {
  background: #FFE5E5;
}
.pager-health .currPage {
  background: #D2EEE1;
}

.pager .pagerPrevNext {
  margin: 0 10px;
  color: #AAA;
}

/******************************************************************************
 * contact page                                                               *
 ******************************************************************************/

form.contact table {
  width: 100%;
}

form.contact textarea {
  width: 100%;
}

form.contact input {
  width: 40%;
}

form.contact table .formLabel {
  width: 10%;
  white-space: nowrap;
}

/******************************************************************************
 * articles                                                                   *
 ******************************************************************************/

.articleTeaser {
  margin-bottom: 20px;
}

.articleTeaser h2 {
  border: none;
  margin: 0 0 3px 0;
  padding: 5px 0;
}

.articleTeaser h2 a {
  font-size: 115%;
}

.articleTeaser h3, .article h2.subheading {
  margin: 0;
}

.articleTeaser p {
  margin: 3px 0 0 0;
  text-align: justify;
}

.articleTeaser .ad, .article .ad {
  float: right;
  color: red;
  margin-right: 10px;
}

.articleTeaser .authorDate, .article .authorDate {
  color: gray;
}

.articleTeaser .views, .article .views {
  color: gray;
  float: right;
}

.articleTeaser .authorDate, .article div.authorDate {
  border-bottom: 1px dotted #CCC;
}

.article h1 {
  background: none;
  padding: 0;
  margin: 5px 0;
  border: none;
}

.article h2 {
  border: none;
  font-size: 100%;
  margin: 1em 0;
  text-align: left;
}

.article p, .article div {
  text-align: justify;
}

.article ol li {
  margin: 1em 0;
}

.article .box {
  margin-top: 10px;
}

.article .box h2 {
  margin-top: 0;
}

.article .head-box {
  margin-top: 10px;
}

.article .head-box h2 {
  padding-left: 6px;
}

.article .head-box .content {
  padding: 10px 7px 10px 10px;
}

.article .teaser {
  font-style: italic;
  margin-top: 5px;
}

.article .firstImg, .article .otherImg {
  border: 1px solid #DDD;
  padding: 5px;
}

.article .firstImg {
  float: right;
  margin: 0 0 10px 10px;
}

.article .otherImg {
  float: left;
  margin: 0 20px 20px 0;
}

.article .firstImg img, .article .otherImg img {
  display: block;
}

.article .firstImg .caption, .article .otherImg .caption {
  padding-top: 5px;
  text-align: left;
}

.article .extraInfo {
  margin: 25px 0 10px 0;
}

.article .prev, .articleImgViewer .next {
  float: right;
}

.article .next, .articleImgViewer .prev {
  float: left;
}

.article .overview, .articleImgViewer .back {
  margin: 0 42%;
  text-align: center;
}

.articleImgViewer .img {
  margin: 20px auto;
  border-width: 1px;
  border-style: solid;
  border-color: #DDD;
  padding: 5px;
}

.articleImgViewer .img .caption {
  margin-top: 5px;
}

/******************************************************************************
 * links                                                                      *
 ******************************************************************************/

.links .description {
  color: gray;
}

/******************************************************************************
 * banners & textlinks                                                        *
 ******************************************************************************/

.banners p {
  margin-bottom: 2px;
}

.banners ul li {
  margin: 15px 0;
}

.banners .bannerToggle {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.banners .backlinkInfo {
  background: #EED1BD;
  border-width: 0 1px 1px 1px;
  border: 1px dashed black;
  display: none;
  margin: 10px 0 20px 0;
  padding: 10px;
}

.banners .backlinkInfo h2 {
  border-bottom: none;
  margin-top: 0;
}

.banners .backlinkInfo code {
  display: block;
  font-family: monospace;
  font-size: 120%;
  font-weight: bold;
  margin: 3px 0;
}

.banners .backlinkInfo ol {
  list-style-type: lower-alpha;
  margin-left: 30px;
}

.banners .code {
  background: #EEE;
  border: 1px solid #888;
  font-family: monospace;
  font-size: 120%;
  line-height: 1.5em;
  margin-top: 5px;
  padding: 2px 5px;
}

.bannerCode {
  background: #EEE;
  border: 1px solid #DDD;
  padding: 0 2px;
}

.banners li.banner {
  list-style-type: none;
}

/* just in-page links */
.banners h2 a {
  color: black;
}

/******************************************************************************
 * latest classifieds                                                         *
 ******************************************************************************/

.latestContainer {
  background: white;
  float: right;
  margin: 5px 0 10px 0;
  padding-left: 10px;
  width: 48%;
}

.latestContainer h2 {
  font-size: 100%;
  text-align: center;
}

.latestContainer .head-box .content {
  padding-bottom: 5px;
}

.latest {
  width: 100%;
  border-collapse: collapse;
}

.latest td {
  vertical-align: top;
  padding: 5px;
  border: 1px dashed #CCC;
  border-width: 0 1px 1px 0;
}

.latest td.lastCol {
  border-right-width: 0;
}

.latest td.lastRow {
  border-bottom-width: 0;
}

.latest td:hover {
  background: #EEE;
}

.latest td.thumb {
  width: 10%;
  text-align: left;
}

.latest .category {
  background: #EEE;
  margin-bottom: 5px;
  padding: 4px 0;
  text-align: center;
}

.latest .category a {
  font-weight: bold;
}

.latest a.thumb {
  float: left;
}

.latest a.thumb img {
  margin: 0 5px 5px 0;
}

.latest td {
  width: 50%;
}

.latest a.cl {
  text-decoration: none;
  color: black;
}

.latest .date {
  color: gray;
}

/******************************************************************************
 * front page                                                                 *
 ******************************************************************************/

h1.welcome {
  font-size: 200%;
  font-weight: bold;
  color: #777;
  background: none;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 0;
  border: none;
}

h1.welcome a {
  color: inherit;
  text-decoration: none;
}

#frontChooser {
  margin-top: 5px;
  text-align: left;
  font-weight: bold;
}

#frontChooser h2 {
  border: none;
  font-size: 150%;
  margin: 0;
  padding: 0;
}

#frontChooser ul {
  list-style-image: url("/bilder/list-paw.png");
}

#frontChooser ul li {
  font-size: 120%;
  font-weight: normal;
}

#frontTopRow {
  float: right;
  text-align: center;
  margin-top: 5px;
  margin-right: 2%;
  width: 96%;
}

#frontTopRow #dogBox {
  float: left;
  width: 214px;
  margin-right: 35px;
  margin-bottom: 5px;
  text-align: center;
}

#frontTopRow #catBox {
  float: right;
  width: 194px;
  margin-left: 0px;
  text-align: center;
}

#frontTopRow h1 {
  background: none;
  font-size: 200%;
  margin: 10px 0;
}

#frontTopRow a.strong {
  font-size: 150%;
}

#frontTopRow p {
  margin-bottom: 10px;
}

#frontTeaserRow {
  clear: right;
  margin: 0 0 0 12px;
}

.frontTeaser {
  float: left;
  margin: 2em 10px 10px 0;
}

.frontTeaser .content {
  height: 11.0em;
}

.frontTeaser.last {
  margin-right: 0;
}

.frontTeaser h2 {
  font-size: 100%;
  margin: 0 0 10px 0;
  text-align: center;
}

.frontTeaser img {
  display: block;
  margin: 0 auto;
}

.frontCatTeaser {
  width: 128px;
  text-align: center;
}

.frontCatTeaser img {
  width: 110px;
  height: 64px;
  margin: 7px auto;
}

.frontCatTeaser .randomBreed {
  height: 64px;
  margin: 7px auto;
  overflow: hidden;
  width: 110px;
}

.frontCatTeaser .randomBreed img {
  height: auto;
  margin: 0 auto;
  width: auto;
}

.frontSearchBox {
  width: 200px;
  margin-top: 0;
}

.frontSearchBox .content {
  height: 14.166em;
  /* add 1px to the height which is missing due to the lack of a header's
     bottom border like in a head-box */
  padding-bottom: 1px;
}

.frontSearchBox select {
  width: 100%;
  margin-bottom: 10px;
}

.frontSearchBox table.radius {
  width: 100%;
}

.frontSearchBox table.radius td.formLabel {
  text-align: center;
}

.frontSearchBox table.radius select {
  margin: 0;
}

.frontSearchBox table.radius input {
  width: 90%;
}

.frontSearchBox .submit {
  margin-top: 10px;
  text-align: center;
}

.frontSearchBox .notFound {
  text-align: center;
  margin-top: 3px;
}

#frontArticles h1 {
  background: none;
  margin: 0 0 10px 0;
  padding: 0;
  color: black;
  border: none;
}

#frontArticles h2 {
  margin: 0;
}

#frontArticles ul {
  margin-bottom: 0;
}

/******************************************************************************
 * pets front pages                                                           *
 ******************************************************************************/

#frontTopRow.dogs {
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 2%;
  width: 98%;
}

#frontTopRow.cats {
  background: none;
}

#frontTopRow.cats #imgLeft {
  float: left;
  margin-right: 40px;
}

#frontTopRow.cats #imgRight {
  float: right;
}

#petsTopRight {
  float: right;
  width: 260px;
}

#petsTopRight h2 {
  margin-bottom: 5px;
  font-size: 100%;
  text-align: center;
}

#petsTopRight ul {
  margin: 0;
  padding-bottom: 2px;
  list-style-type: none;
}

#petsTopRight ul li {
  margin-bottom: 2px;
  padding: 3px;
}

#frontTeaserRow.dogs, #frontTeaserRow.cats {
  margin-top: 10px;
}

/* separate #frontTeaserRow and following stuff, we can't assign a top margin
   to #frontArticles as it contains the floating #frontTeaserRow and the
   margin is ignored */
#frontSpacer {
  float: right;
  height: 0;
  margin: 5px 0;
  width: 100%;
}

/******************************************************************************
 * press releases                                                             *
 ******************************************************************************/

ul.press {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

ul.press li {
  float: left;
  clear: both;
  margin: 8px 0;
  padding: 0;
  width: 100%;
}

ul.press img {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

ul.press a {
  font-weight: bold;
}

ul.press div, ul.press span {
  color: gray;
}

/******************************************************************************
 * price list                                                                 *
 ******************************************************************************/

.pricelist table {
  border-collapse: collapse;
  margin: 20px;
  border: 2px solid #AAA;
}

.pricelist table th {
  background: #EEE;
}

.pricelist table th, .pricelist table td {
  padding: 5px;
  border: 1px solid #CCC;
}

.pricelist table .inputInfo {
  margin-left: 10px;
}

.pricelist table .special {
  font-weight: bold;
  text-align: center;
  color: red;
}

/******************************************************************************
 * terms and conditions                                                       *
 ******************************************************************************/

.tac ol li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.tac li ol {
  margin-top: 10px;
  list-style-type: lower-alpha;
}

/******************************************************************************
 * shop                                                                       *
 ******************************************************************************/

.spreadshopOrder {
  width: 540px;
  margin: 0 auto 30px auto;
}

.spreadshopOrder h2 {
  border: none;
  margin-top: 0;
}

.spreadshopOrder .step {
  float: left;
  width: 170px;
  margin: 0 5px;
  text-align: center;
}

.spreadshopOrder .step img {
  width: 130px;
  height: 130px;
}

.spreadshopOrder .caption {
  text-align: left;
  margin-top: 10px;
  color: #555;
}

.spreadshopOrder .number {
  font-size: 4.2em;
  line-height: 0.8em;
  display: block;
  float: left;
  color: #AAA;
  font-weight: bold;
  margin: 2px 3px 0 0;
}

.spreadshopProduct {
  float: left;
  margin: 0 3px 6px 3px;
  width: 150px;
}

.spreadshopProduct img {
  width: 130px;
  height: 130px;
}

.spreadshopProduct a.text {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.spreadshopProduct div {
  font-weight: bold;
}

/******************************************************************************
 * partners                                                                   *
 ******************************************************************************/

img.ivw {
  width: 1px;
  height: 1px;
  display: none;
}
