

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

.mp-front .bg{width: 100%; min-height: 67px; background: #222325;}
.mp-front .bg.pipe-filters{min-height: 115px;}

.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: 321px;
    display: inline-block;
    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 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: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #ffffff transparent transparent transparent;
}

.mp-front-menu > li span .mp-fm-close {
    display: none;
    font-size: 10px;
    color: #ffffff;
}
.mp-front-menu > li.active span .mp-fm-close {
    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 > 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;
    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: 208px;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;	
}
.mp-front-menu > li ul.small > li:nth-child(3n+3),
.mp-front-menu > li ul.small > li:nth-child(3n+4) {
    width: 188px;
}

.mp-front-menu > li ul.small > li.mp-front-menu-drop-down-all-genres{
    width: 624px;
}

.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: -323px;
	top: 66px;
	padding-top: 0;
	width: 644px;
	margin-top: 0;
}

.mp-front-menu .filters2_2 {
    z-index: 11;
}
.mp-front-menu .filters2_2 .mp-front-menu-drop-down {
    left: 0;
}

.mp-front-menu .filters2_2 .mp-front-menu-drop-down-all-games {
    width: 624px;
}

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

.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: url('../images/sprite/sprite_main.png') -465px -3px 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,
.mp-procuct-head.mp-p-head-community,
.mp-procuct-head.mp-p-head-preorder,
.mp-procuct-head.mp-p-head-dailyday {
    z-index: 2;
    width: 232px;
    height: 41px;
}
.mp-procuct-head.mp-p-head-1 {
    background: url(/skin/frontend/gate/default/images/sprite/sprite_main.png) -12px -292px no-repeat;
}
.mp-procuct-head.mp-p-head-community {
    background: url(/skin/frontend/gate/default/images/sprite/sprite_main.png) -12px -355px no-repeat;

}
.mp-procuct-head.mp-p-head-preorder {
    background: url(/skin/frontend/gate/default/images/sprite/sprite_main.png)  -280px -292px no-repeat;

}
.mp-procuct-head.mp-p-head-dailyday {
    background: url(/skin/frontend/gate/default/images/sprite/sprite_main.png) -280px -355px no-repeat;
    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;
}

.list-view .mp-procuct-head.mp-p-head-preorder {
    background-position: -40px;
    padding-left: 5px;
    font-size: 12px;
}

.product-small2 .product_small_a {
	width: 232px;
	height: 336px;
	position: absolute;
	top: 0;
	left: 0;
	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.pipe{
    background: url(/skin/frontend/gate/default/images/steamitem/bg.jpg) no-repeat;
}

.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.pipe img.main-pic{
    width: 210px;
    height: 157px;
    top: 70px;
    left: 10px;
}

.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: 0;
	z-index: 5;
}
.product-small2:hover .mp-product-info {
    height: auto;
}
.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 {
    padding-left:30px;
    margin-left: 10px;
    color: #969694;
}
#view-grid {
    margin-left: 15px;
    padding-left:30px;
    color: #969694;
}
.view-icon {
    margin-right: 5px;
    font-size: 22px;
    vertical-align: middle;
}
.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.active {
    color: #ffffff;
}
.list-view-header div:first-child{
    position: absolute;
    left:83px;
    cursor: default;
}
.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: 0;
	background-color: #000000;
}


.product-small2 .mp-product-ico.mp-pi-1 {
	top: -39px;
	right: 0;
	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: 15px;
	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: none;
    text-align: center;
	font-size: 21px;
	color: #ff4b04;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 4px;
}

.priceMin {
    text-align: center;
}
.mp-product-info strong.mp-pi-price-min {
    display: inline;
    text-align: center;
    font-size: 21px;
    color: #ff4b04;
    margin-bottom: -3px;
    font-weight: bold;
    margin-top: 4px;
}
.priceMinLabel {
    color: #ff4b04;
    font-size: 14px;
    display: inline;
}

.product-small2:hover .mp-product-info .mp-pi-price,
.product-small2.hurt .mp-product-info .mp-pi-price {
    display: block;
}
.product-small2:hover .mp-product-info .priceMin {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.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;
    margin-top: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_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: 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;
}


@-webkit-keyframes pokazywarka {
  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);
  }

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

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

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

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


  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: 0;
	width: 20%;
	list-style: none;
	padding: 0;
	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_filterloadmore {
	display: none;
	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 );
    cursor: pointer;
}


.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;
    display: block;
    background-color: black;
    padding: 15px;
    margin: -15px 0 7px;
    text-align: center;
}

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;
    text-align: center;
}
.mp-comunity,
.mp-freegames {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 11px;
    height: 28px;
    background: #feb938;
    background: -moz-linear-gradient(top,  #feb938 0%, #cb8604 100%);
    background: -webkit-linear-gradient(top,  #feb938 0%,#cb8604 100%);
    background: linear-gradient(to bottom,  #feb938 0%,#cb8604 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb938', endColorstr='#cb8604',GradientType=0 );
    display: none;
    padding-right: 10px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 29px;
    font-weight: bold;
    font-size: 12px;
}
.mp-freegames {
    display: block;
}
.mp-comunity .squared,
.mp-freegames .squared {
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 9px;
    padding: 3px;
    vertical-align: middle;
    float: left;
    margin: 6px 4px 0 7px;
}
.mp-comunity.active .squared,
.mp-freegames.active .squared {
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    vertical-align: middle;
    float: left;
}
.mp-comunity:hover,
.mp-freegames:hover {
    background: #fdc55f;
    background: -moz-linear-gradient(top,  #fdc55f 0%, #c9922c 100%);
    background: -webkit-linear-gradient(top,  #fdc55f 0%,#c9922c 100%);
    background: linear-gradient(to bottom,  #fdc55f 0%,#c9922c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc55f', endColorstr='#c9922c',GradientType=0 );
}
#jq_g2a{
    background-position: -230px -120px;
    width:132px;
}
#jq_g2a:hover{
    background-position: -230px -188px;
}
#jq_g2a.active{
    background-position: -230px -154px;
}
#jq_g2a.active:hover{
    background-position: -230px -222px;
}
.wh-filter-new {
    display:inline-block;
    position:absolute;
    left:690px;
    top:8px;
}
.wh-filter-new label {
    display: inline-block;
    cursor: pointer;
    border: none;
    height: 23px;
    width: 85px;
    line-height: 23px;
    background: url(/skin/frontend/gate/default/images/checkbox_hp.png) no-repeat 0 -23px;
    padding-left: 30px;
}
.wh-filter-bestsellers {
    display:inline-block;
    position:absolute;
    left:820px;
    top:8px;
}
.wh-filter-new input,
.wh-filter-bestsellers input {
    visibility: hidden;
}
.wh-filter-bestsellers label {
    display: inline-block;
    cursor: pointer;
    border: none;
    height: 23px;
    width: 23px;
    line-height: 23px;
    background: url(/skin/frontend/gate/default/images/checkbox_hp.png) no-repeat 0 -23px;
    padding-left: 30px;
}
.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-ch-left {
    display: inline-block;
    float: left;
}

.mp-chepest-offer .mp-ch-left{
    margin-right: 5px;
    float:none;
    line-height: 20px;
}

.mp-ch-right {
    display: inline-block;
    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: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    margin-top: 5px;
    display: none;
    text-decoration: none !important;
}

.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.active div{
    opacity: 1;
    cursor: default;
    background-color: #313336;
}
.mp-head-tabs li.active:hover div{
    opacity: 1;
    background-color: #313336;
}
.mp-head-tabs li .mp-head-tabs-icon {
    vertical-align: middle;
    margin-right: 5px;
}
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;
}
/* MARKETPLACE POP UPS */
.mp-popup-wrapper {
    font-family: "Arial";
    color: #58636a;
}
.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-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: 0;
	left: 0;
}
.mp-popup-wrapper .mp-pab-head {
	margin-bottom: 7px;
}

.mp-popup-container {
    width:574px;
    background-color: #FFF;
    padding:20px;
    position: relative;
}
.mp-popup-content {
    width:100%;
    line-height: 1.5em;
    font-family: "Roboto","Arial";
    font-size: 13px;
    margin: auto;
}

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

.lower-fee-promo {
    height: 177px;
    width: 100%;
    font-family: "Roboto";
    background-color: #202020;
    padding-left: 25px;
    padding-top: 13px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         
}

.lower-fee-promo * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;        
}

.lower-fee-promo .lfp-pull-right {
    float: right !important;
} 

.lower-fee-promo .lfp-pull-left {
    float: left !important;
} 

.lfp-left {
    width: 190px;
    float: left;
    display: inline-block;
}

.lfp-badge {
    font-size: 12px;
    padding: 3px 7px;
    background-color: #2782e6;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.lfp-badge .lfp-badge-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 9px 0;
    border-color: transparent #2782e6 transparent transparent;
    position: absolute;
    top: 0;
    left: -5px;
}

#content-tabs .lfp-left h1 {
    font-size: 86px;
    font-weight: lighter;
    color: #fff;
    margin-top: 7px;
    text-align: right;
    margin-bottom: 7px;
    padding: 0;
}

.lfp-subinfo > span {
    font-size: 41px;
    color: #5f605f;
    font-weight: lighter;
    text-decoration: line-through;
    margin-right: 5px;
}

.lfp-subinfo-right strong {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-top: 2px;
    display: inline-block;
}

.lfp-subinfo-right strong.lfp-blue {
    color: #2782e6;
}

.lfp-right {
    margin-left: 25px;
    display: inline-block;
}

.lfp-right h2 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 25px;
}

.lfp-right h3 {
    font-size: 23px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 10px;
}

.lfp-right button {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    background: rgb(39,130,230); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(39,130,230,1) 0%, rgba(31,105,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,130,230,1)), color-stop(100%,rgba(31,105,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(39,130,230,1) 0%,rgba(31,105,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(39,130,230,1) 0%,rgba(31,105,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(39,130,230,1) 0%,rgba(31,105,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(39,130,230,1) 0%,rgba(31,105,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2782e6', endColorstr='#1f69dc',GradientType=0 ); /* IE6-9 */
}

.lfp-right button:hover {
    background: rgb(52,156,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(52,156,238,1) 0%, rgba(42,130,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,156,238,1)), color-stop(100%,rgba(42,130,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(52,156,238,1) 0%,rgba(42,130,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(52,156,238,1) 0%,rgba(42,130,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(52,156,238,1) 0%,rgba(42,130,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(52,156,238,1) 0%,rgba(42,130,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349cee', endColorstr='#2a82e6',GradientType=0 ); /* IE6-9 */
}

#countdown_dashboard1 {
    float: left;
}

#countdown_dashboard1 .lfp-count-box {
    float: left;
    margin-right: 6px;
}

#countdown_dashboard1 .lfp-count-box {
    width: 30px;
    height: 30px;
    background-color: #3c3f43;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 2px;
}

#countdown_dashboard1 .lfp-count-box:before {
    width: 100%;
    left: 0;
    height: 1px;
    content: "";
    background-color: #303238;
    position: absolute;
    top: 17px;
    z-index: 1;
}

#countdown_dashboard1 .lfp-count-box:after {
    width: 100%;
    left: 0;
    height: 1px;
    content: "";
    background-color: #505355;
    position: absolute;
    top: 18px;
    z-index: 1;
}

#countdown_dashboard1 .lfp-count-box .digit {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    margin-right: 1px;
    height: 30px;
}

#countdown_dashboard1 .dash_title {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #6d6d6d;
    text-transform: uppercase;
    margin-top: 3px;
}

.product_name_link .special-price {
    background-color: #f6b12f;
    height: 20px;
    margin-top: -15px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    color: #896420;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

.product_name_link .special-price .special-price-arrow {
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 5px;
    border-color: transparent transparent transparent #f6b02f;
}

.special-offer {
    display: none;
}

.special-offer.product-small2.list-view .mp-product-info {
    padding: 11px 22px;
    color: #ffe9b9;
    background-color: #484540;
}

.special-offer .product_name_link .special-price {
    display: inline;
}

.product-small2.special-offer {
    background-color: #484540;
}

body:not(.ipad) .product-small2.special-offer:hover {
    border: 3px solid #f6b12f;
    background-color: #6a6150;
}

body:not(.ipad) .product-small2.special-offer:hover .mp-product-info {
    background-color: #6a6150;
}

.hurt .mp-procuct-overlay {
    display: none;
}

.special-offer .mp-product-info strong.mp-pi-price {
    color: #ffb72d;
}

.special-offer .mp-pi-avalible {
    color: #adadad;
}

#jq_filterreset{margin-right: 5px}

/* Free to play styles */
.boxmarketing.free-to-play {
    border-color: #FF4B04 !important;
}
.boxmarketing.free-to-play .mp-procuct-head.free-to-play {
    z-index: 3;
}
.product-small2.free-to-play {
    border-color: #FF4B04;
}
.mp-procuct-head.free-to-play {
    display: none;
    background: transparent url('../images/free2play_special_offer_top_left_corner.png') no-repeat left top;
    height: 45px;
    z-index: 2;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}
.mp-procuct-head.free-to-play span {
    display: block;
    font-size: 22px;
}
#steam-menu{position: absolute;top:80px;left:10px;}
#steam-category, #steam-prod-type{width:200px;}
#steam-prod-type{display: none;}