body {
  font-family: Verdana, Arial;
  font-size: 9pt;
  color: #667788;
  
  margin: 0;
  padding: 0;
    
  background-color: #586b7b;
  background-image: url('home_data/body.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  text-align: center;
  }

#wrapper {
  width: 1100px;
  margin: auto;
  
  background-image: url('home_data/wrapper.png');
  background-position: top center;
  background-repeat: repeat-y;
  text-align: center;  
  }

#header {
  width: 800px;
  height: 128px;
  margin: auto;
  
  background-image: url('home_data/header.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  }

#languages {
  width: 86px;
  height: 16px;
  text-align: center;
  padding-top: 2px;
  float: left;
  }

#search {
  width: 186px;
  *width: 186px;
  margin: auto;
  position: relative;
  top: 100px;
  left: 172px;
  *top: 100px;
  *left: 194px;  
  }

.searchinput {
  color: #014b7b;
  width: 132px;
  height: 18px;
  font-size: 10pt;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border: 1px solid #2b9fe9;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;

  background-image: url('home_data/input.jpg');
  background-position: center left;
  background-repeat: repeat-x;
  }

.searchinput_games {
  color: #014b7b;
  width: 264px;
  height: 18px;
  font-size: 10pt;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border: 1px solid #2b9fe9;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  
  background-image: url('home_data/input.jpg');
  background-position: center left;
  background-repeat: repeat-x;
  }

.searchbutton {
  width: 29px;
  height: 18px;
  font-size: 10pt;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  left: 2px;
  top: 2px;
  *top: -1px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	
  background-color: #2b9fe9;
  background-image: url('home_data/icon_search.png');
  background-position: center center;
  background-repeat: no-repeat;
  }

#login {
  width: 136px;
  height: 44px;
  margin: azto;
  position: relative;
  top: 40px;
  left: 665px;
  *top: 36px;
  *left: 333px;  
  text-align: center;
  }

.logininput {
  width: 120px;
  height: 14px;
  color: #014b7b;
  *height: 14px;
  font-size: 9pt;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 4px;
  border: 1px solid #2b9fe9;

  background-image: url('home_data/input.jpg');
  background-position: center left;
  background-repeat: repeat-x;
  }

.loginsubmit {
  width: 90px;
  height: 20px;
  color: #ffffff;
  font-size: 10pt;
  *height: 20px;
  *position: relative;
  *top: 0px;  
  padding-top: -3px;
  padding-bottom: 1px;
  border: 1px solid #ffffff;
  background-color: #2b9fe9;
  background-image: url('home_data/icon_login.png');
  background-position: 8px 4px;
  background-repeat: no-repeat;
  
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  }

.loginsubmit2 {
  width: 90px;
  height: 20px;
  color: #ffffff;
  font-size: 10pt;
  *height: 20px;    
  padding-top: -3px;
  padding-bottom: 1px;
  margin-top: 14px;
  position: relative;
  left: 8px;
  top: 6px;
  border: 1px solid #ffffff;
  background-color: #2b9fe9;
  background-image: url('home_data/icon_login.png');
  background-position: 8px 4px;
  background-repeat: no-repeat;
  text-align: center;
  float: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  }

.loginsubmit:hover, .loginsubmit2:hover, .searchbutton:hover {
  color: #2b9fe9;
  background-color: #d7d7d7;
  }

#tools {
  width: 132px;
  height: 16px;
  text-align: center;
  padding-top: 2px;
  float: right;
  }

#navigation {
  width: 800px;
  height: 36px;
  margin: auto;
  
  border: 0;
  
  background-image: url('home_data/navigation.png');
  background-position: top left;
  background-repeat: repeat-x;
  }

#navigation ul {
  position: relative;
  top: 5px;
  }

#content {
  width: 800px;
  margin: auto;
  text-align: center;
  }

#content p {

  }

.box_layer {
  width: 452px;
  padding: 12px;
  margin: 12px;
  border: 2px solid #2b9fe9;
  border-radius: 12px;
  -moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
  float: left;
  }

.side_layer {
  width: 244px;
  padding: 12px;
  margin: 12px;
  border: 2px solid #2b9fe9;
  
  border-radius: 12px;
  -moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
  float: right;
  }

#user_layer {
  width: 452px;
  height: 100px;
  padding: 12px;
  margin: 12px;
  border: 2px solid #2b9fe9;
  border-radius: 12px;
  -moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
  background-image: url('home_data/user_layer.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  }

.user_layer_mii {
  width: 80px;
  height: 80px;
  position: relative;
  top: 4px;
  left: 8px;
  border: 2px solid #2b9fe9;
  border-radius: 6px;
  -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
  box-shadow: 0px 4px 4px #365569;
  -moz-box-shadow: 0px 4px 4px #365569;
  -webkit-box-shadow: 0px 4px 4px #365569;
  -khtml-box-shadow: 0px 4px 4px #365569;
  -webkit-box-shadow: 0px 4px 4px #365569;
	background-color: #ffffff;
  background-image: url('home_data/mii.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  }

.user_layer_login {
  width: 80px;
  font-size: 11pt;
  color: #043351;
  display: block;
  padding-top: 3px;
  padding-left: 12px;
  position: relative;
  left: 8px;
  float: left;
  text-align: left;
  }

.user_layer_input {
  width: 140px;
  color: #005489;
  text-align: left;
  position: relative;
  left: -108px;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  background-color: #2b9fe9;
  background-image: url('home_data/input_login.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  float: right;
  }

#user_layer_links {
  width: 120px;
  padding-left: 24px;
  margin-top: -10px;
  float: left;
  text-align: left;
  }

#user_layer_logged {
  width: 240px;
  padding-left: 20px;
  margin-top: 10px;
  float: left;
  text-align: left;
  }

#user_layer_buttons {
  padding-left: 6px;
  clear: both;
  }

#user_layer_buttons ul, #user_layer_buttons li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  }

#user_layer_buttons a:link, #user_layer_buttons a:active, #user_layer_buttons a:visited {
  color: #2b9fe9;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-left: 2px solid #2b9fe9;
  border-right: 2px solid #2b9fe9;
  border-top: 1px solid #2b9fe9;
  border-bottom: 2px solid #2b9fe9;
  border-radius-bottomleft: 6px;
  border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  box-shadow: 0px 4px 4px #365569;
  -moz-box-shadow: 0px 4px 4px #365569;
  -khtml-box-shadow: 0px 4px 4px #365569;
  -webkit-box-shadow: 0px 4px 4px #365569;
  background-color: #324551;
  background-image: url('home_data/user_layer_buttons_bg.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  display: block;
  }

#user_layer_buttons a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #2b9fe9;
  background-image: url('home_data/user_layer_buttons_hover.jpg')
  background-position: top left;
  background-repeat: repeat-x;
  display: block;
  }

#useropts {
  width: 240px;
  color: #ededed;
  font-size: 8pt;
  border: 2px solid #2b9fe9;
  padding: 2px;
  border-radius: 6px;
  -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0px 4px 4px #365569;
  -moz-box-shadow: 0px 4px 4px #365569;
  -khtml-box-shadow: 0px 4px 4px #365569;
  -webkit-box-shadow: 0px 4px 4px #365569;
  background-color: #324551;
  background-image: url('home_data/useropts_bg.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  }

#useropts a:link, #useropts a:active, #useropts a:hover, #useropts a:visited {
  color: #2b9fe9;
  }

#useropts ul, #useropts li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }

#user_layer_links a:hover {
  color: #043351;
  text-decoration: none;
  }

#newsticker {
  }

#content h1 {
  color: #2b9fe9;
  font-size: 10pt;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  padding-bottom: 6px;
  margin: 0;
  text-align: left;
  text-shadow: #717171 0px 2px 4px;
  }

#content_box_smart_wrapper {
  border: 1px solid #b1c2cd;
  border-radius: 12px;
  -moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #c3c3c3;
  }

.content_box, .content_box_smart {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  }

.content_box_smart {
  padding: 4px;
  border: 2px double #ffffff;
  border-radius: 12px;
  -moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
  background-image: url('home_data/content_box_smart.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  }

#content_box_summary {
  padding-left: 12px;
  }

#box_news_summary {
  width: 100%;
  margin: 0;
  padding: 0;
  }

.content_box_smart:hover {
/*
  border-top: 2px dotted #a3a3a3;
  border-bottom: 2px dotted #a3a3a3;
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
*/
  border: 2px dashed #efefef;
  text-shadow: #717171 0px 2px 4px;
  cursor: url('home_data/cursor_click.cur'), pointer;
  background-color: #e1e1e1;
  background-image: url('home_data/content_box_smart_hover.jpg');
  background-repeat: repeat;
  }

.content_box_smart a:hover {
  cursor: url('home_data/cursor_click.cur'), pointer;
  }

.headerline {
  color: #2b9fe9;
  font-weight: bold;
  font-size: 16pt;
  text-align: center;
  text-shadow: #717171 0px 2px 4px;
  }

.text {
  font-size: 10pt;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  padding-bottom: 6px;
  margin: 0;
  text-align: justify;
  }

.smalltext {
  font-size: 8pt;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
  text-align: left;
  }

.newsIcon {
  position: relative;
  top: -18px;
  float: right;
  }

#footer {
  width: 1100px;
  height: 150px;
  margin: auto;
   
  background-image: url('home_data/footer.png');
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;  
  clear: both;
  }

#fleft {
  width: 300px;
  margin-top: 16px;
  margin-left: 150px;
  float: left;
  text-align: center;
  }

#fright {
  width: 500px;
  margin-top: 32px;
  margin-right: 150px;
  float: right;
  text-align: center;
  }

#footer p {
  padding: 0;
  margin: 0;
  }

#ad_area_left {
  width: 132px;
  float: left;
  }

#ad_area_right {
  width: 132px;
  float: right;
  }

.ad_sky_l {
  width: 132px;
  height: 606px;
  
  margin-top: 12px;
  margin-bottom: 12px;
  
  background-image: url('home_data/ad_sky_shadow.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;  
  
  }

.ad_sky_r {
  width: 132px;
  height: 606px;
  
  margin-top: 12px;
  margin-bottom: 12px;
  
  background-image: url('home_data/ad_sky_shadow.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;  
  
  float: right;
  }

.ad_brk {
  clear: both;
  }

.ad_hori {
  width: 800px;
  border-top: 2px solid #2b9fe9;
  border-bottom: 2px solid #2b9fe9;
  background-color: #a3a3a3;
  background-image: url('home_data/bg_ad_hori.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  }

.ad_hori img {
  padding: 4px;
  }

.ad_dozed {
  width: 244px;
  padding: 12px;
  margin: 12px;
  float: right;
  }

.ad_dozed img {
  border: 1px solid #2b9fe9;  
  }

img {
  border: 0;
  }

#header_home {
  width: 800px;
  height: 310px;
  
  background-color: #586b7b;
  background-image: url('home_data/header_home.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  text-align: left;
  }

#wii_latest {
  width: 271px;
  height: 280px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 14px;
  overflow: hidden;
  float: right;
  }

#wii_latest p {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 2px;
  color: #002a3d;
  }

#wii_latest img {
  padding-left: 4px;
  }

#wii_latest a:link, #wii_latest a:active, #wii_latest a:visited, #wii_latest a:hover {
  display: block;
  text-decoration: none;
  }

#wii_latest a:hover {
  color: #002e4b;
  background-image: url('home_data/hover_wiilat.png');
  background-position: left center;
  background-repeat: repeat-x;
  }

.tabs:hover{
  border-bottom: 1px solid gray;
  text-decoration: none;
}

.tabs ul{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
  display: inline;
  margin: 0;
}

.tabs li a{
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  border-left: 1px solid #818181;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
  color: #2d2b2b;
  text-shadow: #717171 0px 1px 1px;
  background-image: url('home_data/nav_tab.png');
  background-position: top left;
  background-repeat: repeat-x;
}

.tabs li a:hover{
  text-decoration: none;
  color: #2d2b2b;
  background-image: url('home_data/nav_tab_hover.png');
  background-position: top left;
  background-repeat: repeat-x;
}

.tabs li.selected{
}

.tabs li.selected a{ /*selected main tab style */
  background-image: url('home_data/nav_tab_hover.png');
  background-position: top left;
  background-repeat: repeat-x;
  border-bottom-color: white;
}

.tabs li.selected a:hover{ /*selected main tab style */
  text-decoration: none;
}

.navigation_entry{
  position:absolute;
  top: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
  width: 200px;
  visibility: hidden;
  padding-bottom: 8px;
  text-align: left;
  background-image: url('home_data/nav_shader.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}


.navigation_entry a{
  width: auto;
  display: block;
  text-indent: 5px;
  border-left: 1px solid #918d8d;
  border-right: 1px solid #918d8d;
  text-decoration: none;
  color: black;
  background-image: url('home_data/navigation_entry.png');
  background-position: top left;
  background-repeat: repeat-x;
}

* html .navigation_entry a{ /*IE only hack*/
  width: 100%;
}

.navigation_entry a:hover{ /*THEME CHANGE HERE*/
  color: #0068ab;
  background-image: url('home_data/navigation_entry_hover.png');
  background-position: top left;
  background-repeat: repeat-x;
  text-decoration: none;
}

.tablink a:hover {
  font-size: 14pt;
  background-image: url('home_data/nav_tab_hover.png');
  background-position: top left;
  background-repeat: repeat-x;
  }

#header_highlights {
  width: 500px;
  height: 310px;
  float: left;
  }

.sliderwrapper{
  width: 500px; /*width of featured content slider*/
  height: 281px;
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  border: 1px solid #2b9fe9;
}



.sliderwrapper .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  background: white;
  width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.pagination{
  width: 482px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.pagination a{
  padding: 0 5px;
  text-decoration: none; 
  color: #00385b;
  border: 1px solid #2b9fe9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.pagination a:hover, .pagination a.selected{
  color: #2b9fe9;
  background-color: #ffffff;
}

.checkbox {
  width: 13px;
  height: 13px;
  margin-left: 4px;
  margin-right: 5px;
  padding: 0;
  }

#games_search {
  margin-top: 12px;
  }

#games_search img {
  width: 13px;
  height: 13px;
  margin-left: 4px;
  margin-right: 5px;
  }

#games_filter .checkbox {
  position: relative;
  top: 1px;
  } 

.genre_filter {
  color: #2b9fe9;
  font-size: 10pt;
  font-weight: bold;
  border: 1px solid #2b9fe9;
  padding: 8px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 6px;
  -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
  background-color: #ffffff;
  display: block;
  text-align: left;  
  }

.genre_filter:hover {
  color: #ffffff;
  background-color: #2b9fe9;
  background-image: url('home_data/icon_star.png');
  background-position: 200px;
  background-repeat: no-repeat;
  }

.games_desc {
  width: 260px;
  text-align: left;
  float: left;
  }

.games_feature {
  width: 10px;
  height: 10px;
  
  border: 1px solid #2b9fe9;
  border-radius: 2px;
  -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
  }

.games_cover {
  width: 155px;
  height: 220px;
  border: 1px solid #2b9fe9;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  box-shadow: 0px 0px 16px #2b9fe9;
  -moz-box-shadow: 0px 0px 16px #2b9fe9;
  -webkit-box-shadow: 0px 0px 16px #2b9fe9;
  -khtml-box-shadow: 0px 0px 16px #2b9fe9;
  -webkit-box-shadow: 0px 0px 16px #2b9fe9;
	background-color: #ffffff;
  background-image: url('home_data/no-cover.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  }

.downloads_box1, .downloads_box1_vc {
	width: 400px;
	margin-top: -24px;
	float: left;
  }

.downloads_box1_vc img {
  border: 0;
  }

.downloads_box2 {
	width: 400px;
	float: left;
  }

.downloads_image, .downloads_image_vc {
	width: 155px;
	height: 220px;
  border: 1px solid #04416d;
  margin-left: 280px;
  margin-top: 24px;
  margin-bottom: -220px;
  box-shadow: 0px 0px 16px #2b9fe9;
  -moz-box-shadow: 0px 0px 16px #2b9fe9;
  -webkit-box-shadow: 0px 0px 16px #2b9fe9;
  -khtml-box-shadow: 0px 0px 16px #2b9fe9;
  -webkit-box-shadow: 0px 0px 16px #2b9fe9;
  }

.dlstart {
	width: 156px;
	height: 480px;
	margin-left: 56px;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: left;
	float: left;
  }

b.passw {
	color: #ff0000;
	font-weight: bold;
  }

.games_button {
  width: 128px;
  margin-left: 12px;
  float: left;
  }

.dlstart a:link, .dlstart a:active, .dlstart a:visited{
  width: 128px;
  height: 24px;
  border: 1px solid #2b9fe9;
  }

.dlstart a:hover {
  border: 1px solid #2b9fe9;
  }

.games_button p {
  font-size: 10pt;
  padding: 0;
  margin: 0;
  position: relative;
  top: 5px;
  }

.games_status_online {
  width: 18px;
  height: 56px;
  
  border: 1px solid #2b9fe9;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;

  position: relative;
  left: -32px;
  top: 164px;
 
  background-image: url('home_data/icon_status_online.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  }

.game_footer {
  clear: both;
  }

a:link, a:active, a:visited, a:focus {
  color: #002d4f;
  text-decoration: none;
  outline: 0;
  }

a:hover {
  color: #2b9fe9;
  text-decoration: underline;
  }

.shadetabs {
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
  }

.shadetabs li {
  display: inline;
  margin: 0;
  float: left;
	text-align: center;
	list-style-type: none;
  }

.shadetabs li a {
  text-decoration: none;
  color: #2d2b2b;
  display: blocK;
  padding: 6px;
  border: 2px solid #c9c9c9;
  border-radius-topleft: 12px;
  border-radius-topright: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
	-khtml-border-radius-topleft: 12px;
	-khtml-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  background-color: #ffffff;
  background-image: url('home_data/content_box_summary.gif');
  background-repeat: repeat-x;
  background-position: top left;
  }

.shadetabs li a:visited {
  }

.shadetabs li a:hover {
  color: #2b9fe9;
  border: 2px solid #2b9fe9;
  border-bottom: 2px solid #c9c9c9;
  }

.shadetabs li a.selected { /*selected main tab style */
  color: #2b9fe9;
  position: relative;
  top: 1px;
  border: 2px solid #5f6060;
  border-bottom: 2px solid #2b9fe9;
  background-color: #d3d3d3;
  background-image: url('home_data/content_box_summary_hover.gif');
  background-repeat: repeat-x;
  background-position: top left;
  }

.shadetabs li a.selected:hover { /*selected main tab style */
  text-decoration: none;
  border: 2px solid #5f6060;
  border-bottom: 2px solid #2b9fe9;
  }

hr {
  width: 90%;
  border: 1px dashed #2b9fe9;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  margin: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  }
