/* $Id: views-styles.css,v 1.3 2010/06/24 23:08:18 jmburnz Exp $ */

/**********************************************************
 *                    Views Styles
 **********************************************************/

/* TODO: add basic views selectors */





.view-index .views-row {
 float: left;
}

.view-index .views-row.views-row-2 {
 margin: 0 11px;
}

.view-top .views-field-field-image img{
 border-radius: 0 0 25px 0;
 border-left: 1px solid #393939;
 border-right: 1px solid #393939;
 border-bottom: 1px solid #393939;
}

.view-samochody h3 {
 color: #0091C7;
  font-size: 150%;
  margin-top: 20px;
}

input.text, input.title, textarea, select {
    border: 1px solid #c0c0c0;
    margin: 0.375em 0;
    padding: 10px 20px;
    font-size: 14px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    background: #008dc1 none repeat scroll 0 0;
    border-color: #fff;
    border-radius: 20px;
    color: #fff;
    margin-top: 0.6em;
    padding: 5px 10px;
}

.view.view-slider-samochody .views-field-nothing {
 background: #000;
 margin-top: -100px;
 z-index: 10;
 padding: 15px;
}


#block-views-slider-samochody-block {
 overflow: hidden;
  height: 320px;
}
