/*======================================================================
  Selectric
======================================================================*/



.selectricWrapper {
	position: relative;
	//width: 300px;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;


}

.selectricResponsive {
  width: 100%;
}

.selectric {
 
  background: #FFFFFF;
  position: relative;
  
}
.selectric .label {

  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
   text-align: left;
  min-height: 18px;	
  font-weight: normal;
}



.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: left;
  font: 0/0 a;
  /* IE Fix */
  /*font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;*/
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectricHover .selectric {
  border-color: #CCC;
}
.selectricHover .selectric .button {
  color: #888;
}
.selectricHover .selectric .button:after {
  border-top-color: #888;
}

.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
}
.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
  height: 100%;
  background: #F9F9F9;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.c1
{
	//vertical-align: middle;
	 
}

.selectric-country
{
width: 280px;
 border: 1px solid #000;
  border-top-color: #abadb3;
  border-left-color: #e2e3ea;
  border-right-color: #e2e3ea;
  border-bottom-color: #e2e3ea;
 //height:22px;
}



.selectric-country .label
{

  
   padding: 3px;
 
}
.selectric-country .button
{
display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 25px;
  color: #BBB;
  text-align: left;
  font: 0/0 a;
  /* IE Fix */
  /*font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;*/
}

.selectric-country .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}



li
{
//overflow:hidden;

//height:25px;	
}
 .s1
 {
	width:300px; 
	display:inline-block;
 }
 
#items {width:300px;}
.item {width:10px;border:solid 1px #ccc;height:20px;z-index:0;overflow:hidden;position:relative;}

.item:hover{overflow:visible;left:100px;width:300px; height:100px;}

.inner{
background: white;
width: 100%;
}


.info
{
	height: 20px;
	width: 20px;
	left: 350px;
	top: -10px;
	//position: absolute;
	overflow: hidden;
	display: inline-block;
	background-color: #77f7ee;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	z-index: 900;
}
.info_holder
{

display:block;
left:350px;
top:-10px;
position:relative;
height:200px;
width:200px;
background:#000;
}

.info:hover
{
width:300px;
overflow:visible;
height:300px;
}

.i1
{
//display:none;
	margin-left: 20px;
	z-index: 999;
}

.i1:hover
{
//display:block;	
}


.selectricScroll
{
position:realtive;	
}

.guide .selectric
{
	background-color: #f6f6f6;
}
