



/*
Carbon Passport
NSDesign Glasgow
*/


* {
    margin: 0;
    padding: 0;
}

body {
    background: #AFCFE9 url('../../../interface/body-bg.gif') repeat-x top;
    color:#000;
    font-family: Arial, Sans-Serif;
    font-size: 76%;
    text-align: center;
    margin: 0;
}

/** Header **/
#header {
    background: #fff url('../../../interface/header-bg.jpg') no-repeat top left;
    width: 769px;
    height: 159px; /* original height 181 px */
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 20px;
}
#page {
    background: #fff url('../../../interface/page-bg.gif') no-repeat top left;
    margin: 0 auto;
    width: 769px;
    text-align: left;
    background-color: #fff;
    padding: 10px 0;
}

dl#menuside {
    background: #fff url(../../../interface/menuside-bg.jpg) repeat-x bottom;
    width:162px; /* 178px */
    height: 397px; /* 413px */
    text-align: left;
    padding: 8px;
}

#leftside {
    
    float: left;
    text-align: left;
    margin-left: 8px;
    padding: 8px;
}



#contents {
    margin: 3px 170px 0 205px;
    line-height:140%;
}

#widecontents {
    width: 535px;
    margin-left: 210px;
    line-height:140%;
}
#rightbar {
    width: 142px;
    margin-right: 23px;
    float:right;
}


#footer {
    background: #AFCFE9 url('../../../interface/footer-bg.gif') no-repeat top left;
    width: 769px;
    margin: 0 auto;
}


h1 {
	display: block;
    width: 713px;
	height: 132px;
    margin: 0 0 0 24px;
}
h1 a {
    display: block;
    width: 713px;
	height: 132px;
}
h1 span {
	display: none;
	height: 0px;
}


#imagebox a, #imagebox a:link, #imagebox a:visited {
    border: none;
    margin-right: 10px;

}
#imagebox a img, #imagebox a:link img, #imagebox a:visited img {
    border: 1px solid #ccc;
}


#contents ul, #widecontents ul {
    margin-top:20px;
    list-style: square;
}

#contents ul li, #widecontents ul li,
#contents ol li, #widecontents ol li {
    margin: 0 0 5px 16px;
}


#contents a, #widecontents a,
#contents a:link, #widecontents a:link,
#contents a:visited, #widecontents a:visited {
    color: #3788C7;
    font-weight: bold;
    text-decoration: none;
}

#contents a:hover, #widecontents a:hover,
#contents a:focus, #widecontents a:focus,
#contents a:active, #widecontents a:active {
    color: #1969A8;
}



h4 {
    margin: 15px 0 15px 0;
    font-family: Trebuchet MS, Verdana;
}






/** Menu **/
#menu {
    list-style: none;
    height: 23px;
    margin: 4px 22px 0 24px;
}

#menu li {
    float: left;
    height: 23px;
}
#menu li a,
#menu li a:link,
#menu li a:visited {
    height: 20px; /* original 23px */
    padding-top: 3px;
    width: 116px;
    display: block;
    text-align: center;
    font-size:1.1em;
    color: #000;
    border-right: 2px solid #F0F5FA;
    font-weight: bold;
    text-decoration: none;
    background: url('') no-repeat;
}
#menu li a:active,
#menu li a:focus,
#menu li a:hover,
#menu li.selected a,
#menu li.selected a:link,
#menu li.selected a:visited {
    color: #fff;
    background: url('../../../interface/blue-bar.jpg') repeat-y center top;
}




ul#submenu {
    list-style: none;
    height: 20px;
    padding-top: 3px;
    margin: -10px 22px 10px 16px;
    background: url('../../../interface/blue-bar.jpg') repeat-x center top;
    text-align: center;
}
#submenu li {
    display: inline;
    margin: 25px 10px 0;
}
#submenu li a, #submenu li a:visited, #submenu li a:link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#submenu li a:focus, #submenu li a:active, #submenu li a:hover,
#submenu li a.active, #submenu li a.active:link, #submenu li a.active:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}


.subfiller {
    background: #fff url(../../../interface/secondary-buttons.gif) repeat-x;
    display: block;
    width: 100%;
    height: 26px;
}

/** leftmenu **/
#leftmenu {
    width: 185px;
    float:left;
    list-style: none;
}
#leftmenu li {
    width: 185px;
	display: block;
}
#leftmenu li a {
    display: block;
    width: 185px;
    text-indent: -9000px;
}


li#flights {
	background: #fff url(../../../interface/left-flights.jpg) no-repeat;
	height: 94px;
}
li#flights a {
	height: 94px;
}
li#car {
	background: #fff url(../../../interface/left-car.jpg) no-repeat;
	height: 68px;
}
li#car a {
	height: 68px;
}
li#home {
	background: #fff url(../../../interface/left-home.jpg) no-repeat;
	height: 76px;
}
li#home a {
	height: 76px;
}
li#offsets {
	background: #fff url(../../../interface/left-offsets.jpg) no-repeat;
	height: 129px;
}
li#offsets a {
	height: 129px;
}


/** body **/

#rightbar a {
    text-decoration: none;
    color: #0F68B4;
}
#rightbar a:hover {
    color: #003A6B;
}
#tips {
    width: 110px; /*142px*/
	background: #45B6AE url(../../../interface/reductiontip-bg.jpg) no-repeat top;
    color: white;
    padding: 55px 10px 0 10px;
    border: 6px solid #EEF4FA;
}
#tips h3 {
    font-size: 1.2em;
}
#extrabox {
    width: 120px; /*130px*/
    background-color: #BAD3EA;
    border: 6px solid #EEF4FA;
    margin-bottom: 10px;
    padding: 5px;
}



/** footer */

#footer li {
    display: inline;
    padding: 0 10px;
}

#footer li:hover {
    display: inline;
    padding: 0 10px;
}


#footer li a {
    color: #555;
    text-decoration: none;
}
#footer li a:hover {
    text-decoration: underline;
    color: #000;

}
/** general **/
.clear { clear: left; height: 0px; margin: 0px; }
p {
    margin: 10px 0;
}
h2 {
    color: #000;
	font-size: 2.2em;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana;
}
.hide {
    display: none;
}
.hideall {display:none;}


#copyright {
    margin-top: 25px;
}

#copyright, #copyright a, #copyright a:hover, #copyright a:visited {
    color: #808080;
    text-decoration:none;
}

#copyright a:hover {
text-decoration:underline;
color:#555;
}

/** forms **/
h4 {
    color: #000;
	font-size: 1.8em;
    font-weight: normal;
}
form h4 {
    color: #000;
	font-size: 1.8em;
	display: block;
	height: 65px;
	padding-top:10px;
    font-weight: normal;
}

.calcflight {	background: url(../../../interface/calculator/flights.jpg) no-repeat right top;}
.calccar {	background: url(../../../interface/calculator/cars.jpg) no-repeat right top;}
.calchome {	background: url(../../../interface/calculator/home.jpg) no-repeat right top;}
.calccitizen {	background: url(../../../interface/calculator/ukcitizens.jpg) no-repeat right top;}
.calcquick {	background: url(../../../interface/calculator/gifts.jpg) no-repeat right top;}


.calcflight span, .calccar span, .calchome span, .calccitizen span, .calcquick span{
    color: #2B77BB;
    margin-top: 10px;
	font-size: 0.5em;
}
div.submit {
    text-align: center;
}
div.submit input {
    font-size: 1.5em;
    padding: 0.2em;
    width: auto !important;
}

#formflights {
		background: #BED5EA url(../../../interface/forms-bg.gif) repeat-x bottom;
		padding: 10px;
        border: 6px solid #CEE2F1;
}
    #formflights fieldset {
        border: none;
		padding: 0;
    }
        #formflights legend {
            font-size: 110%;
			margin-bottom: 10px;
        }

            #formflights .details label {
                float:left;
                width:181px;
				margin-top: 5px;
                }


        #formflights #fromcountries,
        #formflights #fromcities,
        #formflights #viacountries,
        #formflights #viacities,
        #formflights #tocountries,
        #formflights #tocities,
		#formflights #passengers,
		#formflights #fare {
            width: 165px;
            margin:5px 10px 0 0;
			padding: 0px;
        }


		#formflights #l1,
		#formflights #l2,
		#formflights #standardcar {
            width: 340px;
            margin:5px 10px 0 0;
			padding: 0px;
        }

		#formflights #measurement,
		#formflights #elecmeasurement,
		#formflights #gasmeasurement,
		#formflights #frequency {
            width: 60px;
            margin:5px 10px 0 0;
			padding: 0px;
        }

		#formflights #distance,
		#formflights #gasconsume,
		#formflights #elecconsume {
            width: 56px;
			height: 16px;
            margin:5px 5px 0 0;
			padding: 0px;
        }



/* sidebar menu */
#menuside dt {
    background: #fff url(../../../interface/sidemenu/calculate-carbone.jpg) no-repeat;
    width: 163px;
    height: 50px;
}
#menuside dt span {
    display: none;
}
#menuside dd.cars a {
    background: #fff url(../../../interface/sidemenu/cars.jpg) no-repeat;
    width: 80px;
    height: 85px;
    float: left;
}
#menuside dd.flights a {
    background: #fff url(../../../interface/sidemenu/flights.jpg) no-repeat;
    width: 80px;
    height: 85px;
    float: left;
}
#menuside dd.ukcit a {
    background: #fff url(../../../interface/sidemenu/UKcitizen.jpg) no-repeat;
    width: 81px;
    height: 88px;
    float: left;
}
#menuside dd.home a {
    background: #fff url(../../../interface/sidemenu/home.jpg) no-repeat;
    width: 80px;
    height: 88px;
    float: left;
}
#menuside dd.business a {
    background: #fff url(../../../interface/sidemenu/business.jpg) no-repeat;
    width: 82px;
    height: 84px;
    float: left;
}
#menuside dd.gifts a {
    background: #fff url(../../../interface/sidemenu/gifts.jpg) no-repeat;
    width: 80px;
    height: 84px;
    float: left;
}

#menuside dd.div1 {
    background: #fff url(../../../interface/sidemenu/div1.jpg) no-repeat;
    width: 161px;
    height: 14px;
    clear: left;
}
#menuside dd.div2 {
    background: #fff url(../../../interface/sidemenu/div2.jpg) no-repeat;
    width: 161px;
    height: 11px;
    clear: left;
}
#menuside dd.menu {
    margin: 0 0 10px 10px;
}
#menuside dd.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
}

#menuside dd a span,
#menuside dd a:link span,
#menuside dd a:visited span {
    display: none;
}



#menuside dd a span,
#menuside dd a:link span,
#menuside dd a:visited span {
    display: none;
}


#menuside dd a:active,
#menuside dd a:focus,
#menuside dd a:hover {
    color: #000;
	font-weight:bold;

}


#menuside dd a.calcs,
#menuside dd a:link.calcs,
#menuside dd a:visited.calcs {
    margin: 0px;
    color: #000;
    background-image: none;
    padding: 0px 0px 0px 23px;
    text-decoration: none;
}


.homelinks {
    font-family: Trebuchet MS, Verdana;
    color: #000;
    display: block;
    padding-top: 17px;
    font-size: 120%;
	padding-left: 50px;
	margin: 0px;
}

#minicalcs {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	}

#minicalcs img{
border: 1px dotted #666;
}

#minicalcs img:hover{
border: 1px solid #666;
}

/** minibasket **/
#shoppingmenu {
    list-style: none;
    text-align: right;
    background-color: #CCE0F0;
    padding: 3px;
    margin-bottom: 10px;
    margin-top: 0px !important;
}
#shoppingmenu li {
    display: inline;
    padding: 0 3px;
}
#shoppingmenu li a,
#shoppingmenu li a:visited,
#shoppingmenu li a:link {
  color: #3788C7;
  font-weight: bold;
  text-decoration: none;
}
#shoppingmenu li a:focus,
#shoppingmenu li a:active,
#shoppingmenu li a:hover {
  color: #1969A8;
}


/* Basic Forms */


legend {
            font-size: 110%;
		font-weight:bold;
		padding-right:5px;
}

.nobr {display: none;}
.fieldset label {
		text-align:right;
		width:120px;
		float:left;
		padding:0.2em;
		margin-right:0.1em;
		margin-top:0.1em;
		}


.fieldset2 label {
		text-align:right;
		width:120px;
        float:left;
		padding:0.2em;
		margin-right:0.1em;
		margin-top:0.1em;
		}

.formoff {border: 1px solid #7F9DB9;
font-family: Trebuchet MS, Verdana;}

.formon {
border: 1px solid #2ABF02;
background-color:#C5D2FE;
font-family: Trebuchet MS, Verdana;
}

.shortformoff {border: 1px solid #7F9DB9;
font-family: Trebuchet MS, Verdana;
width: 60px;}

.shortformon {
border: 1px solid #2ABF02;
background-color:#C5D2FE;
font-family: Trebuchet MS, Verdana;
width: 60px;
}

.fieldset {
    border: 1px solid #93AFFE;
    background-color: #cbdfef;
    position: relative;
    z-index: 1;
}


.fieldset legend {
    position: absolute;
    top: -.7em;
    left: .2em;
}





.certback {
	background: #cbdfef url(../../../interface/mini-cert.jpg) no-repeat;
	background-position: center;
	display:block;
	height: 325px;
}

.certbackgift {
	background: #cbdfef url(../../../interface/mini-cert-gift.jpg) no-repeat;
	background-position: center;
	display:block;
	height: 325px;
} 
.certtext {
	padding-left: 30px;
	padding-top: 120px;
	text-align:center;
}

a.fakebutton,
a.fakebutton:link,
a.fakebutton:visited {
    margin-bottom: 5px;
    padding:5px;
    border: 1px solid #93AFFE;
    display: block;
    text-decoration: none;
    color: #3788C7;
    background-color: #fff;
}


a.fakebutton:active,
a.fakebutton:focus,
a.fakebutton:hover, {
    background-color: #cbdfef;
    color: #1969A8;
}


.fn1 {width: 320px;
	display:block;
	float: left;}

.myhide{
	display:none; 
	border: 1px dotted #ccc; 
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 370px;
	background-color: #F5F5F5;
	}