.imgRecommend {
    background:transparent url(../img/recommend.gif) no-repeat scroll 0 0;
    height:22px;
    right: 4px;
    top: 4px;
    width:22px;
    z-index:100;
}
.imgRecommendBig {
    background:transparent url(../img/recommend_big.gif) no-repeat scroll 0 0;
    height:44px;
    right: 4px;
    top: 4px;
    width:44px;
    z-index: 100;
}
.imgSkidka {
    height:42px;
    right: 4px;
    bottom: 4px;
    width:43px;
    z-index:100;
}
.imgSkidka10 {
    background:transparent url(../../../img/skidka/10.png) no-repeat scroll 0 0;
}
.imgSkidka20 {
    background:transparent url(../../../img/skidka/20.png) no-repeat scroll 0 0;
}
.imgSkidka30 {
    background:transparent url(../../../img/skidka/30.png) no-repeat scroll 0 0;
}
.imgSkidka40 {
    background:transparent url(../../../img/skidka/40.png) no-repeat scroll 0 0;
}
.imgSkidka50 {
    background:transparent url(../../../img/skidka/50.png) no-repeat scroll 0 0;
}
/* top buttons */
.topButtons {
	text-align: right;
	padding: 3px 10px 0 0;
}
.topButtons img {
	border: 0;
	vertical-align: middle;
}
.topButtons a {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}
.topButtons a:hover, .topButtons a.active {
	color: #00b8ff;
}
.topButtons a.button {
	border: none;
	padding: 0;
}
.topButtons .searchForm {
    border: solid #ddd 1px;
    font-size: 10px;
    height: 14px;
    padding: 1px;
    vertical-align: middle;
}
.topButtons .searchButton {
    vertical-align: middle;
}

/* navigate */
.navigate {
	background: url(../img/ico_home.gif) no-repeat 0 3px;
	color: #176c9d;
	margin: 0 10px 10px 10px;
}
.navigate ul {
	list-style: none;
	margin: 0 0 0 12px;
}
.navigate ul li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
}
.navigate a {
	background: url(../img/ico_next.gif) no-repeat 100% 5px;
	color: #777;
	padding: 0 10px 0 0;
	text-decoration: none;
}
.navigate a:hover {
	color: #176c9d;
}

/* menu */
.menu {
	display: block;
}

.menuTop {
	margin-top: 13px;
	padding-left: 290px;
}
.menuTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuTop ul li {
	background: url(../img/menu_top_split.png) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 0 3px 0 0;
}
.menuTop ul li a {
	color: #fff;
	display: block;
	line-height: 36px;
	float: left;
	padding: 0 13px;
	text-decoration: none;
}
.menuTop ul li a:hover, .menuTop ul li a.active {
	background: url(../img/menu_top_active.png) repeat-x left top;
	color: #fff;
	font-weight: bold;
}

.menuLeft {
	margin-bottom: 30px;
}
.menuLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuLeft ul li {
	background: none;
	border-bottom: solid #d2d5d5 1px;
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
}
.menuLeft ul li img {
	border: none;
	margin-right: 4px;
	vertical-align: middle;
}
.menuLeft ul li a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 42px;
	text-transform: uppercase;
}

/* blocks */
.blocks {
	display: block;
}

.blocksLeft {
	margin: 10px 0 0 20px;
}
.blocksLeft .block .title {
	border-bottom: solid #d2d5d5 1px;
}
.blocksLeft .block .title h4 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

.blocksRight {
	border: solid #e0e3e4 1px;
	border-top-color: #c7d0d0;
	border-bottom-color: #adadad;
	margin: 2px 10px 0 0;
	padding: 5px;
}
.blocksRight .block .title {
	background: url(../img/title_bg.png) repeat-x left top;
	height: 35px;
}
.blocksRight .block .title h4 {
	background: url(../img/title_ico.png) no-repeat 8px 50%;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 22px;
}

.blocksCenter {
	margin: 0 10px;
}
.blocksCenter .title {
	border-bottom: solid #d2d5d5 1px;
}
.blocksCenter .title h1, .blocksCenter .title h4 {
	line-height: normal;
}
.blocksCenter .block {
	border: solid #f4f4f4 3px;
	padding: 10px;
	margin-bottom: 10px;
}
.blocksCenter .block .text {
	padding: 0;
}

.block, .blockEmpty {
	margin: 0 0 20px 0;
}
.block .title {
	background: url(../img/line_dots.png) repeat-x left bottom;
	margin-bottom: 10px;
}
.block .text {
	padding: 0 10px;
}

/* list */
.list {
    display: block;
}
.list .table {
	padding-bottom: 10px;
	overflow: hidden;
	width: 99%;
}
.list .table .row {
	float: left;
	margin: 0;
	width: 50%;
}
.list .table .row .text {
	margin: 0 5px;
}
.list .row {
	margin-bottom: 10px;
	overflow: hidden;
	width: 99%;
}
.list .icon, .catalog .icon {
	float: left;
	margin: 0 10px 5px 0;
    position: relative;
}
.list .icon img {
	border: none;
	margin: 2px 0 0 0;
}
.list .text {
	margin: 0;
	padding: 0;
}
.list .date {
	color: #999;
	margin: 0 0 2px 0;
}
.list .title {
	background: none !important;
	border-bottom: none !important;
	height: auto !important;
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
}
.list .title h4 {
	background: none !important;
	color: #b87b05 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	line-height: normal;
	margin: 0 !important;
	padding: 0 !important;
}
.list .title h4 a {
	color: #b87b05;
}
.list .title h4 a:hover {
	text-decoration: underline;
}
.list .intro {
	text-align: justify;
	margin-bottom: 2px;
}
.list .more {
	text-align: left;
}

.listCatalog  .text {
    margin: 0 0 0 100px !important;
}
.blocksRight .listCatalog  .text  {
    margin: 0 !important;
}

/* catalog */
.catalog table {
	margin: 0 auto;
}
.catalog table td {
    padding: 10px;
}

.param {
    margin-bottom: 4px;
}
.param span {
    font-weight: bold;
}
.paramPrice span {
    color: #990000;
    font-size: 120%;
}
.panel {
    display: block;
    overflow: hidden;
}
.panel .paramPrice {
    float: left;
}
.panel .selected {
    float: right;
}
.panel .priceold {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: line-through;
}

.selected {
    text-align: right;
}

/* filters */
.filters, .sort_link {
    border: solid #ddd 1px;
    margin-bottom: 2px;
    padding: 10px;
}
.sort_link {
    margin-bottom: 10px;
}
.filters .title {
    border: none;
    font-weight: bold;
    margin-bottom: 4px;
}
.filters ul {
    list-style: none;
}
.filters ul li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0 8px 0 0;
}
.filter {
    margin-bottom: 4px;
}

/* rating */
.rating .title {
    border: none;
}

/* poll */
.poll .title {
	border: none !important;
	margin: 0 0 6px 0;
	padding: 0;
}
.poll .title h4 {
	font-size: 11px !important;
	font-weight: bold !important;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.poll ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.poll ul li {
	background: none;
	margin: 0 0 4px 0;
	padding: 0;
	vertical-align: middle;
}
.poll label {
	vertical-align: middle;
}
.poll label input {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.poll .pollButton {
	text-align: center;
}

.poll .variant {
	margin-bottom: 2px;
}
.poll .count {
	color: #0460a7;
	margin-bottom: 2px;
}
.poll .count .percent {
	color: #13a017;
}
.poll .result {
	background: #cccccc;
	font-size: 1px;
	height: 2px;
	line-height: 1px;
	margin-bottom: 10px;
	width: 100%;
}
.poll .result .vote {
	height: 2px;
	background: #990000;
	zoom: 1;
}

/* inner links */
.links {
	display: block;
	margin: 0 0 10px 0;
}
.links .title {
	font-weight: bold;
}

/* pages */
.pages {
	display: block;
	margin: 0 0 10px 0;
}
.pages .prev_next {
	text-align: center;
	margin: 0 0 4px 0;
}
.pages .space {
	padding: 0 50px 0 50px;
}
.pages .prev_next a {
	color: #8b8b8b;
	text-decoration: none;
}
.pages .prev_next a:hover {
	color: #4481b0;
	text-decoration: none;
}
.pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pages ul li {
	background: none;
	display: inline;
	margin: 0 1px;
	padding: 0;
}
.pages ul li a {
	background: #efefef;
	border: solid #cccccc 1px;
	color: #8b8b8b;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
.pages ul li span, .pages ul li a:hover {
	background: #cccccc;
	border: solid #cccccc 1px;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
}

.selected_box h4 {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 4px;
}

.photos img {
    vertical-align: middle;
}
