@charset "windows-1251";
.goods_header {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	margin-top: 3px;
}

.goods_header p {
	font-size: 12px;
	color: #005384;
	margin: 0px;
	padding: 0px;
}



.goods_price {
	font-size: 14px;
	font-weight: bold;
	color: #005384;
	display: inline-block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.goods_price strong {
	color: #666;
}
.goods_gellery {
	text-align: justify;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.goods_imgs {
	padding: 0px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.goods_imgs img {
	margin: 0px;
	padding: 3px;
	border: 1px solid #999;
	border-radius: 5px;
}
.goods_imgs img:hover {
	border-top-color: #005384;
	border-right-color: #005384;
	border-bottom-color: #005384;
	border-left-color: #005384;
}

.goods_text {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	margin-top: 3px;
	display: block;
}
