/** CSS specifically for crystalink homepage **/

/* Homepage Adverts */
a.homepageAdvert {
	width: 326px;
	height: 139px;
	display: block;
	background-image: url('/images/adverts/certified-diamond-rings.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}
a.homepageAdvert:hover {
	background-position: 0 -138px;	
}
a.advertLink {
	color: #ffcc33;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;	
	text-decoration: none;
	text-transform: none;
}
a.advertLink:hover {
	text-decoration: underline;	
}

/* Content area */
#content {
 	margin-bottom: 10px;
}

/* The movie */
td.movie {
	width: 396px;
	height: 350px;
	overflow: hidden;
	background-color: #ffffff;
}
td.video {
	width: 396px;
	overflow: hidden;
	background-color: #000000;
	vertical-align: top;
}
