html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin-bottom: 1px;
	height: 100%;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
}

form { 
 border: 0px;
 margin: 0px; 
 padding: 0px; 
}


a {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666666;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.nugget {
	border: 1px dotted #C0C0C0;
	padding: 5px;
	margin-bottom: 10px;
}
.nugheader {
	background-color: #99CCFF;
	font-size: 12px;
	font-weight: bolder;
}
.nugbody {
	background-color: #F4F4F4;
}

.topic {
	border: 1px #666666;
	background: #CCCCCC;
	padding: 10px 7px;
}
.topheader {
	font-size: 12px;
	background-color: #F4F4F4;
}
.mainmenu {
	border-top: 10px solid #ffffff;
}

#imagetext {
	position: absolute; 
	bottom: 10px; 
	right: 10px;  
	padding: 4px;
}

#imagetext a.blacklink {color:#000; text-decoration:none;} 
#imagetext a.blacklink:visited {color:#000; text-decoration:none;}
#imagetext a.blacklink:hover {color:#000; text-decoration:underline;}

#imagetext a.darkgrey {color:#666; text-decoration:none;} 
#imagetext a.darkgrey:visited {color:#666; text-decoration:none;}
#imagetext a.darkgrey:hover {color:#000; text-decoration:underline;} 


#imagetext a.lightgrey {color:#aaa; text-decoration:none;} 
#imagetext a.lightgrey:visited {color:#aaa; text-decoration:none;}
#imagetext a.lightgrey:hover {color:#fff; text-decoration:underline;} 


#imagetext a.whitelink {color:#fff; text-decoration:none;} 
#imagetext a.whitelink:visited {color:#fff; text-decoration:none;}
#imagetext a.whitelink:hover {color:#fff; text-decoration:underline;} 


#imagetextempty {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 20px;  
	padding: 4px;
}

#basket {
	position: absolute;
	width: 200px;
	height: 58px; 
	top: 89px; 
	right: -200px; 
}

#addtobasket {
	position: absolute;
	width: 200px;
	height: 29px; 
	bottom: 0px; 
	right: -200px; 
}

#cost {
	position: absolute;
	width: 200px;
	height: 55px; 
	bottom: 0px; 
	right: -220px; 
	text-align:left;
	vertical-align:bottom;
}

#prevnext {
	position: absolute; 
	width: 110px;
	top: 0px; 
	right: -130px; 
	text-align:left;
}

.productimage {
	position: relative; 
	bottom: 0px; 
	right: 0px; 
}

td span { 
	vertical-align: bottom;
	float:right
}