@charset "utf-8";
/*
 * Copyright © 2005-2008 Grupa eStorm Internet Technologies. All rights reserved.
 * website : http://www.estorm.pl, phone : +48 42 296 02 57
 * email   : office@estorm.pl
 * 
 * ZESTAW OGOLNYCH USTAWIEN CSS
 *
 */
  
/***** Global Settings *****/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

html,body {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font: 10px helvetica, tahoma, arial, sans-serif;	
}
/***** Common Formatting *****/
h1,h2,h3,h4,h5,h6 {
  letter-spacing:0px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: middle;
}
ul,ol {
  margin: 0;
  padding: 0 0 2px 0;
}
ul,ol {
  list-style: none;
  padding: 0 0 5px 3px;
}
p {
  margin: 0;
  padding: 4px 0;
  /*line-height: 1.5em;*/
}
blockquote {
  margin: 15px 25px;
  padding: 0;
}
small, .small  {
  font-size: 0.90em;
}
.big {
  font-size: 1.7em;
}
sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}
sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}
acronym,abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

/***** Links *****/
a {
  outline: none;
}

a, a:visited {
	color:#4F4F4F;
  text-decoration: none;
}

/***** Forms *****/
form {
  margin: 0;
  padding: 0;
  display: block;
}
textarea {
  line-height: 1.25;
}

label {
  cursor: pointer;
}

/***** Tables *****/
table {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
}

td {
  padding: 2px;
}

/***** Wrapper *****/
#wrap, .wrap {
  width: 980px;
  margin: 0 auto;
}

/***** Global Classes *****/
.clear, .cl {
  clear: both;
  line-height: 0 !important; 
  height: 0 !important;
}
.clear-br {
  clear: both;
  height: 1em;
  line-height: 1em;
}
.float-left,.fl {
  float: left;
}

.float-right,.fr {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.highlight {
  background: #ffc;
}
.invisible {
  display: none;
  z-index: -2000;
}
.display-none {
  display: none;
}
.img-left {
  float: left;
  margin: 4px 10px 4px 0;
}

.img-right {
  float: right;
  margin: 4px 0 4px 10px;
}

.nopadding {
  padding: 0;
}

.noindent {
  margin-left: 0;
  padding-left: 0;
}

.nobullet {
  list-style: none;
  list-style-image: none;
}

/** Margins **/

.center { 
  margin:0px auto;
}

/** Positions **/
.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}
.nowrap {
	white-space: nowrap;
}
/** Symfony - standard class **/

.form_error { color: #DA1A17; }
option {
	padding: 4px 0 4px 10px;
}

input, select {
	font-size: 13px;
}
