/* stylesheet #2 */





body
    	{
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	background-color: white;
	color: black;
	}

			/*begin page links  */

div.links
	{
	padding:8px 0px 0px 0px;
	}

.links a 
	{
	font-size: .8em; 
	text-decoration:none;
	color:black;
	background-color: #cccccc;
	}

.links a:hover 
	{
	text-decoration:underline;
	}



span.linkspage
	{
	background-color: white;
	color: black;
	}


#linksgrey
	{
	background-color: #cccccc;
	text-align:center;
	color: black;
	}

			/*end page links */


	

p
	{
	font-size: .8em;
	text-align: justify;
	line-height: 1.5em;
	}






.center
	{
	text-align: center;
	}

/*begin images display */	




.cart
	{
	margin-top: 30px;
	height: 32px;
	width: 140px;
	margin-left: 10px;
	border: 0;
	}

.logo
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 202px;
	height: 44px;
	}

.contacta
	{
	float: right;
	margin: 0 10px 10px 10px;
	width: 100px;
	height: 133px;
	}

.contactb
	{
	float: left;
	margin: 0 20px 0 20px;
	width: 100px;
	height: 133px;
	}

.contactc
	{
	float: left;
	margin: 0 40px 0 10px;
	width: 118px;
	height: 150px;
	}



/*end images */




/*begin rollover buttons */

div.button 
	{
	width:75px; 
	height:21px; 
	top:0px; 
	left: 0px;}


a.roll  {
	width:75px; 
	height:19px; 			
	padding-top:2px;			
	display:block;
	font-size: .7em; 			
			
	text-align:center;			
	background:  url("images/button.gif") 0px 0px no-repeat #000;
	color: black;		
	}			

div.button a.roll:link {background-position: 0px 0px; color: black; text-decoration:none;background-color: white;}			
div.button a.roll:visited {background-position: 0px -22px; color: black;text-decoration:none;background-color: white;}			
div.button a.roll:hover {background-position: 0px -44px; color:#ff33ff;text-decoration:none;background-color: white;}			
div.button a.roll:active {background-position: 0px -66px; color:#ff33ff;text-decoration:none;background-color: white;}	


/*end rollover buttons */






span.bold
	{
	font-weight: bold;
	}

span.italic
	{
	font-style: italic;
	}

/*begin extra jewellery links */

div#listcontainer
	{
	border: 2px solid #cccccc;
	width: 125px;
	font-size: .8em;
	height:160px;
	}

div#listcontainer ul
{border:0;  
    margin:12px 20px 12px 1.25em; 
    padding:0; list-style-type:none;
 
    
    }

div#listcontainer li{border-bottom: 1px solid #ff33ff; margin:0; padding:.75em 0; text-indent: .5em}

div#listcontainer a{text-decoration: none; color: black; background-color: white;}
div#listcontainer a:hover {color: #cccccc; background-color: white;}



/*end extra jewellery links */






