/*------------------------------------------------------------------------------
                       Layout and Positioning
/*----------------------------------------------------------------------------*/
.tpl-download-list {
   margin: 3px 0 0 100px;
}


/*------------------------------------------------------------------------------
                         Styles and Color 
/*----------------------------------------------------------------------------*/
.tpl-download-list {
   text-indent: 40px;
   height: 40px;
   line-height: 25px;
}

.tpl-download-list-windows {
   background: url(/images/logos/win.jpg) 0 0 no-repeat;
}

.tpl-download-list-mac {
   background: url(/images/logos/mac.jpg) 0 0 no-repeat;
}

a.tpl-download-list-link,
a.tpl-download-list-link:hover,
a.tpl-download-list-link:active,
a.tpl-download-list-link:visited {
   color: #555533;
   text-decoration: underline;
}

a.tpl-download-list-link:hover {
   color: #777755;
   text-decoration: none;
}
