html {
	background-color: #cccccc;
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
}

#iPage {
	margin-right: auto;
	margin-left: auto;
	width: 800px;	
}

#iPageHeader {
	height: 111px;
}

#iPageContent {
	background-image: url('../img/body-bgd.jpg');
	height: 840px;
}

#iMenu {
	width: 134px;
	margin-left: 10px;
	float: left;
}

#iMenuItems {
	padding-top: 4px;
	width: 134px;
	background-image: url('../img/menu-bgd.gif');
	padding-bottom: 3px;
}

#iMenuBottom {
	width: 134px;
	height: 10px;
	background-image: url('../img/menu-bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#iMenuItems ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 3px;
}

#iMenuItems li {
	width: 117px;
	height: 18px;
	text-align: center;
	margin-left: 6px;
	margin-bottom: 3px;
	padding: 0px;
}

#iMenuItems a {
	line-height: 13px;
	color: white;
	font-size: 13px;
	font-weight: bold; 
	font-family: "Arial";
	display: block;
	text-decoration: none;
	text-align: center;
	height: 18px;
}

#iMenuItems img {
	border: 0px;
}

.cMenuBtn {
	background-image: url('../img/menu-btn.jpg');
}

.cMenuBtnSel {
	background-image: url('../img/menu-btn-sel.jpg');
}

/* Title - begin */
#iTitle {
	float: left;
	width: 630px;
	margin-top: 87px;
	margin-left: 1px;
	margin-bottom: 15px;
}
#iTitle h1 {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 30px;
}
#iTitle img {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 30px;
}
/* Title - end */

/* CONTENT - begin */
#iContent {
	float: left;
	width: 800px;
	margin-top: 0px;
}

#iContent h1 {
	margin-top: 0px;
	margin-left: 10px;
	font-size: 30px;
}
/* CONTENT - end */

/* FOOTER - begin */
#iFooter {
	background-image: url('../img/footer-bgd.jpg');
	width: 800px;
	height: 54px;
}
/* FOOTER - end */

.cError {
	color: red;
}


/*O NAS - begin*/
#iAbout {
	width: 610px;
	margin-left: 143px;
	height: 280px;
	padding-left: 10px;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-right: 20px;
	/*font-weight: bold;*/
	overflow: auto;
	font-size: 13pt;
}
#iAbout strong {
	font-weight: normal;
}
/*O NAS - end*/

/*NASZE FILMY - begin*/
#iMovies {
	float: left;
	width: 800px;
	/*border-left: 1px solid grey;
	border-bottom: 1px solid grey;*/
	/*font-weight: bold;*/
	font-size: 14pt;
	overflow: auto;
	height: 750px; 
}

#iLeftArrow {
	float:left;
	cursor: pointer;
}

#iRightArrow {
	float: left;
	cursor: pointer;
}

#iLeftArrow img, #iRightArrow img {
	border: none;
}

#iMovies #iPlaylist {
	float: left;
	/*background-image: url('../img/playlist_bgd_2.jpg');*/
	border-bottom: 1px solid white;
	width: 800px;
}

#iMovies #iPlaylist a {
	margin-top: 80px;
}

#iMovies #iClipsContainer {
	position:relative; 
	overflow:hidden; 
	width: 700px;
	height: 210px;
	padding: 5px 0px;
	float: left;
}

#iMovies #iClipsContainer #iClips {
	width: 1360px;  
	position:absolute; 
} 
 
#iMovies #iClipsContainer #iClips a {
	width: 320px; 
	height: 180px;
	margin: 15px 15px;
	background-image: url('../img/h80.png');
	background-repeat: repeat-x;
	border: 1px solid grey;
	float:left; 
	text-decoration:none;
	/*margin-left: 10px;
	margin-right: 10px;*/
} 

#iMovies #iClipsContainer #iClips img {
	height: 70px; 
	margin-left: 4px;
	margin-top: 4px;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	border: none;
}

#iMovies #iClipsContainer #iClips div.active {
    border:1px inset #ccc; 
    background-color:#fff; 
}


#iMovies #iClipsContainer #iClips a.first {
	border-top-width:1px;
}

#iMovies #iClipsContainer #iClips a.playing, #iMovies #iClipsContainer #iClips a.paused, #iMovies #iClipsContainer #iClips a.progress {
	/*background:url(/img/playlist/light.png) no-repeat 0px -69px;
	width:225px;*/
	border: 1px solid black;
}

/*
#iMovies #iClipsContainer #iClips a strong {	
	padding-top: 5px;
	font-size:16px;
	line-height: 22px;
}
	
#iMovies #iClipsContainer #iClips a span {
	display:block;		
	font-size:11px;
}

#iMovies #iClipsContainer #iClips a em {
	font-style: normal;
	color: #f5760f;
}
*/

#iMovies #iClipsContainer #iClips a:hover {	
	border: 1px solid black;
}

#iMovies #iClipsContainer #iClips a.playing:hover, #iMovies #iClipsContainer #iClips a.paused:hover, #iMovies #iClipsContainer #iClips a.progress:hover {
	background-color:transparent !important;		 
}

#iMovies #iClipsContainer #iClips a div.cButton {
	background-image: url('../img/play_large.png');
	width: 83px;
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*position: absolute;
	top: 5px;
	right: 5px;*/
}

#iMovies #iClipsContainer #iClips a.playing div.cButton {
	background-image: url('../img/pause_large.png');
}

#iMovies #iClipsContainer #iClips a.paused div.cButton {
}


a.go.disabled {
	visibility:hidden;		
}


/* player */
#iMovies a.cPlayer {
	margin-top: 20px;
	position: relative;
	width:720px;
	height:406px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-left: 40px;
	margin-right: 40px;
	vertical-align: bottom;
	display: inline;
	background-image: url('../img/scene.jpg');
}

/* przycisk play */
#iMovies a.cPlayer img {
	margin-top:150px;
}

/* info o filmie */
#iMovies #iClipsContainer #iClips a div.cInfo {
	position: absolute;
	bottom: 0px;
	background:#000 url('../img/h80_dark.png') repeat-x;
	opacity:0.7;
	color: white;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
	margin-bottom: 16px;
	width: 290px;
}

#iMovies #iClipsContainer #iClips a div.cInfo strong {
	font-size: 18px;
	line-height: 24px;
}

/* czas filmu */
#iMovies #iClipsContainer #iClips a div.cInfo span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}
/*NASZE FILMY - end*/


/*CENNIK - begin*/
#iPriceList {
	width: 610px;
	overflow: auto;
	height: 660px;
	padding-left: 10px;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-right: 20px;
}

#iPriceList h2 {
	border-bottom: 1px solid #f5760f;
	width: 100%;
	margin-top: 0px;
	font-size: 20px;
}

.cPriceValue {
	float: right;
	padding: 5px;
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	font-size: 14px;
}
.cPriceValue .cSpanLeft {

}
.cPriceValue .cSpanRight {
	float: right; 
	color: #f5760f;
}
.cPriceLabel {
	float: right;
	padding: 5px;
	border-bottom: 1px solid grey;
	font-size: 14px;
}
.cPriceLabel .cSpanRight {
	float: right;
}

div.cPrinter {
	background-image: url('../img/print.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 75px;
	float: right;
	margin-right: 20px;
}
div.cPrinter a {
	margin-left: 25px;
	line-height: 20px;
}
.cHide {
	display: none;
}
/*CENNIK - end*/


/*KONTAKT - begin*/
#iContact {
	width: 610px;
	margin-left: 143px;
	padding-left: 10px;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-right: 20px;
	/*font-weight: bold;*/
}

#iContact .cContactElement {
	padding-left: 40px;
	background-repeat: no-repeat;
}

#iContact ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 3px;
}

#iContact #iPhone {
	background-image: url('../img/phone-bgd.gif');
	height: 25px;
	padding-top: 15px;
	font-size: 16px;
}

#iContact #iGg {
	background-image: url('../img/gg-bgd.gif');
	height: 26px;
	padding-top: 5px;
	font-size: 16px;
}

#iContact #iEmail {
	background-image: url('../img/mail-bgd.gif');
	height: 22px;
	font-size: 12px;
	font-weight: normal;
}

#iContact #iWww {
	background-image: url('../img/mail-bgd.gif');
	height: 22px;
	font-size: 12px;
	font-weight: normal;
}

#iContent a {
	font-size: 14px;
	line-height: 14px;
	color: white;
	display: block;
	text-decoration: none;
}
/*KONTAKT - end*/



/*POLECAMY - begin*/
#iLinks {
	width: 610px;
	margin-left: 143px;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	/*font-weight: bold;*/
	font-size: 14pt;
}

#iLinks .cLinksElement {
	background-repeat: no-repeat;
}

#iLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 3px;
}

#iLinks ul  li{
	indent: 0px;
	padding: 0px;
	margin: 0px;
}

#iLinks a {
	font-size: 13pt;
	line-height: 13px;
	color: white;
	display: block;
	text-decoration: none;
}

#iLinks a img {
	border: none;
}
/*POLECAMY - end*/



/*DRUKOWANIE CENNIKA - begin */
@media print {
    html, body {
        color: #000;
    }
	
	#iMenu, #iTitle  {
		display: none;
	}
	
	#iPriceList, #iContact {
		width: 750px;
		margin-top: 30px;
		margin-left: 0px;
		overflow: visible;
		border: none;
		display: block;
	}
	
	#iContact #iPhone {
		height: 22px;
	}

	#iContact #iGg {
		height: 22px;
	}

	#iContact #iEmail {
		height: 22px;
	}

	#iContact #iWww {
		height: 22px;
	}
	
	div.cPrinter {
		display: none;
	}
}
/*DRUKOWANIE CENNIKA - end */


.scroll-pane {
	width: 100%;
	/*	background: #ccc;*/
	float: left;
	padding: 0;
}

.contents {
	display: block;
	width: 700px;
	height: 200px;
	background: #CC66FF;
}






/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }


/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	background:url(/img/player/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}

