/* Layout Stylesheet */ 

body { 
	margin:0; background-color: #ffffff; font-family: "Trebuchet MS", Tahoma; font-size: 14px;}
	
a:link { color:#006600; text-decoration: none;  }
a:visited { text-decoration: none; color: #333333; }
a:hover {color:#cc0000; text-decoration: none;  }
a:active { text-decoration: none; color: #999966;}

.shopThumbLink {
	background-color: #eee;
	border: 2px groove #999;
	padding: 2px;
	text-decoration: none;
}
.shopThumb {
	background-color: #eee;
	border: 2px double #333;
	padding: 2px;
}

.shopTable {
	background-color: #FFFFFF;
	padding: 10px;
}
.shopDesc {
	width: 150px;
	height: 25px;
	display: block;
	color: #000000;
}



.shopThumb {
	background-color: #ccc;
	border: 2px solid #333;
}

.shopTable {
	background-color: #FFFFFF;
	padding: 10px;
	text-align:center;
}

