/* Global Country Selector */
#country_selector{
width:118px;
font:8pt Arial, Verdana;
position:absolute;
text-align:left;
z-index:100;
margin:1px 0 0 0;
float:left;
}
#country_selector .location{
padding:4px 0 0 0;
}
#country_selector div.location a{
margin-right:15px;
}
#country_selector div a{
padding:0 15px 0 15px;
}
#country_selector #selector{
display:none;
margin:0;
padding:0;
list-style:none;
}
#country_selector #country_style{
height:100%;
}
#country_selector .selected{
height:19px;
background-repeat:no-repeat;
background-position:0 1px;
}
#country_selector .selected #selector{
background-repeat:repeat-y;
padding:5px 0 0 0;
}
#country_selector .selected #selector li{
line-height:1.4em;
font:8pt Arial, Verdana;
}
#country_selector .selected #selector a{
text-decoration:none;
color:#7f7f7f;
width:100px;
display:block;
}
#country_selector .deselected .location a{
color:#7f7f7f;
text-decoration:none;
background-image:url(../images/base/active_arrow.gif);
background-repeat:no-repeat;
background-position:center right;
}
#country_selector .deselected .location a:hover{
background-image:url(../images/base/hover_arrow.gif);
}
#country_selector .deselected .location a:hover,
#country_selector .selected #selector a:hover{
color:#1180b0;
}
#country_selector .selected .location a{
text-decoration:none;
color:#1180b0;
}
#country_selector .selected .btm{
height:6px;
background-repeat:no-repeat;
background-position:0 -17px;
}
/* Black Style */
#country_selector.black .selected{
background-image:url(../images/black/corners.gif);
}
#country_selector.black .selected #selector{
background-image:url(../images/black/center.gif);
}
#country_selector.black .selected .btm{
background-image:url(../images/black/corners.gif);
}
/* White Style */
#country_selector.white .selected{
background-image:url(../images/white/corners.gif);
}
#country_selector.white .selected #selector{
background-image:url(../images/white/center.gif);
}
#country_selector.white .selected .btm{
background-image:url(../images/white/corners.gif);
}
