#index{
margin:0px;
margin-left:100px;
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#vote{
margin:0px;
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

body, td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.MainHead{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}
.main-box{
padding-left:20px;
padding-right:20px;
padding-bottom:0px;
padding-top:0px;
width:800px;
background-color:#ffffff;
}
#headlogo11{
position: fixed;
left:130px;
top:10px;
}
#headlogo21{
position: fixed;
left:220px;
top:40px;
}

div#headbox{
	background-image: url(img/hedderbg.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
	position: absolute;
	left:120px;
	top:0px;
	width:760px;
	height:79px;
}

div#menubox{
position: relative;
left:340px;
top:30px;
}

ul#menubox {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menubox li {
    float: left;
    margin: 0 1px 0 0;
}

ul#menubox a {

	font-family: Helvetica;
	font-size: 17px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 300;
	line-height: 10px;
	color:#4b4b4b;

    display: block;
    float: none;
    text-decoration: none;
	
	
	padding-top:0px;
	padding-right:10px;
	margin-top:7px;
	
}

ul#menubox a:hover {
	color: #eb3d00;
	height: 21px;
	margin-top:0px;
}

ul#menubox  li.current a:hover {
	color: #eb3d00;
	height: 21px;
	margin-top:0px;
}

ul#menubox a:hover span {
	color: #eb3d00;
    position: relative;
	top: 4px;
	left: 0px;
	right: 0px;
	width: 114px;
}

ul#menubox li.current a {
	color: #3f71c5;
	height: 21px;
	margin-top:0px;
}

ul#rightmenu {

	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#rightmenu li {
	
	background-color: #f7f7f7;
	float: left;
	margin: 0 1px 0 0;
	width: 100%;
}

ul#rightmenu a {

	font-family: Helvetica;
	font-size: 17px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 300;
	line-height: 25px;
	color:#4b4b4b;
	
	display: block;
	float: none;
	text-decoration: none;
	
	padding-top:0px;
	padding-left:10px;
	
}

ul#rightmenu a:hover {
	color: #eb3d00;
}

ul#rightmenu  li.current a:hover {
	color: #eb3d00;
}

ul#rightmenu a:hover span {
	color: #eb3d00;
	position: relative;
	top: 4px;
	left: 0px;
	right: 0px;
	width: 114px;
}

ul#rightmenu li.current a {
	color: #3f71c5;
	margin-top:0px;
}


div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

span.head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #eb3d00;
}

.fieldselection-Over {
	background-color:#ecf5ff;
    /* opacity: 0.8; */
    /* filter: alpha(opacity=80);  For IE8 and earlier */
-webkit-border-radius: 30px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 30px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 30px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
	cursor: pointer;
	
}

.fieldselection-Out {
    /* opacity: 1.0; */
    /* filter: alpha(opacity=100); /* For IE8 and earlier */
}

#div1, #div2, #div3 {
	background-color:#ffffff;
	display:none;  
	position: absolute;
	right:-80px;
	top:-20px;
	border: 1px solid #000000;
	padding:10px;
	border-radius: 7px;
	z-index: 100;
  }
#div1:hover, #div2:hover, #div3:hover {
    display:block;
  } 
  
  .couponcode:hover .coupontooltip {
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.coupontooltip {
    display: none;
   background-color:#79a4dc;
   border: 1px solid #000000;
   border-radius: 3px;
    margin-left: 28px;
    padding: 20px;
    position: absolute;
    z-index: 1000;
}

.test{

border:0px solid #ffffff;
background-image:url(img/score_0.png);
background-size: 84px 20px;
background-repeat: no-repeat;
width:84px;
height:20px;
}
.test table:hover{
cursor:pointer;
}


#countbox{
position: relative;
top: 0px;
left: 7px;
height:50px;
width:50px;
}
.fieldselection-Over #countline{
position: absolute;
top: -5px;
left: -12px;
width:4px;
height:60px;
background-color:#3f71c5;
}
#countnumber{
position: absolute;
top: 0px;
left: 0px;
height:48px;
width:48px;
font-weight:normal;
color:#000000;
letter-spacing:0pt;
word-spacing:0pt;
font-size:37px;
font-family:helvetica, sans-serif;
line-height:0;
display:flex;
justify-content:center;
align-items:center;
}
