/* KDETAIL */
#detail {
    margin-top: 10px;
    position: relative;
}
#product-detail-shot {
    width: 250px;
    float: left;
    margin-right: 40px;
}
#simpleProductInfo {
    width: 300px;
    float: left;
    min-height: 250px;
    height: auto !important;  /* IE6 min-height */
    height: 250px;
    position: relative;
    margin-left: 20px;
}
#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;
}
.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;
}
#materials {
    list-style-type: none;
    margin-bottom: 3px;
    width: 210px;
    float: left;
    padding: 0;
    margin: 0;
}
#materials li {
    margin: 0 0 1px 0;
}
#materials 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: 265px;
    padding: 10px;
    overflow: hidden;
}
.listing .listingImage {
    float: left;
	 width: 87px;
    margin-right: 20px;
}
.listing .listingInfo {
    float: left;
    width: 155px;
}
.listingName {
    font-weight: bold;
}
.listing a {
    text-decoration: none;
}
.listing a:hover {
    text-decoration: underline;
}


/* 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;
}

#product-detail #product-detail-shot .product-detail-view a:hover {
	border-color: #999;
}
#product-detail #product-detail-shot .product-detail-view-desc {
	clear: both;
	height: 20px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
}
#product-detail #product-detail-shot .product-detail-view-desc .bullet {
	background: url(/images/product_detail_view_bullet.gif) no-repeat 0 4px;
	padding-left: 10px;
}
#product-detail #product-detail-shot .product-detail-related-media .links {
	margin: 0 5px 5px 0;
}
#product-detail #product-detail-shot .product-detail-txt .view-large {
	float: right;
	background: url(/images/icons/view_large.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 5px;
}
#product-detail #product-detail-shot .product-detail-view a {
	float: left;
	margin: 0 6px 6px 0;
/*
	width: 52px;
	height: 52px;
*/
	border: 1px solid #dcdcdc;
}
#product-detail #product-detail-shot .product-detail-view a:hover {
	border-color: #999;
}
#product-detail-shot {
	margin-right: 20px;
}
#product-detail-shot .product-detail-img {
	text-align: center;
        height: 253px;
}
#detailProductDescription {
        clear:both;
        padding: 10px 0 5px 0;
}

/* Crosssell */
#associated_product_list .matrixCell {
    width: 200px;
}
#associated_product_list .crossSell {
    width: 130px;
}
#product-related-items {
    padding-top: 5px;
    border-top: 1px solid #d5dee5;
}

#qtyPrice {
  display: none;
}

