.gigfolder_event {
    background-color: wheat;
    padding: 40px;
    margin: 20px;
    -moz-border-radius: 1em;
    border-radius: 5px;
   clear: both;
}

.gigfolder_event .date {
    float: left;
    width: 100px;
}

.gigfolder_event .details {
    margin-left: 120px;
}

.gigfolder_event a {
    text-decoration: underline;
}

.gigfolder_product {
    background-color: wheat;
    padding: 40px;
    margin: 20px;
    -moz-border-radius: 1em;
    border-radius: 5px;
   clear: both;
}

.gigfolder_product .gigimage {
    float: left;
    width: 100px;
}

.gigfolder_product .product_details {
    margin-left: 140px;
}

.gigfolder_product a {
    text-decoration: underline;
}

.gigbutton {
    background: #ffd700;
    font: sans-serif;
    font-size: large;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    -moz-border-radius: 1em;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

#gigtablist a {
    list-style-type: none;
}