/* -----------------------------------------------------------------------
 
 
 Tabs Plugin 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org
 
   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.
 
----------------------------------------------------------------------- */
 
.tabs { 
/*  border-bottom:1px solid #ccc;*/
	height:1%; /* fixing IE 6 */
/*  margin:0 0 .75em 0;*/
  padding-left: 0;
  margin: 0;
	min-height:auto;
	overflow:hidden;
}
.tabs li {
/*  border:1px solid #ccc;*/
/*  border-bottom:none;*/
  float:left;
  line-height:1.5; 
  list-style-type:none;
  margin:0 1px 0 0;
  padding:0;
}

.tabs li a {
  font-size: 16px;
  font-weight: normal;
	background:#CECECE;
/*  border:1px solid #eee;*/
  border-bottom:none;
  cursor:pointer;
  display:block;
  float:left;
/*  font-weight:bold;*/
/*  padding: 2px 30px 0px 30px;*/
  color:#fff;
}

.tabs_nil li a{
	cursor: pointer;
}
.tabs li a.selected { 
  background:#cd342d;
/*  border:1px solid #666;*/
/*  border-bottom:none;*/
  cursor:default;
}

.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}

.tabs li a.selected:hover {background:#cd342d;}

.tabs li a:focus, .tabs li a:hover { 
/*  color:#555;*/
  background-color: #cd342d;
  outline:none;
}
.tabs li a.selected:focus, .tabs li a.selected:hover { 
/*  color:#fafafa;*/
}	
.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}

.right_rail_tabs { 
/*  border-bottom:1px solid #ccc;*/
	height:1%; /* fixing IE 6 */
/*  margin:0 0 .75em 0;*/
  padding-left: 0;
  margin: 0;
	min-height:auto;
	overflow:none;
	float: left;
}
.right_rail_tabs li {
/*  border:1px solid #ccc;*/
/*  border-bottom:none;*/
  float:left;
  line-height:1.5; 
  list-style-type:none;
  margin:0 1px 0 0;
  padding:0;
}

.right_rail_tabs li a {
  font-size: 18px;
  font-weight: normal;
  background:#989898;
  border-bottom:none;
  color:#FFF;
  cursor:pointer;
  display:block;
  float:left;
  width: 285px;
  height: 25px;
  text-align: center;
}
.right_rail_tabs li a.selected { 
  background:#bb2126;
  cursor:default;
}
.right_rail_tabs li a.selected:hover {background:#bb2126;}

.right_rail_tabs li a.arrow {background-color: #424242; height: 20px; width: 11px; font-size: 10px; font-weight: bold; padding-top: 5px;}
.right_rail_tabs li a.arrow:hover {background-color: #353535;}

.right_rail_tabs li a, .right_rail_tabs li a:focus, .right_rail_tabs li a:hover {
  text-decoration:none;
}

.right_rail_tabs li a:focus, .right_rail_tabs li a:hover { 
/*  color:#555;*/
  background-color: #858585;
  outline:none;
}
.right_rail_tabs li a.selected:focus, .right_rail_tabs li a.selected:hover { 
  color:#fafafa;
}	
.right_rail_tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}
/*  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  -webkit-border-top-left-radius: 7px; 
  -webkit-border-top-right-radius: 7px;*/}
