@charset "utf-8";
/* CSS Document */

/* !wrapper for left column styles */

#mainContent { /*mainContent surrounds left two columns*/
	width: 650px;
	float: left;
	padding-top: 19px;
	padding-left: 19px;
}

/* ! submenu styles */

#subMenu {
	list-style-type: none;
	font-size: 70%;
	width: 200px;
	border: 1px solid #0099CC;
	background: url(../images/bg_subMenu.jpg) repeat-x white;
	padding-top: 5px;
	padding-bottom: 19px;
	float: left;
	margin: 10px 0 12px 0;
	font-weight: bold;
	line-height: 1.2em;
}

#subMenu li {
	list-style-type: none;
}

#subMenu li a {
	display: block;
	width: 165px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 6px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: grey;
	color: #003366;
	text-decoration: none;
}

#subMenu li ul li a {
	font-weight: normal;
	padding-left: 5px;
	color: #666666;
}

#subMenu a.last {
	padding-top: 6px;
}

#subMenu a:hover {
	color: #1B9BCA;
	text-decoration: underline;
}



/* ! content area styles (middle column) */

#content  {
	display: block;
	float: right;
	width: 440px;
}

#content div h1 {
	font-size: 110%;
	font-weight: bold;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #003366;
}

#content .currency h3 {
	font-size: 90%;
	font-weight: bold;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #003366;
}

#content div p {
	font-size: 70%;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

#content div p a {
    color: #003366;
    text-decoration:underline;
}

#content div p a:hover {
    color: #0099CC;
    text-decoration:underline;
}

#content div ul  {
	font-size: 70%;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-left: 40px;
	color: #003366;
}

#content div ul a  {
    color: #003366;
    text-decoration:underline;
}

#content div ul a:hover {
    color: #0099CC;
    text-decoration:underline;
}


#content .home,			
#content .reviews,							
#content .about,							
#content .disclamier,						
#content .sitemap,							
#content .contact,							
#content .fast,							
#content .transfer,							
#content .poor,							
#content .wages,							
#content .currency,							
#content .young,							
#content .foreign,							
#content .money,
#content .travelmoney,
#content .SMS,							
#content .fees,							
#content .issuer,						
#content .topup,						
#content .who,							
#content .where,						
#content .what,
#content .prepaidinfo,
#content .library,
#content .landing,
#content .directory,
#content .newsarea {
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f5f5f5;
	margin-bottom: 12px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding-top: 1px;
	border: 1px solid #0099CC;
}




/* !BG's */
											
#content .home {background-image: 			url(../images/content_image2.jpg);}																					
#content .reviews {background-image: 		url(../images/content_image_01.jpg);}
#content .about {background-image: 			url(../images/content_image_02.jpg);}
#content .disclamier {background-image: 	url(../images/content_image_03.jpg);}
#content .sitemap {background-image: 		url(../images/content_image_04.jpg);}
#content .contact {background-image: 		url(../images/content_image_05.jpg);}
#content .fast {background-image: 			url(../images/content_image_06.jpg);}
#content .transfer {background-image: 		url(../images/content_image_07.jpg);}
#content .poor {background-image: 			url(../images/content_image_08.jpg);}
#content .wages {background-image: 			url(../images/content_image_09.jpg);}
#content .currency {background-image: 		url(../images/content_image_09.jpg);}
#content .young {background-image: 			url(../images/content_image_10.jpg);}
#content .foreign {background-image: 		url(../images/content_image_11.jpg);}
#content .money {background-image: 			url(../images/content_image_12.jpg);}
#content .travelmoney {background-image: 	url(../images/content_image_13.jpg);}
#content .SMS {background-image: 			url(../images/content_image_14.jpg);}
#content .fees {background-image: 			url(../images/content_image_15.jpg);}
#content .issuer {background-image: 		url(../images/content_image_16.jpg);}
#content .topup {background-image: 			url(../images/content_image_17.jpg);}
#content .who {background-image: 			url(../images/content_image_18.jpg);}
#content .where {background-image: 			url(../images/content_image_19.jpg);}
#content .what {background-image: 			url(../images/content_image_20.jpg);}
#content .prepaidinfo {background-image: 	url(../images/content_image_21.jpg);}
#content .library {background-image: 		url(../images/content_image_22.jpg);}
#content .newsarea {background-image: 		url(../images/content_image_24.jpg);}
#content .directory {background-image: 		url(../images/content_image_25.jpg);}
#content .landing {background-image: 		url(../images/content_image_landing.jpg);}



/* intro */

.intro h1 {
	font-size: 110%;
	font-weight: bold;
	clear: both;
	margin-left: 19px;
	margin-bottom: 10px;
	color: #003366;
}

.intro h3 {
	font-size: 90%;
	font-weight: bold;
	clear: both;
	color: #003366;
}

.intro  {
	background-color: #FFFFFF;
	background-image: url(../images/bg_intro.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 860px;
	margin-top: 19px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 1px;
}

.intro.table-two  {
	background-position: 0 -35px;
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: transparent;
}

.intro  p {
	font-size: 70%;
	margin-bottom: 12px;
}





/* news and feature */

#content  .feature, #content .newsFeature {
	clear: both;
	width: 438px;
	border-bottom: 1px solid #0099CC;
	background-color: transparent;
	background-image: url(../images/bg_tool.jpg);
	background-repeat: repeat-x;
	background-position: left 30px;
	display: block;
	margin-bottom: 10px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

#content .newsFeature {
	padding-bottom: 10px;
}

#content .feature  h2, #content .newsFeature h2 {
	font-size: 90%;
	font-weight: bold;
	background-image: url(../images/bg_tool_header.jpg);
	background-repeat: repeat-x;
	display: block;
	clear: both;
	height: 31px;
	width: 418px;
	line-height: 30px;
	padding-left: 18px;
	color: #FFFFFF;
	border-top: 1px solid #0099CC;
	border-left: 1px solid #0099CC;
	border-right: 1px solid #0099CC;
}

#content .feature h2 a, #content .newsFeature h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#content .feature h2 a:hover, #content .newsFeature h2 a:hover {
	text-decoration: underline;
}

#content .feature  p, #content .newsFeature p {
	font-size: 70%;
	padding-left: 18px;
	float: left;
	display: block;
	margin: 0;
}

#content .feature p.first, #content .newsFeature p.first {
	margin-top: 12px;
}

#content .feature p {
	margin-bottom: 10px;
	padding-right: 10px;
	}

#content .feature p a {
    color: #003366;
    text-decoration:underline;
}

#content .feature p a:hover {
    color: #0099CC;
    text-decoration:underline;
}

#content .newsFeature p {
	width: 400px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.goBtn   {
	margin-top: 10px;
	margin-right: 20px;
}



/* !sitemap */

ul#sitemap li {
	font-size: 1.2em;
	line-height: 1.7em;
	list-style: none;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 3px;
}

ul#sitemap li ul li {
	font-size: 1.2em;
	margin-top: 0px;
	margin-left: -10px;
}

ul#sitemap li a {
    color: #003366;
    text-decoration: none;
}

ul#sitemap a:hover {
    color: #0099CC;
    text-decoration:underline;
}

div.contact table {
	margin: 5px 0 0 20px;
	font-size: .8em;	
}



/* !search form styles */

#ParamForm {
	background-image: url(../images/btn_bg.jpg);
	border: 1px solid #0099CC;
	background-repeat: repeat-x;
	background-color: White;
	padding-bottom:5px;
	width: 200px;
	margin: 0;
}
#ParamForm label {
	font-size: 70%;
	line-height: 27px;
	margin-left: 6px;
	font-weight: bold;
	color: #003366;
}
#ParamForm p  {
	font-size: 90%;
	margin-left: 6px;
	font-weight:normal;
	line-height:normal;
	color: Black;
}

#ParamForm p a {
    color: #003366;
    text-decoration:underline;
}

#ParamForm p a:hover {
    color: #0099CC;
    text-decoration:underline;
}

#ParamForm #textfield {
	width: 160px;
	font-size: 80%;
	margin-left: 6px;
}

#ParamForm #searchoption {
	width: 165px;
	font-size: 80%;
	margin-left: 6px;
}


/* searchForm */
.searchForm {
	background-image: url(../images/btn_bg.jpg);
	border: 1px solid #0099CC;
	background-repeat: repeat-x;
	background-color: White;
	padding-bottom:5px;
	width: 194px;
	margin: 0;
	padding: 3px 0 6px 6px
}

.searchForm label, .searchForm p {
	font-size: .7em;
	margin: 0;
	font-weight: bold;
	color: #003366;
	line-height: 1.5em;
}

.searchForm p a {
    color: #002354;
    text-decoration:underline;
    font-size: 1em;
    font-weight: normal;
}

.searchForm p a:hover {
    color: #0084c2;
}

.searchForm #textfield {
	width: 160px;
	font-size: .8em;
	margin: 0;
}



/* !right column styles */

#adverts {
	width: 200px;
	float: right;
	margin-right: 19px;
	display: inline;
	margin-top: 19px;
}
#adverts p {
	background-color: transparent;
	display: block;
	width: 192px;
	margin-bottom: 5px;
	font-size: 70%;
	padding: 4px;
}

#adverts p a 
{color: #003366;
}
 
#adverts p a:hover 
{color: #0099CC;
}

#adverts img {
	margin-bottom: 20px;
}



/* !right side */

#rightholder {
width: 203px;
float: right;
margin-right: 19px;
display: inline;
margin-top: 19px;
}


#rightnav {
background: url(../images/bg_subMenu.jpg) repeat-x white;
border: 1px solid #0099CC;
background-repeat: repeat-x;
background-color: White;
}

#rightholder .quotelist {
border: 1px solid #0099CC;
background: #dadbdf;
} 

#rightnav ul li {
display: block;
margin: 5px 5px;
font-size: .7em;
text-transform: uppercase;
}

#rightnav ul li.fxli {
padding-top: 10px;
border-top: 1px dashed gray;
margin-top: 10px;
}

#rightnav ul li a {
display: block;
color: white;
text-decoration: none;
background: repeat-x url(../images/sub-btn.jpg);
height: 19px;
font-weight: bold;
padding: 7px 0px 0 5px;
}

#rightnav ul li.fxli a, #rightnav ul li.dark a {
background: repeat-x url(../images/sub-btn-dark.jpg);
}

#rightnav ul li a:hover {
background-position: 0 -26px;}

#rightnav .Tel
{
	font-size: 110%;
	font-weight: bold;
	clear: both;
	color: #003366;
	margin-left: 10px;	
}    

#rightnav .Tel2
{
	font-size: 90%;
	font-weight: bold;
	clear: both;
	color: #003366;
	margin-left: 10px;	
}  

#rightnav .TelTitle  
{
	font-size: 70%;
	font-weight: bold;
	clear: both;
	color: #003366;
	margin-top: 10px;	
	margin-left: 10px;	
}   

#rightnav p {
	background-color: transparent;
	display: block;
	width: 192px;
	font-size: 70%;
	padding: 4px;
}

#rightnav p a 
{color: #003366;
}
 
#rightnav p a:hover 
{color: #0099CC;
}

#rightnav img {
	margin-left: 2px;
}

.alphabet {
}

.alphabet a {
text-decoration: none !important;
padding: 1px 2px;
margin-right: 2px;
color: white !important;
background: #0099CC;
}

.alphabet a:hover {
background: #003366;
}

.DetailTitle
{
	font-size: 120%;
	font-weight: bold;
	clear: both;
	color: #003366;
	margin-left: 10px;	
}    

.DetailSub  
{
	font-size: 100%;
	font-weight: bold;
	clear: both;
	color: #003366;
	margin-top: 10px;	
	margin-left: 10px;	
}  


/* !best buys table */

.bestbuys {
width: 100%;
font-size: .7em;
}

.bestbuys td, .bestbuys th {
padding: 5px;
text-align: left;
}

.bestbuys th {
font-weight: bold;
text-transform: uppercase;
font-size: 1.3em;
color: #163c69;
}

.bestbuys a {
text-decoration: none;
color: #2c9bdb;
font-weight: bold;
}

.bestbuys a:hover {
color: #163c69;
text-decoration: underline;
}

.bestbuys .darkrow td {
background: #dadbdf;
}

.bestbuys .lightrow td {
background: white;
}

.bestbuys td strong {
font-size: 1.4em;
color: #163c69;
}



/*Social bookmarking */
/*added by TJ | 12/01/09 */

.sharesb {
	clear:both;
	position:relative;
	border: 1px solid #1798cf;
	padding: 10px;
	margin: 0px 20px 10px 20px;
	font-size:12px;
	background: #fff;
}

#rightholder .sharesb {
margin: 0;
}

#adverts .sharesb {
margin: 0;
width: 180px; 
}

.sharesb a.what {
	color: #003366;
	text-decoration: underline;
	display: block;
	margin: 8px 0 -10px;
	line-height: 1em;
	height: 1em;
}


.sharesb a.what:hover {
	color: #0099cc;
	text-decoration: underline;
}


.sharesb p {
	padding:0;
	margin:0;
	width: 150px;
}

.sharesb p a {
	position:absolute;
	top:0px;
	right:20px;
	padding:10px;
	font-size:12px;
	color: #003366;
	text-decoration: underline;
}

#rightholder .sharesb p a {
	position: relative;
	top: 10px;
	margin: 0 0 10px 12px;
	padding:10px 0 0 10px;
}

#adverts .sharesb a {
	margin: 0;
	float: left;
	height: 20px;
	width: 150px;
}

#adverts .sharesb p a {
	position: relative;
	top: 10px;
	margin: 0 0 10px 12px;
	padding: 10px 0 0 10px;
}

.sharesb p a:hover {
color: #0099cc;
text-decoration: underline;
}


.sharesb h3{
	padding:0 3px 0 0;
	margin:0;
	margin:0 5px 0 3px;
	font-weight:normal;
}

.sharesb ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 15px;
	padding:0;
}
.sharesb ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}
.sharesb ul li.delicious{background:url("/img/icons/social/delicious.gif") no-repeat 0 0;}
.sharesb ul li.digg{background:url("/img/icons/social/digg.gif") no-repeat 0 0;}
.sharesb ul li.reddit{
	padding:0 0 0 2px;
	background:url("/img/icons/social/reddit.gif") no-repeat 0 0;
}
.sharesb ul li.facebook{background:url("/img/icons/social/facebook.gif") no-repeat 0 0;}
.sharesb ul li.stumbleupon{background:url("/img/icons/social/stumbleupon.gif") no-repeat 0 0;}
.sharesb ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
	color: #003366;
text-decoration: underline;
}

.sharesb .what {
clear: both;
}

.clearfix {
height: 15px;
}

.clear {
clear: both;
}


/* landing pages */
/* added by MM | 16/02/09 */

#content div ul.dalist {
width: 400px;
font-family: Arial, Verdana, Helvetica, sans-serif;
line-height: 13px;
font-size: 11px;
text-decoration: none;
margin-left:20px;}

#content div ul.dalist li {
display: block;
margin-bottom: 5px;
text-decoration: none;
margin-left:0;}

#content div ul.dalist li a {
text-decoration: none;
color: #003366;
padding: 6px 0 0 40px;
width: 350px;
height: 30px;
background: no-repeat url(/images/list-bg.jpg);
display: block;
}

#content div ul.dalist li a b {
text-transform: uppercase;
color: #0099cc;
text-decoration: none;}

#content div ul.dalist a:hover {
background-position: 0 -36px;
text-decoration: none;
color: #003366;}

#content div ul.dalist a:hover b {
color: #003366;
text-decoration: none;}


div.buttons {
clear: both;
margin: 0px 0px 10px 20px;
padding: 5px 0 0;
}

a.btntype1 {
display: inline-block;
width: 227px;
height: 31px;
margin-right: 6px;
background: no-repeat url(../images/btn-type1.jpg);
text-decoration: none;
padding: 5px 0 0 40px;
color: #003366;
font-size: .7em;
line-height: 1.2em;
}

a.btntype1 b {
text-transform: uppercase;
color: #0099cc;
}

a.btntype1:hover {
background-position: 0 -36px;
text-decoration: none;
color: #003366;}

a.btntype1:hover b {
color: #003366;
}

a.btntype2 {
display: block;
width: 180px;
height: 31px;
margin-right: 6px;
margin-bottom: 4px;
background: no-repeat url(../images/btn-type2.jpg);
text-decoration: none;
padding: 5px 0 0 40px;
color: #003366;
font-size: .7em;
line-height: 1.2em;
}

a.btntype2 b {
text-transform: uppercase;
color: #0099cc;
}

a.btntype2:hover {
background-position: 0 -36px;
text-decoration: none;
color: #003366;}

a.btntype2:hover b {
color: #003366;
}


a.btntype3 {
display: inline-block;
width: 158px;
height: 31px;
margin-right: 6px;
margin-bottom: 4px;
background: no-repeat url(../images/btn-type2.jpg);
text-decoration: none;
padding: 5px 0 0 40px;
color: #003366;
font-size: .7em;
line-height: 1.2em;
}

a.btntype3 b {
text-transform: uppercase;
color: #0099cc;
}

a.btntype3:hover {
background-position: 0 -36px;
text-decoration: none;
color: #003366;}

a.btntype3:hover b {
color: #003366;
}




