/* LAYOUT */

/*******************************
***  PANELS HORIZONTAL SECTION BYRJAR
/******************************/

div#PL_Top, div#PL_Middle, div#PL_Bottom {
	width: 1000px;
	position:relative;
	z-index:auto;
	
	/*background-image: url("/style/img/background.gif");*/
		background-repeat: repeat-x;
		background-position: top;
}
	
	div#PL_Top {
		float: left;
		position: relative;
	}
	div#PL_Middle {
		clear: both;
		background-color:#FFF;
		float: left;
		background-image: url("");
		position: no-repeat;
		z-index:auto;
		margin-bottom: 10px;
	}
	div#PL_Middle_Single_Column {
		clear: both;
		float: left;
		position: relative;
		z-index:auto;
		margin-bottom: 10px;
		background-color:#FFF;
	}
	div#PL_Middle-Pad {
		margin: -5px 0px;
		padding: 3px;
	}
	div#PL_Bottom {
		clear: both;
		margin-bottom: 20px;
		
		background-color: White;
	}
	div#PL_Bottom-Pad {
		padding: 3px;
	}
	
	/* Rounded Corners */
	
div#PL_Middle-Top, div#PL_Middle-Bottom {
	clear: both;
	height: 5px;
	font-size: 0px;
}
div#PL_Middle-Top {
	background-image: url("/style/img/Corners-top-light.gif");
	background-position: top;
	background-repeat: no-repeat;
	position:relative;
	z-index:auto;

}
div#PL_Bottom-Pad {
	background-image: url("/style/img/Corners-top.gif");
	background-image: url("/style/img/Corners-top-light.gif");
	background-position: top;
	background-repeat: no-repeat;
}
div#PL_Middle-Bottom, div#PL_Bottom {
	background-image: url("/style/img/Corners-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}


/*******************************
***  PANELS HORIZONTAL SECTION ENDAR
/******************************/


/*******************************
	***  PANELS HEADER FOOTER BYRJAR
	/******************************/
/* Top */

	/* layout */
	
	div#PL_Logo {
		float: left;
		background-image: url("/images/logo.png");
		background-repeat: no-repeat;
		width: 188px;
		height: 56px;
		margin-right: 15px;
	}
	
	div#PL_MainMenu {
		float: left;
		
		background-color: White;
		background-image: url("/style/img/Corners-bottom-left.gif");
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	div#PL_SearchBox {
		float: right;
		width: 2px;
		height: 31px;
		
		/*background-image: url("/style/img/SearchBox_background.gif");
		background-repeat: no-repeat;
		background-position: top left;*/
	}
	
	div#PL_Auth {
		float: right;
		width: 200px;
		margin-right: 3px;
	}

	/* panels */
		
		/* LOGO */
		
		div#PL_Logo a {
			display: block;
			width: 188px;
			height: 56px;
		}
	
		/* MAIN MENU */
		
		ul#MainMenu {
			float: left;
			padding: 0px 2px 3px 3px;
			
			background-image: url("/style/img/Corners-bottom-right.gif");
			background-position: bottom right;
			background-repeat: no-repeat;
		}
		
		ul#MainMenu li {
			float: left;
			margin-left: 2px;
			
			background-repeat: no-repeat;
			background-position: top left;
		}
		ul#MainMenu li.first  {	margin-left: 0px; }
		ul#MainMenu li.link_1 { background-image: url("/style/img/MainMenu_Button_bar_R.gif"); }
		ul#MainMenu li.link_2 { background-image: url("/style/img/MainMenu_Button_bar_B.gif"); }
		ul#MainMenu li.link_3 { background-image: url("/style/img/MainMenu_Button_bar_G.gif"); }
		ul#MainMenu li.link_4 { background-image: url("/style/img/MainMenu_Button_bar_Y.gif"); }
		ul#MainMenu li.link_5 { background-image: url("/style/img/MainMenu_Button_bar_BL.gif"); }
		
		ul#MainMenu li a {
			float: left;
			display: block;
			height: 28px;
			line-height: 26px;
			padding-left: 7px;
			padding-right: 24px;
			
			background-repeat: no-repeat;
			background-position: top right;
			
			color: White;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}
		ul#MainMenu li a:hover {
			text-decoration: underline;
		}
		
		ul#MainMenu li.link_1 a { background-image: url("/style/img/MainMenu_Button_corner_R.gif"); }
		ul#MainMenu li.link_2 a { background-image: url("/style/img/MainMenu_Button_corner_B.gif"); }
		ul#MainMenu li.link_3 a { background-image: url("/style/img/MainMenu_Button_corner_G.gif"); }
		ul#MainMenu li.link_4 a { background-image: url("/style/img/MainMenu_Button_corner_Y.gif"); }
		ul#MainMenu li.link_5 a { background-image: url("/style/img/MainMenu_Button_corner_BL.gif"); }
		
		/* LOGIN */
		
		div#Login_LoginButton {
			float: left;
			display: block;
			width: 77px;
			height: 31px;
			
			background-image: url("/style/img/Login_LoginButton.gif");
			
			cursor: pointer;
		}
		a#Login_RegisterButton {
			float: left;
			display: block;
			width: 71px;
			height: 31px;
			margin-left: 3px;
			
			background-image: url("/style/img/Login_RegisterButton.gif");
		}
		
		div#LoginBox {
			display: none;
			position: absolute;
			right: 0px;
			top: 0px;
			
			width: 400px;
			height: 31px;
			
	background-image: url("/style/img/LoginBox_background.gif");
		}
			div#LoginBox form{
				margin: 4px 5px 0px 10px;
			}
			
			div#Login_HideButton {
				position: absolute;
				right: 5px;
				top: 1px;
				
				width: 9px;
				height: 9px;
				
				background-image: url("/style/img/LoginBox_close.gif");
			}
			div#LoginBox input.textbox,
			div#LoginBox input.password {
				float: left;
				background-color: transparent;
				border: none;
				margin-top: 3px;
			}
			div#LoginBox input.textbox {
				width: 113px;
				margin-left: 50px;
			}
			div#LoginBox input.password {
				width: 93px;
				margin-left: 69px;
			}
			div#LoginBox input.submit {
				float: right;
				margin-right: 23px;
			}
			
		div#LoginInfo {
			width: 200px;
			height: 31px;
			
			background-image: url("/style/img/LoginInfo_background.gif");
		}
			div#LoginInfo a#Login_LogoutButton,
			div#LoginInfo a#Login_EditButton {
				float: right;
				margin-top: 3px;
				width: 18px;
				height: 23px;
			}
			div#LoginInfo a#Login_LogoutButton {
				margin-left: 3px;
				margin-right: 8px;
			}
			div#LoginInfo span.username {
				padding: 8px 0px 0px 12px;
				float: left;
			}

		/* SEARCH BOX */
		
		div#Kvikmyndir_SearchMovieForm {
			float: left;
			padding: 5px 8px 0px 13px;
		}
		
		div#Kvikmyndir_SearchMovieForm form {}
		div#Kvikmyndir_SearchMovieForm input.textbox {
			float: left;
			width: 154px;
			background-color: transparent;
			border: none;
			margin-top: 3px;
		}
		div#Kvikmyndir_SearchMovieForm input.submit {
			float: right;
			margin-left: 4px;
		}
		
		
		.default_takki{
						
						padding-top:6px;
						padding-bottom:6px;
						padding-left:8px;
						padding-right:8px;
						
						color:#FFFFFF;
						
						font-weight:bold;
						
					background: #f2825b;
					background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2825b), color-stop(50%,#e55b2b), color-stop(100%,#f07146));
					background: -webkit-linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
					background: -o-linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
					background: -ms-linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
					background: linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2825b", endColorstr="#f07146",GradientType=0 );
					
					  -moz-border-radius: 8px;
						-webkit-border-radius: 8px;
						-khtml-border-radius: 8px;
						border-radius: 8px;
						
						font-size:13px;
						
						width:100px;
						text-align:center;
					
				}
		

/* Bottom */

	/* layout */

	div#PL_Footer {
		line-height: 24px;
		text-align: center;
		color: #858585;
	}

	/* panels */
	/*******************************
	***  PANELS HEADER FOOTER ENDAR
	/******************************/
	
	/* LAYOUT */

/*******************************
	***  LEITARBOX BYRJAR
	/******************************/	

#page{
	width:100px;
	margin:10px auto 0;
}


/* The Search Box & Holder */


/* The Search Box & Holder */


#holder{
	width:370px;
	height:38px;
	margin-left: -630px;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#F4F4F4;
	background-image: linear-gradient(bottom, rgb(240,240,240) 48%, rgb(255,255,255) 87%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 48%, rgb(255,255,255) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 48%, rgb(255,255,255) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 48%, rgb(255,255,255) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 48%, rgb(255,255,255) 87%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.48, rgb(240,240,240)),
	color-stop(0.87, rgb(255,255,255))
);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 border: 3px solid #544d39;
}

#holder fieldset{
	position:absolute;
	top:9px;
	left:12px;
}

#holder input{
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	border:none;
	/*border-bottom:1px solid #bbb;*/
	background:none;
	margin-left:-12px;
	margin-top:-2px;
	color:#8D8D8D;
	font-size:16px;
	padding:0px 0;
	width:250px;
	outline:none;
}

fieldset{
	border:none;
}


/* The Blue Button */


a.button{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background-image: linear-gradient(bottom, rgb(92,86,69) 5%, rgb(84,77,59) 53%, rgb(110,105,90) 77%);
	background-image: -o-linear-gradient(bottom, rgb(92,86,69) 5%, rgb(84,77,59) 53%, rgb(110,105,90) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(92,86,69) 5%, rgb(84,77,59) 53%, rgb(110,105,90) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(92,86,69) 5%, rgb(84,77,59) 53%, rgb(110,105,90) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(92,86,69) 5%, rgb(84,77,59) 53%, rgb(110,105,90) 77%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.05, rgb(92,86,69)),
		color-stop(0.53, rgb(84,77,59)),
		color-stop(0.77, rgb(110,105,90))
	);
	text-align:center;
	line-height:25px;
	font-size:14px;
	width:75px;
	height:27px;
	position:absolute;
	top:6px;
	right:5px;
	overflow:hidden;
	border:none !important;
	color:#FFFFFF;
	text-decoration:none;
}

a.button:hover{
	background-image: linear-gradient(bottom, rgb(66,60,45) 5%, rgb(69,63,48) 53%, rgb(99,94,78) 77%);
	background-image: -o-linear-gradient(bottom, rgb(66,60,45) 5%, rgb(69,63,48) 53%, rgb(99,94,78) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(66,60,45) 5%, rgb(69,63,48) 53%, rgb(99,94,78) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(66,60,45) 5%, rgb(69,63,48) 53%, rgb(99,94,78) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(66,60,45) 5%, rgb(69,63,48) 53%, rgb(99,94,78) 77%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.05, rgb(66,60,45)),
		color-stop(0.53, rgb(69,63,48)),
		color-stop(0.77, rgb(99,94,78))
	);
}


/* Styling the markup generated by the autocomplete jQuery UI widget */


ul.ui-autocomplete{
	font-family: "Myriad Pro",Arial, Helvetica, Sans Serif;
	font-size:14px;
	width:290px;
	background-color:#f5f5f5;
	border:1px solid #fff;
	outline:1px solid #ccc;
}

ul.ui-autocomplete li{
	margin-left:-40px;
	list-style:none;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #fff;
	

}


ul.ui-autocomplete li:first-child{
	border-top:none;
}


ul.ui-autocomplete li:last-child{
	border-bottom:none;
}

ul.ui-autocomplete li a{
	color:#999;
	border:none !important;
	text-decoration:none !important;
	padding:10px 17px;
	display:block;
}

ul.ui-autocomplete li img{
	height:70px;
	width:45px;
	padding-left:261px;
	margin-top:-20px;
	margin-bottom:-3px;
}



#ui-active-menuitem{
	color:#FFF;
background-image: linear-gradient(bottom, rgb(74,74,74) 11%, rgb(112,104,104) 56%);
background-image: -o-linear-gradient(bottom, rgb(74,74,74) 11%, rgb(112,104,104) 56%);
background-image: -moz-linear-gradient(bottom, rgb(74,74,74) 11%, rgb(112,104,104) 56%);
background-image: -webkit-linear-gradient(bottom, rgb(74,74,74) 11%, rgb(112,104,104) 56%);
background-image: -ms-linear-gradient(bottom, rgb(74,74,74) 11%, rgb(112,104,104) 56%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.11, rgb(74,74,74)),
	color-stop(0.56, rgb(112,104,104))
);
}


/* Only Needed For The Demo Page */


h1{
	font-size:15px;
	font-weight:normal;
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
	margin-top:50px;
	text-align:center;
	text-shadow:none;
}





/******************************
* DVD SKIN BYRJAR
*******************************/

.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 5px;
    background:#e2e2d8;
    border: 1px solid #d9d9d0;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 510px;
    padding-bottom: 20px;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 120px;
    height: 78px;
    padding: 36px 20px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  47	5px;
    height: 188px;
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  76px;
    height: 25px;
}

.jcarousel-skin-ie7 .jcarousel-item {
	position:relative;
	top:-178px;
	z-index:1;
    width: 120px;
    height: 178px;
    border: 1px solid #fff;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 73px;
    right: 3px;
    width: 28px;
    height: 72px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 73px;
    left: 3px;
    width: 28px;
    height: 72px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 72px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 72px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
	
	
}

.tooltip{
	height:178px;
	width:120px;
	background-image:url(over.png);	
	position:relative;
	top:0px;
	z-index:99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#544c3c;

	visibility:hidden;
	
	
}
.dvdMenuTitill{
	color:#F90;
	font-size:14px;	
	line-height:16px;
	font-weight:bold;
}
.dvdMenuTegund{
	color:#C2C2C2;
	font-size:11px;
	font-weight:normal;	
	line-height:14px;
}
#dvdMenuUtgd{
	position:relative;
	background-image:url(over.png);	
	height:178px;
	padding:5px;
	top:178px;
	color:#FFF;
	font-size:11px;	
	line-height:16px;
}
#mycarousel_fs{
	margin-top:-20px;
	margin-bottom:10px;
	margin-left:-22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#F60;
	
}
.dvd_nylegt_fs{
	font-size:14px;
	font-weight:bold;
	color:#F60;
}
/**** DVD VÆNTANLEGT LISTI
*************************/

#mail_listi{
	width:250px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#544c3c;
	margin-left:-37px;
	 -moz-border-radius: 5px;
    background:#f3f3ec;
    border: 1px solid #d9d9d0;
	float:left;
	
	
}
#mail_listi_r{
	width:250px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#544c3c;
	margin-left:250px;
	
	 -moz-border-radius: 5px;
    background:#f3f3ec;
    border: 1px solid #d9d9d0;
	
	
}
#mail_listi_r_n{
	width:320px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#544c3c;
	margin-left:285px;
	
	 -moz-border-radius: 5px;
    background:#f3f3ec;
    border: 1px solid #d9d9d0;
	
	
}
.dvd_listi_item{
	line-height:16px;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#a8a49c;	
}

.dvd_listi_item img{
	margin-bottom:-3px;
	padding-right:6px;
		
}
.dvd_listi_item_fs{
	padding-bottom:	5px;
	font-size:12px;
	height:16px;	
	font-weight:bold;
	color:#F60;
		
}
.dvd_listi_item:hover{
	text-decoration:underline;

		
}
.dvd_listi_texti{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#544c3c;
	text-decoration:none;
}
.dvd_listi_texti:hover{
	
	text-decoration:underline;
}
.dvd_listi_dags{
	font-size:11px;
	color:#9a9a8c;
}
.dvd_listi_rod2{
	background-color:#d9d9d2;
}
#dvd_listi_meira{
	color:#544c3c;
	font-size:12px;
	height:22px;
	padding-top:5px;
	padding-left:146px;
}
#dvd_listi_skiptilina{
	margin-left:-33px;
	height:3px;
	width:546px;
	margin-bottom:10px;
	margin-top:10px;
    border-bottom: 1px solid #d9d9d0;
	clear:both;
}

/**************************
*** DVD SKIN ENDAR
**********************/
/**************************
*** GLOBAL BYRJAR
**********************/
html, body, form, p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

#search-wrap input{
	width:400px;
	font-size:16px;
	color:#999999;
	padding:6px;
	border:solid 1px #999999;
	position: absolut;
}
#flashcontent {
	
	height:200px;
	background-color:#524D39;
	position:relative;
	z-index:3;
}
#flashcontentMovie {
	
	height:200px;
	background-color:#524D39;
	position:relative;
	z-index:3;
	overflow:hidden;
}
#flashcontent2 {
	width:288px;
	height:300px;
	overflow:hidden;
	position:relative;
	z-index:3;
}

#soguthradur {
	font-size: 12px;
	color: #5B5540;
}
#soguthradurFrett a:link, a:active, a:visited {
	text-decoration: underline;
}
#soguthradurFrett a:hover {
	color: #F6810E;
}
#soguthradurFrett {
	font-size: 14px;
	line-height:18px;
	
	color: #5B5540;
	/*color: #302d21;*/
}
#shareFrett {
	height: 22px;
	width:230px;
	line-height:22px;
	float:right;
	
	color: #5B5540;
}
#shareFrettFacebook {
	height: 22px;
	width:120px;
	line-height:22px;
	float:left;
	
	color: #5B5540;
}

#frettir_listi {
	margin-top:-20px;
	margin-left:-37px;
	width:574px;
	display:block;
}

#dvd_main {
	margin-top:-20px;
	margin-left:-37px;
	width:572px;
	background-color:#FFF;
	display:block;
}

#dvd_main_n {
	margin-top:2px;
	margin-left:1px;
	width:640px;
	background-color:#FFF;
	display:block;
}

div.Frettir_fs .frettir-Corner 	{ background-image: url("/style/img/Frame_Header_corner_G.gif"); }
div.Frettir_fs .frettir 		{ background-image: url("/style/img/Frame_Header_bar_A.gif"); }

.frettir_listi_layout {
	height:150px;
	font-size:13px;
	line-height:16px;
	overflow:hidden;
	
	margin:4px;
	
}

.frettir_listi_layout_frett {
	font-size:13px;
	line-height:16px;
	overflow:hidden;
	
	margin:4px;
	
}

.dvd_frettir_fs {
	font-size:12px;
	color:#F90;
	
	
}

.dvd_frettir_listi_layout {
	height:100px;
	font-size:11px;
	line-height:13px;
	overflow:hidden;
	
	margin:2px;
	
}

.frettir_meira {
	color:#F60;

	
	font-size:11px;
	line-height:16px;
	
}

.frettir_listi_layout img {
	float:right;
	
		padding-left: 10px;
	padding-top:5px;
}
.dvd_frettir_listi_layout img {
	float:right;
	
		padding-left: 5px;
	padding-top:5px;
}
.frettir_date {
	font-size:9px;
	padding-top:-5px;	
}
.frett_item_fyrirsogn {
	font-weight:bold;
	font-size:14px;
	
}
strong, b, strong *, b * { font-weight: bold !important; }
.frett_texti {
	

	font-size:14px;
	line-height:20px;
}

.dvd_frett_item_fyrirsogn {
	font-weight:bold;
	font-size:12px;
	
}
.frettir_eldri_linkur {
	border:#666;
	border-left-width:1px;
	font-weight:bold;
	font-size:12px;
	float:right;
	margin:3px;
	
}
.frettir_yngri_linkur {
	border:#666;
	border-left-width:1px;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin:3px;
	
}

// IMDb einkunnagjöf
#imdbEinkunnStjornur {
	height: 22px;
}

#imdbEinkunn {
	height: 45px;
	width: 142px;
}
#imdbEinkunnHaus {
	height: 18px;
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
}
.imdbAtkvaedi {
	font-size: 10px;
	font-weight:normal;
}

#imdbEinkunnBotn {
	margin-top: 3px;
	width: 40px;
	float: right;
	font-size: 10px;
	color: #847B5B;
	font-weight:normal;
}



#results {
	width:220px;
	border:solid 1px #DEDEDE;
	display:none;
	z-index: 15;
	position: relative;
	margin-top: -30px;
	background-color: #999999;
	clear: both;
}
#results_video {
	width:520px;
	border:solid 1px #DEDEDE;
	
	z-index: 15;
	position: relative;
	margin-top: 0px;
	background-color: #999999;
	clear: both;
}
#auglysingForsida{
	padding-right:8px;
	padding-top:-10px;
	margin-top:-40px;
	padding-bottom:5px;
	float:right;
}
#auglysingHlidarbanner{
	float: right;
}


#results ul, #results li{
	padding:0;
	margin:0;
	border:0;
	list-style:none;
}
#results li {
	border-top:solid 1px #DEDEDE;
	background-color: #EEEEEA;
}
#results li a{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
#results #year {
	color:#FF9900;
	font-weight:bold;
}
#results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#results li a:hover{background:#FFFFCC;}
#results ul {
	padding:6px;
	position: static;
}

#AdRight {
	width:150px;
	height:600px;
	float: left;
}
	
/* Set new defaults */

body, table, form {
	font-family: Arial, Helvetica, sans-serif;	/* Default Font */
	font-size: 11px;
	color: #544c3c;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;	/* Default Font */
	font-size: 12px;
	color: Black;
}


#umTexti {
	margin: 15px;
}

p {
	padding-top: 3px;
	padding-bottom: 5px;
}

a {
	color: Gray;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


form textarea {
	width: 300px;
	height: 100px;
}


/* No image */

div.image {
	background-color: #e2e2d8;
	background-color: White;
	background-image: url('/style/img/no-image.gif');
	background-repeat: no-repeat;
	background-position: center;
}

/* Error pages */

#Error div.errorMessage {}
#Error div.errorMessage div.title,
#Error div.errorMessage div.content,
#Error div.errorMessage div.links {
	border: 1px solid #eeeeea;
	padding: 5px;
}
#Error div.errorMessage div.title {
	background-color: #eeeeea;
	font-size: 24px;
	color: Red;
	text-align: center;
}
#Error div.errorMessage div.content {
	padding: 25px;
	font-size: 14px;
}
#Error div.errorMessage div.links {
	background-color: #eeeeea;
	font-size: 14px;
}
	#Error div.errorMessage div.links a.link {
		margin: 0px 5px;
		padding: 3px;
		border: 1px solid White;
		font-size: 14px;
		text-align: center;
	}
	#Error div.errorMessage div.links a:hover.link {
		background-color: White;
	}

	
/* Message pages */

#Message div.applicationMessage {}
#Message div.applicationMessage div.title,
#Message div.applicationMessage div.content,
#Message div.applicationMessage div.links {
	border: 1px solid #eeeeea;
	padding: 5px;
}
#Message div.applicationMessage div.title {
	background-color: #eeeeea;
	font-size: 24px;
	text-align: center;
}
#Message div.applicationMessage div.content {
	padding: 25px;
	font-size: 14px;
}
#Message div.applicationMessage div.links {
	background-color: #eeeeea;
	font-size: 14px;
}
	#Message div.applicationMessage div.links a.link {
		margin: 0px 5px;
		padding: 3px;
		border: 1px solid White;
		font-size: 14px;
		text-align: center;
	}
	#Message div.applicationMessage div.links a:hover.link {
		background-color: White;
	}

	

/* Others */
	
	div.smallPanel{
		padding:5px;
		margin:5px;
		border:1px solid rgb(200,200,200);
		background:rgb(255,255,255);	
	}
	div.smallPanel h3{
		font:bold 12px Tahoma;
		border-bottom:1px solid rgb(200,200,200);
		margin:0px 0px 5px 0px;
	}
	div.smallPanel h4{
		font:bold 10px Tahoma;
		padding:5px 0px 0px 0px;
		border-bottom:1px solid rgb(200,200,200);
		margin:0px 0px 5px 0px;
	}
	/* 
		Standard Table
	*/
	table.stdTable{
		border-collapse:collapse;
		border:1px solid rgb(200,200,200);
		margin:5px;
		width:90%;
	}
	table.stdTable td, table.stdTable th{
		padding:3px;	
	}
	table.stdTable tHead{
		background:rgb(240,240,240);
	}
	table.stdTable tBody{
		margin:5px;
	}
	table.stdTable tBody td{
		border:1px solid rgb(200,200,200);
	}
	table.stdTable tBody th{
		text-align:right;	
		background:rgb(240,240,240);
		border-bottom:1px solid rgb(255,255,255);
		vertical-align:top;
	}
	
	
	
	
	div.formPanel{
		padding:5px;
		margin:5px;
		border:1px solid rgb(200,200,200);
		background:rgb(255,255,255);
	}
	div.formPanel h3{
		font:bold 12px Tahoma;
		border-bottom:1px solid rgb(200,200,200);
		margin:0px 0px 5px 0px;
	}
	div.formPanel input{
		margin:3px;
	}
	

	
	
	span.button{
		cursor:pointer;
	}
	
	
	/* PRIVATE PANELS */

	div.movieUserPanel {
		padding: 3px;
		background-color: #f9f9f9;
		text-align: left;
	}
	div.movieUserPanel div.movieWriteReview{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		
	}
	
	div.movieUserPanel div.movieBreytaForm{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		
	}


	div.movieUserPanel div.rated table td {
		padding: 0px;
	}

	div.movieUserPanel a.button {
		display: block;
		border: 1px solid #eeeeea;
		margin: 1px 5px;
		padding: 3px;
		background-color: #f9f9f9;
	}

	div.movieUserPanel a:hover.button {
		background-color: White;
	}

	div.movieUserPanel div.rated {
		position: relative;
	}

.container_undir {
	
	width: 952px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden; 
}

.sidebar1 {
	float: right;
	width: 310px;
	
	
	background: #FDFDFD;
	padding-bottom: 10px;
	padding-top:10px;
}
.content_undir {

	padding: 10px 0;
	width: 640px;
	float: right;
}

	.mynd_listi_item {
	   border: 1px solid #eeeeee;
	   background: #d6d6d6;
	   background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e6e6e6));
	   background: -moz-linear-gradient(top, #f7f7f7, #e6e6e6);
	   padding-bottom: 30px;
	   padding-left: 10px;
	   padding-right: 10px;
	   margin-top:-4px;
	   margin-bottom:10px;
	   margin-left:3px;
   
	   -webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	   border-radius: 12px;
	   color: #696969;
	   font-size: 11px;
	   font-family: Helvetica, Arial, Sans-Serif;
	   text-decoration: none;
   }
   .mynd_listi_item_numer {
		-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	   height:16px;
	   width:20px;
	   padding-top:5px;
		text-align:center;
	   color:#FFFFFF;
	   background-color:#8fd82e;
	   position:relative;
	   top:14px;
	   left:-3px;
	   
	   border: 1px solid #FFF;
   }
   

   .mynd_listi_item_texti {
	   margin-top:5px;
	
	   
   }
 
	.man_takkar{
		margin-top:5px;
		margin-left:2px;
		margin-right:2px; 
		padding-left:5px; 
		padding-right:5px; 
		height:25px; 
		line-height:25px; 
		float:left; 
		background-color:#efefef; 
		text-align:center;	
		display:block;
		
	}
	
	.man_takkar:hover {
		background-color:#f6810e; 
		color:#FFF;
	}
	.man_takkar a{
		color:#434343;
		line-height:20px;
		display:block;
	}

	.man_takkar a:hover{
		color:#FFF;
	}
	
	.man_takkar_selected a{
		background-color:#f6810e; 
		color:#FFF;
	}
/**************************
*** GLOBAL ENDAR
**********************/

/**************************
*** LAYOUT PAGE BYRJAR
**********************/

/* Venjulegt */	
body {
	background-color: #e8e6e3;
	/*background-image: url("/style/img/background.gif");*/
	background-repeat: repeat-x;
	background-position: top;
	
/* Dark Knight Rises */	
	/*background-color: #0c0b0e;
	background-image: url("/images/tdkr_background.jpg");
	background-repeat: repeat-x;
	background-position: top;*/
}

	
/* Harry potter 7 */	
/*		background-color: #d0d0c5;
	background-color: #000000;
	background-image: url("/images/hp7_background.jpg");
	background-repeat: repeat-x;
	background-position: top;
}*/

/* Captain America */	
	/*background-color: #d0d0c5;
	background-color: #000000;
	background-image: url("/images/backgroundca.jpg");
	background-repeat:no-repeat;
	background-position: top;*/
}
div#PL_Container {
	text-align: center;
}
div#PL_Page {
	margin: 0px auto;	
	text-align: left;
	
	width: 1164px;
	z-index:auto;
}
/**************************
*** LAYOUT PAGE ENDAR
**********************/
	
/**************************
*** LAYOUT FRAMES BYRJAR
**********************/
div.PL_Frame {}
	
	div.PL_Frame_R .PL_Frame_Header 		{ background-image: url("/style/img/Frame_Header_bar_R.gif"); }
	div.PL_Frame_R .PL_Frame_Header-Corner 	{ background-image: url("/style/img/Frame_Header_corner_R.gif"); }
	div.PL_Frame_BL .PL_Frame_Header 		{ background-image: url("/style/img/Frame_Header_bar_BL.gif"); }
	div.PL_Frame_BL .PL_Frame_Header-Corner { background-image: url("/style/img/Frame_Header_corner_BL.gif"); }
	div.PL_Frame_B .PL_Frame_Header 		{ background-image: url("/style/img/Frame_Header_bar_B.gif"); }
	div.PL_Frame_B .PL_Frame_Header-Corner 	{ background-image: url("/style/img/Frame_Header_corner_B.gif"); }
	div.PL_Frame_Y .PL_Frame_Header 		{ background-image: url("/style/img/Frame_Header_bar_Y.gif"); }
	div.PL_Frame_Y .PL_Frame_Header-Corner 	{ background-image: url("/style/img/Frame_Header_corner_Y.gif"); }
	div.PL_Frame_G .PL_Frame_Header 		{ background-image: url("/style/img/Frame_Header_bar_G.gif"); }
	div.PL_Frame_G .PL_Frame_Header-Corner 	{ background-image: url("/style/img/Frame_Header_corner_G.gif"); }
	div.PL_Frame_A .PL_Frame_Header 		{ background-image: url("/style/img/Frame_Header_bar_A.gif"); }
	div.PL_Frame_A .PL_Frame_Header-Corner 	{ background-image: url("/style/img/Frame_Header_corner_A.gif"); }
	div.PL_Frame_R .PL_Frame_HeaderLight	{ background-image: url("/style/img/Frame_Header_bar_Light.gif"); }
	
	div.PL_Frame_Header {
		background-repeat: no-repeat;
		background-position: top left;
	
		color: White;
		font-weight: bold;
		text-transform: uppercase;
	}
		div.PL_Frame_HeaderLight {
		margin: 3px 5px 3px auto;
		padding: 3px 5px 3px auto;
		background-repeat: no-repeat;
		background-position: top left;
		font-size:14px;
		color: #444;
		font-weight: bold;
		text-transform: uppercase;
		background-image: url("/style/img/Frame_Header_bar_Light.gif");
		height: 24px;
		width: 700;
	}
	div.PL_Frame_Header-Corner {
		height: 26px;
		line-height: 24px;
		padding: 0px 10px;
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	
	div.PL_Frame_Content {
		padding-bottom: 3px;
	}
	
	div.PL_Frame_Footer {}
	
/* PANELS */
	div.smallPanel{
		padding:5px;
		margin:5px;
		border:1px solid rgb(200,200,200);
		background:rgb(255,255,255);	
	}
	div.smallPanel h3{
		font:bold 12px Tahoma;
		border-bottom:1px solid rgb(200,200,200);
		margin:0px 0px 5px 0px;
	}
	div.smallPanel h4{
		font:bold 10px Tahoma;
		padding:5px 0px 0px 0px;
		border-bottom:1px solid rgb(200,200,200);
		margin:0px 0px 5px 0px;
	}
/**************************
*** LAYOUT FRAMES ENDAR
**********************/

/**************************
*** PANELS FORMS BYRJAR
**********************/
/* LAYOUT */
/* Forms panels */

/* FORMS	************************************************************ */

form.form {
	margin: 5px;
}

	/* table layout */
	form.form table.form {
		border-collapse: collapse;
		width: 100%;
	}
	
	table.form tHead{
		background-color: rgb(240,240,240);
		font-size: 12px;
		font-weight: bold;
	}
	table.form tBody{
		margin: 5px;
	}
	
	table.form td, table.form th{
		padding: 3px;
		vertical-align: top;
	}
	
	table.form tBody tr.field {}
	table.form tBody th.label {
		padding-right: 10px;
	}
	table.form tBody td.element {
		border: 1px solid rgb(200,200,200);
	}
	table.form tBody td.element.submit {
		border: none;
		background-color: rgb(240,240,240);
	}
	table.form tBody td.header {
		background-color: rgb(240,240,240);
		font-weight: bold;
	}
	table.form tBody td.text {
		background-color: #f7f7f7;
	}
	
	/* elements */
	
	form.form input.textbox {
		width: 125px;
	}
	form.form input.textbox-small 		{ width: 75px; }
	form.form input.textbox-big 		{ width: 200px;}
	form.form input.textbox-verysmall 	{ width: 35px; }
	form.form input.textbox-verybig 	{ width: 300px;}
	
	form.form textarea.textarea {
		width: 300px;
		height: 100px;
	}
	form.form textarea.textarea-big {
		width: 400px;
		height: 300px;
	}
/**************************
*** PANELS FORMS ENDAR
**********************/

/**************************
*** CHANGE BYRJAR
**********************/
/* CSS Document */

div#PL_TheaterBanners3 a#TheaterKaupaMida {

		display: block;
			margin-top:-2px;
			margin-bottom:-19px;

			width: 193px;

			height: 180px;

			background-repeat: no-repeat;

			background-image: url("/images/kvikmyndaverdlaun_litill_bordi.png");

		}
		
		#panelMM {

			display: block;

			width: 193px;

			height: 132px;

			background-repeat: no-repeat;

			background-image: url("/images/mm_september2011.jpg");
		}
		
		#panelRiff {

			display: block;

			width: 193px;

			height: 103px;

			background-repeat: no-repeat;

			background-image: url("/images/riff_banner.jpg");
		}
		#samstarfsadili {
		color:#666666;
		padding-top:40px;
		padding-left:30px;
			width: 193px;
			height: 22px;
}	#midi_upplysingar {
	clear:both;
		color:#666666;
		padding-top:4px;
		text-align:center;
			width: 600px;
			height: 22px;
}
.mm_item img {
width:130px;

}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/**************************
*** CHANGE ENDAR
**********************/
	
	
/**************************
*** LAYOUT PRIVATE BYRJAR
**********************/
/* LAYOUT */

/* PRIVATE BARS */

div#PL_UserBar-Wrap
div#PL_UserBar,
div#PL_UserBar-Pad {
	width: 960px;
}
	
	div#PL_UserBar-Wrap {
		clear: both;
		float: left;
		position: relative;
		margin-bottom: 10px;
	}
	div#PL_UserBar-Pad {
		padding: 3px 0px;
		float: left;
	}
	div#PL_UserBar {
		float: left;
		background-color: White;
	}
	
	/* Rounded Corners */
	
	div#PL_UserBar-Pad {
		background-image: url("/style/img/Corners-top-light.gif");
		background-position: top;
		background-repeat: no-repeat;
	}
	div#PL_UserBar {
		background-image: url("/style/img/Corners-bottom-light.gif");
		background-position: bottom;
		background-repeat: no-repeat;
	}

/**************************
*** LAYOUT PRIVATE ENDAR
**********************/	
	

/**************************
*** PANELS PRIVATE BYRJAR
**********************/
/* LAYOUT */

/* PRIVATE BARS */

div.userBar {
	padding: 0px 5px;
}

	div.userBar ul.userMenu {}
	div.userBar ul.userMenu li {
		float: left;
		padding: 2px;
	}
	div.userBar ul.userMenu a {
		display: block;
		padding: 3px;
		color: #444444;
		border-right: 1px solid #eeeeea;
		border-left: 1px solid #eeeeea;
	}
	div.userBar ul.userMenu a:hover {
		background-color: #eeeeea;
		text-decoration: none;
	}

	/* User Bar */
	div#Kvikmyndir_UserMenu {
		float: left;
	}
	
	
/* PRIVATE PANELS */

/* ////////// FÆRT YFIR Á GLOBAL.CSS ////////// 
div.movieUserPanel {
	padding: 3px 0px;
	background-color: #f9f9f9;
	text-align: left;
}


div.movieUserPanel div.rated table td {
	padding: 0px;
}

div.movieUserPanel a.button {
	display: block;
	border: 1px solid #eeeeea;
	margin: 1px 5px;
	padding: 3px;
	background-color: #f9f9f9;
}

div.movieUserPanel a:hover.button {
	background-color: White;
}

div.movieUserPanel div.rated {
	position: relative;
}*/

div.rated div.vote_tool {
	position: absolute;
	top: 5px;
	left: 5px;
}

div.rated div.vote_tool a.vote_button {
	position: absolute;
	top: 7px;
	left: -5px;
	background-repeat: repeat-x;
	background-position: left;
	height: 16px;
}


div.rated a:hover.vote_button {
	background-image: url('/style/icon/Kvikmyndir/star_hover.png');
}

/* fyrir bíómyndasíðu */

div.movieUserPanelB {
	padding: 3px 0px;
	/*background-color: #f9f9f9;*/
	text-align: left;
}
div.movieUserPanelB div.ratedB table td {
	padding: 0px;
}
div.movieUserPanelB a.button {
	display: block;
	border: 1px solid #eeeeea;
	margin: 1px 5px;
	padding: 3px;
	background-color: #fefefe;
}
div.movieUserPanelB a:hover.button {
	background-color: #efefef;
}
div.movieUserPanelB div.ratedB {
	position: relative;
	left: 5px;

}
div.ratedB div.vote_tool {
	position: relative;
	top: 5px;
	left: 5px;
}
div.ratedB div.vote_tool a.vote_button {
	position: absolute;
	top: -4px;
	left: -5px;
	background-repeat: repeat-x;*/
	background-position: left;
	height: 16px;
}
div.ratedB a:hover.vote_button {
	background-image: url('/style/icon/Kvikmyndir/star_hover.png');
}

div.ratedB div.stars_background {
		/*background-image: url('/style/icon/Kvikmyndir/star_background.png');*/
		background-repeat: repeat-x;
		background-position: left;
		width: 130px;
		height: 13px;
		
	}
div.ratedB div.stars {
		background-image: url('/style/icon/Kvikmyndir/star_hover60.png');
		background-repeat: repeat-x;
		background-position: left;
		height: 13px;
		
	}

/**************************
*** PANELS PRIVATE ENDAR
**********************/		

/**************************
*** PANELS ADMIN BYRJAR
**********************/	
/* LAYOUT */

/* ADMIN BAR */

div.adminBar {
	padding: 0px 5px;
}

	div.adminBar ul.adminMenu {}
	div.adminBar ul.adminMenu li {
		float: left;
		padding: 2px;
	}
	div.adminBar ul.adminMenu a {
		display: block;
		padding: 3px;
		color: #444444;
	}
	div.adminBar ul.adminMenu a:hover {
		background-color: #eeeeea;
		text-decoration: none;
	}
	
	/* Admin Bar */
	div#Kvikmyndir_AdminMenu {
		float: right;
	}
	
	div#Kvikmyndir_AdminMenu ul.adminMenu a {
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 20px;
		border-right: 1px solid #eeeeea;
		border-left: 1px solid #eeeeea;
	}
	
	div#Kvikmyndir_AdminMenu ul.adminMenu a.movies 		{ background-image: url('/style/icon/Kvikmyndir/movie.png'); }
	div#Kvikmyndir_AdminMenu ul.adminMenu a.reviews 	{ background-image: url('/style/icon/Kvikmyndir/review.png'); }
	div#Kvikmyndir_AdminMenu ul.adminMenu a.news 		{ background-image: url('/style/icon/Kvikmyndir/news.png'); }
	div#Kvikmyndir_AdminMenu ul.adminMenu a.newsletters	{ background-image: url('/style/icon/Kvikmyndir/newsletter.png'); }
	div#Kvikmyndir_AdminMenu ul.adminMenu a.persons		{ background-image: url('/style/icon/Kvikmyndir/person.png'); }



/* ADMIN ITEM TOOLBAR */

div:hover.item div.adminItemToolbar,
td:hover.item div.adminItemToolbar {
	opacity:.80; -moz-opacity:.80; filter:alpha(opacity=80);
}

div.adminItemToolbar {
	position: absolute;
	z-index: 5;
	top: 2px;
	right: 2px;
	float: right;
	padding: 1px;
	background: #eeeeea;
	opacity:.25; -moz-opacity:.25; filter:alpha(opacity=25);
}
	div.adminItemToolbar div.adminItemButton {
		float: left;
		margin: 1px;
		border: 2px outset rgb(200,200,200);
		background-color: White;
	}
	div.adminItemToolbar div.adminItemButton a.adminItemButton {
		float: left;
		display: block;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: center;
	}
	div.adminItemToolbar div:hover.adminItemButton {
		border: 2px inset rgb(200,200,200);
	}
	div.adminItemToolbar a:hover.adminItemButton {
		background-color: #e6e6e6;
	}
	
	div.adminItemToolbar div.adminItemButton.create		a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/item_add.png'); }
	div.adminItemToolbar div.adminItemButton.edit		a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/item_edit.png'); }
	div.adminItemToolbar div.adminItemButton.delete		a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/item_delete.png'); }
	div.adminItemToolbar div.adminItemButton.archive	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/item_archive.png'); }
	div.adminItemToolbar div.adminItemButton.publish	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/item_publish.png'); }
	div.adminItemToolbar div.adminItemButton.reject		a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/item_reject.png'); }
	
	/* Specific icons */
	div.adminItemToolbar div.adminItemButton.news.create	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/news_add.png'); }
	div.adminItemToolbar div.adminItemButton.news.edit		a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/news_edit.png'); }
	div.adminItemToolbar div.adminItemButton.news.delete 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/news_delete.png'); }
	div.adminItemToolbar div.adminItemButton.news.archive	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/news_archive.png'); }
	div.adminItemToolbar div.adminItemButton.news.publish	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/news_publish.png'); }
	div.adminItemToolbar div.adminItemButton.news.reject 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/news_reject.png'); }
	
	div.adminItemToolbar div.adminItemButton.movies.create 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/movie_add.png'); }
	div.adminItemToolbar div.adminItemButton.movies.edit 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/movie_edit.png'); }
	div.adminItemToolbar div.adminItemButton.movies.delete 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/movie_delete.png'); }
	div.adminItemToolbar div.adminItemButton.movies.archive a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/movie_archive.png'); }
	div.adminItemToolbar div.adminItemButton.movies.publish a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/movie_publish.png'); }
	div.adminItemToolbar div.adminItemButton.movies.reject 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/movie_reject.png'); }
	
	div.adminItemToolbar div.adminItemButton.reviews.create 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/review_add.png'); }
	div.adminItemToolbar div.adminItemButton.reviews.edit		a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/review_edit.png'); }
	div.adminItemToolbar div.adminItemButton.reviews.delete 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/review_delete.png'); }
	div.adminItemToolbar div.adminItemButton.reviews.archive	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/review_archive.png'); }
	div.adminItemToolbar div.adminItemButton.reviews.publish	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/review_publish.png'); }
	div.adminItemToolbar div.adminItemButton.reviews.reject 	a.adminItemButton	{ background-image: url('/style/icon/Kvikmyndir/review_reject.png'); }

	
	
/* ADMIN LEFT MENU */

ul.adminLeftMenu {
	border: 1px solid #eeeeea;
	background-color: #f9f9f9;
	border-top: none;
	margin-left: 10px;
	padding: 2px;
}
	ul.adminLeftMenu a {
		display: block;
		padding: 1px;
	}
	ul.adminLeftMenu a:hover {
		background-color: #eeeeea;
		text-decoration: none;
	}
	ul.adminLeftMenu a {
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 20px;
		line-height: 16px;
	}
	
	ul.adminLeftMenu a.list 	{ background-image: url('/style/icon/Kvikmyndir/item.png'); }
	ul.adminLeftMenu a.add 		{ background-image: url('/style/icon/Kvikmyndir/item_add.png'); }
	ul.adminLeftMenu a.movies.list 	{ background-image: url('/style/icon/Kvikmyndir/movie.png'); }
	ul.adminLeftMenu a.movies.add 	{ background-image: url('/style/icon/Kvikmyndir/movie_add.png'); }
	ul.adminLeftMenu a.news.list 	{ background-image: url('/style/icon/Kvikmyndir/news.png'); }
	ul.adminLeftMenu a.news.add 	{ background-image: url('/style/icon/Kvikmyndir/news_add.png'); }
	ul.adminLeftMenu a.persons.list { background-image: url('/style/icon/Kvikmyndir/person.png'); }
	ul.adminLeftMenu a.persons.add 	{ background-image: url('/style/icon/Kvikmyndir/person_add.png'); }
			
	ul#Menu li:hover.Lvl_0 ul.adminLeftMenu {
		display: block;
	}
	
/* ADMIN PANELS */
/*
div.adminPanel{
	padding:5px;
	margin-top:3px;
	border:1px solid rgb(100,100,100);
	background:rgb(255,255,255);	
}
div.adminPanel h3{
	font:bold 12px Tahoma;
	border-bottom:1px solid rgb(200,200,200);
	margin:0px 0px 5px 0px;
	background:rgb(230,230,230);
}
div.adminPanel h4{
	font:bold 10px Tahoma;
	padding:5px 0px 0px 0px;
	border-bottom:1px solid rgb(200,200,200);
	margin:0px 0px 5px 0px;
}

	div.adminPanel a {
		display: block;
		padding: 1px;
		color: #444444;
	}
	div.adminPanel a:hover {
		background-color: #eeeeea;
		text-decoration: none;
	}

	/* Admin Window 
	div#PL_AdminWindow {}

	div.adminPanel a.add,
	div.adminPanel a.all,
	div.adminPanel a.edit {
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 20px;
	}

	/* Movies 
	div.moviesAdminPanel {}
	
	div.moviesAdminPanel a.add 	{ background-image: url('/style/icon/Kvikmyndir/movie_add.png'); }
	div.moviesAdminPanel a.edit { background-image: url('/style/icon/Kvikmyndir/movie_edit.png'); }
	
	/* News 
	div.newsAdminPanel {}
	
	div.newsAdminPanel a.add 	{ background-image: url('/style/icon/Kvikmyndir/news_add.png'); }
	div.newsAdminPanel a.edit 	{ background-image: url('/style/icon/Kvikmyndir/news_edit.png'); }
	
	/* Reviews 
	div.reviewsAdminPanel {}
	
	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 span.movie {
		font-size: 9px;
		color: Gray;
	}
*/


/**************************
*** PANELS ADMIN ENDAR
**********************/			






/*
LEITARBOX ENDAR
*/	
	
/*
Leitarniðurstöður
*/
.leita_titll{
	font-family: "Anton", arial, serif; 
	font-size:20px;
	line-height:44px;
	color:#eb8603;	
	clear:both;
}
.leita_biomynd_undirtitill{
	font-size:11px;
	line-height:14px;
	color:#989898;
	font-weight:normal;	
}
.leita_persona_nafn{
	font-size:12px;
	line-height:16px;
	color:#eb8603;
	font-weight:normal;	
}
#mynd_grunnuppl {
	width:936px;
	height:240px;
	background-color:#efefef;
	padding:10px;
}

#mynd_plakat_utanum{
	width:120px;
	float:left;
}


#mynd_plakat {
	
	width:120px;
	padding:4px;
	border:1px solid #c4c4c4;
	background-color:#f5f3f3; 
   border-radius:2px;
   box-shadow:0 0 0px #666 outset;
}

#mynd_upplysingar_middl{
	margin-left:20px;
	float:left;
	width:400px;	
	/*background-color:#090909;*/
	height:200px;
}

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

.bio_titill{
	width:400px;
	
	font-family: "Anton", arial, serif; 
	font-size:28px;
	color:#eb8603;	
	line-height: 40px;
}

#mynd_undirtitill{
	font-size:12px;
	padding-left:5px;
	color:#696969;	
}

.mynd_titill_artal{
	padding-left:5px;
	font-family: "Anton", arial, serif; 
	font-size:14px;
	color:#AFAFAF;	
}
.mynd_uppl_fs{
	padding-top:3px;
	width:400px;
	font-size:11px;
	color:#8c8c8c;	
	line-height:18px;
	float:left;

}
.mynd_uppl_texti{
	font-size:12px;
	font-weight:normal;
	width:410px;
	color:#696969;	
}

.mynd_uppl_fs_nedri{
	width:160px;
	font-size:13px;
	color:#8c8c8c;	
	line-height:18px;
	float:left;
	height:18px;
	clear:left;
	text-align:right;
	padding-bottom:6px;
	

	

}
.mynd_uppl_texti_nedri{
	padding-left:5px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	width:440px;
	color:#696969;	
	float:left;
}
.mynd_uppl_utanum{
	clear:both;
	display:block;
	border-bottom:#f3f3f3 solid 1px;
	padding-top:3px;
}

.mynd_aldurstakmark{
	padding-left:5px;	
}
.mynd_imdbeinkunn{
	clear:left;
	padding-top:3px;	
}
.mynd_facebook{
	padding-top:-1px;	
}

#mynd_interaction_utanum{
	margin-top:15px;
	width:380px;
	height:208px;
	float:right;	
}

#mynd_interaction_takkar{
	margin-left:4px;
	width:380px;
	height:30px;
	
}

#mynd_interaction_takkar ul{
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
}

#mynd_interaction_takkar li{
	float:left;
}	

#mynd_interaction_takkar li {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	line-height:30px;
	padding:0px 2px;
	text-align:center;
	text-decoration:none;
}

#mynd_interaction_takkar a:hover {
	background:url("/images/iteraction_bg_on.png") top left repeat-x;
	color:#ffffff;
}
			
.mynd_interaction_takki_off{
	background-image:url("/images/iteraction_bg_off.png");
	background-repeat:no-repeat;
	width:114px;
	height:30px;	
}

.mynd_interaction_takki_off:hover{
	background-image:url("/images/iteraction_bg_on.png");
	background-repeat:no-repeat;
	width:114px;
	height:30px;	
}

.mynd_interaction_takki_on{
	background-image:url("/images/iteraction_bg_on.png");
	background-repeat:no-repeat;
	width:114px;
	height:30px;	
	float:left;
}


#mynd_horfa_kaupa_bg {
	background-image:url("/images/iteraction_bg_bottom.png");
	background-repeat:no-repeat;
	width:380px;
	height:178px;
	float:left;
}

#mynd_horfa_kaupa_bg_takkar{

	background-image:url("/images/interaction_bg_u_takka.png");
	background-repeat:no-repeat;
	margin-top: 14px;
	margin-left:14px;
	width:380px;
	height:58px;
	
}
#mynd_horfa_pila{
	background-image:url("/images/interaction_bg_horfa_pila.png");
	background-repeat:no-repeat;
	margin-left:9px;
	margin-top:12px;
	width:85px;
	height:50px;
	float:left;

}

#mynd_kaupa_pila{
	background-image:url("/images/interaction_bg_kaupa_pila.png");
	background-repeat:no-repeat;
	margin-left:9px;
	margin-top:12px;
	width:85px;
	height:50px;
	float:left;

}


.mynd_horfa_utanum_takka{
	padding:9px;
	width:106px;
	height:50px;
	float:left;	
}
.mynd_horfa_takki_1{
	width:111px;
	height:40px;

	
	background-image: url("/images/vodafone_horfa_off.png");
	
}

.mynd_horfa_takki_5{
	width:111px;
	height:40px;

	
	background-image: url("/images/ico_horfa_off.png");
	
}

.mynd_horfa_takki_tomur{
	width:111px;
	height:40px;

	
	
}

.mynd_horfa_takki_5:hover{
	
	background-image: url("/images/ico_horfa_on.png");
}
.mynd_horfa_takki_1:hover{
	
	background-image: url("/images/vodafone_horfa_on.png");
}

.mynd_horfa_takki_2{
	width:111px;	
	height:40px;

	
	background-image: url("/images/filma_horfa_off.png");
}

.mynd_horfa_takki_2:hover{
	
	background-image: url("/images/filma_horfa_on.png");
}

.mynd_horfa_takki_3{
	width:111px;
	height:40px;
	
	
	background-image: url("/images/amazon_horfa_off.png");

	
}

.mynd_horfa_takki_3:hover{
	
	background-image: url("/images/amazon_horfa_on.png");
}

.mynd_horfa_takki_6{
	width:111px;
	height:40px;
	
	
	background-image: url("/images/elko_horfa_off.png");

}

.mynd_horfa_takki_6:hover{
	
	background-image: url("/images/elko_horfa_on.png");
}

#mynd_menu_bar{
	width:994px;
	height:53px;
	
	/*background-image: url("/images/mynd_menu_off.png");*/
	background-repeat:repeat-x;
}

#mynd_menu_bar ul{
	background:url("/images/mynd_menu_bg_.png") top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
}

#mynd_menu_bar li{
	float:left;
}

#mynd_menu_bar #current {
	background:url("/images/mynd_menu_bg_on.png") top left repeat-x;
	color:#ffffff;
}

#mynd_menu_bar a:hover {
	background:url("/images/mynd_menu_bg_on.png") top left repeat-x;
	color:#ffffff;
}

#mynd_menu_bar li a{
	color:#56524d;
	display:block;
	font-size:12px;
	line-height:43px;
	padding:0px 18px;
	text-align:center;
	text-decoration:none;
}

#mynd_menu_bar #yfirlit{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_yfirlit_off.png") top left repeat-x;
}
#mynd_menu_bar #yfirlit_on {
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_yfirlit_on.png") top left repeat-x;
}

#mynd_menu_bar #upplysingar{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_upplysingar_off.png") top left repeat-x;
}
#mynd_menu_bar #upplysingar_on{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_upplysingar_on.png") top left repeat-x;
}
#mynd_menu_bar #trailerar{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_trailerar_off.png") top left repeat-x;
}
#mynd_menu_bar #trailerar_on{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_trailerar_on.png") top left repeat-x;
}

#mynd_menu_bar #frettir{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_frettir_off.png") top left repeat-x;
}

#mynd_menu_bar #frettir_on{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_frettir_on.png") top left repeat-x;
}
#mynd_menu_bar #umfjallanir{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_umfjallanir_off.png") top left repeat-x;
}
#mynd_menu_bar #umfjallanir_on{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_umfjallanir_on.png") top left repeat-x;
}
#mynd_menu_bar #spjall{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_spjall_off.png") top left repeat-x;
}

#mynd_menu_bar #spjall_on{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_spjall_on.png") top left repeat-x;
}
#mynd_menu_bar #syningatimar{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_syningartimar_off.png") top left repeat-x;
}
#mynd_menu_bar #syningatimar_on{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_syningartimar_on.png") top left repeat-x;
}

#mynd_menu_bar #tokustadir{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_tokustadir_off.png") top left repeat-x;
}

#mynd_menu_bar #tokustadir_on{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_tokustadir_on.png") top left repeat-x;
}

#mynd_content{
	width:630px;
	padding-left:10px;
	padding-right:10px;
	background-color:#fefefe;	
}

#mynd_menu_bar #leikari{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_leikari_off.png") top left repeat-x;
}
#mynd_menu_bar #leikari_on {
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_leikari_on.png") top left repeat-x;
}

#mynd_menu_bar #leikstjori{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_leikstjori_off.png") top left repeat-x;
}
#mynd_menu_bar #leikstjori_on {
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_leikstjori_on.png") top left repeat-x;
}

#mynd_menu_bar #handrit{
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_handrit_off.png") top left repeat-x;
}
#mynd_menu_bar #handrit_on {
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:22px;
	width:22px;
	background:url("/images/mynd_icon_handrit_on.png") top left repeat-x;
}

.mynd_content_fs{
	font-size:14px;
	font-weight:bold;
	line-height:23px;
}
.mynd_content_texti{
	font-size:13px;
	line-height:16px;
	color:#696969;
	padding-bottom:10px;
}

.mynd_frett{
	clear:left;
	width:630px;
	background-color:#efefef;
	padding:5px;
	margin-bottom:5px;
}

.mynd_frett_img {
	padding:10px;
	float:left;	
}

.mynd_content_trailer{
	width:120px;
	float:left;	
}


#mynd_skrifa{
	width:123px;
	height:23px;
	float:left;	
}

#mynd_biotimar{
	margin-top:5px;
	margin-left:15px;
	background-image:url("/images/iteraction_bg_bottom.png");
	background-repeat:no-repeat;
	overflow:auto;
	height:160px;
	
	
	width:360px;
}
.mynd_biotimar_lina{
	line-height:22px;
	width:340px;
	padding-left:5px;
	border-bottom:#cfcfcf 1px solid;
	background-color:#ececef;

}


/* TAKKI */

.button_user {
  border-top: 1px solid #757575;
background: #b3b3b3;
background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#b3b3b3));
background: -moz-linear-gradient(top, #8a8a8a, #b3b3b3);
padding: 7px 14px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #ffffff;
font-size: 14px;
font-family: Arial, Helvetica, serif;
text-decoration: none;
vertical-align: middle;
}
.button_user:hover {
border-top-color: #d1d1d1;
background: #d1d1d1;
color: #404040;
}
.button_user:active {
border-top-color: #e0e0e0;
background: #e0e0e0;
}	


.syningartimi_item {
border-top: 1px solid #ffffff;
background: #d4d4d4;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d4d4d4));
background: -moz-linear-gradient(top, #ededed, #d4d4d4);
padding: 3px 3px;
margin-left:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
color: #4f4f4f;
font-size: 11px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;

}
.syningartimi_item_lysing {
color: #ABABAB;

}

.syningartimi_item:hover {

background: #249113;
background: -webkit-gradient(linear, left top, left bottom, from(#37a023), to(#249113));
background: -moz-linear-gradient(top, #37a023, #249113);
color: #FFFFFF;
text-decoration:none;

}
.syningartimi_item:active {
background: #878787;
} 

#mynd_smelltu_a_biotima{
	padding-top:14px;

	padding-left:10px;
	font-size:12px;   
}


.skrifari{
		color:#AAAAAA;
		
		width:500px; 
		margin-left:20px; 
		border:1px solid #c4c4c4; 
		background-color:#fff; 
		background-image:url(/images/bg_skrifari.gif);
		background-repeat:repeat-x;
		border-radius:2px;
		box-shadow:0 0 0px #666 outset;
	}
	.skrifari_img{
		margin:10px;
	}
	
	.skrifari_nafn{
		margin-top:10px;
		font-size:13px;
		font-weight:bold;
		color:#666;
	}
	
	.skrifari_desc{
		margin-left:10px;
		margin-top:6px;
		font-size:12px;
	}
	
	.skrifari_clear {
		clear:left;
		height:1px;
		overflow:hidden;
		margin-bottom:20px;
	  }
	  
	  .social_media_bar{
		color:#AAAAAA;
		width:650px; 
		height:26px;
		padding-top:4px;
		padding-left:20px;
		margin-left:-10px;
		margin-bottom:20px;
		
		border-bottom:1px solid #ededed; 
		background-color:#fff; 
		background-image:url(/images/bg_skrifari.gif);
		background-repeat:repeat-x;
		border-radius:2px;
		box-shadow:0 0 0px #dcdcdc outset;
	}
	  .social_media_bar_item {
		width:110px;
		float:left;
	  }
	
.bannerMM{
	display: block;
	width: 193px;
	height: 132px;
	background-repeat: no-repeat;
	background-image: url("/images/mm_jan.jpg");
}
.mm_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4b4b4b;
	float: left;
	height: 240px;
	width: 148px;
	text-align: center;
	padding: 2px;
}
#mm_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4b4b4b;
	float: left;
	height: 240px;
	width: 148px;
	text-align: center;
	padding: 2px;
}

#myMoviesListi {
	width: 130px;
	height: 230px;
	float: left;
	padding: 4px;
	margin:2px;
	border:solid;
	border-width:1px;
	border-color:#dcdcdc;
	background-color:#fcfcfc;
}
#myMoviesListiNafn {
padding-top:3px;
	font-size: 12px;
	height: auto;
	width: 105px;
	left: 25px;
	margin-left: 25px;
}
#myMoviesListiDel {
	width: 20px;
	height: 20px;
	float: left;
}
/* NÝTT BÍÓPLAKAT OG BÍÓSÍÐUR */
.myndalisti_row {
	margin-left:-14px;
	height:260px;	
}

.kvikmyndir_meira_link{
	font-size:11px;
	clear:left;
	height:20px;
	padding-left:560px;			
	padding-top:-40px	
}
.kvikmyndir_meira_link a{
color:#fd812f;
font-weight:bold;
}
.mynd_plakat_utanum{
	
		width:120px;
		float:left;
		margin:3px;
	}
	
	
	.mynd_plakat {
		width:120px;
		padding:4px;
		border:1px solid #c4c4c4;
		background-color:#f5f3f3; 
		border-radius:2px;
		box-shadow:0 0 0px #666 outset;
	
	}
	.mynd_listi_title{
		font-size:12px;
		color:#fd812f;
		text-align:left;
		margin-top:5px;
		padding-left:5px;
		height:26px;
		width:110px;
		font-weight:bold;
		
	
	}
	.mynd_listi_desc{
		font-size:10px;
		color:#898989;
		text-align:left;
		font-weight:normal;
	}

/* DAGATAL TAKKAR */
/******************/
#utanum_dagatal{
	float:center;
	height:24px;
	clear:both;	
	margin-top:3px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:-3px;
}
#button_dagatal{
margin-right:10px;
color:#463F38;
outline-width: 0;
/*border: 1px solid #000;*/
border-radius: 4px;
-moz-border-radius: 4px;
height:22px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:10px;
padding-right:10px;
line-height:24px;
float:left;

/*-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/

background-image: -webkit-gradient(linear,
    left top, left bottom,
    color-stop(0.0, rgba(255, 255, 255, 0.8)),
    color-stop(0.01, rgba(255, 255, 255, 0.6)),
    color-stop(0.4, rgba(255, 255, 255, 0.3)),
    color-stop(0.4, rgba(255, 255, 255, 0.2)),
    color-stop(1.0, rgba(255, 255, 255, 0.0)));
background-image: -moz-linear-gradient(top,
    rgba(255, 255, 255, 1.0) 0%,
    rgba(255, 255, 255, 0.6) 1px,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.2) 40%,
    rgba(255, 255, 255, 0.0) 100%);
	
	
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9),
    inset 0px 1px 0px rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9),
    inset 0px 1px 0px rgba(255, 255, 255, 0.5);
		
		background-color: #d9d9d0;
/*text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;*/

-webkit-transition: background 0.2s ease-in-out,
    color 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	
}
#button_dagatal #leftarr{
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;	
	width:20px;
	float:left;
}
#button_dagatal #rightarr{
	padding-left:5px;
	padding-right:5px;
	margin-top:4px;	
	width:20px;
	float:right;
}
#button_dagatal:hover{
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	background-color: #544c3c;
	color: #ccc;
	-webkit-transition-duration: 0.2s;
}

#button_dagatal_center{
	float:center; 
	background-color: #544c3c; 
	width:500; 
	color:#ccc; 
	text-align:center;
}


/* DAGATAL TAKKAR ENDA*/
/******************/

#mainDVD {
	width: 570px;
}
#dvdItem {
	width: 110px;
	padding-right: 2px;
	height: 180px;
	float: left;
}
#dvdItemVinsaelast {
	width: 49px;
	padding-left: 0px;
	height: 80px;
	margin-top: -5px;
	margin-bottom: -5px;
	float: left;
}
.dvdItemVinsaelast {
	width: 49px;
	padding-left: 0px;
	height: 80px;
	margin-top: -5px;
	margin-bottom: -5px;
	float: left;
}

#mynd {
	width: 100px;
	height: auto;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-left: 4px;
}

#mynd2 {
	height: auto;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

#dagsRev {
	font-size: 11px;
	color: #FF6600;
	text-decoration:none;
	font-weight:normal;
	padding-left:5px;

}
#atkvMott {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #EDEDE9;
	height: 20px;
	width: 120px;
	font-weight: normal;
	padding: 2px;
	visibility: hidden;
}

/*VINSÆLDALISTAR Á FRÉTTASÍÐU*/
.mest_lesid_btn{ 
	font-size:12px;
	padding-top:2px;
	color:#666;
	border-right-style:solid; 
	border-right-color:#ececec;
	border-right-width:1px;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ececec;
	border-bottom-width:1px;
	border-bottom-width:1px; 
	text-align:center; 
	line-height:22px;
	background-repeat:repeat-x;
	background-image:url(/images/bg_mostpopbuttons.png); 
	width:88px;  
	height:26px; 
	float:left;
	
	
}

.mest_lesid_btn:hover {
	cursor:pointer;
	cursor:hand;
	background-color:#CCCCCC;
	background-image:url(/images/bg_mostpopbuttons_active.png);

	color:#FFF;
}
.mest_lesid_btn_active {
	cursor:pointer;
	cursor:hand;
	background-color:#CCCCCC;
	background-image:url(/images/bg_mostpopbuttons_active.png);

	color:#FFF;
}
#mest_lesid_btn_frettir:mest_lesid_btn_active{
	background-color:#da6726;
	background-repeat:repeat-x;
	background-image:url(/images/bg_mostpopbuttons_active.png);
}
#mest_lesid_btn_trailer .mest_lesid_btn_active{
	background-color:#da6726;
	background-repeat:repeat-x;
	background-image:url(/images/bg_mostpopbuttons_active.png);
}
#mest_lesid_btn_biomyndir .mest_lesid_btn_active{
	background-color:#da6726;
	background-repeat:repeat-x;
	background-image:url(/images/bg_mostpopbuttons_active.png);
}


.mest_lesid_text {
	font-size:12px;
	color:#121212;

	line-height:24px;
	padding-left:16px;
	border-bottom-style:solid;
	border-bottom-color:#ececec;
	border-bottom-width:1px;
}
.mest_lesid_text a {
	
	color:#121212;
}

.mest_lesid_text:hover{
	text-deocortion:underline;
}
.btn_valinn{
	background-image:url(/images/bg_mostpopbuttons_active.png); 
	background-repeat:repeat-x;
	color:#FFF;
	/*font-weight:bold;*/

}

.h_vinsaelast_img{
	width:78px;
	margin:2px;
	float:left;
		
	padding:3px;
	border:1px solid #c4c4c4;
	background-color:#f5f3f3; 
	border-radius:2px;
	box-shadow:0 0 0px #666 outset;
	
}
.vinsaeldalisti_meira{
	padding-right:5px;
	line-height:24px;
	font-size:12px;
	text-align:right;
}
div.rated {
margin: 5px 0px;
padding: 0px;
border: 0px solid #eeeeea;
}
div.rated table {
width:130px;
}
div.rated table td {
padding: 0px;
padding-bottom:4px;
vertical-align: middle;
}
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.rated div.stars {
background-image: url('/style/icon/Kvikmyndir/star.png');
background-repeat: repeat-x;
background-position: left;
height: 13px;
}
div.rated span.mark {
font-size: 11px;
}
div.rated span.mark b {
font-size: 16px;
}
div.rated span.votes {
font-size: 11px;
}




/* NÝ BÍÓSÍÐA */

.syningatimar_utanum {

-webkit-border-top-left-radius: 5px; 
-moz-border-radius-topleft: 5px; 
-webkit-border-top-right-radius: 5px; 
-moz-border-radius-topright: 5px; 
 border: 1px solid #999999;
 -webkit-border-bottom-left-radius: 5px; 
-moz-border-radius-bottomleft: 5px; 
-webkit-border-bottom-right-radius: 5px; 
-moz-border-radius-bottomright: 5px; 
 border: 1px solid #bebebe;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 12px;
 background:#efefef;
 margin-bottom:5px;
}

.checkboxes_titill{
	font-size:11px;
	line-height:18px;
	color:#666;	
}

#utanumMynd_new {
width: 630px;
background-color: #EEEEEE;
margin-bottom: 5px;
margin-left:2px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
overflow: hidden;
padding-bottom: 5px;
}
.utanumMynd_new {

-webkit-border-top-left-radius: 5px; 
-moz-border-radius-topleft: 5px; 
-webkit-border-top-right-radius: 5px; 
-moz-border-radius-topright: 5px; 
 border: 1px solid #999999;
 -webkit-border-bottom-left-radius: 5px; 
-moz-border-radius-bottomleft: 5px; 
-webkit-border-bottom-right-radius: 5px; 
-moz-border-radius-bottomright: 5px; 
 border: 1px solid #bebebe;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 12px;
}
#utanumMynd_sm {
width: 630px;
margin-left:5px;
background-color: #EEEEEE;
margin-bottom: 5px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;

height: auto;
padding-bottom: 5px;
}
#timi {
width: 250px;
float: left;
line-height:24px;
padding-left: 4px;
margin-top: 2px;
}
#aldurstakmark {
position: absolute;
height: 19px;
width: 20px;
z-index: 37;
margin-top: 6px;
margin-left: 100px;
background-image: url(../images/bgbiotimi.png);
background-repeat: no-repeat;
}



.syningartimi_item {
border-top: 1px solid #ffffff;
background: #d4d4d4;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d4d4d4));
background: -moz-linear-gradient(top, #ededed, #d4d4d4);
padding: 3px 3px;
margin-left:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 2px;

color: #4f4f4f;
font-size: 11px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;

}
.syningartimi_item_lysing {
color: #ABABAB;

}

.syningartimi_item_lysing:hover{
text-decoration: none;

}

.syningartimi_item:hover {
background: #eb8603;
background: -webkit-gradient(linear, left top, left bottom, from(#eb8603), to(#eb6710));
background: -moz-linear-gradient(top, #eb8603, #eb6710);
color: #FFFFFF;
text-decoration:none;
margin-left:3px;
}

.syningartimi_item a:hover {
text-decoration:none;
margin-left:3px;


}
.syningartimi_item:active {
background: #878787;
} 

#myndbio_new {
float: right;
padding-left: 4px;
width: 470px;
line-height: 16px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 1px;
margin-right: 4px;
padding-right: 4px;
background-color: #FFFFFF;
margin-top: 4px;
}

#myndbio2_new {
float: right;
padding-left: 4px;
width: 470px;
line-height: 16px;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 1px;
margin-right: 4px;
padding-right: 4px;
background-color: #FFFFFF;
}
#timi_new {
width: 350px;
float: left;
line-height:24px;
padding-left: 4px;
margin-top: 2px;
}
#mynd_titill{
float:left;
margin-left:43px;
margin-top:5px;
width:400px;					
font-family: "Anton", arial, serif; 
font-size:18px;
color:#eb8603;	
}

#mynd_titill_vaentanlegt{
margin-left:4px;
margin-top:5px;
font-family: "Anton", arial, serif; 
font-size:18px;
color:#eb8603;	
}	

#mynd_titill_vaentanlegt a{
color:#eb8603;	
}
#mynd_titill a{
color:#eb8603;	
}
#mynd_titill a:hover{
color:#2f2f2f2;	
}
#mynd_titill_vaentanlegt a:hover{
color:#2f2f2f2;	
}

#mynd_undirtitill{
font-size:12px;
padding-left:5px;
color:#696969;	
}

.mynd_titill_artal{
padding-left:5px;
font-family: "Anton", arial, serif; 
font-size:14px;
color:#AFAFAF;	
}
.mynd_aldurstakmark{
padding-left:5px;
margin-top:3px;	
}
.imdbEinkunn{

float:right;
font-family:Arial, Helvetica, sans-serif;	
font-size:12px;
margin-right:-70px;
color:#898989;
font-weight:bold;
margin-top:3px;
}
.imdbEinkunn img{
margin-bottom:-2px;
margin-right:3px;
}
		#takkar_sidutegund_on{
height:30px;
left:360px;
position:absolute;
width:120px;
margin-left:500px;
font-family: "Anton", arial, serif; 
font-size:18px;
text-align:center;
background: #d4d4d4;
background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
background: -moz-linear-gradient(top, #fefefe, #eeeeee);
color:#eb6710;
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
border-top:1px solid #cfcfcf;
-webkit-border-left-radius: 5px;
-webkit-border-right-radius: 5px;
-moz-border-left-radius: 5px;
-moz-border-right-radius: 5px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
#takkar_sidutegund_off{

left:500px;
position:absolute;
text-align:center;
height:29px;
width:120px;
margin-left:300px;
font-family: "Anton", arial, serif; 
font-size:18px;
color:#cfcfcf;	
background: #d4d4d4;
background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
background: -moz-linear-gradient(top, #fefefe, #eeeeee);
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
border-top:1px solid #cfcfcf;
border-bottom:1px solid #cfcfcf;
-webkit-border-left-radius: 5px;
-webkit-border-right-radius: 5px;
-moz-border-left-radius: 5px;
-moz-border-right-radius: 5px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
#takkar_sidutegund_on a{
color:#eb6710;
text-decoration:none;
}
#takkar_sidutegund_off a:hover{

color:#eb6710;
text-decoration:none;
}
#takkar_sidutegund_on a:hover{

color:#eb6710;
text-decoration:none;
}
#stars_background {
		background-image: url('/style/icon/Kvikmyndir/star_background.png');
		background-repeat: repeat-x;
		background-position: left;
		width: 130px;
		height: 13px;
	}
#myndbio {
	float: right;
	padding-left: 4px;
	width: 370px;
	line-height: 16px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	margin-right: 4px;
	padding-right: 4px;
	background-color: #FFFFFF;
	margin-top: 4px;
}
#upplysingar {
	width: 270px;
	height: 150px;
	float: left;
	margin-top: 4px;
}
#titill  a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	padding-left: 4px;
	text-decoration: none;
	padding-top: 2px;
	margin-top: 4px;
}
#titill a.vtitill:link {
	color: #f6810e; 
	font-size: 14px; 
	padding: 5px
}
#titill a.vtitill:visited {
	color: #f6810e; 
	font-size: 14px; 
	padding: 5px
}
#undirtitill {
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
	margin-top: 4px;
}
#undirtitill_sm {
	color: #999999;
	font-size: 10px;
	line-height:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
	margin-top: 0px;
}
#sogutradur {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
#biosidurEinkunnir {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	height: 22px;
}


#myndbio2 {
	float: right;
	padding-left: 4px;
	width: 370px;
	line-height: 16px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	margin-right: 4px;
	padding-right: 4px;
	background-color: #FFFFFF;
}
#trailerTag {
	width: 90px;
	text-align: center;
	background-color: #D5D0C1;
	color: #F3F3F3;
	height: 14px;
	margin-top: 2px;
	padding-top: 1px;
	margin-left: 5px;
}
#utanumReview {
	width: 578px;
	border: 1px solid #CECFCE;
	background-color: #EFEFEF;
	height: 26px;
}
#reviewMovieName {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6500;
	font-size: 13px;
	text-decoration: none;
}


#utanumMynd {
	width: 760px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
}
#utanumMynd_sm {
	width: 574px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
}
#utanumMynd_sm_new {
	width: 644px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
}
#timi {
	width: 250px;
	float: left;
	line-height:24px;
	padding-left: 4px;
	margin-top: 2px;
}
#aldurstakmark {
	position: absolute;
	height: 19px;
	width: 20px;
	z-index: 37;
	padding-top: 2px;
	margin-left: 75px;
	background-image: url(../images/bgbiotimi.png);
	background-repeat: no-repeat;
}
#reviewName {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	color: #524D39;
}
#reviewNameMovie {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
		padding-top: 5px;
	color: #524D39;
	float: left;
}
#reviewStjornur {
	float: left;
	padding-left: 7px;
}
#reviewerName {
	font-size: 13px;
	color: #FF6500;
	text-decoration: none;
	width: 560px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color: #EFEFEF;
	padding-left: 10px;
}
#reviewerUppl {
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	width: 560px;
	background-color: #F7F7F7;
}

#reviewTexti {
	width: 568px;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CECFCE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECFCE;
	border-left-color: #CECFCE;
	margin-bottom: 8px;
}



#kaupamida {
	width: 50px;
	float: left;
	margin-top: 2px;
}
#bio {
	width: 100px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 2px;
}
#reviewMovieName a:link {
	color: #FF6500;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#upplysingarV {
	width: 520px;
	height: 150px;
	float: left;
	margin-top: 4px;
}
#upplysingarV_sm {
	width: 470px;
	height: 150px;
	float: left;
	margin-top: 4px;
}
#upplysingarV_sm_new {
	width: 500px;
	margin-left:140px;
	margin-top: 4px;
}
#myndDags {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	width: 770px;
	background-image: url(img/Frame_Header_bar_Y.gif);
	padding-left: 7px;
}
#myndDags-corner {
	line-height: 22px;
	background-image: url(img/Frame_Header_corner_Y.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#gagnryniTab {
	background-image: url(img/Frame_Header_corner_Y.gif);
	height: 20px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 5px;
}
#gagnryniMenu {
	height: 25px;
	width: 600px;
}
.usersidaText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.usersidaBiomyndheiti {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: bold;
}

#aldurstakmarkV {
	position: absolute;
	height: 19px;
	width: 20px;
	z-index: 37;
	padding-top: 2px;
	margin-left: 75px;
}
#imdbEinkunnStjornur {
	height: 22px;
}

#imdbEinkunn {
	height: 30px;
	width: 142px;
}
#imdbEinkunnHaus {
	height: 18px;
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
}
.imdbAtkvaedi {
	font-size: 10px;
}

#imdbEinkunnBotn {
	margin-top: 3px;
	width: 40px;
	float: right;
	font-size: 9px;
	color: #847B5B;
	height: auto;
}
#utanumReviewMovie {
	width: 578px;
	border: 1px solid #CECFCE;
	background-color: #EFEFEF;
	height: 36px;
}
#gagnryniEndir {
	background-image: url(img/Frame_Header_corner_Y.gif);
	height: 20px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin-right: 5px;
}
#utanumUmfjallanir {
	width: 780px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
}
#utanumUmfjallanirOkkar {
	width: 780px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
}


#utanumUmfjallanirNotenda {
	width: 780px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
	.tabs-nav { /* auto clear */
    display: inline-block;

}
#utanumUmfjallanirErlendar {
	width: 780px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
	
}
#utanumUmfjallanirYmsarUpplysingar {
	width: 780px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	height: auto;
	padding-bottom: 5px;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #777;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #777;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #444; }
ul.tabbernav li a:visited { color: #666; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAA;
 border-color: #222;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

