/* CSS Document */

#footlinks
{
width:950px;
height:20px;
}

#footlinks ul
{
padding:0;
margin:0;
list-style:none;
position:relative;
}

#footlinks li
{
float:left;
}

/* PRIVACY BUTTON STYLES */
.privacy a
{
display:block;

width:117px;
height:20px;
background-image:url(../images/footlinks2/footlinks_02.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

.privacy a:hover
{
background-image:url(../images/footlinks2/footlinks_hover_02.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

/* TERMS BUTTON STYLES */
.terms a
{
display:block;
width:98px;
height:20px;
background-image:url(../images/footlinks2/footlinks_04.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

.terms a:hover
{
background-image:url(../images/footlinks2/footlinks_hover_04.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

/* TIS BUTTON STYLES */
.tis a
{
display:block;
width:120px;
height:20px;
background-image:url(../images/footlinks2/footlinks_06.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

.tis a:hover
{
background-image:url(../images/footlinks2/footlinks_hover_06.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

/* HBD BUTTON STYLES */
.hbd a
{
display:block;
width:185px;
height:20px;
background-image:url(../images/footlinks2/footlinks_08.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

.hbd a:hover
{
background-image:url(../images/footlinks2/footlinks_hover_08.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

/* 3PLD BUTTON STYLES */
.tpld a
{
display:block;
width:125px;
height:20px;
background-image:url(../images/footlinks2/footlinks_10.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

.tpld a:hover
{
background-image:url(../images/footlinks2/footlinks_hover_10.png);
background-position:top center;
background-repeat:no-repeat;
padding:0;
margin:0;
}

/* ACTIVE FOOTLINKS STYLES */
#privacy #footlinks .privacy a
{
display:block;
background-image:url(../images/footlinks2/footlinks_hover_02.png);
background-position:top center;
background-repeat:no-repeat;
cursor:default;
padding:0;
margin:0;
}

#terms #footlinks .terms a
{
display:block;
background-image:url(../images/footlinks2/footlinks_hover_04.png);
background-position:top center;
background-repeat:no-repeat;
cursor:default;
padding:0;
margin:0;
}

#tis #footlinks .tis a
{
display:block;
background-image:url(../images/footlinks2/footlinks_hover_06.png);
background-position:top center;
background-repeat:no-repeat;
cursor:default;
padding:0;
margin:0;
}

#hbd #footlinks .hbd a
{
display:block;
background-image:url(../images/footlinks2/footlinks_hover_08.png);
background-position:top center;
background-repeat:no-repeat;
cursor:default;
padding:0;
margin:0;
}

#tpld #footlinks .tpld a
{
display:block;
background-image:url(../images/footlinks2/footlinks_hover_10.png);
background-position:top center;
background-repeat:no-repeat;
cursor:default;
padding:0;
margin:0;
}