/* 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: 650px;
	padding:0px 0px 10px 0px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	}

/*Products*/
div#productArrayWrapper {
	width: 650px; 
	overflow: hidden;
	}
	
/* ********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 {
	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 Arial, Helvetica, "Trebuchet MS",  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: 350px;
    margin: 0 15px 5px;
    overflow: hidden;
    text-align: left;
    width: 285px;
}
	
div.twoAcrossTitle {
	font: 14px  Arial, Helvetica, "Trebuchet MS", sans-serif;
	line-height: 1em; 
	color:#7F794A;
	font-weight: bold;
	width:260px; height:85px; 
	overflow:hidden; 
	position: relative;
	}
	
div.twoAcrossImage {
    float: left;
    text-align: center;
    width: 96px;
}
	
div.twoAcrossTeaser {
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 105px;
    overflow: hidden;
    padding-left: 15px;
    padding-top: 20px;
}

div.twoAcrossTeaser p{
	font-size: 11px;
	line-height: 14px;
	}
	
div.twoAcrossPrice {
	height:50px; 
	overflow:hidden;
	}
	
/* ********Store Three Across Output******** */				
div.productThumbnail {
	float: left;
	width: 212px; height: 220px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	}
	
div.productThumbnailAlt {
	float: left;
	width: 212px; height: 220px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	}
	
div.productThumbnailimage {
	width: 212px; height: 140px;
	margin: 0px auto;
	}
	
div.productThumbnailTitle {
	width: 212px; height: 34px;
	padding: 0px;
	margin: 0px auto; 
	}
	
div.productThumbnailPrice {
	width: 212px; height: 34px;
	padding: 0px; 
	margin: 0px auto;
	}

/* ********Drilldown******** */
div.productTeaser {
	float: left;
	width: 150px;
	padding: 0px 0px 0px 0px;
	}
	
div.productPhoto {
	float: right;
	width: 250px;
	margin-right: 225px;
	padding: 0px 0px;
	text-align:right;
	}

#pDrilldownText {
	width: 252px;
	padding: 5px 10px 10px 0px;
	float:right;
}

/* ********Wine******** */		
table.productDetails {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 0 0 10px 10px;
    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;
}	
	
h1#product{
	display: block;
	font: 16px Arial, Helvetica, "Gil Sans", Trebuchet MS, sans-serif;
	color: #444;
	}
	
#layLeftNav{
	display: block;
	}
	
#layContent {
    padding: 0 0 0 20px;
    width: 663px;
}
	
#layPageTitle {
	background-image:url(../images/global/h6Back.jpg);
	width:658px;
	
}
