@CHARSET "UTF-8";

@import "mod_products.css";

* { margin: 0px; padding: 0px; }
body { font-size: 10px; font-family: "Arial"; background-color: #e599f3; }

#page { display: block; margin: 0px auto; width: 990px; }
#top { display: block; height: 304px; background: transparent url(../images/pozadie_top.jpg) no-repeat left top; position:relative; }
#main { display: block; margin: 8px 0px; background: transparent url(../images/pozadie_main.jpg) no-repeat left top; }
#left { width: 214px; background: transparent url(../images/pozadie_left.jpg) no-repeat left top; }
#main_content { background: white url(../images/pozadie_main_content.jpg) no-repeat right top; -moz-border-radius-top-left: 10px; border-radius: 10px; padding-bottom: 20px; }
#right { width: 227px; background: white url(../images/pozadie_right.jpg) no-repeat left top; }
#bottom { display: block; height: 36px; background: #be04e0 url(../images/pozadie_bottom.jpg) no-repeat left top; }

.path { display: block; margin: 10px 25px 15px 25px; border-bottom: 1px solid black; padding-bottom: 2px; }
.path a { text-decoration: none; color: black; }
.path a:visited { color: black; }