/*
Document   : StyleSheet
Created on : 2010-02-06, 05:30:22
Author     : uyszosti
Description:
    Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
html {
    height: 100%;
}
body {
    background-color: #2b6ef7;
    background-image: url(tlo.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    line-height:normal;
    text-align:center;
    font-family:"Arial","Tahoma","Verdana","Helvetica",sans-serif;
    text-decoration:none;
}
.header {
    background-image: url(bg_menu.jpg);
    background-repeat: repeat-x;
    margin:0 auto;
    position: relative;
    text-align: left;
    width: 900px;
    padding-bottom: 1px;
}
.header a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #ffe01b;
}
.header a:hover {
    color: #d60000;
}
.page {
    margin:0 auto;
    position:relative;
    text-align:left;
    width:900px;
    background-color:#c6d6f7;
    border-color: #ffe01b;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    
}
.footer {
    margin:0 auto;
    position:relative;
    text-align:center;
    padding-top: 5px;
    width:900px;
    height: 20px;
    font-size: xx-small;
}
.divimage_mini {
    margin:0 auto;
    background-image: url(bg_image_mini.jpg);
    background-repeat: no-repeat;
    width: 205px;
    height: 300px;
    padding-top: 36px;
    text-align: left;
}
.tytul {
    background-image: url(tytul.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 50px;
    font-weight: bold;
    font-size: x-large;
    padding-left: 15px;
}
.ofertamenu a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #ffe01b;
}
.ofertamenu a:hover {
    color: #d60000;
}
.oferta_list_prod {
	height: 330px;
}
.oferta_list_prod_dane {
	float: left;
	width: 500px;
	margin-left: 30px;
}
.oferta_list_prod_img {
    background-image: url(bg_image.jpg);
    background-repeat: no-repeat;
    width: 308px;
    float: left;
}
.oferta_list_prod_img_d {
	position: relative; 
	left: 0px; 
	top: 41px; 
	width: 233px; 
	height: 355px; 
	margin-left: 47px; 
	margin-bottom: 0px;
}
.oferta_list_div_s {
	position: relative; 
	left: 510px; 
	top: 0px; 
	width: 260px; 
	height: 69px; 
	margin-left: 47px; 
	text-align: center;
}
.oferta_list_div_s_d {
    margin:0 auto;
    /*background-image: url(bg_image_s.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;*/
    width: 60px;
    height: 69px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    display: inline;
}
.oferta_list_div_s_i {
	border-color: #d090a8;	
}
