#novinky {
clear: both;
	width: 480px;
margin: 0;
	padding: 0;
	list-style: none;
}
#novinky ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#novinky li {
	display: block;
	float: left;
	width: 160px;
	/*padding: 15px;*/
}


#novinky #mod1 {
background-color : #fafafa;
border: 1px solid #666;
height : 190px;
width : 150px;
/*float : left;*/
margin: 3px;
margin-top : 5px;
}
#novinky .padding {
padding : 2px;
}
#novinky img {
border : 1px solid #d3d3d3;
float : left;
margin-bottom : 5px;
}
#novinky .price {
color : #36be00;
font : bold 1em "Tahoma", verdana, Arial;
padding : 0px;
text-align:right;
}

#novinky .text {
width : 100%;
float : left;
color : #9f9f9f;
text-align : left;
}
#novinky .text p{
text-align : left;
padding:1px;
margin:1px;
}

#novinky .text a {
text-decoration : none;
color : #9f9f9f;
text-align : justify;
padding:1px;
margin:1px;
}

#novinky .text a:hover {
text-decoration : underline;
}
#novinky h2 {
font : bold 1em "Tahoma", verdana, Arial;
color : #618fb5;
background : transparent;
margin : 1px;
}

#novinky h2 a {
color : #618fb5;
background : transparent;

}
#novinky h2 a:hover {
text-decoration : none;
color : #719fc5;
}

#novinky h3 {
font : bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
color : #719fc5	;
background : transparent;
margin : 1px;
}

#novinky h3 a {
text-decoration : none;
}

#novinky h3 a:hover {
text-decoration : underline;
}



