/******************************************************
 Shura Lipovsky Web Site - News Ad style sheet v1.0.0.
 1600x900 pixels resolution
 Copyright 2013, Pierre LADOUCE
 Date: 26/04/2014
******************************************************/

body {
	width:630px; /* */
	height:100%; /* */
	margin:0; /* */
	font-family: verdana,arial,helvetica,sans-serif; /* */
	font-size: 14px;
	color:#CAD3D9; /* */
}

/***************************** News Ad Body ******************/

.news_ad_body {
/*	max-width:630px; /* */
/*	height: auto; /* */
	margin: auto; /* */
	color: #ec9813;
	overflow:hidden;
/*	border: 1px solid yellow; /* */
}

.news_table {
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid white; /* */
/*	border: 1px solid blue ; /* */
}

.news_table_body h3{
	color: #ec9813;
}

.news_table_body h5{
	color: #ec9813;
}

.news_block_button {
	height:5px; /* */
/*	border:1px solid blue; /* */
}
	
.internal_link_button_news {
	position:relative; /* */
/*	top:-50px; /* */
	width:180px;  /* */
	height:20px; /* */
	margin:auto; /* */
	text-align:center;
	padding:5px; /* */
	background-image:url('../images_theme/Container_background_696969_50.png'); /* */
	background-repeat:repeat; /* */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 5px 5px 5px #333333;
	-moz-box-shadow: 5px 5px 5px #333333;
	box-shadow: 5px 5px 5px #333333;
/*	border: 1px solid blue ; /* */
}

.internal_link_button_news:hover {
	-webkit-box-shadow: 2px 2px 2px #333333 inset;
	-moz-box-shadow: 2px 2px 2px #333333 inset;
	box-shadow: 2px 2px 2px #333333 inset;
}

.link_button_news {
	position:relative; /* */
	top:-50px; /* */
	width:180px;  /* */
	height:20px; /* */
	margin:auto; /* */
	text-align:center;
	padding:5px; /* */
	background-image:url('../images_theme/Container_background_696969_50.png'); /* */
	background-repeat:repeat; /* */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 5px 5px 5px #333333;
	-moz-box-shadow: 5px 5px 5px #333333;
	box-shadow: 5px 5px 5px #333333;
/*	border: 1px solid blue ; /* */
}

.link_button_news:hover {
	-webkit-box-shadow: 2px 2px 2px #333333 inset;
	-moz-box-shadow: 2px 2px 2px #333333 inset;
	box-shadow: 2px 2px 2px #333333 inset;
}

/*****************************************************/