.info-col { width: 602px; height: 100%; }
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }
.info-col img{float:left; padding: 0px 6px 0px 0px;}

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


dl { }
dt { padding: 5px; background: #900; color: #335366; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 581px; background: #900; padding: 10px; color: black; border-right: 1px solid white; }

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

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

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

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

dt:nth-of-type(5) { background: #d8d8d8; }
dd:nth-of-type(5) { background: #fafafa; }

dt:nth-of-type(6) { background: #cccccc; }
dd:nth-of-type(6) { background: #fafafa; }

dt:nth-of-type(7) { background: #c8c8c8; }
dd:nth-of-type(7) { background: #fafafa; }

dt:nth-of-type(8) { background: #bbbbbb; }
dd:nth-of-type(8) { background: #fafafa; }

.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; }
