div.film_new{
	width: 150px;
	border: 1px solid black;
	height: 207px;
	float: left;
	margin-bottom: 6px;
	margin-left: 7px;
	text-align: center;
	background-image: url(img/backfilm.gif);
	background-repeat: repeat-x;
}

div.filmtitul_new{
	font-weight: bold;
	font-size: 12px;
	color: #d50303;
	margin: 5px;
	height: 33px;
	padding: auto 2px;
}
div.filmtitul_new a{
   color: #d50303;
	text-decoration: none;	
}
div.filmtitul_new a:hover{
	color: Black;
	text-decoration: underline;
}

div.moredetails{
  font-size: 10px;
  margin: 5px auto;
}
div.moredetails a{
	color: Black;
}

a.tlac_new{
	font-size: 9px;
	font-weight: bold;
	color: darkred;
	background-color: #eee;
	border: 1px solid #bbb;
	padding: 2px;
	margin: 7px 5px;
	text-decoration: none;
	display: block;
}
a.tlac_new:hover{
	background-color: White;
	color: Black;
	border: 1px solid darkred;
}
a.back{
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
	padding: 3px;
}



div.clips_new{
	width: 150px;
	border: 1px solid black;
	height: 207px;
	float: left;
	margin-bottom: 6px;
	margin-left: 7px;
	text-align: center;
	background-image: url(img/backclip.gif);
	background-repeat: repeat-x;
	position: relative;
}
div.cliptitul_new{
	font-weight: bold;
	font-size: 10px;
	color: #d50303;
	margin: 5px;
	height: 29px;
	padding: auto 2px;
}
div.cliptitul_new a{
   color: #d50303;
	text-decoration: none;	
}
div.cliptitul_new a:hover{
	color: Black;
	text-decoration: underline;
}
div.newclip{
	position: absolute;
	bottom: 3px;
	left: 55px;
}

div.clipsoth_new{
	width: 150px;
	border: 1px solid black;
	height: 207px;
	float: left;
	margin-bottom: 6px;
	margin-left: 7px;
	text-align: center;
	background-image: url(img/backoth.gif);
	background-repeat: repeat-x;
	position: relative;
}

div.photos_new{
	width: 150px;
	border: 1px solid black;
	height: 215px;
	float: left;
	margin-bottom: 6px;
	margin-left: 7px;
	text-align: center;
	background-image: url(img/backphotos.gif);
	background-repeat: repeat-x;
	position: relative;
}
div.checkouttext{
	text-align: center;
	border: 2px solid red;
	padding: 6px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
}
table#tablogreg td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 300px;
}
div.freeshop{
	font-weight: bold;
	text-align: center;
	border: 1px solid red;
	padding: 3px;
}