div.mItemsModels {
	padding: 0 5px !important;
}


div.mItemsModels div.mItem {
	border-radius: 0px;
	position: relative;
}


div.mItemsModels div.mItem:first-child {
	
}

div.mItemsModels div.mItem:hover .mItemInn {
	box-shadow:0px 0px 5px #dedede;

}

div.mItemsModels div.mItem:hover img {
	box-shadow: 0 0 0px #818181 !important
}

div.mItemsModels div.mItem:hover a.item {
	color: #d90e7f
}

div.mItemsModels div.mItem:hover div.button {
	display: block
}

div.mItemsModels div.mItemSeparate,
div.mItemsModels.mItemsModelsStart div.mItemSeparate {
	margin-right: 0px !important;
}
 
div.mItemsModels div.separate {
	clear: both
}

div.mItemInn {
	padding: 10px 0px;
}

div.mItemInn div.img {
	width: auto;
	height: 140px;
	text-align: center
}

div.mItemInn div.img img {
	border-radius: 5px
}

div.mItemInn div.titleDiv {
	overflow: hidden;
	clear: both;
	margin-top: 20px;
	border-top: 0px solid silver
}

div.mItemInn div.title {
	margin-bottom: 10px;
	padding: 0 10px;
	font-weight: bold;
	text-align: left
}

div.mItemInn div.title span {
	font-weight: normal;
	display: block
}

div.mItemInn div.title a {
	font-weight: normal;
	color: #7487a0;
	text-decoration: none;
}

div.mItemInn div.title a:hover {
	color: #d90e7f;
}
div.mItemInn div.title div.exist {
	font-size: 11px;
	text-transform: uppercase;
}
div.mItemInn div.title div.exist.exist0 {
	color: rgb(230, 211, 111);
}
div.mItemInn div.title div.exist.exist1 {
	color: rgb(135, 241, 170);
}

div.mItemInn div.button {
	float: right;
	margin-right: 10px;
	display: none
}

div.mItemInn div.price {
	width: auto;
	position: relative;
	float: left;
	margin-top: 0px
}

div.mItemInn div.priceright {
	width: auto;
	position: relative;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}

div.mItemInn div.price span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 0 10px;
	color: #d90e7f;
}

div.mItemInn div.priceright span {
	color: black;
	text-decoration: line-through
}

div.mItemInn div.statuses {
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 2;
	text-transform: uppercase;
}
div.mItemInn div.status {
	color: white;
	font-size: 10px;
	padding: 7px 15px;
	margin-right: 5px;
	border-radius: 4px;
	letter-spacing: 1px;
}

div.mItemInn div.statushit {
	background: red;
	color: white;
}

div.mItemInn div.statusnew {
	background: yellow;
	color: black;
}

div.mItemInn div.statussale {
	background: #2091d9;
	color: white;
}

div.mItemInn div.statusaction {
	background: #658dbe;
	background: linear-gradient(to top right, #e20075 0%, #5c54ad 100%);
	color: #fff;
}