/* 
Copyright 2006 Adobe Systems Incorporated.
Markers
$Revision: 1.6.6.1 $
*/
ul>li.icon,
dl>dd.icon,
p.icon,
h4.icon
{
padding-top: 3px;
padding-bottom: 3px;
}
ul>li.icon,
dl>dd.icon,
p.icon,
h4.icon,
.icon a
{
padding-left: 20px;
}
.icon a
{
margin-left: -20px;
display: block;
}
ul.compact li.icon
{
margin-right: 1ex;
}
ul.compact li.icon a
{
margin-left: 0;
position:relative;
left: -20px;
display: block;
}
/* ALERT */
.alert,
.alert a:hover 
{ 
background-image: url("../icons/alert.gif") 
}
/* ACTIONS */
.checkout,
.checkout a:hover 
{ 
background-image: url("../icons/secure.gif") 
}
.buy,
.buy a:hover 
{ 
background-image: url("../icons/buy.gif");
}
.call,
.call a:hover 
{ 
background-image: url("../icons/contact_call.gif") 
}
.contact,
.contact a:hover 
{ 
background-image: url("../icons/email.gif") 
}
.info,
.info a:hover 
{ 
background-image: url("../icons/info.gif") 
}
.enroll,
.enroll a:hover 
{ 
background-image: url("../icons/seminar.gif") 
}
.edit,
.edit a:hover 
{ 
background-image: url("../icons/edit.gif") 
}
.email,
.email a:hover 
{ 
background-image: url("../icons/email.gif") 
}
.help,
.help a:hover 
{ 
background-image: url("../icons/help.gif") 
}
.launch,
.launch a:hover 
{ 
background-image: url("../icons/launch.gif") 
}
.listen,
.listen a:hover 
{ 
background-image: url("../icons/listen.gif") 
}
.download,
.download a:hover 
{ 
background-image: url("../icons/exchange_download.gif") 
}
.upgrade,
.upgrade a:hover
{
background-image: url("../icons/upgrade.gif")
}
.subtract,
.subtract a:hover
{
background-image: url("../icons/subtract.gif")
}
.add,
.add a:hover
{
background-image: url("../icons/add.gif")
}
.search,
.search a:hover
{
background-image: url("../icons/search.gif")
}
.print,
.print a:hover
{
background-image: url("../icons/print.gif")
}
/* FILES */
.rss-file,
.rss-file a:hover 
{ 
background-image: url("../icons/rss.gif")
}
.pdf-file,
.pdf-file a:hover 
{ 
background-image: url("../icons/pdf.gif")
}
.swf-file,
.swf-file a:hover 
{ 
background-image: url("../icons/flashpaper.gif")
}
.breeze-file,
.breeze-file a:hover 
{ 
background-image: url("../icons/breeze.gif")
}
.captivate-file,
.captivate-file a:hover 
{ 
background-image: url("../icons/captivate.gif")
}
.quicktime-file,
.quicktime-file a:hover 
{ 
background-image: url("../icons/quicktime.gif")
}
.shockwave-file,
.shockwave-file a:hover 
{ 
background-image: url("../icons/shockwave.gif")
}
.icon,
.icon a:hover
{
background-repeat: no-repeat;
}
.icon
{
background-position: 0 3px;
}
li.icon
{
list-style-type: none;
}
.icon a:hover
{
background-position: 0 0;
}
/* MARKERS */
ol.path
{
list-style-type: none;
}
.path>li a:after
{
content: "/";
color: #AAA;
margin-left: 1ex;
margin-right: -1ex;
font-weight: normal;
}
/*/////////////////// Pipe ///////////////////*/
ul.pipe
{
list-style-type: none;
}
.pipe li
{
background-repeat: no-repeat;
background-position: left center;
}
.pipe li+li
{
background-image: url("../images/pipe.gif");
padding-left: 1px;
}
