.cposFeatureList li {
	margin: 15px 0;
}

.cposFeatureList a {
	color: #1770ab;
}

/**************************************************
******************* ORDER *************************
**************************************************/
.orderBasketItem {
	font-size: 8pt;
	margin: 0;
	list-style: none;
}

.orderBasketItem li {
	margin-left: -5px;
	padding: 2px;
	border-bottom: 0;
}

/**************************************************
******************* LANGUAGE *********************
**************************************************/
.languageDiv {
	float: right; height: 20px;
}

#language {
	position: relative;
	/*left: 510px;
	top: 45px;
	line-height: 25px;
	z-index: 100;*/
	text-align: right;
}

#language a {
	color: #000000;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#language a span.black {
	color: #666;
}

#language ul {
	display: none;
	position: absolute;
	/*line-height: 25px;*/
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	width: 110px;
	text-align: left;
	background: #ffffff;
	padding: 0;
	right: 0;
	z-index: 999999;
}

#language ul a {
	background: #ffffff;
	display: block;
	width: inherit;
	/*padding-left: 30px;*/
}

#language ul a:hover {
	color: #ffffff;
	background-color: #dedede;
}

#language ul li {
	list-style: none;
	padding: 0 !important;
	line-height: 30px;
}

#language img {
	position: relative;
	top: 3px;
}

/* PASSWORD QUALITY CLASSES */

.strength0 {
	/*width: 250px;*/
	width: 100%;
	height: 5px;
	background: #cccccc;
}
.strength0Desc {
	color: #cd0404;
}

.strength1 {
	/*width: 50px;*/
	width: 20%;
	height: 5px;
	background: #ff0000;
}
.strength1Desc {
	color: #ff0000;
}

.strength2 {
	/*width: 100px;*/
	width: 40%;
	height: 5px;
	background: #ff5f5f;
}
.strength2Desc {
	color: #ff5f5f;
}

.strength3 {
	/*width: 150px;*/
	width: 60%;
	height: 5px;
	background: #56e500;
}
.strength3Desc {
	color: #56e500;
}

.strength4 {
	/*width: 200px;*/
	width: 80%;
	height: 5px;
	background: #4dcd00;
}
.strength4Desc {
	color: #4dcd00;
}

.strength5 {
	/*width: 250px;*/
	width: 100%;
	height: 5px;
	background: #399800;
}
.strength5Desc {
	color: #399800;
}
