/*============================================================*/
/*Sake Catalog - Page count container*/
/*============================================================*/

.SakeCat_PageCon						{ height: auto;	}									
			
	.SakeCat_PageConLeft					{ background: transparent url("sake_cat_PageConTL.gif") no-repeat top left; }	
		.SakeCat_PageConRight					{ height: 10px;
												  margin-left: 10px;										  
												  background: transparent url("sake_cat_PageConTR.gif") no-repeat top right;
												}												
			.SakeCat_PageConCenter					{ height: 10px;												  
													  margin-right: 10px;
												  	  background: transparent url("sake_cat_PageConTC.gif") repeat-x top left;
													}
		/*---------------------------------------------------*/					
		.SakeCat_PageConBody				{ font-size: 11px; color: #999;
											  text-align: right; 
											  padding-left: 10px;
											  padding-right: 10px;
											  background: #0f0f0f url("sake_cat_PageConBody.gif") repeat-x top left;
											}
		.SakeCat_PageConBody A.CATCommandButton:link, 
		.SakeCat_PageConBody A.CATCommandButton:visited, 
		.SakeCat_PageConBody A.CATCommandButton:active			
											{ text-decoration: underline;
											  color: #ccc;
											}

		.SakeCat_PageConBody A.CATCommandButton:hover			
											{ text-decoration: underline;
											  color: #ff0000;
											}
		
		.SakeCat_PageConBody .CATNormalDisabled 
											{ color: #ccc;}
											
		/*---------------------------------------------------*/					
		.SakeCat_PageConBLeft				{ background: transparent url("sake_cat_PageConBL.gif") no-repeat bottom left; height: 10px;}	
			.SakeCat_PageConBRight				{ height: 10px;
												  margin-left: 10px;										  
												  background: transparent url("sake_cat_PageConBR.gif") no-repeat bottom right;
												}												
				.SakeCat_PageConBCenter				{ height: 10px; 
													  margin-right: 10px;
													  background: transparent url("sake_cat_PageConBC.gif") repeat-x bottom left;
													}

/*============================================================*/
/*Sake Catalog - Product Item container*/
/*============================================================*/

.SakeCat_ProductCon						{ height: auto;	
										  margin-right: 10px; 
										  margin-bottom: 10px;
										}									
			
	.SakeCat_ProductConLeft					{ background: transparent url("sake_cat_ProductConTL.gif") no-repeat top left; }	
		.SakeCat_ProductConRight				{ height: 10px;
												  margin-left: 10px;										  
												  background: transparent url("sake_cat_ProductConTR.gif") no-repeat top right;
												}												
			.SakeCat_ProductConCenter				{ height: 10px;												  
													  margin-right: 10px;
												  	  background: White url("sake_cat_ProductConTC.gif") no-repeat top left;
													}
		/*---------------------------------------------------*/					
		.SakeCat_ProductConBody				{ font-size: 11px; 
											  color: #000; 
											  text-align: center; 
											  padding-left: 10px;
											  padding-right: 10px;
											  background: #fff url("sake_cat_ProductConBody.gif") no-repeat bottom left;
											}
		
		.SakeCat_ProductConBody a:link, .SakeCat_ProductConBody a:visited, .SakeCat_ProductConBody a:active
											{ font-size: 11px; 
											  font-weight: bold;
											  color: #000; 											  
											  text-decoration: none;
											}
											
		.SakeCat_ProductConBody a:hover		{ color: #ff0000; 
											  text-decoration: none;
											}
											
		/*---------------------------------------------------*/					
		.SakeCat_ProductConBLeft			{ background: transparent url("sake_cat_ProductConBL.gif") no-repeat bottom left; }	
			.SakeCat_ProductConBRight			{ height: 10px;
												  margin-left: 10px;										  
												  background: transparent url("sake_cat_ProductConBR.gif") no-repeat bottom right;
												}												
				.SakeCat_ProductConBCenter			{ height: 10px; 
													  margin-right: 10px;
													  background: #fff url("sake_cat_ProductConBC.gif") no-repeat bottom left;
													}
													
.SakeCat_ProductItem						{ text-align: center; 
											  margin-left: 10px;
											}											

.SakeCat_ProductTitleLink					{ line-height: 11px; 
											  display: block;
											  margin-bottom: 3px;
											  height: 38px;
											}

.SakeCat_ProductImage						{ width: 185px; text-align: center; padding-left: 0px; padding-right: 10px;}											
.SakeCat_Column								{ border-left: solid 1px #ccc; padding-left: 10px;}		

.SakeCat_CartView							{ border-top: solid 1px #ccc; 
											  border-bottom: solid 1px #ccc; 
										      margin-top: 10px;
											}								
.SakeCat_ProductImageThumb img				{ border: 1px solid red; margin-right: 5px;}


.exampleWrapper 							{ float: left;
											  width: 450px;
											  min-height: 240px;
											  padding: 10px;											  
											  margin-top: -2px;
											  border: 1px solid #ccc;
											  background: #fff;
											}



											