* {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

p {
    text-align: justify;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    text-indent: 1em;
}

h2 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.25em;
    margin-left: 0.4em;
    margin-right: 0.4em;
}

h1 {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.5em;
    margin-left: 0.8em;
    margin-right: 0.8em;
}

body {
    padding: 0 1em 1em 1em;
    background: url(bg.gif) repeat-x;
    color: #343434;
}

a, .diva {
    color: #569100;
    text-decoration: underline;
}

a:hover {
    color: #569100;
    text-decoration: none;
}

.HeaderButons {
    height: 28px;
    color: white;
    background: url(bbgg.gif) no-repeat left;
    font-size: 1.2em;
    font-weight: bold;
}

ul {
    list-style: square inside;
    padding-left: 0.5em;
    text-align: left;
}

ol {
    padding-left: 1.5em;
}

.HeaderButtonsBg {
    height: 28px;
    z-index: -2;
    background: url(bbg.gif) repeat-x;
}

input, select, textarea {
    border: 1px solid #CDDFB9;
    margin: 0.5em;
    padding: 0.2em;
}

input {
    #height: 2em;
}

.ContentBorder {
    border-color: #CDDFB9;
    border-width: 1px;
    border-style: solid;
    background-color: White;
    padding: 1em;
}

.product1firstrow0col, .product0firstrow0col, .product0firstrow1col, .product1firstrow1col {
    width: 50%;
    vertical-align: top;
    padding-top: 0.7em;
}

/*
.product1firstrow0col, .product0firstrow0col
{
	float:left;
}
.product0firstrow1col, .product1firstrow1col
{
	float:right;
}*/
.product1firstrow0col {
    border-right: 1px dotted #C8C8C8;
}

.product0firstrow0col {
    border-top: 1px dotted #C8C8C8;
    border-right: 1px dotted #C8C8C8;
}

.product0firstrow1col {
    border-top: 1px dotted #C8C8C8;
}

.product_name {
    color: #007BB4;
    font-size: 1.2em;
}

.product_price_cart {
    text-align: center;
    color: #F4A600;
    font-size: 1.2em
}

.product_price {
    text-align: center;
    color: #F4A600;
    font-size: 1.5em;
    vertical-align: bottom;
    padding-bottom: 0.3em;
}

.cart_cell_left, .cart_cell {
    padding: 0.5em;
    border-bottom: 1px dotted #C8C8C8;
}

.cart_cell_left {
    border-right: 1px dotted #C8C8C8;
}

.cart_cell {
    border-left: 1px dotted #C8C8C8;
}

.header_text {
    color: #0A6E0F;
}

.error {
    color: red;
}

div.ContentBorder > img {
    max-width: 100%;
}

div.button{
    border-radius: 0.5em;
    cursor: pointer;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: white;
    font-size: 1.1em;
    box-shadow: 0.3em 0.3em 0.3em darkgrey;
    margin-left:1em;
    margin-top: 0.5em;
    display: inline-block;
}

div.button:active
{
    box-shadow: 0.2em 0.2em 0.2em grey;
    transform: translateY(0.1em);
}

div.button-blue
{
    background: radial-gradient(#24a7e4, #76c8ee);
}

div.button-blue:hover
{
    background: radial-gradient(#1497f4, #66b8fe);
}

div.button-green
{
    background: radial-gradient(#8bcd2e, #bbe285);
}

div.button-green:hover
{
    background: radial-gradient(#76b027, #a9cc78);
}

div.button-details
{

}