/******************************************************** 
**
**		Member Area Styles 
**
**		- This is for Shopping Cart CSS Styles only
**		- NO Global Styles should be included here 
**		- Styles are tab arranged to show inheritance 
**		  and layout structure
**
********************************************************/

	h1 {padding:0; margin:10px 0 0 0; font-size:18px; color:#0081c6; font-family:verdana, helvetica, sans-serif; font-size-adjust:none; border-bottom:1px dotted #bbb;}

	  .logon-block{float:left; margin:0 10px; padding:13px; width:400px; background:#d8e6f6; border:1px solid #456fab;}
		h2 {padding:0; margin:0 0 15px 0; font-size:16px; color:#456fab; font-family:verdana, helvetica, sans-serif; font-size-adjust:none;}
		h3 {padding:10px 0 0 0; margin:15px 25px 10px 0; font-size:14px; color:#456fab; font-family:verdana, helvetica, sans-serif; border-bottom:1px dotted #bbb;}
		label {display:block; margin:0;}

	#register {margin:10px 0;}

	.my-account-block {float:left; width:250px; height:200px; margin:10px; padding:8px 13px; background:#d8e6f6; border:1px solid #456fab; }
	  .my-account-block h2 {margin:0 0 5px 0;}
	  .my-account-block ul {list-style-type:none; margin:0; padding:5px 0;}

	.address-spot {float:left; width:175px; margin:15px 5px; padding:5px 10px 0 10px; background:#d4ffd4; border:1px dotted #81B149;}

	#empty-bag {padding-top:75px; text-align:center; font-size:14px; background:transparent url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/tempCV/shopping_bag.jpg) no-repeat top right;}
	
	
	#item-display {border:0;}
      #item-display th {padding:7px; background:#8BA3C5; color:#fff; font-size:10px; border-left:1px solid #fff;}
      #item-display td {padding:7px; color:#666; font-size:11px; border-bottom:1px solid #999}
        .item-buttons {width:100px; text-align:center;}
          .item-buttons a {display:block; padding:3px 0; color:#9b0; font-size:9px;}
            .item-buttons a:hover {color:#999;}
        .item-qty {text-align:center;}
        .item-desc {}
          .item-desc img {float:left; margin:0 10px 0 0;}
          .item-desc .sku {color:#ccc;}
          .item-desc .stock {color:#448ccb;}
        .item-list {text-align:right;}
        .item-price {text-align:right;}
        .item-total {text-align:right;}