/* KDETAIL */
#detail {
    margin-top: 10px;
    position: relative;
}
#productImage {
    width: 250px;
    float: left;
    margin-right: 40px;
    text-align: center;
}
#simpleProductInfo {
    width: 300px;
    float: left;
    min-height: 250px;
    height: auto !important;  /* IE6 min-height */
    height: 250px;
    position: relative;
}
#productInfo {
    clear: both;
    padding: 10px;
}
#productNavLinks {
    margin: 10px 0;
    padding: 10px 0;
    clear: both;
}
#priceInfo {
    margin: 10px 0;
}
#productNavLinks a span{
    font-weight: bold;
    text-decoration: underline;
}
#productIcons {
    margin: 10px 0;
}
#addToCart {
    border: 1px #d9d9d9 solid;
    width: 298px;
    float: left;
    margin: 0;
}
.detailPriceStrike, .crossSellPriceStrike, .listingPriceStrike {
    text-decoration: line-through;
}
.salePrice {
   color: #e60003;
}

.quantity {
    margin: 5px;
    float: left;
    vertical-align: middle;
}
.quantity .price {
    display: none;
}
#quantity {
    width: 20px;
}
#addToCart .controls {
    text-align: right;
    margin: 5px;
    float: right;
}
#addToCart .controls .subtotal {
    padding-bottom: 10px;
}
input.button {
    border:1px solid #A5ACB2;
    color:#807F83;
    font-size:10px;
    font-weight:bold;
}
.reviewOuter a {
    text-decoration: underline;
}
.materialLabel,.designerLabel {
    width: 90px;
    float: left;
    font-weight: bold;
}
.materialList {
    list-style-type: none;
    margin-bottom: 3px;
    width: 210px;
    float: left;
    padding: 0;
    margin: 0;
}
.materialList li {
    margin: 0 0 1px 0;
}
.materialList li img {
    float: right;
}
h3.detailName {
    margin-bottom: 0;
}
#simpleProductInfo label {
    font-weight: bold;
}
.prodMaterials,.prodDesigner,.prodSize {
    clear: both;
    padding-top: 10px;
}
#purchaseInfo, #detailAddToCart {
    clear: both;
}


/* Designers */
.designListThumb {
    float: left;
}
.designListInfo {
    padding: 0 20px 20px;
    float: left;
    width: 140px;
}
.designListInfo h2 {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    margin: 0;
    padding:0;
}
a.designListLink {
    background: url('/images/deco/rarrow-red.gif') no-repeat left;
    padding-left: 12px;
    text-decoration: underline;
}
a.designListLink:hover {
    color: #e60003;
}

/* Product Listing */
.listing {
    width: 280px;
    padding: 10px;
    overflow: hidden;
}
.listing .listingImage {
    height: 90px;
    width: 90px;
    float: left;
    margin-right: 20px;
}
.listing .listingInfo {
    float: left;
    width: 160px;
}
.listingName {
    font-weight: bold;
}


/* Front Page Features */
.frontFeature {
    width: 280px;
    overflow: hidden;
}
.frontFeature .frontFeatureImage {
   /* height: 90px; */
    width: 90px;
    float: left;
    margin-right: 20px;
}
.frontFeature .frontFeatureInfo {
    float: left;
    width: 160px;
}
.frontFeatureName {
    font-weight: bold;
}

.promotion {
    color: #e94100;
    margin: 10px 0;
}
