/************************
	THUMBNAIL popup
************************/

.placeright{
position: relative;
z-index: 0;
cursor:default;
}

.placeright:hover{
background-color: transparent;
z-index: 50;
cursor:default;
}

.placeright span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
cursor:default;
}

.placeright span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
cursor:default;
}

.placeright:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -260px; /*position where enlarged image should offset horizontally */
top: -250px;
cursor:default;
}

.placerightup{
position: relative;
z-index: 0;
<br>cursor:default;
}

.placerightup:hover{
background-color: transparent;
z-index: 50;
cursor:default;
}

.placerightup span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
cursor:default;
}

.placerightup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
cursor:default;
}

.placerightup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -260px; /*position where enlarged image should offset horizontally */
top: 350px;
cursor:default;
}


.thumbnail{
position: relative;
z-index: 0;
cursor:default;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
cursor:default;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
cursor:default;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
cursor:default;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left:150px; /*position where enlarged image should offset horizontally */
cursor:default;
}

/************************
	LINKS
************************/ 

a:link { color: blue; 
 text-decoration: underline;}
 a:visited { color: teal;
 text-decoration: underline; }
 a:active { color: red;
 text-decoration: underline; }
	
	
.product_link
{
	font-family:arial;
} 
 
a.product_link
{
	font-family:arial;
	color:navy;
} 

	 
/************************
	COLOURS
************************/ 

.colour_sample
{
	width:16px;
	height:16px;	
}


/************************
	TAGS
************************/ 
h1 { color: black;
     font-family: Bitstream Vera Sans;
	 font-size: 19px;
	font-weight: bold; }
	 
h3 { color:maroon;
	font-family: Times;
	font-size: 17px;
	font-weight: bold; }
	
body {
margin: 0px 5% 0px 5%;
padding: 0px;
font-family: Bitstream Vera Sans;
font size: 12px;
line-height: 30px;
font-weight: bold;
	  background-color: white;
	  background-image: url(mimages/page_bg.jpg);
	  background-repeat: repeat-x;
	  background-position: left top;
}
#wrapper { 
	width:880px;
	margin: 5px auto 0 auto;
	text-align: center;
	 background-color: white;
}	