/*  ===== pt_storefront Notes =====   /
	This page has a one column layout,
	
	Styles for the welcometeaser area inside the #content for
	the storefront page.
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/

/* Wider content area for storefront welcome pages */
#pt_storefront #leftColumn {
	display:none; }
/* The content column contains all display items between the left and right columns */	
#pt_storefront #content {
	width:100%; }
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	
	
/***** Promotion Listing Storefront *****/	
#pt_storefront #content .promolisting .product {
  float:left;
  width:300px;
  background:url(../images/promo_divider.gif) no-repeat center right;
  padding-right:50px;}
#pt_storefront #content .promolisting .lastProduct {
  background:none;
  padding-right:0;
  width:292px;}
#pt_storefront #content .promolisting img {
  float:left;}
#pt_storefront #content .promolisting .promoDesc {
  font-size:12px;
  line-height:12px;
  color: #999;
  height:70px;
  padding-top:50px;
  text-align:left;
  overflow:hidden;}
#pt_storefront #content .promolisting .promoDesc .promoTitle {
  text-transform: uppercase;
  margin-bottom:5px;
  font-weight:bold;
  line-height:15px;}  
#pt_storefront #content .product .promoLink {
  font-size:12px;
  padding-left:10px;
  background:url(../images/promo_link_divider.gif) no-repeat center left;
  display:block;
  float:right;}
#pt_storefront #content .product .promoLink span {
  padding-right: 15px;
  background:url(../images/arr_right_red.gif) no-repeat center right;}

#pt_storefront #breadcrumb * {
  display:none;}
