/* 
    Document   : style
    Created on : Feb 7, 2010, 2:21:20 PM
    Author     : Kamil ÖRS
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
    padding: 100px;
    background-color: #c7b89b;
    font-family: Tahoma;
    color: #333;
    text-align: center;
}

#droidpark {
    margin: 0 auto;
    width: 600px;
    padding: 25px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-align: left;
}

.item {
    padding: 5px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: bold;
    background-image: url('item.png');
    background-position: center left;
    background-repeat: no-repeat;
}


