.custom_news_main_table {
	margin: 0;
}
.wrap_outside_custom_table {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    box-shadow: 0 2px 3px grey;
	background: #F5F5F5;
	position: relative;
	margin: 0  0 10px;
}
.custom_news {
	padding: 2px;
}

.custom_news > div {
	width: 500px;
	overflow: hidden;	
}

.custom_news .custom_table img {
	height: 150px;
}
.outside_custom_table td {
	padding: 2px;
}

.custom_table_info {
	-moz-box-shadow: 1px 1px 2px black;
	-webkit-box-shadow: 1px 1px 2px black;
	box-shadow: 1px 1px 2px black;
	padding: 5px;
	background: #464646;
	font: normal 9px Tahoma;
	color: white;
	text-align: left;
	position: absolute;
	z-index: 99999;
	display: none;
}

.custom_table_info img {
	max-height: 350px;
	max-width: 450px;
}

.custom_table {
	float: left;
}

.custom_news .custom_table #btn a, .custom_news .custom_table #btn a:hover, .custom_news .custom_table #btn a:visited {
	color: white;
	text-decoration: none;
}
.custom_news .custom_table #btn a:hover {
	text-decoration: underline;
}
.custom_news .custom_table:hover #ttl, .custom_news .custom_table:hover #btn {
	position: absolute;
	display: block;
}
.table_cstm #ttl, .table_cstm #btn {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #7C7C8B;
	font: normal 12px Tahoma;
	color: white;
	padding: 2px;
}
.table_cstm img {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 130px;
	border: 3px solid white;
}
.table_cstm td {
	padding: 5px;
}
.custom_news_list {
	-moz-box-shadow: 2px 2px 6px #3E3E3E;
	-webkit-box-shadow: 2px 2px 6px #3E3E3E;
	box-shadow: 2px 2px 6px #3E3E3E;
	position: absolute;
	padding: 10px;
	z-index: 10000;
	background: #FFFADE;
	width: 500px;
	display: none;
}
.custom_news_list img {
	height: 50px;
}
.custom_news_list > table {
	width: 100%;
}
.custom_news_list > table td {
	text-align: left;
}
.custom_news_list > table #img {
	width: 1px;
	padding: 1px 5px;
	text-align: center
}
.cn_rem_l_but, .cn_rem_l_but:hover, .cn_rem_l_but:visited {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #F7672E;
	padding: 3px;
	color: white !important;
	text-decoration: none !important;
}
.cn_rem_l_but:hover {
	background: #FC9D67;
}
.custom_news_list {
	text-align: right;
}
.custom_news_list > a {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #B92934;
	font: bold 14px Tahoma;
	padding: 3px 7px;
	color: white !important;
	text-decoration: none !important;
}
.show_custom_news_list {
	text-align: left;
	height: 22px;
}
.show_custom_news_list a {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #E87100;
	background: -moz-linear-gradient(90deg, #E87100, #FFA555);
	background: -webkit-linear-gradient(90deg, #E87100, #FFA555);
	background: -o-linear-gradient(90deg, #E87100, #FFA555);
	font: bold 14px Tahoma;
	padding: 7px 14px 14px;
	color: white !important;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #7E4005;
}