/* tagline English*/
.required {
	background-color: #ffff99;
}

.ifapp {
	background-color: #ffffff;
}

.ifapp1 {
	margin: 10px 0 10px;
}

.smallt {
	font-family: arial;
	font-size: 8pt;
}

/*
LEGAL
=====
Copyright: Daemon Pty Limited 2006, http://www.daemon.com.au
Community: Mollio http://www.mollio.org $
License: Released Under the "Common Public License 1.0", 
http://www.opensource.org/licenses/cpl.php
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by/2.5/
License: Released Under the "GNU Creative Commons License", 
http://creativecommons.org/licenses/GPL/2.0/
*/ /* THE BIG GUYS */
* {
	margin: 0;;
	padding: 0
}

body {
	padding: 0 0 20px;;
	background: #ff9933 url("images/home-content-bg.png") repeat-x left top;
	color: #333;;
	font: 83%/ 1.5 arial, tahoma, verdana, sans-serif
}

/* LINKS */
a,a:link,a:link,a:link,a:hover {
	background: transparent;;
	text-decoration: underline;;
	cursor: pointer
}

a:link {
	color: #ff9933
}

a:visited {
	color: #999
}

a:hover,a:active {
	color: #069
}

/* FORMS */
form {
	margin: 0 0 1.5em
}

input {
	font-family: arial, tahoma, verdana, sans-serif;;
	margin: 2px 0
}

fieldset {
	border: none
}

label {
	display: block;;
	padding: 5px 0
}

label br {
	clear: left
}

/* FORMS - general classes */
input.f-submit {
	padding: 1px 3px;;
	background: #666;;
	color: #fff;;
	font-weight: bold;;
	font-size: 96%
}

form.f-wrap-1 label input.f-submit1 {
	width: 100px;
	float: none;;
	margin: 17px 0 7px 86px;
	background: #666;;
	color: #fff;;
}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
form.f-wrap-1 {
	width: 100%;;
	padding: .5em 0;;
	background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;
	;
	border-top: 1px solid #d7d7d7;;
	position: relative;
}

form.f-wrap-1 fieldset {
	width: auto;
	margin: 0 1em;
}

form.f-wrap-1 h3 {
	margin: 0 0.6em;;
	font: bold 155% arial;;
	color: #ff9933
}

form.f-wrap-1 label {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #fff
}

/* hide from IE mac \*/
form.f-wrap-1 label {
	float: none
}

/* end hiding from IE5 mac */
form.f-wrap-1 label input,form.f-wrap-1 label textarea,form.f-wrap-1 label select
	{
	width: 330px;;
	float: left;;
	margin-left: 10px
}

form.f-wrap-1 label b {
	float: left;;
	width: 100px;;
	line-height: 1.7;;
	display: block;;
	position: relative
}

form.f-wrap-1 label b .req {
	color: #ff9933;;
	font-size: 150%;;
	font-weight: normal;;
	position: absolute;;
	top: -.1em;;
	line-height: 1;;
	left: -.4em;;
	width: .3em;;
	height: .3em
}

form.f-wrap-1 div.req {
	color: #666;;
	font-size: 96%;;
	font-weight: normal;;
	position: absolute;;
	top: .4em;;
	right: .4em;;
	left: auto;;
	width: 300px;;
	text-align: right
}

form.f-wrap-1 div.req b {
	color: #ff9933;;
	font-size: 140%
}

form.f-wrap-1 label select {
	width: 330px
}

form.f-wrap-1 label textarea.f-comments {
	width: 300px
}

form.f-wrap-1 div.f-submit-wrap {
	padding: 5px 0 5px 100px
}

form.f-wrap-1 input.f-submit {
	margin: 0 0 0 180px
}

form.f-wrap-1 .totheright {
	position: absolute;
	right: 1.3em;
}

form.f-wrap-1 fieldset.f-checkbox-wrap,form.f-wrap-1 fieldset.f-radio-wrap
	{
	clear: left;;
	float: left;;
	width: 300px;;
	border: none;;
	margin: 0;;
	padding-bottom: .7em
}

form.f-wrap-1 fieldset.f-checkbox-wrap b,form.f-wrap-1 fieldset.f-radio-wrap b
	{
	float: left;;
	width: 100px;;
	line-height: 1.7;;
	display: block;;
	position: relative;;
	padding-top: .3em
}

form.f-wrap-1 fieldset.f-checkbox-wrap fieldset,form.f-wrap-1 fieldset.f-radio-wrap fieldset
	{
	float: left;;
	width: 16em;;
	margin: 3px 0 0 10px
}

form.f-wrap-1 fieldset.f-checkbox-wrap label,form.f-wrap-1 fieldset.f-radio-wrap label
	{
	float: left;;
	border: none;;
	margin: 0;;
	padding: 2px 0;;
	margin-right: -3px
}

form.f-wrap-1 label input.f-checkbox,form.f-wrap-1 label input.f-radio {
	width: auto;;
	float: none;;
	margin: 0;;
	padding: 0
}

form.f-wrap-1 label span.errormsg {
	position: absolute;;
	top: 0;;
	right: -10em;;
	left: auto;;
	display: block;;
	width: 16em;;
	background: transparent url("images/errormsg_bg.gif") no-repeat 0 0
}

form.f-wrap-1 label span.errormsg b {
	padding: 10px 0;;
	margin: 0 10px 0 30px;;
	color: #b30800;;
	font-weight: bold;;
	display: block;;
	width: auto;;
	float: none;;
	line-height: 1.3
}

/* TYPOGRAPHY */
p,ul,ol {
	margin: 0 0 0 0
}

h1,h2,h3,h4,h5,h6 {
	font-family: arial, verdana, sans-serif;;
	margin-left: 0em;;
	margin-bottom: .3em;
	color: #000;;
	border-bottom: 1px solid #eee;;
	padding-bottom: .1em
}

a.morelink1:link,a.morelink1:visited,a.morelink1:hover,a.morelink1:active
	{
	font-family: arial, verdana, sans-serif;
	color: #ff9933;
	margin-left: 0em;
	margin-bottom: .5em;
	padding-bottom: .3em;
	position: absolute;
	left: 26em;
	font-size: 7px;
	font: bold 80% arial;
	text-decoration: none;
}

form.f-wrap-1 h3 {
	margin: 0 0.6em;;
	font: bold 155% arial;;
	color: #ff9933
}

h1 {
	font-size: 196%;;
	margin-top: .6em
}

h2 {
	font-size: 136%
}

h3 {
	font-size: 126%
}

h4 {
	font-size: 116%
}

h5 {
	font-size: 106%
}

h6 {
	font-size: 96%
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.highlight {
	color: #e17000
}

.subdued {
	color: #999
}

.error {
	color: #ff9933;;
	font-weight: bold
}

.success {
	color: #390;;
	font-weight: bold
}

.caption {
	color: #999;;
	font-size: 11px
}

.date {
	font: bold 82% arial;;
	color: #bbb;;
	display: block;;
	letter-spacing: 1px
}

small {
	font-size: 11px
}

/* LISTS */
ul {
	margin: .3em 0 0 0;;
	list-style-type: none
}

ul.related {
	margin-top: -1em
}

ol {
	margin: .5em .5em 1.5em
}

ol li {
	margin-left: 1.4em;;
	padding-left: 0;;
	background: none;
	list-style-type: decimal
}

li {
	list-style: none;
	position: relative;
	line-height: 1.4em;;
	padding-left: 25px;;
	background: transparent url("images/sprites.png") no-repeat 0 0
}

li.doc {
	background-position: 3px -500px
}

ul.nomarker li {
	background: none;;
	padding-left: 0
}

dl {
	margin: 0 0 1em 0
}

dt {
	font-weight: bold;;
	margin-top: 1.3em
}

dl dl {
	margin: 0 0 1.5em 30px
}

/* GENERAL */
img {
	border: none
}

hr {
	margin: 1em 0;;
	background: #f2f2f2;;
	height: 1px;;
	color: #f2f2f2;;
	border: none;;
	clear: both
}

.clear {
	clear: both;;
	position: relative;;
	font-size: 0px;;
	height: 0px;;
	line-height: 0px
}

/* LAYOUT - HEADER */
#header {
	background: #000000 url("images/sprites.png") repeat-x 0 100%;;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#header #site-name {
	font: 265% arial;;
	letter-spacing: -.05em;;
	margin: 0 0 0 40px;;
	padding: 3px 0;;
	color: #ccc;;
	border: none
}

/* NAV - top horizontal nav */
#nav {
	text-align: right;
	z-index: 500;
	width: 598px;
	padding: 12px 86px;
	clear: right
}

#nav ul {
	background-image: none;
	text-align: left;
	z-index: 500;
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
}

#nav a {
	color: #fff;
	z-index: 500;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	display: block
}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	background: none;
	z-index: 500;
	list-style-image: none;
	margin: 0 auto;
	padding: 3px;
	position: relative;
	width: 90px;
	float: left;
	border: none;
}

#nav li.toplevels {
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-image: none
}

#nav ul ul {
	background: #666 url("images/sprites.png") repeat-x 0 100%;
	margin-top: 4px;
	position: absolute;
	z-index: 500;
	width: 136px;
}

#nav ul ul li {
	display: block;
	width: 130px;
	margin-top: -1px;
	z-index: 500;
}

#nav ul ul li.toplevels {
	background-image: url("images/fleche.png");
	background-repeat: no-repeat;
	background-position: right center
}

#nav ul ul li:hover {
	background-color: #000000;
}

#nav ul ul ul {
	margin: 0;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 500;
}

#nav ul ul ul li {
	margin: 0;
}

#nav ul ul,#nav ul li:hover ul ul,#nav ul ul li:hover ul ul {
	display: none
}

#nav ul li:hover ul,#nav ul ul li:hover ul,#nav ul ul ul li:hover ul {
	display: block
}

/* SEARCH */
#search {
	color: #fff;;
	font-weight: bold;;
	position: absolute;;
	top: 10px;;
	right: 110px;;
	left: auto;;
	width: 18em
}

#search form {
	margin: 0
}

#search input {
	width: 8em;;
	margin: 0 0 -1px;;
	height: 1.2em
}

#search label {
	padding: 5px 0 0;;
	display: inline
}

#search input.f-submit {
	width: auto;;
	font-size: 81%;;
	margin: 0 0 -.15em;;
	height: 1.95em
}

/* POWERED BY - mollio logo in this case */
#poweredby {
	position: absolute;;
	left: 15px
}

#poweredby img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999
}

#flagen {
	position: absolute;
	top: 5px;
	right: 65px;
}

#flagen a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	outline: none;
}

#flagfr {
	position: absolute;
	top: 5px;
	right: 35px;
}

#flagnl {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* LAYOUT - main body of page */
#wrap {
	background: #fff url("images/body-bg.png") no-repeat left bottom;
	width: 770px;
	margin: 0 auto;
	position: relative
}

.hello {
	position: relative;
	line-height: 1.4em;;
	padding-left: 25px;
	background: none;
	display: block;
	list-style-image: url("images/listpic.png");
}

.res {
	height: 125px;
	width: 200px;
}

.txtar {
	width: 680px;
	height: 165px;
	margin-left: 4px;
	padding-left: 3px;
	background: none #000000;
}

#content-wrap {
	position: relative;;
	width: 100%;
	width: 770px;
	overflow: hidden
}

#utility {
	position: absolute;;
	top: 0;;
	left: 25px;;
	width: 165px;;
	border-top: 5px solid #999;;
	padding-bottom: 40px
}

#sidebar {
	font-size: 80%;
	position: absolute;;
	top: 0;;
	right: 25px;;
	width: 20%;;
	border-top: 5px solid #999;;
	margin-top: 10px;
	padding-top: 1px;;
	padding-bottom: 40px
}

#content {
	margin: 0 15px;
}

#content #breadcrumb {
	margin-top: -5px;;
	font-size: 93%;;
	font-weight: bold
}

#content #breadcrumb a:link,#content #breadcrumb a:visited {
	text-decoration: none
}

#content #breadcrumb a:hover,#content #breadcrumb a:active {
	text-decoration: underline
}

.featurebox {
	color: #333;;
	padding: 10px 10px 10px;;
	border-top: 1px solid #d7d7d7;;
	margin: 0 0 1.5em;;
	background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%
}

.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6
	{
	font-size: 100%;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: .25em;
	border-bottom: 1px solid #ff9933;;
	color: #ff9933;
}

.featurebox p {
	border: none;
	margin: 0 0 0 0;
}

.featurebox a {
	font-weight: bold
}

.thumbnail {
	margin: 0 0 0 10px;;
	position: relative;;
	z-index: 9999;;
	border: 1px solid #eee;;
	float: right;;
	width: 100px;;
	padding: 5px;;
	background: #fff
}

.thumbnail img {
	border: 1px solid #000
}

.pagination {
	background: #f2f2f2;;
	color: #666;;
	padding: 4px 2px 4px 7px;;
	border: 1px solid #ddd;;
	margin: 0 0 1.5em
}

.pagination p {
	position: relative;;
	text-align: right
}

.pagination p a:link,.pagination p a:visited,.pagination p a:hover,.pagination p a:active
	{
	text-decoration: none;;
	background: #fff;;
	padding: 2px 5px;;
	border: 1px solid #ccc
}

.pagination p a:hover {
	background: #ff9933;;
	color: #fff
}

.pagination p span {
	text-decoration: none;;
	background: #fff;;
	padding: 2px 5px;;
	border: 1px solid #ccc;;
	color: #ccc
}

.pagination * {
	margin: 0
}

.pagination h4 {
	margin-top: -1.45em;;
	padding: 0;;
	border: none
}

#resultslist-wrap {
	margin: 0 0 1.5em;;
	font-size: 92%
}

#resultslist-wrap dt,#resultslist-wrap dl {
	margin: 0
}

#resultslist-wrap dt {
	font: bold 85% arial;;
	padding: 3px 0
}

#resultslist-wrap li {
	padding: 0 0 1em;;
	margin: 0 0 0 1.2em;;
	font: bold 145% arial
}

#resultslist-wrap li dd {
	font: normal 73% arial
}

#resultslist-wrap li dl {
	margin: 0
}

#resultslist-wrap dd {
	line-height: 1.3
}

#resultslist-wrap dd.filetype,#resultslist-wrap dd.date {
	color: #999;;
	display: inline;;
	padding-right: .5em
}

/* For CPS_Contract_ENG.shtml  */
.text1 {
	font-family: arial;
	font-size: 8pt;
	padding-top: 5px;
	padding-right: 630px;
}

#box3 {
	width: 155px;
}

.link2 {
	padding-right: 510px;
	padding-bottom: 10px;
}

.link1 {
	padding-right: 530px;
}

#box1 {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}

#small0 {
	font-family: arial;
	font-size: 7pt;
	font-weight: normal;
}

#small1 {
	font-family: arial;
	font-size: 7pt;
	padding-left: 150px;
}

#small2 {
	padding-top: 5px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

#head1 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

.line2 {
	margin-left: 17px;
}

.line3 {
	margin-left: 0px;
}

/***********************************************/ /*For form hints*/
fieldset {
	color: #000;
	background: #fff7dd;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 1em
}

a.helplink,a.helplink:link {
	color: #040;
	cursor: help
}

a.helplink:active,a.helplink:focus,a.helplink:hover {
	color: #090
}

a.helplink:visited {
	color: #020
}

strong {
	color: red;
	cursor: help
}

/*************End of form hints *****************/ /* TABLES */
.table1 {
	border: 2px solid #ff9933;;
	border-collapse: collapse;;
	width: 100%
}

.table1 td {
	background: #fff url("images/sprites.png") repeat-x 0 -1600px;;
	padding: 3px;;
	border: 1px solid #fff
}

.table1 th {
	text-align: left;;
	border: 1px solid #fff
}

.table1 thead th {
	color: #fff;;
	font-size: 145%;;
	background: #900 url("images/sprites.png") repeat-x 0 -1300px;;
	padding: 10px 6px
}

.table1 tbody th {
	color: #fff;;
	font-size: 115%;;
	background: #88b8db url("images/sprites.png") repeat-x 0 -1400px;;
	padding: 6px
}

.table1 tbody th.sub {
	font-size: 100%;;
	color: #000;;
	background: #fff url("images/sprites.png") repeat-x 0 -1500px;;
	padding: 6px
}

/* TABLES - calendar */
.calendar {
	width: 200px;;
	font-size: 92%
}

.calendar td {
	text-align: center;;
	border: 1px solid #ff9933
}

.calendar th {
	text-align: center
}

.calendar thead th {
	padding: 3px 2px
}

.calendar tbody th {
	padding: 2px
}

.calendar tbody th.sub {
	padding: 2px
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link,a.morelink:visited,a.morelink:hover,a.morelink:active {
	background: transparent url("images/sprites.png") no-repeat 5px -500px;
	padding-left: 21px;
}

a.morelink:hover {
	background: transparent url("images/sprites.png") 5px -400px;
}

.morelink span {
	position: absolute;;
	left: -9999px;;
	width: 900px
}

/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
ol.code {
	font-family: monospace;;
	position: relative
}

ol.code li {
	color: #666;;
	margin-bottom: 1px
}

ol.code code {
	color: #000;;
	display: block
}

ol.code .cmt {
	color: #4077d2
}

li.tab0 code {
	padding-left: 4em
}

li.tab1 code {
	padding-left: 8em
}

li.tab2 code {
	padding-left: 12em
}

li.tab3 code {
	padding-left: 16em
}

li.tab4 code {
	padding-left: 20em
}

li.tab5 code {
	padding-left: 24em
}

ol.code li {
	background: #ffffff url("images/td_bg.gif") no-repeat 100% 100%
}

p.note {
	margin: 1em;;
	border: 1px solid #ddd;;
	background: #ffffff;;
	padding: 1em
}

/* LAYOUT TYPE B */
#type-b #content-wrap {
	background: transparent url("images/content_wrap_bg.gif") repeat-y 30px
		0
}

#type-b #content {
	margin: 0 23px 0 235px
}

/* LAYOUT TYPE C */
#type-c #content-wrap {
	background: transparent url("images/content_wrap_bg.gif") repeat-y 30px
		0
}

#type-c #content {
	margin: 0 25% 0 235px
}

/* LAYOUT TYPE D */
#type-d #content {
	margin: 0 25% 0 15px
}

/* LAYOUT TYPE E */
#type-e #content-wrap {
	background: transparent url("images/content_wrap_e_bg.gif") repeat-y
		100% 0
}

#type-e #utility {
	position: absolute;;
	top: 0;;
	left: auto;;
	right: 25px;;
	width: 165px;;
	border-top: 5px solid #999
}

#type-e #content {
	margin: 0 243px 0 50px
}

/* LAYOUT TYPE F */
#type-f #content-wrap {
	background: transparent url("images/content_wrap_e_bg.gif") repeat-y
		100% 0
}

#type-f #content {
	margin: 0 235px 0 25%
}

#type-f #utility {
	left: auto;;
	right: 25px
}

#type-f #sidebar {
	right: auto;;
	left: 25px
}

/* LAYOUT TYPE HOMEPAGE */
#home {
	background: #ffffff;
}

#home #wrap {
	background: #ff9933 url("images/body-bg-home.png") no-repeat left bottom
		;
}

/* This is for P-Tel logo in the home page*/
	/* this is for the logo to appear /ptel/en/index.shtml */
#home #content {
	padding: 17px 0px 15px 15px;
	margin: 0px 0px 0px 0px;
	background: url("images/home_content_bg.png") repeat-x top;
}

#home #tagline {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background: url("images/home-tagline-bottom-white.png") no-repeat bottom
		left;
	width: 740px;
}

#home #tagline .featurebox {
	margin: 0px 13px 13px 0px;
	background: none;
}

#home #tagline .featurebox-inner {
	height: 185px;
	background: none;
}

/*this controls the white big box located at the top of the index page*/
#home #tagline-inner {
	margin: 0px;
	padding: 15px 15px 0px 15px;
	background: url("images/home-tagline-top-white.png") no-repeat top left;
	width: 740px;
	height: 215px;
}

#home #sidebar {
	font-size: 75%;
	top: 0px;
	right: 0px;
	width: 100%;
	border-top: 0px;
	padding-top: 0px;;
	padding-bottom: 0px;
	padding-left: 15px;
	float: none;
	position: relative;
}

#home #sidebar .featurebox-inner {
	height: 165px;
}

#home .featurebox {
	float: left;
	position: relative;
	width: 228px;
	margin: 0px 28px 28px 0;
	padding: 0 0 15px 0;
	background: transparent url("images/hroll-bg-bottom-white.png")
		no-repeat bottom left;
	border: none;
}

#home #_cd .featurebox {
	background: transparent url("images/hroll-bg-bottom-cd.png") no-repeat
		bottom left;
}

#home #_cg .featurebox {
	background: transparent url("images/hroll-bg-bottom-cg.png") no-repeat
		bottom left;
}

#home #_ma .featurebox {
	background: transparent url("images/hroll-bg-bottom-ma.png") no-repeat
		bottom left;
}

#home #_lb .featurebox {
	background: transparent url("images/hroll-bg-bottom-lb.png") no-repeat
		bottom left;
}

#home #_tr .featurebox {
	background: transparent url("images/hroll-bg-bottom-tr.png") no-repeat
		bottom left;
}

h1.ani span,h1.carrier span,h1.prepaidcard span,h1.pctophone span,h1.befixed span,h1.betitanium span, h1.call_congo_for_less span, h1.call_congo_dr_for_less span, h1.call_lebanon_for_less span,h1.call_morocco_for_less span,h1.carrier_pre-select span,h1.carrier_select span,h1.euroone span,h1.euromany span,h1.pay_online span,h1.register_online span,h1.turkeyunlimited span,h1.welcome span,h1.worldmany span
	{
	display: none
}

h1.ani,h1.befixed,h1.betitanium, h1.call_congo_for_less, h1.call_congo_dr_for_less, h1.call_lebanon_for_less,h1.call_morocco_for_less,h1.carrier,h1.carrier_pre-select,h1.carrier_select,h1.euroone,h1.euromany,h1.pay_online,h1.pctophone,h1.prepaidcard,h1.register_online,h1.turkeyunlimited,h1.welcome,h1.worldmany
	{
	padding-bottom: 8px;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 20px;
	border-style: none
}

h1.ani {
	background-image: url("images/ani.png");
}

h1.befixed {
	background-image: url("images/befixed.png");
}

h1.betitanium {
	background-image: url("images/betitanium.png");
}

h1.call_congo_for_less {
	background-image: url("images/call_congo_for_less.png");
}

h1.call_congo_dr_for_less {
	background-image: url("images/call_congo_(dr)_for_less.png");
}

h1.call_lebanon_for_less {
	background-image: url("images/call_lebanon_for_less.png");
}

h1.call_morocco_for_less {
	background-image: url("images/call_morocco_for_less.png");
}

h1.carrier {
	background-image: url("images/cs_cps.png");
}

h1.carrier_pre-select {
	background-image: url("images/carrier_pre-select.png");
}

h1.carrier_select {
	background-image: url("images/carrier_select.png");
}

h1.euromany {
	background-image: url("images/euromany.png");
}

h1.euroone {
	background-image: url("images/euroone.png");
}

h1.pay_online {
	background-image: url("images/pay_online.png");
}

h1.register_online {
	background-image: url("images/register_online.png");
}

h1.turkeyunlimited {
	background-image: url("images/turkeyunlimited.png");
}

h1.welcome {
	background-image: url("images/welcome.png");
}

h1.worldmany {
	background-image: url("images/worldmany.png");
}

#home .featurebox-inner {
	margin: 0;
	padding: 15px 15px 0 15px;
	background: transparent url("images/hroll-bg-top-white.png") no-repeat
		top left;;
	padding: 15px 15px 0 15px;
}

#tagline #_cd,#tagline #_cg,#tagline #_lb,#tagline #_ma,#tagline #_tr {
	font-size: 87%;
}

#home #_cd .featurebox-inner {
	background: transparent url("images/hroll-bg-top-cd.png") no-repeat top
		left;
}

#home #_cg .featurebox-inner {
	background: transparent url("images/hroll-bg-top-cg.png") no-repeat top
		left;
}

#home #_lb .featurebox-inner {
	background: transparent url("images/hroll-bg-top-lb.png") no-repeat top
		left;
}

#home #_ma .featurebox-inner {
	background: transparent url("images/hroll-bg-top-ma.png") no-repeat top
		left;
}

#home #_tr .featurebox-inner {
	background: transparent url("images/hroll-bg-top-tr.png") no-repeat top
		left;
}

#home #footer {
	border: none;
	padding: 20px;
}

#my_account #wrap {
	background: #fff none;
	width: 100%;
	margin: 0 auto;
	position: relative
}

#my_account #content {
	padding-top: 15px;
	width: 5000px;
}

#my_account #leftfr,#my_account #rightfr {
	float: left;
	position: relative;
}

/* SECONDARY NAVIGATION - vertical navigation */
#nav-secondary,#nav-secondary ul {
	position: static
}

#nav-secondary,#nav-secondary li {
	list-style: none;;
	margin: 0;;
	padding: 0;;
	background: #fff
}

#nav-secondary {
	padding-top: 0;;
	border-top: 1px solid #ccc;;
	margin-top: 1px
}

#nav-secondary a {
	line-height: 1.8;;
	padding: 5px 0 5px 23px;;
	background: #fff url("images/sprites.png") no-repeat 10px -695px;;
	font: bold 86% arial;;
	display: block
}

#nav-secondary a,#nav-secondary a:link,#nav-secondary a:visited,#nav-secondary a:hover,#nav-secondary a:active
	{
	text-decoration: none;;
	cursor: pointer
}

#nav-secondary a:link {
	color: #000
}

#nav-secondary a:visited {
	color: #000
}

#nav-secondary a:hover {
	color: #ff9933;;
	background: #fee url("images/sprites.png") no-repeat 10px -695px
}

#nav-secondary li.active a:link,#nav-secondary li.active a:visited,#nav-secondary li.active a:hover,#nav-secondary li.active a:active
	{
	color: #ff9933
}

#nav-secondary li {
	border-top: 1px solid #fff;;
	border-bottom: 1px solid #ccc
}

/* SECONDARY NAVIGATION - 2nd TIER */
#nav-secondary ul {
	margin: 0 0 1em 23px;;
	padding: 0
}

#nav-secondary li.active li a,#nav-secondary li.active li a:link,#nav-secondary li.active li a:visited
	{
	line-height: 1.5;;
	background: #fff url("images/sprites.png") no-repeat 0 -798px;;
	padding: 0 0 0 12px;;
	font-weight: normal;;
	width: auto;;
	color: #000;;
	width: 130px;;
	display: block
}

#nav-secondary li.active li a:hover,#nav-secondary li.active li a:active
	{
	color: #ff9933
}

#nav-secondary li.active li {
	border: none;;
	margin: 0
}

#nav-secondary li.active li.active a:link,#nav-secondary li.active li.active a:visited,#nav-secondary li.active li.active a:hover,#nav-secondary li.active li.active a:active
	{
	font-weight: bold
}

/* SECONDARY NAVIGATION - 3rd TIER */
#nav-secondary ul ul {
	margin: 0 0 1em 13px;;
	padding: 0
}

#nav-secondary li.active li.active li a,#nav-secondary li.active li.active li a:link,#nav-secondary li.active li.active li a:visited
	{
	width: 117px
}

#nav-secondary li.active li.active li a:link,#nav-secondary li.active li.active li a:visited,#nav-secondary li.active li.active li a:hover,#nav-secondary li.active li.active li a:active
	{
	font-weight: normal
}

#nav-secondary li.active li.active li.active a:link,#nav-secondary li.active li.active li.active a:visited,#nav-secondary li.active li.active li.active a:hover,#nav-secondary li.active li.active li.active a:active
	{
	font-weight: bold
}

/* SECONDARY NAVIGATION - 4th TIER */
#nav-secondary ul ul ul {
	margin: 0 0 1em 13px;;
	padding: 0
}

#nav-secondary li.active li.active li.active li a,#nav-secondary li.active li.active li.active li a:link,#nav-secondary li.active li.active li.active li a:visited
	{
	width: 104px
}

#nav-secondary li.active li.active li.active li a:link,#nav-secondary li.active li.active li.active li a:visited,#nav-secondary li.active li.active li.active li a:hover,#nav-secondary li.active li.active li.active li a:active
	{
	font-weight: normal
}

#nav-secondary li.active li.active li.active li.active a:link,#nav-secondary li.active li.active li.active li.active a:visited,#nav-secondary li.active li.active li.active li.active a:hover,#nav-secondary li.active li.active li.active li.active a:active
	{
	font-weight: bold
}

/* LAYOUT - FOOTER */
#footer {
	clear: both;;
	border-top: 1px solid #e3e8ee;
	padding: 15px 0 10px;;
	font-size: 8pt;
	font-family: arial;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#footer p {
	margin: 0
}

#footer a:link {
	color: #999
}

/* LAYOUT - TABLES */
table {
	width: 90%;
	border-top: 1px solid #e3e8ee;
	border-right: 1px solid #e3e8ee;
	margin: 1em auto;
	border-collapse: collapse;
}

caption {
	color: #9ba9b4;
	font-size: .94em;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
}

tr.odd td {
	background: #f7fbff
}

tr.odd .column1 {
	background: #f4f9fe;
}

.column1 {
	background: #f9fcfe;
}

td {
	color: #678197;
	border-bottom: 1px solid #e3e8ee;
	border-left: 1px solid #e3e8ee;
	padding: .3em 1em;
	text-align: center;
}

th {
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #e3e8ee;
	border-left: 1px solid #e3e8ee;
	padding: .3em 1em;
}

thead th {
	background: #f4f9fe;
	text-align: center;
	font: bold 1.2em/ 2em "century gothic", "trebuchet ms", arial, helvetica,
		sans-serif;
	color: #66a3d3
}

tfoot th {
	text-align: center;
	background: #f4f9fe;
}

tfoot th strong {
	font: bold 1.2em "century gothic", "trebuchet ms", arial, helvetica,
		sans-serif;
	margin: .5em .5em .5em 0;
	color: #66a3d3;
}

tfoot th em {
	color: #f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}