/* 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*/
.storeProductPagination {
	width: 400px;
	text-align: left;
	margin: 5px 0px 10px 0px;
	}

/*Products*/
div#productArrayWrapper {
overflow:hidden;
width:100%;
}
	
/* ********Store One Line Output******** */
div.oneLineOutputWrapper {
	width: 540px; 
	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 {
	border-top:1px solid #CCCCCC;
margin:5px 0;
padding:20px 0 10px;
text-align:left;
width:100%;
	}
	
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 {
border-bottom:1px solid #CCCCCC;
float:left;
height:375px;
margin:0 30px 5px;
overflow:hidden;
text-align:left;
width:350px;
}
	
div.twoAcrossTitle {
color:#7F794A;
font:bold 14px/1em "Trebuchet MS",Arial,Helvetica,sans-serif;
height:60px;
overflow:hidden;
position:relative;
width:260px;
}
	
div.twoAcrossImage {
	float:right; width:140px; text-align:center;
	}
	
div.twoAcrossTeaser {
height:225px;
overflow:hidden;
}
	
div.twoAcrossPrice {
height:65px;
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 {
	float: left;
	width: 405px;
	padding: 0px 10px 0px 0px;
	}
	
div.productPhoto {
	float: left;
	width: 400px;
	padding: 10px 0px;
	text-align:center;
	}

#pDrilldownText {
	width: 252px;
	padding: 5px 10px 10px 0px;
	float:left;
}

/* ********Wine******** */		
table.productDetails {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
margin:0 0 10px 20px;
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;
}	
	
	
#layLeftNav {
display: none;
width:200px;
}

#layContent {
width:825px;
}

/*#storeShipper {
float:none;
left:72px;
padding-top:0;
position:absolute;
text-align:left;
top:13px;
z-index:100;
}*/

#storeShipper {
float:none;
height:0;
overflow:visible;
padding-top:0;
position:relative;
right:-705px;
text-align:left;
top:13px;
width:195px;
}

.layLeftNavItemTitle {
border-left:0 solid #B5B0A1;
border-top:0 solid #B5B0A1;
}

.layLeftNavItemLinks {
border-left:0 solid #B5B0A1;
font:0px/0px Arial,Helvetica,sans-serif;
}

#layContentWrapper {
position:relative;
}

.layLeftNavItem {
margin:0 0 0;
}


