/* kaskadové styly pro Video na DesignMagazin.cz */

* {
	margin:0;
	padding:0;}
	
body {
	font: 100% Arial, Verdana, Sans-Serif;
	color: #333;
	margin-left: -7px;}
	
p {	
	margin: 15px 0;}
	
a:link, a:visited {
	color: #8A5775;
	font-weight: bold;
	text-decoration: underline; }

a:hover, a:active {
	color:#333;
	text-decoration: underline;}

a img {
	border: 0;}
	
	
/*	hlavičky */

h1 {
	font-size:2em;	}
	
h2 {
	font-size: 20px;
	padding-bottom:0px;
	border-bottom:0px solid #333;
	margin: 10px 0px 0px 0px;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;}

h3 {
   font-weight: bold;
	font-family: Times New Roman;
	font-size: 1.4em;
	text-transform:uppercase;
	padding:2px;}
	

/* video */

.posledni-videa a {
	display: block;
	width: 120px;
	float: left;
	text-decoration: underline;
	font-size: 10px;
	margin: 10px 7px 10px 8px;
	*margin: 10px 7px 10px 8px;
	_margin: 10px 5px 10px 5px;}	
	
.posledni-video a {
	cursor: pointer;}

.posledni-video a {
	font-size: 10px;
	cursor: pointer; }
	
.posledni-video-titulek {
	margin-top: 4px;}
	
.posledni-video-titulek a {
	cursor: pointer;}
	
.posledni-videa-next {
	text-align: right;
	font-size: 13px;
	padding-right: 10px;}
	
.posledni-video-nahled{
  width: 120px;
  height: 68px;
  overflow: hidden;
  position: relative;}
  
a .posledni-video-nahled{
  border: 2px solid black;}
  
a:hover .posledni-video-nahled{
	 border: #C6427B 2px solid;
	 cursor: pointer !important;}

.posledni-video-nahled img {
  width: 120px;
  height: 90px;
  position: relative;
  top: -11px;}
	

	


