.tableStyle {
	width:401px;
	height:200px;
	border:0px;
}
/*
.imageTD {
	width:180px;
	height:200px;
	background-image:url('../images/listViewImages/single2_01.jpg');
}
.seperatorTD {
	width:23px;
	height:200px;
	background-image:url('../images/listViewImages/single2_02.jpg');
}
*/
.infoTD {
	width:198px;
	height:200px;
	background-image:url('../images/listViewImages/detailsbk.jpg');
	background-repeat:no-repeat;
	background-position:center bottom; 
	color: Black;
}

.infoTable {
	width:198px;
	height:200px;
	color: Black;
}
.infoTableTD1 {
	height:10px;
	font-size:8px;
	
	color: Black;
}
.infoTableTD2 {
	height:5px;
	font-size:3px;
	
	color: Black;
}
.moreDetailsTable {	
	width:100%;
	height:100%;
	
	color: Black;
}
.moreDetailsTD {		
	width:100px;
	height:100%;
	font-family:Tahoma, Sans-Serif;	
	color: Black;
}	
.ProductImage {
	max-height:195px;
   	max-width:175px;
   	display: block;
    margin-left: auto;
    margin-right: auto;
   	vertical-align:middle;
    border:0;
}
.ProductName {
	height:90px;
	width:198px;
	max-width:198px;
	font-family:Tahoma, sans-serif;
	color: Black;
	font-size:15pt;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
.ProductCategory {
	height:25px;
	font-family:Tahoma, sans-serif;
	font-size:12pt;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}
.ProductPrice {
	height:30px;
	font-family:Tahoma, sans-serif;
	font-size:14pt;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
}

/*
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
} */
a:link.navlink { 
  	color:White;    
text-decoration:none;	
}
a:visited.navlink { 
	color:White;  
	text-decoration:none;	
}
a:link.prolink { 
  	color:Black;    
	text-decoration:none;	
}
a:visited.prolink { 
	color:Black;  
	text-decoration:none;	
}

.MenuHeader
{
    padding-left:50px;
	font-family: 'Tahoma', serif;
	color: White;
}

.MenuItemStyle
{
    float:left;
	font-family: 'Tahoma', serif;
    color: White;
    text-decoration: none;
    padding-bottom:2px;
    /*padding-right:10px; 
    width:100%;*/
}

.errorText
{
	color:Red;
	font-family:Tahoma, Sans-Serif;
	font-size:12pt;
}
.LabelText  /* title */
{
	font-family:Tahoma, Sans-Serif;
	font-size:18pt;
}
.tablePadding
{
	padding-right:45px;
	padding-bottom:45px;
}