/* ### header user panel ### */
.b-user-panel {
	text-transform: none;
}
.b-user-panel__link {
	text-decoration: underline;
}
.b-user-panel__link:hover {
	text-decoration: none;
}
.b-user-panel__profile {

}
.b-user-panel__out {
	margin: 0 0 0 10px;
	position: relative;
}

.b-user-panel__out:before {
	content: '|';
	position: absolute;
	margin: 0 0 0 -10px;
	color: #bbbbbb;
}

.b-user-panel__auth {
	text-decoration: none;
	border-bottom: 1px dotted #1983aa;
	display: inline-block;
	line-height: 13px;
}
.b-user-panel__auth:hover {
	border: 0;
}
.b-user-panel__reg {
	margin: 0 0 0 10px;
	position: relative;
}
.b-user-panel__reg:before {
	content: '|';
	position: absolute;
	margin: 0 0 0 -10px;
	color: #bbbbbb;
}
/* ### // header user panel ### */

/* */
.f-form__auth {
	width: 70%;
}
.f-form__auth__reg,
.f-form__auth__restore {
	margin: 0 0 0 20px;
}
/* */

.b-user__tabs
{
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 0px 0px;
	zoom: 1;
	list-style-type: none;
	line-height: normal;
	border-bottom: 1px solid #b3d4e7;
}

.b-user__tabs-li
{
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: left;
}

.b-user__tabs-li a
{
	float: left;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius:  5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #f5f5f4;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fffdfb),to(#f5f5f4));
	background-image: -webkit-linear-gradient(top,#fffdfb,#f5f5f4);
	background-image: -moz-linear-gradient(top,#fffdfb,#f5f5f4);
	background-image: -o-linear-gradient(top,#fffdfb,#f5f5f4);
	background-image: -ms-linear-gradient(top,#fffdfb,#f5f5f4);
	background-image: linear-gradient(top,#fffdfb,#f5f5f4);
	border: 1px solid #dee2e5;
	border-bottom: 0;
	cursor: pointer;
	padding: 0px 12px 0px 12px;
	color: #2e4b65;
	font-size: 15px;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	position: relative;
}

.b-user__tabs-active a
{
	background: #edf5fc;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#edf5fc));
	background-image: -webkit-linear-gradient(top,#fff,#edf5fc);
	background-image: -moz-linear-gradient(top,#fff,#edf5fc);
	background-image: -o-linear-gradient(top,#fff,#edf5fc);
	background-image: -ms-linear-gradient(top,#fff,#edf5fc);
	background-image: linear-gradient(top,#fff,#edf5fc);
	border-color: #b4d5e7;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	color: #000;
	margin-top: -4px;
}

.b-user__tabs-c
{
	font-size: 12px;
	font-weight: normal;
}


/* list */

.b-user__items-tbl
{
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #dfdfdf;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.b-user__items-tbl tr th
{
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	padding: 0px 8px 8px 8px;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}

.b-user__items-tbl tr td
{
	padding: 20px 8px 20px 8px;
	vertical-align: top;
}

.b-user__items-tbl-item
{
	border-top: 1px solid #efefef;
}

.b-user__items-tbl-item:hover td
{
	background-color: #f7f7f7;
}

.b-user__items-tbl-link
{
	text-decoration: none;
	color: #666;
}

.b-user__items-tbl-link:hover
{
	color: #c8321e;
}

.b-user__items-tbl-text
{
	color: #666;
	border-bottom: 1px dotted #666;
}

.b-autos__tbl-link:hover .b-autos__tbl-text
{
	color: #c8321e;
	border-color: #c8321e;
}

.b-user__items-tbl-ico
{
	font-size: 11px;
	padding-left: 5px;
}

.b-user__items-tbl-date
{
	width: 30px;
	font-size: 11px;
	line-height: 14px;
}

.b-user__items-tbl-date-inn
{
	min-width: 30px;
}

td.b-user__items-tbl-date span
{
	display: block;
}


.b-user__items-tbl-ctrls
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: ##060;
	font-size: 11px;
}

.b-user__items-tbl-ctrls li
{
	float: left;
	padding: 6px 12px 0px 0px;
	margin: 0px;
}

.b-user__items-tbl-ctrls .clear_both
{
	padding: 0px;
	float: none;
}

.b-user__items-tbl-ctrls li a
{
	color: #060;
}

.b-user__items-tbl-ctrls .b-user__items-tbl-ctrls-delete
{
	color: #cf0000;
}