﻿body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color:#474747;
	text-align:left;
	line-height:140%;
	background-color:#dfe0db; 
}
body,html {
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
.float-right{
	float:right !important;
}
.float-left{
	float:left;
}
.center {
	text-align:center;
}
.clearBoth {
	clear:both; 
	font-size:0;
	line-height:0;
	height:0;
}
.left-image{
	margin:5px 15px 10px 0;
	float:left;
}
.right-image{
	margin:5px 0 10px 15px;
	float:right;
}
.displaynone 
{
	display:none;
}


/* HEADLINES
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    margin:0;
    /*color: #505050;*/
    padding-bottom: .1em;
	font-weight:normal;
	line-height:140%;
	color:black;
}
h1 {
	font-size:23px;
	color:#3d3d3d;
}
h2 {
	font-size:15px;
}

.headline {
	margin:0 0 5px 0;
	color: #505050;	
	padding-bottom: .1em; 
	font-weight:normal;
	font-size:20px;
	border-bottom:3px #dcd7d5 solid;
}
.sheadline {
	margin:0 0 10px 0 !important;
	color: #505050;	
	padding-bottom: .1em; 
	font-weight:normal;
	font-size:19px !important;
	border-bottom:3px #dcd7d5 solid;
}

/* LISTS */

ul {
	list-style-position: outside;
	padding:0 0 0 1.5em;
	margin:0 0 10px 0;
}
ul li {
	line-height:140%;
}
ul.nodots {
	padding:0;
	margin:0;
	list-style-type:none;
}
ol {
	margin: .5em .5em 1.5em;
}

ol li {
	margin-left: 2em;
	padding-left: 0;
	background: none; 
	list-style-type: decimal;
}


/* TYPOGRAPHY
----------------------------------------------- */

a {
	text-decoration: none;
	outline:none;
 	color:#236ace;
}
a:hover {
	text-decoration: underline;
	outline:none;
	color:#236ace; 
}

p {
	line-height:140%;
	margin:0 0 10px 0;
	font-weight:normal;
}
.required {
	color:red;
}

#sidebar,
#sidebar p {
	font-size:11px;
	margin:0;
}

/* FRAMEWORK
----------------------------------------------- */

#sitecontainer {
	width:920px;
	padding:0 23px 20px 23px;
	margin:0 auto;
	position:relative;
	background:url('/images/bg-sitecontainer.gif') repeat-y center center;
	background-color:#fff;
}

#mainarea{
	width:920px;
	margin:0 auto;
	padding:0;
	clear:both;
	position:relative;
}

#content {
	width:650px;
	float:right;
	padding:0
}
#sidebar {
	width:250px;
	float:left;
	padding:0;
}

/* right sidebar */
#rightsidebar 
{
}
#rightsidebar #content 
{
	float:left;
}
#rightsidebar #sidebar 
{
	float:right;
}

#header {
	/*background:url(/images/bg-header.gif) repeat-x center top;*/
	height:133px;
	margin:0 auto;
	clear:both;
	position:relative;	
}

/* logo */

#logo {
	width:320px;
	height:55px;	
	background-image:url('/images/logo.gif');
	background-repeat:no-repeat;
	text-indent:-9000px;
	float:left;
	position:absolute;
	top:20px;
	left:0;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

#ikeafamily {
	position:absolute;
	top:15px;
	right:0;
	width:300px;
}
#familylogo {
	width:70px;
	height:49px;	
	background-image:url('/images/logo-ikeafamily.gif');
	background-repeat:no-repeat;
	text-indent:-9000px;
	margin:0;
	padding:0;
	float:right;
}
#familylogo a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
#familytext {
	font-family:arial, helvetica, verdana;
	font-size:10px;
	line-height:13px;
	color:#a1a1a1;
	text-align:right;
	float:right;	
	margin:8px 12px 0 0;
}

.sidebarelement {
	clear:both;
	margin:0 0 20px 0;
	overflow:hidden;
}
.narrowtext
{
	width:420px;
}
.element {
	clear:both;
	margin:0 0 20px 0;
	height:100%;
	overflow:hidden;
}

.sidebarbgcolor {
	clear:both;
	margin:0 0 20px 0;
	height:100%;
	overflow:hidden;
	background-color:#f5f0ef;
	padding:20px;
	width:210px;
}



/* top header elements */
/* topmenu */

#topmenu {
    position: absolute;
    top: 85px;
    left:0;
	padding:0;
    margin:0;		
	float:left;
	height:30px;
	background: url('/images/topmenubg.gif') repeat-x center bottom;
	width:920px;
	float:left;	
}
#topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	float:left;
}
#topmenu li {
    display: inline;
}
#topmenu a {
    float: left;
    background: url('/images/topmenu-left.gif') no-repeat left top;
    padding: 0 0 0 3px; /* width for button-left image */
    text-decoration: none;
    margin: 0 5px 0 0;
}
#topmenu a span {
    float: left;
    display: block;
    background: url('/images/topmenu-right.gif') no-repeat right top;
    font-size: 13px;
    line-height: 25px;
    color: #464646;
	padding:0 13px 0 8px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {
    float: none;
}
/* End IE5-Mac hack */
#topmenu a:hover span {
    color: #000;
	line-height:25px;	
	padding:0 13px 0 8px;	
	background-color:transparent;
	margin:0;	    
}
#topmenu a:hover {
    background-position: 0% -25px;
	line-height:25px;
}
#topmenu a:hover span {
    background-position: 100% -25px;
	line-height:25px;	
	padding:0 13px 0 8px;	
	background-color:transparent;
	margin:0;	
}
#topmenu .current {
    background: url('/images/topmenu-left.gif') no-repeat left -25px;
    float: left;
}
#topmenu .current span {
    background: url('/images/topmenu-right.gif') no-repeat right -25px;
    color: #000;
	font-weight:bold;
	line-height:25px;	
	padding:0 13px 0 8px;	
	background-color:transparent;	
	margin:0;
}
#topmenu .current span:hover {
    color: #000;
	line-height:25px;	
	padding:0 13px 0 8px;	
	background-color:transparent;	
	margin:0;	
}
#topmenu .specialitem {
	background-color:#ffc206;
	line-height:19px;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:2px;
}

/* subtopmenu */

#subtopmenu {
    position: absolute;
    top: 120px;
    left:0;
	padding:0;
    margin:0;
}
#subtopmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
	float:left;
}
#subtopmenu li {
    float:left;
	margin:0 20px 0 0;
	display:inline;	
}
#subtopmenu ul li a {
	font-size:12px;
	font-weight:normal;
	color:#464646;
	text-decoration:none;
	position:relative; /* forcing IE to render <a> element above the <li> element so that we could see bottom-border while hover effect */
}

#subtopmenu ul li a:hover {
	font-weight:normal;
	border-bottom:3px #9ddc00 solid;
	text-decoration:none;
	color:#000;	
}
#subtopmenu ul .current a:hover {
	font-weight:bold;
	color:#000;	
}
#subtopmenu .current a {
	font-weight:bold;
	border-bottom:3px #9ddc00 solid;
	text-decoration:none;
	color:#000;
}


/* footer */

#footer {
	width:950px;
	margin:0 auto;	
	background:url('/images/bg-footer.gif') no-repeat center top;
	padding:10px 8px;
	font-size:11px;
	color:#605a59;
}
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
#footer ul li {
	float:left;
	margin:0 5px 0 0;
	line-height:140%;
}
#footer ul li a {
	font-size:11px;
}
#footer .current {
	font-weight:bold
}



/* PAGE ELEMENTS
----------------------------------------------- */

/* campaign */

#campaign {
	margin:0 0 20px 0;
	clear:both;
}

/* bannerimage */

.bannerimage {
	margin:0 0 20px 0;
	clear:both;
	display:block;
}

/* frontpage */

.frontpagesidebarbgcolor {
	/*height:371px;*/ /* full height without padding = 444px */
	height:369px;
	clear:both;
	overflow:hidden;
	background-color:#f5f0ef;
	padding:20px 20px 0 20px;
	width:210px;	
	position:relative;
}
#lowestinuk 
{
	position:absolute;
	bottom:20px;
}
/* frontpage teaser */
#frontpageteasers {
	width:675px;
	margin-left:-25px;
}
#frontpageteasers .teaser {
	float:left;
	display:inline;
	width:200px;
	margin:0 0 0 25px;
	color:#696868;
}
#frontpageteasers .teaser .title {
	margin:0 0 10px 0;	
}
#frontpageteasers .teaser .title a {
	color:#505050;
	font-size:16px;
	text-decoration:none;
	line-height:24px;	
}
#frontpageteasers .teaser .title a:hover 
{
	color:black;
}
#frontpageteasers .teaser p,
#frontpageteasers .teaser a{
	font-size:11px;
}
#frontpageteasers .teaser img {
	margin:0 0 5px 0;
	*margin:0 0 2px 0;
}
#frontpageteasers .teaser {
	height:200px;
	position:relative;
}
/* for the december campaign - presents */
#frontpageteasers .teaser img 
{
	margin:0;
	position:absolute;
	bottom:0;
}
#frontpageteasers .teaser img.firstPresent 
{
	margin:0 0 0 23px;
}

/* frontpagefaqlist */
.frontpagefaqlist {
	height:100%;
	overflow:hidden;
	clear:both;
	margin:20px 0 0 0;
}
.frontpagefaqlist .title {
	margin:0 0 5px 0 !important;
}
.frontpagefaqlist .title a {
	color:#505050;
	font-size:16px !important;
	text-decoration:none;
	line-height:24px;	
}
.frontpagefaqlist .title a:hover 
{
	color:black;
}
.frontpagefaqlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.frontpagefaqlist ul li {
	display:block;
	background:url('/images/arrow.png') no-repeat;
	_background:url('/images/arrow.gif') no-repeat;
	background-position: left 2px;	
	padding:0 0 0 18px;	
	margin:0 0 5px 0;
}
.frontpagefaqlist ul li a {
	font-size:11px;
}

/* sidebarfaqlist */

.sidebarfaqlist {
	height:100%;
	overflow:hidden;
	clear:both;
}
.sidebarfaqlist .title {
	color:#505050;
	font-size:16px;
	margin:0 0 5px 0;
}
.sidebarfaqlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.sidebarfaqlist ul li {
	display:block;
	background:url('/images/arrow.png') no-repeat;
	_background:url('/images/arrow.gif') no-repeat;
	background-position: left 1px;
	padding:0 0 0 18px;	
	margin:0 0 5px 0;
}
.sidebarfaqlist ul li a {
	font-size:11px;
}

/* headersearch */
#applesearch {
	position:absolute;
	top:87px;
	right:75px;
	z-index:1;
}
#headersearchbutton 
{
	position:absolute;
	top:87px;
	right:0;
	z-index:1;
}
	



/* subnav */
.subnav 
{
	margin:0 0 10px 0;
}
.subnav .title {
	color:#505050;
	font-size:16px;
	margin:0 0 5px 0;
}
.subnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.subnav ul li a {
	font-size:11px;
}
.subnav ul li {
	display:block;
	background:url('/images/arrow.png') no-repeat;
	_background:url('/images/arrow.gif') no-repeat;
	background-position: left 1px;
	padding:0 0 0 18px;	
	margin:0 0 5px 0;
}
.subnav ul li.current {
	background:url('/images/arrow-green.png') no-repeat;
	_background:url('/images/arrow-green.gif') no-repeat;
	background-position: left 1px;
}
.subnav ul .current a,
.subnav ul li a:hover {
	color:black;
	text-decoration:none;	
}

/* select a brand */


.selectbrand {
}
.selectbrand ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.selectbrand ul li a {
	font-size:11px;
}
.selectbrand ul li {
	display:block;
	background:url('/images/arrow.png') no-repeat;
	_background:url('/images/arrow.gif') no-repeat;
	background-position: left 2px;
	padding:0 0 0 18px;	
	margin:0 0 5px 0;
}
.selectbrand ul li.current {
	background:url('/images/arrow-green.png') no-repeat;
	_background:url('/images/arrow-green.gif') no-repeat;
	background-position: left 2px;
}
.selectbrand ul .current a,
.selectbrand ul li a:hover {
	color:black;
	text-decoration:none;	
}


/* normaltextarea */

.normaltextarea {
	float:left;
	width:420px;
}

/* extratextarea */

.extratextarea {
	float:right;
	width:190px;
	padding:0 20px
}
.extratextarea .title {
	color:#d34a02;
	font-style:italic;
	font-size:18px;
	margin:0 0 5px 0;
}
.extratextarea .freecredit {
	font-size:24px;
	color:black;
	margin:0 0 5px 0;	
}

/* page description */
.pagedescription {
	font-size:11px;
	color:#696868;
}


/* service */

.bannerservice 
{
	display:block;
	margin:0 0 10px 0;
}


#servicecontainer {
	width:670px;
	margin-left:-20px;
}
.service {
	width:315px;
	float:left;
	margin:0 0 20px 20px;
	padding:0;
	font-size:11px;	
	color:#696868;	
	display:inline;
}
.service .image {
	float:left;
	margin:0;
	width:90px;
}
.service .description {
	float:left;
	width:195px;
}

.service .title {
	color:black;
	font-size:12px;
	font-weight:bold;
}

/* service automatic */

.servicetop {
	width:315px;
	margin:0 0 20px 0;
	position:relative;	
}
.servicetop .automatic {
	background:url('/images/service-automatic.jpg') no-repeat center top;
	width:315px;
	height:198px;
	position:relative;
	cursor:hand;
	cursor:pointer;	
}
.servicetop .familybudget {
	background:url('/images/service-familybudget.jpg') no-repeat center top;
	width:315px;
	height:198px;
	position:relative;	
	cursor:hand;
	cursor:pointer;
}
.servicetop .bottominfo {
	width:295px;
	height:37px;
	padding:8px 10px 0 10px;
	background-color:#333;
}
.servicetop .bottominfo p {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	margin:0;
	line-height:14px;
}
.servicetop .text{
	position:absolute;
	top:15px;
	right:35px;
	text-align:right;
	width:200px;
}
.servicetop .text .title {
	color:#484544;
	font-size:19px;
	font-weight:bold;
	margin:0 0 0 0;
}
.servicetop .text a {
	font-size:11px;
}

/* green button */

a.greenbigbtn {
	background: transparent url('/images/button-greenbig-right.png') no-repeat scroll top right;
	_background: transparent url('/images/button-greenbig-right-ie6.gif') no-repeat scroll top right;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-right: 14px; /* width for button-right */
    text-decoration: none;
	text-align:center;
}
a.greenbigbtn span {
	background: transparent url('/images/button-greenbig-left.png') no-repeat;
	_background: transparent url('/images/button-greenbig-left-ie6.gif') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0 5px 0 16px;
}
a.greenbigbtn:hover {
    background-position: bottom right;
    color: #505050;
    outline: none;
	text-decoration:none;
}
a.greenbigbtn:hover span {
    background-position: bottom left;
	text-decoration:none;	
}
a.greenbigbtn:hover {
    background-color: transparent;
    padding: 0;
    padding-right: 14px;
    color: #505050;
    cursor: pointer;
	text-decoration:none;	
}

/* orange button */

a.orangebigbtn {
	background: transparent url('/images/button-orangebig-right.png') no-repeat scroll top right;
	_background: transparent url('/images/button-orangebig-right-ie6.gif') no-repeat scroll top right;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-right: 14px; /* width for button-right */
    text-decoration: none;
	text-align:center;	
}
a.orangebigbtn span {
	background: transparent url('/images/button-orangebig-left.png') no-repeat;
	_background: transparent url('/images/button-orangebig-left-ie6.gif') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0 7px 0 14px;
}
a.orangebigbtn:hover {
    background-position: bottom right;
    color: #505050;
    outline: none;
	text-decoration:none;
}
a.orangebigbtn:hover span {
    background-position: bottom left;
	text-decoration:none;	
}
a.orangebigbtn:hover {
    background-color: transparent;
    padding: 0;
    padding-right: 14px;
    color: #505050;
    cursor: pointer;
	text-decoration:none;	
}

/* grey big button */

a.greybigbtn {
	background: transparent url('/images/button-greybig-right.png') no-repeat scroll top right;
	_background: transparent url('/images/button-greybig-right-ie6.gif') no-repeat scroll top right;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-right: 14px; /* width for button-right */
    text-decoration: none;
	text-align:center;	
}
a.greybigbtn span {
	background: transparent url('/images/button-greybig-left.png') no-repeat;
	_background: transparent url('/images/button-greybig-left-ie6.gif') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0 7px 0 14px;
}
a.greybigbtn:hover {
    background-position: bottom right;
    color: #505050;
    outline: none;
	text-decoration:none;
}
a.greybigbtn:hover span {
    background-position: bottom left;
	text-decoration:none;	
}
a.greybigbtn:hover {
    background-color: transparent;
    padding: 0;
    padding-right: 14px;
    color: #505050;
    cursor: pointer;
	text-decoration:none;	
}

/* special options for buttons */
/* frontpage - goahead - full width buttons */
.goahead {
	overflow:hidden;
	clear:both;
	margin:0 0 5px 0;
}
.goahead a.greybigbtn,
.goahead a.orangebigbtn {
	margin:0 0 8px 0;
	clear:both;
	width:196px;
	text-transform:uppercase;
}
.goahead p 
{
	margin:0 0 10px 0 !important;
}
/* why choose family */

.signupnow 
{
	margin:0 0 20px 114px;
	display:block;
}


/* small buttons */

/* grey button */

a.greybtn {
	background: transparent url('/images/button-grey-right.png') no-repeat scroll top right;
	_background: transparent url('/images/button-grey-right-ie6.gif') no-repeat scroll top right;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: block;
    float: left;
    height: 19px;
    margin: 0;
    padding: 0;
    padding-right: 10px; /* width for button-right */
    text-decoration: none;
	text-align:center;
}
a.greybtn span {
	background: transparent url('/images/button-grey-left.png') no-repeat;
	_background: transparent url('/images/button-grey-left-ie6.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 0 8px 1px 16px;
}
a.greybtn:hover {
    background-position: bottom right;
    color: #505050;
    outline: none;
	text-decoration:none;
}
a.greybtn:hover span {
    background-position: bottom left;
	text-decoration:none;	
}
a.greybtn:hover {
    background-color: transparent;
    padding: 0;
    padding-right: 10px;
    color: #d8d8d8;
    cursor: pointer;
	text-decoration:none;	
}


/* green button */

a.greenbtn {
	background: transparent url('/images/button-green-right.png') no-repeat scroll top right;
	_background: transparent url('/images/button-green-right-ie6.gif') no-repeat scroll top right;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    display: block;
    float: left;
    height: 19px;
    margin: 0;
    padding: 0;
    padding-right: 10px; /* width for button-right */
    text-decoration: none;
	text-align:center;
}
a.greenbtn span {
	background: transparent url('/images/button-green-left.png') no-repeat;
	_background: transparent url('/images/button-green-left-ie6.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 0 8px 1px 16px;
}
a.greenbtn:hover {
    background-position: bottom right;
    color: #505050;
    outline: none;
	text-decoration:none;
}
a.greenbtn:hover span {
    background-position: bottom left;
	text-decoration:none;	
}
a.greenbtn:hover {
    background-color: transparent;
    padding: 0;
    padding-right: 10px;
    color: #505050;
    cursor: pointer;
	text-decoration:none;	
}

/* orange button */

a.orangebtn {
	background: transparent url('/images/button-orange-right.png') no-repeat scroll top right;
	_background: transparent url('/images/button-orange-right-ie6.gif') no-repeat scroll top right;
     color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: block;
    float: left;
    height: 19px;
    margin: 0;
    padding: 0;
    padding-right: 10px; /* width for button-right */
    text-decoration: none;
	text-align:center;
}
a.orangebtn span {
	background: transparent url('/images/button-orange-left.png') no-repeat;
	_background: transparent url('/images/button-orange-left-ie6.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 0 8px 1px 16px;
}
a.orangebtn:hover {
    background-position: bottom right;
    color: #505050;
    outline: none;
	text-decoration:none;
}
a.orangenbtn:hover span {
    background-position: bottom left;
	text-decoration:none;	
}
a.orangebtn:hover {
    background-color: transparent;
    padding: 0;
    padding-right: 10px;
    color: #d8d8d8;
    cursor: pointer;
	text-decoration:none;	
} 


/* sign up today */

.signuptoday {
	background:url('/images/signuptoday.jpg') no-repeat center top;
	width:210px;
	height:155px;
	position:relative;
	text-indent:-9000px;
}
.signuptoday .clickhere {
	position:absolute;
	bottom:17px;
	left:29px;
	width:152px;
	height:25px;
	float:left;
}



/* faq list accordion */


.accordion_toggle {
    display: block;
    height: 20px;
    width: 640px;
    background-color:#f5f0ef;
    padding: 0 5px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    font-size: 11px;
	color:#236ace;
    border-bottom:1px #fff solid;
    cursor: pointer;
    margin: 0;
}
.accordion_toggle_active 
{
	background:#91cb02 url('/images/faq-question.gif') no-repeat 10px 3px;
    border-bottom: 1px solid #91cb02;
    font-weight:bold;
    padding:0 0 0 33px;
    width:617px;
    color:#fff;
}
.accordion_content {
    background:#ffffff url('/images/faq-answer.gif') no-repeat 10px 10px;
    overflow: hidden;
    padding:0 0 0 33px;
}
.accordion_content p 
{
	padding:10px 0 5px 0;
	font-size:11px;
}
.accordion_content 
{
	font-size:11px;
}

/* comparetable */
#comparetablecontainer {
	position:relative;
	width:920px;
}
#comparetablestatic {
	float:left;
}
#comparetabledynamic {
	height:540px;
	overflow:auto;
	width:630px;	
	float:left;
}
#comparetablecontainerLight {
	position:relative;
	width:650px;
}
#comparetablestaticLight {
	float:left;
}
#comparetabledynamicLight {
	height:500px;
	overflow:auto;
	width:450px;	
	float:left;
}
#comparetablecontainer #buttondiv {
}
#comparetablecontainer #button {
	position:absolute;
	top:10px;
	left:10px;
}
.smallprint{
	font-size:10px;
	color:#888888;
	}
/* price plan template */

.comtablestatic 
{
	float:left;
	margin:0 20px 0 0;
}
/* prices */
#pricedropdown{
	padding-left:20px;
	float:left;	
	}
#pricedropdown ul.results{
	margin-top:10px;
	list-style-type:none;
	margin-left:-20px;
	}
#pricedropdown ul.results li{
	border-bottom:1px solid #d9d9d9;
	padding:2px;
	}
#pricedropdown ul.results li b{
	text-align:right;
	}
/* filegallery */

.filegallery
{
	width:100%;
}
.filegallery thead th,
.filegallery tbody td
{
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #dcd7d5;
}
.filegallery tr:hover
{
	background-color:#f5f0ef;
}
.filegallery thead tr:hover
{
	background-color:#dcd7d5;
}

.filegallery thead th
{
	background-color:#dcd7d5;
	font-weight:bold;
}
.filegallery .last
{
	text-align:right;
}
.filegallery .typeicon {
	vertical-align:middle;
	margin:0 5px 0 0;
}


/* recommend a friend formular */

#recommendfriend 
{
}
#recommendfriend h2 
{
	font-size:18px;
	margin:5px 0;
}
#recommendfriend .row {
	height:100%;
	overflow:hidden;
	clear:both;
	margin:0 0 10px 0;
}
#recommendfriend .input{
	margin:4px 0 0 0;
	padding:2px;
	width:200px;
}
#recommendfriend label {
	margin:0;
	font-weight:bold;
	clear:both;
}
#recommendfriend .errormsg 
{
	color:red;
	font-size:11px !important;
	margin:0;
	padding:0;
	line-height:14px;
}
#recommendfriend .senderdetails 
{
	background-color:#f5f0ef;
	padding:10px 10px 0 10px;
	width:208px;
	margin:0 0 10px 0;
	height:100%;
	clear:both;
	overflow:hidden;
}
#recommendfriend .recipient 
{
	background-color:#f5f0ef;
	padding:10px 10px 0 10px;
	width:208px;	
	margin:0 0 10px 0;
	height:100%;
	clear:both;
	overflow:hidden;	
}

/* creditcards */
.creditcards 
{
	background:url('/images/creditcards.gif') no-repeat;
	float:left;
	width:168px;
	height:30px;
}

/* faqlistoverview */

.faqlistoverview {
	height:100%;
	overflow:hidden;
	clear:both;
	margin:10px 0 0 0;
}
.faqlistoverview ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.faqlistoverview ul li {
	display:block;
	background:url('/images/arrow-green.png') no-repeat;
	_background:url('/images/arrow-green.gif') no-repeat;
	background-position: left 2px;
	padding:0 0 0 18px;	
	margin:0 0 5px 0;
}
.faqlistoverview ul li a {
	font-size:11px;
	text-decoration:none;
}
.faqlistoverview ul li a:hover 
{
	text-decoration:none;
}

/* faq categories */

#faqcatcontainer {
	width:670px;
	margin-left:-20px;
}
#faqcatcontainer h2 
{
	margin:0 0 10px 20px;
}
.faqcat {
	width:180px;
	float:left;
	margin:0 0 20px 20px;
	padding:10px;
	font-size:11px;	
	color:#696868;	
	display:inline;
	background-color:#f5f4f2;
}
.faqcat p 
{
	margin:0;
}
.faqcat .title {
	margin:0 0 3px 0;
}
.faqcat .title a{
	color:black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.faqcat .title a:hover 
{
	text-decoration:underline;
}

/* verisign */
.verisign 
{
}
.verisign a 
{
	color:black;
}

/* service submenu */

.servicesubmenu {
	height:100%;
	overflow:hidden;
	clear:both;
}
.servicesubmenu .title {
	color:#505050;
	font-size:16px;
	margin:0 0 5px 0;
}
.servicesubmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.servicesubmenu ul li {
	display:block;
	padding:0;	
	margin:0 0 5px 0;
	clear:both;
	height:24px;
	overflow:hidden;
	line-height:24px;
}
.servicesubmenu ul .current a
{
	color:black;
}
.servicesubmenu ul li.current img 
{
	margin-top:-24px;
}
.servicesubmenu ul li a {
	font-size:12px;
}
.servicesubmenu ul li img {
	float:left;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.servicesubmenu ul li.line {
	display:block;
	padding:0;	
	margin:2px 0 4px 0;
	*margin:-4px 0 -2px 0;
	_margin:-4px 0 -2px 0;
	clear:none;
	height:1px;
	overflow:hidden;
	line-height:1px;
	border-bottom:1px #dcd7d5 solid;
}
	
/* contact boxes */

#contactboxescontainer {
	width:670px;
	margin-left:-20px;
}
#contactboxescontainer h2 
{
	margin:0 0 10px 20px;
}
.contactbox {
	width:180px;
	height:80px;
	float:left;
	margin:0 0 20px 20px;
	padding:10px;
	font-size:11px;	
	color:#696868;	
	display:inline;
	background-color:#f5f4f2;
}
.contactbox p 
{
	margin:0;
}
.contactbox .title {
	margin:0 0 3px 0;
}
.contactbox .title a{
	color:black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.contactbox .title a:hover 
{
	text-decoration:underline;
}

/* standardtable */
.standardtable {
	border-collapse: collapse;
    text-align: left;
	margin:10px 0;
	width:100%;
}
.standardtable thead th {
	padding:8px 5px;
	color:black;
	font-weight:bold;
	font-size:13px;
	background-color:#e4dfdb;
}
.standardtable tbody td {
	padding:8px 5px;
	color:black;
	font-size:12px;	
	border-bottom:1px #e7e6e5 solid;
}
.standardtable tfoot th {
	padding:8px 5px;
	color:black;
	font-weight:bold;
	font-size:12px;
	background-color:#e4dfdb;
}
.standardtable .odd {
	background-color:#f8f8f8;
}
.standardtable .section 
{
	font-weight:bold;
	font-size:13px;
}
/* form box*/
.formbox{
	background:#f1f0f0;
	padding:20px 10px;
	}
.formbox label{
	float:left;
	width:120px;
	}
.formbox input{
	float:left;
	height:16px;
	width:200px;
	}
	

/* frontpageBanner */

#frontpageBanner 
{
	position:relative;
	width:650px;
	height:389px;
	background:url('/images/frontpageBanner2.jpg') no-repeat;
	margin:0 0 20px 0;
	clear:both;	
}
#frontpageBanner #priceCompareLink
{
	text-indent:-9000px;
	width:110px;
	height:20px;
	position:absolute;
	top:100px;
	left:22px;
}
#frontpageBanner #landingPageLink
{
	text-indent:-9000px;
	width:110px;
	height:20px;
	position:absolute;
	top:219px;
	left:241px;	
}
#frontpageBanner #signupLink
{
	text-indent:-9000px;
	width:85px;
	height:20px;
	position:absolute;
	top:254px;
	left:241px;	
}	

/* specialHandsetOffer */

#specialHandsetOffer
{
	position:relative;
	width:210px;
	height:206px;
	background:url('/images/specialHandsetOffer.jpg') no-repeat;
	margin:20px 0 0 0;	
}
#specialHandsetOffer #readMoreLink
{
	text-indent:-9000px;
	width:110px;
	height:20px;
	position:absolute;
	bottom:2px;
	right:18px;
}

/* specialHandsetOffer */

#specialHandsetOfferSignUp
{
	position:relative;
	width:230px;
	height:226px;
	background:url('/images/specialHandsetOfferGreen.jpg') no-repeat;
	margin:20px 0 0 0;	
}
#specialHandsetOfferSignUp #readMoreLink
{
	text-indent:-9000px;
	width:110px;
	height:20px;
	position:absolute;
	bottom:12px;
	right:28px;
}

/* adNokia */

#adNokia
{
	position:relative;
	width:420px;
	height:369px;
	background:url('/images/nokia.jpg') no-repeat;
	margin:0 0 20px 0;
	clear:both;	
}
#adNokia #membersLink
{
	text-indent:-9000px;
	width:169px;
	height:31px;
	position:absolute;
	top:232px;
	right:25px;	
}
#adNokia #nonMembersLink
{
	text-indent:-9000px;
	width:190px;
	height:31px;
	position:absolute;
	top:268px;
	right:15px;
}

/* freeCredit */

#freeCredit 
{
}
#freeCredit .leftSide 
{
	width:300px;
	float:left;
}
#freeCredit .rightSide 
{
	width:300px;
	float:right;
}
#freeCredit .formSection 
{
	width:300px;
	margin:0 auto;
}
#freeCredit .row {
	height:100%;
	overflow:hidden;
	clear:both;
	margin:0 0 10px 0;
}
#freeCredit .inputStyle {
	margin:0;
	padding:2px;
	width:250px;
}
#freeCredit .inputStyleShort {
	margin:0;
	padding:2px;
	width:30px;
}
#freeCredit .selectStyle 
{
	padding:2px;
}
#freeCredit label {
	margin:0 0 3px 0;
	font-weight:bold;
	display:block;
	font-size:12px;
	font-weight:bold;
}
#freeCredit label.sublabel 
{
	font-weight:normal;
}
#freeCredit .errormsg 
{
	color:red;
	font-size:11px !important;
	margin:0 0 3px 0;
	padding:0;
	line-height:14px;
	display:block;
	clear:both;
}
#freeCredit .title 
{
	font-size:14px;
	font-weight:bold;
}
#freeCredit .topupcheckbox 
{
	margin:0 0 0 5px;
}	