* {
  margin: 0; padding: 0;
}

html, body {
  height: 100%;
  background: url(images/bg.gif) repeat-x top;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#container {
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -250px;
}

#header {
  height: 90px;
  color: #c0c0c0;
}


#logo {
  background: url(images/logo.gif) no-repeat left;
  width: 291px;
  height: 31px;
  margin-top: 30px;
  float: left;
}

.alt_logo {
    width: 517px !important;
    height: 90px !important;
    background: transparent url(images/altlogo.gif) repeat scroll 0 0 !important;
    margin-top: 0 !important;
}

.logo {
  background: url(images/logo.gif) no-repeat left;
  width: 291px;
  height: 31px;
  margin-top: 30px;
  float: left;
}

/* Typography */

body {
  color: #333333;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin-bottom: 8px;
}

h1 { font-size: 18px; font-weight: bold; line-height: 1; }
h2 { font-size: 16px; font-weight: bold; line-height: 1; }
h3 { font-size: 14px; font-weight: bold; line-height: 1; letter-spacing: -1px; }
h4 { font-size: 12px; font-weight: bold; line-height: 1.5; }
h5 { font-size: 11px; font-weight: bold; line-height: 1.5; }
h6 { font-size: 11px; }

a:hover     { text-decoration: underline; }
a           { color: #D10000; text-decoration: none; }
p           { margin-bottom: 10px; line-height: 140%; }
img         { margin: 0; padding: 0; }
ul      { list-style-type: none; }
ol          { padding-left: 20px; padding-bottom: 10px; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }

.bold 		{ font-weight: bold; }
.center 	{ text-align: center; }
.underline 	{ text-decoration: underline; }
.italic { font-style: italic; }

.status_1 	{ color: #000; text-decoration: underline; }
.status_2 	{ color: #999; }

.text1		{ font-weight: bold; }
.text2 		{ font-weight: bold; }
.text3 		{ font-weight: normal; color: #bababa; }
.text4 		{ font-weight: normal; color: #555; }

.title		{ font-size: 14px; letter-spacing: -1px; padding: 10px 0 9px 0; font-weight: bold; }
.title2		{ font-size: 20px; font-weight: bold; letter-spacing: -1px; line-height: 1; }

.note_1		{ color: #333; font-weight: normal; font-size: 10px; }
.note_2		{ color: #333; font-weight: normal; font-size: 11px; }
.note_3 	{ font-style: italic; font-weight: normal; padding-bottom: 10px; font-size: 11px; letter-spacing: 0px;}

.tag_cloud_1 { font-size: 19px; padding-right: 3px; }
.tag_cloud_2 { font-size: 18px; padding-right: 3px; }
.tag_cloud_3 { font-size: 15px; padding-right: 3px; }
.tag_cloud_4 { font-size: 13px; padding-right: 3px; }
.tag_cloud_5 { font-size: 12px; padding-right: 3px; }
.tag_cloud_6 { font-size: 11px; padding-right: 3px; }
.tag_cloud_7 { font-size: 10px; padding-right: 3px; }
.tag_cloud_8 { font-size: 9px; padding-right: 3px; }

.st_links a { color: #0000ff !important; text-decoration: underline; }
.st_title { font-size: 26px !important; font-weight: bold; letter-spacing: -1px; line-height: 1; padding-bottom: 15px;}

/* Header */

#logo a {
  position: absolute;
  width: 291px;
  height: 31px;
  display: block;
}

#logo a span {
  display: none;
}

#nav {
  float: right;
  margin-top: 25px;
  height: 35px;
  text-align: right;
}

#nav_link ul {
    margin-bottom: 10px;
}

#nav_link ul li {
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#nav_link ul li a {
    font-family:Helvetica, sans-serif;
    font-size:11px;
    font-weight:600;
    color: white;
}

#nav_link ul li.active {
    background-color: #D10000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px 5px 4px 5px;
}

#nav_alert ul li {
  display: inline;
  padding-left: 5px;
}

.link_underline a {
  text-decoration: underline;
}

.link_underline a:hover {
  text-decoration: none;
}

#section_container_full {
  width: 980px;
  margin-bottom: 20px;
}

#section_container_full .alert {
    width: auto;
}

#section_container {
  float: left;
  width: 670px;
  margin-bottom: 20px;
}

#section_container_right {
  float: right;
  width: 670px;
}

#section_bar1 {
  height: 18px;
  text-align: right;
  background: #191919;
  padding: 3px 10px 0 0;
  color: #fff;
}

#section_bar1 a {
  color: #fff;
  text-decoration: underline;
}

#section_bar1 a:hover {
  text-decoration: none;
}

#section_bar2 {
  height: 21px;
  padding: 6px 0 0 0;
}

#section_bar3 {
  height: 10px;
}

#sub_nav {
  height: 23px;
}

#sub_nav ul li {
  float: left;
  height: 22px;
  margin-right: 1px;
}

#sub_nav ul li a {
  padding: 3px 12px;
  display: block;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}

#sub_nav .active ul li {
  float: left;
  height: 24px;
  margin-right: 1px;
}

#sub_nav .active a {
  background: #191919;
  color: #fff;
}

.box1_header {
  background: #494949;
  height: 18px;
  color: #fff;
  padding: 4px 0 0 9px;
  font-weight: bold;
}

.box1 {
  background: #fff;
  border: 1px solid #c9c9c8;
  padding: 20px;
  margin-bottom: 20px;
}

.box2_header {
  height: 18px;
  padding: 4px 0 0 9px;
  font-weight: bold;
}

.box2 {
  background: #f7f7f7;
  border: 1px solid #c9c9c8;
  padding: 10px;
  margin-bottom: 10px;
}

.box3_header {
  background: #494949;
  height: 18px;
  color: #fff;
  padding: 4px 0 0 9px;
  font-weight: bold;
}

.box3 {
  background: #f7f7f7;
  border: 1px solid #c9c9c8;
  padding: 15px 20px 10px 20px;
  margin-bottom: 10px;
  font-size: 12px;
}

.box4 {
  background: #f7f7f7;
  border: 1px solid #c9c9c8;
  padding: 20px;
  margin-bottom: 10px;
}

.box5 {
  background: #fff;
  border: 1px solid #c9c9c8;
  padding: 10px;
  margin-bottom: 10px;
}

.box6 {
  border: 1px solid #c9c9c8;
}

.bg1 {
  background: #000;
}

.bg2 {
  background: #f4fcfe;
}

.bg3 {
  background: #fff;
}

.bg4 {
  background: #f9f7f1;
}

.hr {
  margin-bottom: 10px; border-bottom: 1px solid #c0c0c0;
}

.hr_dotted {
  padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #c0c0c0;
}

.hr_dotted2 {
  margin-bottom: 10px; border-bottom: 1px dotted #c0c0c0;
}

.padtop {
  margin-top: 10px;
}

.padtop2 {
  margin-top: 20px;
}

.pad-right {
  padding-right: 10px;
}

.pad-left {
  padding-left: 20px;
}

.pad-bottom {
  padding-bottom: 10px;
}

.pad1 {
  padding: 5px 0;
}

.pad2 {
  padding: 10px 5px 5px 5px;
  margin-bottom: 10px;
}

.pad3 {
  padding: 10px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.middle {
  vertical-align: middle;
}

.justify {
  text-align: justify;
}

.top {
  padding: 8px 15px 5px 0px;
  text-align: right;
}

.details {
text-align: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.hand {
  cursor:pointer;
  cursor:hand;
}

.inline {
  display: inline;
}

.color1 {
  color: #2e2e2e;
}

.color2 {
  color: #005073;
}

.color3 {
  color: #d16900;
}

.color4 {
  color: #854200;
}

.color5 {
  color: #0087bf;
}

.color6 {
  color: #fff;
}

.color7 {
  color: #850000;
}

.color8 {
  color: #969696;
}

.feature 	{
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.feature a 	{
  text-align: right;
}

.hubble_shadow {
  background: url(images/hubble_shadow.gif) no-repeat left top;
  filter:alpha(opacity=30);
  opacity:0.3;
  -moz-opacity:0.3;
  width:217px;
  height:118px;
  z-index: -1;
  margin-left: 25px;
  margin-top: 15px;
}

.hubble_bubble {
  background: url(images/hubble.gif) no-repeat left top;
  width:227px;
  height:120px;
  position: absolute;
  top:0;
  left:0;
}

.hubble_content {
  background: transparent;
  padding: 10px 10px 8px 25px;
  width: 180px;
  height: 90px;
}

.hubble_content .weight1 {
  font-weight: bold;
}

.hubble_content .weight2 {
  font-weight: bold;
  font-size: 12px;
}

.widget_side_mini {
  background: url(images/bg_side_mini.gif) no-repeat;
  padding-top: 20px;
  height: 210px;
  width: 290px;
  text-align: center;
  margin-bottom: 10px;
}

.widget_side_mini img {
  height: 120px;
  margin-bottom: 4px;
}

.widget_side_mini_home {
  background: url(images/bg_side_mini.gif) no-repeat;
  padding-top: 20px;
  height: 180px;
  width: 290px;
  text-align: center;
  margin-bottom: 10px;
}

.widget_side_mini_home img {
  height: 120px;
  margin-bottom: 4px;
}

#profile_action {
  text-align: right;
  padding-top: 7px;
  font-weight: bold;
}

#benefits_mini {
  margin-top: 9px;
  margin-bottom: 10px;
  border-top: 1px solid #c0c0c0;
  padding: 10px 0 0 0;
}

#benefits_mini span {
  font-weight: bold;
}

.benefits_mini_pic {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  height: 60px;
}

.benefits_mini_desc {
  clear: both;
  margin-bottom: 10px;
}

#home_mini {
  height: 70px;
}

.home_mini_pic {
  float: left;
  margin-right: 10px;
  padding-bottom: 7px;
}

#results .profile {
  float: left;
  padding: 0 7px 12px 0;
  width: 160px;
}

#results .profile img {
  margin-bottom: 2px;
}

/* Pagination */

#pagination {
  clear: both;
  padding: 20px 0 20px 0;
  text-align: center;
  width: 670px;
}

#pagination li {
  display: inline;
  margin-right: 6px;
}

.previous {
  padding-right: 15px;
}

.next {
  padding-left: 15px;
}

#pagination_top {
  clear: both;
  padding: 0px 0 10px 0;
  text-align: center;
  width: 670px;
}

#pagination_top li {
  display: inline;
  list-style-type: none;
  margin-right: 6px;
}


/* widgets/right side column */

.widget_container {
  float: right;
  width: 290px;
}

.widget_container_left {
  float: left;
  width: 290px;
}

.widget_banner {
  padding-bottom: 10px;
}

.widget_title1, .widget_title2 {
  height: 18px;
  padding: 5px 0 0 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

.widget_title1 {
  background: #494949;
}

.widget_title1 a {
  color: #fff;
}

.widget_title2 {
  background: #494949;
}

.widget_title3 {
  background: #494949;
  height: 18px;
  padding: 5px 0 0 10px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
}

.widget_footer {
  background: url(images/hr_1.gif) top no-repeat;
  margin-top: 10px;
  padding: 8px 0;
  text-align: right;
  width: 290px;
}

#widget_mini img {
  padding-bottom: 7px;
}

/* Bookmarks */

.bookmark_profile {
  float: left;
  margin-right: 7px;
  margin-bottom: 10px;
  width: 104px;
}

.bookmark_profile img {
  margin-bottom: 3px;
  vertical-align: top;
  width: 104px;
  height: 78px
}

.bookmark_nopic {
  background:#fff;
  height:52px;
  padding: 24px 10px 0 10px;
  width:82px;
  border:1px solid #838384;
  margin-bottom: 3px;
  text-align: center;
}

.bookmark_deleted {
  background:#fff;
  height:59px;
  padding: 17px 10px 0 10px;
  width:82px;
  border:1px solid #838384;
  margin-bottom: 3px;
  text-align: center;
  color: #838384;
}

.bookmark_nopic, .bookmark_deleted a {
  cursor: hand;
  color: #838384;
}

.bookmark_nopic, .bookmark_deleted a:hover {
  cursor: hand;
  text-decoration: none;
}

/* Promotions */

#promotions {
  font-size: 12px;
}

#celeb_site {
  border:0px;
  width: 250px;
  height: 125px;
}

/* Promotion box branded NEW ITEM */

.box_new {
background: #f9f7f1 url(images/bg_box_new.gif) top left no-repeat;
}

/* Instant Messenger */
#im_widget {
    background-color: #FFF;
}

#im {
    color: #b7b7b7;
}

#im ul {
  padding-top: 4px;
}

#im li {
  margin: 0px;
  padding-bottom: 5px;
}

/* Camz Schedule */

#camzSchedule .left {
  width: 130px;
  float: left;
}

#camzSchedule .right {
  display: inline;
}

.chatter{
  width: 600px;
}

/* Erotic Stories */

#naughty_tale .tale_container{
  width: 100px;
  float: left;
}

#naughty_tale .tale_subject_container{
  width: 220px;
  float: left;
}

#naughty_tale_view .tale_container{
  width: 150px;
  float: left;
}

#naughty_tale_view .tale_subject_container{
  width: 300px;
  float: left;
}

#naughty_tale_view .tale_digit_container{
  width: 385px;
  text-align: right;
  float: left;
}

#naughty_tale_view .tale_more_container{
  width: 535px;
  text-align: right;
}

/* Image Upload */

#image_upload .photoalbum {
  margin: 0 auto;
  width: 600px;
}

.album_image {
  float: left;
  padding: 0 2px 10px 3px;
}

.header_input {
  margin-top: -3px;
}

.widget_input {
  margin-bottom: 0px;
  width: 250px;
}

.ajax_edit_submit {
  font: 10px Arial, sans-serif;
}

/* Banner Advertisement */

#bottom_ad_box {
  width: 940px;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  text-align: center;
  border: 1px solid #c9c9c8;
  margin-bottom: 10px;
}

#bottom_ad {
  border:0px;
  width: 728px;
  height: 90px;
  background: #eee;
}

#right_ad_box {
  width: 250px;
  padding: 10px 20px 20px 20px;
  text-align: center;
  border: 1px solid #c9c9c8;
  margin-bottom: 10px;
}

#right_ad {
  border: 0px;
  padding: 0px;
  width: 250px;
  height: 250px;
}

.trackit {
  border:0px;
  width: 1px;
  height: 1px;
}

/* Home */

#home {
  width: 670px;
}

#home .more {
  text-align: right;
  margin-bottom: 10px;
}

#home .section_1 {
  width: 330px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

#home .section_2 {
  width: 330px;
  float: left;
  margin-bottom: 10px;
}

.item_title {
  background: #494949;
  width: 320px;
  color: #fff;
  font-weight: bold;
  padding: 5px 0 0 10px;
  height: 18px;
}

.item_title span {
  font-weight: normal;
  text-align: right;
}

.item_title a {
  color: #fff;
}

#home .item_container_1 {
  background: #f7f7f7;
  width: 308px;
  border-right: 1px solid #c9c9c8;
  border-bottom: 1px solid #c9c9c8;
  border-left: 1px solid #c9c9c8;
  padding: 10px;
  margin-bottom: 10px;
  overflow: auto;
  height: 200px;
}

#home .item_container_2 {
  background: #f7f7f7;
  width: 308px;
  border-right: 1px solid #c9c9c8;
  border-bottom: 1px solid #c9c9c8;
  border-left: 1px solid #c9c9c8;
  padding: 10px;
  margin-bottom: 10px;
}

#home .item_container_3 {
  background: #f7f7f7;
  width: 328px;
  border-right: 1px solid #c9c9c8;
  border-left: 1px solid #c9c9c8;
  padding: 0;
  margin-bottom: 10px;
}

/* Toplist */

.toplist {
  width: 328px;
}

.toplist ul li {
  border-bottom: 1px solid #d1d1d1;
  padding: 5px 10px 1px 10px;
  height: 19px;
}

.toplist .action {
  background: url(images/icons.gif) 0 0 no-repeat;
  float: left;
  height: 20px;
  display: block;
  padding-left: 21px;
  float: left;
  width: 130px;
}

.toplist #award_1 {
  background-position: 0px -300px;
}

.toplist #award_2 {
  background-position: 0px -320px;
}

.toplist #award_3 {
  background-position: 0px -340px;
}

.toplist #award_4 {
  background-position: 0px -360px;
}

.toplist #award_5 {
  background-position: 0px -380px;
}

.toplist #birthday {
background-position: 0px -400px;
}

#related_item {
  height: 70px;
  overflow: auto;
  margin-top: 9px;
  margin-bottom: 10px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0 0 0;
}

#related_item span {
  font-weight: bold;
}

.related_item_thumbnail {
  clear: all;
  height: 60px;
  margin-bottom: 10px;
}

.related_item_pic {
  float: left;
  margin-right: 10px;
  height: 60px;
  border: 1px solid #c0c0c0;
}

.related_item_info span {
  font-weight: bold;
}

/* Poll */

#poll ul {
  padding: 4px 0 0 0;
}

#poll li {
  margin: 0px;
  padding-bottom: 5px;
}

#poll .comment {
  padding: 5px 0;
}

#poll .field {
  float: left;
}

#poll .field input {
  width: 220px;
  margin-right: 5px;
  padding-left: 2px;
  padding-top: 1px;
}

#poll_d label {
  font-weight: normal;
}

#poll_results {
  font-size: 12px;
}

#message_tools {
  font-size: 11px;
}

.enote_subject {
  padding: 0px 0 5px 22px;
  background: url(images/icon_mail_open.gif) no-repeat;}

.sender_pic {
  float: left;
  padding-right: 10px;
  width: 80px;
}

.sender_content {
  padding-left: 90px;
}

.sender_details {
  height: 20px;
}

.sender_name {
  font-weight: bold;
  float: left;
}

.sender_date {
  float: right;
  font-size: 11px;
  color: #9d9d9d;
}

.mail_body {
  font-size: 12px;
  line-height: 140%;
}

.newsletter_col1 {
  width: 460px;
  float: left;
}

.newsletter_col2 {
  width: 160px;
  float: right;
}

/* Stlkr Cam */

.chat_feed {
  width:160px;
  height:120px;
  border:0px;
  margin:0px;
}

/* Search */

#search .profiles_container {
float: left;
width: 330px;
height: 275px;
}

#search .container2 {
float: left;
margin-left: 10px;
width: 330px;
height: 128px;
}

#basic_search select {
width: 248px;
margin-bottom: 8px;
}

#basic_search .age1, #basic_search .age2 {
width: 117px;
}

#basic_search .filter {
margin-top: 5px;
float: left;
width: 185px;
}

.autocomplete {
background-color: white;
border: 1px solid #888;
position: absolute;
}

.autocomplete ul {
list-style-type: none;
margin: 0px;
padding: 0px;
overflow: auto;
max-height: 200px;
}

* html body .autocomplete ul {
height: 200px;
}

.autocomplete ul li.selected { background-color: #ffb; }
.autocomplete ul li {
list-style-type: none;
margin: 0;
padding: 3px;
height: 15px;
cursor: pointer;
}

/* Footer */

.footer, .container_footer {
  clear: both;
  height: 250px;
}

.footer {
  background: #c0c0c0;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.footer_align {
  margin: 0 auto;
  width: 980px;
}

.footer_col_1 {
  float: left; width: 326px;
}

.footer_col_2, .footer_col_3 {
  float: left;
  width: 306px;
  border-left: 1px dotted #666;
  padding-left: 20px;
}

.footer ul li {
  padding-bottom: 5px;
}

.footer a {
  color: #2e2e2e;
}

#copyright {
  clear: both;
  padding-top: 15px;
  font-weight: bold;
}


.rounded { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.shadowed { -webkit-box-shadow: 0px 2px 1px #666; }

#profile_list a { color: #0084c4; }
#profile_list .title_bar1{ background: #ededed; width: 670px; }
#profile_list .title_bar2 { background: #efeae2; width: 670px; }
#profile_list h1 { float: left; margin: 0; padding:0; font: 16px Helvetica, Arial, sans-serif; font-weight: bold; color: #333; padding: 10px 10px 8px 10px; }
#profile_list h1 span { color: #6e6e6e; font-style: italic; }
#profile_list .title_bar_link { float: right; padding: 4px 10px 0 0; }
#profile_list .grid img { height: 90px; padding: 5px; border: 1px solid #9c9c9c; background: #fff; margin-right: 7px; }

/* Alternate Home Page */
#home_alt h1 {}
#home_alt .container { width: 670px; }
#home_alt .grid li { float: left; padding: 0; margin: 0 8px 9px 0; left: 0px; background: #fff; z-index:5 ; left: -5px; width: 102px; overflow:hidden;}
#home_alt .pic { width: 90px; height: 90px; float: left; z-index:3; position: relative; border: 1px solid #9c9c9c; padding: 5px; margin-bottom: 6px; }
#home_alt .on { width: 30px; height: 17px; float: left; left: 0; top: -90px; background: transparent url(images/controls_results.png) no-repeat 0 -112px; z-index: 4; position: relative; text-indent: -9999px; }
#home_alt .usrname { font-weight: bold; margin-bottom: 2px; }
#home_alt .usrname a { color: #333; }
#home_alt .location { margin-bottom: 2px; }
#home_alt .seemore { width: 657px; padding: 5px 0 10px 0; text-align: right; }

#home_alt_widget .container { background: #f2f2f2; padding: 10px; border: 1px solid #9c9c9c; margin-bottom: 10px; }
#home_alt_widget .pic { width: 90px; height: 90px; float: left; border: 1px solid #9c9c9c; padding: 5px; background: #fff; }
#home_alt_widget .info { padding: 8px 0 0 10px; float: left; }
#home_alt_widget h2 a { color: #333; }
#home_alt_widget .location { margin-bottom: 2px; font-weight: bold; }
#home_alt_widget .rating { margin-bottom: 10px; font-weight: bold; }
#home_alt_widget .visibility { margin-bottom: 2px; font-weight: bold; }
#home_alt_widget .visibility a { color: #333; }
#home_alt_widget .complete { font-weight: bold; }

#votw_widget { width: 290px; margin-bottom: 10px; padding-top: 4px; }
#votw_widget .thumb { margin-bottom: 15px; }
#votw_widget ul { padding: 0 0 10px 0; width: 290px; text-align: center; }
#votw_widget .thumbs li { display: inline; width: 140px; height: 105px; }
#votw_widget .thumbs li:first-child { margin-right: 6px; }
#votw_widget .seemore { width: 290px; padding: 5px 0 10px 0; text-align: right; }
#votw_widget .thumb {position: relative;}
#votw_widget .thumb #playnow { height: 56px; width: 56px; left: 117px; top: 84px; position: absolute; text-indent: -9999px; z-index: 500; background: transparent url(images/button_play.png) scroll no-repeat 0 0 ;}

#quick_search .field_alert, #quick_search .field_alert_static { display: none; position: absolute; background: url(images/bg_alert.png) no-repeat; height: 41px; width: 300px; padding: 14px 10px 0 50px; text-align: left; }
#quick_search .valid_alert { background: url(images/icon_success.png) no-repeat 5px 10px; }

.status {
    z-index: 500;
    position: relative;
    left: 6px;
    top: 23px;
    width: 30px;
    height: 17px;
    text-indent: -9999px;
}

#profile_list .isonline,
#home_alt .isonline {
    background: transparent url(images/controls_results.png) no-repeat 0 -112px;
    height: 100%;
}
#profile_list .title_bar_link ul.toggle_btns {list-style-type: none; margin: 0; padding: 0;}
#profile_list .title_bar_link ul.toggle_btns li {display: block; float: left;}
#profile_list .title_bar_link ul.toggle_btns li#stacked, #profile_list .title_bar_link ul.toggle_btns li#list {width: 30px; height: 28px; text-indent: -9999px; background: transparent url(images/controls_results.png) no-repeat; margin: 0 0 5px 0;}
#profile_list .title_bar_link ul.toggle_btns li#stacked {background-position: 0 -84px;}
#profile_list .title_bar_link ul.toggle_btns li#list {background-position: 0 -28px;}
#profile_list .title_bar_link ul.toggle_btns li#stacked.selected, #profile_list .title_bar_link ul.toggle_btns li:hover#stacked {background-position: 0 -56px;}
#profile_list .title_bar_link ul.toggle_btns li#list.selected, #profile_list .title_bar_link ul.toggle_btns li:hover#list {background-position: 0 0;}
#profile_list .title_bar_link ul.toggle_btns li:hover#stacked, #profile_list .title_bar_link ul.toggle_btns li:hover#list {cursor: pointer;}

#profile_list.stacked .profile_details .usrname { font-size: 18px; font-weight: bold; color: #3f3f3f; }
#profile_list.stacked .profile_details .loc { font-size: 14px; font-weight: bold; color: #6b6b6b; }
#profile_list.stacked .profile_details .media { font-size: 14px; font-weight: bold; color: #c9c9c9 ; }
#profile_list.stacked .profile_details .blurb { font-size:13px;; font-weight: normal; color: #959595 }

#profile_list.stacked .profile_img { margin: 0 0 0 5px; }
#profile_list.stacked .profiles_container { background-color: #f7f7f7; padding: 0; }
#profile_list.stacked .info { float: left; width: 405px; }
#profile_list.stacked .profile_details { padding: 0 5px 10px 5px; }
#profile_list.stacked .profile_details .image{ float: left; background: transparent; }
#profile_list.stacked .grid li{ display: block; margin: 0; padding: 0; }
#profile_list.stacked .grid li.odd{ background-color: #fcfcfc; }
#profile_list.stacked .profile_details .actions, #profile_list.stacked .profile_details .info { margin-top: 25px; }
#profile_list.stacked .profile_details .actions { float: right; width: 110px; margin-left: 10px; }
#profile_list.stacked .profile_details .actions ul { list-style-type: none; }
#profile_list.stacked .profile_details .actions ul li { margin: 0; padding: 4px 0 6px 0; border-bottom:  1px dotted #aeaeae; }
#profile_list.stacked .profile_details .actions ul li a { color: #299ccc;  text-decoration: none; }
#profile_list.stacked .profile_details .actions ul li a:hover { text-decoration: underline; }
#profile_list.stacked .profile_details .media a { font-size: 14px; font-weight: bold; color: #c9c9c9; text-decoration: none; }
#profile_list.stacked .profile_details .media a:hover { text-decoration: underline; }

#profile_list.list .grid li{ float:left; margin-right: 1px; }
#profile_list.list .info { display: block; width: 100px; margin-bottom: 5px;  }
#profile_list.list .profile_details .usrname { font-weight: bold; margin-bottom: 2px; }
#profile_list.list .profile_details .loc { white-space:nowrap; overflow: hidden; }
#profile_list.list .profile_details .image { display: block; margin-bottom: 5px; }
#profile_list.list .profiles_container { background-color: #f7f7f7; padding: 0 4px; }
#profile_list.list .grid li.odd{ background-color: transparent; }
#profile_list.list .profile_details .info .blurb,
#profile_list.list .profile_details .info .media,
#profile_list.list .profile_details .actions {
    display: none;
}

.profiles_filter { margin: 5px auto; padding: 10px 0 0 0; text-align:center; width: 150px; }

/* Quick Search */

#quick_search { margin-bottom: 17px; padding: 10px 0; border: 1px solid #aeaeae; background: url(images/bg_search_top.png) repeat-x; }
#quick_search h1 { font-size: 16px; font-weight: bold; padding: 0 0 10px 10px; }
#quick_search h3 { background: url(images/bg_search_mid.png) #dcdcdc repeat-x; font-family: arial, helvetica, sans-serif; letter-spacing: 0; font-size: 12px; margin: 0; line-height: 1; padding: 8px 10px; border-bottom: 1px solid #828282; border-top: 1px solid #fff; border-left: 1px solid #fff; width: 267px; height: 12px; cursor:pointer; cursor:hand;}
#quick_search .h_left, #quick_search .h_left_s { float: left; width: 200px; }
#quick_search .h_left .arrow { display: inline-block; width: 19px; height: 11px; background: url(images/icon_right.png) no-repeat 0 0; }
#quick_search .h_left .arrow.down { width: 19px; background: url(images/icon_down.png) no-repeat 0 0; }
#quick_search .h_right { float: left; text-align: right; width: 67px; }
#quick_search h3 a { color: #222; text-decoration: none; }
#quick_search h3 span { font-style: italic; color: #999; }
#quick_search label { padding-right: 4px;}

#quick_search #accordion { border-top: 1px solid #a7a7a7; }
#quick_search .drawer { padding: 4px 0 8px 10px; font-weight: bold; background: url(images/bg_search_bottom.png) #d1d1d1 repeat-x; border-bottom: 1px solid #828282; }
#quick_search .drawer li { padding: 0px; }
#quick_search ul.has_media { font-size: 12px; }
#quick_search .has_media li { display: inline; padding-right: 15px; }

#quick_search .selection { padding-left: 10px; margin-bottom: 8px; }
#quick_search .selection .age_min { float: left; margin-right: 10px; }
#quick_search .selection .age_max { float: left; }
#quick_search .selection select { width: 55px; font-weight: bold; }
#quick_search .submit_button input { font-size: 14px; width: 150px; height: 28px; }
#quick_search .location_box { padding-bottom: 13px; }
#quick_search .location_box input.text { font-size: 13px; width: 264px; height: 18px; }
#quick_search input{ outline: none; }
#quick_search input.text:focus, #quick_search select:focus { border: 1px solid #333; }

.autocomplete-w1 { position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:250px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:250px;  _margin:0; _overflow-x:hidden; font-size: 13px; font-weight: bold; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:5px 0 5px 8px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#007dbb; }

/* ------------------------------ Public Profile ------------------------------ */
#container #register_popup {
    display: none;
    width: 625px;
}

/* fix for ie7 and the jqui modal popup width (overrides jqui css library) */
.ui-widget-header{min-width: 255px !important;}

/* jGrowl Colours */
div.jGrowl div.jGrowl-notification {
  border: 10px solid #000;
  background: #f2f2f2 !important;
  color: #333 !important;
}

div.jGrowl img {
  border: 1px solid #9c9c9c;
  float: left;
  margin: 0 10px 0 0;
}

div.jGrowl h5 {
  color: #d10000;
}

#signup-success {margin: 20px;}
#signup-success h2{ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 24px; text-align: center; padding: 20px 0; margin: 20px 0 40px 0;}
#signup-success h3{font-size: 16px; letter-spacing: normal; margin-bottom: 20px;}
#signup-success h3 strong{color: #d10000;}
#signup-success li{font-size: 14px; line-height: 1.5;}
#signup-success li strong{color: #333; font-weight: bold;}
#signup-success li strong:after{content: ' - '}
#signup-success li:before{color: #d10000; content: '\2713'; margin-right: 10px; font-weight: bold; text-shadow: 1px 1px 1px #c0c0c0;}

/* get featured banner */
#get-featured-today .featured-icon, #get-featured .featured-icon { position: relative; }
#get-featured .featured-icon { background: url('images/icon_featured_dark.gif') no-repeat; }
#get-featured { background: #000; border: 1px solid #d10000; border-radius: 5px; padding: 10px; margin: 0 0 10px 0; overflow: hidden;}
#get-featured h3 {color: #ffcc00; font-size: 16px; text-transform: capitalize;}
#get-featured span {float: left; margin: 0 5px 0 0;}
#get-featured p {color: #fff; font-size: 13px;}
#get-featured a {display: block; font-weight: bold; font-size: 12px; text-transform: uppercase; color: #fff; background: #d10000; padding: 5px; float: right; border-radius: 5px;}

#get-featured-today .column { float: left; width: 450px; margin: 0 20px 20px 20px; overflow: hidden;}
#get-featured-today .column h2 {color: #000; margin: 0 0 20px 0; }
#get-featured-today .column h2 span {float: left; margin: 0 5px 0 0; }
#get-featured-today .column div { background: #e7e7e7; background-image: -moz-linear-gradient(#fff, #e7e7e7); background-image: -webkit-linear-gradient(#fff, #e7e7e7); border: 1px solid #ccc; border-radius: 5px; padding: 10px; height: 280px;}
#get-featured-today .column div h3 { color: #000; margin: 10px 0; line-height: 1.5;}
#get-featured-today .column div div { background-image: none; border: 1px solid #ccc; width: 410px; height: 180px; margin: 0 0 0 -2px;}
#get-featured-today .column p { font-size: 14px;}
#get-featured-today .column .one { background: url('images/get_featured/column_1.png') no-repeat; }
#get-featured-today .column .two { background: url('images/get_featured/column_2.png') no-repeat; }
#get-featured-today .column .three { background: url('images/get_featured/column_3.png') no-repeat; }
#get-featured-today .column .four { background: url('images/get_featured/column_4.png') no-repeat; }
#get-featured-today .get-featured-now{ border-bottom: 1px solid #ccc;}
.get-featured-now {margin: 20px 0; clear: both; display: block; padding: 20px; position: relative;}
.get-featured-now h2 { color: #d10000; font-size: 20px; }
.get-featured-now h2 em{ color: #000; text-transform: uppercase;}
.get-featured-now p { font-size: 14px;}
.get-featured-now input[type="submit"] { background: #d10000; border: 1px solid #000; border-radius: 5px; color: #fff; cursor: pointer; display: block; font-size: 18px; font-weight: bold; padding: 10px; position: absolute; right: 20px; top: 15px; width: 220px; text-align: center;}

/* featured members highlights */
.featured-icon{ background: url('images/icon_featured.gif') no-repeat; display: block; height: 16px; width: 27px; position: absolute; }
.featured .pic, #inbox .featured .username, #profile_list.list .profile_details.featured {position: relative;}
.pic .featured-icon{ right: 0px; bottom: -27px;}
#inbox .featured .username .featured-icon{ position: relative; margin: 6px 0 0 10px; display: inline-block;}
#profile_list.stacked .featured-icon{ margin: 2px 0 0 10px; display: inline-block; *display: inline; vertical-align: middle; *vertical-align: auto;}
#profile_list.list .featured-icon{right: 6px; bottom: 16px}
.sender_name .featured-icon{ display: inline-block; position: relative; *display: inline; vertical-align: middle; *vertical-align: auto; margin: -4px 0 0 5px;}

/* abuse form */
#abuse { margin: 0 0 0 10px; overflow: hidden;}
#abuse label { clear: both; float: left; margin: 5px 0 5px 5px;}
#abuse label input { margin: 0 10px 0 0;}
#abuse input[type="submit"] {clear:both; float: left; margin: 10px 0;}

/* countdown timer on signup form */
#countdown-offer { width: 670px; overflow: hidden; }
#countdown-offer h2 { font-size: 24px; font-weight: normal; line-height: 32px; margin: 5px 0 20px 0; text-align: center; }
#countdown-offer p { color: #d10000; text-align: center; }
#clock { border: 1px solid #437423; height: 125px; float: left; width: 340px; margin: 0 10px 20px 0; text-align: center; background: #abd655; /* Old browsers */ background: -moz-linear-gradient(top,  #abd655 0%, #5b9632 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abd655), color-stop(100%,#5b9632)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #abd655 0%,#5b9632 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #abd655 0%,#5b9632 100%); /* Opera 11.10+ */ background: linear-gradient(top,  #abd655 0%,#5b9632 100%); /* W3C */ }
#clock p { color: #ffffff; font-weight: bold; font-size: 14px; text-shadow: 1px 1px 1px #000; }
#countdown { background: #070707; /* Old browsers */ background: -moz-linear-gradient(top,  #070707 0%, #232323 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070707), color-stop(100%,#232323)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #070707 0%,#232323 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #070707 0%,#232323 100%); /* Opera 11.10+ */ background: linear-gradient(top,  #070707 0%,#232323 100%); /* W3C */ border-radius: 10px; color: #ffffff; display: block; width: 300px; padding: 5px; margin: 20px auto 10px auto; } 
.cd-time, .cd-warning, .cd-expired { color: #ffffff; font-weight: bold; font-size: 50px; text-shadow: 1px 1px 1px #000; margin: 2px; }
.cd-expired { font-size: 20px; }
.countdown .amount_col2 label{ display: block; font-size: 12px; font-weight: bold; line-height: 1; margin-bottom: 10px; }
.countdown .amount_col3 h2 em{ color: #2e2e2e; font-style: normal; font-size: 14px;}
.countdown .amount_col3 h2 span{ color: red; font-size: 14px; text-decoration: line-through;}
.countdown .amount_col3 h2 span strong{ color: #2e2e2e; text-decoration: normal;}
.countdown .amount_col3 p { margin-top: -4px; text-indent: 5px;}
.countdown, .countdown ~ .widget_container { margin-top: 10px; }

