.AMWContentShopHRScroll{
   widht:100%;
}
   .AMWContentShopHRScroll div{
      float:left;
      text-align:center;
      width:25%;
      height:150px;
   }

      .AMWContentShopHRScroll div img{
         border:1px solid #CCC;
         padding:2px;
         height:70px;
      }

#AMWShopProfileMenu{
   position:relative;
   width:100%;
   height:30px;
   overflow:hidden;
   padding-bottom:10px;
   border-bottom:1px solid #CCC;
   margin-bottom:10px;
}

   #AMWShopProfileMenu li{
      background:none;
      margin:0;
      padding:0;
      float:left;
      margin:0px 5px;
   }

      #AMWShopProfileMenu li a{
         display:block;
         background: #EEE;
         color: #000;
         padding:2px 4px;
      }

      #AMWShopProfileMenu li a:hover{
         text-decoration:none;
         background: #1D6ECC;
         color:#FFF;
      }

      #AMWShopProfileMenu .AMWShopProfileMenuD{
         float:right;
      }

      #AMWShopProfileMenu .AMWShopProfileMenuD a:hover{
         background:#900;
      }

      #AMWShopProfileMenu #mCurrent{
         color:#FFF;
         background: #1D6ECC;
      }

      #AMWShopProfileMenu .AMWShopProfileMenuD #mCurrent{
         color:#FFF;
         background:#900;
      }

#AMWShopCheckOutLine{
}

   #AMWShopCheckOutLine li{
      border-left:10px solid #EAE4D6;
      background:#F1EEE5;
      padding:0;
      margin:0;
      margin: 0px 5px;
      float:left;
      width:20%;
      overflow:hidden;
      padding:1px 0px;
      padding-left:3px;
   }

#AMWShopIntroHome{
   position:relative;
   width:660px;
   height:200px;
   background:url(../../../media/amw_shop/ShopHomeIntro.jpg) no-repeat top left;
}

   #AMWShopIntroHome p{
      position:absolute;
      left:5px;
      top:5px;
      width:420px;
      height:170px;
      text-align:justify;
      font-size:1.0em;
   }

   #AMWShopIntroHome p strong{
      display:block;
      font-size:1.6em;
      color:#900;
   }

   #AMWShopIntroHome ul{
      position:absolute;
      left:445px;
      top: 2px;
      width: 200px;
      height:170px;
   }

      #AMWShopIntroHome ul li{
         line-height:2em;
         font-size:1em;
         background-position:5px 7px;
      }

.AMSProductShortBox{
	float:left;
	width: 157px;
	text-align:center;
	border:1px solid #EEE;
  padding:1px;
  margin:5px 2px;
  margin-bottom:5px;
}
.AMSProductShortBox:hover{
	border:1px solid #DDD;
	background:#FaFaFa;
}

.AMSProductShortBox:hover *{ text-decoration:none; }
