
.listItem a  {
    margin: 10px 6px 0 10px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 8px;
    border: #ccc 1px dotted;
    }

.listItem a:hover {
    border: #369 1px dotted;
    text-decoration: none;
    }

#rightBody .listItem a {
    text-decoration: none;
    color:  #66c;
    }

.listItem a strong {
    font-weight: bold;
    margin: 0;
    }

.listItem a:hover strong {
    text-decoration: underline;
    }

.listItem a span {
    font-weight: normal;
    color: #666;
    margin: 0;
    }

.listItem a:hover span {
    color: #999;
    }

.itemTitle {
    font-weight: bold;
    color: #33c;
    }
    

.quoteContainer {
    display: block;
    width: 470px;
    background: top left url(../images/items_bg_top.gif) no-repeat;
    padding: 0;
    margin: 10px;
    }

.quoteItem {
    display: block;
    width: 470px;
    background: bottom left url(../images/items_bg_bottom.gif) no-repeat;
    padding: 0;
    margin: 0;
    }

.quoteContent {
    display: block;
    width: 450px;
    padding: 0;
    padding: 10px 10px 50px 10px;
    }

.listProductLeft a, .listProductRight a {
    display: block;
    float: left;
    width: 224px;
    height: 120px;
    border-top: none;
    border-right: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
    border-left: none;
    padding: 8px
    }

.listProductRight a {
    border-right: none;
    }

.listProductLeft a img, .listProductRight a img {
    float: right;
    margin: 8px;
    border: none;
    }

/* ------------ IE 6 ----------- */

* html .listProductLeft a {
    display: block;
    float: left;
    width: 200px;
    height: 120px;
    border-top: none;
    border-right: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
    border-left: none;
    padding: 6px
    }

* html .listProductRight a {
    display: block;
    float: left;
    width: 200px;
    height: 120px;
    border-top: none;
    border-right: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
    border-left: none;
    padding: 6px
    }

* html .listProductRight a {
    border-right: none;
    }

* html .listProductLeft a img {
    float: right;
    margin: 4px;
    border: none;
    }

* html .listProductRight a img {
    float: right;
    margin: 4px;
    border: none;
    }

/* ------------------------------- */

