﻿/*
** Author: Alexandr Averyanov | aversan@yandex.ru
*/

.brand_info {
	margin: 0 20px;
	/*padding-right: 200px;*/
}

.brand_info .foto img {
	float: right;
	/*margin-right: -200px;*/
}


.brand_info p {
	font-size: 1.1em;
	line-height: 1.4;
}

.sort_block {
    display: inline-block;
    position: relative;
    width: 100%;
}

.sort_block a {
	color: #ce2d73;
}

.sort_block dt,
.sort_block dd {
	margin-right: .5em;
	//display: inline;
	float: left;
	line-height: 30px;
}

.sort_block a.selected,
.sort_block a.selected span.selected {
	background: url('../i/selected_button_d.png') no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	float:left;
}

.sort_block a.selected.compare
{
    background: url('../i/selected_button.png') no-repeat;
}
.sort_block a.selected.compare span.selected
{
    background: url('../i/selected_button.png') no-repeat;
    background-position: right top;
}

.sort_block a.selected {
	color: white;
	text-decoration: none;
	margin-right: 12px;
}

.sort_block a.selected span.selected {
	padding: 0 12px 0 2px;
	position: relative;
	left: 10px;
	height: 30px;
	line-height: 30px;
	background-position: right top;
	white-space: nowrap;
}

.sort_block .sort_info {
	padding: 9px 20px 0 0;
	clear:both;
}

.sort_block .sort_price {
    background: url("../i/sort_separator.png") no-repeat scroll 310px 0 transparent;
    display: inline-block;
    float: left;
    height: 35px;
    padding-top: 6px;
    padding-left: 20px;
    width: 293px;
}

.sort_block .sort_by {
    float: left;
    margin-left: 11px;
    width: 217px;
    height: 35px;
    padding-top: 6px;
}

.sort_block .total {
    background: url("../i/sort_separator.png") no-repeat scroll -3px 0 transparent;
    float: left;
    padding-left: 23px;
    height: 35px;
    padding-top: 6px;
}

.sort_block .only-total {
    float: right;
    padding-left: 23px;
    height: 35px;
    padding-top: 6px;
}

.row
{
    display:table;
}

.delete-compare
{
    width:744px;
}

.hot-products
{
    height:100%;
}

.row .product
{
    float:left;
    width:25%;
}

.txt-c
{
    width:25%;
}

