h2.profile_title {
	margin: 10px 0px 20px;
	font-size: 20px;
	font-family: 'pf_dintext_promedium';
}

div.profile_box {
	position: relative;
	min-height: 400px;
	padding-bottom: 10px;
}

div.profile_left {
	width: 210px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 20px;
	
	background: -webkit-linear-gradient(top, #b8b8b8, #fff);
	background: -moz-linear-gradient(top, #b8b8b8, #fff);
	background: -ms-linear-gradient(top, #b8b8b8, #fff);
	background: -o-linear-gradient(top, #b8b8b8, #fff);
}

.profile_left a {
	font-family: 'pf_dintext_promedium';
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
}

.profile_left a:hover,
.profile_left .active a {
	color: #3b3b3b;
}

div.profile_right {
	margin-left: 250px;
	padding: 20px 22px 20px 27px;
}

h2 span {
	float: right;
	font-size: 16px;
	line-height: 40px;
	font-family: 'pf_dintext_promedium';
}

h2 span a {
	margin-left: 30px;
	font-size: 16px;
	color: #be4210;
}

p.profile_upper_title {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 10px;
}

p.profile_upper_title a {
	margin-left: 30px;
	font-size: 15px;
	color: #be4210;
	float: right;
	text-transform: none;
}

p.profile_upper_title span {
	font-size: 13px;
	text-transform: none;
}

div.sep_20 {
	font-size: 0;
	height: 20px;	
}

div.contacts_row {
	display: table;
	width: 100%;
	font-size: 0;
}

div.contacs_edit_box {
	background: #f9f9f9;
	padding: 10px;
	border-top: solid #EFEFEF 1px;
	display: none;
}

p.contacts_title {
	color: #959494;
	width: 210px;
	display: inline-block;
	vertical-align: middle;
	line-height: 29px;
}

div.contacts_value_box {
	width: 380px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

div.contacts_row.edit div.contacts_value_box {
	opacity: 0;
}

div.contacts_row.edit div.contacs_edit_box {
	display: block;
}

input.input.contacts {
	width: 320px;
}

.button.red.contacts_save,
.button.red.phone_delete {
	width: 125px;
	margin: 10px 0 0 125px;
	display: inline-block;
}

.button.red.phone_delete {
	margin-left: 10px;
}

a.link_contacts_close {
	font-size: 14px;
	color: #be4210;
	position: absolute;
	z-index: 0;
	top: 10px;
	right: 10px;
}

p.contacts_value {
	font-size: 15px;
	line-height: 29px;
}

p.contacts_value.thin {
	font-size: 14px;
	font-family: 'pf_dintext_prolight';
	line-height: 1.2;
	padding-top: 6px;
}

p.contacts_value.thin span {
	font-size: 13px;
	color: #919191;
}

a.profile_edit,
a.profile_cancel {
	float: right;
	color: #be4210;
	vertical-align: middle;
	line-height: 29px;
}

a.profile_edit {
	display: inline;
}

a.profile_cancel {
	display: none;
}

div.contacts_row.edit a.profile_edit {
	display: none;
}

div.contacts_row.edit a.profile_cancel {
	display: inline;
}

.contacs_edit_box label,
.contacs_edit_box .contacts_edit_field{
	display: inline-block;
	vertical-align: middle;
	min-width: 125px;
}
.contacs_edit_box .errorMessage{
	margin-left: 125px;
}

div.sep_5 {
	font-size: 0;
	height: 5px;
}

div.select_box.contacts {
	background: #fff;
}

div.select_box.contacts input.select {
	width: 294px;
}

div.contacts_sep {
	height: 1px;
	background: #efefef;
}

div.profile_dots {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: dotted #c5c5c5 1px;
}

div.orders_marker {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border: solid #aaa 1px;
	border-radius: 50%;
	position: relative;
	
	background: #fff;
	background: -webkit-linear-gradient(to bottom, #fff, #e4e4e4);
	background: -moz-linear-gradient(to bottom, #fff, #e4e4e4);
	background: -ms-linear-gradient(to bottom, #fff, #e4e4e4);
	background: -o-linear-gradient(to bottom, #fff, #e4e4e4);
	background: linear-gradient(to bottom, #fff, #e4e4e4);
}

div.orders_marker:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}

table.orders_table tr.tr_head > th,
table.orders_table tr.tr_orders > td {
	text-align: left;
	vertical-align: middle;
	padding: 1%;
	line-height: 0;
}

table.orders_table tr.tr_orders > td {
	cursor: pointer;
}

table.orders_table tr.tr_orders {
	background: #f4f4f4;
}

table.orders_table tr.tr_head {
	background: #fff;
}

p.history_title {
	font-size: 13px;
	color: #a0a0a0;
}

p.history_text {
	font-size: 15px;
}

p.history_text.medium {
	font-family: 'pf_dintext_promedium';
}

table.orders_table .td_icon {
	text-align: center;
	width: 5%;
}

.td_code {
	width: 20%;
}

.td_count {
	width: 20%;
}

.td_amount {
	width: 15%;
}

.td_status {
	width: auto;
}

.td_check {
	min-width: 25px;
}

table.orders_table td.td_orders_sep {
	height: 1px;
	background: #fff;
	padding: 0;
}

table.orders_table tr.tr_orders.active {
	background: #b9b9b9;
}

table.orders_table td.td_orders_info {
	padding: 0;
}

div.orders_info {
	background: #fff;
	border: solid #e4e4e4 1px;
	display: none;
}

div.orders_padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.orders_padding.gray {
	background: #fbfbfb;
	padding: 12px 20px;
}

p.text_confirm.empty {
	text-decoration: line-through;
}

td.td_info_count {
	width: 27%;
	text-align: center;
}

td.td_info_is {
	width: 17%;
	text-align: left;
}

td.td_info_amount {
	width: 15%;
	text-align: right;
}

td.td_info_status {
	width: 25%;
	text-align: center;
}

div.orders_padding.gray p.text_confirm {
	font-family: 'pf_dintext_promedium';
}

.orders_info .payment_button {
	position: absolute;
	bottom: 12px;
	right: 20px;
}

p.text_info {
	font-size: 15px;
}

p.text_profile_addresses {
	font-size: 15px;
}

div.profile_addresses_box {
	position: relative;
	padding-left: 45px;
}

a.link_addresses_edit {
	color: #be4210;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}

input.input.addresses {
	width: 187px;
}

input.input.street {
	width: 272px;
}

input.address_email {
	width: 635px;
}

input.select.addresses {
	width: 273px;
	font-size: 16px;
    height: 30px;
    line-height: 30px;
}

div.orders_info div.float_left {
	display: block;
	float: left;
}

div.orders_info div.float_right {
	display: block;
	float: right;
}

div.orders_info div.float_center {
	margin: 0 14px;
}

div.orders_info div.select_box > p {
	opacity: 1;
}

div.orders_info div.delivery_row {
	margin-bottom: 14px;
	padding: 0;
}

div.addresses_save_box {
	display: table;
	width: 100%;
}

.button.red.addresses_save {
	float: right;
	display: block;
	width: 150px;
}

div.addresses_block {
	padding-left: 45px;
}

tr.tr_addresses_new {
	display: none;
}

a.button.addresses_cancel {
	width: 100px;
}

.order-payment-result {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 436px;
}
.order-payment-result .payment_button {
	background-image: linear-gradient(to bottom, #71f472, #67e861, #5edd50, #54d13d, #4ac628);
	font-size: 26px;
	height: 49px;
	line-height: 49px;
}
.order-payment-result .payment_button:hover {
	opacity: 1;
	background: #4AC628;
}

.table_hundret_mobile .div_orders_top > div {
	display: inline-block;
	margin-right: 15px;
}

.table_hundret_mobile .div_orders_center {
	margin-top: 10px;
}

.table_hundret_mobile .div_orders_bottom {
	margin-bottom: 10px;
}

.table_hundret_mobile .div_orders_center,
.table_hundret_mobile .div_orders_bottom {
	display: none;
}

.table_hundret_mobile .div_orders.active .div_orders_center,
.table_hundret_mobile .div_orders.active .div_orders_bottom {
	display: block;
}