/*  
  -----------------------------------------------
  Style Sheet:
    /css/sdc.css
  ----------------------------------------------- */

/*  =shoppingDotCom
  ----------------------------------------------- */
  .shoppingDotCom {
    border: 1px solid #d2d2d2;
    background: #fafafa;
    padding: 10px;
    overflow: auto;
    margin-bottom: 10px;
  }
  .shoppingDotCom h2 {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    float: left;
    clear: both;
    margin-top: 0;
    position: relative;
    width: 100%;
  }
  .shoppingDotCom h2 span {
    font-size: 11px;
    font-weight: normal;
    top: 0;
    right: 0;
    position: absolute;
  }
  .shoppingDotCom ul {
    margin: 0;
    padding: 0;
    float: left;
  }
  .shoppingDotCom ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
  }
  .shoppingDotCom ul li.last {
    margin-right: 0;
  }
  .shoppingDotCom ul li a {
    width: 62px;
    float: left;
    font-weight: bold;
    font-size: 12px;
  }
  .shoppingDotCom ul li a:hover {
    text-decoration: none;
  }
  .shoppingDotCom ul li img {
    border: 1px solid #efefef;
    margin-bottom: 2px;
  }

/*  =shoppingDotCom (large)
  ----------------------------------------------- */
  .shoppingDotCom.large ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
    list-style: none;
    width: 85px;
  }
  .shoppingDotCom.large ul li.last {
    margin-right: 0;
  }

/*  =com-shopping
  ----------------------------------------------- */
  #main_content .com-shopping {
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
  }
  .com-shopping h2 {
    font-size: 14px;
  }

	.com-shopping .sdcList {
		overflow: auto;
		width: 620px;
		}

  #itemQuickView .com-shopping .sdcList {
    width: auto;
  }

	.com-shopping .sdcList .sdcItem {
		border-top: 1px dotted #e2e2e2;
		margin: 10px 0 0;
		padding: 10px 0 0;
		overflow: auto;
		}

  .com-shopping .sdcList .sdcItem:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .com-shopping .sdcList .container {
    padding: 0 0 0 100px;
    position: relative;
    min-height: 85px;
    float: left;
    width: 310px;
  }
  #itemQuickView .com-shopping .sdcList .container {
    width: 265px;
  }
  .subPageFrame #itemQuickView .com-shopping .sdcList .container {
    width: 195px;
  }
  .com-shopping .sdcList h4,
  .com-shopping .sdcList h4 a {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
  }
  .com-shopping .sdcList h4 img {
    border: 2px solid #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .com-shopping .sdcList p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25em;
    margin-top: 5px;
  }
  .com-shopping .sdcList .recommend a {
    font-size: 1em;
    font-weight: bold;
    padding: 5px 28px;
	background: transparent url(/img/item/recommend-button.png) no-repeat left top;
    outline: none;
  }
  .com-shopping .sdcList div.sdcPod {
    border: 2px solid #e2e2e2;
    width: 115px;
    margin: 0;
    padding: 0;
    float: right;
  }
  /* TEMP: fix since firefox will not support the "word-wrap" property until ver. 3.1 - Regi */
  .Firefox .com-shopping .sdcList div.sdcPod,
  .Flock .com-shopping .sdcList div.sdcPod {
    overflow: hidden;
  }
  .com-shopping .sdcList div.sdcPod h5,
  .com-shopping .sdcList div.sdcPod h5 a {
    margin: 0;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
  }
  .com-shopping .sdcList div.sdcPod p {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px;
    word-wrap: break-word;
  }
  .com-shopping .sdcList div.sdcPod p a {
    word-wrap: break-word;
  }
  .com-shopping .sdcList div.sdcPod a.moreInfo {
    background: transparent url(/img/sprites/icons_8.png) no-repeat scroll -3px -332px;
    outline: none;
    text-indent: -9999px;
    display: block;
    width: 70px;
    height: 25px;
    margin: 0 auto 5px;
  }
