div.optionsBar{
	padding: 8px 0;
	background: #006687;
	margin-bottom: 20px;
	text-align: center;
	direction: rtl;
}
div.optionsBar ul{
	width: 720px;
	margin: 0 auto;
}
div.optionsBar ul li{
	display: inline-block;
	padding: 0 15px;
}
div.optionsBar ul li a, div.optionsBar ul li i{
	color: #fff;
	text-decoration: none;
}
div.centerErapper{
	text-align: center;
	direction: rtl;
}
div.confirmData{
	margin: 10px auto;
	display: inline-block;
	background: #fdf8e4;
	padding: 15px 20px;
	border: 3px solid #f7f2f6;
}
div.confirmData a{
	text-decoration: none;
	color: #006687;
}
h1.pageTitle{
	font-size: 120%;
	margin: 10px 0 15px;
	text-align: right;
}
div.myAssets{
	margin-bottom: 20px;
}
div.myAssets ul{
	display: inline-block;
	width: 15%;
	float: right;
}
div.myAssets div.cWraper{
	display: inline-block;
	width: 85%;
	float: left;
	direction: rtl;
	border: 4px solid #1093e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 0 0 20px;
	min-height: 400px;
}
div.myAssets ul li{
	background: #e0eaf3;
	margin: 1px 0;
	cursor: pointer;
}
div.myAssets ul li:first-child{
	margin-top: 10px;
	cursor: auto;
}
div.myAssets ul li span.iconWraper{
	display: inline-block;
	width: 66px;
	background: #fbf0d9;
	height: 100%;
	float: right;
	margin-left: 10px;
	padding: 8px 4px;
}
div.myAssets ul li span.ttWraper{
	line-height: 55px;
}
div.myAssets ul li.detailed{
	background: #1093e5;
}
div.myAssets ul li.detailed span.iconWraper{
	background: #037cc8;
}
div.cWraper div.type2bg{
	width: 338px;
	height: 182px;
	background: transparent url(../images/type2.png) no-repeat;
	margin: 10px auto;
	direction: ltr;
	padding: 5px;
}
div.cWraper div.type2bg div{
	font-family:  tahoma;
	color: #404040;
}
div.cWraper div.type2bg div.mainserial{
	font-size: 145%;
	padding-top: 55px;
}
div.cWraper div.type2bg div.expdate{
	display: inline-block;
	width: 120px;
	float: left;
	margin-top: 5px;
}
div.cWraper div.type2bg div.cvv{
	display: inline-block;
	width: 90px;
	float: right;
	margin-top: 5px;
}
div.cWraper div.type2bg div.address{
	width: 50%;
	float: right;
	margin-right: 80px;
	text-align: right;
	padding-top: 30px;
}
div.cardData{
	margin: 10px auto;
	background: #f5f5f5;
	width: 160px;
	direction: ltr;
	font-family:  tahoma;
}
div.cardData table tr td{
	padding: 2px 4px;
	background: #f5f5f5;
	font-size: 90%;
}
div.cardData table tr td:first-child{
	text-align: left;
}
div.cardData table tr td:last-child{
	text-align: right;
}
div.carsOptions{
	width: 300px;
	margin: 10px auto;
}
div.carsOptions a{
	color: #000;
	display: inline-block;
	background: #efe4b0;
	text-decoration: none;
	padding: 5px;
	font-size: 90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form.commentForm{
	background: #e7e7e7;
	padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 10px 0;
}
form.commentForm input{
	width: 40%;
	margin: 0 4% 20px;
}
form.commentForm textarea{
	width: 100%;
	height: 220px;
}
form.commentForm a{
	display: block;
	width: 380px;
	background: #249fdb;
	color: #fff;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
}
div.opi{
	background: #e7e7e7;
	margin: 10px 0;
}
div.opi div.person{
	width: 15%;
	float: right;
	padding: 10px;
}
div.opi div.person div.avatar{
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent url(../images/avatar.jpg) center no-repeat;
	margin: 0 auto;
}
div.opi div.person div.properties{
	background: #fff;
	margin-top: 10px;
	font-size: 90%;
	color: #a5a5a5;
}
div.opi div.person span.name{
	font-size: 90%;
	color: blue;
	display: block;
	padding: 5px;
}
div.quote{
	color: #757575;
	background: #fff;
	padding: 20px 10px;
	width: 84%;
	margin: 3px;
	vertical-align: middle;
	float: left;
	text-align: justify;
	border: 1px solid #ccc;
	font-size: 90%;
	line-height: 25px;
}
div.quote span{
	color: #000;
}
.pagingClass a{
	color: #159df3;
	text-align: center;
	min-width: 15px;
	display: inline-block;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 2px;
	border: 1px solid #159df3;
}
.pagingClass span{
	color: #161616;
	float: left;
	font-size: 80%;
}
.pagingClass a.nowP{
	background: #159df3;
	color: #fff;
}