﻿/* ----------------------------------------------
Track View - Additional Styles for the Product Page

Browsers: All (later than IE 6)
Author: Alex Baker
---------------------------------------------- */

/* positions the in Brief as a list in the content 2 bar */
#tvInnerContent2 ul {
     list-style-type:none;
     margin: 25px 0 0 25px;
 }
 
#tvInnerContent2 li {
     margin-top:10px; /* adds space between the links */
     color:#FFF;
     background:transparent url(../images/misc/bullet.png) no-repeat 0 center;
     padding-left:24px;
 }