/*
	product
*/
/* product-list */
#product-list {
	}
	#product-list .product-list-item {
		margin-left: 140px;
		position: relative;
		min-height: 160px;
		}
		#product-list .product-list-item img {
			position: absolute;
			top: 0;
			left: -120px;
			}

/* product-show */
#product-show {
	}
	#product-show .product-show-detail {
		margin-left: 300px;
		margin-bottom: 15px;
		padding-top: 35px;
		}
		#product-show .product-show-detail p {
			padding-left: 35px;
			}
		#product-show .product-show-detail .p-bullet {
			background: url("../img/_/bg.product.bullet.png")/*tpa=http://www.malysh.ua/img/_/bg.product.bullet.png*/ no-repeat 15px 2px;
			}
		#product-show .product-show-detail .p-clock {
			display: inline;
			float: left;
			text-align: center;
			min-width: 109px;
			}
			#product-show .product-show-detail .p-clock p {
				padding-left: 0;
				margin-bottom: 5px;
				font-size: 12px;
				line-height: 14px;
				}
			#product-show .product-show-detail .p-clock img {
				margin-bottom: 5px;
				}
	#product-show .product-show-image {
		display: inline;
		float: left;
		width: 340px;
		margin-right: -340px;
		margin-bottom: 15px;
		padding-top: 35px;
		}
		#product-show .product-show-image img.m-b-30 {
			margin-left: -5px;
			}
		#product-show .product-show-image p {
			font-size: 12px;
			margin-right: 100px;
			padding: 0 35px 0 0;
			background: url("../img/_/bg.product.loupe.png")/*tpa=http://www.malysh.ua/img/_/bg.product.loupe.png*/ no-repeat 100% 0;
			}




/*
	publication
*/
/* publication-last */
#publication-last {
	width: 272px;
	height: 100px;
	padding: 19px 15px 0 15px;
	position: absolute;
	bottom: 7px;
	left: 7px;
	color: #fff;
	font-size: 12px;
	}
	#publication-last h1 {
		font-size: 20px;
		color: #fff;
		float: left;
		}
	#publication-last a {
		color: #fff;
		}
	#publication-last .publication-last-feed {
		float: right;
		}
		#publication-last .publication-last-feed img {
			vertical-align: middle;
			}
	#publication-last p {
		position: relative;
		margin-left: 50px;
		line-height: 1;
		}
		#publication-last .publication-last-date {
			height: 18px;
			width: 44px;
			background: url("../img/_/bg.news.date.png")/*tpa=http://www.malysh.ua/img/_/bg.news.date.png*/ no-repeat 0 0;
			position: absolute;
			left: -50px;
			top: -3px;
			line-height: 18px;
			text-align: center;
			}

/* publication-list */
#publication-list {
	}
	#publication-list .publication-list-preview {
		float: left;
		margin-bottom: 10px;
		}
	#publication-list .publication-list-teaser {
		margin-left: 120px;
		margin-bottom: 10px;
		}




/*
	search
*/
#search {
	width: 147px;
	height: 39px;
	background: url("../img/_/bg.search.png")/*tpa=http://www.malysh.ua/img/_/bg.search.png*/ no-repeat 0 0;
	position: absolute;
	top: -17px;
	right: 5px;
	}
	#search input {
		border: none;
		padding: 0;
		margin: 0;
		outline: none;
		background: none;
		width: 90px;
		color: #cd000f;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		position: relative;
		top: 11px;
		left: 15px;
		}
	#search button {
		border: none;
		padding: 0;
		margin: 0;
		outline: none;
		background: none;
		//background: url("../img/_/x.png")/*tpa=http://www.malysh.ua/img/_/x.png*/ no-repeat 0 0;
		width: 36px;
		height: 39px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		}



