
.marketplace-main {
    width: 998px;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    margin-bottom: 0 !important;
}

.marketplace-main strong {
    font-weight: bold;
}

.receive-captcha {
    width: 100%;
    border: 1px solid #91a570;
    padding: 20px;
    min-height: 120px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(153, 153, 153, 0.3);
    background-color: #ffffff;
}

.mp-ratekey {
    background-color: #ffffff;
    padding: 35px;
    -moz-box-shadow: 0 0 3px rgba(153,153,153,.18); /* outer glow */
    -webkit-box-shadow: 0 0 3px rgba(153,153,153,.18); /* outer glow */
    box-shadow: 0 0 3px rgba(153,153,153,.18); /* outer glow */
    width: 100%;
    margin-top: 20px;
    display: inline-block;
	line-height: 22px;

}
.mp-ratekey h3 {
    font-size: 20px;
    min-height: 44px;
}
.mp-ratekey-seller {
	margin-top: 7px;
}
.mp-ratekey-seller span {
	color: #da5700;
}

.mp-ratekey-box {
    width: 205px;
    position: relative;
    height: 291px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/boxbg.png');
	margin: 74px 0 0;
}

.mp-ratekey-box img {
    position: absolute;
    top: 11px;
    left: 7px;
}

.mp-ratekey-key {
    margin-left: 44px;
    width: 400px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 9px;
}

.mp-ratekey-keybox {
    background-color: #f4f4f4;
    padding: 9px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.mp-ratekey-greenbox {
    width: 100%;
	background-color: #d8ff8c;
	padding: 15px;
	-moz-box-shadow: 0 0 3px rgba(153,153,153,.3);
	-webkit-box-shadow: 0 0 3px rgba(153,153,153,.3);
	box-shadow: 0 0 3px rgba(153,153,153,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mp-ratekey-greenbox input {
    width: 100%;
	border: 1px solid #91a570;
	height: 50px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mp-ratekey-greenbox textarea {
    width: 100%;
    border: 1px solid #91a570;
    height: 130px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 0px 0px 2px rgba(153, 153, 153, 0.3);
	resize: none;
    -moz-resize: none;
}

.mp-ratekey-keybox .m-row {
    text-align: right;
    margin-top: 10px;
}

.mp-ratekey-keybox .m-row span {
    font-size: 12px;
    color: #2475e1;
	margin-right: 5px;
}

.mp-ratekey-keybox .m-row button {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* border radius */
    -moz-box-shadow: 0 1px 1px rgba(1,1,1,.88); /* drop shadow */
    -webkit-box-shadow: 0 1px 1px rgba(1,1,1,.88); /* drop shadow */
    box-shadow: 0 1px 1px rgba(1,1,1,.88); /* drop shadow */
    background: #499400;
    background-image: -moz-linear-gradient(bottom, #499400 0%, #7dbc00 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #499400 0%, #7dbc00 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #499400 0%, #7dbc00 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #499400 0%, #7dbc00 100%); /* gradient overlay */
    border: none;
    padding: 7px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 5px;
}

.mp-ratekey-keybox .m-row button img {
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
}

.mp-ratekey-keybox .m-row button.unactive {
    cursor: default;
    color: #70AD00;
    background: #f1f1f1;
    background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
}

.mp-ratekey-keybox .m-row button.unactive img {
	display: none;
}

.mp-ratekey-keybox .m-row button.unactive:hover {
    background: #f1f1f1;
    background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 100%); /* gradient overlay */
}

.mp-ratekey-keybox .m-row button:hover {
    background: #61ad00;
    background-image: -moz-linear-gradient(bottom, #61ad00 0%, #95cb00 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #61ad00 0%, #95cb00 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #61ad00 0%, #95cb00 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #61ad00 0%, #95cb00 100%); /* gradient overlay */
}

.mp-ratekey-activate {
    margin-top: 15px;
}

.mp-ratekey-activate a {
    color: #2475e1;
    text-decoration: none;
}

.mp-ratekey-like {
    font-size: 13px;
    width: 217px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #b4b4b4;
    padding-top: 93px;
    padding-bottom: 112px;
}

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


.mp-ratekey-like strong {
    color: #d95606;
    margin-bottom: 6px;
    display: block;
}

.mp-ratekey-like img{
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-grey-feedback {
    background-color: #ebedef;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 14px;
	padding-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 7px;
	line-height: 19px;
}

.m-grey-feedback .first-column{
    font-weight: lighter;
    width: 100px;
    margin-right: 10px;
    text-align: right;
}
.invalidh3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
textarea.mp-feedback {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
    padding: 15px;
    margin-top: 10px;
    font-family: "Arial";
    font-size: 16px;
    color: #aaabac;
    height: 124px;
    resize: none;
}
textarea.mp-feedback.error {
     border: 1px solid red;
}
.mp-feedback-send {
    text-align: right;	
	margin-top: 5px;
}

.mp-feedback-send button{
	padding: 0 15px;
    height: 37px;
    border: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    -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: #2376e2; /* layer fill content */
    background-image: -moz-linear-gradient(bottom, #1f67df 0%, #2783e5 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #1f67df 0%, #2783e5 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #1f67df 0%, #2783e5 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #1f67df 0%, #2783e5 100%); /* gradient overlay */
    cursor: pointer;
}

.mp-feedback-send button:hover {
    background-color: #2376e2; /* layer fill content */
    background-image: -moz-linear-gradient(bottom, #2a81e9 0%, #339bec 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #2a81e9 0%, #339bec 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #2a81e9 0%, #339bec 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #2a81e9 0%, #339bec 100%); /* gradient overlay */
}

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


.marketplace-main * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    font-family: "Arial";
}

.button_inst_activate2 {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #256D96;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 0px 23px 0px 20px;
    line-height: 40px;
    height: 41px;
    border: solid 1px #dedede;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

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


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




/* *****************************************  */






.mp-status {
    height: 31px;
    line-height: 31px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
     -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    display: inline-block;
    padding-left: 15px;
    font-family: "Arial";
    padding-right: 33px;
    text-transform: uppercase;
    font-size: 16px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/info2.png');
    color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border-right: 10px solid transparent;


}

.mp-status.mp-s-orange {
    background-color: #df9800;
}

.mp-status.mp-s-red {
    background-color: #e8010b;
}

.mp-status.mp-s-green {
    background-color: #639903;
}



.mpt-1 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 {
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-uzupelnianie {
    position: absolute;
    width: 358px;
    margin-top: 42px;
    z-index: 9;
    background-color: #fff;
        -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #e6e6e6;
    height: 149px;
    overflow: auto;

}

.mp-uzupelnianie li {
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.mp-uzupelnianie li:hover {
    background-color: #f4f4f4;
}

.mp-acc-menu > ul {
    width: 100%;
    margin-top: 70px;
}


.mp-acc-menu > ul > li {
    min-height: 60px;
    font-size: 18px;
    color: #2475e1;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #e1e7f0;
    line-height: 60px;
}

.mp-acc-menu > ul > li span {
    float: left;
    display: inline-block;
}


.mp-acc-menu > ul > li .mp-menu-ico {
    width: 26px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.mp-acc-conetent {
    width: 736px;
    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: 0px 0px 7px rgba(0, 0, 5, 0.15);
    -moz-box-shadow:    0px 0px 7px rgba(0, 0, 5, 0.15);
    box-shadow:         0px 0px 7px rgba(0, 0, 5, 0.15);
    padding: 29px 34px 29px 34px;
}

.mp-acc-conetent .m-row h3 {
    display: inline-block;
    float: left;
    font-size: 24px;
    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: 0px 0px 3px rgba(0, 0, 3, 0.15);
    -moz-box-shadow:    0px 0px 3px rgba(0, 0, 3, 0.15);
    box-shadow:         0px 0px 3px rgba(0, 0, 3, 0.15);
}

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

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

.m-tip {
    display: inline-block;
    float: left;
    width: 480px;
    
}

.m-tips-mover {
    left: 0px;
    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-tc-left, .m-tc-right{
    width: 40px;
    cursor: pointer;
    height: 40px;
    border: 1px solid #e7e6ab;
    text-align: center;
    line-height: 35px;
    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: 0px;
    top: 2px;
    cursor: pointer;
}

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

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

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

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

.m-if1 .m-if-right input {
    height: 40px;
    font-size: 14px;
    background: #d1d1d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d1d1d1 0%, #fafafa 4%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(4%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d1d1d1 0%,#fafafa 4%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d1d1d1 0%,#fafafa 4%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d1d1d1 0%,#fafafa 4%); /* IE10+ */
    background: linear-gradient(to bottom,  #d1d1d1 0%,#fafafa 4%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    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: 0px 2px 3px rgba(0, 0, 6, 0.15);
-moz-box-shadow:    0px 2px 3px rgba(0, 0, 6, 0.15);
box-shadow:         0px 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: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #484b50 transparent;
} 

.m-select-arrow {
    width: 0px;
    height: 0px;
    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 button {
    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: 0px 2px 3px rgba(0, 0, 6, 0.15);
    -moz-box-shadow:    0px 2px 3px rgba(0, 0, 6, 0.15);
    box-shadow:         0px 2px 3px rgba(0, 0, 6, 0.15);
}

.m-input-fields .m-row {
    font-size: 11px;
    color: #5d5d5d;
}

.clear-fix {
    clear: both;
}

button.mp-sell {
    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;

    border-radius: 3px;
    border: none;
    padding: 12px 17px 12px 17px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 125px;
    cursor: pointer;
}


button.mp-sell: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 */
}


.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 button: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-select ul {
    position: absolute;
    z-index: 3;
    display: none;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 130%;
    left: 0px;
    border: 1px solid #d0d0d0;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.m-select ul li {
    padding-left: 5px;
    padding-right: 5px;
    height: 32px;
    line-height: 32px;
}

.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;
}

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: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 11px;
}

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: 100%;
    background-color: #f0f0f0;
    padding: 5px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #292c30;
}

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

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

.mp-th-search input[type='text']{
    height: 34px;
    background-color: #fff;
    width: 188px;
    font-size: 14px;
    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;
    background-color: #fff;
    padding-left: 10px;
    font-size: 14px;
    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 */
}


.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;
}

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

.mpt-1 {
    width: 665px;
}

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

.mpt-1 tr td:nth-child(1) img {
    width: 52px;
} 

.mpt-1 tr td:nth-child(1) {
    vertical-align: top;
}

.mpt-1 tr td:nth-child(1) {
    text-align: center;
}

.mpt-1 tr td:nth-child(2) h2 {
    color: #2475e1;
    font-size: 18px;
    font-weight: bold;
}

.mpt-1 tr td:nth-child(2) small{
    font-size: 14px;
    color: #414141;
}

.mpt-1 tr td:nth-child(2) 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;
}

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

.mpt-1 tr td:nth-child(3) small {
    font-weight: lighter;
    font-size: 12px;
}

.mpt-1 tr td:nth-child(3) a {
    text-decoration: none;
    color: #2475e1;
}

.mpt-1 tr td:nth-child(3) a:hover {
    color: #00a8ff;
}

.mpt-1 tr {
    border-bottom: 1px solid #d6d6d6;
}

.m-tips-mover {

}

.mp-front {
    padding: 15px;
    background-color: #303336;
}

.mp-front-menu {
    width: 100%;
    min-height: 66px;
    display: inline-block;
    position: absolute;
}

.mp-front-menu > li {
    float: left;
    min-height: 66px;
    cursor: pointer;
    
    display: inline-block;
    z-index: 5;
    position: relative;
    font-size: 16px;
    color: #fff;
    border: 1px solid #292c2f;
    background: #4c4f54; /* Old browsers */
    background: -moz-linear-gradient(top,  #4c4f54 0%, #383b3e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4f54), color-stop(100%,#383b3e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4c4f54 0%,#383b3e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4c4f54 0%,#383b3e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4c4f54 0%,#383b3e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4c4f54 0%,#383b3e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4f54', endColorstr='#383b3e',GradientType=0 ); /* IE6-9 */

}


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


.mp-front-menu > li:nth-child(1) {
    width: 113px;
}


.mp-front-menu > li:nth-child(2) {
    width: 213px;
}


.mp-front-menu > li:nth-child(3) {
    width: 221px;
}


.mp-front-menu > li:nth-child(4) {
    width: 212px;
}


.mp-front-menu > li:nth-child(5) {
    width: 212px;
}


.mp-front-menu > li strong {
    position: absolute;
    top: 13px;
    left: 20px;

}

.mp-front-menu > li > span {
    position: absolute;
    top: 32px;
    font-size: 14px;
    color: #c6c6c6;
    left: 20px;
}

.mp-front-arrow {
    width: 0px;
    position: absolute;
    right: 15px;
    top: 20px;
    height: 0px;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #ffffff transparent transparent transparent;
}

.mp-front-menu > li span img {
    display: none;
}

.mp-front-menu > li.active span img {
    display: inline-block;
}

.mp-front-menu > li.active .mp-fm-strip{
    background-color: #00a8ff;
    display: block;
}

.mp-front-menu > li.pushed .mp-fm-strip{
    background-color: #64666a;
    display: block;
}

.mp-fm-strip {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.mp-front-menu > li.pushed {
    background: none;
    background-color: rgba(66,69,73,0.95) !important;
}

.mp-front-menu > li.pushed:hover {
    background: none;
    background-color: rgba(66,69,73,0.95) !important;
}

.mp-front-menu > li.pushed strong {
    color: #00a8ff;
}

.mp-front-menu > li.pushed .mp-front-arrow {
    border-color: #04a0f1 transparent transparent transparent;
}

.mp-front-menu > li ul {
    font-size: 15px;
    color: #c6c6c6;
    margin-top: 80px;
    display: none;

    
}

.mp-front-menu > li ul > li {
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
}

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

.mp-fm-ico {
    width: 32px;
    text-align: center;
    display: inline-block;
}

.mp-front-range {
    display: block;
    width: 100%;
    background-color: #212325;
    margin-top: 66px;
    height: 50px;
}

.mp-views {
     display: inline-block;
     width: 168px;
     float: right;
     margin-top: 7px;
     margin-right: 0px;
}

.mp-views li {
    float: left;
    opacity: 0.5;
    cursor: pointer;
}

.mp-views li.active {
    opacity: 1;
}

.mp-views li:hover {
    opacity: 0.8;
}

.mp-views li.active:hover {
    opacity: 1;
}

.mp-range {
    width: 500px;
    display: inline-block;
    float: left;
    line-height: 50px;
    color: #fff;
    margin-left: 10px;
}

.mp-range span {
    display: inline-block;
    float: left;
}

.mp-range .mp-range-drag {
    margin-right: 2px;
    margin-left: 8px;
    margin-top: 22px;
    display: inline-block;
    float: left;
    width: 139px;
    height: 6px;
}

.mp-range-min, .mp-range-max {
    display: inline-block;
    float: left;
    margin-left: 10px;
    font-weight: bold;
    margin-right: 5px;
    color: #cf4b20;
}

.mp-front-view-1 {
    margin-top: 18px;
}

.mp-front-view-1 ul {
    width: 100%;
    position: relative;
}

.mp-front-view-1 ul li {
    width: 236px;
    height: 342px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 8px;
    border: 3px solid transparent;
    margin-bottom: 14px;
     -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.mp-front-view-1 ul li:nth-child(4n) {
    margin-right: 0;
}

.mp-front-view-1 ul li img.main-pic {
    position: absolute;
    width: 230px;
    top: 0;
    left: 0;
    height: 336px;
    z-index: 1 !important;
}

.mp-front-view-1 ul li *{
    z-index: 2;
    position: relative;
}

.mp-procuct-head{
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
    height: 41px;
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 41px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
}

.mp-front-view-1 > ul > li {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 3px 3px rgba(0, 0, 0, 0.1);
}

.mp-front-view-1 > ul > li:hover {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 3px 3px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 3px 3px rgba(0, 0, 0, 0.7);
}

.mp-procuct-head.mp-p-head-1 { background-image: url('/skin/frontend/gate/default/images/marketplace/rating/p-head-1.png') }
.mp-procuct-head.mp-p-head-2 { background-image: url('/skin/frontend/gate/default/images/marketplace/rating/p-head-2.png') }
.mp-procuct-head.mp-p-head-3 { background-image: url('/skin/frontend/gate/default/images/marketplace/rating/p-head-3.png') }
.mp-procuct-head.mp-p-head-4 { background-image: url('/skin/frontend/gate/default/images/marketplace/rating/p-head-4.png') }


.mp-product-info {
    padding: 15px;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    position: absolute !important;
    bottom: 0px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.mp-product-info small {
    font-size: 14px;
    color: #adadad;
    text-decoration: line-through;
}

.mp-product-info .mp-pi-discount {
    display: inline-block;
    float: left;
    width: 49px;
    height: 22px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/discount.png');
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
     margin-bottom: -3px;
   
}

.mp-product-info strong.mp-pi-price {
    display: inline-block;
    float: left;
    font-size: 21px;
    color: #ff4b04;
    margin-bottom: -3px;
    font-weight: bold;
    margin-top: 4px;
}

.mp-front-view-1 li:hover {
    border: 3px solid #ff5603;
}

.mp-front-view-1 li:hover .mp-product-info h4{
    display: block;
}

.mp-front-view-1 li:hover .mp-product-info button{
    display: inline-block;
}

.mp-front-view-1 li:hover .mp-product-info .mp-product-ico {
    display: block;
}


.mp-product-info h4{
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    margin-bottom: 7px;
    opacity: 0;
    font-size: 16px;
    display: none;
}

.mp-product-info button {
    border: none;
    opacity: 0;
    width: 70px;
    display: none;
    height: 27px;
    position: absolute !important;
    color: #fff;
    bottom: 5px;
    right: 5px;
    bottom: 16px;
    right: 12px;
    background: #81b500; /* Old browsers */
    background: -moz-linear-gradient(top,  #81b500 0%, #659306 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81b500), color-stop(100%,#659306)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #81b500 0%,#659306 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #81b500 0%,#659306 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #81b500 0%,#659306 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #81b500 0%,#659306 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b500', endColorstr='#659306',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

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


.mp-product-ico.mp-pi-1 {
    top: -39px;
    right: 0px;
     position: absolute !important;
    display: none;
    opacity: 0;
}


.mp-product-ico.mp-pi-2 {
    top: -39px;
    right: 56px;
     position: absolute !important;
    display: none;
    opacity: 0;
}

.mp-item {
    width: 290px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-right: 5px solid #fd4400;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.22);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.22);
    box-shadow:         0px 0px 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;
}

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



.mp-quantity {
    margin-bottom: 6px;
    margin-top: 25px;
}



.mp-q-pirce {
    float: right;
    width: 208px;
    height: 53px;
    margin-left: 8px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    padding-right: 35px;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    color: #ff4d00;
    background-image: url('/skin/frontend/gate/default/images/marketplace/dropdown3.png');
    display: none;
}

.mp-q-pirce

.mp-q-pirce:hover {
    background-position: 0 -53px;
}

.mp-item-bn {
    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: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow:    0px 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow:         0px 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: 0px 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;
}

.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-product-content-freegames {
    text-align: center;
    margin-top:15px;
    clear: both;
    padding: 0 20px 20px 20px;
}
.mp-item-bn-freegames {
    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: 0px 1px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow:    0px 1px 2px rgba(0, 0, 0, 0.28);
    box-shadow:         0px 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: 0px 2px 2px rgba(0, 0, 0, 0.22);
    color: #fff;}
.mp-item-bn-freegames: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-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/rating/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/rating/discount.png');
}

.mp-q-expand {
    position: absolute;
    right: 0px;
    top: 53px;
    display: none;
}
.mp-q-expand.mp-q-expand-wh {
	width: 450px;
}
.mp-q-pirce.active .mp-q-expand{
    display: block;
}

.mp-qe-top {
    width: 381px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/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/rating/check.png');
}


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

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


.mp-acc-menu > ul > li.active {
    color: #ff4003;
}

.mp-acc-menu > ul > li.active .mp-acc-sub-menu {
    display: block;
}

.mp-acc-menu > ul > li:hover {
    color: #00a8ff;
}

.mp-acc-sub-menu{
    width: 100%;
    display: none;
    clear: both;
    font-size: 14px !important;
    margin-bottom: 12px;
    color: #ff4003;

}

.mp-acc-sub-menu li{
    line-height: 30px;
    padding-left: 36px;
}


.mp-front-view-1 li:nth-child(1){
    margin-bottom: 40px;
}

.mp-front-view-1 li:nth-child(2){
    margin-bottom: 40px;
}

.mp-front-view-1 li:nth-child(3){
    margin-bottom: 40px;
}
.mp-front-view-1 li:nth-child(4){
    margin-bottom: 40px;
}

.mp-front-view-1 hr {
    border-top: 1px solid #1c1d1d;
    background-color: #404245;
    width: 100%;
    height: 2px;
    margin-top: 362px;
    position: absolute;
}

.m-if1 .m-if-right .m-row img {
    margin-left: 8px;
    opacity: 0.7;
    cursor: pointer;
}

.m-if1 .m-if-right .m-row img:hover {
    opacity: 1;
}

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

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

.mp-big-check-txt {
    font-size: 12px;
}

.mp-big-check-cont {
    margin-left: 120px;
    margin-bottom: 10px;
}

.mp-big-check-cont span {
    font-size: 12px;
}

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 {
    color: #fff;
}

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

.mp-user-rating .mp-o-ratio {
    width: 14px;
    margin-left: 10px;
    height: 15px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/ratio.png');
}
.mp-user-rating.wh-table .mp-o-ratio {

}
.mp-user-rating tbody tr.active  .mp-o-ratio{
    background-position: -14px 0;
}

.flag_ramka3 {
	border: 1px solid #818181;
	height: 24px;
	width: 32px;
	margin-top: 4px;
}

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

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

.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 a {
    display: inline-block;
    float: left;
    margin-top: 11px;
}

.mp-remove-tooltip .m-row button {
    display: inline-block;
    font-size: 12px;
    float: right;
    margin-bottom: -10px;
}

.mp-remove-tooltip .mp-remove-arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
}

.mp-cancel-done a{
    margin-right: 50px;
}

.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: 4px;
    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: 0px 2px 3px rgba(0, 0, 6, 0.15);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 6, 0.15);
    box-shadow: 0px 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-if1 .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;
}


.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;
}

.m-row a {
    color: #2475e1;
    text-decoration: none;
}

.m-row a:hover {
    color: #00a8ff;
}


.mp-modals-overlay {
    position: fixed;
    width: 100%;
    z-index: 9999999999999;
    display: none;
    height: 100%;
    padding-top: 150px;
    background-color: rgba(0,0,0,0.8);
    font-family: "Arial";
}


.mp-modals-overlay.active {
    display: block;
}


.mp-modal {
    width: 574px;
    padding: 25px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
}


.mp-modal .m-row h2 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    float: left;
    color: #292c30;
}

.mp-modal .m-row .mp-close3 {
    float: right;
    display: inline-block;
}


.mp-modal .m-row p {
    font-size: 14px;
    color: #414141;
    width: 90%;
}

.mp-modal .m-row p.bold {
    font-weight: bold;
}


.mp-modal-head {
    margin-bottom: 15px;
}

.modal-pay {
    width: 100%;
    padding-top: 3px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 3px;
    background-color: #e4e4e4;
}

.modal-pay > li {
    width: 127px;
    height: 47px;
    margin-right: 3px;
    background-color: #e4e4e4;
    line-height: 47px;
    color: #929292;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    float: left;
    cursor: pointer;

}

.modal-pay > li:hover {
    background-color: #f2f2f2;
}

.modal-pay > li img {
    opacity: 0.5;
}

.modal-pay > li.active {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #463f29;
}

.modal-pay > li.active img {
    opacity: 1;
}

.modal-pay-content > li {
    display: none;
}

.modal-pay-content > li.active {
    display: block;
}

.modal-pay-content .m-if1 .m-if-right {
    margin-left: 10px;
    display: inline-block;
    float: left;
    width: 300px;
}

.m-input-fields p {
    font-size: 14px;
    margin-bottom: 15px;
}

.m-input-fields p strong {
    font-weight: bold;
}

.m-input-fields p strong.green {
    color: #66a100;
}

.m-if-right textarea {
    font-size: 14px;
    background: #d1d1d1;
    background: -moz-linear-gradient(top, #d1d1d1 0%, #fafafa 2%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(2%,#fafafa));
    background: -webkit-linear-gradient(top, #d1d1d1 0%,#fafafa 2%);
    background: -o-linear-gradient(top, #d1d1d1 0%,#fafafa 2%);
    background: -ms-linear-gradient(top, #d1d1d1 0%,#fafafa 2%);
    background: linear-gradient(to bottom, #d1d1d1 0%,#fafafa 2%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#fafafa',GradientType=0 );
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Arial";
    padding-right: 10px;
    line-height: 25px;
}

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

.m-if-info {
    display: inline-block;
    float: left;
    width: 160px;
    padding: 7px;
    color: #ae5666;
    background-color: #f6d9de;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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


.g2a-shield-main {
    width: 998px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: left top;
    background-color: #83878c;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/header.jpg');
    padding: 0px 15px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: "Arial";
    color: #fff;
    box-sizing: border-box;
}

.g2a-shield-main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.g2a-shield-head {
    height: 87px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 87px;
    width: 100%;
}

.g2a-shield-main .g2a-shield-head h1 {
    display: inline-block;
    float: left;
    margin-left: 27px;
}

.g2a-shield-main .g2a-shield-head img {
    margin-left: 12px;
    margin-top: 17px;
    display: inline-block;
    float: left;
}

.g2a-shield-main .gs-guarentee {
    margin-left: 13px;
    margin-top: 25px;
    font-weight: lighter;
    line-height: 17px;
    font-size: 14px;
    width: 190px;
    color: #dcdedf;
    display: inline-block;
    float: left;
    height: 87px;
}



.g2a-shield-bullets li {
    width: 335px;
    float: left;
    padding: 25px 60px 25px 25px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/shieldbg.jpg');
    background-repeat: no-repeat;
    height: 338px;
    background-position: right center;
    position: relative;
}

.g2a-shield-bullets li:last-child {
    background-image: none;
    width: 296px;
    padding: 25px 25px 25px 15px;
}

.g2a-shield-bullets li h2 {
    font-size: 20px;
    color: #f16900;
    font-weight: lighter;
    margin-top: 5px;
}

.g2a-shield-bullets li p {
    font-size: 14px;
    color: #292c30;
    margin-top: 15px;
}

.g2a-s-b-b1 {
    position: absolute;
    /*background-image: url('/skin/frontend/gate/default/images/marketplace/rating/bullet1.jpg');*/
    width: 265px;
    height: 98px;
    top: 150px;
    font-size: 14px;
    color: #292c30;
    padding: 8px 10px;
}

.g2a-s-b-b1 strong {
    font-weight: bold;
}

.g2a-s-b-b2 {
    width: 206px;
    margin-top: 23px;
    margin-left: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    line-height: 131px;
    position: relative;
    z-index: 2;
    text-indent: 20px;
    font-weight: bold;
    height: 107px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/codeunlock.jpg');
    border: none;
    background-color: transparent;
    cursor: pointer;                        
    position: absolute;   
    padding-left: 45px;
}
.g2a-s-b-b2:hover {
 background-position: 0 -107px;
 }
.g2a-s-b-b3 {
    position: absolute;
    margin-top: 0;
    margin-top: 20px;
}
.g2a-shield-t {
    min-height: 115px;
}
.mp-acc-sub-menu {
    color: #ff4003;
}

.mp-acc-sub-menu li:hover{
    color: #ff6a3b;
}

.mp-acc-menu > ul > li.active {
    color: #ff4003;
}

.mp-acc-menu > ul > li.active:hover {
    color: #ff6a3b;
}

.mp-q-expand{
    z-index: 999999;
}
.mp-q-new-head-so-type {
	line-height: 1;
	padding: 0;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 28px;
	float: left;
}
.mp-q-new-head-so-type .mp-Type {
	display: table-caption;
}
.mp-q-new-head {
    padding: 5px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #878b90;
}
.mp-q-new-head-g2a-so {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #878b90;
	display: none;
}
.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-g2a-so .mp-q-new-head-wrapper {
	border-radius: 0;
}

.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/rating/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-new-head-wrapper .mp-q-new-head-so {
	font-size: 16px;
	float: left;
	color: #50606d;
	padding-left: 5px;
}
.mp-q-new-head-wrapper:hover .mp-q-new-head-so,
.mp-q-new-head-wrapper.active .mp-q-new-head-so {
	color: #ffffff;
}
.mp-q-nh-price {
    position: absolute;
    font-size: 18px;
    right: 33px;
    color: #ff4800;
}
.mp-q-new-head-g2a-so .mp-q-nh-price {
	right: 7px;
	position: relative;
	float: right;
}
.mp-q-new-head-wrapper:hover .mp-q-nh-price {
    font-size: 18px;
    color: #fff;
}



.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-repeat: no-repeat;
    background-position: top middle;
    min-height: 84px;

}

.wh-class .mp-q-new-content{
    background: #ffffff;
}

.mp-q-new-shield{
	text-align: left;
    cursor: default;
    position: relative;
	line-height: 14px;
}
.mp-q-new-shield hr {
	margin: 10px 0px; 
	padding: 0px;
	border-color: #727378;
}
.mp-q-new-shield strong {
    padding: 4px 10px 0px 10px;
    color: #fff;
	line-height: 15px;
}

.mp-q-new-shield input {
    -webkit-appearance: none;
    width: 17px;
    cursor: pointer;
    height: 16px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/check.png');
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
}

.mp-q-new-shield input:checked {
    background-position: -17px 0;
}

.mp-q-new-shield img {
    display: inline-block;
    width: 107px;
    margin-right: 5px;
    float: left;
}

.mp-q-new-shield span.mp-q-new-shield-info {
    font-weight: lighter;
    padding-left: 40px;
    width: 180px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 14px;
	display: block;
	 background-image: url('/skin/frontend/gate/default/images/marketplace/product-expand-new-info.jpg');
	 background-repeat: no-repeat;
}

.zh_CN .mp-q-new-shield span.mp-q-new-shield-info {
    height:38px;
}

.mp-q-new-shield div.mp-q-new-shield-price {   
    font-size: 18px;
    color: #fff;
    font-weight: bold;  
	text-align: right;
	display: inline-block;
	float: right;
	margin-top: 10px;
	padding-right: 10px;
}

.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/rating/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 */
}

.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;
}

.mp-user-rating {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    cursor: default;

}


.mp-users-wrapper{
    margin-top: 30px;
    position: relative;
}

.mp-users-scroll{
    height: 207px;
    overflow: auto;
}


.mp-user-rating thead tr th:nth-child(1) {
    width: 35px;
}

.mp-user-rating thead tr th:nth-child(2) {
    width: 55px;
	white-space: nowrap;
}

.mp-user-rating thead tr th:nth-child(2):hover {
    color: #00a8ff;
    cursor: pointer;
}


.mp-user-rating thead tr th:nth-child(3) {
    width: 225px !important;
}



.mp-user-rating thead tr th:nth-child(4) {   
	width: 105px;
	text-align: left;
	padding-right: 15px;
}

.mp-user-rating thead tr th:nth-child(4):hover{
    color: #00a8ff;
    cursor: pointer;
}



.mp-user-rating tbody tr td:nth-child(1) {
    width: 35px;
}

.mp-user-rating tbody tr td:nth-child(2) {
    width: 55px;
}


.mp-user-rating tbody tr td:nth-child(3) {
    width: 280px;
}


.mp-user-rating tbody tr td:nth-child(4) {
    width: 105px;
	padding-right: 5px;
	font-size: 14px;
	text-align: left;
	color: #ff4800;
    font-weight: bold;
	line-height: 20px;
}

.mp-user-rating tbody tr td:nth-child(3) img{
    width: 19px;
}



.mp-user-rating.wh-table thead tr th:nth-child(1) {
    width: 40px;
}

.mp-user-rating.wh-table thead tr th:nth-child(2) {
    width: 80px;
}


.mp-user-rating.wh-table thead tr th:nth-child(3) {
    width: 230px;
    padding-left: 10px;
}

.mp-user-rating.wh-table thead tr th:nth-child(4) {
    width: 100px;
    text-align: right;
    padding-right: 15px;
}


.mp-user-rating.wh-table tbody tr td:nth-child(1) {
    width: 550px;
    display: table-cell;
    vertical-align: top;
}

.mp-user-rating.wh-table tbody tr td:nth-child(2) {
    width: 50px;
	text-align: left;
}


.mp-user-rating.wh-table tbody tr td:nth-child(3) {
    width: 170px;
}

.mp-user-rating.wh-table tbody tr td:nth-child(4) {
    width: 100px;
	text-align: right;
	padding-right: 0;
	color: #FF4322;
	font-weight: bold;
}

.mp-user-rating.wh-table tbody tr td:nth-child(4) div{
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.mp-user-rating tbody {
    max-height: 177px; 
    overflow: auto;
}
.mp-user-rating.wh-table tbody {
	 height: auto;
}

.mp-user-rating thead tr th {
    background-color: #ffffff;
    font-size: 13px;
    color: #83878c;
    height: 30px;
    border-bottom: 1px solid #c8cbcd;
    text-align: center;
    line-height: 30px;
}

.popup-info{color:#df280a;font-size: 14px;text-align: left;padding:20px;border:1px solid #df280a;border-radius: 5px;width:225px;position: absolute;top:-155px;left:20px;background: #fff;line-height: 140%;}

.jq-marketplace-wholesale-qty {
    margin-top: 10px;
}

.jq-marketplace-wholesale-qty-value.error{border-color:#df280a;color:#000;}

.popup-info strong{color: #000;}

.popup-info :after, .popup-info :before {
    top: 100%;
    right: 13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.popup-info :after {
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -60px;
}

.popup-info :before {
    border-top-color: #df280a;
    border-width: 11px;
    margin-left: -60px;
    right: 12px;
}

.mp-user-rating tbody tr td {
    background-color: #ffffff;
    font-size: 14px;
    text-align: left;
    font-weight: lighter;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
}
.mp-user-container .marketplace-price {
    width:100%;
}
.mp-user-rating tbody tr td strong {
	color: #323232;	
	text-align: right;
	padding-right: 2px;
}

.mp-user-rating tbody tr.active td {
    background: #00a6fe;
    background: -moz-linear-gradient(top, #00a6fe 0%, #0078e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a6fe), color-stop(100%,#0078e6));
    background: -webkit-linear-gradient(top, #00a6fe 0%,#0078e6 100%);
    background: -o-linear-gradient(top, #00a6fe 0%,#0078e6 100%);
    background: -ms-linear-gradient(top, #00a6fe 0%,#0078e6 100%);
    background: linear-gradient(to bottom, #00a6fe 0%,#0078e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6fe', endColorstr='#0078e6',GradientType=0 );
}
.mp-user-rating tbody tr.active td strong {
	text-align: right;
	padding-right: 2px;
}


.mp-user-rating tbody tr:hover td{
    background: #00a6fe;
    background: -moz-linear-gradient(top, #00a6fe 0%, #0078e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a6fe), color-stop(100%,#0078e6));
    background: -webkit-linear-gradient(top, #00a6fe 0%,#0078e6 100%);
    background: -o-linear-gradient(top, #00a6fe 0%,#0078e6 100%);
    background: -ms-linear-gradient(top, #00a6fe 0%,#0078e6 100%);
    background: linear-gradient(to bottom, #00a6fe 0%,#0078e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6fe', endColorstr='#0078e6',GradientType=0 );
}

.mp-user-rating tbody tr:hover td strong {
}


.mp-user-rating .list_steam_gift_user {
	float: left;
	display: inline-block;
}
.mp-user-rating tbody tr .list_steam_gift {
	background-image: url('/skin/frontend/gate/default/images/steamgift-ico.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 21px;
	display: inline-block;
	margin-left: 6px;
	position: relative;
}
.mp-user-rating tbody tr.active .list_steam_gift, .mp-user-rating tbody tr:hover .list_steam_gift {
	background-position: 0px -17px;
}


.mp-user-rating .list_steam_gift_tooltip {
	position: absolute;
	left: 28px;
	bottom: -9px;
	width: 84px;
	background-color: #767875;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	height: 33px;
	padding: 0px;
	line-height: 33px;
	display: none;
}
.mp-user-rating .list_steam_gift_tooltip_arrow {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 	
	border-right: 7px solid #767875;
	width: 0; 
	height: 0;
	display: inline-block;
	position: relative;
	right: 7px;
	top: 3px;
}
.mp-user-rating tbody tr:nth-child(odd) td{
    background-color: #f0f0f1;
}

.mp-user-rating.wh-table tbody tr:nth-child(odd) td{
    background-color: #fff;
}

.mp-user-rating.wh-table tbody tr td{
    height: auto;
    padding: 0;
}

.mp-user-rating.wh-table tbody tr.active td{
    background: #0078e6;
}

.mp-user-rating.wh-table tbody tr.active td div[class^=from]:not(.active){
     background: #fff;
     color: #000;
 }

.mp-user-rating.wh-table tbody tr td div[class^=from]{
    border-bottom: 1px solid #cccccc;
}

.mp-user-rating.wh-table tbody tr td div[class^=from]:last-child{
    border-bottom: none;
}

.mp-user-rating.wh-table tbody tr td div[class^=from]:hover, .mp-user-rating.wh-table tbody tr.active td div[class^=from]:hover{
    background:#d2eefd;
    color: #000;
}

.mp-user-rating.wh-table tbody tr:hover td{
    background: inherit;
}
.mp-user-rating.wh-table tbody tr:hover td strong {
    color: inherit !important;
}

.mp-user-rating.wh-table tbody tr.active td div.active{
    background: #0B95ED !important;
    color:#000;
}

.mp-user-rating.wh-table tbody tr.bestprice td:nth-child(4) div.active{
    background: transparent url('/skin/frontend/gate/default/images/marketplace/best-price.png') no-repeat left 4px !important;
}

.mp-user-rating.wh-table tbody tr:hover td:nth-child(1), .mp-user-rating.wh-table tbody tr:hover td:nth-child(2), .mp-user-rating.wh-table tbody tr:hover td div[class^=from].selected{
    background:#d2eefd;
    color: #000;
}

.mp-user-rating.wh-table tbody tr.mp-q-option.active td{
    background: #0B95ED;
}

.mp-user-rating.wh-table tbody tr.active td:last-child div.active{
    background: #FF4622 !important;
    color: #fff !important;
}

.mp-user-rating.wh-table tbody tr td:nth-child(3) div{
    padding-left: 15px;
}

.mp-user-rating.wh-table tbody tr.active td strong{
    color:#000 !important;
}

.mp-user-rating.wh-table tbody tr.active td:last-child div.active strong{
    color:#fff !important;
}

.jq-marketplace-price-total{margin-right: 35px;font-weight: bold;}
.jq-marketplace-price-total strong{color:#ff4d00;}

.mp-Type {
    color: #4a4c4f;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    line-height: 26px;
    padding-top: 6px;
    font-weight: bold;
    width: 90px;
    height: 32px;
    display: inline-block;
    white-space: nowrap;    
}
.mp-Type-steam{width:172px;}
.mp-Type-steam .steam-tag{
    background: url(../../images/pen.png);
    width: 16px;
    height: 21px;
}
.mp-Type span {
    font-size: 21px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}
.mp-user-rating tbody tr td .mp-lowestPrice {
    width: 99px;
    margin-top: 1px;
    display: inline-block;
    margin-right: 5px;
}
.signLowestPrice {
    display: inline-block;
    width: 99px;
    height: 24px;
    cursor: pointer;
    background: transparent url('/skin/frontend/gate/default/images/lowest-price-tag.png') top left no-repeat;
}
#lowestPriceTip {
    display: none;
    position: absolute;
    width: 615px;
    padding:0;
    background: #fff;
    text-align: left;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    cursor: auto;
    z-index: 999;
    -webkit-box-shadow: 2px 45px 104px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 45px 104px -12px rgba(0,0,0,0.25);
    box-shadow: 2px 45px 104px -12px rgba(0,0,0,0.25);
}
#lowestPriceTip div {
    display: block;
    margin: 10px 30px 27px 40px;
    color: #4c5b65;
}
#lowestPriceTip #top {
    height: 85px;
    background: transparent url('/skin/frontend/gate/default/images/lowest-price-top.png') top center no-repeat;
    margin:0 0 25px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#lowestPriceTip .step {
    display: block;
    float: left;
    height: 38px;
    width: 38px;
    color: #65b449;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 0 18px 0 0;
}
#lowestPriceTip .stepTitle {
    display: block;
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#lowestPriceTip .stepTxt {
    display: table;
    font-size: 14px;
}
#lowestPriceTip #thisIsIt {
    display: block;
    position: relative;
    width: 23px;
    height: 10px;
    margin: 0 0 -10px 294px;
    background: transparent url('/skin/frontend/gate/default/images/marketplace/this-down.png') top left no-repeat;
}
#lowestPriceTip .shied-button {
    text-align: center;
}
#lowestPriceTip #closeX {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 93px;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #ccc
}
.shied-button .shieldButton {
    position: relative;
    margin:0 10px 0 0;
    right:0;
}
.mp-Price {
	white-space: nowrap;
	line-height: 26px;
	color: #ff4800;
	font-weight: bold;
	font-size: 18px;
	padding: 0 5px 0 0;
    float: right;
}
.mp-q-option:hover .mp-Price,
.mp-q-option.active .mp-Price{
	color: #ffffff;
}
.mp-Rbox {
    height: 32px;
	margin: 0 8px;
}
.mp-rating-box {
    width: 220px;
    height: 32px;
    font-weight: bold;
    position: relative;
    font-size: 14px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #c3c3c4;
	line-height: 27px;
    background-color: #ffffff;
    float: left;
}

.wh-table .mp-rating-box{
    height: auto;
    border:none;
}

.mp-rating-box:hover {
	box-shadow: #8B0000 0px 0px 4px;
    cursor: pointer;
}
.mp-rating-box .Ravatar {
    margin-left: 5px;
    margin-top: 4px;
    font-size: 24px;
    color: #808080;
    float: left;
}
.mp-rating-box .Ravatar-gray {
    color: #808080;
}
.mp-rating-box .Ravatar-red {
    color: #FF0000;
}
.mp-rating-box .Ravatar-orange {
    color: #FFA500;
}
.mp-rating-box .Ravatar-green {
    color: #008000;
}

.Rflag {
    float: left;
    margin-top:8px;
    margin-right:10px;
    display: inline-block;
    vertical-align: middle;
}
.Rtrans {
    width:47px;
    font-size:12px;
    text-align: right;
    border-left:1px solid #C3C3C5;
    float: right;
    padding:2px;
    margin-right: 3px;
}
.mp-rating-box .Rstars, .mp-rating-box .RNewUser {
    float: left;
    display: inline-block;
    margin-top: 4px;
    margin-left: 7px;
    margin-right: 5px;
}
.mp-rating-box .RNewUser {
    color:#81858a;
}
.mp-rating-box .Rstars img {
    width: 19px;
}
.mp-rating-box .Rprocent {
    float: left;
    display: inline-block;
    width: 40px;
    text-align: right;
    padding-right: 8px;
    padding-top: 3px;
    font-size: 15px;
}

.wh-table .mp-rating-box .Rstars, .wh-table .mp-rating-box .Rprocent{float:none;}

.mp-rating-checkbox {
	margin: 4px 8px 0 4px;
    line-height: 1;
}

.wh-table .mp-rating-checkbox{
    float:left;
    margin-top: 14px;
}

.mp-rating-box .Rtransactions {
    border-left: 1px solid #CFCFCF;
    height: 30px;
    padding-left: 2px;
    color: #575757;
    text-align: right;
    width: 37px;
    display: inline-block;
    padding-top: 2px;
}

.wh-table .mp-rating-box .Rtransactions{
    height: auto;
    border-left: none;
    float:right;
    padding-right: 10px;
}


.mp-rating-green{
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/r_user_green.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	background-color: #ffffff;
    color: #588a02;
}

.mp-rating-orange{
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/r_user_orange.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	background-color: #ffffff;
    color: #c47c36;
}

.mp-rating-red{
	background-image: url('/skin/frontend/gate/default/images/marketplace/rating/r_user_red.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	background-color: #ffffff;
    color: #c40009;
}

.mp-rating-new{
    background-image: url('/skin/frontend/gate/default/images/marketplace/rating/r_user.png'); 
	background-repeat: no-repeat;
	background-position: 5px 4px;
    color: #ffffff;
    background-color: #588a02;
}

.mp-rating-box div.ra1 {
	padding-left: 20px;
	width: 63px;
	float: left;
	text-align: center;
}
.mp-rating-box div.ra2{	
	border-left: 1px solid #CFCFCF;
	height: 24px;
	padding-left: 1px;
	color: #575757;
	text-align: center;
	width: 28px;
	display: inline-block;
}
.mp-rating-box div.ran1 {
	color: #ffffff;
	padding-left: 20px;
	text-align: center;
}



.mCSB_container {
    margin-right: 3px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 38px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 13px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}

.headerSortDown, .headerSortUp{
    color: #ff4800 !important;
}

.headerSortDown .mp-sort-down {
    display: inline-block;
}

.headerSortUp .mp-sort-up {
    display: inline-block;
}


.mp-sort-down {
    display: none;
}

.mp-sort-up {
    display: none;
}

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

.m-row .m-right {
    display: inline-block;
    float: right;
}

.m-user-stats {
    color: #979799;
}

.m-user-stats .m-left  {
    font-size: 14px;
}

.m-user-stats .m-right  {
    font-size: 14px;
    margin-top: 3px;
}

.m-user-stats {
    margin-bottom: 15px;
}

.m-row.m-user-detal {
    height: 150px;
    line-height: 150px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
}

.m-row.m-user-detal strong {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    color: #df8800;
    float: left;
}
.m-row.m-user-detal .mp-number-red {
	 color: #c40009;
}
.m-row.m-user-detal .mp-number-green {
	 color: #588a02;
}
.m-row.m-user-detal .mp-number-orange {
	 color: #c47c36;
}


.m-row.m-user-detal .m-left > img {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.m-row.m-user-detal .m-right ul li {
    float: left;
    font-size: 21px;
    padding-right: 30px;
    padding-left: 25px;
}

.m-row.m-user-detal .m-right ul li:first-child {
    color: #66a100;
    border-right: 1px solid #d8d8d8;
}

.m-row.m-user-detal .m-right ul li:last-child {
    color: #cb0000;
}

.m-row.m-user-detal .m-right ul {
    height: 54px;
    line-height: 54px;
    margin-top: 8px;

}

.mp-user-comments {

}

.mp-user-comments li{
    border-bottom: 1px solid #e2e2e2;
    line-height: 45px;
    display: inline-block;
    width: 100%;
    
}

.mp-uc-date {
    display: inline-block;
    float: left;
    width: 100px;
    color: #979799;
}

.mp-uc-details img {
    margin-right: 10px;
}

.mp-uc-details .green{
    color: #66a100;
    font-weight: bold;
}

.mp-uc-details .red{
    color: #cb0000;
    font-weight: bold;
}

.mp-uc-details a {
    text-decoration: none;
    color: #2475e1;
    font-weight: bold;
}
.mp-uc-details a:hover {
	color: #00A8FF;
}

.mp-q-new-shield-info-ico {
	float: left;
}

.mp-q-new-shield-info-box {
	display: inline-block;
	height: 38px;
	width: 180px;
	padding: 4px 0px;
	cursor: pointer;
}
.mp-q-new-shield-info-box:hover {
	box-shadow: #404040 0px 0px 5px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-pagi button {
    width: 114px;
    height: 41px;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dedede;
    color: #2475e1;
    font-weight: bold;
    cursor: pointer;

}

.m-pagi button img {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -2 px;
}

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

.m-pagi {
    margin-top: 20px;
    height: 30px;
    text-align: center;
}

.m-pagi div {
    font-size: 14px;
    padding-top: 10px;
}

.m-pagi div strong {
    font-weight: bold;
}

.m-pagi-left {
    position: absolute;
    left: 0px;
    top: 0;
}

.m-pagi-right {
    position: absolute;
    right: 0px;
    top: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
.mp-user-rating .f32 .flag{
	margin: -7px 8px 0 8px;
}



 .stars_all {
	float: left;
    font-family: Arial, Helvetica;
    color: #60656a;
    font-weight: bold;
    font-size: 14px;
    margin-top: 11px;
    margin-left: 11px;
    line-height: 17px;
}
 .stars_all span {
	display:block;
	margin-bottom:3px;
}
 .stars_all .stars .procent {
	float:left;
	color:#68a200;
	font-weight:bold;
	font-size:20px;
	margin-left: 9px;
	margin-right: 5px;
    margin-top: 4px;
}

.stars_all .stars img {
	float:left;
}
.transactions {
	float:left;
	height:85px;
	margin-left: 110px;
    line-height: 2;
    margin-top: 5px;
}
.transactions .transactions-H {
	font-family:Arial, Helvetica;
	color:#60656a;
	font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
	margin-top:0;
	display:block;
}
.transactions .transactions-H span {
    font-weight: bold;
}
.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 center;
	padding-left:20px;
	float:left;
	margin-top:5px;
}

.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 center;
    padding-left:30px;
    float:left;
    margin-top:5px;
}

.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 center;
    padding-left:30px;
    float:left;
    margin-top:5px;
}

.transactions .bad {
	color:#ca0400;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:16px;
	background:url(/skin/frontend/gate/default/images/marketplace/dashboard/bad.jpg) no-repeat left center;
	padding-left:30px;
	float:left;
	margin-top:5px;
}

.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 center;
	padding-left:28px;
	float:left;
	margin-top:5px;
    height: 17px;
}



/* SHIELD */
.mp-shiled-new {
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 100px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 574px;
    margin-top: 100px;
    position: relative;
    line-height: 1.4;
}

.mp-shiled-new .mps-header {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.mps-header {
    position: absolute;
    left: 0;
    top: -5px;
}
.mps-nr {
    margin-top: 8px;
 }

.mp-shiled-new h3{
    font-weight: bold;
    font-size: 16px;
    width: 95%;
    display: inline-block;
 }
 
.mps-slider-wrapper {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.mps-gradinet1 {
    position: absolute;
    left: 205px;
}

.mps-gradinet2 {
    position: absolute;
    left: 51px;
}


.mps-pagi {
    padding-left: 212px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.mps-pagi li {
    float: left;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    color: #58636a;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border: 1px solid #cfcfcf;

}

.mps-pagi li:hover{
    color: #818181;
}

.mps-pagi li.active {
    border: 1px solid transparent;
    background-color: #F89422;
    color:#FFF;
    cursor: default;
}

.mps-pagi li.active:hover {
    color: #efefef;
}

.mp-shiled-new .mps-button.active {
    display: block;
}

.mp-shiled-new .mps-button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 42px;
    padding:10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
    background: #7ebc00; /* Old browsers */
    background: -moz-linear-gradient(top,  #7ebc00 0%, #499400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebc00), color-stop(100%,#499400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7ebc00 0%,#499400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7ebc00 0%,#499400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7ebc00 0%,#499400 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7ebc00 0%,#499400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebc00', endColorstr='#499400',GradientType=0 ); /* IE6-9 */
}

.mp-shiled-new button.mps-greenbt2 {
    font-size:11px;
    padding-bottom: 10px;
    background: #7ebc00; /* Old browsers */
    background: -moz-linear-gradient(top,  #7ebc00 0%, #499400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebc00), color-stop(100%,#499400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7ebc00 0%,#499400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7ebc00 0%,#499400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7ebc00 0%,#499400 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7ebc00 0%,#499400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebc00', endColorstr='#499400',GradientType=0 ); /* IE6-9 */
}

.mp-shiled-new button.mps-greenbt2:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(94,159,0) 100%, rgb(127,186,0) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(94,159,0) 100%, rgb(127,186,0) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(94,159,0) 100%, rgb(127,186,0) 0%);
}

.mp-shiled-new button.mps-bluebt {
    padding-left: 50px;
    padding-right: 50px;
    background: -moz-linear-gradient(top,  #0086f4 0%, #0556ec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0086f4), color-stop(100%,#0556ec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0086f4 0%,#0556ec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0086f4 0%,#0556ec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0086f4 0%,#0556ec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0086f4 0%,#0556ec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086f4', endColorstr='#0556ec',GradientType=0 ); /* IE6-9 */
}

.mp-shiled-new h3 a span {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #0090dd transparent transparent transparent;
}
.mp-shiled-new .mps-slider-show.active {  
    color: #2475e1;
}
.mp-shiled-new .mps-slider-show.active:hover {
    cursor: pointer;
    color: #00a8ff;
}

.mp-shiled-new .slider-all.active {
    display: none;
}
.mp-shiled-new .mps-slider-show.active span {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #0090dd transparent transparent transparent;
}
.mp-shiled-new button.mps-bluebt:hover {
    padding-left: 50px;
    padding-right: 50px;
    background: -moz-linear-gradient(top,  #009cf7 0%, #0865f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009cf7), color-stop(100%,#0865f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #009cf7 0%,#0865f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #009cf7 0%,#0865f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #009cf7 0%,#0865f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #009cf7 0%,#0865f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cf7', endColorstr='#0865f1',GradientType=0 ); /* IE6-9 */
}

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



.mp-popup-wrapper p {
    margin-top: 20px;
    margin-bottom: 15px;
}

.mps-slider-wrapper .mp-left {
    width: 190px;
    overflow: hidden;
    margin-left: 54px;
}

.mps-slider-wrapper .mp-left img {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.mps-slider-wrapper .mp-left img.mps-left1{
    margin-left: 16px;
}

.mps-slider-wrapper .mp-left img.mps-left2{
    margin-left: -111px;
}

.mps-slider-wrapper .mp-left img.mps-left3{
    margin-left: -227px;
}





.mps-slider-wrapper .mp-right{ 
    width: 216px;
    margin-right: 20px;
    padding-top: 20px;
    height: 160px;
    overflow: hidden;
}

.mps-slider-wrapper .mp-right > div{ 
   display: none;
}

.mps-slider-wrapper .mp-right > div.show{ 
   display: block;
}



.mps-slider-wrapper .mp-right h2{ 
    font-size: 21px;
    color: #ff4d00;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.mps-slider-wrapper .mp-right p{ 
    font-size: 14px;

}
.mps-slider-wrapper .mp-right p strong {
    font-weight: bold;
}
.mps-button-right.active button{
    display: block;
    float: right;
    margin: 15px 0 0 0;
}

.mp-myacc.mp-myacc-shield{
    background: none !important;
    background-color: #83878c !important;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}
.mp-myacc.mp-myacc-shield .m-row h2 {
    color: #fff;
}

.mp-head-img{
    position: absolute;
    right: 0;
}
 .mp-unrate {
    width: 275px;
    min-height: 268px;
    background-color: #83878c;
    padding: 20px;
    padding-bottom: 15px;
    padding-right: 40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 13px;
    margin-top: 73px;
    line-height: 1.2;
}

.mp-unrate p{
    margin-top: 7px;
    margin-bottom: 18px;
}

.mp-unrate button {
    -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;
}

.mp-unrate button:hover {
    background: #a52121;
    background-image: -moz-linear-gradient(bottom, #a52121 0%, #d75a5a 100%);
    background-image: -o-linear-gradient(bottom, #c02929 0%, #d75a5a 100%);
    background-image: -webkit-linear-gradient(bottom, #c02929 0%, #d75a5a 100%);
    background-image: linear-gradient(bottom, #c02929 0%, #d75a5a 100%);
}

.mp-unrate button img {
    margin-right: 4px;
    vertical-align: middle;
}
.ratekey-popup-success {
    line-height: 1.3;
    display: none;
}

.mp-q-new-content .jqstb-scroll {
	height: 220px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	padding-right: 17px !important;
}
.mp-q-new-content .jqstb-header-table {
	table-layout: auto !important;
	width: 100% !important;
}

.g2a-shield-top {
    background-color: #f0f0f2;
    color: #000000;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.g2a-shield-steps {

}
.g2a-shield-step {
    background-color: #ffffff;
    padding: 15px;
    height: 70px;
}
.g2a-shield-step.step2 {
    background-color: #ff9100;
    color: #fffeff;
}
.g2a-shield-step-left {
    color: #0499db;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    float: left;
    width: 36px;
    height: 36px;
    padding-top: 7px;
    text-align: center;
    margin-right: 15px;
    margin-top: 2px;
    font-size: 20px;
}
.step2 .g2a-shield-step-left {
    border: 2px solid #ffd4a2;
    color: #ffffff;
}
.step3 .g2a-shield-step-left {
    color: #4c4c4c;
}
.g2a-shield-step-right {
    display: inline-block;
    color: #000000;
}
.step2 .g2a-shield-step-right {
    color: #ffffff;
}
.g2a-shield-lc {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 10px;
    color: #0997e9;
    font-weight: bold;
}
.g2a-shield-lc .icon {
    font-size: 28px;
    float: left;
    padding-right: 10px;
    margin-top: -4px;
}
.g2a-shield-lc:hover {
    cursor: pointer;
    color: #0a7fb1;
}
.g2a-shield-step-t {
    float: left;
    margin: 10px 10px 0 0;
}
.g2a-shield-step-token {
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    font-family: "arial";
    display: inline-block;
    border: 0px;
    margin-left: 10px;
    background-color: #fafafa;
    line-height: 21px;
    padding: 10px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0px 0px 5px #000000;
    width: auto;
    color: #000000;
}
.g2a-shield-step-text {
    margin-top: 10px;
}

#m-rating-dropdown-reason {
    margin: 10px 0 10px 0;
}

#m-rating-dropdown-reason .u_select {
    width: 100%;
}

#m-rating-dropdown-reason ul {
    width: 100%;
    margin-top: 0;
}

.info-msg {
    display: block;
    display: inline-block;
    width: 100%;
    padding: 4px 10px;
    background: #FFFEBB;
    border-radius: 4px;
    border: 1px solid #d3d27a;
    font-size: 14px;
}

#positive-comment {
    color:#2475e0; width: 155px;
    height: 35px;
    border: 1px solid #bcbcbc;
    font-weight: bold;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: linear-gradient(#ffffff, #f2f2f2);
    padding: 8px 7px;
    width: auto;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    font-family: Arial;
    float: right;
    right: -14px;
    position: relative;
}

.mp-ratekey-key.mp-getcard {
    width: 620px;
}

.mp-ratekey-redbox {
    width: 100%;
    padding: 15px 15px 15px 45px;
    -moz-box-shadow: 0 0 3px rgba(153,153,153,.3);
    -webkit-box-shadow: 0 0 3px rgba(153,153,153,.3);
    box-shadow: 0 0 3px rgba(153,153,153,.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F2DEDE;
    color: #b94a48;
    background-image: url('../../images/error.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}


.star-rating {
    color: #DEDEDE;
    display: inline-block;
    position: relative;
}
.star-rating > span {
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}
.star-rating i {
    margin: 0 1px 0 0;
    width: 12px;
    height: 16px;
    font-size: 16px;
    display: inline-block;
}
.star-rating .current-rate {
    color: #ffb400;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


#basket_stats {
    font-family: Roboto, 'sans-serif';
    font-weight: 300;
    color: #444444;
    background: #fff;
    height: 97px;
    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: 0px 0px 3px 0px rgba(50, 50, 50, 0.40) inset;
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.40) inset;
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.40) inset;
    padding: 16px 20px 16px 21px;
    line-height: 16px;
}
#basket_stats,
#basket_stats * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#basket_stats .user-overall .avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f2f2f2;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
#basket_stats .user-overall .flag {
    margin-top: -6px;
    margin-left: -7px;
}
.user-rates i.rate-icon {
    float: left;
    font-size: 22px;
    border: 2px solid #333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    line-height: 39px;
    text-align: center;
    background: #fff;
    margin: 4px 10px 0 0;
}
.user-rates .positive i.rate-icon {
    color: #65b449;
    border-color: #65b449;
    line-height: 35px;
}
.user-rates .neutral i.rate-icon {
    color: #cccccc;
    border-color: #cccccc;
    line-height: 37px;
    font-size: 16px;
}
.user-rates .negative i.rate-icon {
    color: #b73435;
    border-color: #b73435;
}
.user-rates .title {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    font-weight: normal;
}
.user-rates .rate-count {
    font-size: 28px;
    color: #999999;
    font-weight: 400;
    white-space: nowrap;
    line-height: 29px;
}
.user-rates {
    float: right;
    padding: 8px 22px 0 22px;
    line-height: 16px;
}
.user-rates .rate {
    float: left;
    margin: 0 0 0 30px;
}
.user-rates .rate .desc {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.user-overall {
    float: left;
}
.user-rates .more {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    margin-bottom: 0;
    left: -15px;
    white-space: nowrap;
    padding: 8px 12px;
    background-color: #fff;
    color: #999;
    font-size:12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: visibility 0s ease-in-out .3s, opacity .3s ease-in-out, margin-bottom .3s ease-in-out;
    -o-transition: visibility 0s ease-in-out .3s, opacity .3s ease-in-out, margin-bottom .3s ease-in-out;
    transition: visibility 0s ease-in-out .3s, opacity .3s ease-in-out, margin-bottom .3s ease-in-out;
    cursor: pointer;
    z-index: 999;
}
.user-rates .rate .desc:hover .more {
    visibility: visible;
    margin-bottom: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.user-rates .more:before {
    position: absolute;
    bottom: -6px;
    left: 15px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    display: inline-block;
}
#basket_stats .user-rates .rate-icon {
    margin-top: 0;
}
#basket_stats .user-rates .positive i.rate-icon {
    line-height: 39px;
}
#basket_stats .user-rates .neutral i.rate-icon {
    line-height: 45px;
}
#basket_stats .user-rates .negative i.rate-icon {
    line-height: 46px;
}
#basket_stats .user-overall .title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #2475e1;
}
#basket_stats .user-overall .title:hover {
    color: #00a8ff;
    text-decoration: none;
}
#basket_stats .user-rates #rate-results-circle {
    float:left;
    margin-right: 9px;
}
.user-rates #rate-results-circle .value{
    color: #65b449;
}
#basket_stats .joined {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 2px;
}
.user-overall > .col {
    margin: 0 15px 0 0;
    width: 60px;
    float: left;
    position: relative;
}
.user-overall .score,
.user-overall .avatar {
    width: 61px;
    margin: 0 15px 0 0;
    position: relative;
}
.user-overall .desc {
    margin: 3px 0 0 0;
    font-size: 14px;
    width: auto;
}
.user-overall .score svg {
}
.user-overall .score .value {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    left: 2px;
    right: 2px;
    line-height: 17px;
    top: 23px;
}
.user-overall .avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f2f2f2;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.user-overall .avatar i {
    color: #7f7f7f;
    position: absolute;
    bottom: -5px;
    left: 50%;
    font-size: 53px;
    margin-left: -26px;
    z-index: 9;
}

.user-overall .raiting_flag {
    position: absolute;
    z-index: 10;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 3px solid #ccc;
    width: 25px;
    height: 25px;
    overflow: hidden;
}
.user-overall .flag {
    width: 30px;
    height: 25px;
    margin-top: -9px;
    margin-left: -7px;
}
.user-overall .flag_ramka3 {
    border: 1px solid #818181;
    height: 24px !important;
    width: 30px;
    margin: 0;
}
.user-overall .star-rating {
    margin: 5px 0 0 0;
}
[data-toggle="tooltip"] {
    position: relative;
}
#tooltip {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    padding: 7px 14px;
    display: inline-block;
    position: absolute;
    z-index: 200;
    background: #fff;
    opacity: 0;
    -moz-box-shadow: 0px 1px 4px 0px rgba(34, 31, 31, 0.5);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(34, 31, 31, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(34, 31, 31, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    bottom: 100%;
    height: auto;
    width: auto;
    min-width: 140px;
}
#tooltip:before {
    content: "";
    position: absolute;
    left: 13.4%;
    bottom: -8px;
    border-top: 7px solid rgba(34, 31, 31, 0.15);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
#tooltip:after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.mp-rating-box .avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f2f2f2;
    width: 26px;
    height: 26px;
    overflow: hidden;
    position: relative;
    margin: 3px 6px;
    float: left;
}
.mp-rating-box .avatar i {
    color: #7f7f7f;
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 22px;
    margin-left: -11px;
    z-index: 9;
}
.mp-rating-box .star-rating {
    float: left;
    margin: 0 3px;
    padding: 5px 0;
    height: 22px;
}
.mp-rating-box .star-rating i {
    font-size: 18px;
}
.mp-rating-box .star-rating .current-rate {
    top: 5px;
}

.mp-user-popup {
    font-size: 13px;
    color: #444444;
    padding: 31px 30px 20px 30px;
}
.mp-user-popup .user-overall {
    width: 100%;
    margin: 0 0 20px 0;
}
.mp-user-popup .user-overall > .col {
    width: auto;
}
.mp-user-popup .user-overall .score {
    height: 87px;
}
.mp-user-popup .user-overall .score .value {
    font-size: 25px !important;
    font-weight: bold;
    line-height: 86px !important;
    left: 0;
    color: #5d5d5d;
    right: 0;
}
.mp-user-popup .user-overall .avatar {
    margin: 10px 0 0 0;
    width: 65px;
    height: 65px;
}
.mp-user-popup .user-overall .avatar i {
    font-size: 60px;
    margin-left: -30px;
}
.mp-user-popup .user-overall .star-rating {
    font-size: 18px;
    color: #DEDEDE;
    line-height: 16px;
    margin: 0;
}
.mp-user-popup .user-overall .star-rating i {
    margin: 0;
}
.mp-user-popup .user-overall .desc {
    margin: 13px 0 0 0;
}
.mp-user-popup .received-overall {
    font-size: 13px;
}

.mp-user-popup .mp-user-rates {
    font-size: 13px;
    color: #5d5d5d;
    line-height: 16px;
    height: 320px;
    overflow-y: scroll;
    width: 545px;
    margin-top: -20px;
    margin-bottom: -20px;
    padding-top: 20px;
}
.mp-user-popup .mp-user-rates::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.mp-user-popup .mp-user-rates::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.mp-user-popup .mp-user-rates::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.mp-user-popup .joined {
    margin: 0px 0 0 0;
    display: block;
    color: #999;
}

.mp-user-popup .mp-user-rate-details {
    display: table;
    margin: 20px -30px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 28px 30px 0px 30px;
    text-align: center;
}
.mp-user-popup .mp-user-rate-details .user-rates {
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 100%;
}
.mp-user-popup .mp-user-rate-details .user-rates .all .score {
    width: 40px;
    float: left;
    margin: 1px 3px 0 0;
}
.mp-user-popup .mp-user-rate-details .user-rates .rate {
    width: 128px;
    margin: 0;
    text-align: left;
    cursor: pointer;
}
.mp-user-popup .mp-user-rate-details .indicator {
    background: #f2470f;
    height: 3px;
    transition: margin-left .3s ease-in-out;
    width: 115px;
    margin-top: 60px;
}
.mp-user-popup .mp-user-rate-details .user-rates i.rate-icon {
    width: 33px;
    height: 33px;
    border-width: 2px;
    margin: 1px 10px 0 0;
    font-size: 16px;
    line-height: 28px;
}
.mp-user-popup .mp-user-rate-details .user-rates .neutral i.rate-icon,
.mp-user-popup .mp-user-rate-details .user-rates .negative i.rate-icon {
    line-height: 30px;
}

.mp-user-popup .mp-user-rate-details .rate-count {
    font-size: 17px;
    color: #444;
    font-weight: 400;
    white-space: nowrap;
    line-height: 17px;
    letter-spacing: -1px;
}

.mp-user-popup .mp-user-rates li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 16px;
    margin-bottom: 18px;
    overflow: hidden;
    width: 510px;
}
.mp-user-popup .mp-user-rates li:last-child {
    margin: 0;
}
.mp-user-popup .mp-user-rates li > i {
    width: 28px;
    height: 28px;
    border: 2px solid #cccccc;
    color: #cccccc;
    display: inline-block;
    margin-right: 13px;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}
.mp-user-popup .mp-user-rates li.positive > i {
    color: #65b449;
    border-color: #65b449;
    font-size: 14px;
}
.mp-user-popup .mp-user-rates li.negative > i {
    color: #b73435;
    border-color: #b73435;
    font-size: 16px;
}
.mp-user-popup .mp-user-rates a {
    color: #2475e1;
    -moz-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.mp-user-popup .mp-user-rates a:hover {
    color: #004bb5;
    text-decoration: none;
}
.mp-user-popup .mp-user-rates .transaction-meta {
    color: #444444;
}
.mp-user-popup .mp-user-rates .transaction-meta span {
    padding-right: 12px;
    line-height: 13px;
    float: left;
}
.mp-user-popup .mp-user-rates .transaction-meta .date,
.mp-user-popup .mp-user-rates .transaction-meta .time {
    color: #999;
}
.mp-user-popup .mp-user-rates .transaction-meta .type {
    font-weight: 700;
    padding-right: 5px;
}
.mp-user-popup .mp-user-rates .transaction-meta .name a {
    font-weight: 700;
}
.mp-user-popup .mp-user-rates .name {
    width: 100%;
    float: left;
    margin: 3px 0 6px 0;
    color:#999;
}
.mp-user-popup .mp-user-rates .details {
    width: 465px;
    float: left;
}
.mp-user-popup .mp-user-rates .comment {
    line-height: 16px;
    margin-top: 6px;
    color: #999;
}
.mp-user-popup .mp-user-rates .comment .old {
    text-decoration: line-through;
    margin-bottom: 6px;
    display: inline-block;
}
.mp-user-popup .mp-user-rates li.last_load {
    height:40px;
    padding-top:10px;
    display: block;
    margin-top:-15px;
    border-bottom:none;
    text-align: center;
}
.last_load {
    display: block;
    height:24px;
    margin: 35px auto 0 auto;
    text-align: center;
}
#rating-load-more {
    margin:0 auto;
}
#rating-load-more .spinner {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1.4s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: rotator;
    animation-play-state: running;
    animation-timing-function: linear;
    box-sizing: border-box;
    height: 24px;
    width: 24px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    transform-origin: 50% 50%;
}

#rating-load-more .spinner .path {
    animation-delay: 0s, 0s;
    animation-direction: normal, normal;
    animation-duration: 1.4s, 5.6s;
    animation-fill-mode: none, none;
    animation-iteration-count: infinite, infinite;
    animation-name: dash, colors;
    animation-play-state: running, running;
    animation-timing-function: ease-in-out, ease-in-out;
    box-sizing: border-box;
    cx: 33px;
    cy: 33px;
    display: inline;
    fill: none;
    height: auto;
    line-height: 20px;
    r: 30px;
    stroke:#1268b2
    stroke-dasharray:1,187;
    stroke-dashoffset:0;
    stroke-linecap: round;
    stroke-width: 6px;
    text-align: center;
    transform-origin:center;
    width: auto;
    -webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
    -o-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
    animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
}

.shieldButton {
    position: absolute;
    display: inline-block;
    background: #68b148 url('/skin/frontend/gate/default/images/marketplace/shield/shield28x22.png') 10px no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 40px;
    border-radius: 4px;
    text-decoration: none;
    right: 18px;
    margin: 35px 0 0 0;
}

.shieldButton:hover {
    background-color: #5e9f00;
    text-decoration: none;
}

.path{stroke-dasharray:1,187;stroke-dashoffset:0;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;-o-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;stroke:#1268b2}@-webkit-keyframes colors{0%,75%{stroke:#f7931d}25%{stroke:#ef4e22}50%{stroke:#1b99d6}100%{stroke:#1268b2}}@-moz-keyframes colors{0%,75%{stroke:#f7931d}25%{stroke:#ef4e22}50%{stroke:#1b99d6}100%{stroke:#1268b2}}@-o-keyframes colors{0%,75%{stroke:#f7931d}25%{stroke:#ef4e22}50%{stroke:#1b99d6}100%{stroke:#1268b2}}@keyframes colors{0%,75%{stroke:#f7931d}25%{stroke:#ef4e22}50%{stroke:#1b99d6}100%{stroke:#1268b2}}@-moz-keyframes dash{0%{stroke-dasharray:1,187;stroke-dashoffset:0}50%{stroke-dasharray:186,187;stroke-dashoffset:-46.75}100%{stroke-dasharray:186,187;stroke-dashoffset:-186}}@-o-keyframes dash{0%{stroke-dasharray:1,187;stroke-dashoffset:0}50%{stroke-dasharray:186,187;stroke-dashoffset:-46.75}100%{stroke-dasharray:186,187;stroke-dashoffset:-186}}@keyframes dash{0%{stroke-dasharray:1,187;stroke-dashoffset:0}50%{stroke-dasharray:186,187;stroke-dashoffset:-46.75}100%{stroke-dasharray:186,187;stroke-dashoffset:-186}}@-webkit-keyframes dash{0%{stroke-dasharray:1,187;stroke-dashoffset:0}50%{stroke-dasharray:186,187;stroke-dashoffset:-46.75;-webkit-transform:rotate(140deg)}100%{stroke-dasharray:186,187;stroke-dashoffset:-186;-webkit-transform:rotate(450deg)}}[data-topbar-logo-icon]{font-size:40px}.open-topbar-sidebar{margin:20px}.open-topbar-sidebar h6{text-transform:uppercase}.open-topbar-sidebar a{margin-top:25px;font-weight:300}

.steam-only.auctions{
    background: #ddd;overflow:auto;height:30px;line-height: 30px;font-weight: bold;color:#777;
}
.column-user{
    padding-left:70px;float:left;
}
.column-exterior{
    padding-left:240px;float:left;
}
.sticker{
    width:30px;
    height: 30px;
    background: url('../../images/stickers.png') no-repeat;
    display: inline-block;
}
.sticker-icon{
    height: 30px;
    background: url('../../images/stickers.png') no-repeat;
    background-size: 20px 20px;
    padding-left: 28px;
    line-height: 20px;
}
.column-price{
    padding-left:157px;float:left;
}
.steam-only{display: none;}
.tooltipSticker, .tooltipTag{width:auto; left:50%; bottom:35px; color:#000; word-spacing:normal; height:auto; margin-left:-75px; top:auto;border:1px solid #ccc;}
div.exterior{float:left;margin-left:20px;margin-right: 30px;word-spacing: normal;color:#fff;width:30px;line-height: 20px;border-radius: 3px;text-align: center;}
.steam-only h5{text-align: left;font-weight: bold;font-size: 14px;padding: 20px 0 10px;}
#exterior-select{width:100%;padding:8px;}
.steam-desc{margin:10px 0; font-size:13px; line-height: 20px; border-bottom: 1px solid #cccccc; padding-bottom: 10px;}
.exterior.factory-new{background:#a91cd7;}
.exterior.battle-scarred{background:#da3030;}
.exterior.minimal-wear{background:#00a0dc;}
.exterior.field-tested{background:#17c54c;}
.exterior.well-worn{background:#bba216;}
.games-info h4{font-size: 14px;border-bottom: 1px solid #ccc; padding: 10px 0;}
#content .product_f .games-info span{font-weight: normal;font-size: 13px;margin-left: 40px;}
.games-info h4.description{border-bottom: none;border-top:1px solid #ccc;padding-top: 20px;}
.games-info .stickers h4{border-bottom: none;}
.games-info .sticker-icon {margin-left: 100px;}
#inspect-steam {color:#2079e1;text-decoration: none;font-weight: bold;display: block;margin:7px 7px;float:left;}
.games-info .icon-eye{font-size: 25px !important;color:#2079e1;display: block;float:left;}

/* Sellers rating*/
.popup-shield-seller-rating {
    background: #EDEEF0;
    margin: 0 5px;
    padding: 10px;
    padding-bottom: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.popup-shield-seller-rating > div {
    display: inline-block;
    margin: 0px 10px;
}

.popup-shield-seller-rating .f32 .flag {
    display: block;
    width: 32px;
    margin-bottom: 4px;
}

.popup-shield-seller-rating .seller-rating-flag {
    border: 1px solid #929292;
    height: 23px;
    width: 32px;
    position: relative;
    top: 5px;
}

.popup-shield-seller-rating .seller-rating-box {
    background: #FFFFFF;
    color: #81858a;
    border: 1px solid #C3C3C5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, 'sans-serif';
    font-size: 15px;
    font-weight: bold;
    padding: 1px;
    min-width: 48%;
}

.popup-shield-seller-rating .seller-rating-box > div {
    float:left;
    padding: 4px;
    height: 35px;
}


.popup-shield-seller-rating .seller-rating-box .seller-avatar {
    color: #008000;
    font-size: 24px;
}

.popup-shield-seller-rating .seller-rating-box .seller-info > div {
    display: inline-block;
    position: relative;
    top: 3px;
}

.popup-shield-seller-rating .seller-rating-box .suser {
    min-width: 100px;
}

.popup-shield-seller-rating .seller-rating-box .suser > img {
    width: 20px;
}

.popup-shield-seller-rating .seller-rating-box .spercent {
    min-width: 40px;
}

.popup-shield-seller-rating .seller-rating-box .percent-green {
    color: green;
}

.popup-shield-seller-rating .seller-rating-box .strans {
    border-left: 1px solid #929292;
    min-width: 55px;
    padding-left: 10px;
    color: #585657;
}
.seller-rating-container > img {
    content:url('/skin/frontend/gate/default/images/marketplace/shield/rating.jpg');
}


/* Loading spinner */
.mp-spinner {
    margin: auto;
    height: 40px;
    text-align: center;
    margin-top: 24px;
}

.mp-spinner > div {
    width: 10px;
    height: 10px;
    background-color: #C3C3C5;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.mp-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.mp-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
