/* CSS Document */
@import url(_fonts.css);
@import url(_forms.css);
@import url(_layout.css);

/* ********Store******** */

#breadcrumbs {
display:none;
}

.addToCart {

	}
	


/*Sub Menu*/
#storeSubMenu {
	width: 100%;
	height: 40px;
	text-align: left;
	
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 0px auto;
	overflow: hidden;
	text-align:center;
}

.storeSubMenuItem a, .storeSubMenuItem a:active, .storeSubMenuItem a:visited {
		background-color:#999999;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	height:13px;
	margin:0px 1px 0px 0px;
	padding:7px 0px 8px;
	text-decoration:none;
	width:120px;
	}
	
	.storeSubMenuItem a:hover   {
		width:120px;
	height:13px;
	padding:7px 0px 8px 0px;
	float:left;
	display: block;
	background-color:#a52227;
	}
	
.storeSubMenuDivider {
	display:none;
}

/*Pagination*/
.storePagination {
/*	display: none;*/
	width: 100%;
	text-align: right;
	margin: 5px 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 #666;
	}


div.oneLineOutputWrapper .imageWrapper {
	text-align:center;
	width: 26%;
	float:left;
}

div.oneLineOutputWrapper .infoWrapper{
	width:48%;
	float:left;
}

div.oneLineOutputWrapper .title {
	color:#A12D2D;
	font-family:"Times CE",Arial,Helvetica,sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
div.oneLineOutputWrapper .title a 	{
	color:#A12D2D;
	}
	
div.oneLineOutputWrapper .teaser {
	overflow: hidden;
	padding-right:15px;
	}
	

	
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;
}

div.oneLineOutputWrapper .drillButtonWrapper{
	width:100%;
	padding-top:10px;
}

/* end product specific*/

	
/* ********Store One Across Output******** */
div.oneAcrossWrapper {
		float: left; 
	width: 400px; height:407px; 
	overflow:hidden; 
	margin: 0px 2px 5px 2px; 
	text-align:left; 
	border-bottom: 0px solid #ccc;
	}
	

	
div.oneAcrossWrapper .title {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em; 
	color: #000000;
	background-image: url(../images/global/storetitle.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	width:293px; height:35px; 
	overflow:hidden; 
	position: relative;
	}
	
div.oneAcrossWrapper .title a, div.oneAcrossWrapper .title a:active, div.oneAcrossWrapper .title a:visited{
	position: relative;
	top: -11px; left: 8px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

div.oneAcrossWrapper .title a:hover{
	color: #000000;
}	
	
div.oneAcrossWrapper .imageWrapper{
	width:33%;
	float:right;
	text-align: center;
}

div.oneAcrossWrapper .infoWrapper{
	width:65%;
	float:left;
}

div.oneAcrossWrapper .teaser{
	width:100%;
}


div.oneAcrossWrapper #drillPriceWrapper{
	width:100%;
}


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 {
	float: left; 
	width: 350px; 
	height:300px;
	overflow:hidden; 
	padding: 20px 10px 10px 0px;; 
	text-align:left;

	}
	
div.twoAcrossWrapper .title {
	position:relative;
	font: 15px "Times CE", Arial, Helvetica, sans-serif;
	color: #cccccc;
	width: 200px; 
	overflow:hidden; 
	float:right;
	}
	
	div.twoAcrossWrapper .title a, div.twoAcrossWrapper .title a:active, div.twoAcrossWrapper .title a:visited{
	font: 15px "Times CE", Arial, Helvetica, sans-serif;
	color: #9b9786;
	text-decoration: none;
	text-transform: uppercase;
}

div.twoAcrossWrapper .title a:hover{
	color: #990000;
}
	
	
div.twoAcrossWrapper .imageWrapper {
	float:left; width:140px; text-align:center;
	padding: 5px;
	}
	

div.twoAcrossWrapper .infoWrapper {
	width:100%;
	float:right;
	color: #666;
	font-size:11px;
}
	
div.twoAcrossWrapper .teaser {
	overflow:hidden;
	color: #666;
	font-size:11px;
	}
	

div.twoAcrossWrapper .#drillPriceWrapper{
	width:100%;
}


div.twoAcrossWrapper .price {
	width:40%;
	float: left;
	text-align: left;
	overflow:hidden;
	}
	
	
div.twoAcrossWrapper .buttonWrapper{
	width:60%;
	float:right;
	text-align:left;
}

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 0px 0px 0px;
	text-align: left;
	font-weight:bold;
	height:15px;
}

	/*product specific*/
	
/* ********Store Three Across Output******** */				
div.productThumbnail {
	float: left;
	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;
	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{
	padding:25px 0px 0px 0px;
}

#drillImage{
	width:20%;
	padding:0px 25px;
	float:left;
	text-align:center;
}

#drillImage.drillProductImage {
	width:20%;
	padding:0px 0px;
	float:left;
	text-align:center;
}

#drillInformation{
	width:60%;
	float:right;
}

#drillTitle{
	width:100%;
}

#drillTeaser{
	width:100%;
	padding-bottom:10px;
}

#drillPriceWrapper{
	width:100%;
	overflow:hidden;
}

.drillInnerPriceWrapper{
	width:100%;
	
}

.drillPrices{
	width:40%;
	float:left;
	padding:5px 0px 0px 0px;
}

.drillButtonWrapper{
	width:60%;
	float:right;
}

.drillQty{
	padding:3px 10px 0px 0px;
	float:left;
}

.drillQty input{
	border: 1px solid #000000;
	text-align:center;
	width:15px;
}

.drillButtons{
}


.cartInfo{
	color:#a12d2d;
	text-align:left;
}
/*product specific*/

/* end product specific*/


/* ********Wine******** */		

#bottomStuff{
	margin-top:20px;
}

table.productDetails {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	width: 200px;
	}
		
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;
}	


	