@import "app-reset.css";

.box-application .app-rates-small {
	width: 240px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #7b51a1;
}
.box-application .app-rates-small > h5 {
	font-size: 25px;
	color: #fff;
	margin: 0 20px 15px;
	padding-top: 10px;
}
.box-application .app-rates-small p { margin-bottom: 0; }
.box-application .app-rates-small p small {
	font-size: 10px;
	margin-bottom: 15px;
	color: #ededed;
}
.box-application .app-rates-small .box-rates {
	position: relative;
	width: 480px;
	height: 320px;
}
.box-application .app-rates-small .box-rates .box-rate-items {
	position: relative;
	padding: 10px 20px;
	width: 240px;
	float: left;
}
.box-application .app-rates-small .box-rates .box-rate-items .box-items {
	height: 240px;
	width: 210px;
	margin-bottom: 15px;
}

.box-application .app-rates-small .box-rates .box-rate-items .box-items .jspContainer:hover .jspPane .jspHorizontalBar .jspTrack { display: none; }

.box-application .app-rates-small .box-rates .box-rate-items .box-items .jspContainer { overflow-x: hidden; }

.box-application .app-rates-small .box-rates .box-rate-items .box-items .jspContainer .jspPane > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-application .app-rates-small .box-rates .box-rate-items .box-items .jspContainer .jspPane > ul > li { font-size: 14px; }
.box-application .app-rates-small .box-rates .box-rate-items .box-items .jspContainer .jspPane > ul > li > a {
	padding: 0 20px 14px 0;
	position: relative;
	display: block;
	color: #fff;
}
.box-application .app-rates-small .box-rates .box-rate-items .box-items .jspContainer .jspPane > ul > li > a:after {
	position: absolute;
	top: 5px;
	right: 10px;
	content: "";
	display: block;
	background: url(../g/arrows.png) -9px 0 no-repeat;
	width: 5px;
	height: 8px;
}


.box-application .app-rates-small .box-rates .box-item-selected {
	position: relative;
	width: 240px;
	float: left;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list {
	position: relative;
	height: 320px;
	margin-left: 30px;
	background-color: #6d488f;
	display: none;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back {
	position: absolute;
	top: 0;
	left: -30px;
	width: 12px;
	bottom: 0;
	display: block;
	padding: 14px;
	text-indent: -10000px;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 5px;
	border-top: transparent solid 4px;
	border-right: #fff solid 4px;
	border-bottom: transparent solid 4px;
	border-left: none;

}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back span,
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back span:before,
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back span:after {
	position: absolute;
	top: 9px;
	left: 11px;
	width: 12px;
	height: 2px;
	background-color: #fff;
	display: block;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back span { margin: 5px 0; }
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back span:before {
	left: 0;
	top: -5px;
	content: "";
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .back span:after {
	left: 0;
	top: 5px;
	content: "";
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list h6 {
	color: #fff;
	padding: 15px 20px;
	border-bottom: #fff solid 1px;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .item-list {
	width: 210px;
	height: 252px;
	margin: 10px 0;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .item-list ul { padding: 0 20px 0 13px; }
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .item-list ul li {
	margin-bottom: 3px;
	padding-left: 10px;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .item-list ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 1px;
	display: inline-block;
	margin-right: 5px;
	margin-left: -7px;
	vertical-align: middle;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .item-list ul li a { color: #fff; }
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-list .item-list .jspVerticalBar { right: 10px; }


.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 320px;
	display: none;
	background-color: #fff;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #3d3d3d;
	text-align: center;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details h6 {
	text-transform: uppercase;
	background-color: #e0e0e0;
	padding: 20px;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details h6 small {
	font-size: 11px;
	font-weight: normal;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details ul { padding: 10px 20px; }
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details ul li {
	font-size: 14px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: #e3e3e3 solid 1px;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details ul li:first-child {
	border-top: none;
	margin-top: 0;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details ul li strong {
	font-size: 15px;
	padding-top: 3px;
	display: block;
}
.box-application .app-rates-small .box-rates .box-item-selected .sub-item-details ul li.more {
	font-size: 12px;
	text-align: right;
}


.box-application .app-rates-small .box-rate-description {
	background-color: #3d3d3d;
	padding: 20px 20px 0;
	height: 236px;
}


.box-application .app-rates-small .jspTrack { background-color: #644482; }
.box-application .app-rates-small .jspDrag { background-color: #ededed; }