﻿/* Copyright 2009 Cenoniada.pl, All Rights Reserved */

@charset "utf-8";
      
      html, body {
        width: 100%;
        height: 100%;
      }
      
      body {
        font-family: Verdana;
        font-size: 12px;
      }
      
      img { border: none; }
      
      /*
      div {
        border: 1px solid blue;
      }
      */
      
      #page {
        position: absolute;
        display: block;
        font-family: Verdana;
        font-size: 10px;
        width: 100%;
      }
      
      input[text] { padding: 1px; }
      .error { border: 2px solid Red; background-color: #FFBBBB; }
      
      #search-box {
        position: relative;
        width: 100%;
      }
      
      #search-box a {
        text-decoration: none;
      }
      
      #logo {
        position: relative;
        display: block;
        width: 428px;
        height: 80px;
        margin-bottom: 10px;
        background: url(images/porownywarka_cen.jpg) no-repeat;
      }

    #logo_mini {
        position: relative;
        display: block;
        width: 262px;
        height: 49px;
        margin-bottom: 10px;
        background: url(images/wyszukiwarka.jpg) no-repeat;
      }
      
      #form {
        position: relative;
      }
      
      #small_font {
        position: absolute;
        font-size: 11px;
        margin-left: 10px;
        width: 100px;
      }
      
      #resulst-container {
        text-align: center;
        margin-left: 20px;
        width: 800px;
      }
      
      #result-box {
        position: relative;
        width: 100%;
        float: left;
        margin-top: 20px;
      }
      
      #result-image {
        float: left;
        margin-right: 10px;
      }
      
      #result-title {
        position: relative;
        margin-bottom: 1px;
        text-align: left;
        
        font-family: Verdana;
        font-size: 13px;
      }
      
 	
      #result-content {
        position: relative;
        position: expression("absolute");
        left: expression("110px");
        width: 720px;
        width: expression("610px");
        text-align: left;
        
        font-family: Verdana;
        font-size: 11px;
      }
      
      #result-info {
        position: absolute;
        left: 700px;
        top: 0px;
        width: 200px;
        height: 100px;
      }

      #result-advertise {
        position: absolute;
        left: 900px;
        top: 0px;
        width: 200px;
        height: 100%;
      }
      
      #change_page {
        position: relative;
        width: 99%;
        float: left;
        margin-top: 20px;
      }
      
      
      .a {
        border: 1px solid #000000;
        padding: 1px;
      }
      
      #error {
        padding: 10px;
        border: 1px solid red;
        margin: 15px;
      }
      
      
      #price {
        font-family: Verdana;
        font-size: 14px;
        font-weight: bold;
        color: coral;
      }
      
      #after_content {
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        color: Gray;
      }
      
      #after_price {
        font-family: Verdana;
        font-size: 11px;
        color: Gray;
   
      
      #a_d_s {
        position: absolute; 
        overflow: auto;
        right: 20px;
        top: 130px;
        width: 200px;
        border: 1px;
        padding: 2px;
      }

.result-title em, .result-content em {background-color: #ffff9f;}