/* CSS Document */
@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*/
.storePagination {
/*	display: none;*/
	width: 95%;
	text-align: right;
	margin: 5px 0px 10px 0px;
	}

/*Products*/
div#productArrayWrapper {
	width: 100%; 
	overflow: hidden;
	padding-top:15px;
	}
	
/* ********Store One Line Output******** */
div.oneLineOutputWrapper {
	border-bottom: 1px solid #CCCCCC;
    height: auto;
    margin: 8px 0;
    padding: 0;
    text-align: left;
    width: 540px;
	}


div.oneLineOutputWrapper .imageWrapper {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 140px;
}

div.oneLineOutputWrapper .infoWrapper{
	width:59%;
	float:left;
}

div.oneLineOutputWrapper .title {
	padding:0px 10px 0px 0px; 
	float:left;
	height: auto;
	}
	
div.oneLineOutputWrapper .teaser {
	float:left;
	overflow: hidden;
	}
	

	
div.oneLineOutputWrapper .price {
	float: left;
    height: auto;
    padding: 0;
    text-align: left;
    width: 145px;
	}
	

div.oneLineOutputWrapper .purchaseWrapper{
	/*width:40%;
	float:right;*/
	 float: left;
    width: 65%;
}

div.oneLineOutputWrapper .buttonWrapper{
	 float: left;
    width: 190px;	
}

div.oneLineOutputWrapper .qty{
	padding:3px 10px 0px 0px;
	float:left;
}

div.oneLineOutputWrapper .qty input{
	border: 1px solid #000000;
	text-align:center;
	width:15px;
}

div.oneLineOutputWrapper .cartInfo{
	padding:5px 68px 0px 0px;
	font-weight:bold;
	height:15px;
	text-align:right;
}

/*product specific*/

div.oneLineOutputWrapper .infoWrapperProducts{
	width:36%;
	float:left;
}


div.oneLineOutputWrapper .priceProducts{
	padding:0px;
	text-align:left;
}

div.oneLineOutputWrapper .cartInfoProducts{
	padding:5px 61px 0px 0px;
	font-weight:bold;
	height:15px;
	text-align:right;
}

/* end product specific*/

	
/* ********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.oneAcrossWrapper .title {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	color:#7F794A;
	font-weight: bold;
	padding: 5px 0px;
	}
	
div.oneAcrossWrapper .imageWrapper {
    float: right;
    margin-left: 15px;
    padding: 30px 0 0 0;
    text-align: center;
    width: 250px;
}

div.oneAcrossWrapper .infoWrapper {
    float: left;
    width: 272px;
}

div.oneAcrossWrapper .teaser{
	width:100%;
}


div.oneAcrossWrapper .drillPriceWrapper{
	width:100%;
	height:120px;
}

div.oneAcrossWrapper .drillButtonWrapper{
	width:100%;
	padding-left:0px;
	float:left;
}


div.oneAcrossWrapper .price{
	padding: 10px 0px 10px 0px;
}

div.oneAcrossWrapper .qty{
	float:left;
	padding-top:4px;
	width:6%;
}

div.oneAcrossWrapper .qty input{
	border: 1px solid #000000;
	text-align:center;
	width:15px;
}

div.oneAcrossWrapper .purchaseWrapper{
	width:100%;
	padding:10px 0px;
}

div.oneAcrossWrapper .cartInfo{
	padding:5px 0px 0px 0px;
	font-weight:bold;
	height:15px;
}


		
/* ********Store Two Across Output******** */
div.twoAcrossWrapper {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 270px;
    margin: 0 6px 5px;
    overflow: hidden;
    text-align: left;
    width: 306px;
}
	
div.twoAcrossWrapper .title {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em; 
	color:#7F794A;
	font-weight: bold;
	width:260px; height:30px; 
	overflow:hidden; 
	position: relative;
	}
	
div.twoAcrossWrapper .imageWrapper {
	padding: 5px;
	float:right; width:140px; text-align:center;
	}
	

div.twoAcrossWrapper .infoWrapper {
	width:100%;
}
	
div.twoAcrossWrapper .teaser {
	overflow:hidden;
	}
	

div.twoAcrossWrapper .#drillPriceWrapper{
	width:100%;
	height:80px;
}


div.twoAcrossWrapper .price {
	width:50%;
	float: left;
	text-align: left;
	overflow:hidden;
	}
	
	
div.twoAcrossWrapper .buttonWrapper{
	width:50%;
	float:right;
}

div.twoAcrossWrapper .purchaseWrapper{
	width:100%;
}

div.twoAcrossWrapper .qty{
	float:left;
	padding:4px 0px 0px 43px;
	width:15%;
}

div.twoAcrossWrapper .qty input{
	border: 1px solid #000000;
	text-align:center;
	width:15px;
}



div.twoAcrossWrapper .cartInfo{
	padding:5px 11px 10px;
	text-align: right;
	font-weight:bold;
	height:15px;
}

	/*product specific*/
	
/* ********Store Three Across Output******** */				
div.productThumbnail {
	 border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 260px;
    margin: 0 13px 10px 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 185px;
	}
	
div.productThumbnailAlt {
	border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 260px;
    margin: 0 13px 10px 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 185px;
	}
	
div.productThumbnailimage {
	width: 161px; height: 140px;
	margin: 0px auto;
	}
	
div.productThumbnailTitle {
	height: 67px;
    margin: 0 auto;
    padding: 3px;
    /*width: 169px;*/
	}
	
div.productThumbnailPrice {
	height: 34px;
	padding: 3px; 
	margin: 0px auto;
	}

/* ********Drilldown******** */

#drillWrapper{
	padding:25px 0px 0px 0px;
}

#drillImage{
	width:238px;
	float:right;
	text-align:center;
	padding-right:10px;
	padding-top:15px;
}

#drillInformation{
	width:60%;
	float:left;
}

#drillTitle{
	width:100%;
}

#drillTeaser{
	width:100%;
	padding-bottom:10px;
}

#drillPriceWrapper{
	width:100%;
	overflow:hidden;
}

.drillInnerPriceWrapper{
	width:100%;
	overflow:hidden;
}

.drillPrices{
	float:left;
margin-right:18px;
padding:5px 0;
width:146px;
}

.drillButtonWrapper{
	padding-left:0px;
	float:left;
}
.drillShipTo{
	position:absolute;
	right:0;
	top:0;	
}

.drillQty{
	padding:0px 10px 0px 0px;
	float:left;

}

.drillQty input{
	border:1px solid #000000;
margin-right:10px;
text-align:center;
width:15px;
}

.drillButtons{
 float:left;
 padding:0px;
 margin-top:1px;	
}


.cartInfo{
	color:#990000;
}
/*product specific*/

/* end product specific*/


/* ********Wine******** */		

#bottomStuff{
	margin-top:20px;
}

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;
}	

/*******ALLOCATION ************/


#billingInfoForm{
	width:270px;
	margin-right:20px;
}

#shippingInfoForm{
	width:270px;
}

div.quickOrderWrapper .drillButtonWrapper{
	float:left;
width:262px;
}

div.quickOrderWrapper .title {
    float: left;
    width: 380px;
}

div.quickOrderWrapper .drillPrices{
	float:left;
padding:0;
width:100px;
clear: left;
}

div.quickOrderWrapper .drillQty{
	float:left;
padding:0 10px 0 0;
}

div.quickOrderWrapper{
	border-bottom:1px solid #ccc;
	padding: 8px 0px;
}
	
.ProfileSubheader {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.wineNotesLeft {
	font-weight:bold;
}	

#layPodWrapper {
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    width: 100%;
}
.pod {
    float: left;
    padding: 20px;
    width: 200px;
}
.podTitle{display: none;}

.podContent{text-align: center;}

.podContent div {
    width: 100%;
}
