/* CSS Document */

/* MAIN STYLES */
* {
	padding:0;
	margin:0;
	border:0;
	}

body {
	background-color: #FFC222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555544;
	text-align:center;
	margin-bottom:5px;
	/* Xmas decoration 2009 */
	/*
          BACKGROUND-POSITION: bottom;
     	BACKGROUND-IMAGE: url('../img/NY_background.gif');
     	background-attachment: fixed;
     	BACKGROUND-REPEAT: repeat-x;
      */
}


#wrapper {
	width:758px;
	margin:0 auto;
	text-align:left;
	padding:0px;
	background-color:#ffffff;
	}
/* #NewYear {
     margin-top:0px;
     background-image:url('../img/NewYear_fon.gif') !IMPORTANT;
     background-repeat:no-repeat;
     background-color:#ffc222;
     background-position:top right;
     border-top:1px solid #FFC222;
     height:100px;
     } */
     
#header-en {
	background: url('../en/i/f_logo.gif') no-repeat;
	height: 100px;
	margin-bottom: 0;
	background-color: #FFC222;
	border-top:1px solid #FFC222;
	}


#header-bg {
	background: url('../bg/i/f_logo.gif') no-repeat;
	height: 100px;
	margin-bottom: 0;
     background-color: #FFC222;
     border-top:1px solid #FFC222;
	}

#header-en a#logo, #header-bg a#logo {
	width:285px;
	height:98px;
	position: absolute;
	margin-left:1px;
	text-decoration:none;
	}
	
#header-en h1 a#logo span, #header-bg h1 a#logo span {
	display:none;
	}

#lang {
	width:300px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	padding:54px 5px 10px 0px;
	text-align:right;
	float:right;
	font-size:0.9em;
}
#lang a {
	color: #FFF;
	font-size:0.9em;
	font-weight: bold;
	text-decoration: none;
	}

#lang a:hover {
	color: #555544;
	}

#header-en  ul#top-nav {
	list-style: none;
	height:23px;
	width:435px; /* frog100 */
	float:right;
	background: url('../en/i/f_topnav.gif') no-repeat right bottom;
	text-align:right;
	}

#header-bg ul#top-nav {
	list-style: none;
	height:23px;
	width:435px;
	float:right;
	background: url('../bg/i/f_topnav.gif') no-repeat right bottom;
	text-align:right;
	}

ul#top-nav li {
	display: inline;
	line-height:23px;
	font-weight:bold;
	font-family:Tahoma;
	font-size:0.9em;
	text-transform:uppercase;
	}

ul#top-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 15px 0px 13px;
	/* padding:0px 11px; / frog100 */
	}

ul#top-nav li a:hover  {
	color: #FFC222;
	}

#header-bg ul#top-nav .active a, #header-en ul#top-nav .active a {
	color: #FFC222;
	}

.clear {
     clear: both;
     font-size:0em;
     }

.left {
     float: left;
}
.right {
     float: right;
}

#footer {
	background: #FFFFFF url('../img/f_footer.gif') no-repeat bottom;
	height: 15px;
	padding: 10px;
	font-size:0.9em;
	}

#footer a {
	color: #555544;
	text-decoration: none;
	padding: 0 5px;
}

#footer a:hover {
	color: #FFC222;
	}


/* INNER PAGES main styles */
#main{
	border-top:5px solid #FFC222;
	background-color:#FFFFFF;
	border-bottom:5px solid #FFC222;
	}

#main-nav {
	float: left;
	width: 191px;
	}

#main-nav ul {
	list-style: none;
	list-style-image:none;
	margin:10px 5px;
}

#main-nav ul li {
	border-bottom: 1px dashed #EAEADA;
}

#main-nav ul li a, #main-nav ul li.active  {
	display: block;
	padding: 8px 25px 8px 8px;
	text-decoration: none;
	}

#main-nav ul li a {
	color: #555544;
	cursor:pointer;
	position:relative;
	}

#main-nav ul li a:hover, #main-nav ul li.active {
	background: #FFFFFF url('../img/f.gif') no-repeat 100%;
	color: #FFC222;	
	}

#main-content {
	float: left;
	background: #FFF url('../img/f_bottom.gif') no-repeat 95% bottom;
	width: 519px;
	border-left:5px solid #FFC222;
	padding:15px 20px 90px 20px;
     min-height:200px; 
     /* min-height:370px;
      _height:370px; /* added for frog100 menu banner */
	}

#main-content p, body#terms p, #sitemap-main p {
	margin: 1.2em 0;
	line-height:1.3em;
	}
	
#main-content p.narrow {
     line-height:1em;
     margin-bottom:0;
     margin-top:0;
     }

#main-content h2, #sitemap-main h2 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Tahoma;
	color: #FFC222;
	margin-bottom: 10px;
	}

/* HOMEPAGE */
.promo-top {
	padding:7px;
	border: 1px solid #965ca5;
	}

.promo-top img {
     width:742px;
     display:block;
     }

#home-main {
	padding:20px;
	border-top:5px solid #FFC222;
	border-bottom:5px solid #FFC222;
	}

#home-main div.home-main-left {
	float:left;
	width:460px;
	}

#home-main div.home-main-left img {
	width: 460px;
	}

#home-main div.home-main-left div.home-text {
	background: url('../img/f_bottom1.gif') no-repeat 94% bottom;
	width: 440px;
	padding:10px 20px 10px 0px;
	color:#555544;
	line-height:1.3em;
	}

#home-main div.home-main-right {
	float:right;
	width: 255px;
	text-align:right;
	margin:0px;
	}
	
#home-main div.home-main-right img {
	width:245px;
	}

/* INNER PAGES - Other styles */
#main-content ul, .home-main-left ul {
	margin-left:5px;
	margin-top:0px;
     margin-bottom:1em;
	list-style-position: outside;
	list-style-type: none;
	}

.home-main-left ul {
    margin-right:0px;
    /* margin-right:145px; / changed for home link for services, 10.10.2008 */
     }

#main-content ul li, .home-main-left ul li     {
     background: url("../img/f_bullet.gif") no-repeat 0px 3px;
	padding-left:1.7em;
    margin:5px 0px;
    }

.note {
	font-size:0.8em;
	}

.note2b {
     font-weight: bold;
     color: #FFC222;
     }

.strong {
	font-weight: bold;
	}

#main-content h3 {
     font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #555544;
	margin-top:1.2em;
	line-height:1.3em;
	}
/* 04.04.2008 */
#main-content a, body#terms a, .home-text a {
     color: #8c3898;
     text-decoration: underline;
	}
 
#main-content a:hover, body#terms a:hover, .home-text a:hover {
	color: #FFC222;
	}

#main-content a:visited, body#terms a:visited, .home-text a:visited  {
	color: #555544;
	}

/* TABLE styles */

#main-content table {
	margin:5px 0px 0px -1px;
	border: none;
	border-collapse: collapse;
	background:  #FFC222;
	table-layout: auto;
	}

#main-content caption {
	caption-side: top; 
     text-align: right;
	font-weight:bold;
	margin-top:10px;
	padding-right:5px;
	}
		  
#main-content table td, #main-content table th {
	border: 2px solid #FFFFFF;
	padding:5px;
}

#main-content table th {
	text-align:left;
	background-color: #965ca5;
	color: #FFFFFF;
	font-size:11px;
}

#main-content table.pricelist {
	width:100%;
	}

#main-content table.pricelist th.price {
     width: 130px;
     text-align:center;
}

#main-content table.pricelist td.price {
     width: 130px;
	}

.center {
     text-align:center !IMPORTANT;
     }

#main-content table.pricelist th.price1, #main-content table.pricelist td.price1 {
     width: 65px;
     text-align:center;
}

/* DEFINITION LISTS in pricelist table */
.pricelist dt {
     margin-bottom:1em;
     }

/* DEFINITION LIST styles */
dl.emergency {
     margin-left:-1px;
     }
     
dl.emergency dt, dl.emergency  dd {
     float:left;
     padding:8px;
     background: #FFC222;
     border: 1px solid #FFFFFF;
     }

dl.emergency dt {
     width:300px;
     }

dl.emergency dd {
     width:50px;
     text-align: center;
     }

#main-content img.right {
     margin-left:15px;
     }

/* SITEMAP styles */
#sitemap-main {
	padding:20px;
	border-top:5px solid #FFC222;
	border-bottom:5px solid #FFC222;
     min-height:290px;
	}

#sitemap-main div.sitemap {
     margin-top:20px;
     }
     
div.sitemap dl dt {
     font-weight: bold;
     }

div.sitemap dl {
     float:left;
     width:156px;
     margin-right:30px;
     border-right:1px dashed #EAEADA;
     height:212px;
     }

div.sitemap dl.last {
     margin-right:0px;
     border-right:0px;
     }
     
#sitemap-main div dl.last dt {
     margin-top:19px;
     }

#sitemap-main div dl.last dt.expand {
     margin-top:0px !IMPORTANT;
     }
     
div.sitemap dl dd {
     margin:5px 0px 0px 0px;
     width:87%;
     }

/* SITE MAP styles */
div.sitemap a {
     color: #555544;
     text-decoration:none;
     }

div.sitemap a:hover {
     color: #FFC222;
     }
     
div.sitemap dl dd a {
     padding-left:20px;
     background: url('../img/f_bullet.gif') no-repeat left 2px;
     display:block;
     }
     
div.sitemap dl dd  a:hover {
     background: url('../img/f_bullet.gif') no-repeat left 2px;
     }
     
/* TERMS PAGE Styles */
body#terms {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555544;
	text-align:left;
	margin:10px;
	background-image:none !IMPORTANT;
	}

body#terms h2 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Tahoma;
	color: #FFC222;
	margin-bottom: 10px;
	}

/* body#terms p - defined at the beginning of the CSS file, with the main content p */
/* bodty#terms link styles - defined with #main-content a styles */

body#terms ol {
     list-style-position: outside;
     list-style-type: lower-alpha;
     padding-left:25px;
	}

body#terms ol li {
    	margin:5px 0px;
     }

/* Roaming by countries */
body#roaming {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555544;
	text-align:left;
	margin:10px 5px;
	background-image:none !IMPORTANT;
     }

body#roaming .country {
     width:80px;
     text-align:left;
     }

body#roaming .operator {
     width:120px;
     text-align:left;
     }

body#roaming .price {
     width:60px;
     text-align:center;
     }

body#roaming table {
	margin:5px 0px 0px -1px;
	border: none;
	border-collapse: collapse;
	background:  #FFC222;
	table-layout: auto;
	width:770px;
	font-size: 11px;
	}

body#roaming caption {
	caption-side: top;
    text-align: right;
	font-weight:bold;
	margin-top:10px;
	padding-right:5px;
	}

body#roaming table td, body#roaming table th {
	border: 2px solid #FFFFFF;
	padding:8px;
	text-align:center;
	}

body#roaming table th {
	text-align:left;
	background-color: #965ca5;
	color: #FFFFFF;
}

/* Coverage map */
img.coverage {
     display:block;
     }
     
/* promo prices */
span.strike {
     text-decoration: line-through;
     }

.red {
     color: #ff0000;
     }

/* FROG Mobile Roadshow 2008 */
img.roadshow {
	float:none;
	}

.clear1 {
     clear: both;
     font-size:0em;
     margin-bottom:10px;
     }


img.roadshow-pic {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	width: 250px;
	height:188px;
	}

/* 10.06.2008 8+4 recharge promo */
img.recharge-promo {
     float:none;
     display:block;
     margin-bottom:25px;
     width:518px;
     height:201px;
     }
     
/* dual pack, 17.06.2008 */
img.promo-pic {
     float:right;
     margin-left:30px;
     width:175px;
     /* height:195px; */
     display:block;
     margin-bottom:10px;
     }

/* outgoing roaming, 20.06.2008 */
p.roaming_new_en, p.roaming_new_bg {
     display:block;
     padding:37px 15px 10px 15px;
     }
p.roaming_new_bg {
	background: url('../bg/i/f_roaming_new_background.gif') no-repeat;
	height: 69px;
     }
p.roaming_new_en {
	background: url('../en/i/f_roaming_new_background.gif') no-repeat;
	height: 53px;
     }

/* frog gift, 02.09.2008 */
img.gift {
     float:right;
     margin-left:30px;
     width:175px;
     height:220px;
     display:block;
     }
     
/* promo game frog100 */
/* .frog100 {
     float:right;
     width:153px;
     height:23px;
     background:url('../bg/i/100frogs_button.gif') no-repeat;
     }

.frog100 a {
     width:153px;
     height:23px;
     background:url('../bg/i/100frogs_button.gif') no-repeat;
     display: block;
     }

.frog100 a:hover {
     background:url('../bg/i/100frogs_button2.gif') no-repeat;
     }

.frog100 a span {
     display:none;
     }
div.frog100-menu-promo {
     margin:15px 8px;
     width:175px;
     }
*/

/* frog 0,01BGN promo, 15.09.2008 */
img.promo3 {
     float:right;
     margin-left:35px;
     width:175px;
     height:123px;
     display:block;
     margin-bottom:20px;
     }
     
img.new {
     width:26px !IMPORTANT;
      }

/* new mobile services, 10.10.2008 */
h3.services {
     font-weight: bold;
	font-size: 1em;
	color: #555544;
	margin-top:1.2em;
	margin-bottom:0.5em;
	line-height:1.5em;
	text-transform: uppercase;
     }
     
dl.services dt, dl.services dd {
     float:left;
     width:100%;
     }

dl.services dt {
     font-weight: bold;
     margin-bottom:3px;
     color: #965ca5 !IMPORTANT;
     }

dl.services dd {
     line-height:1.3em;
     margin-bottom:1.5em;
     }

p.home-left {
     margin-right:130px;
     }

.nowrap {
	white-space: nowrap;
}

a.new-left-label-link {
     margin-left:-30px;
     padding-left:30px;
     }

/* ---------------------
          FROG ART
-------------------------- */

.frogArt {
     float:right;
     width:138px;
     height:23px;
     background:url('../bg/i/FrogArt_button.gif') no-repeat;
     }

.frogArt a {
     width:138px;
     height:23px;
     background:url('../bg/i/FrogArt_button.gif') no-repeat;
     display: block;
     }

.frogArt a:hover {
     background:url('../bg/i/FrogArt_button2.gif') no-repeat;
     }

.frogArt a span {
     display:none;
     }

div.frogArt-menu-promo {
     margin:15px 8px;
     width:175px;
     }

/* ---------------
     FUN CALL Promo, valid for all promotions
---------------- */
p.FunCall-promo {
     border:1px solid #FFC222;
     padding: 5px 5px 5px 40px;
     background:url('../img/FunCall_promo_note.gif') no-repeat 5px center;
}

p.general-promo {
     border:1px solid #FFC222;
     padding: 5px;
     }