.jrGraphContainer {
	background: url("grid.gif?v=3") repeat-y -3px 0;
	border-bottom: 2px solid #ccc;
	padding-top:0;
	margin-bottom: 25px;
}
ul.jrGraph {
	clear: both;
	list-style: none;
	width: 69%; 
	margin: -43px auto 0;
	position: relative;
	left: 80px;
	padding-bottom: 0 !important;
	background: url("gsmarena_watermark.png") repeat 19px -32px;
}

ul.jrGraph br, ul.jrGraph p {display:none !important;}

ul.jrGraph li.active {
	background:#962117 !important;
}
ul.jrGraph li {
	background: #299f00;
	color: #eee;
	display: block;
	font-size: 17px;
	opacity: 0;
	padding: 1px 10px;
	position: relative;
	margin: 0 0 1px 0;
	text-shadow: 0 1px 1px #000;
	width: 0;
	list-style: none;
	max-width: 99% !important;
}

ul.jrGraph li span.label { 
	/* background: #962117; color: #eee; */
	background: white !important;
	position: absolute;
	color: #333;
	text-shadow: none !important;
	font-weight: bold;
	left: 0;
	top: 0;
	padding: 4px 15px;
	font: bold 12px Arial;
	opacity: 1;
	text-align: right;
	display: block;
	white-space: nowrap;
}

ul.jrGraph li span.value { 
	font: bold 13px Tahoma;
	list-style: none;
}

ul.jrGraph li:nth-child(even) {
	background: #31be00;	
}

ul.jrGraph li:nth-child(even) span.label {
	background: #31be00;	
}

ul.jrGraphControls {
	background: none repeat scroll 0 0 white;
    height: 20px;
    list-style: none outside none !important;
    margin: 15px 0 26px 0;
    overflow: hidden;
    padding: 10px 0 !important;
    position: relative;
    top: -18px;
    width: 100%
}


ul.jrGraphControls a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 2px 10px 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
  text-decoration: none !important;
  margin-right: 3px;
}
ul.jrGraphControls a:hover,
ul.jrGraphControls a:active,
ul.jrGraphControls a.active,
ul.jrGraphControls a.disabled,
ul.jrGraphControls a[disabled] {
  background-color: #e6e6e6;
}
ul.jrGraphControls a:active,
ul.jrGraphControls a.active {
  background-color: #cccccc \9;
}
ul.jrGraphControls a:first-child {
  *margin-left: 0;
}
ul.jrGraphControls a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
ul.jrGraphControls a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul.jrGraphControls a.active,
ul.jrGraphControls a:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

ul.jrGraphControls li {
	float: right;	
	list-style: none !important;
}

.sortbyvalue, .sortbylabel {
	display: block;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	list-style: none;
}

/* ToolTips */

.tip {
    color: #fff;
    background: rgba(0,0,0,.8);
    display:none;
    padding:15px;
    position:absolute; 
	text-shadow: 0 1px 1px #000;
	z-index:999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px #000;
	moz-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
	max-width: 500px;
}

/* Alignments */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }