/* CSS Document */
@import url(_fonts.css);
@import url(_forms.css);
@import url(_layout.css);

/* ********Store******** */

#breadcrumbs{display:none;}

.addToCart {

	}
	

/*Sub Menu*/
#storeSubMenu {
	width: 350px;
	height: 24px;
	text-align: left;
	border-top: 1px solid #EBEBEB;
	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: 10px 0px 10px 0px;
	}

/*Products*/
div#productArrayWrapper {
	width: 100%; 
	overflow: hidden;
	}
	
/* ********Store One Line Output******** */
div.oneLineOutputWrapper {
	width: 100%; 
	padding: 15px 0px 10px 0px; 
	margin: 10px 0px 0px 0px; 
	text-align:left;
	border-bottom: 1px solid #3f6376;
	}


div.oneLineOutputWrapper .imageWrapper {
	text-align:center;
	width: 26%;
	float:left;
}

div.oneLineOutputWrapper .infoWrapper{
	width:48%;
	float:left;
}

div.oneLineOutputWrapper .title {
	}
	
div.oneLineOutputWrapper .teaser {
	overflow: hidden;
	}
	

	
div.oneLineOutputWrapper .price {
	padding:0px;
	text-align:left;
	}
	

div.oneLineOutputWrapper .purchaseWrapper{
	width:26%;
	float:left;
	padding-top:16px;
}

div.oneLineOutputWrapper .buttonWrapper{
	
}

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 44px 0px 0px;
	font-weight:bold;
	height:15px;
	text-align:right;
}

/*product specific*/

div.oneLineOutputWrapper .infoWrapperProducts{
	width:75%;
	float:left;
}


div.oneLineOutputWrapper .priceProducts{
	padding:12px 0px;
	float:left;
	width:67%;
}

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: 481px; 
	padding: 7px; 
	margin: 5px 5px; 
	background-color:#F0E9BD;
	text-align:left; 
	}
	

div.oneAcrossWrapper .title {
	font: 27px Garamond, Georgia, "Times New Roman", Times, serif;
	color:#333;
	padding: 5px 0px;
	}
	
div.oneAcrossWrapper .imageWrapper{
	width:40%;
	float:right;
	text-align: center;
}

div.oneAcrossWrapper .infoWrapper{
	width:60%;
	float:left;
}

div.oneAcrossWrapper .teaser{
	width:100%;
}


div.oneAcrossWrapper #drillPriceWrapper{
	width:100%;
	height:80px;
}


div.oneAcrossWrapper .price{
	width:100%;
	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{
	padding:10px 0px;
}

div.oneAcrossWrapper .cartInfo{
	padding:5px 0px 0px 0px;
	font-weight:bold;
	height:15px;
}


		
/* ********Store Two Across Output******** */
div.twoAcrossWrapper {
background-color:#F0E9BD;
float:left;
height:378px;
margin:10px 6px 0 0;
overflow:hidden;
padding:7px 0 7px 7px;
text-align:left;
width:47%;
	/*border-bottom: 1px solid #ccc;*/
	}
	
div.twoAcrossWrapper .title {
color:#333333;
float:right;
font-family:Garamond;
font-size:27px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:24px;
overflow:hidden;
padding-bottom:5px;
position:relative;
width:65%;
}

.teaserWrapper {
color:#7B3534;
font-weight:bold;
left:10px;
position:relative;
}
	
/*div.twoAcrossWrapper .title a,  div.twoAcrossWrapper .title a:active, div.twoAcrossWrapper .title a:vistited {
	color:#333;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	}
	
div.twoAcrossWrapper .title a:hover {
	color:#333;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}*/
	
	
div.twoAcrossWrapper .imageWrapper {
	float: left;
	width:27%; 
	text-align:left;
	padding: 5px;
	}
	

div.twoAcrossWrapper .infoWrapper {
	padding: 8px 0 0;
	width:99%; /*height:200px;*/
}
	
div.twoAcrossWrapper .teaser {
	overflow:hidden;
	}
	

div.twoAcrossWrapper #drillPriceWrapper{
	padding-top:15px;
	width:100%;
}

div.twoAcrossWrapper #drillPriceWrapper .drillInnerPriceWrapper {
	height:45px;
	}
	
div.twoAcrossWrapper #drillPriceWrapper .drillPrices {
	width:117px;
	/*font-size:11px;*/
}

.priceSpacer {
	margin:-5px;
}


div.twoAcrossWrapper .price {
	width:43%;
	float: left;
	text-align: left;
	overflow:hidden;
	padding-top:5px;
	}
	
	
div.twoAcrossWrapper .buttonWrapper{
	width:130px;
	float:right;
}

div.twoAcrossWrapper .purchaseWrapper{
	width:100%;
}

div.twoAcrossWrapper .qty{
	float:left;
	padding:4px 4px 0px 0px;
	width:15%;
}

div.twoAcrossWrapper .qty input{
	border: 1px solid #000000;
	text-align:center;
	width:15px;
}



div.twoAcrossWrapper .cartInfo{
	padding:5px 12px 0;
	text-align: right;
	font-size:11px;
	/*font-weight:bold;*/
	height:15px;
}

	/*product specific*/
	
/* ********Store Three Across Output******** */				
div.productThumbnail {
	float: left;
	font-weight:bold;
	width: 185px; height: 231px;
	padding: 0px;
	margin: 10px 10px 10px 0px;
	text-align: center;
/*	border-bottom: 1px solid #CCCCCC;*/
	overflow: hidden;
	}
	
div.productThumbnailAlt {
	float: left;
	font-weight:bold;
	width: 165px; height: 231px;
	padding: 0px;
	margin: 10px 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: 48px;
	padding: 3px;
	margin: 0px auto; 
	}
	
div.productThumbnailPrice {
	width: 169px; height: 34px;
	padding: 3px; 
	margin: 0px auto;
	}

/* ********Drilldown******** */

#drillWrapper {
background-color:#F0E9BD;
height:870px;
padding:25px 0 0;
position:relative;
margin-right:5px;
}

#drillImage{
	/*background-color: #f0e9bd;*/
	float:left;
overflow:hidden;
text-align:center;
width:31%;
}

#drillInformation{
	/*background-color: #f0e9bd;*/
	float:right;
padding-left:10px;
width:64%;
}

#drillTitle {
color:#333333;
font-family:Garamond;
font-size:44px;
line-height:50px;
}

#drillTeaser{
	width:100%;
	padding-bottom:10px;
}

#drillPriceWrapper{
	width:100%;
	overflow:hidden;
}

.drillInnerPriceWrapper{
	width:100%;
	height:32px;
}

.drillPrices{
	width:134px;
	float:left;
	padding:5px 0px 0px 0px;
}

.drillButtonWrapper{
	width:118px;
	float:left;
}

.drillQty{
	padding:3px 4px 0px 0px;
	float:left;
}

.drillQty input{
	border: 1px solid #000000;
	text-align:center;
	width:15px;
}

.drillButtons{
}


.cartInfo{
	color:#666;
}
/*product specific*/

/* end product specific*/


/* ********Wine******** */		

#bottomStuff{
float:right;
margin-top:90px;
position:absolute;
right:8px;
top:264px;
width:330px;
}
#aboutThisWineHeader {
	display:none;
}

#wineProfileHeader {
	display:none;
}


#aboutThisWineBody {
	float:right;
	background-color:#ddcb88;
	font-style:italic;
}

#wineProfileBody {
	float:right;
	text-align:left;
	width:93%;
}

table.productDetails {
	float:left;
	width:100%;
	/*border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;*/ 
	
	}
		
table.productDetails tr.altRow {
	background-color: #f0e9bd;
	}
	
/* ********Product, Gift Basket, ThirdParty Product******** */
.pFeatureTable {
	width: 100%;
}

.pFeatureTable td {
	padding: 2px 5px;
}

.pFeatureTable tr.shade td {
	background-color: #E5E5CC;
}	

.wineNotesRight{
	color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:17px;
font-weight:bold;
}

.wineNotesLeft{
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:normal;
}

#drillVintage{
	color:#333333;
font-family:Garamond;
font-size:32px;
line-height:43px;
}
	