/*
  #909090 - tekst (dawniej #9f9f9f)
  #dadada - tekst nagłowka strony (headera), obramowania
  #85ac1e - wyroznienie naglowkow, wyszukiwarka
  #50514d - naglowek 1, 2, 3, pogrubienie, submit
  #636363 - link menu
  #93b300 - hiperlacze
  #f5f5f5 - linia pozioma, obramowanie adsense
  #ff8020 - wazne, komunikat bledu
*/

/* ------------------------ IMPORT ------------------------ */
@import url(styles.css);

/* ------------------------ ALL ------------------------ */
*
{
  margin: 0px;
  padding: 0px;
}

/* ------------------------ MAIN ------------------------ */
html
{
  height: 100%;
}

body
{
  background-color: #ffffff;
  color: #909090;
  font: 11px "trebuchet ms", helvetica, sans-serif;
  height: 100%;
}

/* ------------------------ CONTAINER ------------------------ */
#container
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

.container-outer
{
  width: 100%;
}

.container-inner
{
  height: 100%;
  margin: 0px auto;
  position: relative;
  width: 760px;
}

/* ------------------------ HEADER ------------------------ */
#header
{
  background: #4d4d4d url(../layout/header_bg.gif) repeat-x;
  height: 104px;
}

#header #logo
{
  background: url(../layout/logo.gif) no-repeat;
  bottom: 25px;
  height: 34px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  text-indent: -99em;
  width: 205px;
}

#header #logo a
{
  background: none;
  display: block;
  height: 100%;
  width: 100%;
}

#header #language
{
  color: #dadada;
  display: none;
  position: absolute;
  right: 0px;
  top: 5px;
}

#header #quick-search
{
  bottom: 31px;
  color: #dadada;
  font-size: 13px;
  position: absolute;
  right: 0px;
}

#header #quick-search input[type="text"]
{
  width: 140px;
}

/* ------------------------ CONTENT ------------------------ */
#content
{
  padding: 20px 0px 100px;
}

#content-left
{
  float: left;
  width: 185px;
}

#content-right
{
  background: url(../layout/shadow_1.gif) repeat-x;
  float: right;
  width: 570px;
}

/* ------------------------ COLUMN ------------------------ */
#column-left /* 155px */
{
  padding: 0px 15px;
  position: relative;
}

#column-left p
{
  line-height: 16px;
  margin: 0px;
}

#column-right  /* 530 px */
{
  padding: 25px 20px 0px;
  position: relative;
}

/* ------------------------ FOOTER ------------------------ */
#footer
{
  background: url(../layout/shadow_1.gif) repeat-x;
  bottom: 0px;
  height: 70px;
  left: 0px;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  text-align: center;
}

/* ------------------------ MENU ------------------------ */
#menu
{
  padding-bottom: 10px;
}

#menu ul
{
  list-style: none;
}

#menu li
{
  background: none;
  font-weight: bold;
  padding: 0px;
  text-align: right;
}

#menu a
{
  background-image: url(../layout/menu_link_bg.gif);
  color: #636363;
  display: block;
  font-size: 13px;
  height: 27px;
  margin-bottom: 2px;
  padding: 11px 17px 0px 17px;
  position: relative;
  text-decoration: none;
}

#menu a:hover
{
  background-image: url(../layout/link_bg.gif);
  color: #ffffff;
}

#menu a span
{
  position: relative;
  z-index: 2;
}

#menu a span.icon
{
  background-position: -25px -30px;
  background-repeat: no-repeat;
  height: 38px;
  margin: 0px 0px 0px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  z-index: 1;
}

#menu a span.app
{
  background-image: url(../layout/icons/app_gray.png);
  background-position: -20px -30px;
}

#menu a:hover span.app
{
  background-image: url(../layout/icons/app_light.png);
}

#menu a span.upload
{
  background-image: url(../layout/icons/upload_gray.png);
}

#menu a:hover span.upload
{
  background-image: url(../layout/icons/upload_light.png);
}

#menu a span.search
{
  background-image: url(../layout/icons/search_gray.png);
  background-position: -20px -30px;
}

#menu a:hover span.search
{
  background-image: url(../layout/icons/search_light.png);
}

#menu a span.catalog
{
  background-image: url(../layout/icons/catalog_gray.png);
}

#menu a:hover span.catalog
{
  background-image: url(../layout/icons/catalog_light.png);
}

#menu .end
{
  background: url(../layout/shadow_1.gif) repeat-x;
  height: 30px;
}

/* ------------------------ PARAGRAPH ------------------------ */
p
{
  line-height: 20px;
  text-align: justify;
}

/* ------------------------ HEADLINE ------------------------ */
h1
{
  color: #50514d;
  font-size: 26px;
  font-weight: bold;
}

h1 span
{
  color: #85ac1e;
}

h2
{
  color: #50514d;
  font-size: 16px;
  font-weight: bold;
}

h3
{
  background: url(../layout/shadow_2.gif) repeat-x left bottom;
  color: #50514d;
  font-size: 15px;
  font-weight: bold;
  margin: 25px 0px 6px;
  padding-bottom: 8px;  
}

h3:first-child
{
  margin-top: 0px;
}

h3 span
{
  color: #85ac1e;
}

h3 sup
{
  font-size: 11px;
  font-weight: normal;
}

h4
{
  color: #50514d;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0px 4px;
}

h4:first-child
{
  margin-top: 0px;
}

/* ------------------------ HYPERLINK ------------------------ */
a
{
  color: #93b300;
  text-decoration: underline;
}

a:hover
{
  background: #d3e378 url(../layout/link_bg.gif) 0px -5px repeat-x;
  color: #ffffff;
  text-decoration: none;
}

/* ------------------------ LIST ------------------------ */
ul
{
  list-style: none;
}

li
{
  background-image: url(../layout/x_gray.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;  
  padding-left: 15px;
  padding-top: 4px;
}

li:first-child
{
  background-position: 0px 3px;
  padding-top: 0px;
}

ul.divided li
{
  border-top: solid 1px #f5f5f5;
  margin-top: 4px;
}

ul.divided li:first-child
{
  border-top: 0px;
  margin-top: 0px;
}

/* ------------------------ IMAGE ------------------------ */
img
{
  border: none;
}

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

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

/* ------------------------ FORM ------------------------ */
form.small input
{
  font-size: 11px;
}

input
{
  font: 13px "trebuchet ms", helvetica, sans-serif;
  padding: 2px;
}

input[type="text"], input[type="password"]
{
  border: 1px solid #dadada;
  color: #85ac1e;
}

input[type="submit"], input[type="button"]
{
  color: #50514d;
  font-weight: bold;
}

input[type="submit"], input[type="button"]
{
  padding-left: 8px;
  padding-right: 8px;
}

input.button
{
  padding: 4px 16px;
}

/* ------------------------ TABLE ------------------------ */
table
{
  border-spacing: 0px;
}

td
{
  padding: 4px 10px 4px 0px;
}

thead
{
  font-weight: bold;
}

thead td
{
  border-bottom: 1px solid #f5f5f5;
}

/* ------------------------ AD ------------------------ */
.ad
{
  overflow: hidden;
}

#ad-468x60-space
{
  height: 60px;
  margin: 20px auto 0px auto;
  width: 468px;
}

#ad-468x60
{
  left: 241px;
  position: absolute;
  top: 96px;
}

/* ------------------------ STYLE ------------------------ */
strong
{
  color: #50514d;
}

.important
{
  color: #ff8020;
}

.tip
{
  font-size: 13px;
  font-weight: normal;
  left: 15px;
  position: relative;
  top: -2px;
}

.hr
{
  border-bottom: solid 1px #f5f5f5;
  height: 1px;
  margin: 10px 0px;
  width: 100%;
}

.gap
{
  height: 20px;
}

.gap-small
{
  height: 5px;
}

.pad
{
  padding-top: 20px;
}

.pad-small
{
  padding-top: 5px;
}
