#sricSubTotal {
	text-align: right;
	line-height: 2.2em;
	height: 2.2em;
	padding-right: 2.5em;	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1em;
	font-size:14px;
	}

#sricShippingTotal {
	border-top: 1px solid #cccccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align: right;
	line-height: 2.2em;
	height: 2.2em;
	padding-right: 2.5em;
	padding:1em;
	font-size:14px;
	}

#sricTotal {
	border-top: 1px solid #cccccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1em;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	height: 2.2em;
	padding-right: 1em;
	}
	
#sricBoxSubTotal {
	text-align: right;
	}

#sricBoxShippingTotal {
	text-align: right;
	}
	
#sricBoxTotal {
	text-align: right;
	font-weight: bold;
	}
	
nav-drop {
	line-height: 1.5px;
	width: 675px;
	margin: 50px auto;
}
	
.eu-drop {
	background: #009933;
	width: 675px;
	border: 2px solid;
    border-radius: 25px;
	}
	
.eu-drop h4 {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 500;
  padding: 12px 0px;
  display: block;
  text-decoration: none;
  width: 675px;
}

.eu-drop ul {
	font-size: 20px;
	background-color: #F5F5F5;
	color: #000000;
	line-height: 25px;
	height: 0;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	width: 645px;
	border: 15px solid #F5F5F5;
	border-radius: 25px;
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}

.eu-drop:hover h4 {
    background: -webkit-linear-gradient(#99FF33, #009933);
    background: -o-linear-gradient(#99FF33, #009933);
    background: -moz-linear-gradient(#99FF33, #009933);
    background: linear-gradient(#99FF33, #009933);
    border-radius: 25px;
}

.eu-drop:hover ul {
    height: 400px;
}