@charset "utf-8";
/* CSS Document */

/* box module */

div.module {
margin: 10px;
float: right;
background: url(design/box-rb.gif) no-repeat bottom right;
}

div.module div {
background: url(design/box-lb.gif) no-repeat bottom left;
}

div.module div div {
background: url(design/box-rt.gif) no-repeat top right;
}

div.module div div div {
padding: 10px 15px 10px 2px;
background: url(design/box-lt.gif) no-repeat top left;
}

div.module div div div div {
background: none;
}

div.module h3 {
margin: 0 0 15px;
font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

div.module ul { padding: 0 20px; }

.module ul li {
margin-bottom: .2em;
list-style-type:none;
}
/* eof - box module */

.priceBox {
margin-top: 12px;
float:right;
width:202px;
}

.priceBox-lt {
background:transparent url(design/pricebox.gif) no-repeat scroll left bottom;
float:right;
margin:0;
padding:0 0 7px;
width:202px;
}

.priceBox-lb {
background:transparent url(design/pricebox.gif) no-repeat scroll left top;
float:right;
margin:0;
padding:0;
width:202px;
}

.price-listWrap {
float:left;
margin:0;
padding:12px 20px 8px 12px;
}

.price-list {
float:right;
list-style-type:none;
margin:-3px 0 9px;
padding:0;
}

.price-list li {
font-size:11px;
margin:0;
padding:0;
text-align:right;
width:160px;
}


.price-list li.priceBoxSave {
font-size:9px;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
color: #777;
}

.productWholesalePrice {
    color: #990000;
}
