#cart_save_button {
	background: #d22a38;
	height:40px;
	border-radius:5px;
}

#scroll_up_button {
	background: url("/i/totop.png") no-repeat scroll -7px -36px, #d22a38;
	box-shadow:none;
}

a, #product-detail .info-box .links a {
	color:#af111e;
}

div.sets div.set a {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ccc;
    display: inline-block;
    font-size: 11px;
    height: 175px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 100px;
}

.sets img {
    max-width: 100px;
    max-height: 100px;
}

div.sets div.set a:hover {
	box-shadow: 0 0 5px #888;
}

.products_item .products_image img {
	max-height:150px;
	max-width:150px;
}


.root_cats .root_cat img  {
	max-height:86px;
	max-width:86px;
}

.root_cats .root_cat a {
	font-size:12px;
}


.top_menu {
	background:#fff;
}

.top_menu ul li a {
	background:#f5f5f5;
}

.logo img {
	display:none;
}

@font-face {
	font-family: 'Cuprum';
	src: url('/i/premium_v1/font/Cuprum-Regular.ttf');
}

.logo span:after  {
	display:inline;
	content:"ISEON";
	font:30px Cuprum;
	padding:0 30px;
	color:#fff;
	height:40px;
}

@media screen and (max-width: 390px) {
	.logo span:after  {
		padding:0 15px;
	}
}

.root_cats .root_cat {
	height:180px;
	width:120px;
	padding:0 5px;
}