/* -----------------------------------------------------
// News Module for Opencart v1.5.5   							
// Modified by villagedefrance                          			
// contact@villagedefrance.net                         			
//------------------------------------------------------
*/

/* News Module Box */
.box-igroteka {
	background: #F8F8F8;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
	border: 1px solid #DBDEE1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px silver;
	-moz-box-shadow: 0px 2px 2px silver;
	box-shadow: 0px 2px 2px silver;
}
.box-igroteka h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.box-igroteka p {
	margin-top: 0px;
	margin-bottom: 5px;
}
/* News Information Page */
.content-igroteka {
	background: #fff;
	width: 913px;
    padding:15px;
	/*min-height:450px;*/
	border: 1px dashed #e8edf1;
	float:left;
	color:#4d4d4d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
	margin-top:20px;
}
.content-igroteka .igroteka {
	width: 100%;
}
.content-igroteka .igroteka a {
	text-decoration: none;
}
.content-igroteka .igroteka a:hover {
	text-decoration: underline;
}
.content-igroteka .igroteka h3 {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 1px silver;
	margin-top: 0px;
	margin-bottom: 5px;
}
.content-igroteka .igroteka p {
	margin: 5px 0px;
}
.content-igroteka .igroteka li {
	margin-top: 2px;
}
.content-igroteka .igroteka .image {
	width: auto;
	float: right;
	margin: 5px;
}
.content-igroteka span#igro-date {
	font-size:14px;
	float:right;
}
.content-igroteka  h3{
	font-size:30px;
	color:#c92031;
    text-align: center;
}