html, body {
	margin:0px;
	padding:0px; 
	background:#f6d9e5; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	text-align:center;
	color: #555555;
}

table {
	empty-cells:show;
}

a:link, a:visited {
	color: #9c396b;
	text-decoration:none;
	}
a:hover {
	color: #aa4681;
	text-decoration: underline;
	}
a:active,a:focus {
    outline:0; 
  }
img {
	border: none;
	}
.b {
	font-weight:bold;
}

.darker a:link, .darker a:visited {
	color: #6c3f59;
	font-weight:bold;
	}

a:link.bright, a:visited.bright{
	color: #a67b93;
	}
a:link.bright1, a:visited.bright1{
	color: #923c6e;
	font-size: 11px;
	}
	
.inactive {
	color:#999999;
	}	
.center {
	text-align:center;
	}
	
/* Main containers */
.wrapper {
	width: 766px;
	margin: 0 auto;
	background: #ffffff url(images/bgr_main.gif) repeat-y;
	text-align: left;
	}


.header { 
	height:80px; 
	position:relative;
	text-align:center;
	font-size:11px;
}
.logo {
	position: absolute;
	left: 38px;
	top: 23px;
	}


/* Header Navigation */
.head-nav-holder {
	position: absolute;
	top: 0px;
	right: 9px;
	width: 490px;
	height: 26px;
	background:url(images/header_menu_bgr.png) no-repeat;
}
.head-nav {
	position:relative;
	width: 490px;
	height: 26px;
}

.head-cart {
	position:absolute;
	top: 6px;
	left: 52px;
	}
.head-cart a:link, .head-cart a:visited {
	padding: 1px 11px 0 12px;
	width: 30px;
	height: 14px;
	background: url(images/head_cart.png) center center no-repeat;
}

.head-cart a:hover{
	background: url(images/head_cart_over.png) center center no-repeat;
}

.head-nav ul {
	position: absolute;
	top: 5px;
	left: 84px;
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	cursor:default;
	}

.head-nav li {
	display:inline;
	padding: 0;
	}

.head-nav li a:link, .head-nav li a:visited {
	height: 22px;
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #111111;
}
.head-nav li a:hover{
	background: #ce6da6;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}
.head-nav span {
	display: inline;
	width: 1px;
	height:11px;
	margin: 0 4px 0 4px;
	cursor:default;
	}

.head-nav a:active,.head-nav a:focus {
    outline:0;
  }
/*end of header navigation */

.creditcards {
	position: absolute;
	top: 4px;
	right: 24px;
	}
	
/* MAIN NAVIGATION */
.main-nav {
	width: 748px;
	height: 22px;
	margin: 0 9px 0 9px;
	background: #ce6da6;
}
.menu {
  padding:0;
  margin: 0;
  float:right; 
  list-style-type:none;
  white-space:nowrap;
  height: 22px;
  }

.menu li {
  float:left;
  }

.menu a:link,.menu a:visited {
  float:left; 
  color:#fefdf5; 
  text-align:center; 
  padding:5px 13px 5px 13px; 
  font: 10px Tahoma;
  text-align: center;
  text-decoration:none;
  }

.menu a:hover{
  color:#5a5a5a; 
  background: #fef5ab;
  }
.menu a:active,.menu a:focus {
    outline:0; 
  }


a:link.active, a:visited.active {
  background:url(images/main_nav_pointer.png) center top no-repeat;
  }
a:hover.active{
  color:#5a5a5a; 
  background: #fef5ab url(images/main_nav_pointer.png) center top no-repeat;
  }

/* Main content */
.main {
	width: 730px;
	margin: 10px 17px 0px 19px;
	min-height: 500px;
	}

/* Left side */

.left {
	float:left;
	width: 189px;
	}	

/* Login container */
.login-cont {
	width: 189px;
	background:url(images/login_bgr.png) top repeat-y;
	}

.login-top {
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	width: 189px;
	background:url(images/login_top.png) bottom no-repeat;	
	}
.login-btm {
	height: 7px;
	margin-top: 10px;
	line-height: 7px;
	font-size: 7px;
	width: 189px;
	background:url(images/login_btm.png) bottom no-repeat;	
	}


.login-table {
	margin: 16px 0 0px 20px;
	font-size:9px;
	color: #ac7f98;
	}

.login-table td {
	height: 26px;
	padding: 0px 0 0px 0;
	margin: 0; 
	}

.login-btn {
	margin: 0 0 0 2px;
	}

.login-input {
	width: 106px;
	padding: 1px 2px;
	margin: 0px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #d88db9;
	background: url(images/input_bgr.png) top left no-repeat;
}

.logged {
	vertical-align:top;
	font-size:11px;
	color: #666666;
	}
.settings {
	vertical-align: middle;
	font-size:10px;
	}
/*News container */
.small-cont {
	margin: 9px 0 0 0; 
	width: 189px;
	background:url(images/cont_small.png) repeat-y;
	}
.small-cont-header {
	height: 27px;
	padding-left: 12px;
	line-height: 27px;
	font-size: 11px;
	background:url(images/heading_small.png) top no-repeat;
}

.small-cont-content {
	margin: 12px 20px 10px 20px;
	line-height: 16px;
}

.small-cont-btm {
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	background:url(images/cont_small_btm.png) bottom no-repeat;	
}


.flag-td {
	width: 30px;
	height: 26px;
	}

.country-td {
	width: 80px;
	}

.country-td a:link, .country-td a:visited{
	color:#795068;
	}

.rate-td {
	width: 36px;
	text-align: right;
	}


/* Right side */
.right {
	float:right;
	width: 534px;
	}

.search-cont0 {
	width:534px;
	height: 295px;
	background:url(images/search_bgr.jpg) top left no-repeat;
	position:relative;
	}
.search-cont1 {
	width:534px;
	height: 295px;
	background:url(images/search_bgr2.jpg) top left no-repeat;
	position:relative;
	}
.search-cont2 {
	width:534px;
	height: 295px;
	background:url(images/search_bgr3.jpg) top left no-repeat;
	position:relative;
	}
.search-cont-header {
	position: absolute;
	top: 18px;
	left: 24px;
	font-size: 12px;
	color: #9b537d;
	}

.search-fields-table {
	position:absolute;
	top: 211px;
	left: 60px;
	}

.search-fields-table td {
	height: 32px;
	padding: 0 7px 0px 0;
	}

.country-input {
	width: 156px;
	padding: 1px 1px;
	margin: 0px;
	height: 18px;
	font-size: 11px;
	border: 1px solid #d88db9;
	}

.product-input {
	width: 146px;
	padding: 1px 4px;
	margin: 0px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #d88db9;
	}



.big-cont-pink {
	margin: 9px 0 0 0; 
	width: 531px;
	background: url(images/cont_big_bgr.png) repeat-y;
	}
.big-cont-pink-top {
	height: 7px;
	font-size:7px;
	line-height: 7px;
	background: url(images/cont_big_top.png) top no-repeat;
}

.big-cont-pink-content {
	margin: 6px 20px 8px 20px;
	text-align: justify;
	color:#555555;
	line-height: 16px;
}

.big-cont-pink-btm {
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	background:url(images/cont_big_btm.png) bottom no-repeat;	
}


.big-cont{
	margin: 10px 0 0 0; 
	width: 531px;
	background: url(images/cont_big_bgr_white.png) repeat-y;
	}
.big-cont-top {
	height: 27px;
	padding-left: 12px;
	line-height: 27px;
	font-size: 11px;
	background: url(images/cont_big_header.png) top no-repeat;
}

.big-cont-content {
	margin: 16px 20px 12px 20px;
	text-align: justify;
	color:#9c396b;
	line-height: 16px;
}

.big-cont-btm {
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	background:url(images/cont_big_btm_white.png) bottom no-repeat;	
}


.best-card {
	margin-bottom: 16px;
	}

.single-card-table {
	width:491px;
	height:53px;
	border: none;
	}

.single-card-table td {
	vertical-align: top;
	}

.best-card-header {
	height: 18px;
	vertical-align:top;
	font-weight: bold;
	color: #9c396b;
	border-bottom: 1px dotted #444444;
	}
.best-card-desc {
	margin-top: 2px;
	color: #444444;
	}

.best-card-rating {
	padding-top: 3px;
	height: 14px;
	vertical-align: bottom;
	}
	
.best-card-divider { 
	height: 18px;
	border-top: 1px dashed #999999;
	}
	
/* Phonecards Page Styles */
.heading-left {
	float:left;
	width: 340px;
	background:url(images/arrow.png) left  9px no-repeat;
	padding-left: 22px; 
	line-height:35px; 
	color: #aa4581; 
	font-size:14px; 
	font-weight: bold;
	}

.card-list-head {
	margin:0px 14px 0px 14px;
	height: 65px;
	background: url(images/header_title_line.png) repeat-x;
	}


.search-again-table {
	width: 328px; 
	height: 35px; 
	background:url(images/search_small_bgr.png) no-repeat;
}


.phonecards-list-table {
	margin:0px 14px 0px 14px;
	}

.phonecards-list-table th {
	background: #f8e2eb;
	color: #555555;
	}

.phonecards-list-table b{
	font-size: 12px;
}

.card-name {
	font-weight:bold;
	color: #8f2f67;
	padding-right: 10px;
	}	

.price-select {
	width: 60px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 1px;
	border: 1px solid #d88db9;
	}
	
.index-price-select {
	width: 50px; 
	font-size:9px; 
	color:#333333;
	padding: 1px 1px;
	border: 1px solid #d88db9;
	}	

.paging {
	margin:12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	}

.paging ul {
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	cursor:default;
	}

.paging li {
	display:inline;
	padding: 0;
	}

.paging li a:link, .paging li a:visited {
	height: 22px;
	padding: 0 4px 0 4px;
	text-decoration: none;
	color: #555555;
}
.paging li a:hover{
	background: #ce6da6;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}

.paging a:active,.paging a:focus {
    outline:0;
  }
 
 
.list-divider {
	height:1px;
	border-top: 1px dotted #CCCCCC;
	line-height:1px;
	border-left: 1px solid #f8e2eb;
	} 
 
/* Contact us */
.contact-us-div {
	margin:0px 14px 0px 14px; 
	}
	
.contact-us-table-header{	
	color: #555555;
	width: 320px; 
	font-size:12px; 
	font-weight: bold;
	border-bottom: 2px solid #ebc5db;	
  }
.contact-number {
	width: 320px;
	color:#aa4581;
	font-size:14px; 
	}
	
.contact-input {
	font-size: 11px;
	padding: 1px 2px;
	width: 180px;
	height: 15px;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	}
	
.contact-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 2px;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	height: 100px;
	width: 240px;
	}
	
	
.star-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
.star-list li{
	background: url(images/star_contactus.png) left -1px no-repeat;
	padding-left: 24px;
	margin-bottom: 10px;
	color: #555555;
	}

.check-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
.check-list li{
	background: url(images/check.png) left top no-repeat;
	padding-left: 24px;
	margin-bottom: 8px;
	color: #555555;
	}

	
.contact-form-table {
	margin-top: 28px;
	height: 435px;
}


.contact-us-left {
	float:left;position:relative; width: 337px; height: 436px; background:url(images/operator.jpg) 10px top no-repeat;
	}
.contact-us-left-inner {
	position:absolute; top: 270px; left:50px; width: 240px; height:120px;
	}



/* Shopping cart */
.cart-div {
	margin:0px 14px 0px 14px; 
	}	
	
.cart-table {
	color:#555555;
	}
	
.cart-table th {
	background: #f8e2eb;
	font-weight: bold;
	}

.cart-table td {
	text-align: center;
	}	

.rounded-table-top {
	background:url(images/cart_top.png) top no-repeat; height:6px; line-height: 6px; font-size:6px;
}		

.r-table-empty-row {
	background: #f8e2eb; line-height: 5px; font-size:5px;
}

.rounded-table-btm {
	background:url(images/cart_btm.png) bottom no-repeat; height:6px; line-height: 6px; font-size:6px;
}	

.cart-quantity {
	padding: 1px 2px;
	width: 20px;
	text-align:center;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	font-size: 11px;
	}

.cart-cell{
	border-bottom: 1px solid #f8e2eb;
	}

.l-cell{
	height:70px;
	border-left: 1px solid #f8e2eb;
	}
.r-cell{
	border-right: 1px solid #f8e2eb;
	}
	
.l-small-cell{
	height:30px;
	border-left: 1px solid #f8e2eb;
	}
	
.lr-cell{
	height:45px;
	border-left: 1px solid #f8e2eb;
	}
	

.grand-total{	
	text-align: right; padding-right: 2px; color: #333333; font-weight:bold; font-size:11px; line-height: 12px;
	}
.grand-total2{	
	text-align: center;color: #333333; font-weight:bold; font-size:12px; line-height: 11px;
	}
	
	
	
	
/* Sign up */
.sign-up-div {
	margin:0px 14px 0px 14px; 
	}	
	
.sign-up-table {
	color:#555555;
	width: 423px;
	}	

.sign-up-left-inner {
	float:left;
	width: 260px;
	}

.sign-up-table-top {
	background:url(images/sign_up_table_top.png) top no-repeat;
	height: 6px; 
	line-height: 6px; 
	font-size: 6px;
}

.sign-up-table-btm {
	background:url(images/sign_up_table_btm.png) bottom no-repeat;
	height: 6px; 
	line-height: 6px; 
	font-size: 6px;
}


	
.account-long {
	width: 200px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 2px;
	height: 15px;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	}

.account-select {
	width: 200px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 2px;
	border: 1px solid #d88db9;
	}
.account-select-short {
	width: 136px;
	margin: 0px;
	font-size:10px;
	color:#333333;
	padding: 1px 2px;
	border: 1px solid #d88db9;
	}
.account-select-shortest {
	width: 36px;
	margin: 0px;
	font-size:10px;
	color:#333333;
	padding: 1px 2px;
	border: 1px solid #d88db9;
	}
	
.account-longer {
	width: 270px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 2px;
	height: 15px;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	}


.account-short {
	width: 130px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 2px;
	height: 15px;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	}

.account-shorter {
	width: 42px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 2px;
	height: 15px;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	}

.account-shortest {
	width: 30px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 2px;
	height: 15px;
	background: url(images/input_bgr.png) top left no-repeat;
	border: 1px solid #d88db9;
	}

.account-state {
	width: 100px; 
	font-size:11px; 
	color:#333333;
	padding: 1px 2px;
	border: 1px solid #d88db9;
	}
	
/* Authenticate */
	
.login-table-sm {
	margin: 19px 0 0px 24px;
	font-size:9px;
	color: #ac7f98;
	}

.login-table-sm td {
	height: 26px;
	padding: 0px 0 0px 0;
	margin: 0; 
	}


/* My Account Pages */
.my-account {
	background: #f8e2eb url(images/cart_btm.png) bottom no-repeat;
	}
.my-account-menu {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  height: 20px;
  border-bottom: 4px solid #ce6da6;
  }
.my-account-menu li {
  display:inline;
  padding:0;
  margin:0;
  }

.my-account-menu a:link,.my-account-menu a:visited {
  float:left; 
  color:#ffffff; 
  background:#aaaaaa url(images/menu_g_l.png) left top no-repeat; 
  border-right:2px solid #fff; 
  text-align:center; 
  padding:0px 0px 3px 11px; 
  font: 11px Tahoma;
  font-weight:bold;
  text-align: center;
  text-decoration:none;
  }

.my-active a:link,.my-active a:visited {
  float:left; 
  color:#ffffff; 
  background:#ce6da6 url(images/menu_p_l.png) left top no-repeat; 
  border-right:2px solid #fff; 
  border-bottom:1px solid #ce6da6; 
  text-align:center; 
  padding:0px 0px 3px 11px; 
  font: 11px Tahoma;
  font-weight:bold;
  text-align: center;
  text-decoration:none;
  cursor:pointer;
  }

.my-account-menu a:hover{
  color:#666666; 
  background: #fbf4b4 url(images/menu_y_l.png) left top no-repeat;
  }
 
.my-active a:hover{
  color:#ffffff; 
  background:#ce6da6 url(images/menu_p_l.png) left top no-repeat; 

}
  
  
.my-account-menu a:active,.my-account-menu a:focus {
    outline:0; 
  }

.my-account-menu a:link span,.my-account-menu a:visited span {
	float:left;
	display:block;
	background: url(images/menu_g_r.png) right top no-repeat;
	padding: 3px 9px 0px 0px;
	cursor:pointer;	
	}

.my-account-menu a:hover span{
	float:left;
	display: block;
	background: url(images/menu_y_r.png) right top no-repeat;
	padding: 3px 9px 0px 0px;
	}

.my-active a:link span,.my-active a:visited span{
	float:left;
	display: block;
	background: url(images/menu_p_r.png) right top no-repeat;
	padding: 3px 9px 0px 0px;
	}







.prev-purchases-table {
	}

.prev-purchases-table th{
	text-align: center;
	}


.prev-purchases-table td{
	text-align: center;
	}

.receipt-table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
	}

.receipt-table th {
	background: #ce6da6;
	padding-left: 10px;
	color:#FFFFFF;
	}
.receipt-table td {
	padding-left: 10px;
	border: 1px solid #cccccc;	
	}

.receipt-desc {
	text-align:right; padding-right: 10px;
	background: #f8e2eb;
	}



/* Card details */
.card-div {
	margin:0px 34px 0px 34px; 
	}	

.features-table td{
	white-space: nowrap;
}

th.features-left {
	background: #f8e2eb url(images/cart_top.png) left top no-repeat;
	height: 24px;
	font-weight:bold;
	padding-left: 20px;
	}

th.features-right {
	background: #f8e2eb url(images/cart_top.png) right top no-repeat;
	height: 24px;
	font-weight:bold;
	padding-left: 20px;
	}

td.features-left {
	padding-left: 20px;
	border-left: 1px solid #f8e2eb;
	border-bottom: 1px solid #f8e2eb;
	}
td.features-right {
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid #f8e2eb;
	border-bottom: 1px solid #f8e2eb;
	}
	
td.features-left-btm{
	height: 6px;
	font-size: 7px;
	line-height: 7px;
	background: #f8e2eb url(images/cart_btm.png) left bottom no-repeat;
	}
	
td.features-right-btm{
	background: #f8e2eb url(images/cart_btm.png) right bottom no-repeat;
	}
	


.card-details {
	
}

.card-details span{
	display: block;
	border-bottom: 4px solid #f8e2eb;
	height: 24px;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	background: url(images/lens.png) left top no-repeat;
	padding-left: 36px;
	}


.h12 span {
	display: block;
	font-weight:bold;
	height: 26px;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	background: url(images/pie.png) left top no-repeat;
	padding-left: 36px;
	}

	

.phonecard-rates {
	empty-cells: show;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	}

.phonecard-rates td{
	border: 1px solid #f8e2eb;
	height: 24px;
	}


.pink {
	background: #f8e2eb;
}

th.rates-left {
	background: #f8e2eb url(images/cart_top.png) left top no-repeat;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
	}

th.rates-right {
	background: #f8e2eb url(images/cart_top.png) right top no-repeat;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
	}

th.rates-left-btm {
	background: #f8e2eb url(images/cart_btm.png) left top no-repeat;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
	}

th.rates-right-btm {
	background: #f8e2eb url(images/cart_btm.png) right top no-repeat;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
	}

.l-cell-rates{
	border-left: 1px solid #f8e2eb;
	text-align:left;
	padding-left:20px;
	}
.r-cell-rates{
	border-right: 1px solid #f8e2eb;
	}


/* Regions */

.reg-head {
	position: relative;
	height: 100px;
	}

.reg-head img {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
	}

.reg-head span {
	position: absolute;
	top: 44px;
	left: 240px;
	z-index: 10;
	font-size: 18px;
	color: #ac588a;
	}



/* FAQ */

.question {
	background:url(images/question.png) top left no-repeat;
	padding: 2px 0 2px 50px;
	line-height: 16px;
	margin: 20px 0 10px 0;
	font-size:11px;
	font-weight: bold;
	}
	
.answer {
	background:url(images/answer.png) top left no-repeat;
	padding: 2px 0 2px 50px;
	line-height: 16px;
	font-size:11px;
	}
	
p.faq {
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
	margin-top: 30px;
	}


/* Footer etc */
.foot-line{
	margin: 12px 9px 12px 9px;
	border-bottom: 10px solid #ebc5db;
	}
.clearer {
	clear: both;
	}
.h10{
	height: 10px;
	font-size:10px;
	line-height: 10px;
	}
.h20{
	height: 20px;
	}
.h12{
	height: 20px;
	}
.footer {
	position:relative;
	height:50px;
	background:url(images/foot_bgr_bottom.gif) no-repeat bottom;
	color:#5a5a5a; 
	text-align:center; 
	font-size:10px;
}

.footer ul {
	position: absolute;
	top: 0px;
	left: 20px;
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	}

.footer li {
	display:inline;
	padding: 0;
	}

.footer li a:link, .footer li a:visited {
	height: 22px;
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #aa4681;
}
.footer li a:hover{
	text-decoration: underline;
	font-size: 11px;
}

.footer a:active,.footer a:focus {
    outline:0;
  }

.copyrights {
	position: absolute;
	right: 28px;
	top: 0px;
	}
.bottom-text {
	color: #8b767f;
	width: 742px;
	font-size: 10px;
	margin: 0px auto 0px auto;
	padding-bottom:10px;
	background: #f6d9e5;
	text-align:left;
	}

