/* 
    Document   : style
    Created on : 2011-08-20, 19:35:46
    Author     : Tomek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root, body, html { 
    display: block;
    margin: 10px;
    padding: 0px;
    text-align: center;
    background-color: #FFDB0E;
    font-family: Tahoma;
    font-size: 11px;
    color: #515151;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    border-bottom: 1px dotted black;
}
.page {
    margin: 0px auto;
    background-color: #FFDB0E;
}
.body {
    text-align: left;
    width: 100%;
    background-color: #FFDB0E;
}
.header {
    background-color: #585B5E;
    height: 150px;
}
h1 {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}
h2 {
    font: bold 14px tahoma;
}
h2 a {
    text-decoration: none;
}
h1 img, h2 img {
    vertical-align: middle;
    margin-right: 5px;    
}
ul {
    list-style: none;
    padding-left: 30px;
    list-style-image: url('images/bl.gif');
}
ul li {
    padding: 5px;
}
.content {
    background-color: #ffffff;
    padding: 5px;
}
.content a {
    color: #515151;
}

.content .item {
    font: 11px tahoma;
    border-bottom: 1px dotted #000;
}
.categories {
    width: 20%;
    background-color: #EEEEEE;
}
.categories a{
    color: #515151;
}
.producers {
    width: 20%;
    background-color: #EAEEDD;
}
.producers a {
    color: #515151;
}
a.img:hover {
    border: 0px none;
}
.header a span {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding-left: 20px;
}
