/* CSS Document */
@import url(_ajax.css);
@import url(_wine.css);
@import url(_fonts.css);
@import url(_forms.css);
@import url(_layout.css);


/* ********Store******** */

.addToCart
{
}

/*Sub Menu*/
#storeSubMenu
{
  width: 768px;
  height: 24px;
  text-align: left;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  margin: 0px auto;
  overflow: hidden;
}

.storeSubMenuItem a, .storeSubMenuItem a:active, .storeSubMenuItem a:visited
{
  color: #666;
  padding: 3px 8px 4px 8px;
  float: left;
  text-decoration: none;
  display: block;
}

.storeSubMenuItem a:hover
{
  color: #333;
  text-decoration: underline;
}

.storeSubMenuDivider
{
  color: #999;
  padding: 3px 0px 4px 0px;
  float: left;
}

/*Pagination*/
.storeProductPagination
{
  width: 555px;
  text-align: right;
  margin: 30px 0px 10px 0px;
}

/*Products*/
div#productArrayWrapper
{
  width: 559px;
  overflow: hidden; /*border: 1px solid #FF0000;*/
}

/* ********Store One Line Output******** */
div.oneLineOutputWrapper
{
  width: 560px;
  padding: 0px;
  margin: 8px 0px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

div.oneLineOutputTitle
{
  width: 160px;
  padding: 0px 10px 0px 0px;
  float: left;
}

div.oneLineOutputDesc
{
  float: left;
  width: 270px;
  padding: 0px 10px 0px 0px;
  height: 36px;
  overflow: hidden;
}

div.oneLineOutputPrice
{
  float: left;
  width: 85px;
  padding: 0px;
  text-align: right;
}

/* ********Store One Across Output******** */
div.oneAcrossWrapper
{
  width: 540px;
  padding: 20px 0px 10px 0px;
  margin: 5px 0px;
  text-align: left;
  border-top: 1px solid #ccc;
}

div.oneAcrossImage
{
  float: right;
  width: 250px;
  text-align: center;
  padding: 30px 0px 0px 10px;
}

div.oneAcrossTitle
{
  font: 16px "Trebuchet MS" , Arial, Helvetica, sans-serif;
  line-height: 1em;
  color: #7F794A;
  font-weight: bold;
  padding: 5px 0px;
}

/* ********Store Two Across Output******** */
div.twoAcrossWrapper
{
  float: left;
  width: 258px;
  height: 280px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div.twoAcrossTitle
{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: normal;
  color: #666;
  font-weight: bold;
  width: 260px;
  height: 35px;
  overflow: hidden;
  position: relative;
}

div.twoAcrossImage
{
  float: right;
  width: 97px;
  text-align: center;
}

div.twoAcrossTeaser
{
  height: 199px;
  overflow: hidden;
}

div.twoAcrossPrice
{
  height: 60px;
  float: left;
  text-align: left;
  overflow: hidden;
}

/* ********Store Three Across Output******** */
div.productThumbnail
{
  float: left;
  width: 175px;
  height: 220px;
  padding: 0px;
  margin: 0px 10px 10px 0px;
  text-align: center; /*	border-bottom: 1px solid #CCCCCC;*/
  overflow: hidden;
}

div.productThumbnailAlt
{
  float: left;
  width: 174px;
  height: 220px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  text-align: center; /*	border-bottom: 1px solid #CCCCCC;*/
  overflow: hidden;
}

div.productThumbnailimage
{
  width: 161px;
  height: 140px;
  margin: 0px auto;
}

div.productThumbnailTitle
{
  width: 169px;
  height: 34px;
  padding: 3px;
  margin: 0px auto;
}

div.productThumbnailPrice
{
  width: 169px;
  height: 34px;
  padding: 3px;
  margin: 0px auto;
}

/* ********Drilldown******** */
div.productTeaser
{
  position: relative;
  float: left;
  width: 280px;
  padding: 50px 10px 0px 0px;
}

div.productPhoto
{
  float: left;
  width: 250px;
  padding: 46px 0px 10px 0px;
  text-align: center;
}

#pDrilldownText
{
  width: 252px;
  padding: 5px 10px 10px 0px;
  float: left;
  overflow: hidden;
}

/* ********Wine******** */
table.productDetails
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 250px;
}

table.productDetails tr.altRow
{
  background-color: #eee;
}

/* ********Product, Gift Basket, ThirdParty Product******** */
.pFeatureTable
{
  width: 100%;
}

.pFeatureTable td
{
  padding: 2px 5px;
}

.pFeatureTable tr.shade td
{
  background-color: #E5E5CC;
}
