/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

.info-col { float: left; width: 170px; height: auto; padding: 5px 0 0 10px; }
.info-col h2 { text-align: center; font-weight: normal; padding: 5px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.amethyst { background: url(../img/gems/amethyst.png) center center no-repeat; }
.ametrine { background: url(../img/gems/ametrine.png) center center no-repeat; }
.diamond { background: url(../img/gems/diamond.png) center center no-repeat; }
.emerald { background: url(../img/gems/emerald.png) center center no-repeat; }
.garnet { background: url(../img/gems/garnet.png) center center no-repeat; }

dt { padding: 5px; background: #900; color: #000; border-bottom: 1px solid white; border-right: 1px solid white; text-align:center; }
dd { position: absolute; left: -9999px; top: -9999px; width: 480px; background: #900; padding: 10px; color: #000; border-right: 1px solid white; }

dd {
font: normal 120%  "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-bottom: 0;		
	color: #000000;
	}

dt:nth-of-type(1) { background: #f9f9f9; }
dd:nth-of-type(1) { background: #f9f9f9; }

dt:nth-of-type(2) { background: #ff7d3e; }
dd:nth-of-type(2) { background: #ff7d3e; }

dt:nth-of-type(3) { background: #ffb03b; }
dd:nth-of-type(3) { background: #ffb03b; }

dt:nth-of-type(4) { background: #c2a25c; }
dd:nth-of-type(4) { background: #c2a25c; }

dt:nth-of-type(5) { background: #4c443c; }
dd:nth-of-type(5) { background: #4c443c; }

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }