/* LAYOUT */

/* Main content and Pages-specific panels */



/* COMMON	************************************************************ */

	

	/* User Buttons */

	a.userButton {   

		display: block;

		width: 20px;

		height: 20px;

		margin: 1px;

		background-repeat: no-repeat;

		background-position: center;

	}

	a:hover.userButton {

		background-color: #e6e6e6;

	}

	a.userButton.create { background-image: url('/style/icon/Kvikmyndir/add.png'); }

	a.userButton.confirm { background-image: url('/style/icon/Kvikmyndir/accept.png'); }

	a.userButton.cancel { background-image: url('/style/icon/Kvikmyndir/cancel.png'); }

	a.userButton.delete { background-image: url('/style/icon/Kvikmyndir/delete.png'); }

	

	/* Item */

	div.itemlist {
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
		position: relative;
		border: 1px solid #eeeeea;
		padding-left:5px;
		margin-bottom: 2px;
	}

	div.item {

		position: relative;

		border: 1px solid #eeeeea;

		padding: 5px;

		margin-bottom: 3px;

	}

	div.item a.item {

		display: block;

		padding: 1px;

	}

	div.item a:hover.item {

		background-color: #eeeeea;

		text-decoration: none;

	}

	div.itemlist a.item {

		display: block;

	}

	div.itemlist a:hover.item {

		background-color: #eeeeea;

		text-decoration: none;

	}


	div.item table.item_layout td {

		padding: 5px;

		vertical-align: top;

	}

	

		div.item table.item_layout td.left {

			padding:0px;

			padding-top:4px;

		}

		div.item table.item_layout td.center {

			padding:0px;

		}

		

		div.item table.item_layout td.center table.stdTable {

			width:330px;

		}

		div.item table.item_layout td.player {

			padding:0px;

			padding-top:4px;

		}

	

		div.item a.header,

		div.item div.header {

			display: block;

			color: #f6810e;

			margin-bottom: 2px;

		}

		div.item div.content {

			color: #544c3c;

		}

	div.item div.footer {

		background-color: #f9f9f9;

		padding: 3px;

	}

	

	/* Items table */

	

	table.itemList {

		width: 100%;

	}

	td.item {

		vertical-align: top;

		border: 1px solid #eeeeea;

		padding: 5px;

	}

	td:hover.item {

		background-color: #eeeeea;

	}

	td.item a.item {

		display: block;

		padding: 1px;

	}

	td.item a:hover.item {

		background-color: #eeeeea;

		text-decoration: none;

	}

	td.item table.item_layout td {

		padding: 5px;

		vertical-align: top;

	}

	

		td.item table.item_layout td.left {}

		td.item table.item_layout td.right {

			width: 100%;

		}

	

		td.item a.header,

		td.item div.header {

			display: block;

			color: #f6810e;

		}

		td.item div.content {

			color: #544c3c;

		}

	

	/* Alphabet links */

	

	

	div.AlphabetLinks {

		background-color: #eeeeea;

		margin: 5px 0px;

	}

	div.AlphabetLinks table {}

	div.AlphabetLinks table td {

		text-align: center;

		vertical-align: middle;

	}

	div.AlphabetLinks a {

		display: block;

		width: 18px;

		height: 18px;

		line-height: 18px;

		font-size: 12px;

		font-weight: bold;

		background-color: White;

	}

	div.AlphabetLinks a:hover,

	div.AlphabetLinks a.Selected {

		color: White;

		background-color: #f6810e;

		text-decoration: none;

	}

	

		/* Paging links */

	div.PagingLinks {

		background-color: #eeeeea;

		margin: 5px 0px;

	}

	div.PagingLinks table {}

	div.PagingLinks table td {

		text-align: center;

		vertical-align: middle;

	}

	div.PagingLinks a {

		display: block;

		width: 16px;

		height: 16px;

		line-height: 16px;

		font-size: 11px;

		font-weight: normal;

		background-color: White;

	}

	div.PagingLinks a:hover,

	div.PagingLinks a.Selected {

		color: White;

		background-color: #f6810e;

		text-decoration: none;

	}

	

	/* Thumbs */

	

	div.thumbs {

		position: relative;

		z-index: 1;

		float: left;

		width: 35px;

		height: 15px;

		margin-right: 5px;

		background-image: url('/style/img/Thumbs.gif');

		background-repeat: no-repeat;

	}

	div.thumbs a {

		display: block;

		float: left;

		width: 16px;

		height: 15px;

	}

	div.thumbs a.thumbsup {

		margin-right: 1px;

	}

	

	

		

/* MOVIE	************************************************************ */

	

	/* common */

	div.Movies {}

	div.Movies table.stdTable th {

		white-space: nowrap;

	}

	

	div.Movies div.rated {

		margin: 5px 0px;

		padding: 0px;

		border: 0px solid #eeeeea;

	}

	div.Movies div.rated table {

		width:130px;

	}

	div.Movies div.rated table td {

		padding: 0px;

		padding-bottom:4px;

		vertical-align: middle;

	}

	div.Movies div.rated div.stars_background {

		background-image: url('/style/icon/Kvikmyndir/star_background.png');

		background-repeat: repeat-x;

		background-position: left;

		width: 130px;

		height: 13px;

	}

	div.Movies div.rated div.stars {

		background-image: url('/style/icon/Kvikmyndir/star.png');

		background-repeat: repeat-x;

		background-position: left;

		height: 13px;

	}

	div.Movies div.rated span.mark {

		font-size: 11px;

	}

	div.Movies div.rated span.mark b {

		font-size: 16px;

	}

	div.Movies div.rated span.votes {

		font-size: 11px;

	}

	

	/* entry */

	div.Movies.MovieEntry {

		float: left;

		width: 779px;

		border:0px solid red; /*-------------------------------------------------------------------------------------------------------------------*/

	}

	

	div.MovieEntry div.title {

		padding: 5px;

		font-size: 18px;

		color: #f6810e;

	}

	

	div.MovieReviews {}

	div.MovieReviews div.setTitle {

		font-weight: bold;

		background-color: #eeeeea;

		padding: 5px;

	}

	div.MovieReviews div.header {

		color: #f6810e;

	}

	div.MovieReviews div.header span.title {

		font-weight: bold;

	}

	div.MovieReviews div.header span.title {

		float: none;

	}

	

	/* REMOVED

	div.MovieComments {}

	div.MovieComments div.setTitle {

		font-weight: bold;

		background-color: #eeeeea;

		padding: 5px;

	}

	div.MovieComments div.header {

		color: #f6810e;

	}

	*/

	

	/* List */

	div.MoviesList table.itemList td.item {

		width: 50%;

	}

	div.MoviesList span.title {

		font-size: 13px;

		color: #f6810e;

	}

	div.MoviesList div.titleAlias {

		font-style: italic;

		color: Gray;

	}





	

/* NEWS	************************************************************ */



	/* common */

	div.News {}

	

	div.News div.header {}

		div.News div.header span.date {

			padding-right: 10px;

			font-size: 10px;

		}

		div.News div.header span.title {

			font-weight: bold;

		}
		

		div.News div.header span.title2 {

			font-family: "Anton", arial, serif; 
					font-size:24px;
					color:#eb8603;	
		}
		

	div.News div.content {}

	

	div.News span.author {

		font-style: italic;

		color: Gray;

	}

	

	div.News div.toDetails {

		text-align: right;

	}

		div.News div.toDetails a.toDetails {

			display: block;

			width: 65px;

			height: 13px;

			margin: 0px 0px 0px auto;

			

			background-image: url("/style/img/Items_LesaMeira.gif");

			background-position: center;

			background-repeat: no-repeat;

		}

	

	div.News div.imageFrett {


		width: 55px;

		/*height: 65px;*/

		background-color: #eeeeea;

	}
	#imageFrett {

		float:right;
		width: 180px;
		padding:5px;

		/*height: 65px;*/

		/*background-color: #eeeeea;*/

	}

		div.News div.image img {}

				

			

	/* list */

	div.News.NewsList {}

	div.News.NewsList.Kvikmyndir_NewsList {}

			

	/* preview */

	div.News.NewsPreview {}

	div.News.NewsPreview.Kvikmyndir_LatestNewsList {}

			

			div.NewsPreview div.item {

				font-size: 11px;

			}

			

			div.NewsPreview div.header {}

				div.NewsPreview div.header span.date {

					display: block;

				}

				div.NewsPreview div.header span.title {

					display: block;

				}

			

			div.NewsPreview div.image {}

				div.NewsPreview div.image img {}

	

	/* entry */

	div.News.NewsEntry {}

	div.News.NewsEntry.Kvikmyndir_NewsEntry {}

	

	div.NewsEntry div.image img{

		width: 140px;

	}

	

	div.NewsPreview div.image img{

		width: 55px;

		/*height: 65px;*/

	}

	div.News.NewsEntry div.image img {}

	

	div.NewsEntry .item .item_layout .left {

		width: 150px;

	}

		

		

/* REVIEWS AND COMMENTS	************************************************************ */



	/* common */

	div.Reviews {}

	

	div.Reviews span.date {

		padding-right: 10px;

		font-size: 10px;

		float: left;

	}

	

	div.Reviews div.header {}

		div.Reviews span.movie {

			display: block;

			text-align: right;

			font-weight: bold;

		}

	

	div.Reviews span.title {

		font-weight: bold;

	}

	div.Reviews div.content {

		clear: left;

	}

	div.Reviews span.author {

		font-style: italic;

		white-space: nowrap;

		color: Gray;

	}

	

	

	div.Comments {}

	

	div.Comments div.header {}

		div.Comments div.header span.date {

			padding-right: 10px;

			font-size: 10px;

		}

		div.Comments div.header span.title {

			font-weight: bold;

		}

		

	div.Comments div.content {}

	

	div.Comments span.author {

		font-style: italic;

	}

	div.Comments span.movie {

		color: Gray;

	}

				

			

	/* list */

	div.Reviews.ReviewsList {}

	div.Reviews.ReviewsList.Kvikmyndir_ReviewsList {}

	

	div.reviewsAdminPanel a.add,

	div.reviewsAdminPanel a.all,

	div.reviewsAdminPanel a.edit {

		background-repeat: no-repeat;

		background-position: left;

		padding-left: 20px;

		line-height: 20px;

	}

	

	div.reviewsAdminPanel a.all 	{ background-image: url('/style/icon/Kvikmyndir/review.png'); }

	div.reviewsAdminPanel a.add 	{ background-image: url('/style/icon/Kvikmyndir/review_add.png'); }

	div.reviewsAdminPanel a.edit 	{ background-image: url('/style/icon/Kvikmyndir/review_edit.png'); }

	div.reviewsAdminPanel a.delete 	{ background-image: url('/style/icon/Kvikmyndir/review_delete.png'); }

	

	div.reviewsAdminPanel a span.movie {

		font-size: 9px;

		color: Gray;

	}





	/* preview */

	div.Reviews.ReviewsPreview {}

	div.Reviews.ReviewsPreview.Kvikmyndir_LatestReviewsList {}

			

			div.ReviewsPreview div.item {

				font-size: 11px;

			}

			

	div.Comments.CommentsPreview {}

	div.Comments.CommentsPreview.Kvikmyndir_LatestCommentsList {}

			

			div.CommentsPreview div.item {

				font-size: 10px;

			}

	

	

	/* entry */

	div.Reviews.ReviewsEntry {}

	div.Reviews.ReviewsEntry.Kvikmyndir_ReviewsEntry {}





		

/* CINEMA	************************************************************ */



	/* common */

	div.Cinema {}

	

	div.Cinema div.item {

		border: 1px solid #eeeeea;

		padding: 5px;

		margin-bottom: 3px;

	}

	div.Cinema div.item table.item_layout td {

		padding: 5px;

		vertical-align: top;

	}

	div.Cinema div.item table.item_layout td.right {

		width: 100%;

	}

	

	div.Cinema a.header {

		color: #f6810e;

	}

	

	div.Cinema div.header {}

		div.Cinema div.header span.title {

			font-weight: bold;

		}
	
	
	div.Cinema div.header {}

		div.Cinema div.header span.title2 {

			font-family: "Anton", arial, serif; 
					font-size:24px;
					color:#eb8603;			}
		

	div.Cinema div.address {

		

	}

	

	div.Cinema div.phone {

		font-style: italic;

	}

	

	div.Cinema div.toDetails {

		text-align: right;

	}

		div.Cinema div.toDetails a.toDetails {

			display: block;

			width: 65px;

			height: 13px;

			margin: 0px 0px 0px auto;

			

			background-image: url("/style/img/Items_LesaMeira.gif");

			background-position: center;

			background-repeat: no-repeat;

		}

	

	div.Cinema div.image.logo {

		width: 125px;

		height: 50px;

		background-color: #eeeeea;

	}

		div.Cinema div.image.logo img {}

				

			

	/* list */

	div.Cinema.CinemaList {}

	div.Cinema.CinemaList.Kvikmyndir_Cinema {}

	

	/* entry */

	div.Cinema.CinemaEntry {}

	div.Cinema.CinemaEntry.Kvikmyndir_CinemaEntry {}

	

	div.Cinema.CinemaEntry div.image {}

		div.Cinema.CinemaEntry div.image img {}



		

/* PERSON	************************************************************ */

	

	/* common */

	div.Persons {}

	

	/* List */

	div.PersonsList table.itemList td.item {

		width: 25%;

		padding: 3px;

		vertical-align: middle;

	}

	div.PersonsList span.name {}

	

	div.PersonsList td.item.few-movies span.name 	{ font-size: 11px; }

	div.PersonsList td.item.medium-movies span.name { font-size: 11px; color: #f6810e; }

	div.PersonsList td.item.lot-movies span.name 	{ font-size: 12px; color: #f6810e; font-weight: bold; }

	div.PersonsList td.item.huge-movies span.name 	{ font-size: 14px; color: #f6810e; font-weight: bold; }

	div.PersonsList table.itemList td.item.starActor { background-image: url('/style/icon/Kvikmyndir/star.png');  background-repeat: no-repeat; background-position: left; padding-left: 20px; }

	

		

/* Page: Homepage	************************************************************ */

#homepage {}



	/* Left news column on frontpage

	-------------------------------------------------- */

		div#PL_Frame_NewsPreview {

			float: left;

			width: 288px;

		}

			div#PL_NewsPreview {}

			

		/* Trailer window on frontpage

		----------------------------------------------- */

		div#PL_Trailers {

			float: right;

			width: 288px;

		}

			div#PL_Trailers div#trailerdiv {

				border:0px solid red;

				float:left;

				clear:both;

				background-image:url('/style/img/Trailer_List_Backgr.gif');

				background-position:bottom;

				color:#fff;

				color:#e0dcd6;

				padding-bottom:6px;

				margin-bottom:10px;

			}

			div#PL_Trailers div#trailerdivTop {

				background-image:url('/style/img/Trailer_List_Top_Backgr.gif');

					background-position:top;

					background-repeat:repeat-x;

					float:left;

					clear:both;

			}

				div#PL_Trailers div#trailerdiv ul.trailers h3,

				div#PL_Trailers div#trailerdiv ul.extras h3 {

					text-transform: uppercase;

					margin-bottom:7px;

					font-size:10px;

					color:white;

				}

				div#PL_Trailers div#trailerdiv span:hover {

					text-decoration:underline;

				}

				div#PL_Trailers div#trailerdiv ul.trailers {

					border:0px solid red;

					float:left;

					width:126px !important;

					width:144px;

					padding:9px;

					padding-top:5px;

				}

				div#PL_Trailers div#trailerdiv ul.extras {

					border:0px solid red;

					float:right;

					width:126px !important;

					width:144px;

					padding:9px;

					padding-top:5px;

				}

				div#PL_Trailers div#trailerdiv ul.extras li {

					padding-bottom:4px;

				}

				div#PL_Trailers div#trailerdiv ul.trailers li {

					padding-bottom:4px;

				}

		/* Clearfix */

		

		/* Trailer window on frontpage

		----------------------------------------------- */

		

		div#PL_Biotal {		

			float: left;

			padding-left:40px;

 			padding-top:20px;

		}
		div#PL_Main_new{
			width:956px;
			
		}

		div#trailerdivBiotal {

			border:0px solid red;

			float:left;

			clear:both;

			background-image:url('/style/img/Trailer_List_Backgr.gif');

			background-repeat:repeat-x;

			background-position:bottom;

			background-color:#524D39;

			color:#fff;

			color:#e0dcd6;
			margin-top:160px;

			padding-bottom:6px;

			margin-bottom:10px;

			}

		div#PL_Biotal div#trailerdivTopBiotal {

					background-color:#524D39;

					background-image:url('/style/img/Trailer_List_Top_Backgr.gif');

					background-position:top;

					background-repeat:repeat-x;

					width: 580;

			}

				div#trailerdivBiotal ul.trailers h3,

				div#trailerdivBiotal ul.extras h3 {

					text-transform: uppercase;

					margin-bottom:7px;

					font-size:10px;

					color:white;

				}

				div#trailerdivBiotal span:hover {

					text-decoration:underline;

				}

				div#trailerdivBiotal ul.trailers {

					border:0px solid red;

					float:left;

					width:220px !important;

					width:244px;

					padding:9px;

					padding-top:5px;

				}

				div#trailerdivBiotal ul.extras {

					border:0px solid red;

					float:right;

					width:220px !important;

					width:244px;

					padding:9px;

					padding-top:5px;

				}

				div#trailerdivBiotal ul.extras li {

					padding-bottom:4px;

				}

				div#trailerdivBiotal ul.trailers li {

					padding-bottom:4px;

				}

		/* Clearfix */

		

		/* Videospilari window on frontpage

		----------------------------------------------- */

		div#PL_Videospilari{

			float: right;

			width: 288px;

		}

			div#PL_Videospilari div#trailerdiv {

				border:0px solid red;

				float:left;

				clear:both;

				background-image:url('/style/img/Trailer_List_Backgr.gif');

				background-position:bottom;

				color:#fff;

				color:#e0dcd6;

				padding-bottom:6px;

				margin-bottom:10px;

			}

			div#PL_Videospilari div#trailerdivTop {

				background-image:url('/style/img/Trailer_List_Top_Backgr.gif');

					background-position:top;

					background-repeat:repeat-x;

					float:left;

					clear:both;

			}

				div#PL_Videospilari div#trailerdiv ul.trailers h3,

				div#PL_Videospilaridiv#trailerdiv ul.extras h3 {

					text-transform: uppercase;

					margin-bottom:7px;

					font-size:10px;

					color:white;

				}

				div#PL_Videospilari div#trailerdiv span:hover {

					text-decoration:underline;

				}

				div#PL_Videospilari div#trailerdiv ul.trailers {

					border:0px solid red;

					float:left;

					width:126px !important;

					width:144px;

					padding:9px;

					padding-top:5px;

				}

				div#PL_Videospilari div#trailerdiv ul.extras {

					border:0px solid red;

					float:right;

					width:126px !important;

					width:144px;

					padding:9px;

					padding-top:5px;

				}

				div#PL_Videospilari div#trailerdiv ul.extras li {

					padding-bottom:4px;

				}

				div#PL_Videospilari div#trailerdiv ul.trailers li {

					padding-bottom:4px;

				}

		/* Clearfix */

		

		div#PL_Special {

			clear: both;

			padding: 3px 0px;

		}

		

		div#PL_Frame_ReviewsLatest {

			float: left;

			width: 288px;

		}

			div#PL_ReviewsLatest {}

		

		div#PL_Frame_CommentsLatest {

			float: right;

			width: 288px;

		}
		div#PL_Frame_CommentsHottest {

			float: right;

			width: 288px;

		}

			div#PL_CommentsLatest {}



	/* panels */

	

		/* LATEST NEWS */

		

			div#PL_LatestNews {}

			div.Kvikmyndir_LatestNewsList {}

			

	

/* MOVIE ENTRY STYLE ********************************************************************* */



	div#PL_MovieEntry #FlashplayerWrapper {

		border:0px solid red;

		float:left;

	}

	div#PL_MovieEntry div#trailerdiv {

				border:0px solid red;

				float:left;

				clear:both;

				background-image:url('/style/img/Trailer_List_Backgr.gif');

				background-position:bottom;

				color:#fff;

				color:#e0dcd6;

				padding-bottom:6px;

				margin-bottom:10px;

				width:288px;

			}

			div#PL_MovieEntry div#trailerdivTop {

				background-image:url('/style/img/Trailer_List_Top_Backgr.gif');

					background-position:top;

					background-repeat:repeat-x;

					float:left;

					clear:both;

			}

				div#PL_MovieEntry div#trailerdiv ul.trailers h3,

				div#PL_MovieEntry div#trailerdiv ul.extras h3 {

					text-transform: uppercase;

					margin-bottom:7px;

					font-size:10px;

					color:white;

				}

				div#PL_MovieEntry div#trailerdiv span:hover {

					text-decoration:underline;

				}

				div#PL_MovieEntry div#trailerdiv ul.trailers {

					border:0px solid red;

					float:left;

					width:126px !important;

					width:144px;

					padding:9px;

					padding-top:5px;

				}

				div#PL_MovieEntry div#trailerdiv ul.extras {

					border:0px solid red;

					float:right;

					width:126px !important;

					width:144px;

					padding:9px;

					padding-top:5px;

				}

				div#PL_MovieEntry div#trailerdiv ul.extras li {

					padding-bottom:4px;

				}

				div#PL_MovieEntry div#trailerdiv ul.trailers li {

					padding-bottom:4px;

				}



			

/* Page: Authorization Failed	************************************************************ */



	/* layout */

	

	/* panels */

	

	div#LoginFailBox {

		float: left;

	}

	div#LoginFail_LostPassword {

		float: right;

	}

	

	

	

/* Page: 	************************************************************ */



	/* layout */

	

	/* panels */

