table.product-listing {
    clear:              both;
    width:              536px;
    border-bottom:      1px solid #cccccc;
    border-left:        1px solid #cccccc;
    border-collapse:    collapse;
}

table.product-listing caption {
    display:            none;
}

table.product-listing td, table.product-listing th {
    font-size:          11px;
    background-color:   #ffffff;
    border-top:         1px solid #cccccc;
    border-right:       1px solid #cccccc;
    padding:            5px;
    padding-left:       8px;
    padding-right:      8px;
}

table.product-listing th {
    text-align:         left;
    color:              #000000;
}

table.product-listing td {
    color:              #777777;
}

table.product-listing a {
    color:              #008ed9;
}

table.product-listing a:hover {
    text-decoration:    none;
}

table.product-listing td.price {
    color:              #333333;
}

table.product-listing th.right {
    text-align:         right;
}

tr.total td, tr.total th {
    border-top:         2px solid #000000;
}

td.center, th.center {
    text-align:         center;
}

div.formfield {
    margin-bottom:      10px;
    line-height:        14px;
}

div.formfield label {
    font-weight:        bold;
    display:            block;
}

div.formfield input, div.formfield textarea, div.formfield select {
    width:              300px;
}

div.formfield select {
    width:              306px;
}

div.formfield input.cb {
    width:              auto;
}

div.formfield label.cb {
    display:            inline;
    font-weight:        normal;
}

div.formfield input.button {
    width:              auto;
}

div#deliverycontainer {
    display:            none;
}

div#othercontainer {
    display:            none;
}

div.productsale {
    width:              540px;
    height:             auto;
    background-image:   url('../images/bg_productsale.png');
    background-repeat:  repeat-x;
    float:              none;
    font-size:          11px;
    margin-bottom:      30px;
}

div.productsale h3 {
    text-transform:     none;
}

div.productsale div.image {
    height:             auto;
    overflow:           visible;
    float:              left;
}

div.productsale div.other {
    float:              right;
}

div.productsale div.pricing {
    text-align:         right;
    float:              none;
    margin:             0;
}

div.productsale div.pricing span {
    font-weight:        bold;
}

div.productsale div.stock {
    margin-top:         50px;
    font-weight:        bold;
    float:              none;
    text-align:         right;
}

div.related {
    min-height:         150px;
    margin-top:         50px;
}

div.related_product {
    float:              left;
    width:              104px;
    height:             130px;
    margin-left:        15px;
    margin-right:       15px;
    margin-top:         5px;
    text-align:         center;
    line-height:        13px;
}

div.image_container {
    width:              104px;
    height:             90px;
    overflow:           hidden;
}

div.related_product img {
    border:             0;
    margin-top:         auto;
}

div.related_product a {
    color:              #777777 !important;
    font-size:          11px !important;
    text-decoration:    none;
}

div.related_product a:hover {
    text-decoration:    underline;
}


