﻿/* A3 IT Solutions */
/* Initial Build: INITIAL HERE DATE HERE */
/* Revisions:
   INITIAL HERE DATE HERE
*/

/***************************************/
/* Google Store Product Listing Styles */
/***************************************/
#GoogleStoreProductListing{
  width:100%;
}

#GoogleStoreProductListing .googlecart-listing{
  position:relative;
  top:0px;
  left:0px;
  float:left;
  width:100%;
  padding:0 0 10px 0;
  border-bottom:1px solid black;
}

#GoogleStoreProductListing .googlecart-title{
  width:80%;
  float:right;
  padding:10px 0 0 0;
}

#GoogleStoreProductListing .googlecart-description{
  width:80%;
  min-height:40px;
  float:right;
}

#GoogleStoreProductListing .googlecart-price{
  width:80%;
  float:right;
  padding:10px 0 0 0;
  font-weight:bold;
}

#GoogleStoreProductListing .googlecart-image img{
  position:absolute;
  top:10px;
  left:0px;
}

#GoogleStoreProductListing .product{
  width:100%;
  clear:both;
}

#GoogleStoreProductListing .googlecart-add-button{
  float:right;
  margin:10px 66% 0 0;
}

/**********************************/
/* Google Store View Cart Styles */
/**********************************/
#GoogleStoreViewCart{
  position:absolute;
  top:0px;
  right:2px;
}

#GoogleStoreViewCart #googlecart-widget{
  
}
