body {
  background-color: #000;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 13px;
}
.header {
  margin-right: 0px;
}
a {
  color: #e4b21a;
}
.container {
  width: 975px;
  /*border: 1px solid #fff;*/
  margin: 0 auto;
  background-color: #161414;

}
.container_home {
  width: 975px;
  margin: 0 auto;
  margin-top: 0px;
}
.ad1 {
  float: right;
}
.drop_down_menu {
  background-color: #000;
  height: 30px;
  position: relative;
  z-index: 7;
}
.info_box {
  position: relative;
  z-index: 4;
  background-color: #2E2A2A;
  padding: 5px 10px 10px 10px;
  border: 1px solid #E4B21A;
  margin: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.info_row {
  margin-top: 10px;
}
.primary {
  margin: 0px;
  padding: 0px;
  line-height: 36px;
  font-size: 36px;
  letter-spacing: -1px;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  /*color: #E4B21A;*/
  color: #fff;
  border-bottom: 1px solid #e4b21a;
  width: 645px
}
.primary_short {
  width: 380px;
}
.sub_primary {
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
  line-height: 26px;
  font-size: 22px;
  font-weight: normal;
  /*color: #E4B21A;*/
  color: #fff;
  width: 380px;
}
.footer {
  clear: both;
  padding-top: 30px;
  background-color: #000;
  padding-bottom: 40px;
  text-align: center;
}
.bars {
  color: #000;
  font-size: 12px;
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0px;
  float: left;
}
.bottom_content {
  margin-top: 0px;
  padding: 10px;
  background-color: #2E2A2A;
  border: 1px solid #E4B21A;
  -moz-border-radius:  0px 4px 4px 4px;
  -webkit-border-radius:  0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;

}
.bottom_content_inside {
  background-color: #161414;
  padding: 5px;
}
.tab_row {
  margin: 20px 0px 5px 0px;
  padding: 0px;

  list-style-type: none;
}
.tab {
  -moz-border-radius:  4px 4px 0px 0px;
  -webkit-border-radius:  4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  background-color: #2E2A2A;
  display: inline;
  padding: 5px 8px 5px 8px;
  margin: 0px 2px 0px 0px;
  font-size: 13px;
  cursor: pointer;
  border-top: 1px solid #E4B21A;
  border-left: 1px solid #E4B21A;
  border-right: 1px solid #E4B21A;
}
.tab_active {
  border-bottom: 1px solid transparent;
}
.tab_inactive {
  border: 0px;
  border-bottom: 1px solid #E4B21A;
}

.hidden {
  display: none;
}
.show {
  display: block;
}
.twitter_feed {
  background-color: #161414;
  padding: 0px 10px 20px 10px;
  margin: 0px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background-color: transparent;
}
.twitter_feed li {
  padding: 5px 10px 0px 10px;
  margin: 0px;
}
.twitter_feed a{
  color: gold;
}
.feed_div {
  width: 935px;
  background-color: #2E2A2A;
  margin-bottom: 25px;
  padding: 25px 20px 15px 20px;
  border: 1px solid #E4B21A;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;

}
.feed_explain {
  padding: 20px 0px 20px 0px;
}
.feed_title {
  color: #fff;
  text-decoration: none;
}
.left_desc {
  float: left;
  width: 472px;
  position: relative;
  z-index: 6;
}
.short_desc, .long_desc {
  margin: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
  
}
.secondary {
  font-size: 16px;
  margin: 8px;
  /*color: #71A771;*/
  color: #E4B21A;
  
}
.rank_container {
  float: right;


}
.rank_num {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.rank_num a {
  color:#E4B21A;
}
.rank_category {
  font-size: 12px;
  text-align: center;
}
.rank_button,.rank_box {
  background-color: #304730;
  cursor: pointer;
  text-align: center;
  padding: 2px 5px 2px 5px;
  margin-top: 5px;
  border: 1px solid #E4B21A;
  font-size: 11px;
  width: 70px;
}
.rank_button {
  position: relative;
  z-index: 8;
}
.rank_box {
  position: absolute;
  margin-top: 0px;
  top: -1px;
  left: -1px;
  z-index: 9;
}
.rank_choice {

}
.rank_choice a{
  text-align: center;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  text-decoration: none;
}
.rank_choice a:hover {
  background-color: #e4b21a;
  color: #000;
}
.info_image_container {
  padding: 0px;
  position:relative;
  z-index: 6;
  /*background-color: #304730;*/
}
.comment_container {
  padding-left: 18px;
  background-image: url('images/comment-left-normal.gif');
  margin: 0px 0px 5px 0px;
  background-color: #2E2A2A;
  background-repeat: repeat-y;
}
.comment_plus,.comment_normal {
  /*background-image: url('images/comment-left-plus.gif');*/
  padding: 10px 10px 25px 25px;
}
.comment_plus {
  border: 2px solid #e4b21a;
  background-color: #304730;
}
.comment_byline {
  margin-bottom: 15px;
}
.comment_byline a {
  color: #e4b21a;
}
.comment_control {
  float: right;
}
.comment_control_left {
  float: left;
  margin-right: 20px;
  position: relative;
}
.comment_title {
  margin-top: -5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e4b21a;
}
.comment_text {
  padding: 0px 6px 0px 6px;
  
}
.report,.report span {
  color: #e4b21a;
}
.report a {
  text-decoration: underline;
}
.report span {
  text-decoration: underline;
  cursor: pointer;
}
.report_container {
  position: absolute;
  z-index: 9;
  border: 2px solid #e4b21a;
  background-color: #161414;
  padding: 5px;
  width: 255px;
  right: 0px;
  top: 0px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
}
.report_container_up {
  bottom: 0px;
}
.report_container textarea {
  width: 250px;
  height: 60px;
  margin: 5px 0px 5px 0px;
}
.comment_rate_action {
  color: #e4b21a;
  text-decoration:none;
  cursor: pointer;
}
.video_menu_container {
  width: 297px;
  float: left;
}
.screenshot_menu_container {
  float: left;
  width: 218px;

}
.video_container{
  width: 640px;
  float: right;
}
.screenshot_container {
  width: 720px;
  float: right;
}
.video_control,.video_control_active ,.video_control_hover{
  background-color: #2E2A2A;
  padding: 7px;
  margin-bottom: 5px;
  border: 1px solid #2E2A2A;
  cursor: pointer;
}
.video_control_active {
  background-color: #304730;
  border: 1px solid #e4b21a;
}

.image_control,.image_control_active,.image_control_hover {
  border: 1px solid #2E2A2A;
  cursor: pointer;
  margin-bottom: 5px;
}
.image_control_active {
  border: 1px solid #e4b21a;
}
.image_control_hover {
/*  border: 1px solid #3B3636;*/
}

.video_control_hover {
  background-color: #3B3636;
}
.video_control_title {
  border-bottom: 1px solid #e4b21a;
}
.video_control_desc {
  padding: 6px;
  height: 64px;
  overflow: hidden;
}
.image_control_desc {
  padding: 6px;
}
.video_control_user  a{
  color: #e4b21a;
}
.comment_area {
  width: 600px;
  height: 200px;
}
.comment_form_container {
  margin-top: 0px;
  padding: 20px;
  background-color: #2E2A2A;

}
.contribute_header {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4b21a;
}
.index_list {

  border: 1px solid #e4b21a;
  margin-top: 25px;
}
.index_list_tr {
  background-color: #304730;
  color: #fff;
}
.index_list_subtitle {
  font-size: 18px;
  padding: 5px;
  background-color: #161414;
}
.index_list_tr_active {
  background-color: #e4b21a;
  border-bottom: 1px solid #304730;
  color: #000;
}
.index_list_tr a {
  color: #fff;
}
.index_list_tr_active a {
  color: #000;
}
.index_list td {
  border-bottom: 1px solid #000;
  border-top: 1px solid #5D735D;

}
.index_list_header {
  
  font-size: 18px;
}
.index_list a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 5px 5px 5px 5px;
}
.index_list_header a {
  padding-left: 10px;
}
.breadcrumb_trail {
  height: 20px;

}
.breadcrumb_trail h2 {
  line-height: 12px;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}
.breadcrumb_trail a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
.breadcrumb_trail a:hover {
  text-decoration: underline;
}
.header_right {
  padding-top: 10px;
  float:right;
  color: #fff;
  font-size: 12px;
  width: 558px;
}
.header_right a {
  color: #e4b21a;
}
.header_right_text {
  
}
.search_box {
  width: 205px;
  border: 0px;
  color: #aaa;
  padding-left: 5px;
  padding-right: 26px;
  height: 20px;
  background-color: transparent;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: auto;

}
.search_box_div {
  margin-top: -6px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  float: right;
/*  background-image: url(/images/magnifying-glass.gif);*/
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.search_box_home {
  width: 313px;
  border: 0px;
  color: #aaa;
  padding-left: 5px;
  margin-left: 5px;
  height: 30px;
  font-size: 20px;
}
.search_button_home {
  position: absolute;
  right: 3px;
  top: 2px;
}
.search_button{
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}

.mark_container {
  background-color: #161414;
  border: 1px solid #e4b21a;
  margin-top: 5px;
  padding: 5px 6px 0px 6px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.mark_map_list {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  list-style: none;
}
.mark_map_list li {
  float: left;
}
.mark_map_list a {
  display: block;
  background-color: #304730;
  padding: 5px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #5D735D;
  cursor: pointer;
  margin: 0px 0px 0px 1px;
  width: 134px;
  color: #fff;
  text-decoration: none;
}
.mark_map_list a:hover {
  background-color: #e4b21a;
  color: #000;
  border-top: 1px solid #F0D174;
}
.mark_map_label {
  background-color: #e4b21a;
  color: #000;
  padding: 5px;
  position: absolute;
  top: 0px;
  width: 440px;
  display: none;
}
.auto_suggest_container,.auto_suggest_container_home {
  position: absolute;
  z-index: 16;
  width: 234px;
  top: 22px;
  left: 0px;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
}
.auto_suggest_container_home {
  width: 360px;
  top: 32px;
  left: 0px;
}
.auto_suggest_item_container {
  border: 1px solid #e4b21a;
  width: 234px;
}
.search_box_div_home .auto_suggest_item_container {
  width: 358px;
}
.search_box_div_home {
  z-index: 15;
}
.auto_suggest_item  a{
  display: block;
  width: 224px;
  background-color: #304730;
  padding: 5px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #5D735D;
  color: #fff;
  text-decoration: none;
}
.auto_suggest_item  a:link, .auto_suggest_item  a:visited{
  color: #fff;
}
.search_box_div_home .auto_suggest_item a {
  width: 348px;
}

.auto_suggest_item a:hover {
  border-top: 1px solid #F0D174;
  color: #000;
  background-color: #E4B21A;
  text-decoration: none;
}
.log_in_box {
  position: relative;
  float: right;
  margin-right: 10px;
}
.log_in_container {
  position: absolute;
  border: 2px solid #e4b21a;
  background-color: #161414;
  padding: 10px 5px 10px 5px;
  width: 255px;
  right: 0px;
  top: -6px;
  display: none;
  z-index: 9;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
}
.log_in_container input {
  font-size: 12px;
  padding: 2px;
  font-family: Verdana, Geneva, sans-serif;
}
.log_in_label {
  float: left;
  width: 80px;
}
.log_in_row {
  margin-bottom: 4px;
}
.sign_in_home {
  position: absolute;
  top: 10px;
  right: 20px;
}
.image_home {
  
  width: 900px;
  height: 219px;
  margin-top: 20px;
  margin-bottom: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
  
  position: relative;
}
.home_logo_container {
  position: absolute;
  top: 15px;
  left: 362px;
}
.search_box_div_home {
  position: absolute;
  background-color: #fff;
/*  background-image: url(/images/magnifying-glass.gif);*/
  background-repeat: no-repeat;
  background-position: right center;
  width: 360px;
  top: 135px;
  left: 308px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.home_logo_container img {
  border: 0px;
}
.dropdown_container_home {
  z-index: 9;
  position: absolute;
  top: 170px;
  left: 302px;
}
.twitter_name_container {
  margin-left: 10px;
  
}
.add_comment_bbcode {
  margin-bottom: 2px;
}
.add_button {
  margin-top: 5px;
}
.button2 {

}
.comment_container blockquote {
  background-color: #161414;
  margin: 0px 5px 0px 5px;
  padding: 10px;
  border: 1px solid #e4b21a;
}
.comment_container cite {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: -5px;
}
.comment_container ul, .comment_container ol {
  margin: 5px 5px 5px 25px;
  padding: 0px;
}
.stats {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.stats li {
  padding-top: 1px;
  padding-bottom: 13px;
}
.stats_container {
  background-color: #161414;
  border: 1px solid #e4b21a;
  margin-top: 0px;
  padding: 10px 10px 10px 10px;
/*
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
*/
}
.video_index_col {
  float: left;
  background-color: #161414;
  border: 1px solid #e4b21a;
  margin: 25px 10px 15px 10px;
  padding: 10px 10px 10px 10px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  width: 260px;
  margin-right: 25px;
  position: relative;
  z-index: 8;

}
.video_index_col_header {
  font-size: 18px;
}
.video_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}
.video_list li {
  margin-bottom: 5px;
}
.video_list a {
  display: block;
  width: 240px;
  background-color: #2E2A2A;
  padding: 5px 10px 5px 10px;
  color: #fff;
  text-decoration: none;
}
.video_list a:hover {
  background-color: #3B3636;
}
.video_info {
  
  background-color: #161414;
  border: 1px solid #e4b21a;
  margin-top: 0px;
  padding: 5px 10px 10px 10px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  width: 250px;
}
.video_info ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.video_info li {
  margin: 5px 10px 5px 10px;
}
.video_description_container,.submit_video_instructions {
  background-color: #161414;
  border: 1px solid #e4b21a;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 5px 10px 10px 10px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.pro,.cp {
  margin-top: 10px;
  color: #E4B21A;
  clear: both;
}
.submit_video_input {
  width: 350px;
}
.submit_video_textarea {
  width: 600px;
  height: 300px;
}
.submit_video_tag_container {
  float: left;
}
.submit_video_tag_group {
  position: relative;
}
.submit_video_tag_container ul {
  position: absolute;
  top: 15px; 
  width: 150px;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  list-style-type: none;
}
.no_script {
  background-color: #E4B21A;
  font-weight: bold;
  z-index: 10;
  padding: 10px;
  color: #000;
  text-align: center;
  position: relative;
}
.user_img {
  
}
.video_more {
  margin-top: 15px;
}
.arrow {
  margin-bottom: -5px;
  margin-right: 5px;
  border: 0px;
}
.contact_line {
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
}
.search_list {
  margin: 20px 0px 20px 40px;
  padding: 0px;
}
.search_list li {
  padding-bottom: 3px;
}
.listing_title {
  float: left;
  width: 590px;
}
.listing_date {
  float: left;
  width: 130px;
}
.listing_views {
  float: left;
  width: 80px;
  text-align: right;
}
.listing_rating {
  float: left;
  width: 80px;
  text-align: right;
}
.input_info {
  color: #aaa;
  font-size: 10px;
  padding-left: 5px;
}
.comment_text li {
  padding-bottom: 3px;
}
.yellow {
  color: #8B8B8B;
}
.challenge {
  margin: 10px;
  padding: 0px;
}
.challenge li {
  padding-bottom: 3px;
}
.stats_table,.stats_table_ttk {
  width: 100%;
  border-collapse: collapse;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 5;
}
.stats_table_ttk {
  width: 428px;
}
.stats_table td,.stats_table_ttk td {
  padding: 6px 4px 6px 4px;
  text-align: center;
  background-color: #161414;
  border: 1px solid #e4b21a;
  border-top: 0px;
  border-bottom: 0px;
}
.result_damage_container {
  padding-left: 10px;
  float: left;
}
td.stats_table_subhead,td.stats_table_subhead_ttk {
  padding: 3px 4px 4px 4px;
  color: #000;
  background-color: #E4B21A;
}
td.stats_table_subhead {
  width: 20%;
}
.silhoutte {
  width: 273px;
  height: 393px;
  float: left;
  background-color: #161414;
  border: 1px solid #e4b21a;
  margin-bottom: 10px;
  padding: 5px 10px 10px 10px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 30px;
  
}
.calculator_container {
  margin-top: 10px;
  padding-top: 10px;
}
.gun_select, .guns {
  float: left;
}
.guns {
  display: none;
}
.gun_select {
  width: 152px;
  margin-right: 48px;
  position: relative;
  z-index: 6;
  padding-bottom: 1px;
  margin-bottom: 9px;
}
.gun_select span {
  display: block;
  color: #fff;
  font-size: 14px;
  background-image: url(/images/ttk-gun-category.png);
  width: 152px;
  height: 25px;
  padding-left: 6px;
  padding-top: 6px;
/*
  padding: 6px 6px 6px 6px;

  background: #111;
  border: 1px solid #000;
  border-right: 1px solid #353535;
  border-bottom: 1px solid #353535;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

*/
  cursor: pointer;

}
.shots_fired,.all_results {
  margin-left: 0px;
  float: left;
  background-color: #161414;
  border: 1px solid #e4b21a;
  margin-bottom: 10px;
  padding: 5px 10px 10px 10px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  position: relative;
  z-index: 4;
}
.all_results {
  float: right;
  width: 605px;
  display: none;
}
.distance {
  clear: both;
  margin-bottom: 6px;
}
.step_arrow_1 {
  position: absolute;
  left: -35px;
  top: 5px;
}
.step_arrow_2 {
  position: absolute;
  left: 165px;
  top: 5px;
  display: none;
}
.step_arrow_3 {
  position: absolute;
  left: -23px;
  top: 45px;
  display: none;
}
.step_arrow_4 {
  position: absolute;
  left: -23px;
  top: 205px;
  display: none;
}
.step_arrow_5 {
  position: absolute;
  left: 365px;
  top: 5px;
  display: none;
}

.gun_container {
  position: relative;
  z-index: 7;
}
.aimed_at {
  padding: 0px 7px 7px 14px;
  font-weight: bold;
  font-size: 18px;
  font-family: arial,verdana,sans-serif;
}
.target_blocker {
position: absolute; left: 0px; bottom:0px; width: 165px; height: 355px; cursor: default; background-image: url(/images/transparent.png);
}
.where_at {
  color: #e4b21a;
}
div.target_container {
  width: 165px;
  float: left;
  padding: 0px;
  position: relative;
}
div.target_container img {
  cursor: crosshair;
}
.shots_fired {
  width: 605px;
  min-height: 393px;
}
.selected_stats {
  clear: both;
}
.bullet_placement,.gun_cat {
  position: absolute;
  z-index: 9;
  border: 2px solid #e4b21a;
  background-color: #161414;
  padding: 5px;
  width: 255px;
  left: 0px;
  top: 32px;
  -moz-border-radius:  4px 4px 4px 4px;
  -webkit-border-radius:  4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  display: none;
  margin: 0px;
}
.bullet_placement {
  left: 64px;
  top: 37px;
}
.real_yellow {
  color: #e4b21a;
}
.gun_cat {
  list-style-type: none;
}
.gun_cat li,.bullet_placement li {
  display: block;
  padding: 3px 4px 3px 4px;
  cursor: pointer;
}
.gun_cat_unhover {
  color: #fff;
  background-color: transparent;
}
.gun_cat_hover {
  background-color: #e4b21a;
  color: #000;
}
.ttk_gun_name {
  margin: 5px;
}
.pressed {
  padding: 6px 6px 6px 6px;
  background: #111;
  border: 1px solid #000;
  border-right: 1px solid #353535;
  border-bottom: 1px solid #353535;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.beveled {
	outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 10px;
	background: #333;
}
.ttk_label {
  border-bottom: 1px solid #000;
  padding: 5px 5px 1px 5px;
  font-size: 14px;
}
.ttk_label_container {
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}
.distance_box {
  width: 45px;
  text-align: right;
}
.bullet_list {
  margin: 0px;
  width: 170px;
  border: 1px solid #e4b21a;
}
.bullet_damage {
  float: right;
  padding: 3px;

}
.bullet_label {
  background-color: #e4b21a;
  color: #000;
  width: 65px;
  padding: 3px;
  padding-left: 6px;

}
.killed {
  position: relative;
  font-size: 22px;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  margin-top: 6px;
  margin-left: 0px;
}
.kill_time {

  position: absolute;
  top: 85px;
  left: 140px;

}
.ttk_active_element {
  border: 0px solid #e4b21a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ttk_inactive_element {
  border: 0px solid #2E2A2A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ttk_inactive_element2 {
  border: 1px solid #161414;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.health_bar {
  width: 40px;
  height: 202px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #B60000;
  background-image: url(images/health-bar-bg.png);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  border: 1px solid #353535;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.health_cover {
  top: 1px;
  left: 1px;
  width: 38px;
  height: 0px;
  background-color: #161414;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px;
  position: relative;
}
.health_remain {
  margin-left: 10px;
  width: 40px;
  text-align: center;
}
.bullet_list {

}
.hc {
  float: right;
}
.all_ttk td {
  text-align: right;
  padding-right: 8px;
  padding-left: 8px;
}
.all_ttk td.stats_table_subtitle {
  text-align: left;
  border-top: 1px solid #e4b21a;
  border-bottom: 1px solid #e4b21a;
  background-color: #304730;
}
.permalink {
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}
.permalink_input {
  border: 0px;
  background-color: #2e2a2a;
  width: 560px;
  color: #fff;
  padding: 2px;
}
.ttk_link_row {
  margin-top: 10px;
  text-align: left;
  width: 650px;
  position: relative;
  z-index: 8;
}
td.ttk_all_suppressed_row {
  padding-top: 0px;
  margin-top: 0px;
}
.ttk_link_row span {
  padding-left: 10px;
  padding-right: 10px;
  color: #e4b21a;
  text-decoration: underline;
  cursor: pointer;
}
.ttk_explain {
  display: none;
  position: absolute;
  top: 0px;
  left: 5px;
  background-color: #161414;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px;
  border: 2px solid #e4b21a;
  padding: 10px;
  z-index: 9;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
}
.ttk_explain_close {
  float: right;
  cursor: pointer;
}
.ttk_explain_noscript {
  padding: 10px;

}
*.horizontal_track {
	/*background-color: #e4b21a;*/
	width: 320px;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 0px;
    height: 16px;
    margin-left: 3px;
}
*.horizontal_slider {
	background-color: #2e2a2a;
	width: 25px;
	height: 15px;
	position: relative;
	z-index: 2;
	line-height: 0;
	margin-top: 0;
    background-image: url(/images/ttk-distance-slider.png);
}
*.horizontal_slit {
	background-color: #333;
	width: 320px;
	height: 0px;
	margin: 6px 0px 2px 0px;
	line-height: 0;
	position: absolute;
	z-index: 1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
}
.calculate_note {
  margin-left: 10px;
}
.header_note {
  text-align: center;
  line-height: 20px;
  float: right;
  margin-top: 50px;
  background-color: #2e2a2a;
  border: 1px solid #e4b21a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  width: 250px;
  font-size: 12px;
}
.header_note a:link, .header_note a:visited {
  text-decoration: underline;
}
.ttk_step_number {
  float: left;
  font-size: 14px;
  font-weight: bold;
  background-color: #e4b21a;
  color: #000;
}
.suppressed_label {
  font-weight: bold;
  color: #e4b21a;
}
