 @charset "UTF-8";
/* CSS Document */
.true_topbar_customer {
	float:left;
	line-height:30px;
	padding:10px 20px 0px 20px;
	margin-left:10px;
	}
.true_topbar_customer a {
	text-decoration:none;
	margin-right:20px;
	color:#959595;
	}
.true_topbar_customer_bullet {
	width:11px;
	height:11px;
	background-image:url(../images/icn_customer.png);
	float:left;
	margin-top:20px;
	margin-left:10px;
	}
.true_topbar_customer_bullet a {
	height:11px;
	display:block;
	}
.static_page {
	margin-top:20px;
	}
.static_page .title {
	border-bottom:#e1e1e1 1px solid;
	height:40px;
	}
.expand_service .dropdown-menu a {
	text-decoration:none;
	}
.expand_service .dropdown-menu a:hover {
	text-decoration:underline;
	}
.user_small_thumb {
	position:relative;
	}
.user_small_thumb .dropdown-menu {
	left:-128px;
	top:50px;
	width:190px;
	}
.user_small_thumb .dropdown-menu li a {
	height:35px;
	}
.user_small_thumb .dropdown-menu .arrow {
	right:20px;
	top:-8px;
	}
.user_small_thumb a {
	text-decoration:none;
	}
.user_small_thumb a:hover {
	text-decoration:underline !important;
	}

.subject-danger {
	line-height: 35px;
	padding-right: 20px;
	text-align: right !important;
	color: #a94442 !important;
}
	
/*Mobile*/
@media (max-width: 320px) {
	.subject-danger {
		line-height: 35px;
		padding-right: 20px;
		color: #a94442 !important;
		text-align: left !important;
	}
	.profile-info {
		padding-left: 40px;
	}
}
@media (max-width: 480px) {
	.subject-danger {
		line-height: 35px;
		padding-right: 20px;
		color: #a94442 !important;
		text-align: left !important;
	}
	.profile-info {
		padding-left: 40px;
	}
}
@media (max-width: 767px) {
	.static_page {
		padding:15px !important;
		margin-top:0px;
	}
	.subject-danger {
		line-height: 35px;
		padding-right: 20px;
		color: #a94442 !important;
		text-align: left !important;
	}
	.profile-info {
		padding-left: 40px;
	}
}

