/* Topbar Styles 
========================================== */
#topbar {
background: url(/imgs/global/topbar/bar_bg.jpg) repeat-x left top;
height: 40px;
margin: 0;
width: 100%;
}
#topbar_container {
display: block;
height: 35px;
margin: 0 auto;
padding: 5px 0 0 0;
position: relative;
width: 1004px;
z-index: 1000;
}
/* Sites Navigation --------------- */
#topbar #topbar_sites { 
float: left;
left: 4px; /* offset 4px */
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
width: auto;
}
#topbar #topbar_sites li, #topbar #topbar_sites li a {
float: left;
width: auto;
}
#topbar #topbar_sites li a { 
background: url(/imgs/global/topbar/topbar.png) no-repeat 0 0;
height: 35px;
overflow: hidden;
text-indent: -9999px;
}
#topbar #topbar_sites li#topbar_typetees, #topbar #topbar_sites li#topbar_select, #topbar #topbar_sites li#topbar_threadlesskids {
position: relative;
}
#topbar #topbar_sites li {
margin: 0 10px;
}
#topbar #topbar_sites li#topbar_select { /* to test topbar without Select tab */
margin: 0;
}
/* Buttons */
#topbar #topbar_sites #topbar_threadless, #topbar #topbar_sites #topbar_threadless a {
background-position: 0 -70px;
margin-left: 0;
width: 88px;
}
#topbar #topbar_sites li#topbar_typetees, #topbar #topbar_sites #topbar_typetees a {
background-position: -120px -70px;
width: 73px;
}
#topbar #topbar_sites li#topbar_threadlesskids, #topbar #topbar_sites #topbar_threadlesskids a {
background-position: -225px -70px;
width: 42px;
}
/* Active States */
#topbar #topbar_sites .active { 
margin: 0 5px;
}
#topbar #topbar_sites #topbar_threadless.active, #topbar #topbar_sites #topbar_threadless.active a, 
#topbar #topbar_sites #topbar_threadless.active a:hover {
background-position: 0 0;
margin-left: 0;
width: 103px;
}
#topbar #topbar_sites #topbar_typetees.active, #topbar #topbar_sites #topbar_typetees.active a, 
#topbar #topbar_sites #topbar_typetees.active a:hover {
background-position: -105px 0;
width: 103px;
}
#topbar #topbar_sites #topbar_threadlesskids.active, #topbar #topbar_sites #topbar_threadlesskids.active a, 
#topbar #topbar_sites #topbar_threadlesskids.active a:hover {
background-position: -210px 0; 
width: 72px;
}
/* Hover States */
#topbar #topbar_sites #topbar_threadless a:hover {
background-position: 0 -35px;
/*width: 75px;*/
width: 88px;
}
#topbar #topbar_sites #topbar_typetees a:hover {
background-position: -120px -35px;
width: 73px;
}
#topbar #topbar_sites #topbar_threadlesskids a:hover {
background-position: -225px -35px;
width: 42px;
}

/* Top Links --------------------------- */
#topbar_links {
float: right;
margin: 0;
position: relative;
right: 16px; /*11px offset 10px - Sean wants 1 more px */
width: auto;
}
#topbar_links, #topbar_links ul {
height: 35px; 
list-style-type: none;
padding-left: 0;
}
#topbar_links li, #topbar_links a {
color: #d1d1d1;
float: left;
font-family: arial;
text-align: left;
width: auto;
}
#topbar_links li {
font-size: 12px;
height: 35px;
line-height: 35px;
margin: 0 10px;
}
#topbar_links .join_btn, #topbar_links .user_links {
margin-right: 0;
padding: 0;
}
#topbar_links a {
text-decoration: none;
}
#topbar_links a:hover {
color: #FFF;
text-decoration: underline;
}
/* Language Select Pure CSS Dropdown */
#topbar_links .lang_select {
padding: 0;
position: relative;
width: auto;
/*width: 74px;*/
}
#topbar_links .lang_select a.current {
padding-left: 10px;
width: auto;
/*width: 64px;*/
}
#topbar_links .lang_select a.current span {
background: url(/imgs/global/topbar/topbar.png) no-repeat 100% -175px; /* language select arrow */
padding-right: 10px;
}
#topbar_links .lang_select .drop, #topbar_links .lang_select .drop li, #topbar_links .lang_select .drop a,
#topbar_links li.lang_select:hover .drop, #topbar_links li.lang_select a:hover .drop {
float: left;
width: 74px;
}
#topbar_links .lang_select .drop {
height: 0;
left: 0;
margin-left: 0;
position: absolute;
top: 35px;
visibility: hidden;
}
#topbar_links .lang_select .drop li {
background-color: #585858;
display: block;
height: auto;
line-height: 20px;
margin: 0;
padding: 0 0 0 10px;
width: 64px;
}
#topbar_links .lang_select .drop li.current {
display: none; /* Hides Selected Language from Dropdown */
}
#topbar_links li.lang_select:hover .drop, #topbar_links li.lang_select a:hover .drop {
background: url(/imgs/global/topbar/topbar.png) no-repeat -104px 100%; /* adds bottom round */
height: auto;
padding-left: 0;
padding-bottom: 3px;
position: absolute;
visibility: visible;
width: 74px;
}
/* Join Button */
#topbar_links .join_btn { 
left: 5px; /* for the 10px overhang */
margin-left: 4px;
position: relative;
}
#topbar_links .join_btn a {
background: url(/imgs/global/topbar/topbar.png) no-repeat -360px 0;
height: 35px;
outline: none;
text-indent: -9999px;
width: 127px;
}
#topbar_links .join_btn a:hover {
background-position: -360px -35px;
}
/* User Info */
#topbar_links .user_links {
background: url(/imgs/global/topbar/topbar.png) no-repeat 0 -165px;
}
#topbar_links .user_links ul {
background: url(/imgs/global/topbar/topbar.png) no-repeat 100% -115px;
float: left;
left: 5px;
margin: 0;
padding: 0 5px 0 0;
position: relative;
width: auto;
}
#topbar_links .topbar_username span, #topbar_links .topbar_username a {
float: left;
width: auto;
}
#topbar_links .topbar_username span {
padding-right: 4px;
}
#topbar_links .topbar_username a {
color: #FFF;
}
/* Updated Styles for Login Form */
#login {
background: url(/imgs/global/topbar/topbar.png) no-repeat -179px -151px;
display: none;
margin: 0;
padding: 17px 0 0 0;
position: absolute;
right: 33px;/*right:17px;*/
top: 40px;
width: 308px;
z-index: 1000;
}
#login.active {
display: block;
}
#topbar_links a#login_toggle { 
width: auto; 
}
#login_chunk, #login_form, #login_enter, #login_form p, #login_form label, #login_form input, 
#login_form #login_button, #login_forgot, #login_forgot a, #login_error {
float: left;
width: auto;
}
#login_chunk {
background: url(/imgs/global/topbar/topbar.png) no-repeat -179px 100%;
padding: 0 0 5px 0;
width: 308px;
}
#login_form {
background: #535353;
padding-left: 8px;
width: 300px; 
* width: 308px; /*IE */
}
#login_enter {
padding-right: 5px;
width: 180px;
}
#login_form #login_enter, #login_form #login_forgot { 
margin-top: 5px;
}
#login_form p {
margin: 0;
width: auto;
}
#login_forgot, #login_forgot a {
width: 55px;
}	
#login_forgot a {
line-height: 16px;
padding-top: 5px;
text-decoration: underline;
}
#login_form label, #login_forgot a {
color: #D5D5D5;
font-size: 11px;
}
#login_form label {
line-height: 20px;
padding-right: 5px;
width: 60px;
}
#login_form input {
border: none;
width: 105px;
}
#login_form .username, #login_form .password {
width: 180px;
}
#login_form .password {
clear: left;
}
#login_form #login_button {
background: url(/imgs/global/topbar/topbar.png) no-repeat -447px -72px;
border: none;
clear: none;
height: 40px;
line-height: 40px;
margin: 5px 5px 0 0; 
text-indent: -999em;
width: 40px; 
}	
#login_error {
background: #535353; /* url(/imgs/global/topbar/topbar.png) no-repeat 0 -111px; */
color: #FFF;
font-size: 12px;
margin: 0;
padding: 5px 20px 5px 40px; 
width: 248px; 
* width: 308px; /*IE */
}
/* login misc */
#birthdate {
padding-top: 10px;
}
#login_misc {
border-bottom: 1px dotted #FFF;
height: 40px;  
margin: 0 35px 0 30px;
}
#login_misc img {
float: right;
width: 88px;
}
#login_question {
color: #CCC; 
font-size: 11px; 
margin-left: 30px; 
margin-right: 35px;
}
#login_question a {
color: #8dc63f;
}

/* ie Warning Bar ------------ */
#ie_warning {
background-color: #f26c4f;
color: #fff;
display: none;
margin: 0;
padding: 5px 10px;
}
#ie_warning h1 {
float: left;
font-size: 36px;
width: 100px;
}
#ie_warning p {
left: 5px;
position: relative;
top: 5px;
}
#ie_warning a {
color: #ffff00;
}
#ie_warning h1, #ie_warning p {
margin: 0;
padding: 0;
}
* html #ie_warning {
display: block;
}

/* Paypal Promo 04/26/10-05/03/10 ------------------ */
#topbar_promo, #topbar_promo p {
float: left;
width: auto;
}
#topbar_promo {
background: url(/imgs/sale/paypal/gray_corners.png) no-repeat 0 0;
color: #d1d1d1;
font-family: Helvetica, arial;
font-size: 12px;
margin:0 20px 0 80px;
padding: 0 0 0 7px;
text-align: center;
}
#topbar_promo p, #topbar_promo span {
padding: 9px 0 8px 0;
}
#topbar_promo p {
background: url(/imgs/sale/paypal/gray_corners.png) no-repeat 100% -30px;
padding-right: 7px;
margin: 0;
}
#topbar_promo span {
background-color: #424242;
padding-left: 5px;
}
#topbar_promo .yay {
color: #ffff00;
}
#topbar_promo .sweet {
color: #FFF;
}

















