@import url(TopMenu.css);
@import url(LeftPart.css);
@import url(style.css);
@import url(IE.css);
/* Thessi fer ekki a CDRator velina. */
@import url(RightPartAddon.css);

/* 
	TAL.is
	Made by Eskill, 2008.
	#f26522 is the default orange.
 */


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.33em;
	background: #fff none;
}
body.MenuItem {
	background: transparent none;
	*background-color: #f0591a; /* IE */
}
ul, ol, blockquote {
	margin: 1em 0 1em 2em;
}
a img {
	border: none;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #f26522;
}
a:hover {
	color: #7d2800;
}
h1 {
	font-size: 1.2em;
	margin-bottom: .5em;
	text-transform: uppercase;
	color: #f26522;
}
h2 {
	font-size: 1.1em;
}
h3, h4, h5, h6 {
	font-size: 1em;
}
h1,h2,h3,h1 a,h2 a,h3 a {
	line-height: 1.25em;
}
h4,h5,h6,
h4 a,h5 a,h6 a {
	margin: 1em 0 .2em 0;
}
p {
	margin-bottom: 1em;
}
u {
	color: #f26522;
	text-decoration:none;
}
.Hidden,
.HiddenFoot {
	display: none;
}


/*	Basic layout
------------------------------------- */
.container-top, .container, .container-bottom, .Tal-Footer, .Header {
	margin: auto;
	width: 992px;	
}
.Tal-Footer, .Header {
	width: 960px;	
}
.container-top {
	position: relative;
	height: 27px;
	background: transparent url(../Images/Layout/container-bg-top.png) no-repeat top left;
	z-index: 2;
}
.container {
	background: transparent url(../Images/Layout/container-bg.png) repeat-y top left;
	position: relative; /* for IE6 */
	z-index: 1;
}
.container-bottom {
	height: 27px;
	background: transparent url(../Images/Layout/container-bg-bottom.png) no-repeat bottom left;
}
.inner-container {
	position: relative;
	width: 960px;
	padding: 0px 16px;
	overflow:hidden;
}

/*	Header
------------------------------------- */
.Header {
	position: relative;
	height: 40px;
}

/* Top left Shortcuts */
.Header ul {
	position: absolute;
	right: 190px;
	top: 13px;
	margin: 0;
}
.Header ul li {
	list-style: none;
	float: left;
}
.Header ul li a {
	display: block;
	margin: 0 0 0 7px;
	font-size: 0.9em;
	text-decoration: none;
	color: #4C494A;
}
.Header ul li a:after {
	padding-left: 7px;
	content: '|';
}
.Header ul li.last a:after {
	padding-left: 0px;
	content: '';	
}

/* Search */
.tal-search {
	position: absolute;
	top: 12px;
	right: 0px;
	background: transparent url(../Images/Icons/header-search.png) no-repeat 0 50%;
	padding-left: 20px;
}
.tal-search .inputSearchBox {
	width: 150px;
	background: transparent url(../Images/Layout/header-searchbox-bg.png) repeat-y top left;
	border: 1px solid #c0c0c0;
	padding: 2px;
	font-size: 0.9em;
	color: #4C494A;
}

/*	Logo
----------------------------------------------------- */
.mainlogo {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 151px;
	height: 127px;
	z-index: 2;
	outline: none;
	background: transparent url(../Images/mainlogo.png) no-repeat top left;
	text-indent: -10000px;
}

/*	ContentBody
----------------------------------------------------- */
.ContentBody {
	float: left;
	width: 100%;
	/*overflow: hidden;*/
}

/*	ContentPart
----------------------------------------------------- */
.ContentPart {
	float: left;
	position: relative;
	padding: 20px 9px 0 10px;
	width: 598px;
	background: transparent url(../Images/Layout/content-bg.png) no-repeat top left;
}
.ContentWraper, .CDRator {
	background: #fff url(../Images/Layout/content-bottom.png) repeat-x bottom left;
	padding: 0 18px 70px 18px;
	height: 350px;
	text-align: justify;
}
html>body .ContentWraper, html>body .CDRator {
	min-height: 350px;
	height: auto;
}

/* IE 8 Fix for order form alignment */
.ContentWraper table th { text-align:left !important; }


.ContentWraper input[type="checkbox"], .ContentWraper input[type="radio"], 
.CDRator input[type="checkbox"], .CDRator input[type="radio"] {
	margin-right: 3px;	
}

/* Frontpage ------------------ */
.ContentPart.ContentFront {
	padding-top: 10px;
}
.ContentPart.ContentFront .ContentWraper {
	background: #f26522 url(../Images/Layout/frontpage-bg.png) repeat-x top left;
	*background-color: #f0591a; /* IE */
	padding: 0 0 0px 0;
}
.ContentPart.ContentFront .TopPane {
	width: 100%;
	overflow: hidden;
	float: left;
	padding: 0 0 0 5px;
}
.ContentFront .Front-slogan {
	color: #fff;
	padding: 40px 0 100px 170px;
	font-size: 4em;
}
.ContentFront .Front-slogan span {
	margin-left: 40px;
	font-size: .8em;
}
.ContentFront .Front-slogan a {
	line-height: .8em;
}
html>body .ContentFront .Front-slogan a {
	display: block;
	text-indent: -10000px;
	background: transparent url(../Images/verdsamanburdur.png) no-repeat top left;
	width: 400px;
	height: 72px;
	outline: none;
}
.ContentFront h1 a:link, .ContentFront h1 a:visited, .ContentFront h1 a:hover, .ContentFront h1 a:visited {
	color: #fff;
	text-decoration: none;	
}
.ContentPart.ContentFront .ContentPane div div a {
	position: relative;
	z-index: 2;	
}
.ContentFront .big-phone {
	display: block;
	position: absolute !important;
	top: -15px;
	left: -10px;
	width: 197px;
	height: 201px;
	background: transparent url(../Images/phone.png) no-repeat top left;
	z-index: 1 !important;
	outline: none;
	cursor: pointer;
}

/* adboxes */

.Frontpage-adicon {
	float: left;
	width: 185px;
	margin-right: 20px;
	padding: 0;
	padding-bottom:15px;
}

.Frontpage-adicon.Last {
	margin-right: 0;	
}

.Frontpage-adbox {
	float: left;
	width: 185px;
	margin-right: 20px;
	padding: 8px 0 0 0;
	background: transparent url(../Images/Layout/contbox-small-top.png) no-repeat top left;
}
.Frontpage-adbox.Last {
	margin-right: 0;	
}
.Frontpage-adbox .Adbox-bottom {
	background: #fff url(../Images/Layout/content-bottom.png) repeat-x bottom left;
	padding: 0 10px 50px 10px;
	position: relative;
	color: #f26522;
}
.Frontpage-adbox .Adbox-bottom h2 {
	text-transform: uppercase;	
}
.Frontpage-adbox .Adbox-bottom ul {
	list-style: none;
	margin-left: 0px;	
}
.Frontpage-adbox .Adbox-bottom a {
	text-decoration: none !important;	
}
.Frontpage-adbox .gsm-logo,
.Frontpage-adbox .heimasimi-logo,
.Frontpage-adbox .internet-logo {
	position: absolute;
	bottom: 70px;
	right: 5px;	
}
html>body .Frontpage-adbox .gsm-logo,
html>body .Frontpage-adbox .heimasimi-logo,
html>body .Frontpage-adbox .internet-logo {
	bottom: 65px;
}
.Frontpage-adbox .gsm-logo {
	height: 53px;
	width: 29px;
	background: transparent url(../Images/Icons/gsm_big.png) no-repeat top left;
}
.Frontpage-adbox .heimasimi-logo {
	height: 53px;
	width: 46px;
	background: transparent url(../Images/Icons/heimasimi_big.png) no-repeat top left;
}
.Frontpage-adbox .internet-logo {
	height: 53px;
	width: 75px;
	background: transparent url(../Images/Icons/internet_big.png) no-repeat top left;
}
.Frontpage-adboxes-140509 {
	float: left;
	margin: 3px 0 6px 0;
}
.Frontpage-adboxes-140509 a {
	display: block;
	height: 94px;
	width: 186px;
	float: left;
	margin-right: 20px;
	martin-
}
.Frontpage-adboxes-140509 .row1 {
	margin-bottom: 10px;
	float: left;
}
.Frontpage-adboxes-140509 .row2 {
	float: left;
}
.Frontpage-adboxes-140509 a.last {
	margin-right: 0;
}

/* ContentDisplay */
.ContentPart.ContentFront .TopPane div {
	float: left;
	width: 196px;
}
html>body .ContentPart.ContentFront .TopPane div {
	margin: 0 4px 0 0;
}

/* Headline / Body */
.ContentPart.ContentFront .TopPane div div {
	width: auto;
}
.ContentPart.ContentFront .TopPane .cModuleHeadline {
	display: none;
}

/* Price desc */
.ContentPart.ContentFront .TopPane .cModuleBody {
	display: block;
	float: left;	
}

/* Subpage ------------------ */
/* PageHeader / PageTitle */
.ContentPart.ContentSubpage h1 {
	margin: 15px 0 10px 0;
}

/* Content title, Subpage */
.ContentPart.ContentSubpage h2,
.ContentPart.ContentSubpage .cModuleHeadline {
	display: block;
	margin: 15px 0 0 0;
}
.ContentPart.ContentSubpage .BottomPane .cModuleHeadline {
	margin: 0;	
}
.ContentPart.ContentSubpage h3 {
	margin: 15px 0 0 0;
}

.ContentPart.ContentSubpage h4 {
	margin: 15px 0 0 0;
}

.ContentPart.ContentSubpage .cModuleBody {
	margin: 0 0 25px 0;
	display: block;
}

/*	User options
----------------------------------------------------- */
.UserOptions {
	width: 100%;
	margin: 30px 0 25px 0;
	float: left;
	overflow: hidden;
}
a.GoBack {
	float: left;
}
.UserOptions a {
	color: black;
}
.UserOptions ul {
	float: right;
}
.UserOptions ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 20px;
}

/*	Various CDRator componements in content container
----------------------------------------------------- */
/* refill from sidecol */
.maintext select[name="expire_month"] {
	width: 43px;
}
.maintext select[name="expire_year"] {
	width: 49px;
}

/*	Footer
----------------------------------------------------- */
.Tal-Footer {
	text-align: center;
	padding-top: 10px;
	color: #4c494a;
	font-size: 0.9em;
}
.Tal-Footer a {
	color: #4c494a;
	text-decoration: none;
}

/*	RightPane
----------------------------------------------------- */
.thjonustuver {
	width: 170px;
	height: 56px;
	text-align: center;
	float: left;
	text-indent: -10000px;
	background: transparent url(../Images/Icons/thjonustuver.png) no-repeat 50% 10px;
}
html>body .thjonustuver {
	background: transparent url(../Images/Icons/thjonustuver-trans.png) no-repeat 50% 10px;
}
form.LoginForm {
	display: block;
	overflow: hidden;
	width: 170px;
}
.RightPart {
	float: left;
	width: 170px;
	margin-left: 1px;
	background: transparent url(../Images/Layout/right-bg.png) no-repeat top left;
}
/* mix to let border reach to bottom */
.UserLogin, .RightPane, .thjonustuver {
	border-left: 1px solid #d54500;	
}
body.RControl .RightPane {
	border-left: none;
}
.UserLogin {
	overflow: hidden; /* for IE6, 1px padding right when 1px border applied left */
	width: 170px;
}
.thjonustuver {
	padding-bottom: 9000px;
	margin-bottom: -9000px;
	position: relative;
}
/* end of mix */
.RControl .RightPart {
	border: none;
	margin-left: 0;
}
.RightPane .cModuleHeadline {
	display: block;
	margin: 0 0 5px 11px;
}
.RightPart .RightPane a img {
	float: left;
	margin: 0 0 5px 0;
}
.RightPane p {
	display: inline;
}
.RightPane div {
	margin: 0 0 5px 0;
}
.RightPane.RightLogin {
	height: 153px;
}
html>body .RightPane.RightLogin {
	height: auto;
	min-height: 153px;
}
.RightPane.RightLogin.LoggedIn {
	position: relative;
	background: transparent url(../Images/Layout/divider-line.png) repeat-x bottom left;
}
.RightPane.RightLogin.refill {
	position: relative;
}

/* Space between loginbox and refill box */
.RightPane.RightLogin.LoggedIn .RightPane.RightLogin.refill {
	top: 52px;
}
html>body .RightPane.RightLogin.LoggedIn .RightPane.RightLogin.refill {
	top: 52px;
}

/* Login iframe */
body.RControl {
	background: #f26522 url(../Images/Layout/bg.png) repeat;
	color: #fff;	
}
body.RControl a {
	color: #fff !important;
}
iframe.UserLogin {
	width: 170px;
	height: 320px;
	float: left;
}
html>body iframe.UserLogin {
	height: 320px;
}
a.BtnReg img {
	float: left;
	clear: both;
	margin: 0 0 5px 0;
}

/* User login */
.RightPane.RightLogin fieldset {
	float: left;
	width: 157px;
	padding: 0 0 15px 10px;
	border: none;
	background: transparent url(../Images/Layout/divider-line.png) repeat-x 10% 100%;
}
.RightPane.RightLogin.refill fieldset {
	padding: 0 0 0 10px;
	position: relative;
}
.RightPane.RightLogin legend {
	position: relative;
	left: -7px;
	margin: 10px 0 5px 0;
	overflow: hidden;
}
.RightPane.RightLogin legend span {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.RightPane.RightLogin input {
	margin: 0 0 3px 0;
	padding: 2px;
	border: 1px solid #c0c0c0;
	width: 150px;
}
.RightPane.RightLogin input.cleardefault.Pass {
	position: relative;
	left: 1px;
}
.RightPane.RightLogin input.XYXFormBtn {
	width: 62px;
}
.RightPane.RightLogin span.tal-button {
	float: right !important;
}
.RightPane.RightLogin span.tal-button input {
	padding: 0 0 0 12px;	
}
html>body .RightPane.RightLogin span.tal-button input {
	padding: 0 2px 0 15px;	
}
.RightPane.RightLogin #Test a {
	float: left;	
}
.RightPane.RightLogin a.BtnReg {
	position: relative;
	left: 0px;
	top: 0;
	width: 170px;
	height: 50px;
	display: none;
	overflow: hidden;
}

/* User logged in */
.RightPane.RightLogin table {
	width: 160px;
	margin: 6px 0px 5px 9px;
}
.RightPane.RightLogin table.RefillRightCol {
	margin: 6px 0 0 0;
}
.RightPane.RightLogin table a {
	position: static;
}
.RightPane.RightLogin table td.SpacerTd {
	height: 5px;
}
.RightPane.RightLogin.LoggedIn table.UserLogged td.SpacerTd {
	height: 20px;
}
table.UserLogged td {
	color: #fff;	
}
table.UserLogged td.LoginTitle {
	padding: 0 0 2px 0;
	overflow: hidden;
}
html>body table.UserLogged td.LoginTitle {
	padding: 0 0 1px 0;
}
table.UserLogged td.LoginTitle span {
	text-transform: uppercase;
	font-weight: bold;
}
table.UserLogged tr.PhoneNumber th,
table.UserLogged tr.PhoneNumber td {
	padding: 0 0 4px 0;
	text-align: left;
	color: #fff;
}
table.UserLogged tr.PhoneNumber th.bal span {
	position: relative;
	top: 10px;
}
table.UserLogged td.UserBalance {
	white-space: nowrap;
}
input.maintext.TxtInput.BalanceWidth {
	width: 140px;
}
html>body input.maintext.TxtInput.BalanceWidth {
	width: 145px;
}

/* Logout button */
.RightPane.RightLogin.LoggedIn a.BtnLogout {
	position: absolute;
	top: 120px;
	left: 100px;
	width: 62px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	border: none;
	display: block;
	text-indent: -12000px;
	background: transparent url(../Images/buttons/utskra.gif) no-repeat top left;
}
html>body .RightPane.RightLogin.LoggedIn a.BtnLogout {
	left: 105px;
}

/* Refill */
.RightPane.RightLogin.refill {
	width: 170px;
	height: 145px;
	overflow: hidden;
	clear: left;
}
.RightPane.RightLogin table.RefillRightCol {
	position: relative;
	top: -4px;
	width: 150px;
}
.RightPane.RightLogin table.RefillRightCol th {
	font-weight: normal;
	padding: 0 0 5px 0;
	color: #fff;
}
.RightPane.RightLogin table.RefillRightCol select {
	position: relative;
	top: -4px;
	width: 158px;
}
.RightPane.RightLogin.refill label {
	color: #fff;	
}

/* Refill button */
.RightPane.RightLogin table.RefillRightCol input.RefillBtn {
	width: 62px;
}
table.maintext td.DDList select {
	width: 150px;
}

/* STORE
----------------------------------------------------- */
.pCategory {
	margin:0;
	margin-bottom:20px;
}
.pCategoryIcon Span { display:none;}
.pCategoryList {
	width:100%;
	margin:0;
	padding:3px 0 3px 0;
}
.pCategoryList a {
	padding:3px;
}
.pCategoryList a:hover {
	padding:3px;
}
td.ProductItem {
	width:275px;
	vertical-align:top;
}
.tableDiv {
	padding:0px;  /* Leyfir Firefox að absolute positiona inní TD */
	position:relative;
	height:100%;
	width:100%;
}
.pWrap .ProductImage img {
	float:left;
	margin-top:30px;
	margin-bottom:10px;
	padding-right:10px;
	padding-left:5px;
}
.ProductWrap .ProductImage img {
	float:left;
	margin-right:10px;
}
.ProductTitle h3 {
	margin-top:0 !important;
}
.pWrap .ProductTitle {
	position:absolute;
	top:0px;
	left:0;
	padding-top:2px;
	padding-left:10px;
	width:265px;
	height:20px;
}
.PriceGroup {
	margin-top:50px;
}
.Price .LabelGroup.SpecialPriceDetails,
.Price.SpecialPrice { 
	padding-top:5px;
}
.pDetails a {
	padding:2px 3px 3px 3px;
}
.pDetails {
	position:absolute;
	top:-1px;
	right:-1px;
}
html>body .pDetails {
	right:0;
}
.DetailDescription {
	padding-top:5px;
	margin-top:10px;
}
.ProductDetails {
	display:block;
	padding:5px;
}
.ProductDetails .Action {
	clear:both;
}
.ActionLabelGroup { 
	margin-top:5px;
}
.ProductDetails .Action a {
	padding:2px 3px 3px 3px;
}
.Action.LabelGroup {
	margin-top:10px;
}
.Back {
	display:block;
}
	
/* CHECKOUT
----------------------------------------------------- */
#StoreCart .List { 
	width:100%
}
#StoreCart .SubHeader {
	margin-bottom:10px;
}
#StoreCart .List tr td {
	padding: 2px 5px;
}
#StoreCart .FormButton { 
	margin-top: 10px;
}

/*	Buttons
----------------------------------------------------- */
.tal-button {
	background: transparent url(../Images/buttons/tal-button-right.gif) no-repeat top right !important;
	padding: 0 12px 2px 0;
	float: left;
}
.tal-button.right {
	float: right;	
}
.tal-button.nofloat {
	float: none;
	display: inline-block;	
}
html>body .tal-button {
	background: transparent url(../Images/buttons/tal-button-right.png) no-repeat top right !important;
}
.tal-button input,
.tal-button input.maintext.Btn {
	background: transparent url(../Images/buttons/tal-button-left.gif) no-repeat top left !important;
	height: 22px;
	line-height: 22px;
	border: none !important;
	color: #FFF !important;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 12px;
	cursor: pointer;
}
html>body .tal-button input,
html>body .tal-button input.maintext.Btn {
	background: transparent url(../Images/buttons/tal-button-left.png) no-repeat top left !important;
	padding: 0 2px 0 15px;
}

/*	TalToTal
----------------------------------------------------- */
p.TalToTal {
	font-weight: bold;
	padding: 0 0 3px 5px;	
	margin: 0;
}
table.TalToTal {
	width: 300px;
}
table.TalToTal td {
	width: 50%;
	padding: 3px 5px;
	border-bottom: 1px solid #E6E6E6;
}


/*	GPRS settings
----------------------------------------------------- */
.GPRS-Stillingar label {
	padding: 2px;	
}
.validator {
	color: #f26522 !important;
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #f26522;
}

/* step 2 */
.GPRS-Stillingar.Step2 {
	overflow: auto;	
}
.GPRS-Stillingar.Step2 div {
	float: left;
	width: 420px;	
}
.GPRS-Stillingar.Step2 span.tel,
.GPRS-Stillingar.Step2 span.make {
	display: block;
	font-size: 1.2em;
}
.GPRS-Stillingar.Step2 span.tel span,
.GPRS-Stillingar.Step2 span.make span {
	font-weight: bold;
}
.GPRS-Stillingar.Step2 span.tel {
	margin-top: 30px;	
}
.GPRS-Stillingar.Step2 span.make {
	margin-bottom: 20px;
}
.GPRS-Stillingar.Step2 img {
	float: right;	
}

/* confirmation */
.GPRS-Stillingar.StepConfirm p {
	color: #f26522;
	padding: 10px;
	border: 1px solid #f26522;	
}


/*	3RD PARTY
----------------------------------------------------- */
.infotxt { 
	color: #000000; 
}
.infotxt_app { 
	color: #f26522; 
}
.infotafla { 
	color: #000000;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	border-left-width: 1px; border-top-style: solid; border-right-style: solid;
	border-bottom-style: solid; border-left-style: solid; border-top-color: #cccccc;
	border-bottom-color: #cccccc; border-right-color: #cccccc; border-left-color: #cccccc;
} 
.infotafla_n { 
	color: #000000; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 1px; 
    border-left-width: 0px; 
    border-bottom-style: solid; 
    border-bottom-color: #f26522; 
}
.infotafla_a { 
	color: #000000; 
	background: #f26522; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; 
	border-bottom-style: solid; 
	border-bottom-color: #f26522;
}
.mt { 
	font-size: 1.1em; 
	font-weight: bold; 
	color: #000000; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; 
	border-bottom-style: solid; 
	border-bottom-color: #999999; 
}
.mt2 { 
	font-weight: bold; 
	color: #f26522; 
}