.clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix{ display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix{ height: 1%;}
.clearfix {display: block}


.report-button {
    background: rgb(195,62,64); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(195,62,64,1) 0%, rgba(168,39,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,62,64,1)), color-stop(100%,rgba(168,39,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(195,62,64,1) 0%,rgba(168,39,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(195,62,64,1) 0%,rgba(168,39,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(195,62,64,1) 0%,rgba(168,39,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(195,62,64,1) 0%,rgba(168,39,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33e40', endColorstr='#a82727',GradientType=0 ); /* IE6-9 */
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.report-button:hover {
    background: rgb(221,93,93); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,93,93,1) 0%, rgba(173,55,55,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,93,93,1)), color-stop(100%,rgba(173,55,55,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,93,93,1) 0%,rgba(173,55,55,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,93,93,1) 0%,rgba(173,55,55,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,93,93,1) 0%,rgba(173,55,55,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,93,93,1) 0%,rgba(173,55,55,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd5d5d', endColorstr='#ad3737',GradientType=0 ); /* IE6-9 */
}

.report-button img {
    vertical-align: bottom;
}

.report-button-big {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px rgba(1,1,1,.88);
    -webkit-box-shadow: 0 1px 1px rgba(1,1,1,.88);
    box-shadow: 0 1px 1px rgba(1,1,1,.88);
    background: #a52121;
    background-image: -moz-linear-gradient(bottom, #a52121 0%, #c14141 100%);
    background-image: -o-linear-gradient(bottom, #a52121 0%, #c14141 100%);
    background-image: -webkit-linear-gradient(bottom, #a52121 0%, #c14141 100%);
    background-image: linear-gradient(bottom, #a52121 0%, #c14141 100%);
    border: none;
    padding: 7px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    margin-right: -5px;
}

.report-button.rc {
    line-height: 20px;
}

.mp-acc-front-special {
    float: right;
    width: 228px;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow:    0 0 5px 0 rgba(0, 0, 0, 0.22);
    box-shadow:         0 0 5px 0 rgba(0, 0, 0, 0.22);
}

.mp-acc-front-special li * {
    vertical-align: middle;
}
.mp-acc-front-special li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 14px;
    color: #454545;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #dbdbdb;
}
.mp-acc-front-special li:hover {
    background: rgb(37,141,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,141,200,1) 0%, rgba(37,102,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,102,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(37,102,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(37,102,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(37,102,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(37,141,200,1) 0%,rgba(37,102,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#2566ce',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.mp-acc-front-special li:last-child {
    border-bottom: none;
}
.mp-acc-front-special-icon {
    display: inline-block;
    width: 32px;
    text-align: center;
    color: #2475e1;
    font-size: 28px;
    vertical-align: middle;
}
.mp-acc-front-special li:hover .mp-acc-front-special-icon,
.mp-acc-front-special li:hover a {
    color: #ffffff;
}
.mp-acc-front-special a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 17px;
    color: #454545;
    text-decoration: none;
}

.mp-acc-f-head > a {
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
}

.mp-acc-f-head > a h3 {
    float: left;
    line-height: 70px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mp-acc-f-head > a span {
    display: inline;
    line-height: 70px;
    color: #A4B9D3;
    font-size: 46px;
    float: right;
    padding-right: 5px;
}
.mp-acc-f-head:hover span {
    color: #2475e1;
}

.mpt-1 button, .mp-remove-tooltip button {
    display: inline-block;
    background: #2988e7;
    background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df));
    background: -webkit-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -o-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -ms-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: linear-gradient(to bottom, #2988e7 0%,#1f66df 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 );
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mpt-1 button:hover, .mp-remove-tooltip button:hover {
	background: #3cb0f0;
	background: -moz-linear-gradient(top, #3cb0f0 0%, #2a83ea 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea));
	background: -webkit-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
	background: -o-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
	background: -ms-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
	background: linear-gradient(to bottom, #3cb0f0 0%,#2a83ea 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 );
}

.mp-myacc .m-row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.mp-myacc {
    width: 960px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #efefef 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(99%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#efefef 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #ffffff 0%,#efefef 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #ffffff 0%,#efefef 99%); /* IE10+ */
    background: linear-gradient(135deg,  #ffffff 0%,#efefef 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   display: inline-block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 20px;
	font-size: 14px;
}

.mp-myacc .mp-acc-balance > span {
	font-weight: bold;
}

.mp-myacc .m-row h2 {
    display: inline-block;
    float: left;
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
    color: #292c30;

}

.mp-myacc .mp-acc-balance {
    font-size: 16px;
	color: #292c30;
	display: inline-block;
	float: right;
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    min-width: 330px;
    height: 80px;
}

.mp-acc-balance-top {
	background-color: #fff;
	display: inline-block;
    height: 53px;
    width: 100%;
}

.mp-acc-balance-top-left {
	display: inline-block;
	float: left;
	min-width: 150px;
}

.mp-myacc .m-row .mp-acc-balance span.mp-acc-balance-text {
   display: inline-block;
	float: left;
	margin-top: 9px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 18px;
}
.mp-myacc .m-row .mp-acc-balance a {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	color: #2475e0;
}
.mp-acc-balance-wallet-error {
    padding-top: 12px;
}
.wallet_error_text {
    float: left;
    color:  #a3a3a3;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    word-wrap: break-word;
    width: 140px;
    text-align: right;
}
.wallet_error_icon {
    background: url('/skin/frontend/gate/default/images/info_gray.png') no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 10px;
}
.mp-acc-balance-loading {
    background: url('/skin/frontend/gate/default/images/ajax-loader.gif') no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    float: right;
}
.wallet_error_try {
    float: right;
    color: #3887d8;
    font-size: 13px;
    display: none;
}
.wallet_error_try:hover {
    cursor: pointer;
    color: #386A9D;
}
.wallet_error_try span.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #007bff;
    display: inline-block;
}
.mp-myacc .m-row .mp-acc-balance a:hover {
	color: #00a8ff;
}
.mp-acc-balance-avalible {
	color: #66a100;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 6px 4px 3px;
    text-align: left;
    clear: both;
}
.account-available-balance {
    float: none !important;
    margin-top: -2px !important;
}
.mp-acc-balance-info {
	width: 17px;
	height: 17px;
	display: inline-block;
	float: left;
    cursor:pointer;
	background-image: url('/skin/frontend/gate/default/images/marketplace/info.jpg');
	position: relative;
}
.mp-acc-balance-avalible > strong {
	color: #646669;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 4px;
	width: 220px;
	display: inline-block;
	font-weight: lighter;
	margin-top: 3px;
	float: left;
}
.mp-acc-balance-tooltip {
	padding: 15px;
	background-color: #fffebb;
	position: absolute;
	font-size: 14px !important;
	width: 286px;
	margin-left: -15px;
	display: none;
	margin-top: 23px;
	color: #000;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	font-weight: lighter;
	z-index: 2;
	line-height: 19px;
}

.mp-acc-balance-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: -6px;
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #fffebb transparent;
}

.mp-acc-balance-info:hover .mp-acc-balance-tooltip {
    display: inline-block;
}
.mp-myacc .m-row .mp-acc-balance .mp-acc-balance-drop {
    display: inline-block;
    float: right;
    height: 53px;
    font-size: 27px;
    color: #66a100;
    text-align: right;
    padding-right: 10px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 53px;
    padding-left: 0;
}
.mp-myacc .mp-acc-balance-available {
    float: right;
    display: none;
}
.mp-acc-menu {
    float: left;
    display: inline-block;
    width: 224px;
}
.mp-acc-menu > ul > li.active div.mp_header {
    color: #ff4003;
	cursor: default;
}
.mp-acc-menu > ul > li.active .mp-acc-sub-menu {
    display: block;
}
.mp-acc-menu > ul > li div.mp_header:hover{
    color: #00a8ff;
}
.mp-acc-menu > ul > li.active div.mp_header:hover {
    color: #ff4003;
}
.mp-acc-menu .mp_header {
    cursor: pointer;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mp-acc-menu > ul {
    width: 100%;
    margin-top: 70px;
}
.mp-acc-menu > ul > li {
    min-height: 60px;
    font-size: 18px;
    color: #2475e1;
    font-weight: bold;
    border-bottom: 1px solid #e1e7f0;
    line-height: 60px;
	cursor: default;
	padding-right: 10px;
}
.mp-acc-menu > ul > li a {
    cursor: pointer;
    color: #2475e1;
}
.mp-acc-menu > ul > li a:hover {
	text-decoration: none;
	color: #00A8FF;
}
.mp-acc-menu > ul > li .mp-menu-ico {
    font-size: 24px;
    vertical-align: middle;
}
.mp-acc-sub-menu{
    width: 100%;
    display: none;
    clear: both;
    font-size: 14px !important;
    margin-bottom: 12px;
    color: #ff4003;

}

.mp-acc-menu > ul > li .mp-menu-ico.icon-bell {
    height: 35px;
    float: left;
    margin-right: 5px;
}

.mp-acc-sub-menu li{
    line-height: 1.4;
    padding-left: 36px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.mp-acc-sub-menu li.active a{
    color: #ff4003;
}
.mp-acc-sub-menu li.active:hover a{
    color: #ff4003;
}
.mp-acc-sub-menu li:hover a{
    color: #ff5704;
 }

.mp-acc-conetent {
    width: 695px;
    display: inline-block;
    float: right;
    background-color: #fff;
    -webkit-border-radius: 5px;
    margin-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 5, 0.15);
    -moz-box-shadow:    0 0 7px rgba(0, 0, 5, 0.15);
    box-shadow:         0 0 7px rgba(0, 0, 5, 0.15);
    padding: 29px 20px 29px 20px;
}

.mp-acc-conetent .m-row h3 {
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-bottom: 5px;
    color: #292c30;
    font-weight: bold;
}

.mp-acc-conetent .m-tips {
    padding: 15px;
    background-color: #fffebb;
    color: #000000;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
    -moz-box-shadow:    0 0 3px rgba(0, 0, 3, 0.15);
    box-shadow:         0 0 3px rgba(0, 0, 3, 0.15);
}

.m-tips-tip {
    float: left;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    width: 100px;
	padding-right: 10px;
}

.m-tips-wrapper {
    overflow: hidden;
    width: 420px;
    height: 40px;
    display: inline-block;
    position: relative;
    float: left;
}

.m-tip {
    display: inline-block;
    float: left;
    width: 425px;
    line-height: 19px;
}

.m-tips-mover {
    left: 0;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.m-tips-controls {
    display: inline-block;
    float: right;
    width: 116px;
    position: relative;
    padding-left: 15px;
}
.m-tips-controls .m-close {
    font-size: 10px;
}
.m-tc-left, .m-tc-right{
    width: 40px;
    cursor: pointer;
    height: 40px;
    border: 1px solid #e7e6ab;
    text-align: center;
    line-height: 41px;
    background-color: rgba(255,255,255,0);
    display: inline-block;
    float: left;
   -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.m-tc-left:hover {
    background-color: rgba(255,255,255,0.5);
}

.m-tc-right:hover {
    background-color: rgba(255,255,255,0.5);
}

.m-close {
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}

.m-if1 .m-if-left{
    width: 125px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-top: 14px;
}

.m-if1 .m-if-right {
    margin-left: 10px;
    display: inline-block;
    float: left;
    width: 540px;
}
.m-if2 .m-if-left{
    width: 170px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
}

.m-if2 .m-if-right {
    margin-left: 10px;
    display: inline-block;
    float: left;
}

.m-input-fields {
    width: 100%;
    display: inline-block;
    position: relative;
	margin-bottom: 20px;
}

.one-moar-inputs input {
    margin-bottom: 5px;
}

.asknewproduct {
	color: #66a100;
	font-size: 12px;
	line-height: 19px;
	margin-top: 7px;
}
.asknewproduct:hover {
	cursor: pointer;
	color: #466e00;
}

.free_auc {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4;
	background: #cde5fa;
	width: 100%;
	text-align: center;
	color: #758390;
	padding: 20px 0;
	margin-bottom: 20px;
}
.free_auc strong {
	color:#0081e7;
	font-size:17px;
}

.m-if1 .m-if-right input, .m-if1 .m-if-right select {
    height: 40px;
    background: #FAFAFA; /* Old browsers */
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.m-if1 .m-if-right input[readonly] {
    color: #cecece;
    border: 1px solid #cccccc;
}

.m-if2 .m-if-right input {
    height: 40px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.m-input-fields .m-row{
    margin-bottom: 10px;
}

.m-select {
    border: 1px solid #cccccc;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
	-moz-box-shadow:    0 2px 3px rgba(0, 0, 6, 0.15);
	box-shadow:         0 2px 3px rgba(0, 0, 6, 0.15);
    padding-left: 10px;
    padding-right: 40px;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f1f1f1 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(96%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f1f1f1 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
	
}

.m-select.active {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4e4e4 0%, #e4e4e4 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(96%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #e4e4e4 0%,#e4e4e4 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.m-select.active:hover {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4e4e4 0%, #e4e4e4 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(96%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #e4e4e4 0%,#e4e4e4 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.m-select.active .m-select-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #484b50 transparent;
} 

.m-select-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #484b50 transparent transparent transparent;
    position: absolute;
    top: 17px;
    right: 10px;
}

.m-input-fields .m-row .add_code {
	display: inherit;
    padding: 13px;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f1f1f1 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(96%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f1f1f1 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: -0px;
    margin-top: 5px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
    -moz-box-shadow:    0 2px 3px rgba(0, 0, 6, 0.15);
    box-shadow:         0 2px 3px rgba(0, 0, 6, 0.15);
}

.m-input-fields .m-row .view_code {
	display: inline-block;
    padding: 13px;
    background-color: #2376e2;
	background-image: -moz-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: -o-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: -webkit-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
    cursor: pointer;
    border: 1px solid #2376e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: -0px;
    margin-top: 5px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
    -moz-box-shadow:    0 2px 3px rgba(0, 0, 6, 0.15);
    box-shadow:         0 2px 3px rgba(0, 0, 6, 0.15);
	color: #ffffff;
}
.m-input-fields .m-row .view_code:hover {
	border: 1px solid #3cb0f0;
	background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}

.jq-marketplace-codes {
	margin-bottom: 10px;
}
.m-input-fields .m-row {
    font-size: 11px;
    color: #5d5d5d;
}

.clear-fix {
    clear: both;
}

.mp-sell, .mp-update {
    background: #6c9900; /* Old browsers */
    background: -moz-linear-gradient(top,  #6c9900 0%, #537c00 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c9900), color-stop(96%,#537c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6c9900 0%,#537c00 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6c9900 0%,#537c00 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6c9900 0%,#537c00 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #6c9900 0%,#537c00 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9900', endColorstr='#537c00',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	display: inline;
    border-radius: 3px;
    border: none;
    padding: 12px 17px 12px 17px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 135px;
    cursor: pointer;
}

.mp-sell:hover, .mp-update:hover {
    background: #88b700; /* Old browsers */
    background: -moz-linear-gradient(top,  #88b700 0%, #6e9e00 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b700), color-stop(96%,#6e9e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #88b700 0%,#6e9e00 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #88b700 0%,#6e9e00 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #88b700 0%,#6e9e00 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #88b700 0%,#6e9e00 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b700', endColorstr='#6e9e00',GradientType=0 ); /* IE6-9 */
}

.mp-sell.disabled, .mp-update.disabled, .mp-sell.disabled:hover, .mp-update.disabled:hover {
    border: 1px solid #cecece;
    background: #F9F9F9;
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: linear-gradient(#ffffff, b#f2f2f2);
    color: #cecece;
    cursor: default;
}

.m-select:hover {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f7f7f7 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(96%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f7f7f7 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.m-input-fields .m-row .add_code:hover {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f7f7f7 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(96%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f7f7f7 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.u_select {
    position: absolute;
    z-index: 5;
    width: 150px;
    top: 0;
    padding-top: 38px;
    margin-left: -11px;	
}
.u_select2 {
    position: absolute;
    z-index: 5;
    width: 260px;
    top: 0;
    padding-top: 50px;
    margin-left: -87px;
}

.u_select3 {
	position: absolute;
    z-index: 5;
    width: 140px;
    top: 56px;
	left: 0;
    padding-top: 36px;
    margin-left: 0;
	display: none;
}
.mp-head-cash.active .u_select3,
.mp-head-acc.active .u_select3 {
	display: block;
}
.m-select ul {   
    z-index: 3;   
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    left: 0;
    border: 1px solid #d0d0d0;
    margin-top: 5px;
	display: none;
}

.m-select ul li:hover {
    background-color: #f3f3f3;
}

.m-select ul li {
    padding: 5px;
    line-height: 20px;
}

.m-jestok{
    display: inline-block;
    width: 170px;
    margin-left: 10px;
    margin-top: 5px;
}

.m-jestok img {
    float: left;
    display: inline-block;
}

.m-jestok .m-jo-text {
    display: inline-block;
    width: 135px;
    font-size: 12px;
    margin-left: 5px;
    float: left;
    color: #66a100;
}

.mp-acc-balance-drop {
    position: relative;
}

.mp-acc-balance-drop ul{
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    color: #2475e1;
    z-index: 5;
    border: 1px solid rgb(224, 208, 208);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
    -moz-box-shadow:    0 1px 5px rgba(0, 0, 0, 0.18);
    box-shadow:         0 1px 5px rgba(0, 0, 0, 0.18);
}

.mp-acc-balance-drop ul li {
    height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 33px;
}

.mp-acc-balance-drop ul li:hover {
    background: #2782e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #2782e5 0%, #2069e0 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2782e5), color-stop(99%,#2069e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2782e5 0%,#2069e0 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2782e5 0%,#2069e0 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2782e5 0%,#2069e0 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #2782e5 0%,#2069e0 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2782e5', endColorstr='#2069e0',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.mp-acc-balance-drop ul li a {
	font-size: 14px;
	color: #2475e1;
}
.mp-acc-balance-drop ul li a:hover {
	text-decoration: none;
	color: #fff;
}

button.sell-new {
    display: inline-block;
    float: right;
    background: #2988e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #2988e7 0%, #1f66df 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2988e7 0%,#1f66df 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2988e7 0%,#1f66df 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2988e7 0%,#1f66df 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #2988e7 0%,#1f66df 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 ); /* IE6-9 */
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 10px;
}

button.sell-new:hover {
    background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}

.mp-table-head {
    width: 685px;
    background-color: #f0f0f0;
    padding: 5px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #292c30;
	margin-top: 8px;
}

.mp-th-search {
    display: inline-block;
    float: left;
}

.mp-th-count {
    width: 100px;
    display: inline-block;
    float: left;
	line-height: 1.4;
	text-align: center;
	padding-top: 10px;
}

.mp-th-search input[type='text']{
    height: 34px;
    background-color: #fff;
    width: 185px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
}

.mp-th-search input[type='submit']{
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #090909;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}


.mp-th-search input[type='submit']:hover{
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff 0%, #fbfbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#fbfbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#fbfbfb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#fbfbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
}


.mp-th-search .reset{
    margin-left: 5px;
    line-height: 34px;
    text-align: center;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #090909;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );
}

.mp-th-search a:hover{
	text-decoration: none;
}
.mp-th-search .reset:hover{
    background: #fff; /* Old browsers */
    
}

.mb-th-sort {
    float: right;
    display: inline-block;
    font-size: 14px;
}

.mb-th-sort span.sortby, .mb-th-sort .m-select {
    margin-right: 10px;
    float: left;
    height: 34px;
    line-height: 34px;
    display: inline-block;	
	font-size: 13px;
}

.mb-th-sort .m-select .m-select-arrow{
    top: 14px !important;
}

.mpt-1 {
    width: 695px;
}

.mpt-1 tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mpt-1 tr td.mpt-1-td-desc h2 {
    color: #2475e1;
    font-size: 18px;
    font-weight: bold;
	line-height: 25px;
    padding-right: 10px;
	display: inline;
}
.mpt-1 tr td.mpt-1-td-desc a h2:hover {
	 color: #00A8FE;
}

.mpt-1 tr td.mpt-1-td-desc a:hover {
	 color: #00A8FE;
	 text-decoration: none;
}

.mpt-1 tr td.mpt-1-td-desc small{
    font-size: 14px;
    color: #414141;
	display: block;
}

.mpt-1 tr td.mpt-1-td-desc small span{
    font-size: 18px;
    color: #ff7011;
    font-weight: bold;
}

.mpt1-left {
    display: inline-block;
    width: 182px;
    font-size: 14px;
    color: #414141;
    float: left;
    margin-top: 10px;
	line-height: 19px;
}

.mpt-1 tr td.mpt-1-td-cont {
    vertical-align: bottom;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #2475e1;
}

.mpt-1 tr td.mpt-1-td-cont small {
    font-weight: lighter;
    font-size: 12px;
}

.mpt-1 tr td.mpt-1-td-cont a {
    text-decoration: none;
    color: #2475e1;
	line-height: 19px;
}
.mpt-1 tr td.mpt-1-td-cont a:hover {
    color: #00a8ff;
}
.mpt-1 tr {
    border-bottom: 1px solid #d6d6d6;
}

.cc_form {
	margin: 0 !important;
}

.ap_marketplace_code_delete {
	background-image: url('/skin/frontend/gate/default/images/marketplace/delete-input.png');
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 8px;
	cursor: pointer;
	opacity: 0.7;
}
.ap_marketplace_code_delete:hover {
	opacity: 1;
}

.css-marketplace-key-agregator2 .jq-marketplace-codes, .css-marketplace-key-agregator2 .jq-marketplace-codes:first-child {
	margin-top: 6px;	
}

.mp-input-error {
	border: 1px solid #FF6666 !important;
        box-shadow: 0 0 3px #FF6666;
}

.mp-info {
    width: 890px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 20px 20px 20px 50px;
    background-color: #cee5ff;
    background-image: url('/skin/frontend/gate/default/images/marketplace/info.png');
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-position: 18px 18px;
    position: relative;
	line-height: 1.3;
}

.mp-info a {
    color: #2475e1;
    font-weight: bold;
    text-decoration: none;
}

.mp-info a:hover {
    color: #00a8ff;

}

.mp-acc-front {
    margin-top: 15px;
    position: relative;
    min-height: 414px;
    border: 1px solid #d7e2ea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.24);
    box-shadow:         0 0 3px rgba(0, 0, 0, 0.24);
    display: inline-block;
	line-height: 1.3;
}

.mp-acc-front > li {
    float: left;
    width: 239px;
    min-height: 414px;
    border-right: 1px solid #d7e2ea;
}

.mp-acc-front > li:last-child {
    border-right: none;
}

.mp-acc-f-head {
    width: 100%;
	text-align: center;
	height: 70px;
	background-color: #f7f7f7;
	line-height: 97px;
}

.mp-acc-front li h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2475e1;
    font-weight: bold;
    text-align: left;
}
.mp-acc-front li h3 a{
    font-size: 18px;
    color: #2475e1;
    font-weight: bold;
    margin-left: 25px;
}
.mp-acc-front li h3 a:hover {
    color: #00a8ff;
    text-decoration:none;
}
.mp-acc-front > li ul > li {
	margin-left: 25px;
	font-weight: bold;
	color: #1159b2;
	margin-bottom: 15px;
    margin-top: 20px;
}
.mp-acc-front > li ul > li a{
    text-decoration: none;
    color: #2475e1;
}
.mp-acc-front > li ul > li a:hover {
    color: #00a8ff;
}
.mp-acc-front > li ul > li button {
    background: #2988e7;
    background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df));
    background: -webkit-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -o-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -ms-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: linear-gradient(to bottom, #2988e7 0%,#1f66df 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 );
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mp-acc-front > li ul > li button:hover {
    background: #3cb0f0;
    background: -moz-linear-gradient(top, #3cb0f0 0%, #2a83ea 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea));
    background: -webkit-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
    background: -o-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
    background: -ms-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
    background: linear-gradient(to bottom, #3cb0f0 0%,#2a83ea 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 );
}

.mp-acc-front li h3:hover {
	color: #00a8ff;
}

.mp-big-check input {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/check-big.jpg');
    float: left;
    display: inline-block;
}

.mp-big-check input:checked, .mp-big-check input.mp-input-checkbox-error:checked {
    background-position: 0 -28px;
}

.mp-big-check input.mp-input-checkbox-error {
    background-position: 0 -56px;
}

input.mp-input-checkbox-error + div{
	color: red;
}

.mp-big-check-txt {
    font-size: 12px;
	padding-top: 8px;
	line-height: 17px;
	margin-left: 28px;
	width: 525px;
}
.mp-big-check-txt2 {
    font-size: 14px;
	padding-top: 9px;
	line-height: 1.2;
}
.mp-big-check-cont {
    margin-left: 135px;
    margin-bottom: 10px;
}

.mp-big-check-cont span {
    font-size: 12px;
}
.pager2 {
	background-color: #e9e9e9;
}

.mp_pagers {
	width: 695px;
	background-color: #f0f0f0;	
	display: inline-block;
	font-size: 14px;
    color: #292c30;
}
.mp_pagers .pager, .pager2 {
	padding: 15px;
    border-top: 2px solid #ccc;
}

.mp_pagers .pager .amount, .pager2 .amount {
	width: 260px;
	float: left;
	padding-top: 3px;
	
}
.mp_pagers .pager .pages, .pager2 .pages {
	float: right;
}
.mp_pagers .pager .pages ol, .pager2 .pages ol {
	display: inline-block;
}

.mp_pagers .pager .current {
    font-weight: bold;
}

.list_empty {
	padding: 10px;
	margin-top: 10px;
}

.m-row a {
	color: #2475e1;
	text-decoration: none;
}
.m-row a:hover {
    color: #00a8ff;
}
.mp-cancel-done a{
    margin-right: 100px;
}

.mp-cancel-done.m-row .button {
    padding-left: 26px;
    padding-right: 26px;
    background: #008cdb;
    background: -moz-linear-gradient(top, #008cdb 0%, #0070d2 96%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cdb), color-stop(96%,#0070d2));
    background: -webkit-linear-gradient(top, #008cdb 0%,#0070d2 96%);
    background: -o-linear-gradient(top, #008cdb 0%,#0070d2 96%);
    background: -ms-linear-gradient(top, #008cdb 0%,#0070d2 96%);
    background: linear-gradient(to bottom, #008cdb 0%,#0070d2 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cdb', endColorstr='#0070d2',GradientType=0 );
    cursor: pointer;
    border: none;
    height: 30px;
    line-height: 28px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: -0px;
    margin-top: 5px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);

}

.mp-cancel-done {
    margin-bottom: 30px !important;
    
}

.mp-cancel-done.m-row .button:hover {
    background: #00a9e7;
    background: -moz-linear-gradient(top, #00a9e7 0%, #008ee0 96%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a9e7), color-stop(96%,#008ee0));
    background: -webkit-linear-gradient(top, #00a9e7 0%,#008ee0 96%);
    background: -o-linear-gradient(top, #00a9e7 0%,#008ee0 96%);
    background: -ms-linear-gradient(top, #00a9e7 0%,#008ee0 96%);
    background: linear-gradient(to bottom, #00a9e7 0%,#008ee0 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9e7', endColorstr='#008ee0',GradientType=0 );
}

.mp-cancel-done a{
    color: #009ae2;
    font-size: 12px;
    text-decoration: none;
}

.m-if2 .m-if-right input:focus {
    height: 40px;
    font-size: 14px;
    background: #eeebc2;
    background: -moz-linear-gradient(top, #eeebc2 0%, #fffdd9 4%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeebc2), color-stop(4%,#fffdd9));
    background: -webkit-linear-gradient(top, #eeebc2 0%,#fffdd9 4%);
    background: -o-linear-gradient(top, #eeebc2 0%,#fffdd9 4%);
    background: -ms-linear-gradient(top, #eeebc2 0%,#fffdd9 4%);
    background: linear-gradient(to bottom, #eeebc2 0%,#fffdd9 4%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebc2', endColorstr='#fffdd9',GradientType=0 );
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.m-if1 .m-if-right input:focus {
    height: 40px;
    font-size: 13px;
    background: #eeebc2;
    background: -moz-linear-gradient(top, #eeebc2 0%, #fffdd9 4%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeebc2), color-stop(4%,#fffdd9));
    background: -webkit-linear-gradient(top, #eeebc2 0%,#fffdd9 4%);
    background: -o-linear-gradient(top, #eeebc2 0%,#fffdd9 4%);
    background: -ms-linear-gradient(top, #eeebc2 0%,#fffdd9 4%);
    background: linear-gradient(to bottom, #eeebc2 0%,#fffdd9 4%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebc2', endColorstr='#fffdd9',GradientType=0 );
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}


.mpt-2 {
    margin-top: 10px;
}

.mpt-2 thead {
    font-weight: bold;
}

.mpt-2 thead tr td {
    height: 40px;
    vertical-align: middle;
    padding-left: 10px;
}

.mpt-2 tbody tr td {
    height: 39px;
    padding-left: 10px;
    vertical-align: middle;
}

.mpt-2 tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.mpt-2 tr td img {
    margin-right: 5px;
}

.mpt-2 .country_name {
	display: inline-block;
	margin-left: 10px;
	padding-top: 8px;
}

/* ---------------- payouts ------------------- */

.popup-overlay {
    position: fixed;
    top: 0;
}
.popup-overlay {
    display: block;
}

#payment-popup {
	display:  none;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.8);
}

.popup-overlay .cancel {
    bottom: 40px;
    position: absolute;
    font-size: 13px;
}


.wypalc-modal .popup-content {
	width: 681px;
	height: auto;
}

.popup-content {
    width: 432px;
    margin: 200px auto;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;   
    padding: 23px;
}

.wypalc-modal .message b {
	font-weight: bold !important;
}

.wypalc-modal .message b a{
	font-weight: bold !important;
}

.wypalc-modal .message {
    font-weight: bold;
    color: #af8216;
    font-size: 14px;
    margin-bottom: -15px;
    margin-top: 10px;
    word-break: break-word;
}

.wypalc-modal .m-input-fields .m-if-right {
    margin-left: 10px;
    display: inline-block;
    float: left;
    width: 300px;
}

.tabs-menu2 {   
    height: 52px;
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;      
    padding-top: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 3px;
    background-color: #e4e4e4;
}

.tabs-menu2 li {
    width: 127px;
    float: left;
    height: 47px !important;
    margin-top: 2px;
    background-color: #e4e4e4;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    color: #8d9eaf;
    text-align: center;   
    cursor: pointer;
    margin-right: 7px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    font-size: 14px;
    border-top-right-radius: 3px;
}



.valign_middle {
	display: table-cell;
	vertical-align: middle;
}

.tabs-menu2 li:hover {
    background-color: #f2f2f2;
}

.tabs-menu2 li:nth-child(1) {
    margin-left: 2px;
}
.tabs-menu2 li:nth-child(5) {
    margin-right: 0;
}

.tabs-menu2 li.active {
    background-color: #fff;
    color: #453d2a;
}


.tabs-menu2 li.active .t-skrill{
    background-position: 0 -17px;

}

.tabs-menu2 li.active .t-paypal{
    background-position: 0 -20px;

}

.t-skrill {
    background-image: url(../images/mlm/skrill.png);
    width: 47px;
    height: 17px;
    margin-top: 12px;
    margin-left: 39px;
}

.t-paypal{
    background-image: url(../images/mlm/paypal.png);
    width: 68px;
    height: 20px;
    margin-top: 12px;
    margin-left: 27px;
}

.payoff-c li.main {
    display: none;
}

.payoff-c li.main.active {
    display: block;
}

.payoff-c li.main p {
    font-size: 14px;
    margin-bottom: 15px;
}

.payoff-c span.green {
    color: #66a100;
    font-weight: bold;
}

.payoff-c input {
    width: 327px;
    height: 38px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
    color: #453d2a;
    padding-right: 20px;
    border: 1px solid #b1b1b1;

}

.payoff-c input.i-smaller {
    width: 127px;
}
.pu-delete {
    cursor: pointer;
}
/* ============= */

.select-dropdown {
    position: absolute;
    width: 155px;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 999;
    padding-top: 3px;
    padding-bottom: 10px;
    display: none;
    border: 1px solid #dbdbdd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select-wrapper.active .select-dropdown {
    display: block;
}
.select-dropdown input {
    width: 100% !important;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3c3c3c;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #aeaeae;
}

.select-dropdown ul{
    max-height: 150px;
    overflow: auto;
    width: 100%;

}
.select-dropdown {
    -webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0 1px 1px rgba(50, 50, 50, 0.3);
    box-shadow:         0 1px 1px rgba(50, 50, 50, 0.3);
}
.select-dropdown ul li {
    float: none !important;
    height: 37px;
    width: 100%;
    font-size: 14px;
    line-height: 37px;
    border: none !important;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.select-dropdown ul li.deactive {
    display: none;
}

.select-dropdown ul li:nth-child(even) {
    background-color: #ededed;

}

.select-dropdown ul li:hover {
    background-color: #ffebae;
}


.select-wrapper{
    width: 135px;
    height: 36px;
    cursor: pointer;
	margin-top: 10px;
    margin-bottom: 10px;
}


/* ---------------- payouts END--------------------*/

.show_tips {
	display: none;
	margin: 20px 0;
	color: #2275DC;
	font-weight: bold;
	cursor: pointer;
}
.show_tips:hover {
	color: #00a8ff;
}
.mp_input_currency {
	font-size: 26px;
	margin-left: 8px;
	display: inline-block;
	padding-top: 7px;
}
.mp_input_currency_left {
	font-size: 26px;
	margin-left: 8px;
	display: inline-block;
	padding-top: 7px;
	vertical-align: middle;
	float: left;
}
.mp_input_currency_text {
	font-size: 12px;
	color: #605f5b;
	line-height: 1.3;
    padding-top: 8px;
	margin-left: 8px;
	display: inline-block;
}
.my-acc-drop {
	width: 122px;
	height: 35px;
	background: #4b4f53; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b4f53 0%, #393c3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f53), color-stop(100%,#393c3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b4f53 0%,#393c3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b4f53 0%,#393c3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b4f53 0%,#393c3f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b4f53 0%,#393c3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4f53', endColorstr='#393c3f',GradientType=0 ); /* IE6-9 */
	border: 1px solid #2a2b2e;
	line-height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	border-radius: 3px;
	padding-left: 15px;
	margin-top: 5px;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 13px;
}

.my-acc-drop .arrow-down {
	position: absolute;
	right: 15px;
	top: 16px;
}

.my-acc-drop:hover {
	background: #565a5f; /* Old browsers */
	background: -moz-linear-gradient(top,  #565a5f 0%, #43464a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565a5f), color-stop(100%,#43464a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #565a5f 0%,#43464a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #565a5f 0%,#43464a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #565a5f 0%,#43464a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #565a5f 0%,#43464a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565a5f', endColorstr='#43464a',GradientType=0 ); /* IE6-9 */
}

.headerNotifyIcon {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	position: relative;
	margin-left: 4px;
	margin-top: 11px;
}

.headerNotifyCount {
	background-color: #d75938;
	color: #ffffff;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	line-height: 25px;
	font-family: 'robotoblack';
	text-align: center;
	position: absolute;
	top: -10px;
	right: -10px;
}
.my-acc-basket {
	display: inline-block;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 0;
	position: relative;
	z-index: 12;
	margin-left: 6px;
	width: 30px;
	height: 50px;
}

.my-acc-basket.empty, .my-acc-basket.empty:hover {
    background-color: transparent;
}

.my-acc-basket > span {
	width: 30px;
	height: 45px;
	display: block;
}

.m-row-mp {
	display: inline-block;
	width: 200px;
}

.my-acc-drop ul {
	margin-top: 7px;
	margin-left: -16px;
	border: 1px solid #0b0b0c;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.my-acc-drop ul li {
	background-color: #37383b;
	font-size: 13px;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	width: 297px;
}
.my-acc-drop ul li a {
	margin-top: 0 !important;
	color: #ffffff !important;
}
.my-acc-drop ul li a:hover {
	text-decoration: none;
}
.my-acc-drop ul li:hover {
	background: #00b3ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #00b3ff 0%, #0086ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b3ff), color-stop(100%,#0086ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00b3ff 0%,#0086ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00b3ff 0%,#0086ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00b3ff 0%,#0086ea 100%); /* IE10+ */
	background: linear-gradient(top,  #00b3ff 0%,#0086ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ff', endColorstr='#0086ea',GradientType=0 ); /* IE6-9 */
}

#notify-list {
	display: none;
	position: absolute;
	left: -224px;
	top: 57px;
	width: 320px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 7px 4px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 5px 7px 4px rgba(0, 0, 0, 0.13);
	box-shadow: 0 5px 7px 4px rgba(0, 0, 0, 0.13);
    word-break: break-word;
}

.mp-head-notify-list-triangle-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -6px;
	right: 70px;
}
.mp-head-notify-list-area {
	width: 35px;
	height: 58px;
	position: absolute;
	right: 64px;
	top: -58px;
}
#notify-list div.nav {
	width: 100%; 
	min-height: 52px;
}
#notify-listt div.nav:after {
	display: block; 
	content: ""; 
	clear: both
}
#notify-list div.nav a {
	display: block;
	padding: 15px 0; 
	text-align: center; 
	width: 50%; 
	background: #f9f9f9; 
	box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.15);
	float: left; 
	color: #787878; 
	line-height: 22px;
	font-size: 14px;
	border-top-right-radius: 3px;
}
#notify-list div.nav a.all {
	width: 50%; 
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}
#notify-list div.nav a.active {
	background: #ffffff; 
	color: #444444;
	box-shadow: none;
}
#notify-list div.nav var {
	font-size: 11px;
	color: #fff;
	background-color: #d15858;
	border-radius: 50%;
	padding: 0 5px;
	font-style: normal;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 5px;
}
#notify-list a.go {
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.055);
	color: #0098e0; 
	padding: 15px 20px; 
	width: 100%; 
	text-align: left; 
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	display: block; 
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#notify-list a.go:hover {
	color: #2475e1;
}
#notify-list span.loading {
	width: 100%; 
	height: 25px; 
	display: block; 
	background: url('../images/loading_checkout3.gif') no-repeat center center;
}

.mp-head-notify-table {
	width: 100%;
}
.mp-head-notify-table tr {
	border-bottom: 1px solid #d9d9d9;
}
.mp-head-notify-table td {
	font-size: 13px;
	color: #444444;
	padding: 15px 10px;
	line-height: 1.3;
	font-weight: normal;
	text-align: left;
}
.mp-head-notify-table tr.important td:first-child {
	border-left: 5px solid #d15858;
}
.mp-head-notify-table td.mark {
	background-color: #2fa85f;
	height: 100%;
	width: 30px;
	color: #ffffff;
	font-size: 8px;
}

.mp-head-notify-table strong {
	color: #0098e0;
}

.mp-head-notify-table .iconBell, .my-account .iconBell {
	color: #bcbcbc;
	font-size: 34px;
	position: relative;
	width: 37px;
}
.mp-head-notify-table .iconX, .my-account .iconX {
	background-color: #d15858;
	color: #ffffff;
	font-size: 8px;
	position: absolute;
	bottom: -2px;
	right: 0;
	border-radius: 50%;
	padding: 6px;
	border: 3px solid #ffffff;
}
.mp-head-notify-table .iconOk, .my-account .iconOk {
	background-color: #2fa85f;
	color: #ffffff;
	font-size: 8px;
	position: absolute;
	bottom: -2px;
	right: 0;
	border-radius: 50%;
	padding: 6px 5px;
	border: 3px solid #ffffff;
}
.my-account .img-icon {
	text-align: center
}
.my-account .img-icon .iconBell {
	margin: 0 auto
}

.my-acc-basket ul {
	width: 310px;
	display: block;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 3px !important;
	-webkit-border-bottom-left-radius: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
	-moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.23);
	box-shadow:         0 0 5px rgba(0, 0, 0, 0.23);
	padding-top: 0;
	box-shadow: gray 0 0 5px;

}
.my-acc-basket ul li{
	width: 310px;
	padding: 10px;
	border-bottom: 1px solid #d6d6d7;
	background-color: #f5f5f5;
	-webkit-transition: all 300ms;
   -moz-transition: all 300ms;
   -o-transition: all 300ms;
   -ms-transition: all 300ms;
   transition: all 300ms;
}
.my-acc-basket ul li.important {
    background: linear-gradient(to right, #ff0000 0%, #ff0000 8px, transparent 8px, transparent 100%) repeat scroll 0 0 #f5f5f5
}
.my-acc-basket ul li:hover {
	background-color: #e6f6ff;
}

.my-acc-basket ul li var {
	background: url('../images/marketplace/tick-small.jpg') no-repeat center center #689F00;   
	width: 15px;
	height: 15px;
	float: right;
	display: block;
	margin-right: -15px;
    border-radius: 3px;
}
.my-acc-basket ul li var:hover {
	opacity: 1;
}
.my-acc-basket ul li img {
	float: left;
}

.my-acc-basket ul li img {
	float: left;
	display: inline-block;
}

.my-acc-basket ul li .basket-list {
	width: 200px;
	float: right;
	color: #292c30;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	text-align: left;
	margin-right: 20px;
	font-weight: lighter;

}

.my-acc-basket ul li:last-child:hover {
	background-color: #fff;
}

.arrow-basekt {
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 3;
	left: 4px;
	top: 44px;
	display: none;
	position: absolute;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #ffffff transparent;
}

.notify_status span {
    background: #689F00;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: auto;
    text-align: center;
    padding: 5px;
}

.mp-logout {
	font-weight: bold;
	font-size: 13px;
	width: 210px;
	line-height: 18px;
}

.mp-logout:hover {
	text-decoration: none;
	color: #00a8ff;
}

.my-acc-basket img.arrow-up-basket {
	margin-top: -45px;
	margin-left: 28px;
}

.m-if1 .m-if-right input.marketplace-disabled-key{
    background: #616161; /* Old browsers */
    background: -moz-linear-gradient(top,  #616161 0%, #f0f0f0 4%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(4%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #616161 0%,#f0f0f0 4%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #616161 0%,#f0f0f0 4%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #616161 0%,#f0f0f0 4%); /* IE10+ */
    background: linear-gradient(to bottom,  #616161 0%,#f0f0f0 4%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.m-if1 .m-if-right input.marketplace-disabled-key:focus{
    background: #616161; /* Old browsers */
    background: -moz-linear-gradient(top,  #616161 0%, #f0f0f0 4%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(4%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #616161 0%,#f0f0f0 4%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #616161 0%,#f0f0f0 4%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #616161 0%,#f0f0f0 4%); /* IE10+ */
    background: linear-gradient(to bottom,  #616161 0%,#f0f0f0 4%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}


.mpt-inv {
    width: 695px;
}

.mpt-inv tr td {
    padding-top: 15px;
    padding-bottom: 15px;
	line-height: 17px;
}
.mpt-inv tr td:nth-child(1)
 {
    padding-left: 5px;
}

.mpt-inv tr td:nth-child(2),
.mpt-inv tr td:nth-child(3)
 {
    text-align: center;
}

.mpt-inv tr td.mp-amount-minus{
	color: #000000;
    font-weight: bold;
}

.mpt-inv tr td.mp-amount-plus{
	color: #66a100;
    font-weight: bold;
}
.mpt-inv tr td small,
.mpt-inv2 tr td small {
	display: block;
	font-size: 12px;
}

.mpt-inv thead tr td {
    height: 40px;
    padding-left: 10px;
    vertical-align: middle;
	font-weight: bold;
}

.mpt-inv tbody tr:nth-child(2n+1) {
    background-color: #F7F7F7;
}

.mpt-inv .mpt_n1 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
}
.mpt-inv .mpt_n2 {
    font-size: 12px; 
    color: #2475e1;
    font-weight: bold;
    line-height: 1.2;
}

.mpt-inv2 {
    width: 695px;
}

.mpt-inv2 tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mpt-inv2 tr td:nth-child(1)
 {
    padding-left: 5px;
}

.mpt-inv2 tr td:nth-child(2),
.mpt-inv2 tr td:nth-child(3)
 {
    text-align: center;
}

.mpt-inv2 tr td.mp-amount-minus{
	color: #000000;
    font-weight: bold;
}

.mpt-inv2 tr td.mp-amount-plus{
	color: #66a100;
    font-weight: bold;
}
.mpt-inv2 .mpt_n1 {
    font-weight: bold;
}

.mpt-inv2 thead tr td {
    height: 40px;
    padding-left: 10px;
    vertical-align: middle;
	font-weight: bold;
}

.mpt-inv2 tbody tr:nth-child(2n+1) {
    background-color: #F7F7F7;
}

.mp-item {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.22);
    -moz-box-shadow:    0 0 5px rgba(50, 50, 50, 0.22);
    box-shadow:         0 0 5px rgba(50, 50, 50, 0.22);
    -webkit-border-top-left-radius: 10px;
    position: relative; 
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    display: inline-block;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    margin-left: 300px;
}

.mp-item * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.mp-item hr {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

.mp-quantity strong{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 12px;
    display: inline-block;
}

.mp-quantity .mp-quantity-available-green{
    color: #73a242;
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}

.mp-quantity {
    margin-bottom: 6px;
    text-align: left;
}


.mp-quantity > input {
    display: inline-block;
	float: right;
	width: 58px;
	text-align: right;
	height: 38px;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	padding-right: 7px;
}

.jq-mp-q-pirce  {
    display: inline-block;
    float: left;
    width: 208px;
    height: 53px;
    line-height: 53px;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    padding-right: 30px;    
    position: relative;
    padding-left: 10px;
    color: #ff4d00;
}

.mp-item-bn {
    clear: both;
    background: #7dbc00; /* Old browsers */
    background: -moz-linear-gradient(top,  #7dbc00 1%, #4a9400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7dbc00), color-stop(100%,#4a9400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7dbc00 1%,#4a9400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7dbc00 1%,#4a9400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7dbc00 1%,#4a9400 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7dbc00 1%,#4a9400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbc00', endColorstr='#4a9400',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 53px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow:         0 1px 2px rgba(0, 0, 0, 0.28);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 7px;
    cursor: pointer;
    font-size: 22px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
    text-align: center;
    line-height: 48px;
}
.mp-item a:hover {
    text-decoration: none;
}
.mp-item-bn:hover {
    background: #99d000; /* Old browsers */
    background: -moz-linear-gradient(top,  #99d000 1%, #5daf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#99d000), color-stop(100%,#5daf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #99d000 1%,#5daf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #99d000 1%,#5daf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #99d000 1%,#5daf00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #99d000 1%,#5daf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d000', endColorstr='#5daf00',GradientType=0 ); /* IE6-9 */
}

.mp-item-bn-pre {
    clear: both;
    background: #0898de;
	background: -moz-linear-gradient(top, #0898de 0%, #025fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0898de), color-stop(100%,#025fc9));
	background: -webkit-linear-gradient(top, #0898de 0%,#025fc9 100%);
	background: -o-linear-gradient(top, #0898de 0%,#025fc9 100%);
	background: -ms-linear-gradient(top, #0898de 0%,#025fc9 100%);
	background: linear-gradient(to bottom, #0898de 0%,#025fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0898de', endColorstr='#025fc9',GradientType=0 );
    width: 100%;
    height: 53px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow:         0 1px 2px rgba(0, 0, 0, 0.28);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 7px;
    cursor: pointer;
    font-size: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
    text-align: center;
    line-height: 52px;
}

.mp-item-bn-pre:hover {
    background: #025fc9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTZhYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #025fc9 0%, #356aa0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#025fc9), color-stop(100%,#356aa0));
	background: -webkit-linear-gradient(top,  #025fc9 0%,#356aa0 100%);
	background: -o-linear-gradient(top,  #025fc9 0%,#356aa0 100%);
	background: -ms-linear-gradient(top,  #025fc9 0%,#356aa0 100%);
	background: linear-gradient(to bottom,  #025fc9 0%,#356aa0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025fc9', endColorstr='#356aa0',GradientType=0 );
}

.mp-item-bn-nf {
    clear: both;
    background: #0898de;
	background: -moz-linear-gradient(top, #0898de 0%, #025fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0898de), color-stop(100%,#025fc9));
	background: -webkit-linear-gradient(top, #0898de 0%,#025fc9 100%);
	background: -o-linear-gradient(top, #0898de 0%,#025fc9 100%);
	background: -ms-linear-gradient(top, #0898de 0%,#025fc9 100%);
	background: linear-gradient(to bottom, #0898de 0%,#025fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0898de', endColorstr='#025fc9',GradientType=0 );
    height: 53px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow:         0 1px 2px rgba(0, 0, 0, 0.28);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 7px;
    cursor: pointer;
    font-size: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
    text-align: center;
    line-height: 52px;
	padding: 0 5px;
	width: 100%;
	letter-spaceing: -0.1px;
}

.mp-item-bn-nf:hover {
    background: #025fc9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTZhYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #025fc9 0%, #356aa0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#025fc9), color-stop(100%,#356aa0));
	background: -webkit-linear-gradient(top,  #025fc9 0%,#356aa0 100%);
	background: -o-linear-gradient(top,  #025fc9 0%,#356aa0 100%);
	background: -ms-linear-gradient(top,  #025fc9 0%,#356aa0 100%);
	background: linear-gradient(to bottom,  #025fc9 0%,#356aa0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025fc9', endColorstr='#356aa0',GradientType=0 );
}

.mp-paypal {
    text-align: right;
    font-size: 12px;
    color: #2d2d2d;

}

.mp-paypal .m-row {
    height: 14px;
    line-height: 14px;
}

.mp-paypal a {
    color: #1159b2;
    text-decoration: none;
    font-weight: bold;
}

.mp-paypal a:hover {
    color: #00a8ff;
}

.mp-paypal img {
    margin-top: 10px;
}

.mp-paypal input {
    -webkit-appearance: none;
    margin: 0;
    background-image: url('/skin/frontend/gate/default/images/marketplace/reg_h.png');
    width: 13px;
    height: 14px;
    background-repeat: no-repeat;
}

.mp-paypal input:checked {
    background-position: -13px 0;
}

.mp-item-price {
    position: absolute;
    width: 100%;
    color: #adadad;
    font-size: 15px;
    text-decoration: line-through;
    text-align: right;
    right: 20px;
    top: 20px;
}

.mp-item-price .mp-item-discout {
    float: right;
    margin-left: 229px;
    width: 49px;
    height: 22px;
    font-weight: bold;
    color: #fff;
    background-image: url('/skin/frontend/gate/default/images/marketplace/discount.png');
}


.mp-qe-top {
    width: 381px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/escor.jpg');
    height: 32px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: left;
    padding-left: 15px;

}

.mp-qe-top input {
    -webkit-appearance: none;
    width: 17px;
    display: inline-block;float: left;
    margin-top: 5px;;
    height: 16px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/check.png');
}


.mp-qe-top-elements {
    display: inline-block;
    float: left;
    margin-left: 6px;
}

.mp-qe-top input:checked {
    background-position: -17px 0;
}



ul.mp-offerts {
    background-color: #ffffff;
    width: 100%;
    padding: 4px;
    border: 1px solid #bcbcbc;
}

ul.mp-offerts li {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
     margin-bottom: 3px;
     position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    font-size: 16px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 9px 12px;
}

ul.mp-offerts li.active {
}

ul.mp-offerts li:hover {
    background: #00a7fe; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a7fe 0%, #0078e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a7fe), color-stop(100%,#0078e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00a7fe 0%,#0078e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00a7fe 0%,#0078e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00a7fe 0%,#0078e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00a7fe 0%,#0078e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7fe', endColorstr='#0078e6',GradientType=0 ); /* IE6-9 */
}

ul.mp-offerts li img.mp-o-badge{
    position: absolute;
    top: 6px;
    left: 33px;
}

ul.mp-offerts li strong {
    position: absolute;
    top: 13px;
    left: 70px;
}

ul.mp-offerts li span {
    position: absolute;
    top: 14px;
    font-size: 18px;
    right: 15px;
    color: #ff4800;
}

ul.mp-offerts li:hover strong, ul.mp-offerts li:hover span {
    color: #fff;
}

ul.mp-offerts .mp-o-ratio {
    position: absolute;
    width: 14px;
    top: 13px;
    left: 10px;
    height: 15px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/ratio.png');
}

ul.mp-offerts .mp-o-ratio.active {
    background-position: -14px 0;
}

.escrow_icon {
    width: 21px;
    height: 21px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/Escrow.png');
    display: inline-block;
    position: relative;
    top: 5px;    
}

/* wholesale keys view */
.marketplace-key-used{
	overflow: hidden;
}

.marketplace-key-used div{
	width: 315px;
    padding-top: 6px;
	line-height: 20px;
	font-size: 12px;
	color: #6D6D6D;
	text-decoration: line-through;
	float: left;
    word-wrap: break-word;
}

.marketplace-key-used span{
	font-size: 12px;
	color: #8eba57;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	padding: 0;
	text-align: right;
    width: 100px;}

.marketplace-key-used span.marketplace-key-used-invalid{
	color: red;}

.marketplace-key-banned div{
    width: 315px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #6D6D6D;
    float: left;}
.marketplace-key-banned span{
    font-size: 12px;
    color: red;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
    padding: 0;
    text-align: right;
    width: 100px;}


/* popup donate */ 
.pu-header img {
    display: inline-block;
    float: right;
    margin-top: 8px;
    cursor: pointer;
}


.popup-content .m-row p.bold {
    font-weight: bold;
}
.popup-content .m-row p {
    font-size: 14px;
    color: #414141;
    width: 90%;
}


.pu-header {  
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.pu-header h2 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    float: left;
    color: #292c30;
}
.dpl-1 {
    font-weight: bold;
    margin-right: 10px;
    line-height: 40px;
}
.dp2-left {
    display: inline-block;
    float: left;
}
.dpl-4 input {
    width: 100px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #acacac;
}
.dpl-5 {
    background-color: #c9e6f8;
    padding: 10px;
    margin-left: 10px;
    font-size: 15px;
}
.dpl-5 strong {
    font-weight: bold;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.row {
    display: inline-block !important;
    width: 100%;
}
.popup-loading {
    font-size: 14px;
    color: #989898;
}
.popup-loading img {
    margin-right: 5px;
    position: relative;
    top: 7px;
}

.m-if-right textarea {
    font-size: 14px;
    background: #fafafa;
	overflow: hidden;
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 100px;
    font-family: "Arial";
    padding: 10px;
    line-height: 25px;
    resize: none;
}
.m-if-info {
    display: inline-block;
    float: left;
    width: 139px;
    padding: 7px;
    color: #ae5666;
    background-color: #f6d9de;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.4;
}

.m-if-right div.helped {
    font-size: 14px;
    position: absolute;
    margin-top: -24px;
}

.bh_order {
    font-size: 20px;
    font-weight: bold;
}

.bh_bought {
    color: #ff7011;
    font-weight: bold;
}
.bh_info_order {
    margin-top: 10px;
}
.bh_info_left {
    width: 250px;
    float: left;
}

.mpt2-left {
    display: inline-block;
    min-width: 175px;
    font-size: 14px;
    color: #414141;
    float: left;
    margin-top: 10px;
    line-height: 20px;
}
.mpt2-right {
    display: inline-block;
    font-size: 14px;
    color: #414141;
    line-height: 20px;
    margin-top: 10px;
    min-width: 120px;
}

.mpt2-bottom {
    display: inline-block;
   
    font-size: 14px;
    color: #414141;
   
    line-height: 20px;
}
.mpt-11 tr td:nth-child(1) h2 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
.mpt-11 tr td:nth-child(2) {
    vertical-align: top;
}


.mpt-11 .mpt2-small {
    color: #ff7011;
    font-weight: bold;
    margin-bottom: 10px;
}
.mpt-11 .bh_link {
    font-weight: normal;
    font-size: 12px;   
    margin: 10px 0;
}
.mpt-11 .bh_link a{
    color: #2475E1;
    cursor: pointer;
}
.mpt-11 tr td {
    vertical-align: top;
}

.mpt-11 tr td:nth-child(1) {
    padding: 10px 0;
}

.mpt-table-price {
    color: #414141;
}
.mpt-table-price tr {
    border: none;
}
.mpt-table-price td {
    padding: 0 !important;
}
.mpt-table-price tr td:nth-child(1) {
    text-align: right;
    padding-right: 5px !important;
}
.mpt-table-price tr td:nth-child(2) {
    color: #414141;
}

.order_status_complete {
    background-image: url('/skin/frontend/gate/default/images/status_complete.gif');
	width: 173px;
	height: 30px;
}

.bh_button_view {
    display: inline-block;
    float: right;
    background: #2988e7;
    background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df));
    background: -webkit-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -o-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -ms-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: linear-gradient(to bottom, #2988e7 0%,#1f66df 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 );
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 11px;
}


.bh_button_view:hover {
    background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}

.bh_button_view.active {
    display: inline-block;
    float: right;
    background: #1648a1;	
	background: -moz-linear-gradient(top,  #1648a1 0%, #1e6cae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1648a1), color-stop(100%,#1e6cae));
	background: -webkit-linear-gradient(top,  #1648a1 0%,#1e6cae 100%);
	background: -o-linear-gradient(top,  #1648a1 0%,#1e6cae 100%);
	background: -ms-linear-gradient(top,  #1648a1 0%,#1e6cae 100%);
	background: linear-gradient(to bottom,  #1648a1 0%,#1e6cae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1648a1', endColorstr='#1e6cae',GradientType=0 );	
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 11px;
}
.bh_button_view_arrow {
	background: url('/skin/frontend/gate/default/images/marketplace/arrow-up2.png');
	width: 9px;
	height: 13px;
	margin-left: 5px;
	display: none;
}

.bh_order_image {
	background: url('/skin/frontend/gate/default/images/marketplace/empty-box.png');
	width: 117px;
	height: 126px;
	cursor: pointer;
}
.bh_order_image_count {
	padding-top: 52px;
	font-size: 26px;
	padding-left: 15px;
	color: #A6A6A6;
}


.bh_button_view.active .bh_button_view_arrow {
	display: inline-block;
}

.bh_button_view_text {
	float: left; 
	display: block;
}

.bh_button_view.active:hover {
    background: #1648a1;
	background: -moz-linear-gradient(top,  #1648a1 0%, #1648a1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1648a1), color-stop(100%,#1648a1));
	background: -webkit-linear-gradient(top,  #1648a1 0%,#1e6cae 100%);
	background: -o-linear-gradient(top,  #1648a1 0%,#1648a1 100%);
	background: -ms-linear-gradient(top,  #1648a1 0%,#1648a1 100%);
	background: linear-gradient(to bottom,  #1648a1 0%,#1648a1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1648a1', endColorstr='#1648a1',GradientType=0 );
}



.bh_order_info1 .mpt-11_sub{
	display: none;
}


.mpt-11_sub tr td:nth-child(2) {
	text-align: left;
}
.mpt-11_sub tr td:nth-child(2) a:hover {
	text-decoration: none;
}

.mpt-11_sub tr td:nth-child(2) .product-name {
	color: #3079EC;
}
.mpt-11_sub tr td:nth-child(2) a:hover .product-name {
	color: #00A8FE;
}
.mpt-11_sub  tr td:nth-child(1) img {
	width: 60px;
}

.mpt-11_sub tr td:nth-child(3) {
	padding-right: 10px;
} 
.mpt-11_sub .view_key_header {
	color: #000000;
	padding-top: 9px;
    margin-bottom: 10px;
}
.mpt-11_sub .bh_key_get {
    float: right;
    text-align: left;
    margin-left: 10px;
    width: 100%;
}
.mpt-11_sub .bh_key_get a .bh_view_key_button {
	display: inline-block;
	background: #2373e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNzNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTc3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2373e4 0%, #2177dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2373e4), color-stop(100%,#2177dc));
	background: -webkit-linear-gradient(top,  #2373e4 0%,#2177dc 100%);
	background: -o-linear-gradient(top,  #2373e4 0%,#2177dc 100%);
	background: -ms-linear-gradient(top,  #2373e4 0%,#2177dc 100%);
	background: linear-gradient(to bottom,  #2373e4 0%,#2177dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2373e4', endColorstr='#2177dc',GradientType=0 );
	margin-left: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 8px 15px;
    margin-bottom: 5px;
}

.bh_view_key_button.pipe-disabled{background: #999999 !important;cursor: default !important;}

.mpt-11_sub .bh_key_get a:hover .bh_view_key_button {
    background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}

.donate-bt-ok {
 background: #6da00c; /* Old browsers */
    background: -moz-linear-gradient(top,  #6da00c 0%, #548b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da00c), color-stop(100%,#548b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6da00c 0%,#548b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6da00c 0%,#548b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6da00c 0%,#548b00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6da00c 0%,#548b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da00c', endColorstr='#548b00',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 20px;
	margin-left: 150px;
	cursor: pointer;
	border-radius: 3px;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	font-size: 15px;
	color: #fff;
}

.donate-bt-ok:hover {
    background: #8fc104; /* Old browsers */
    background: -moz-linear-gradient(top,  #8fc104 0%, #6ca600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc104), color-stop(100%,#6ca600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8fc104 0%,#6ca600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8fc104 0%,#6ca600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8fc104 0%,#6ca600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8fc104 0%,#6ca600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc104', endColorstr='#6ca600',GradientType=0 ); /* IE6-9 */

}

.error-field-popup-mark {
    border: 1px solid #FF0000 !important;
    box-shadow: 0 0 3px #FF6666;
}


.mp-q-new-head {
    padding: 5px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #878b90;
}

.mp-q-new-head-wrapper {
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mp-q-new-head-wrapper .mp-o-ratio {
    position: absolute;
    width: 14px;
    top: 13px;
    left: 10px;
    height: 15px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/ratio.png');
}

.mp-q-new-head-wrapper .mp-o-ratio.active {
    background-position: -14px 0;
}

.mp-q-new-head-wrapper img{
    margin-left: 29px;
    margin-top: 5px;
    float: left;
}

.mp-q-new-head-wrapper:hover {
    background: #00a6fe; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a6fe 0%, #0078e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a6fe), color-stop(100%,#0078e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00a6fe 0%,#0078e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6fe', endColorstr='#0078e6',GradientType=0 ); /* IE6-9 */
}

.mp-q-nh-price {
    position: absolute;
    font-size: 18px;
    right: 10px;
    color: #ff4800;
}

.mp-q-new-head-wrapper:hover .mp-q-nh-price {
    font-size: 18px;
    color: #fff;
}

.mp-q-new-shield {

}

.mp-q-new-content {
    padding: 4px;
    border: 1px solid #83878c;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #83878c;
    background-image: url('/skin/frontend/gate/default/images/marketplace/product-expand-new22.jpg');
    background-repeat: no-repeat;
    background-position: top middle;
    min-height: 84px;

}
.mp-q-new-others{
    width: 100%;
    background-color: #fff;
}

.mp-q-new-others li {
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 100%;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mp-q-new-others li .mp-o-ratio {
    position: absolute;
    width: 14px;
    top: 11px;
    left: 10px;
    height: 15px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/ratio.png');
}

.mp-q-new-head-wrapper .mp-o-ratio.active {
    background-position: -14px 0;
}

.mp-q-new-others {
    padding: 3px;
    text-align: left;
    position: relative;

}
.mp-q-new-others li:hover {
    background: #00a6fe; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a6fe 0%, #0078e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a6fe), color-stop(100%,#0078e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00a6fe 0%,#0078e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6fe', endColorstr='#0078e6',GradientType=0 ); /* IE6-9 */
}

.mp-q-new-others .mp-q-new-nick {
    position: absolute;
    font-size: 16px;
    color: #000000;
    margin-left: 30px
}

.mp-q-new-others .mp-q-new-price {
    position: absolute;
    font-size: 18px;
    right: 8px;
    color: #ff4800;
}

.mp-q-new-others li:hover .mp-q-new-nick {
    color: #fff;
}

.mp-q-new-others li:hover .mp-q-new-price {
    color: #fff;
}

.mp-q-option.active {
    background: #00a6fe; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a6fe 0%, #0078e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a6fe), color-stop(100%,#0078e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00a6fe 0%,#0078e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00a6fe 0%,#0078e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6fe', endColorstr='#0078e6',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
}

.mp-q-option.active .mp-o-ratio {
    background-position: -14px 0;
}

.mp-q-option.active .mp-q-new-nick {
    color: #fff;
}

.mp-q-option.active .mp-q-new-price {
    color: #fff;
}

.mp-q-option.active .mp-q-nh-price {
    color: #fff;
}


/* BIDS LIST */
.mp-left {
	display: inline-block;
	float: left;
}
.mp-bids-filter {
    background-color: #f9f9f9;
	height: 47px;
	margin-top: -2px;
	line-height: 47px;
	padding-right: 20px;
	border-top: 1px solid #cccccc;
}

.mp-bids-filter > .mp-left:first-child {
    background-color: #f9f9f9;
    padding-left: 20px;
    border-right: 1px solid #cccccc;
}

.mp-fiter-ul {
	width: 550px;
}

.mp-fiter-ul.four-elements {
    width: 510px;
}

.mp-fiter-ul.four-elements li{
    width: 125px;
}

.mp-fiter-ul li {
    width: 108px;
    border-right: 1px solid #cccccc;
    background-color: #eaeaea;
    float: left;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    height: 46px;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    color: #8b8c8d;
    transition: all 300ms;
    cursor: pointer;
    border-top: 2px solid #eaeaea;
}

.mp-fiter-ul li:first-child.active {
    border-left: 1px solid #fff;
}

.mp-fiter-ul li.active {
    border-top: 2px solid #292c30;
    border-right: 1px solid #fff;
    background-color: #fff;
    color: #292c30;
    cursor: default;
}

.mp-fiter-ul li.active:hover {
    background-color: #fff;
    border-top: 2px solid #292c30;
}

.mp-fiter-ul li:hover {
    background-color: #f5f5f5;
     border-top: 2px solid #f5f5f5;
}


.mp-fiter-ul.mp-filter-color li.li_orange {
    color: #ff5200;
}

.mp-fiter-ul.mp-filter-color li.li_green {
    color: #6d9500
}
.mp-fiter-ul.mp-filter-color li.li_gray {
    color: #566172;
}

.mp-fiter-ul.mp-filter-color li.li_black {
    color: #000000;
}

.green-circle {
    background-color: #6d9500;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.orange-circle {
    background-color: #ff5400;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.gray-circle {
    background-color: #566172;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.black-circle {
    background-color: #000;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}


.mpt-1 .mp-bn-green .mp-bids-numer{
	width: 175px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    background: #79a600; /* Old browsers */
    background: -moz-linear-gradient(top,  #79a600 0%, #527b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79a600), color-stop(100%,#527b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #79a600 0%,#527b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #79a600 0%,#527b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #79a600 0%,#527b00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #79a600 0%,#527b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a600', endColorstr='#527b00',GradientType=0 ); /* IE6-9 */
    margin-bottom: 8px;
	line-height: 28px;
 }

.mpt-1 .mp-bn-green span {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid #fff;
    display: inline-block;
    margin-top: 8px;
	vertical-align: text-bottom;
 }
 
 .mpt-1 .mp-bids-checkout {
	background: #79a600;
	background: -moz-linear-gradient(top, #79a600 0%, #527b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79a600), color-stop(100%,#527b00));
	background: -webkit-linear-gradient(top, #79a600 0%,#527b00 100%);
	background: -o-linear-gradient(top, #79a600 0%,#527b00 100%);
	background: -ms-linear-gradient(top, #79a600 0%,#527b00 100%);
	background: linear-gradient(to bottom, #79a600 0%,#527b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a600', endColorstr='#527b00',GradientType=0 );	
	font-weight: bold;
	font-size: 14px;
	color: #fff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	padding: 8px;
	display: inline-block;
	line-height: 14px !important;
 }
 
.mpt-1 .mp-bids-checkout:hover {
	background: #8ab500; /* Old browsers */
    background: -moz-linear-gradient(top,  #8ab500 0%, #608b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ab500), color-stop(100%,#608b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8ab500 0%,#608b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8ab500 0%,#608b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8ab500 0%,#608b00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8ab500 0%,#608b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab500', endColorstr='#608b00',GradientType=0 ); /* IE6-9 */
    margin-bottom: 5px;
    font-weight: bold;
}

.mpt-1 tr td:nth-child(3) {
    vertical-align: bottom !important;
}

.mpt-1 .mp-bn-green .mp-left {
    font-size: 12px;
    color: #6c9400;
    margin-top: 5px;
    font-style:italic;
}
.mpt-1 .mp-bn-orange .mp-left {
	font-size: 12px;
	color: #ff5600;
	margin-top: 5px;
	font-style: italic;
}

.mpt-1 .mp-bn-gray .mp-left {
	font-size: 12px;
	color: #566172;
	margin-top: 5px;
	font-style: italic;
}

.mpt-1 .d_link {
	color: #2475e1;
	display: inline-block;
}
.mpt-1 .d_link:hover {
	color: #00a8ff;
	cursor: pointer;
}

.mpt-1 .mp-bn-orange .mp-bids-numer{
	width: 175px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background: #ff7b00;
	background: -moz-linear-gradient(top, #ff7b00 0%, #ff5200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b00), color-stop(100%,#ff5200));
	background: -webkit-linear-gradient(top, #ff7b00 0%,#ff5200 100%);
	background: -o-linear-gradient(top, #ff7b00 0%,#ff5200 100%);
	background: -ms-linear-gradient(top, #ff7b00 0%,#ff5200 100%);
	background: linear-gradient(to bottom, #ff7b00 0%,#ff5200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#ff5200',GradientType=0 );
	margin-bottom: 8px;
	line-height: 28px;
    cursor: pointer;
}

.mpt-1 .mp-bn-gray .mp-bids-numer{
	width: 175px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
	background: #91a2b0;
    background: -moz-linear-gradient(top,  #91a2b0 0%, #555e78 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91a2b0), color-stop(100%,#555e78));
    background: -webkit-linear-gradient(top,  #91a2b0 0%,#555e78 100%);
    background: -o-linear-gradient(top,  #91a2b0 0%,#555e78 100%);
    background: -ms-linear-gradient(top,  #91a2b0 0%,#555e78 100%);
    background: linear-gradient(to bottom,  #91a2b0 0%,#555e78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a2b0', endColorstr='#555e78',GradientType=0 );
	margin-bottom: 8px;
	line-height: 28px;
}


.wh-popup-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	display: none;
	padding-top: 90px;
}
.wh-popup-wrapper-loader {
	background-image: url('/skin/frontend/gate/default/images/loading-transparent.gif');
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 11px;
	display: none;
}
.mp-user-popup {
	background-color: #ffffff;
	padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 576px;
	position: relative;
	margin: 120px auto 0;
}

.mp-close {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
	opacity: 0.6;
}
.mp-close:hover {
	opacity: 1;
}
.mp-user-popup .btGreen {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
	padding: 10px 15px;
	text-shadow: 0 1px 2px rgba(1,1,1,.28);
	-moz-box-shadow: 0 1px 1px rgba(1,1,1,.88);
	-webkit-box-shadow: 0 1px 1px rgba(1,1,1,.88);
	box-shadow: 0 1px 1px rgba(1,1,1,.88);
	background: #7ebc00;
	background: -moz-linear-gradient(top,  #7ebc00 0%, #499400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebc00), color-stop(100%,#499400));
	background: -webkit-linear-gradient(top,  #7ebc00 0%,#499400 100%);
	background: -o-linear-gradient(top,  #7ebc00 0%,#499400 100%);
	background: -ms-linear-gradient(top,  #7ebc00 0%,#499400 100%);
	background: linear-gradient(top,  #7ebc00 0%,#499400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebc00', endColorstr='#499400',GradientType=0 );
}
.mp-user-popup .btGreen:hover {
	background: #90c900;
	background: -moz-linear-gradient(top,  #90c900 0%, #5aa700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c900), color-stop(100%,#5aa700));
	background: -webkit-linear-gradient(top,  #90c900 0%,#5aa700 100%);
	background: -o-linear-gradient(top,  #90c900 0%,#5aa700 100%);
	background: -ms-linear-gradient(top,  #90c900 0%,#5aa700 100%);
	background: linear-gradient(top,  #90c900 0%,#5aa700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c900', endColorstr='#5aa700',GradientType=0 );
}
.wh-popup-wrapper h1 {
	font-size: 24px !important;
	font-weight: bold;
	margin-bottom: 25px !important;
	padding: 0 !important;
	color: #000000 !important;
}

.wh-popup-wrapper .popup-bid-name {
	color: #222;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.wh-popup-wrapper .popup-bid-pab {
	background-color: #eae7e6;
	padding: 13px;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wh-popup-wrapper .popup-bid-pab input, .wh-popup-wrapper .popup-bid-pab select {
	width: 63px;
	height: 33px;
	border: 1px solid #c8c2b8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
}
.wh-popup-wrapper .popup-bid-pab .m-row {
	text-align: right;
}
.wh-popup-wrapper .popup-bid-pab button {
	border: none;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	height: 34px;
	margin-top: 8px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #2376e2;
	background-image: -moz-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: -o-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: -webkit-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	cursor: pointer;
}
.wh-popup-wrapper .popup-bid-pab button:hover {
	background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}

.mp-remove-tooltip {
	bottom: 38px;
	padding: 15px;
	position: absolute;
	color: #000;
	width: 197px;
	display: none;
	font-size: 13px;
	text-align: left;
	left: -70px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
	z-index: 2;
	line-height: 19px;
}

.mp-remove-tooltip.active {
    display: block;
}


.mp-remove-tooltip .m-row {
	margin-top: 10px;
	font-weight: lighter;
	font-size: 12px;
}
.mp-remove-tooltip .m-row button {
	display: inline-block;
	font-size: 12px;
	float: right;
	margin-bottom: -10px;
}
.mp-remove-tooltip .m-row .d_link {
	display: inline-block;
	float: left;
	margin-top: 11px;
	color: #2475e1;
}
.mp-remove-tooltip .m-row .d_link:hover {
	color: #00a8ff;
	cursor: pointer;
}

.mpt-1 tr td:nth-child(3) {
	position: relative;
    display: block;
}

.sell-new.sell-new-orange {
    margin-bottom: 10px;
    background: #fd6827; /* Old browsers */
    background: -moz-linear-gradient(top,  #fd6827 0%, #fc6123 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd6827), color-stop(100%,#fc6123)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd6827 0%,#fc6123 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd6827 0%,#fc6123 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd6827 0%,#fc6123 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fd6827 0%,#fc6123 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6827', endColorstr='#fc6123',GradientType=0 ); /* IE6-9 */
}
.sell-new.sell-new-orange:hover {
    background: #fd8432; /* Old browsers */
    background: -moz-linear-gradient(top,  #fd8432 0%, #fa4a1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8432), color-stop(100%,#fa4a1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd8432 0%,#fa4a1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd8432 0%,#fa4a1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd8432 0%,#fa4a1b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fd8432 0%,#fa4a1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8432', endColorstr='#fa4a1b',GradientType=0 ); /* IE6-9 */
}

.mp-table-avalible {
	padding: 5px 10px;
	background-color: #6c9400;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.mp-table-notavalible {
	padding: 5px 10px;
	background-color: #ff5600;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.mp-table-bn {
	color: #6c9400 !important;
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px solid #d6d6d6;
}
.mp-table-bn:hover {
    color: #9cc000 !important;;
}


.mp-request-btns {
    margin-left: 136px;
}

.mp-request-btns button {
    width: 271px;
    height: 44px;
    margin-right: 10px;
}

.mp-bt-blue {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #2377e3; /* layer fill content */
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    background-image: -moz-linear-gradient(bottom, #1f68df 0%, #2987e7 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #1f68df 0%, #2987e7 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #1f68df 0%, #2987e7 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #1f68df 0%, #2987e7 100%); /* gradient overlay */
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


.mp-bt-green {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #2377e3; /* layer fill content */
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    background-image: -moz-linear-gradient(bottom, #547c00 0%, #6a9800 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #547c00 0%, #6a9800 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #547c00 0%, #6a9800 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #547c00 0%, #6a9800 100%); /* gradient overlay */
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.mp-bt-green:hover {
    background-image: -moz-linear-gradient(bottom, #80ad00 0%, #99c300 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #80ad00 0%, #99c300 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #80ad00 0%, #99c300 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #80ad00 0%, #99c300 100%); /* gradient overlay */
}

.mp-bt-blue:hover {
    background-image: -moz-linear-gradient(bottom, #2679e6 0%, #339cec 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #2679e6 0%, #339cec 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #2679e6 0%, #339cec 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #2679e6 0%, #339cec 100%); /* gradient overlay */
}


.mp-req-text1 {
    display: inline-block;
    width: 280px;
    float: left;
    font-size: 12px;
    margin-top: 7px;
    line-height: 16px;
}

.mp-req-text2 {
    margin-left: 30px;
    display: inline-block;
    width: 261px;
    float: left;
    font-size: 12px;
    margin-top: 7px;
    line-height: 16px;
}

.mp-success {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e6eed3;   
    padding-left: 45px;
    padding-right: 15px;
    font-size: 18px;
    color: #699600;
    background: url('/skin/frontend/gate/default/images/marketplace/rating/ok2.png') 3% 50% no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.arrow-blue {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #2476e1;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.mp-add-price-range {
    font-size: 14px;
    font-weight: bold;
    margin-left: 135px;
}
.mp-new-sell {
    padding-bottom: 10px;
    padding-top: 12px;
    border-bottom: 1px solid #d6d6d6;
}

.mp-t-bids {
    padding: 7px 12px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(top,  #ff5300 0%, #ff7900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5300), color-stop(100%,#ff7900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff5300 0%,#ff7900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff5300 0%,#ff7900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff5300 0%,#ff7900 100%); /* IE10+ */
    margin-bottom: 15px;
}
.mp-t-bids:hover {
	background: #ff9700;
	background: -moz-linear-gradient(top, #ff9700 0%, #ff6b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9700), color-stop(100%,#ff6b00));
	background: -webkit-linear-gradient(top, #ff9700 0%,#ff6b00 100%);
	background: -o-linear-gradient(top, #ff9700 0%,#ff6b00 100%);
	background: -ms-linear-gradient(top, #ff9700 0%,#ff6b00 100%);
	background: linear-gradient(to bottom, #ff9700 0%,#ff6b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9700', endColorstr='#ff6b00',GradientType=0 );
	cursor: pointer;
}

.mp-t-bids-blue{
    background: #2988e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #2988e7 0%, #1f66df 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2988e7 0%,#1f66df 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2988e7 0%,#1f66df 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2988e7 0%,#1f66df 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #2988e7 0%,#1f66df 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 ); /* IE6-9 */
}

.mp-t-bids-blue:hover {
    background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}

.mp-user-popup h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mp-user-popup h2 small {
	font-weight: lighter;
}
.mp-avalible-box {
	height: 36px;
	line-height: 36px;
	background-color: #608b00;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
}

.mp-avalible-box.info_error {
	background-color: red;
}
.mp-pab-all table {
	width: 100%;
	margin-top: 8px;
	height: 252px;
	display: none;
	padding: 5px;
	border: 1px solid #cacaca;
}
.mp-pab-all table thead {
	-webkit-box-shadow: 0 0 3px 0 rgba(5, 5, 11, 0.23);
	-moz-box-shadow: 0 0 3px 0 rgba(5, 5, 11, 0.23);
	box-shadow: 0 0 3px 0 rgba(5, 5, 11, 0.23);
	position: absolute;
	width: 400px;
	margin-top: 7px;
	margin-left: 6px;
	height: 35px;
	color: #007bff;
}
.mp-pab-all.mp-pab-all2 table thead {
	margin-top: 2px;
	margin-left: 2px;
}
.mp-pab-all table thead tr th {
	
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #dfe0e0;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	font-weight: normal;
}
.mp-pab-all table thead tr th.scroll {
    width: 192px;
}
.mp-pab-all2 table thead tr th:nth-child(1).scroll {
	width: 140px !important;
}
.mp-pab-all2 table thead tr th:nth-child(2).scroll {
	width: 140px !important;
}
.mp-pab-all2 table thead tr th:nth-child(3) {
	border-right: none;
	width: 120px !important;
}
.mp-pab-all2 table thead tr th:nth-child(3).scroll {
	border-right: 1px solid #dfe0e0;
	width: 103px !important;
}
.mp-pab-all table thead tr th .sort-up {
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 7px 5.5px;
	border-color: transparent transparent #007bff transparent;
	margin-left: 4px;
}
.mp-pab-all table thead tr th .sort-down {
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #007bff transparent transparent transparent;
	margin-left: 4px;
}
.mp-pab-all table tbody {
	overflow: auto;
	width: 432px;
	margin-left: 6px;
	margin-top: 43px;
	border-top: 1px solid #dfe0e0;
	height: 201px;
	position: absolute;
}
.mp-pab-all.mp-pab-all2 table tbody {
	margin-left: 2px;
	margin-top: 38px;
}

.mp-pab-all table tbody tr:nth-child(odd) {
	background-color: #f4f4f4;
}
.mp-pab-all table tbody tr td {
	width: 200px;
	text-align: center;
	height: 40px;
	border-right: 1px solid #dfe0e0;
	vertical-align: middle;
}

.mp-pab-all2 table tbody tr td:nth-child(1) {
	width: 140px !important;
	cursor: pointer;
}
.mp-pab-all table tbody tr:nth-child(odd) td.active {
	background-color: #e8ecf1;
}
.mp-pab-all2 table tbody tr td:nth-child(2) {
	width: 140px !important;
	cursor: pointer;
}
.mp-pab-all2 table tbody tr td:nth-child(3) {
	width: 102px;
}
.mp-avalible-box2 {
	height: 58px;
	line-height: 58px;
	background-color: #e6eed3;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 14px;
	margin-top: -5px;
	width: 400px;
}
.mp-avalible-box2 strong {
	font-size: 18px;
	font-weight: bold;
}

.mp-avalible-box2 .mp-right {
	display: inline-block;
	float: right;
}
.mp-avalible-box2 button {
    background: #6d9b00; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d9b00 1%, #527a00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6d9b00), color-stop(100%,#527a00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6d9b00 1%,#527a00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6d9b00 1%,#527a00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6d9b00 1%,#527a00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6d9b00 1%,#527a00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9b00', endColorstr='#527a00',GradientType=0 ); /* IE6-9 */
    font-size: 16px;
    width: 121px;
    height: 46px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.mp-avalible-box2 button:hover {
    background: #86b200; /* Old browsers */
    background: -moz-linear-gradient(top,  #86b200 1%, #699600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#86b200), color-stop(100%,#699600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #86b200 1%,#699600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #86b200 1%,#699600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #86b200 1%,#699600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #86b200 1%,#699600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b200', endColorstr='#699600',GradientType=0 ); /* IE6-9 */
}

.myCheckbox input {	
	display: none;	
  
}
.myCheckbox span {
	width: 25px;
    height: 25px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/accepted.png');
	display: block;
	cursor: pointer;
	margin-top: 5px;
}
.myCheckbox input:checked + span {
	background-image: url('/skin/frontend/gate/default/images/marketplace/accepted-h.png');
}
.checkbox_bids_accept:checked {
	background-image: url('/skin/frontend/gate/default/images/marketplace/accepted-h.png');
}
.mp-pab-all2 table tbody tr.active td {
	color: #fff;
	border-right: 1px solid #589C9C;
	background: #2a88e6;
	background: -moz-linear-gradient(top, #2a88e6 0%, #2068df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a88e6), color-stop(100%,#2068df));
	background: -webkit-linear-gradient(top, #2a88e6 0%,#2068df 100%);
	background: -o-linear-gradient(top, #2a88e6 0%,#2068df 100%);
	background: -ms-linear-gradient(top, #2a88e6 0%,#2068df 100%);
	background: linear-gradient(to bottom, #2a88e6 0%,#2068df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a88e6', endColorstr='#2068df',GradientType=0 );
}
.mp-pab-all table thead tr th.headerSortUp {
	font-weight: bold;
	color: #007bff !important;
	background-color: #f3f7fb;
}
.mp-pab-all table thead tr th.headerSortDown {
	font-weight: bold;
	color: #007bff !important;
	background-color: #f3f7fb;
}
.mp-pab-all table thead tr th.headerSortUp .sort-up {
	display: inline-block;
}
.mp-pab-all table thead tr th.headerSortDown .sort-down {
	display: inline-block;
}
.mp-pab-all table tbody tr:nth-child(odd) td.active {
	background-color: #e8ecf1;
}
.mp-pab-all table tbody tr:nth-child(even) td.active {
	background-color: #f3f7fb;
}


.div_input_file2 {	
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(96%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 96%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 96%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 96%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );
	cursor: pointer;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;	
	position: relative;
	height: 40px;
	margin-top: 0;
	width: 101px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 14px;
	border: 1px solid #adadad;
	display: inline-block;
	margin-left: -2px;
}

.div_input_file2:hover {
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(96%,#f7f7f7));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f7f7f7 96%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#f7f7f7 96%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f7f7f7 96%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#f7f7f7 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 );
}
.div_input_file2 .div_input_file_value {
	padding-top: 11px;
	text-align: center;
	width: 100px;
	cursor: pointer;
	position: absolute;
}

.div_input_file2 .input-file {
	z-index: 100;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	height: 39px;
	width: 100px;
}


.form_reg1 {
	color: #5D5D5D;
}

.form_reg1 .fieldset {
	padding-bottom: 10px;
	padding-top: 12px;
	border-bottom: 1px solid #d6d6d6;
}

.form_reg1 .m-row {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #5d5d5d;
}

.form_reg1 .m-if-left {
	width: 140px;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-top: 14px;
	line-height: 28px;
}
.form_reg1 .m-if-right {
	margin-left: 10px;
	display: inline-block;
	float: left;
	width: 740px;
}
.form_reg1 .m-if-right input {
	height: 40px;
	background: #FAFAFA;
	border: 1px solid #adadad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-right: 10px;
}

.form_reg1 .validation-advice {
	line-height: 28px;
}
.form_box_select select {
	border: 1px #BDBDBD solid !important;
	border-width: 1px !important;
	color: #474747;
	background-color: #F3F3F3 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 37px !important;
	line-height: 37px !important;
	padding-left: 15px;
	width: 320px !important;
	outline: none;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none !important;
	float: inherit;
	margin-right: 10px;
}
.form_box_select select option {
	padding: 10px;
}

.wh-nav1 {
	display: inline-block;	}
.wh-nav1 .tab {
	background-color: #EAEAEA;
	color: #000000;
	width: 150px;
	float: left;
	text-align: center;
	line-height: 22px;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	font-size: 14px;
	border-left: 2px solid #EAEAEA;
	border-right: 2px solid #EAEAEA;}
.wh-nav1 .tab:hover {
	cursor: pointer;}
.wh-nav1 .tab.active {
	background-color: #ffffff;
	color: #759B34;
	border-top: 2px solid #6B942D;}

.wh-nav1 .banned {
    color:red;}

.wh-edit-remove-all {
	color: #2475e1;
	text-align: right;
	display: initial;
	float: right;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}
.wh-edit-remove-all:hover {
	color: #00A8FF;
	cursor: pointer;
}

.wh-edit-input {
	height: 40px;
	background: #FAFAFA;
	border: 1px solid #adadad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.ap_marketplace_code_delete2 {
	background-image: url('/skin/frontend/gate/default/images/marketplace/delete-input.png');
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-top: 0;
	vertical-align: middle;
	margin-left: 8px;
	cursor: pointer;
	opacity: 0.7;
}
.ap_marketplace_code_delete2:hover {
	opacity: 1;
}
.wh-edit-navig {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -25px;
	padding-bottom: 3px;
	margin-top: 10px;
	background-color: #DADADA;
	height: 54px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
}

.wh-edit-navig .nav_prev {
	margin-top: 10px;
	font-size: 14px;
	border-radius: 2px;
	float: left;
	padding: 7px 10px;
	min-width: 80px;
	margin-left: 15px;
}
.wh-edit-navig .nav_next {
	margin-top: 10px;
	float: right;
	min-width: 80px;
	padding: 7px 10px;
	margin-right: 15px;
	font-size: 14px;
	border-radius: 2px;
}
.wh-edit-navig .nav_inactive {
	background-color: #FCFCFC;
	color: #176DA0;
	cursor: default;
}
.wh-edit-navig .nav_active {
	background-color: #176DA0;
	color: #FCFCFC;
	cursor: pointer;
}

.wh-edit-navig .nav_active:hover {
	background-color: #1d8bcd;
}
.wh-edit-navig .nav_center{
	padding-top: 20px;
	height: 20px;
	color: #000000;
}
.wh-edit-search {
	margin-bottom: 15px;
	position: relative;
}
.wh-edit-search-icon {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 384px;
	border-left: 1px solid #D0D0D0;
	cursor: pointer;
	height: 32px;
	width: 32px;
	background-image: url('/skin/frontend/gate/default/images/marketplace/search_icon.png');
}
.mp-product-loader {
	background-image: url('/skin/frontend/gate/default/images/loading-transparent.gif');
	width: 30px;
	height: 30px;
	display: none;
	margin-left: 245px;
	margin-top: 5px;
}

.jq-mp-product-add-check-text {
	position: relative;
}
.jq-mp-product-add-check-popup {
	color: #5D5D5D;
	border: 1px solid #c2c2c2;
	padding: 10px;
	display: none;
	position: absolute;
	background-color: #ffffff;
	width: 240px;
	left: -120px;
	bottom: 22px;
}
.jq-mp-product-add-check-popup .pr_arrow {
	background: url('/skin/frontend/gate/default/images/marketplace/pr_arrow.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 109px;
}


.jq-mp-product-add-check-popup ul {
	list-style: disc;
	list-style-type: disc;
	list-style-position: inside;
}

.mp-product-add-ul {
	padding: 8px 20px 0 20px; 
	margin: 10px -20px 0 -20px; 
	background-color: #EBEBEB;
	height: 54px;
}
.mp-product-add-ul li {
	background-color: #E0E0E0;
	float: left;
	padding: 20px;
	color: #000000;
	font-weight: bold;
    height: 14px;
}
.mp-product-add-ul li.active {
	background-color: #ffffff;
	color: #256AD8;
}
.mp-product-add-ul li:hover {
	cursor: pointer;
}

.mp-product-add-overlap {
	display: none;
}

.mp-product-add-overlap.active {
	display: block;
}
.mp-product-add-steam-attention {
	padding: 20px 20px 20px 45px;
	background-color: #fffebb;
	color: #000000;
	margin-top: 15px;
	display: inherit;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
	background: url('/skin/frontend/gate/default/images/marketplace/attention_steamgift.png') 13px 15px no-repeat;
}

.mp-product-add-steam-step {
	border-bottom: 1px solid #EBEBEB;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	height: 60px;
	text-align: center;
	color: #232323;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 20px;
}
.mp-product-add-steam-step span {
	margin: 0 10px;
}
.mp-product-add-steam-step .mp-s-overlap:hover {
	cursor: pointer;
	color: #666666;
}

.mp-product-add-steam-step span.active {
	color: #FF671F;
}

.mp-product-add-steam-overlap {
	display: none;
}
.mp-product-add-steam-overlap.active {
	display: block;
}

.mp-product-add-steam-overlap-screen {
	width: 418px;
	height: 488px;
	float: left;
}
.mp-product-add-steam-overlap-screen.screen1 {
	background: url('/skin/frontend/gate/default/images/marketplace/steamgift_1.jpg') no-repeat;
}
.mp-product-add-steam-overlap-screen.screen2 {
	background: url('/skin/frontend/gate/default/images/marketplace/steamgift_2.jpg') no-repeat;
}
.mp-product-add-steam-overlap-screen.screen3 {
	background: url('/skin/frontend/gate/default/images/marketplace/steamgift_3.jpg') no-repeat;
}
.mp-product-add-steam-overlap-screen.screen4 {
	background: url('/skin/frontend/gate/default/images/marketplace/steamgift_44.jpg') no-repeat;
}

.mp-product-add-steam-overlap-right {
	margin-right: 20px;
	display: inline-block;
	width: 257px;
	line-height: 18px;
	float: left;
}
.mp-product-add-steam-overlap-right h2 {
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 24px;
}

.mp-product-add-steam-overlap-right .add_code {
	display: inherit;
	padding: 13px;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(96%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 96%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 96%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 96%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );
	cursor: pointer;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	margin-left: -0px;
	margin-top: 5px;
	margin-bottom: 15px;
	position: relative;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
	box-shadow: 0 2px 3px rgba(0, 0, 6, 0.15);
}
.mp-product-add-steam-overlap-right .add_code:hover {
	background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f7f7f7 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(96%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f7f7f7 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.mp-product-add-steam-overlap-right .ap_marketplace_code_delete {
	margin-top: 36px;
}
.mp-product-add-steam-overlap-full {
	margin-left: 15px;
}
.mp-product-add-steam-overlap-full h2 {
	background: url('/skin/frontend/gate/default/images/marketplace/check_steamgift.png') no-repeat;
	color: #65A131;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 24px;
	padding-left: 40px;
}

.mp-product-add-steam-overlap-full a {
	color: #2475e1;
	text-decoration: none;
	font-weight: bold;
}

.mp-product-add-steam-overlap-full a:hover {
	color: #00a8ff;
	text-decoration: none;
}
.mp-product-add-steam-overlap-button-next {
	display: inline-block;
	background: #2988e7;
	background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df));
	background: -webkit-linear-gradient(top, #2988e7 0%,#1f66df 99%);
	background: -o-linear-gradient(top, #2988e7 0%,#1f66df 99%);
	background: -ms-linear-gradient(top, #2988e7 0%,#1f66df 99%);
	background: linear-gradient(to bottom, #2988e7 0%,#1f66df 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	padding: 11px 20px;
	margin-top: 20px;
}

.mp-profit button:hover,
.mp-product-add-steam-overlap-button-next:hover {
    background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}
.mp-product-add-steam-overlap-button-submit {
	display: inline-block;
	background: #6c9900;
	background: -moz-linear-gradient(top, #6c9900 0%, #537c00 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c9900), color-stop(96%,#537c00));
	background: -webkit-linear-gradient(top, #6c9900 0%,#537c00 96%);
	background: -o-linear-gradient(top, #6c9900 0%,#537c00 96%);
	background: -ms-linear-gradient(top, #6c9900 0%,#537c00 96%);
	background: linear-gradient(to bottom, #6c9900 0%,#537c00 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9900', endColorstr='#537c00',GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	padding: 11px;
	width: 200px;
	text-align: center;
}
.mp-product-add-steam-overlap-button-submit:hover {
	background: #88b700;
	background: -moz-linear-gradient(top, #88b700 0%, #6e9e00 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b700), color-stop(96%,#6e9e00));
	background: -webkit-linear-gradient(top, #88b700 0%,#6e9e00 96%);
	background: -o-linear-gradient(top, #88b700 0%,#6e9e00 96%);
	background: -ms-linear-gradient(top, #88b700 0%,#6e9e00 96%);
	background: linear-gradient(to bottom, #88b700 0%,#6e9e00 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b700', endColorstr='#6e9e00',GradientType=0 );
}
.mp-product-add-steam-overlap-right small {
	color: #434343;
	font-size: 13px;
}
.mp-product-add-steam-overlap-right strong {
	line-height: 22px;
	font-size: 18px;
}
.mp-product-add-steam-overlap-textarea {	
	background: #FAFAFA;
	border: 1px solid #adadad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 400px;
	height: 50px;
	padding: 10px;
	resize: none;
	margin: 15px 0 0 0;
}
.mp-link-steam2 {
	color: #2475e1;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.mp-link-steam2:hover {
	color: #00a8ff;
	cursor: pointer;
}
.jq-mp-product-add-steam-texarea-link {
	display: none;
}
.mp-product-add-steam-overlap-right a {
	color: #2475e1;
	text-decoration: none;
	font-weight: bold;
}

.mp-product-add-steam-overlap-right a:hover {
	color: #00a8ff;
	text-decoration: none;
}
.mp-product-add-key-ul {
	padding: 5px 5px 0 5px; 
	margin: 0;
	background-color: #EBEBEB;
	height: 61px;
	font-size: 14px;
	margin-bottom: 12px;
}
.mp-product-add-key-ul li, .fi_FI .mp-product-add-key-ul li {
	background-color: #E0E0E0;
	float: left;
	padding: 20px;
	color: #000000;
	font-weight: bold;
	margin: 0 3px;
	width: 130px;
	text-align: center;
}

.mp-product-add-key-ul li.active {
	background-color: #ffffff;
	color: #256AD8;
}
.mp-product-add-key-ul li:hover {
	cursor: pointer;
}
.mp-product-add-key-overlap {
	display: none;
}

.mp-product-add-key-overlap.active {
	display: block;
}
.wh-product-add-fileupload {
	
}
.wh-product-add-fileupload .fileupload-text {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 7px;
}
.wh-product-add-fileupload .fileinput-button {
	height: 40px;
	width: 350px;
	background: #FAFAFA;
	border: 1px solid #adadad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.wh-product-add-fileupload .fileinput-button .file_button_text {
	font-size: 12px;
	line-height: 39px;
	width: 250px;
}
.wh-product-add-fileupload .file_button {
	position: relative;
	bottom: 40px;
	left: 260px;
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.wh-product-add-fileupload .fileupload-buttons button[type=submit]{
	background: #6c9900;
	background: -moz-linear-gradient(top, #6c9900 0%, #537c00 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c9900), color-stop(96%,#537c00));
	background: -webkit-linear-gradient(top, #6c9900 0%,#537c00 96%);
	background: -o-linear-gradient(top, #6c9900 0%,#537c00 96%);
	background: -ms-linear-gradient(top, #6c9900 0%,#537c00 96%);
	background: linear-gradient(to bottom, #6c9900 0%,#537c00 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9900', endColorstr='#537c00',GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline;
	border-radius: 3px;
	border: none;
	padding: 12px 17px 12px 17px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	width: 158px;
}
.wh-product-add-fileupload .fileupload-buttons button[type=submit]:hover {
	background: #88b700; /* Old browsers */
    background: -moz-linear-gradient(top,  #88b700 0%, #6e9e00 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b700), color-stop(96%,#6e9e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #88b700 0%,#6e9e00 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #88b700 0%,#6e9e00 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #88b700 0%,#6e9e00 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #88b700 0%,#6e9e00 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b700', endColorstr='#6e9e00',GradientType=0 ); /* IE6-9 */
}
.wh-product-add-fileupload .fileupload-buttons button[type=reset]{
	background: #e19b12;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxOWIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjg4MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e19b12 0%, #cb880d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e19b12), color-stop(100%,#cb880d));
	background: -webkit-linear-gradient(top,  #e19b12 0%,#cb880d 100%);
	background: -o-linear-gradient(top,  #e19b12 0%,#cb880d 100%);
	background: -ms-linear-gradient(top,  #e19b12 0%,#cb880d 100%);
	background: linear-gradient(to bottom,  #e19b12 0%,#cb880d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e19b12', endColorstr='#cb880d',GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline;
	border-radius: 3px;
	border: none;
	padding: 6px 17px 6px 17px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
}
.wh-product-add-fileupload .fileupload-buttons button[type=reset]:hover {
	background: #db9411;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiOTQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzg3MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #db9411 0%, #b7870c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db9411), color-stop(100%,#b7870c));
	background: -webkit-linear-gradient(top,  #db9411 0%,#b7870c 100%);
	background: -o-linear-gradient(top,  #db9411 0%,#b7870c 100%);
	background: -ms-linear-gradient(top,  #db9411 0%,#b7870c 100%);
	background: linear-gradient(to bottom,  #db9411 0%,#b7870c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9411', endColorstr='#b7870c',GradientType=0 );
}

.wh-product-add-fileupload .fileupload-buttons button[type=button]{
	background: #d50108;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1MDEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNDAxMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d50108 0%, #b40105 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d50108), color-stop(100%,#b40105));
	background: -webkit-linear-gradient(top,  #d50108 0%,#b40105 100%);
	background: -o-linear-gradient(top,  #d50108 0%,#b40105 100%);
	background: -ms-linear-gradient(top,  #d50108 0%,#b40105 100%);
	background: linear-gradient(to bottom,  #d50108 0%,#b40105 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50108', endColorstr='#b40105',GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline;
	border-radius: 3px;
	border: none;
	padding: 6px 17px 6px 17px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 4px;
}
.wh-product-add-fileupload .fileupload-buttons button[type=button]:hover{
	background: #b40105;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0MDEwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNDAxMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b40105 0%, #b40105 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b40105), color-stop(100%,#b40105));
	background: -webkit-linear-gradient(top,  #b40105 0%,#b40105 100%);
	background: -o-linear-gradient(top,  #b40105 0%,#b40105 100%);
	background: -ms-linear-gradient(top,  #b40105 0%,#b40105 100%);
	background: linear-gradient(to bottom,  #b40105 0%,#b40105 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40105', endColorstr='#b40105',GradientType=0 );
}

.wh-product-add-fileupload .fileupload-buttons  input.toggle {
	height: 15px;
}
.wh-product-add-fileupload table {
	font-size: 14px;
	width: 100%;
}
.wh-product-add-fileupload table tbody tr {
	height: 40px;
}
.wh-product-add-fileupload table tbody tr td:nth-child(1) {
	width: 310px;
	word-break: break-all;
}
.wh-product-add-fileupload table tbody tr:nth-child(even) td
{
	background-color: #F4F4F4;
}


.wh-product-add-fileupload table p.name {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}


.wh-product-add-fileupload table .template-upload p.name {
	padding-top: 10px;
}
.wh-product-add-fileupload table button {
	height: 30px;	
	border: 1px solid #adadad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;	
	background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f1f1f1 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(96%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f1f1f1 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f1f1f1 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
} 
.wh-product-add-fileupload table button:hover {
	background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4e4e4 0%, #e4e4e4 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(96%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 96%); /* IE10+ */
    background: linear-gradient(to bottom,  #e4e4e4 0%,#e4e4e4 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	}
.wh-product-add-fileupload table button.delete {
	position: relative;
	bottom: 5px;
}
.wh-product-add-fileupload table button:hover {
	cursor: pointer;
}

.wh-product-add-fileupload .fileupload-buttons2 {
	margin-top: 25px; 
	margin-bottom: 12px; 
	text-align: right; 
	padding-right: 3px;
}

.wh-product-add-fileupload table button.cancel {
	margin-right: 23px;
}

.wh-product-add-fileupload table input {
	height: 30px !important;
	position: relative;
	top: 5px;
	margin: 0;
	margin-right: 3px;
}
.wh-product-add-fileupload table td:nth-child(3) {
	text-align: right;
}
.wh-product-add-fileupload table .error-box {
	margin-top: 5px;
	margin-bottom: 5px;
}
.wh-product-add-fileupload table .error-box span.error {
	padding-left: 15px;
}

.wh-product-add-fileupload .fileupload-messages-box {
	float: left;
	text-align: left;
	padding-left: 10px;
}

.wh-product-add-fileupload .fileupload-messages {
	font-size: 15px;	
	font-weight: bold;
	padding-top: 2px;
}

.wh-product-add-fileupload .fileupload-messages.up-error {
	color: #d63c4a;
}

.wh-product-add-fileupload .fileupload-messages.up-success {
	color: #4a962d;
}
.wh-product-add-fileupload .fileupload-messages.up-attention {
	color: #e29a39;
}

.wh-product-add-fileupload .fileupload-progress {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	color: #256AD8;
}
.wh-edit-view-file-key-box {
	border-bottom: 1px solid #EAEAEA;
	height: 46px;
}
.wh-edit-view-file-key-box:last-of-type {
	border-bottom: none;
}

.wh-edit-view-file-key {
	width: 379px;
	display: inline-block;
	font-weight: bold;
	color: #2475e1;
	height: 35px;
	font-size: 14px;
	padding-top: 10px;
}

.wh-edit-view-file-key:hover {
	text-decoration: none;
	color: #00A8FF;
}

.wh-edit-view-file-key-sold {
	width: 310px;
	display: inline-block;
	font-weight: bold;
	color: #2475e1;
	height: 35px;
	font-size: 12px;
	text-decoration: line-through;
}

.wh-edit-view-file-key-sold:hover {
	text-decoration: line-through;
	color: #00A8FF;
}

.popup-bankprof-payment-info {
	color: #939393;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
table.bankpayment_info {
	margin-top: 10px;
	font-size: 15px;
	color: #000000;
}
table.bankpayment_info .bankcol1 {
	width: 150px;
}
.popup-bankprof-payment-prof-status {
	border-left: 1px solid #c2c2c2;
	padding-left: 10px;
	margin-left: 10px;
	display: inline;
	font-weight: bold;
}
.popup-bankprof-payment-prof-status.p-prof-status-pending {
	color: #ff6e2f;
}
.popup-bankprof-payment-prof-status.p-prof-status-accepted {
	color: #639903;
}
.popup-bankprof-payment-prof-history {
	line-height: 24px;
	font-size: 15px;
}
.popup-bankprof-payment-prof-add input{
	height: 40px;
	background: #FAFAFA;
	border: 1px solid #adadad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 7px;
}

.popup-bankprof-payment-prof-add button, .payment-prof-add{
	display: inline-block;
	background: #2988e7;
	background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df));
	background: -webkit-linear-gradient(top, #2988e7 0%,#1f66df 99%);
	background: -o-linear-gradient(top, #2988e7 0%,#1f66df 99%);
	background: -ms-linear-gradient(top, #2988e7 0%,#1f66df 99%);
	background: linear-gradient(to bottom, #2988e7 0%,#1f66df 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	padding: 11px;
	float: left;
}
.popup-bankprof-payment-prof-add button:hover, .payment-prof-add:hover {
    background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

.payment-prof-add-arrow {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
	border-left: 5px solid #ffffff;
	display: inline-block;
	margin-left: 5px;
}
.payment_form_info_box {
	background-color: #e2f3fb;
	padding: 15px;
	margin: 0 20px;
	font-weight: normal;
	text-align: left;
	color: #256d96;
	background: url('/skin/frontend/gate/default/images/info3.png') 15px 13px no-repeat;
	padding-left: 45px;
}
.payment_form_info_box strong {
	font-weight: bold;
}

#basket_stats {
	background:#fff;
	height:75px;
	border:1px solid #f1f1f1;
	margin-top: 13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.40) inset;
	-moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.40) inset;
	box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.40) inset;}

#basket_stats .rating {
	overflow:hidden;
	height:75px;
	border-right:1px solid #eeeeef;
	float:left;}
#basket_stats .raiting_flag {
    float: left;
    margin-left: 17px;
    margin-top: 24px;}
#basket_stats .flag_ramka3 {
    border: 1px solid #818181;
    height: 22px;
    width: 30px;
    margin-top: 4px;}
#basket_stats .avatar {
	float:left;
	margin-top:17px;
	margin-left:18px;
	height:40px;
	width:34px;}
#basket_stats .stars_all {
	float:left;
	font-family:Arial, Helvetica;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:12px;
	margin-left:11px;}
#basket_stats .stars_all span {
	display:block;
	margin-bottom:3px;}
#basket_stats .stars_all .stars .procent {
	float:left;
	color:#68a200;
	font-weight:bold;
	font-size:20px;
	margin-left:15px;
	margin-right:17px;}
#basket_stats .stars_all .stars img {
	float:left;}

#basket_stats .transactions {
	float:left;
	height:75px;
	border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
	padding-right:15px;
	padding-left:15px;
    margin: 0;
    width:300px;}
#basket_stats .transactions span {
	font-family:Arial, Helvetica;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top: 8px;
	display:block;}
#basket_stats .transactions .good {
	color:#68a200;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:16px;
	background:url(/skin/frontend/gate/default/images/marketplace/dashboard/good.jpg) no-repeat left 0;
	padding-left:20px;
	float:left;
	margin-top:5px;}
#basket_stats .transactions .good1 {
    color:#68a200;
    font-family:Arial, Helvetica;
    font-weight:bold;
    font-size:16px;
    background:url(/skin/frontend/gate/default/images/marketplace/dashboard/good1.jpg) no-repeat left 0;
    float:left;
    margin-top:0;}
#basket_stats .transactions .good2 {
    color:#68a200;
    font-family:Arial, Helvetica;
    font-weight:bold;
    font-size:16px;
    background:url(/skin/frontend/gate/default/images/marketplace/dashboard/good2.jpg) no-repeat left 0;
    float:left;
    margin-top:0;}
.transactions .thumbs div{
    height: 32px;
    margin-right: 20px;
    box-sizing: border-box;}
#basket_stats .transactions .bad {
	color:#ca0400;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:16px;
	background:url(/skin/frontend/gate/default/images/marketplace/dashboard/bad1.jpg) no-repeat left 0;
	padding-left:30px;
	float:left;
	margin-top:0;}
#basket_stats .transactions .pending {
	color:#878787;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:16px;
	background:url(/skin/frontend/gate/default/images/marketplace/dashboard/ico_klepsydra1.jpg) no-repeat left 0;
	padding-left:30px;
	float:left;
    margin-top:0;
    margin-right:0;}

#basket_stats .latest {
	float:left;
	padding-left:15px;
	padding-top: 15px;
	font-family:Arial, Helvetica;
	font-size:12px;
	text-transform:uppercase;
    width: 280px}
#basket_stats .latest span {
	display:inline-block;
	margin-bottom:6px;}
#basket_stats .latest .lastNothing {
    color: #878787;
    margin-top: 12px;}
#basket_stats .oks {
    float: left;}
#basket_stats .latest a {
	float:right;
	display: inline-block;
	text-decoration:none;
	text-transform:none;
	font-size:14px;
	font-weight:bold;
	color:#2475e1;
	margin-top:5px;}
#basket_stats .latest a:hover {
    color: #00a8ff;
    cursor: pointer;
}

.balance-container-info{
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background-color: #fafafa;
	margin-bottom: 20px;
	padding: 15px;
}
.balance-container-info div:nth-child(1) {
	float: left;
	margin-right: 15px;
	font-size: 14px;
}
.balance-container-info-right .balance{
	color: #6CA107;
	font-weight: bold;
}
.balance-container-info-left{
	float: left;
	width: 150px;
	border-right: 1px solid #dddddd;
	padding: 15px;
}
.balance-container-info-left-price,
.balance-container-info-left-price span {
	color: #68a200;
	font-weight: bold;
	font-size: 18px !important;
	display: inline-block;
}
.balance-container-info-right{	
	display: inline-block;
	margin-left: 135px;
	font-size: 14px;
	margin-bottom: 15px;
}
.balance-container-info-right-row1 div:nth-child(2) {
	color: #6CA107;
	font-weight: bold;
}
.balance-container-info-right-row1,
.balance-container-info-right-row2 {
	display: inline-block;
}
.balance-container-info-right-row1 div,
.balance-container-info-right-row2 div{
	width: 170px; 
	float: left;
}

#basket-important {display: none}

.retail_image_info {
    background: #FDEDEE;
    position: relative;
    height: 135px;
    margin-bottom: 45px;
    display: none;
    line-height: 15px;
    margin-top: -5px;
    clear: both;
}

.retail_image_info h4{
    font-size: 12px;
    margin-bottom: 15px;
    color: #754648;
}

.retail_image_info p{font-size: 12px;color:#8f5c61;}

.retail_image_info .left{
    float:left;
    width:320px;
    padding: 20px 20px 20px 80px;
    background: url('../images/picture.jpg') no-repeat 17px 21px;
}

.retail_image_info .right{
    float:left;
    padding: 15px 20px 20px 80px;
    width: 175px;
    background: url('../images/xls.jpg') no-repeat 28px 16px;
}

.retail_image_info .right span{color:#ff4003;}

.retail_image_info .divider{
    background: url('../images/vertical_line.jpg') no-repeat;
    width: 13px;
    height: 135px;
    display:block;
    position: absolute;
    left: 420px;
    top: 0;
    border:none;
}

#best_marketplace_price{
    margin-left: 135px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    clear: both;
}

#best_marketplace_price span{
    font-size: 20px;
    color: #88b700;
}

#rewritten{
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}
#rewritten input{
    height: auto;
    vertical-align: top;
    margin-right: 2px;
}
.mp_currency_rate,
.mp_currency_rate_steam {
    background-color: #ececec;
    color: #868686;
    border-radius: 5px;
    padding: 8px 10px;
    margin-left: 10px;
    font-size: 14px;
    display: none;
}
.mp_currency_rate_edit {
    background-color: #ececec;
    color: #868686;
    border-radius: 5px;
    padding: 4px 10px;
    margin-top: -6px;
    font-size: 14px;
    display: inline-block;
}

.selected_offer_request, .selected_offer_active, .selected_offer_requested, .selected_offer_rejected{
    width:165px;
    min-height: 14px;
    padding: 8px 5px 8px 30px;
    display: block;
    float: right;
    margin:20px 0;
    font: Bold 13px;
    color: #ffffff !important;
    border-radius: 3px;
    text-align: left;
}

.selected_offer_request{
    background: #007ce5 url(../images/so_arrow.png) no-repeat;
    line-height: inherit !important;
}

.selected_offer_active{
    background: #549d54 url(../images/so_tick.png) no-repeat;
}

.selected_offer_requested{
    background: #f0f0f0 url(../images/so_pending.png) no-repeat;
    color: #777777 !important;
    cursor:pointer;
}

.selected_offer_requested:hover{
    background: #b53e3e url(../images/so_cross.png) no-repeat;
    color: #ffffff !important;
}

.selected_offer_rejected{
    background: #b53e3e url(../images/so_cross.png) no-repeat;
    font-size:13px;
}

#form-validate-customer .m-input-fields {
    margin-bottom: 0;
}

#form-validate-customer .mp-cancel-done {
    margin-bottom: 20px !important;
}

#form-remove-customer {
    border-top: 1px solid #d6d6d6;
    padding-top: 17px;
}

#form-remove-customer .hidden {
    display: none;
}

#form-remove-customer .title a {
    color: #00a8ff;
    font-size: 12px;
}

#form-remove-customer .attention {
    background-color: #fff6bd;
    margin: 25px 0;
    padding: 22px;
    color: #484848;
    font-size: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#form-remove-customer .attention h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

#form-remove-customer .attention li {
    margin-bottom: 9px;
    padding-left: 3px;
    list-style-position: inside;
    list-style-image: url('../images/remove-account-list.png');
}

#form-remove-customer .m-row label {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #5d5d5d !important;
}

#form-remove-customer .m-row input {
    height: 40px;
    background: #FAFAFA;
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: 380px;
}

#form-remove-customer .mp_submit_remove {
    padding: 6px 26px;
    font-weight: bold;
    font-size: 13px;
    height: auto;
}

.remove-customer-account-info {
    background-color: #d0e8ff;
    padding: 25px 25px 25px 105px;
    margin-bottom: 25px;
    color: #5e7489;
    font-size: 14px;
    line-height: 150%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url('../images/remove-customer-account-info.png');
    background-repeat: no-repeat;
    background-position: 25px;
}

.remove-customer-landingpage {
    background-color: #efefef;
    margin: -15px -14px 0 -15px;
    padding: 40px 20px;
}

.remove-customer-landingpage h1 {
    color: black !important;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 10px 40px 40px !important;
    font-size: 24px !important;
    background: url('../images/ok.png')  5px 0 no-repeat;
}

.remove-customer-landingpage p {
    padding: 35px 15px 0 15px;
}

.gate-btn {
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );
    font-weight: bold;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
}

.gate-btn:hover {
    background: #fff;
}

.gate-btn.blue {
    background: #2988e7;
    background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df));
    background: -webkit-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -o-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -ms-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: linear-gradient(to bottom, #2988e7 0%,#1f66df 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 );
    color: #fff;
    border: 1px solid #1653AE;
}

.gate-btn.blue:hover {
    background: #3cb0f0;
    background: -moz-linear-gradient(top, #3cb0f0 0%, #2a83ea 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea));
    background: -webkit-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
    background: -o-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
    background: -ms-linear-gradient(top, #3cb0f0 0%,#2a83ea 99%);
    background: linear-gradient(to bottom, #3cb0f0 0%,#2a83ea 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 );
}

.gate-btn.green {
    background: #6c9a00;
    background: -moz-linear-gradient(top, #6c9a00 0%, #517900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c9a00), color-stop(100%,#517900));
    background: -webkit-linear-gradient(top, #6c9a00 0%,#517900 100%);
    background: -o-linear-gradient(top, #6c9a00 0%,#517900 100%);
    background: -ms-linear-gradient(top, #6c9a00 0%,#517900 100%);
    background: linear-gradient(to bottom, #6c9a00 0%,#517900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9a00', endColorstr='#517900',GradientType=0 );
    color: #ffffff;
}

.gate-btn.green:hover {
    background: #8fba00;
    background: -moz-linear-gradient(top, #8fba00 0%, #709c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fba00), color-stop(100%,#709c00));
    background: -webkit-linear-gradient(top, #8fba00 0%,#709c00 100%);
    background: -o-linear-gradient(top, #8fba00 0%,#709c00 100%);
    background: -ms-linear-gradient(top, #8fba00 0%,#709c00 100%);
    background: linear-gradient(to bottom, #8fba00 0%,#709c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fba00', endColorstr='#709c00',GradientType=0 );
    color: #ffffff;
}

.v-middle {
    vertical-align: middle;
}

.gate-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 6px;
}

.gate-tip {
    margin: 15px 0;
    background: #EBEBEB;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 3, 0.15);
    position: relative;
}

.gate-tip.yellow {
    background: #FFFEBB;
}

.gate-tip .gate-tip-content-wrapper {
    width: 84%;
    float: left;
}

.gate-tip .gate-tip-content {
    padding: 10px;
}

.gate-tip .gate-tip-content p {
    line-height: 140%;
}

.gate-tip .gate-tip-ico {
    width: 16%;
    float: left;
    min-height: 30px;
    padding-top: 10px;
}

.gate-tip .gate-tip-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.gate-tip .gate-tip-close-link {
    color: #000000;
    font-size: 10px;
}
.hidden {
    display: none !important;
}

.gate-control {
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-left: 7px;
    color: #939393 !important;
    font-size: 20px;
}

.mpt-1 tr td.product-controls {
    display: table-cell;
    position: relative;
}

.gate-sell-again-found {
    width: 150px;
    height: 1px;
    clear: both;
}
/* AVAILABLE BALANCE */
.mp-balance-table {
    text-align:left;
    margin-top:0;
    width:100%;}
.mp-balance-table .tr-first {
    background-color: #E9E9E9;
    border:1px solid #DBDBDB;}
.mp-balance-table th {
    padding:10px;}
.mp-balance-table tr {
    border-bottom:1px solid #DDD;
    height:30px;}
.mp-balance-table td {
    padding:10px;}
.mp-amount-minus {
    color: red;
    font-weight: bold;}
.mp-amount-balance-minus {
    color: #000;}
.mp-amount-plus{
    color: #66a100;
    font-weight: bold;}
.mp-provision-info {
    font-size:10px;
    font-weight:bold;}
.mp-sum-pending-balance {
    font-size: 14px;
    padding:20px;
    margin:auto;
    width: 500px;
    border-radius: 5px;
    position:relative}

#mp-sum table td{
    width: 200px;
    padding: 2px 10px;
    border:1px solid #ccc;
    text-align: center;
}

#mp-sum table th{
    padding: 5px;
    color:#FF7F50;
}

.mp-sum-pending-balance span {
    font-weight:bold;
    color:#66a100;
    font-size:17px; }
.mp-sum-pending-balance #mp-gwiazdka-info {
    color:#000;
    cursor:help;}
#mp-sum-pending-gwiazdka-info {
    background-color: #FDFDFD;
    border: 1px solid #c2c2c2;
    color: #5d5d5d;
    font-size:11px;
    padding: 10px;
    left: 88px;
    bottom: 42px;
    position: absolute;
    width: 150px;}
#mp-sum-pending-gwiazdka-info .pr_arrow {
    background-image: url("/skin/frontend/gate/default/images/marketplace/pr_arrow.png");
    background-repeat: no-repeat;
    height: 15px;
    left: 125px;
    position: absolute;
    top: 10px;
    width: 15px; }
/* countdown */
.mp-balance-table .countdown {
    background-color: #FFF;
    width: 125px;
    height:42px;
    text-align:center;
    margin:auto;}
.mp-balance-table .dash {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 2px;
    padding-left: 5px;
    position: relative;
    border-left:1px solid #EFEFEF;
}
.mp-balance-table .dash:first-child {
    border-left:none;}
.mp-balance-table .dash .digit {
    float: left;
    width: 13px;
    margin-top:5px;
    text-align: center;
    position: relative;
}
.mp-balance-table .dash_title {
    font-size: 8px;
    display: block;
    text-align: left;
    padding-left: 3px;
    color: grey;
}
.mp-balance-table .info_message {
    padding:10px;
    clear:both;
    font-weight:bold;
    font-size:11px;
    background-color:#EFEFEF;
    border-radius:5px;
    cursor:pointer;
}
table.mp-rating .rate-status.i_status {
    padding: 0;
    font-size: 11px;
    line-height: 28px;
    float: right;
    height: 28px;
}

table.mp-rating .rate-status .rate-status-wrapper {
    padding: 0 15px;
}

table.mp-rating .rate-status .rate-status-desc {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    text-transform: none;
}

table.mp-rating .rate-status .icon-arrow-down {
    float: right;
}

.mp-popup-wrapper.jq-rate-invaild-key, .mp-popup-wrapper.jq-ratekey-popup {
    padding-top: 105px;
}

.request-selected * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.request-selected-btn {
    display: inline-block;
    background-color: #3676e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.request-selected-btn:hover {
    background-color: #4e87e8;
}

.request-selected-btn * {
    float: left;
}

.request-selected-btn .request-selected-checkbox{
    width: 21px;
    height: 19px;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 6px;
    background-position: 0 -19px;
    margin-top: 6px;
}

.request-selected-btn strong {
    margin-top: 8px;
}

.request-selected-btn span {
    margin-left: 9px;
    margin-top: 7px;
    font-size: 20px;
}

.request-selected-btn.active .request-selected-checkbox{
    background-position: 0 0;
}

.request-selected-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: #ebf2fe;
    border: 1px solid #abc6f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 557px;
    font-size: 13px;
    line-height: 1.3;
    color: #383838;
}

.request-selected-content-top {
    display: inline-block;
    width: 100%;
}

.request-selected-content-top *{
    float: left;
}

.request-selected-content-top > span {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.request-selected-content-top > div input {
    width: 100px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 10px;
    color: #383838;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 10px;
    border: 1px solid #adadad;
}

.request-selected-content-top > strong {
    font-size: 30px;
    font-weight: bold;
    color: #5d5d5d;
}

.request-selected-btn .request-selected-tooltip{
    width: 400px;
    position: absolute;
    height: 260px;
    border: 1px solid #bebebe;
    background-image: url(../images/tooltip-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    left: 0;
    bottom: 50px;
    box-shadow: 0 0 14.72px 1.28px rgba(0, 0, 0, 0.23);
}

.request-selected-tooltip-arrow {
    position: absolute;
    bottom: -12px;
    left: 130px;
}

.feeTooltip {
    position: relative;
    color: #4980e5;
    cursor: pointer;
}

.feeTooltip-content {
    position: absolute;
    width: 275px;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #bebebe;
    left: -113px;
    color: #383838;
    bottom: 18px;
    box-shadow: 0 0 14.72px 1.28px rgba(0, 0, 0, 0.23);
}

.stickers-icon .tooltip, .nametag-icon .tooltip{
    position: absolute;
    width: 120px;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #bebebe;
    left: -110px;
    color: #383838;
    bottom: 30px;
    z-index: 2;
    box-shadow: 0 0 14.72px 1.28px rgba(0, 0, 0, 0.23);
}


.feeTooltip-arrow  {
    position: absolute;
    bottom: -6px;
    left: 113px;
}

.stickers-icon .tip-arrow, .nametag-icon .tip-arrow{
    position: absolute;
    bottom: -6px;
    left: 113px;
}

.request-selected-tooltip, .feeTooltip-content {
    display: none;
}

.request-selected-input {
    position: relative;
}

.request-selected-input-error {
    padding: 10px 10px;
    position: absolute;
    background-color: rgba(237,31,36,0.9);
    min-width: 208px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    left: 10px;
    top: 50px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.34);
    display: none;
}

.request-selected-input-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 8px 8.5px;
    position: absolute;
    top: -8.5px;
    left: 20px;
    border-color: transparent transparent rgba(237,31,36,0.9) transparent;
}
.mp-profit {
    padding: 10px;
    width: 675px;
}
.mp-profit h3 {
    font-size: 18px;
}
.mp-profit li {
    display: inline-block;
}
.mp-profit button {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 11px 20px;
    margin-top: 20px;
    background: none;
    color: grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mp-profit button:hover {
    color: white;
}
.mp-profit button.active {
    display: inline-block;
    background: #2988e7;
    background: -moz-linear-gradient(top, #2988e7 0%, #1f66df 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2988e7), color-stop(99%,#1f66df));
    background: -webkit-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -o-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: -ms-linear-gradient(top, #2988e7 0%,#1f66df 99%);
    background: linear-gradient(to bottom, #2988e7 0%,#1f66df 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2988e7', endColorstr='#1f66df',GradientType=0 );
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 11px 20px;
    margin-top: 20px;
}
.mp-profit .jq--mp-profit {
    display: none;
    position: absolute;
    top: 30px;
    right: 14px;
    min-width: 140px;
    height: 53px;
    background: #ffffff;
    font-size: 27px;
    color: #66a100;
    text-align: right;
    padding: 0 10px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 53px;
}
.mp-profit .jq--mp-profit.visible {
    display: block;
}
.mp-profit .jq--mp-profit.hidden {
    display: none;
}

/** VIEW KEYS ON LIST */
.wh-popup-viewkeyshistory h1 {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 25px !important;
    padding: 0 !important;}
.wh-popup-viewkeyshistory-content {
    font-size:12px !important;
}

#mp-wholesale-viewkeyshistory {
    width:95%;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #EFEFEF;}

#mp-wholesale-viewkeyshistory tr {
    border-bottom: 1px solid #FFF;
}
#mp-wholesale-viewkeyshistory td {
    padding: 10px;
    font-size: 12px;
    text-align:left;}
#mp-wholesale-viewkeyshistory th {
    padding: 10px;
    font-size:14px;
    text-align:left;
    background-color:#DADADA;}

.key-status-1 {
    background-color: #FEFFBF; }
.key-status-2 {
    background-color: #C2FFBF; }
.key-status-3 {
    background-color: #FFCFCF; }
.key-status-4 {
    background-color: #FFCFCF; }
.key-status-7 {
    background-color: #BFE6FF; }

#content-tabs .wholesale-advantages {
    padding: 50px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', Sans-Serif;
    height: 208px;
    border-bottom: 1px solid #cfcfd0;
    background-image: url('/skin/frontend/gate/default/images/wholesale-advantages-bg.jpg');
}

#content-tabs .wholesale-advantages-left {
    width: 430px;
    display: inline-block;
    float: left;
    padding-right: 50px;
}

#content-tabs .wholesale-advantages-right {
    width: 430px;
    display: inline-block;
    float: left;
}

#content-tabs .wholesale-advantages-right h3{
    font-size: 26px;
    color: #266ed0;
    font-weight: lighter;
    margin-bottom: 15px;
}

#content-tabs .wholesale-advantages-right ul li{
    padding-left: 20px;
    font-size: 16px;
    color: #5b6a72;
    margin-bottom: 7px;
    line-height: 1.2;
    background-image: url(/skin/frontend/gate/default/images/marketplace/rating/user-ok.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
}

#content-tabs .wholesale-advantages-left h2 {
    font-size: 39px;
    color: #5b6a72;
    font-weight: lighter;
    line-height: 1.2;
    margin-bottom: 20px;
}

#content-tabs .wholesale-advantages-left h2 span {
    color: #2469ce;
}


#content-tabs .wholesale-advantages-left h1 {
    font-size: 42px;
    font-weight: bold;
    padding-left: 0;
    margin-right: 0;
    color: #8db44a;
}

.join-wholesale-box {
    padding: 30px 30px 30px 85px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background-position: 30px 40px;
    background-repeat: no-repeat;
}

.join-wholesale-box, .join-wholesale-box * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}


.join-wholesale-box.join-wholesale-green {
    background-color: #dfeed7;
    background-image: url(/skin/frontend/gate/default/images/icon-ok-circle.png);
}

.join-wholesale-box.join-wholesale-green h4{
    color: #7eb02b;
}


.join-wholesale-box.join-wholesale-blue {
    background-color: #cde5fa;
    margin-top: 30px;
    background-image: url(/skin/frontend/gate/default/images/icon-info-circle.png);
}

.join-wholesale-box.join-wholesale-blue h4{
    color: #2375e5;
}


.join-wholesale-box .join-wholesale-box-left {
    display: inline-block;
    float: left;
    color: #8e9199;
    font-size: 15px;
    width: 370px;
}

.join-wholesale-box .join-wholesale-box-left h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.join-wholesale-box > a {
    display: inline-block;
    float: right;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 35px;
    margin-top: 25px;
    background: rgb(40,133,230); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(40,133,230,1) 0%, rgba(31,103,223,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,133,230,1)), color-stop(100%,rgba(31,103,223,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(40,133,230,1) 0%,rgba(31,103,223,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(40,133,230,1) 0%,rgba(31,103,223,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(40,133,230,1) 0%,rgba(31,103,223,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(40,133,230,1) 0%,rgba(31,103,223,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2885e6', endColorstr='#1f67df',GradientType=0 ); /* IE6-9 */

}

.join-wholesale-box > a:hover {
    color: #fff;
    background: rgb(57,143,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(57,143,229,1) 0%, rgba(57,120,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,143,229,1)), color-stop(100%,rgba(57,120,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(57,143,229,1) 0%,rgba(57,120,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(57,143,229,1) 0%,rgba(57,120,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(57,143,229,1) 0%,rgba(57,120,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(57,143,229,1) 0%,rgba(57,120,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398fe5', endColorstr='#3978dd',GradientType=0 ); /* IE6-9 */
}

table#ratings th, table#ratings td{padding:5px 20px;text-align: left;}
table#ratings th:nth-child(2){width:440px;}
table#ratings th{color:#ccc;font-weight: normal;}
table#ratings a{color:#00a8ff;font-weight: bold;}
.my-account h2{font-size:22px;}
.my-account h3{font-size:14px;margin:10px 10px 30px;color:#aaa;font-weight: normal;}
table#ratings{margin-bottom: 20px;width:100%;}
table#ratings tr{border-bottom:1px solid #ccc;}
table#ratings tr:last-child{border-bottom: none;}

.marketplace-table {
    width:100%;
    text-align: left;
}
.marketplace-table a {
   color: #2475E1;
   text-decoration:none;
}
.marketplace-table a:hover {
   color: #29D1FB;
    text-decoration:none;
}
.marketplace-table th {
    background-color: #EFEFF0;
    padding:5px;
}
.marketplace-table td {
    padding:5px;
}
.marketplace-table tr {
    border-bottom: 1px solid #EFEFF0;
}



/* Autocomplete marketplace----------------------------------*/
.ui-autocomplete-loading {
    background-color: #18191b !important;
    background-image: none !important;
}
* html .ui-autocomplete { width:1px; }
.jq-marketplace-autocomplete-search-add{
    position: absolute;
    cursor: default;
    background: #fff;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}
.jq-marketplace-autocomplete-search-add{
    list-style:none;
    padding: 0;
    margin: 0;
    display:block;
    z-index: 95 !important;
    width: 378px !important;
    overflow: auto;
    zoom: 1;
    height: 190px;
}
.jq-marketplace-autocomplete-search-add .ui-menu-item {
    min-height: 25px;
    line-height: 19px;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    overflow: hidden;
}
.jq-marketplace-autocomplete-search-add a {
    color: #5D5D5D;
}
.jq-marketplace-autocomplete-search-add .ui-menu-item a.ui-state-hover,
.jq-marketplace-autocomplete-search-add .ui-menu-item a.ui-state-active {
    background: silver;
    border-radius: 3px;
}
.jq-marketplace-autocomplete-search-add .ui-menu-item:hover,
.jq-marketplace-autocomplete-search-add .ui-menu-item-highlight {
    color: #5D5D5D;
    background-color: #F0F0F0;
    text-decoration: none;
}
.jq-marketplace-autocomplete-search-add .ui-menu-item:hover a,
.jq-marketplace-autocomplete-search-add .ui-menu-item-highlight a{
    color: #5D5D5D;
    background-color: #F0F0F0;
    text-decoration: none;
}
.jq-marketplace-autocomplete-search-list{
    position: absolute;
    cursor: default;
    background: #fff;
    border: 1px solid silver;
    list-style:none;
    padding: 0;
    margin: 0;
    display:block;
    z-index: 95 !important;
    width: 378px !important;
    overflow: auto;
    zoom: 1;
    height: 190px;
}
.jq-marketplace-autocomplete-search-list .ui-menu-item {
    min-height: 25px;
    line-height: 19px;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    overflow: hidden;
}
.jq-marketplace-autocomplete-search-list a {
    color: #5D5D5D;
}
.jq-marketplace-autocomplete-search-list .ui-menu-item a.ui-state-hover,
.jq-marketplace-autocomplete-search-list .ui-menu-item a.ui-state-active {
    background: silver;
    border-radius: 3px;
}
.jq-marketplace-autocomplete-search-list .ui-menu-item:hover,
.jq-marketplace-autocomplete-search-list .ui-menu-item-highlight {
    color: #5D5D5D;
    background-color: #F0F0F0;
    text-decoration: none;
}
.jq-marketplace-autocomplete-search-list .ui-menu-item:hover a,
.jq-marketplace-autocomplete-search-list .ui-menu-item-highlight a{
    color: #5D5D5D;
    background-color: #F0F0F0;
    text-decoration: none;
}

.reso_icon{
    background: url(../images/flag.png) no-repeat;
    width:55px;
    height: 40px;
    display: block;
    float:left;
    margin: 0 0 0 6px;
}

.box-my-orders {
    margin: 0;
    width: 450px;
    position: relative;
}

.box-my-orders-white {
    width: 450px;
    height: 15px;
    background: #F2F2F2;
}

.box-my-orders-gray {
    width: 450px;
    height: 105px;
    background: #ffffff;
    border-radius: 0 0 4px 4px ;
}

.box-my-order-row-img {
    left: 15px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.box-my-order-row {
    display: block;
    float: right;
    margin: 14px 45px 20px;
    overflow: hidden;
}

.box-my-order-row .box-my-order-text {
    color: #454b50;
    font-size: 12px;
    font-family: Arial, Tahoma, sans-serif;
    font-weight: bold;
    left: 105px;
    margin: 0 0 22px 15px;
    position: absolute;
    text-transform: uppercase;
}

.box-my-order-button {
    position: absolute;
    right: 15px;
    top: 65px;
}

.box-my-order-button a {
    color: #fff;
    font-family: 'Roboto',Arial, sans-serif;
    text-align: center;
    background: #fb4e25;
    width: 315px;
    padding: 13px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
}

#show-extra{display:none;}

#show-extra h2{
    font-size:20px;
    color: #000;
    margin-top:30px;
    font-weight:normal;
}

#show-extra h3{
    font-size: 16px;
    color: #000;
}
#show-extra h4{
    color: #aaa;
    font-weight: normal;
    margin: 0 10px;
}

#show-extra a{
    color: #2475e1;
}

#show-extra .breaker{
    width: 700px;
    background: #eee;
    height: 5px;
    margin-top: 20px;
}

#transaction-rating{
    display:none;
    margin-bottom:15px;
}

#transaction-rating h3{
    margin-top: 25px;
}

.transaction-comment{
    font-size:13px;
    color:#999;
    padding-left:35px;
    margin-left:20px;
    background-size: 22px;
    background-repeat: no-repeat;
}

.transaction-comment p{font-size:11px;font-style: italic;}


.transaction-comment.positive{
    background-image: url('/skin/frontend/gate/default/images/marketplace/dashboard/good.jpg');
}

.transaction-comment.negative{
    background: url('/skin/frontend/gate/default/images/marketplace/dashboard/bad.jpg') no-repeat;
}

#change-request{
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #999;
    padding: 7px 20px;
    border-radius: 4px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

#sold-bought{
    background: #E3E3E5;
    margin-bottom: 30px;
    font-family: verdana;
}

#sold-bought a{color:#666666;display: inline-block;padding:15px 30px;text-decoration: none;}

#sold-bought a.active{
    border-bottom: 3px solid #006CFF;
    color: #000000;
}

.js-receive-rating{
    text-align:left;
    background:#eee;
    border:1px solid #ccc;
    border-radius:5px;
    padding:20px;
    margin-top:20px;
    width:653px;
}

.taobao {
    width: 400px;
    height: 650px;
    margin: 37px 45px;
}

.taobao input[type=submit] {
    clear: both;
    float: right;
    display: block;
    background: #7dbc00;
    background: -moz-linear-gradient(top, #7dbc00 1%, #4a9400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7dbc00), color-stop(100%,#4a9400));
    background: -webkit-linear-gradient(top, #7dbc00 1%,#4a9400 100%);
    background: -o-linear-gradient(top, #7dbc00 1%,#4a9400 100%);
    background: -ms-linear-gradient(top, #7dbc00 1%,#4a9400 100%);
    background: linear-gradient(to bottom, #7dbc00 1%,#4a9400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbc00', endColorstr='#4a9400',GradientType=0 );
    width: 221px;
    height: 37px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 22px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.taobao input[type=text] {
    clear: both;
    display: inline;
    border: solid 1px #E6E6E6;
    border-top: solid 2px #E6E6E6;
    border-radius: 4px;
    color: #2E2E2E;
    font-size: 14px;
    padding: 0 10px;
    margin-left: 16px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.taobao .tb-row {
    display: block;
    overflow:hidden;
    margin-bottom: 8px;
    float:right;
}


button.create-ticket {
    white-space: nowrap;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    padding: 4px 12px;
}

button.create-ticket.disabled {
    border: 1px solid #cecece;
    background: #F9F9F9;
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: linear-gradient(#ffffff, b#f2f2f2);
    color: #cecece;
    cursor: default;
    pointer-events: none;
}

button.create-ticket.disabled img{
    -webkit-filter: invert(0.3);
    filter: invert(0.3);
}

button.create-ticket:hover {
    background: #3cb0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #3cb0f0 0%, #2a83ea 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0f0), color-stop(99%,#2a83ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3cb0f0 0%,#2a83ea 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3cb0f0 0%,#2a83ea 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0f0', endColorstr='#2a83ea',GradientType=0 ); /* IE6-9 */
}

#parent {display: table;}

#child {
    display: table-cell;
    vertical-align: middle;
}

/* invoice address form popup */
.invoice-address-form {
    position:absolute;
    background-color: transparent;
}
.invoice-address-form .m-row {
    margin: 0;
}
.invoice-address-form .m-row .m-if-left {
    padding-top: 0;
    line-height: 19px;
    display: table;
    height: 40px;
}
.invoice-address-form .m-row .m-if-left > span {
    display: table-cell;
    vertical-align: middle;
}
.invoice-address-form .m-row .m-if-right {
    width: 350px;
}
.invoice-address-form .m-row .m-if-right label.error {
    padding: 0;
    display: block;
}
.invoice-address-form .m-row .m-if-right input.error {
    border: 1px solid #df280a;
}
.invoice-address-form .m-row .m-if-right select {
    width: 327px;
}
.invoice-address-form .row-choice .choice {
    float: left;
    font-size: 13px;
    line-height: 45px;
    margin: 0 20px 0 0;
}
.invoice-address-form .row-choice .choice > input {
    height: auto;
    width: auto;
    float: left;
    margin: 15px 5px 0 0;
}
.invoice-address-form .row-choice .choice > label {
    float: left;
}
.invoice-address-form .row-choice .jq-company-form,
.invoice-address-form .row-choice .jq-individual-form {
    display: none;
}
.invoice-address-form .mp-user-popup .mp-close {
    right: 15px;
}
.invoice-address-form .message {
    margin-bottom:14px;
    color:red;
}
