/* stock */
.item_stock
{
	margin: 10px 0 17px;
	/*padding: 0 0 17px 0;*/
}
.item_stock a.name
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.item_stock .left_data
{
	float: left;
	width: 180px;
	padding: 0 26px 9px;
}
.item_stock .left_data img
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.item_stock .right_data
{
	padding: 0 0 0 232px;
}
.item_stock .right_data.no-image
{
	padding-left: 0;
}
.stock_detail .period, .item_stock .period
{
	display: inline-block;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 4px 0 10px;
	padding: 8px;
}
/* stock detail */
.stock_detail
{
	margin-bottom: 30px;
}
.stock_detail .period
{
	margin-bottom: 20px;
}
.stock_detail a.fancy  img
{
	float: right;
	margin: 0 0px 20px 20px;
}
.stock_detail .name
{
	font-size: 40px;
	line-height:40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.stock_detail .text
{
	margin: 10px 0 10px 0;
}
.stock_detail  .table_item_inner .button_block
{
	display: none;
}
.stock_detail  .table_item_inner .likes_icons
{
	display: none;
}
.stock_detail  .long_separator
{
	display: none;
}