

.mp-front { 
    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;
    width: 33.1%;
    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 */
	z-index: 10;
}


.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 .mp-front-menu-drop-down {
    padding-top: 65px;
}

.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 .filters2_1.pushed:hover {
	background: none;
	background-color: transparent !important;
}

.mp-front-menu .filters2_1.pushed:hover .mp-front-menu-drop-down {
	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.small > li {
    float: left;
	width: 152px;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;	
}

.mp-front-menu .filters2_1 .mp-front-menu-drop-down {
	display: inline-block;
	background: none; 
	background-color: rgba(66,69,73,0.95) !important; 
	position: relative; 
	left: -199px;
	top: 66px;
	padding-top: 0px;
	width: 520px;
	margin-top: 0px;
}
.mp-front-menu > li .mp-front-menu-category-b {
	position: absolute; 
	top: -83px; 
	left: 159px; 
	width: 323px; 
	height: 67px;
	display: none;
}
.mp-front-menu > li.pushed .mp-front-menu-category-b {
	top: -67px !important;
	display: block;
}

.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;
    float: left;
    margin-top: 11px;
    line-height: 1;
    margin-right: 14px;
}

.mp-front-range {
    display: block;
    width: 100%;
    background-color: #212325;
    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 {
    display: inline-block;
    float: left;
    line-height: 50px;
    color: #fff;
    margin-left: 10px;
}

.mp-range span {
    display: inline-block;
    float: left;
	font-size: 14px;
}

.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;
	min-width: 71px;
    padding-right: 5px;
}
.mp-range-min {
	text-align: right;
}

.mp-range .ui-widget-header {
    border: 1px solid #cdcdcd!important;
	background: #cdcdcd!important;
	color: #ffffff;
	font-weight: bold;
}

.mp-range .ui-widget-content { 
    border: none !important;
}

.mp-range .ui-state-default, .mp-range .ui-widget-content .ui-state-default, .mp-range  .ui-widget-header .ui-state-default {
    border: none;
    background-image: url('/skin/frontend/gate/default/images/marketplace/range.png');
	background-repeat: no-repeat;
    width: 16px;
    margin-top: -5px;
    height: 21px;
    cursor: pointer;
    background-color: transparent !important;
}


.mp-range .mp-range-drag {
	border-radius: 4px;
	background: #3a3d40;
	color: #333333;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}

.mp-range .ui-slider .ui-slider-range {
	top: 0;
	height: 4px;
	border-radius: 4px;
}

.mp-range .ui-state-default {	
	font-weight: bold;
	color: #1c94c4;
	top: -.3em;
	margin-left: -.6em;
	position: absolute;
	z-index: 2;
	border-radius: 4px;
}



.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: 3;
    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);
	background-repeat: no-repeat;
}

.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 { z-index: 2; background-image: url('/skin/frontend/gate/default/images/marketplace/p-head-1.png') }
.mp-procuct-head.mp-p-head-community { z-index: 2; background-image: url('/skin/frontend/gate/default/images/marketplace/p-head-2.png') }
.mp-procuct-head.mp-p-head-preorder { z-index: 2; background-image: url('/skin/frontend/gate/default/images/marketplace/p-head-3.png') }
.mp-procuct-head.mp-p-head-dailyday { z-index: 2; background-image: url('/skin/frontend/gate/default/images/marketplace/p-head-4.png'); line-height: 26px; }

.mp-procuct-head .preorders2_d_r {
    font-weight: normal;
    font-size: 11px;
    padding-left: 15px;
    display: block;
    height: 10px;
    position: relative;
    bottom: 28px;
    right: 16px;
}




.product-small2 .product_small_a {
	width: 232px;
	height: 336px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
}
.product-small2 .expires {
    font-weight: normal;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 18px;
    display: block;
    height: 10px;
    position: relative;
    bottom: 28px;
    right: 16px;
}
.product-small2 {
	width: 230px;
	height: 336px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 8px;
	border: 3px solid transparent;
	margin-bottom: 14px;

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

.product-small2.list-view{
    width: auto;
    height: 75px;
    margin: 5px 8px 0 0;
    float: none;
    box-shadow: none;
}

.product-small2 img.main-pic {
	position: absolute;
	width: 230px;
	top: 0;
	left: 0;
	height: 336px;
	z-index: 1 !important;
}

.product-small2.list-view img.main-pic{
    height: 76px;
    width: 50px;
}

.product-small2 .mp-product-info {
	padding: 15px;
	background-color: rgba(0,0,0,0.9);
	width: 200px;
	position: absolute !important;
	bottom: 0px;
	z-index: 5;
}

.product-small2.list-view .mp-product-info{
    background:#3a3b3d;
    width: 970px;
    position: relative !important;
    left: 60px;
    padding: 22px;
}

.view-switcher{
    float:right;
    margin-top: 18px;
    margin-right: 20px;
    display: none;
    font-size: 14px;
}

#view-list{
    background: url('../images/view-list.jpg') no-repeat 0 0;
    padding-left:30px;
    margin-left: 10px;
    color: #969694;
}
#view-grid{
    background: url('../images/view-grid.jpg') no-repeat 0 0;
    margin-left: 15px;
    padding-left:30px;
    color: #969694;
}

.list-view-header{position: relative;background: #222325;color:#777;padding: 20px;display:none;}
.list-view-header div{top:13px;font-weight: bold;font-size: 13px;cursor: pointer;}
.list-view-header div:first-child{position: absolute; left:83px;}
.list-view-header div:nth-child(2){position: absolute; left:420px;}
.list-view-header div:nth-child(3){position: absolute; left:590px;}

.product-small2 .no-hover_img3 {
	display: none;
	opacity: 0;
	position: absolute;
	top: -39px;
	right: 0px;
	background-color: #000000;
}


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

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

.product-small2 .product_name_link:hover {
	text-decoration: none;
}

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

.product-small2.list-view .mp-product-info h4{
    display: block;
    opacity: 1;
    width: 310px;
}

.mp-product-info strong.mp-pi-price {
	display: block;
    text-align: center;
	font-size: 21px;
	color: #ff4b04;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 4px;
}

.list-view .mp-product-info strong.mp-pi-price{
    position: absolute;
    top: 21px;
    left: 530px;
}

.list-view .mp-product-info strong.mp-pi-price span{display: none;}

.mp-product-info strong.mp-pi-price span {
	font-size: 14px;
    font-weight: lighter;
}

.mp-product-info .button_buy {
	border: none;
	padding: 0px 7px;
	display: none;
	height: 27px;
	color: #fff;
    width: 205px;
	background: #81b500;
	background: -moz-linear-gradient(top, #81b500 0%, #659306 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81b500), color-stop(100%,#659306));
	background: -webkit-linear-gradient(top, #81b500 0%,#659306 100%);
	background: -o-linear-gradient(top, #81b500 0%,#659306 100%);
	background: -ms-linear-gradient(top, #81b500 0%,#659306 100%);
	background: linear-gradient(to bottom, #81b500 0%,#659306 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b500', endColorstr='#659306',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mp-product-info .button_buy: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 */
	opacity:1;
}


.mp-product-info .button_preorder {
	border: none;
	padding: 0px 7px;
	display: none;
	height: 27px;
    width: 205px;
	color: #fff;
	background: #0797dd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3OTdkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjVmYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0797dd 0%, #025fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0797dd), color-stop(100%,#025fc9));
	background: -webkit-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: -o-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: -ms-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: linear-gradient(to bottom,  #0797dd 0%,#025fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0797dd', endColorstr='#025fc9',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mp-product-info .button_preorder:hover {
	background: #1878ab;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NzhhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjRkYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1878ab 0%, #024da0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1878ab), color-stop(100%,#024da0));
	background: -webkit-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: -o-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: -ms-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: linear-gradient(to bottom,  #1878ab 0%,#024da0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1878ab', endColorstr='#024da0',GradientType=0 );
}


.mp-product-info .button_notify {
	border: none;
	padding: 0px 7px;
	display: none;
	height: 27px;
	position: absolute !important;
	color: #fff;
	bottom: 5px;
	right: 5px;
	bottom: 12px;
	right: 12px;
	background: #0797dd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3OTdkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjVmYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0797dd 0%, #025fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0797dd), color-stop(100%,#025fc9));
	background: -webkit-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: -o-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: -ms-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: linear-gradient(to bottom,  #0797dd 0%,#025fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0797dd', endColorstr='#025fc9',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mp-product-info .button_notify:hover {
	background: #1878ab;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NzhhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjRkYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1878ab 0%, #024da0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1878ab), color-stop(100%,#024da0));
	background: -webkit-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: -o-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: -ms-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: linear-gradient(to bottom,  #1878ab 0%,#024da0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1878ab', endColorstr='#024da0',GradientType=0 );
}

.mp-product-info .button_view {
	border: none;
	padding: 5px 10px;
	display: none;
	height: 27px;
	width: 205px;
	color: #fff;
	background: #0797dd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3OTdkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjVmYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0797dd 0%, #025fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0797dd), color-stop(100%,#025fc9));
	background: -webkit-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: -o-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: -ms-linear-gradient(top,  #0797dd 0%,#025fc9 100%);
	background: linear-gradient(to bottom,  #0797dd 0%,#025fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0797dd', endColorstr='#025fc9',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mp-product-info .button_view:hover {
	background: #1878ab;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NzhhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjRkYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1878ab 0%, #024da0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1878ab), color-stop(100%,#024da0));
	background: -webkit-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: -o-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: -ms-linear-gradient(top,  #1878ab 0%,#024da0 100%);
	background: linear-gradient(to bottom,  #1878ab 0%,#024da0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1878ab', endColorstr='#024da0',GradientType=0 );
}


body:not(.ipad) .product-small2:hover {
    border: 3px solid #ff5603;
}
body:not(.ipad) .product-small2:hover .mp-product-info h4{
    display: block;
}
body:not(.ipad) .product-small2:hover .mp-product-info button{
    display: inline-block;
}
body:not(.ipad) .product-small2.list-view .mp-product-info button{
    display: inline-block;
}
body:not(.ipad) .product-small2:hover .mp-product-info .mp-product-ico {
    display: block;
}
body:not(.ipad) .product-small2:hover .no-hover_img3 {
	  display: block;
}

.product_big_a_hover {
	text-decoration:none;
    border:solid 3px #FC5803;
}



@-webkit-keyframes pokazywarka {
  /* line 8, ../scss/_glow.scss */
  from {
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    opacity: 0;
    -o-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }


  /* line 10, ../scss/_glow.scss */
  to {
    opacity: 1;
     -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-khtml-keyframes pokazywarka {
  /* line 14, ../scss/_glow.scss */
  from {
    opacity: 0;
     -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    -o-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }


  /* line 16, ../scss/_glow.scss */
  to {
    opacity: 1;
     -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-moz-keyframes pokazywarka {
  /* line 20, ../scss/_glow.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    -o-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }


  /* line 22, ../scss/_glow.scss */
  to {
    opacity: 1;
     -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-ms-keyframes pokazywarka {
  /* line 26, ../scss/_glow.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    -o-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }


  /* line 28, ../scss/_glow.scss */
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-o-keyframes pokazywarka {
  /* line 32, ../scss/_glow.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    -o-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }


  /* line 34, ../scss/_glow.scss */
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}


body:not(.ipad) .product-small2:hover .mp-product-info h4 {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: pokazywarka;
  -khtml-animation-name: pokazywarka;
  -moz-animation-name: pokazywarka;
  -ms-animation-name: pokazywarka;
  -o-animation-name: pokazywarka;
  animation-name: pokazywarka;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;

}

body:not(.ipad) .product-small2:hover .mp-product-info .mp-product-ico.mp-pi-2 {
  -webkit-animation-duration: 0.01s;
  -moz-animation-duration: 0.01s;
  -ms-animation-duration: 0.01s;
  -o-animation-duration: 0.01s;
  animation-duration: 0.01s;
  -webkit-animation-name: pokazywarka;
  -khtml-animation-name: pokazywarka;
  -moz-animation-name: pokazywarka;
  -ms-animation-name: pokazywarka;
  -o-animation-name: pokazywarka;
  animation-name: pokazywarka;

  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;

}

body:not(.ipad) .product-small2:hover .mp-product-info .mp-product-ico.mp-pi-1 {
  -webkit-animation-duration: 0.01s;
  -moz-animation-duration: 0.01s;
  -ms-animation-duration: 0.01s;
  -o-animation-duration: 0.01s;
  animation-duration: 0.01s;
  -webkit-animation-name: pokazywarka;
  -khtml-animation-name: pokazywarka;
  -moz-animation-name: pokazywarka;
  -ms-animation-name: pokazywarka;
  -o-animation-name: pokazywarka;
  animation-name: pokazywarka;

  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;

}


body:not(.ipad) .product-small2:hover .no-hover_img3 {
  -webkit-animation-duration: 0.01s;
  -moz-animation-duration: 0.01s;
  -ms-animation-duration: 0.01s;
  -o-animation-duration: 0.01s;
  animation-duration: 0.01s;
  -webkit-animation-name: pokazywarka;
  -khtml-animation-name: pokazywarka;
  -moz-animation-name: pokazywarka;
  -ms-animation-name: pokazywarka;
  -o-animation-name: pokazywarka;
  animation-name: pokazywarka;

  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;

}


.ui-slider {
	position: relative;
	text-align: left;
}


.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

#tmp_filters_products {
	margin-top:10px;
}

#filters {
	position: relative;
	margin-bottom: 11px;
	margin-top: -15px;
}

div.filter{
	float: left;
	width: 20%;
	padding: 5px;
	border-right: 1px solid #CDCDCD;
}
div.filter div ul{
	display: none;
	margin-top: 0px;
	width: 20%;
	list-style: none;
	padding: 0px;
	background: #9F9F9F;
}

div.filter div:hover{
	background: #9F9F9F;
}

div.filter div:hover ul{
	display: block;
	position: absolute;
	z-index: 200;
}
div.filter div ul:hover{
	display: block;
}

div.filter div ul li.active{
	background: #A9A9F9;
}
div.filter div ul li{
	padding: 3px 8px;
	cursor: pointer;
}

div.filter div ul li:hover{
	background: #D9D9D9;
}



#jq_sort {
	margin: 10px;
}
#jq_sort span.active {background: #D9D9D9;}
#jq_found {color: red; text-align: center;}

#jq_filterloadmore {
	display: block; 
	clear: both;
	background: #4c4f54;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGY1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNiM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c4f54 0%, #3a3b3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4f54), color-stop(100%,#3a3b3f));
	background: -webkit-linear-gradient(top,  #4c4f54 0%,#3a3b3f 100%);
	background: -o-linear-gradient(top,  #4c4f54 0%,#3a3b3f 100%);
	background: -ms-linear-gradient(top,  #4c4f54 0%,#3a3b3f 100%);
	background: linear-gradient(to bottom,  #4c4f54 0%,#3a3b3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4f54', endColorstr='#3a3b3f',GradientType=0 );
    margin: 0 auto 8px;
    padding:0px 5px;
    line-height:60px; 
    height:58px;
    width:955px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    border:solid 1px #1A1C1F;
    border-radius:10px;
    box-shadow:0 0 5px #2B2D2F;
}

#jq_filterloadmore:hover{
    text-decoration:none;
	background: #46494d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDk0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjM2M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #46494d 0%, #32363a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46494d), color-stop(100%,#32363a));
	background: -webkit-linear-gradient(top,  #46494d 0%,#32363a 100%);
	background: -o-linear-gradient(top,  #46494d 0%,#32363a 100%);
	background: -ms-linear-gradient(top,  #46494d 0%,#32363a 100%);
	background: linear-gradient(to bottom,  #46494d 0%,#32363a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46494d', endColorstr='#32363a',GradientType=0 );
}


.f_button_reset, .f_button_comm {
	background: #343639;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzYzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJmMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #343639 0%, #2b2f32 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343639), color-stop(100%,#2b2f32));
	background: -webkit-linear-gradient(top,  #343639 0%,#2b2f32 100%);
	background: -o-linear-gradient(top,  #343639 0%,#2b2f32 100%);
	background: -ms-linear-gradient(top,  #343639 0%,#2b2f32 100%);
	background: linear-gradient(to bottom,  #343639 0%,#2b2f32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343639', endColorstr='#2b2f32',GradientType=0 );
	color: white;
	height: 20px;
	padding: 5px 10px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #16181A;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	display: none;
}

.f_button_reset:hover , .f_button_comm:hover{
	background: #46494d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDk0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjM2M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #46494d 0%, #32363a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46494d), color-stop(100%,#32363a));
	background: -webkit-linear-gradient(top,  #46494d 0%,#32363a 100%);
	background: -o-linear-gradient(top,  #46494d 0%,#32363a 100%);
	background: -ms-linear-gradient(top,  #46494d 0%,#32363a 100%);
	background: linear-gradient(to bottom,  #46494d 0%,#32363a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46494d', endColorstr='#32363a',GradientType=0 );
}




.mp-procuct-overlay {
    position: absolute !important;;
    z-index: 2 !important;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0 !important;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.product-small2 .creation-time {
    color: #ff4b04;
    font-size: 10pt;
    margin-bottom: 13px;
    display: inline-block;
    background-color: black;
    width: 230px;
    padding: 15px;
    margin-left: -15px;
    margin-top: -15px;
}

body:not(.ipad) .product-small2:hover .mp-procuct-overlay{
    opacity: 1;
}


body:not(.ipad) .product-small2:hover .mp-product-info .mp-chepest-offer {
display: inline-block;
}
.mp-comunity {
    padding-right: 3px;
    float: right;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    margin-top: 8px;
    height: 34px;
    background-image: url('/skin/frontend/gate/default/images/filter_buttons.png');
    background-repeat: no-repeat;
	display: none;
    padding-right: 10px;
    border-radius: 3px;
}


.mp-comunity.active {
    background-position: 0 -34px;
}
.mp-comunity:hover {
    background-position: 0 -68px;
}

.mp-comunity.active:hover {
    background-position: 0 -102px;
}

#jq_g2a{
    background-position: -224px 0;
    width:132px;
}

#jq_g2a:hover{
    background-position: -224px -68px;
}

#jq_g2a.active{
    background-position: -224px -34px;
}

#jq_g2a.active:hover{
    background-position: -224px -102px;
}

.mp-comunity div {
	color: #fff;
	line-height: 36px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 14px;
}

.mp-range-min input {
    width: 83px;
    height: 36px;
    border: none;
    background: #18191b; /* Old browsers */
    background: -moz-linear-gradient(top,  #18191b 0%, #18191b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18191b), color-stop(100%,#18191b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #18191b 0%,#18191b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #18191b 0%,#18191b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #18191b 0%,#18191b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #18191b 0%,#18191b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191b', endColorstr='#18191b',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #fb5330;
    padding-left: 5px;
    padding-right: 5px;
}

.mp-range-max input {
    width: 83px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: #fb5330;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #18191b; /* Old browsers */
    background: -moz-linear-gradient(top,  #18191b 0%, #18191b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18191b), color-stop(100%,#18191b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #18191b 0%,#18191b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #18191b 0%,#18191b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #18191b 0%,#18191b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #18191b 0%,#18191b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191b', endColorstr='#18191b',GradientType=0 ); /* IE6-9 */
}

/*
.mp-range-min input:focus, .mp-range-max input:hover {
	border: 2px solid #fb5330;
}
*/



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

.mp-ch-right {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('/skin/frontend/gate/default/images/marketplace/arrow.jpg');
} 

.mp-ch-left strong.priceA {
    font-size: 16px;
    color: #ff4824;
}

.mp-ch-left span {
    font-size: 14px;
    color: #5a5c5e;
}

.mp-chepest-offer {
    padding-top: 6px;
    display: inline-block;
    padding-bottom: 6px;
    width: 100%;
    display: none;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 10px;
}

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

body:not(.ipad) .product-small2:hover a.product_small_a{
    background-color: #000000;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.divider {
	border-top: 1px solid #1c1d1d; 
	background-color: #404245; 
	width: 969px; 
	height: 2px;
}

hr {
	clear: both;
}

/* hurt */
.mp-user-popup {
	line-height: 22px;
}

.m-row {
	display: inline-block;
	width: 100%;
	position: relative;
}
.mp-head {
    margin: 0px 0px -2px 1px;	
	background-color: #000000;
	width: 998px;
}
.mp-head-tabs {
    display: inline-block;
    float: left;
}

.mp-head-tabs li {
    display: inline-block;
    float: left;
    width: 214px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 28px;
    cursor: pointer;
    font-weight: bold;
    
    color: #fff;	
}
.mp-head-tabs li div {
	opacity: 0.7;
}

.mp-head-tabs li div:hover {
    opacity: 1;
	
}
.mp-head-tabs li:nth-child(1) {
	border-top: 5px solid #fb5330;
}
.mp-head-tabs li:nth-child(2) {
	border-top: 5px solid #2877db;
}
.mp-head-tabs li:last-of-type {
	border-right: 1px solid #313336;
}
.mp-head-tabs li img {
    margin-right: 5px;
}

.mp-head-tabs li.active div{
    opacity: 1;
    cursor: default;
    background-color: #313336;
}

.mp-head-tabs li.active:hover div{
    opacity: 1;
    background-color: #313336;
}

button.mp-pi-button1 {
    margin-top: 11px;
    font-weight: bold;
    border: 1px solid rgba(26,28,31,.33); /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* 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: #5f8a00; /* layer fill content */
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHgyPSI1MCUiIHkyPSIxMDAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YTkwZCIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmOGIwMCIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(top, rgba(121,169,14,.98) 0%, rgba(95,139,0,.98) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(top, rgba(121,169,14,.98) 0%, rgba(95,139,0,.98) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(top, rgba(121,169,14,.98) 0%, rgba(95,139,0,.98) 100%); /* gradient overlay */
    background-image: linear-gradient(top, rgba(121,169,14,.98) 0%, rgba(95,139,0,.98) 100%); /* gradient overlay */
	display: none;
}

.mp-product-info button.mp-pi-button1, button.mp-pi-button2 {
    width: 200px;
    height: 33px;
    margin-bottom: 12px;
    font-weight: bold;
    position: relative !important;
	color: #fff;
	cursor: pointer;
}

.list-view .mp-product-info button.mp-pi-button1, .list-view .mp-product-info button.mp-pi-button2{
    position: absolute !important;
    left: 770px;
    top: 20px;
    width: 120px;
    margin: auto;
}

.list-view .mp-product-info button.mp-pi-button2{
    left: 640px;
}

.mp-product-info button.mp-pi-button1: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-info button.mp-pi-button2 {
    border: 1px solid rgba(26,28,31,.33); /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* 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: #c57d00; /* layer fill content */
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3ODMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmYTgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #c78300 0%, #efa821 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #c78300 0%, #efa821 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #c78300 0%, #efa821 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #c78300 0%, #efa821 100%); /* gradient overlay */
	display: none;
	margin-top: -9px;
}

.mp-product-info button.mp-pi-button2:hover {
    border: 1px solid rgba(26,28,31,.33); /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* 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: #c57d00; /* layer fill content */
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmODkwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5YjYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #cf8904 0%, #f9b638 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #cf8904 0%, #f9b638 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #cf8904 0%, #f9b638 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #cf8904 0%, #f9b638 100%); /* gradient overlay */

}

.mp-pi-avalible {
    font-size: 14px;
    color: #adadad;
	display: block;
	margin-bottom: 4px;
}

.list-view .mp-pi-avalible{font-size:0;}

.list-view .mp-pi-avalible strong{
    position: absolute;
    left: 380px;
    top: 25px;
    font-size: 20px;
}

.mp-pi-avalible-color {
    color: #00c0ff;
}
.hurt .mp-pi-price {
	margin-top: 18px;
}
/* bid popup */
.mp-popup-wrapper {
    font-family: "Arial";
}
.mp-popup-wrapper h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
	line-height: 33px;
	color: #222;
}
.mp-popup-wrapper p {
    font-size: 14px;
}
.mp-popup-wrapper * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.mp-popup-wrapper .a-link {
	color: #2475e1;
	text-decoration: none;
	font-weight: bold;
}
.mp-popup-wrapper .a-link:hover {
	color: #00a8ff;
	cursor: pointer;
}
.mp-popup-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgb(255, 255, 255) transparent;
    background-color: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
	top: 0px;
	left: 0px;
}
.mp-popup-wrapper .mp-pab-head {
	margin-bottom: 7px;
}
.mp-user-popup .m-row.m-user-head {
    margin-bottom: 25px;
}
.mp-user-popup .m-row.m-user-head h2 {
    display: inline-block;
    font-size: 24px;
    float: left;
    margin-left: 7px;
    margin-top: -3px;

}
.mp-user-popup .m-row.m-user-head img {
    display: inline-block;
    font-size: 24px;
    float: left;
}
.mp-close {
    cursor: pointer;
	position: absolute;
    right: 20px;
    top: 20px;
}
.mp-pab {
	background-color: #eae7e6;
	padding: 13px;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.mp-pab input, .mp-pab select {
	width: 63px;
	height: 33px;
	border: 1px solid #c8c2b8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
}
.mp-pab button {
	border: none;
	font-size: 14px;
	color: #ffffff;
	width: 109px;
	height: 34px;
	margin-top: 8px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #2376e2;
	background-image: -moz-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: -o-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: -webkit-linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	background-image: linear-gradient(bottom, #1f67df 0%, #2783e5 100%);
	cursor: pointer;
}

.mp-pab .mp-pab-accept {
	font-size: 13px; 
	margin-left: 28px; 
	display: flex; 
	line-height: 15px;
}

.mp-pab .mp-pab-accept-input {
	float: left; 
	width: 17px; 
	height: 17px; 
	margin-top: 3px;
}

.mp-pab button:hover {
    background: #2a82eb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhODJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDliZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2a82eb 0%, #309bee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a82eb), color-stop(100%,#309bee));
	background: -webkit-linear-gradient(top,  #2a82eb 0%,#309bee 100%);
	background: -o-linear-gradient(top,  #2a82eb 0%,#309bee 100%);
	background: -ms-linear-gradient(top,  #2a82eb 0%,#309bee 100%);
	background: linear-gradient(to bottom,  #2a82eb 0%,#309bee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a82eb', endColorstr='#309bee',GradientType=0 );
}

.mp-pab .m-row {
	text-align: right;
}

.mp-pab-all {
    margin-top: 10px;
}

.mp-pab-all .bid-button-view span {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #1159b2 transparent transparent transparent;
}

.mp-pab-all .bid-button-view.up span {
	 border-width: 0 5.5px 7px 5.5px;
	 border-color: transparent transparent #007bff transparent;
}


.mp-pab-all .bid-button-view {
    color: #2475e1;
    font-size: 14px;
	display: inline-block;
	font-weight: bold;
}

.mp-pab-all .bid-button-view:hover {
    color: #00a8ff;
	cursor: pointer;
}
.mp-pab-all .bid-button-view:hover span {
    border-color: #00a8ff transparent transparent transparent;
}
.mp-pab-all .bid-button-view.up:hover span {
    border-color: transparent transparent #00a8ff transparent;
}

.mp-pab-all table thead tr th {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dfe0e0;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
	font-weight: normal;
}
.mp-pab-head .mp-left {
	font-weight: bold;
}

.mp-pab-all table tbody {
    width: 400px !important;
}


.mp-head-buttons {
    display: inline-block;
    float: right;
	margin-right: 15px;
	margin-top: 10px;
}
.mp-head-request {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    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: #fb551f; /* layer fill content */
    -moz-box-shadow: 1px 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    box-shadow: 1px 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNDgwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNTIxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #ec480f 0%, #fa5219 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #ec480f 0%, #fa5219 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #ec480f 0%, #fa5219 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #ec480f 0%, #fa5219 100%); /* gradient overlay */
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.mp-head-sell {
    -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 */
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHgyPSI1MCUiIHkyPSIxMDAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5ODVlNyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlNjhkYiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(top, rgba(41,134,231,.95) 0%, rgba(31,104,219,.95) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(top, rgba(41,134,231,.95) 0%, rgba(31,104,219,.95) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(top, rgba(41,134,231,.95) 0%, rgba(31,104,219,.95) 100%); /* gradient overlay */
    background-image: linear-gradient(top, rgba(41,134,231,.95) 0%, rgba(31,104,219,.95) 100%); /* gradient overlay */
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
}

.mp-head-sell:hover {
    -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 */
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    box-shadow: 0 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHgyPSI1MCUiIHkyPSIxMDAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmOWNmZCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNzZlYyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(top, rgba(63,156,253,.95) 0%, rgba(43,118,236,.95) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(top, rgba(63,156,253,.95) 0%, rgba(43,118,236,.95) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(top, rgba(63,156,253,.95) 0%, rgba(43,118,236,.95) 100%); /* gradient overlay */
    background-image: linear-gradient(top, rgba(63,156,253,.95) 0%, rgba(43,118,236,.95) 100%); /* gradient overlay */
	cursor: pointer;
}

.mp-head-request:hover {
    -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: #fb551f; /* layer fill content */
    -moz-box-shadow: 1px 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    box-shadow: 1px 2px 1px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.06), inset 0 0 0 1px rgba(255,255,255,.06); /* drop shadow, inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNDgwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjcxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjcxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #ec480f 0%, #ff7141 0%, #ff7141 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #ec480f 0%, #ff7141 0%, #ff7141 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #ec480f 0%, #ff7141 0%, #ff7141 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #ec480f 0%, #ff7141 0%, #ff7141 100%); /* gradient overlay */
	cursor: pointer;
}

.bg-unique-items{
    background-image: url('../images/bg-unique-items-2.jpg');
	background-color: #b83334;
	background-repeat: no-repeat;
	background-position: 215px bottom;
    clear: both;
    margin: 15px 5px;
    color: #ffffff;
    font-size: 22px;
    position: relative;
	display: inline-block;
	width: 960px;
}
.bg-unique-items div:first-child{
	padding: 22px 25px;
	width: 250px;
	float: left;
}
.bg-unique-items [class^=button]{
    font-size:10px;
    width: 185px;
    line-height: 22px;
    top: 10px;
    padding:11px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    background: linear-gradient(#4c3535,#281212);
    text-align: center;
    cursor: pointer;
}
.bg-unique-items [class^=button]:hover{
    background: linear-gradient(#281212,#4c3535);
}
.bg-unique-items strong{
    font-size: 22px;
    color: #e5c43f;
}

.bg-unique-items .button1{
	margin: 11px 0px 11px 209px;
	float: left;
	padding-top: 8px;
}
.bg-unique-items .button2{
	width: 200px;
	float: right;
	margin: 11px;
}