#accordion-container {
	font-size: 13px;
	background:none;
	border: 1px solid #cccccc;
}

.accordion-header {
	font-size: 16px;
	background: #ebebeb;
	margin: 0px 0 0 0;
	padding: 5px 20px;	
	cursor: pointer;
	color: #000000;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	font-weight: bolder;
	line-height: 42px;
	text-transform: uppercase;
	text-indent: 15px;	
}

#accordion-container .shipping{
	border-top:none!important;
	border-bottom: 1px solid #cccccc;
}

#accordion-container .discount{
	border-top: 1px solid #cccccc;
}
.active-header {
	background: url(../images/cart-updwn-arrw.png) no-repeat right top #ebebeb;
}

.active-header:hover {
	background: url(../images/cart-updwn-arrw.png) no-repeat right top #f5f5f5;
}

.inactive-header {
	background: url(../images/cart-updwn-arrw.png) no-repeat right bottom #ebebeb;
}

.inactive-header:hover {
	background: url(../images/cart-updwn-arrw.png) no-repeat right bottom #f5f5f5;
}

.accordion-content {
	display: none;
	padding: 20px;
	background:none;
	border: 0px solid #cccccc!important;
	border-top:none;
	border-bottom:none;
	border-top: 0;
}
.accordion-content #coupon{border:none!important;}

