/*---------------------------------------------------------/
|	
|	Author: Copyright (c) 2009 Acro Media Inc. 
|	Purpose: CSS For MemberSuite
| Info: Site is Left Aligned, Max Width: 100%;
| Template: Unique Template 7
+---------------------------------------------------------*/
.disabledAddToCart
        {
            color: gray;
            font-weight: bolder;
            padding: 2px 10px 2px 10px;
            text-align: center;
            border: 2pt solid silver;
            cursor: default;
            background: #f1f1f1;
        }
h2
{
	font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #000;
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 0px;
	padding-top: 10px;
	border-bottom-color: #808080;
}

/*---------------------------------------------------------/
|	Site Sections
+---------------------------------------------------------*/

#colLeftLrg {
  float: left;
  width: 645px;
  }       
#colRightSml {
  float: right;
  width: 215px;
  }      
  
/*---------------------------------------------------------/
|	General
+---------------------------------------------------------*/

/* Applies different padding to the section for the product listings */

.sectContLrg.productListing { padding: 21px 20px 0 20px !important; background : none; }

/*---------------------------------------------------------/
|	Product Listing
+---------------------------------------------------------*/

.productListItem {
  float: left;
  width: 302px;
  border-right: 1px solid #ccc;
  }   
  .productListItem.last { border: none !important; } 
    .productListItem.last .productListItemContent { padding: 0 0 0 17px; }
  .productListingImage { display: block; }
  .productListItemInfo {
    padding: 12px 0 0 0;
    width: 242px;
    }
    .productListItemInfo a {text-decoration: none;}
    .productListItemInfo .subHeading { padding: 2px 0 13px 0 !important; }
    .productListItemInfo p { margin: 0 0 5px 0; }
    .productListItemInfo .uBtn span { padding: 6px 9px 0 4px !important; }
    .starRatingList {
      margin: 0 0 5px 0;
      padding: 0;
      height: 11px;
      list-style: none;
      }
      .starRatingList li {
        float: left;
        margin: 0;
        padding: 0 4px 0 0;
        background: none;
        }
      .productListingPrice { padding: 0 0 8px 0; }
      .productListingAddToWishlist { padding: 9px 0 0 0; }
        .productListingAddToWishlist a { font-size: 9px; }
        
.productListingBreak {
  clear: both;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 20px 0 20px 0 !important;
  margin: 20px 0 3px 0;
  }        
  
/* -- Shopping Cart -- */

.shoppingCartMsg { padding: 0 0 10px 0; }
.shoppingCartContent { width: 174px; }
.cartSubTotal {
  display: block;
  color: #fff;
  background: #ccc;
  padding: 2px 0 4px 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none; 
  margin: 0 0 8px 0;
  }    
  .cartSubTotal:hover {
    color: #fff;
    text-decoration: none;
    background: #3366cc;
    }
.sqBtn {
  display: block;
  color: #fff;
  background: #4db14d;
  padding: 2px 0 4px 0;
  text-align: center;
  font-weight: bold; 
  text-decoration: none; 
  margin: 0 0 10px 0;
  }  
  .sqBtn:hover {
    color: #fff;
    text-decoration: none;
    background: #3366cc;
    }
    
.shoppingCartAddedItems { padding: 0 0 10px 0; }    
    
.shoppingCartItem {
  position: relative;
  margin: 0 0 19px 0;
  height: 100%;
  border-bottom: 1px solid #ccc;
  }
  .bShoppingCartItemRemove {
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    background: url(/images/b_shopping_cart_remove.gif) no-repeat;
    top: 12px;
    left: 163px;
    text-indent: -9999px;
    text-align: left;
    }
  .shoppingCartItemThumb {
    float: left;
    width: 45px;
    }
  .shoppingCartItemTitle {
    float: left;
    width: 98px;
    }
    .shoppingCartItemTitle a {
      color: #000;
      text-decoration: underline;
      }
      .shoppingCartItemTitle a:hover {
        color: #cc0000;
        text-decoration: underline;
        }
  .shoppingCartItemQuant {
    clear: both;
    padding: 0 0 5px 0;
    }
  .shoppingCartItemDetails { padding: 0 0 10px 0; }
  
.viewWishlistBtnCont { padding: 4px 0 0 0; }    

#topRightUserNavCont .buttonList
{
    float: right;
	margin: 7px 0 0 0;
	border: none;
}

