/* HTML */
* {
	margin:0;
	padding:0;
}

/*------------------------TOOL TIP CLASS--------------------*/
.tooltip {
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#013966;
}
.tooltip em {
	display: none;	
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#bbb;
}
.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 5000;
    text-decoration:none;
	
}
.tooltip:hover em {
	display: block;	
	position: absolute;
	left:45px;
	top:0;
	margin-top: 2px;
	border: 2px solid #84c2ff;
	background: url(../imgs/top_grad.jpg) repeat-x bottom;
	padding: 10px;
	width: 300px;
}
.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#cee7fb;
}
/*----------------------------------------------------------------*/
body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00000;
	text-decoration:none;
	margin:0;
	background:#c0c0c0;
}
/*#superwrapper	{
	padding:0 0 0 0;
	margin:auto;
	width:860px;
	background:#FFFFFF;
	background:#FF00FF;
}*/
#main {
	margin:0px auto;
	width:860px;
	background:#fff;
}
#top_bnr {
	width:840px;
	height:102px;
	margin:0px auto;
	background: transparent url(../images/top_banner.jpg) bottom left no-repeat;
	display: block;
	padding: 5px 0 0 0;
}
#top_bnr_line {
	width:840px;
	margin:0px auto;
	margin-top: 5px;
	height:5px;
}
#bot_bnr_line {
	width:840px;
	margin:0px auto;
	height:5px;
}
.top_line	{
	background: transparent url(../images/top_line.jpg) center no-repeat;
}
.bot_line	{
	background: transparent url(../images/bot_line.jpg) center no-repeat;
}
#bot_line	{
	background: transparent url(../images/bot_line.jpg) center no-repeat;
}
#imgbar {
    overflow: hidden;
    position: relative;
	width:840px;
    height: 30px;
	margin:0px auto;
}
#imgs {
	width:1000px;
}
#imgs a	{
	border:0;
}
#content {
	height:auto;
	overflow:hidden;
	width:860px;
}
#side_menu	{
	margin:8px 0px 50px 10px;
	width:180px;
	float:left;
	height:auto;
	overflow:hidden;
	background: #dee2e5 none repeat scroll 0 0;
}
#side_menu .title {
	background: #386db9 url(../images/side_menu_title.jpg) repeat-x;
	color: #ccccbf;
	padding: 1px;
	height: 18px;
	overflow: hidden;
	font-size: 13px;
}
#side_menu a {
	background: #637893 none repeat scroll 0 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 5px 8px 5px 6px;
	padding: 3px 3px 3px 20px;
	background: #637893 url(../images/side_menu_a_bg.gif) left center no-repeat;
}
#side_menu a:hover {
	background: #34424f url(../images/side_menu_a_bg.gif) left center no-repeat;
}
/*#side_menu ul {
	padding:2px 0px 0px 3px;
	list-style-type: none;
}
#side_menu li {
	width: auto;
	text-align: left;
}
#side_menu a {
	display: block;
	width: 206px;
	height:18px;
	margin:0 0 0 4px;
	padding:4px 0 0 0;
	font-family:arial,verdana,tahoma,Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	font-weight:normal;
	text-decoration: none;
	color:#448;
	font-variant:normal;
	background: #ecf6ff url(../images/innr_menu_bk-over2.gif) repeat-x;
}
#side_menu a:hover {
	background: url(../images/li-background.jpg) repeat-x;
	color:#ed2024;
}
#side_menu_separator {
	height:20px;
}
#top_innr	{
	width:220px;
	height:46px;
	background:url(../images/top_innr_menu.jpg) left no-repeat;
}
#top_innr p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:5px 0px 0px 0px;
}
#side_innr	{
	width:220px;
	background:url(../images/innr_menu_sides.jpg) repeat-y;
	height:auto;
	overflow:hidden;
}
#bottom_innr	{
	width:220px;
	background:url(../images/bottom_innr_menu.jpg);
	height:36px;
}*/
#body_content {
	width:650px;
	float:left;
	overflow:hidden;
	margin-left:10px;
	border:0px #000066 solid;
}
#menuwrapper {
	height:48px;
	overflow:hidden;
	margin-top: 4px;
}
#menu {
	float:left;
	width:auto;
	height:48px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	width: auto;
	text-align: center;
	margin:0px 0px 4px 0px;
}
#menu a {
	display: block;
	width: 157px; /* width: 115px;  <------ ORIGINAL*/
	height:48px;
	padding-top: 14px;
	font-family:arial,verdana,tahoma,Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
	color: #2e6da9;
	background:url(../images/menu-mid.gif) repeat-x;
}
#menu a:hover {
	background: url(../images/menu-mid-over.gif) repeat-x center top;
	color:#eee;
}
#menu .sepNav {
	width:2px;
	height:48px;
	background:url(../images/menu-sep.gif) repeat-x;
}
#menu .leftNav {
	width:11px;
	height:45px;
	background:url(../images/left-m.gif) no-repeat;
}
#menu .rightNav	{
	width:12px;
	height:45px;
	background:url(../images/right-m.gif) no-repeat;
}
.menu-active	{
	color:#eee;
	display: block;
	width: 143px; /* width: 115px;  <------ ORIGINAL*/
	height:48px;
	padding-top: 14px;
	font-family:arial,verdana,tahoma,Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
	background: url(../images/menu-mid-over.gif) repeat-x center top;
}
/*#wrapper	{
	padding:0;
	margin:auto;
	width:860px;
	background:#FF0F0F;
}
#wrap1	{
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
}
#wrap2	{
	float:left;
	padding:0;
	margin:0 0 0 8px;
	overflow:hidden;
	width:620px;
}
#top	{
	height:102px;
	overflow:hidden;
	background-color: transparent;
	border:0px #000000 solid;
}
#top2	{
	height:auto;
	overflow:hidden;
	background-color: transparent;
	border:0px #000000 solid;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0000ff;
}
#top_bnr__XXX	{
	height:102px;
	width:620px;
	margin:0px auto;
	background-color: transparent;
	background:url(../images/top_banner.jpg) bottom left no-repeat;
	background-color: #ff0000;
}
#top_cmt	{
	height:148px;
	width:222px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
	background-color: transparent;
	background:url(../images/comment_bk.jpg) top left no-repeat;
}
#top_cmt p	{
	margin:0;
	padding:2px 10px 0 10px;
	font-size:12px;
	color:#e6e2db;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
}

#logo	{
	float:left;
	width:128px;
	border:1px #FFFF00 solid;
	height:48px;
}
header:link, header:active, header:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	margin:0;
}*/


#line	{
	padding:0;
	margin-left:20px;
	background:url(../images/line.jpg) repeat-x;
	width:604px;
	height:8px;
}
#iframe	{
	height:auto;
	overflow:hidden;
	border:0px #efefef solid;
	width:auto;
}
#footer	{
	padding:0;
	margin:0;
	height:51px;
	width:858px;
	background:url(../images/footer_bk.jpg) no-repeat left;
	border:0px #000000 solid;
	overflow:hidden;
}
#footer p	{
	padding:0;
	margin:0;
}

#footer a:link, a:active, a:visited	{
	text-decoration:underline;
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	color:#614218;
	font-weight:bold;
}
#footer a:hover	{
	font-variant:small-caps;
	text-decoration:none;
	color:#f9a637;
}


/*  iframe wrapper and everything about iframe */

#iframewrapper	{
	width:auto;
	border:1px #ddd dotted;
	padding:1em 1em 2em 1em;
	/*background:url(../images/iframe-tplf.gif) top right no-repeat;*/
}
#frame-content	{
	border:0px #444 solid;
	height:auto;
	overflow:hidden;
}
#frame-content ul	{
	color:#666666;
}
#frame-content p.title	{
	margin:0;
	padding:0;
	font-size:18px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
.title	{
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
#frame-content p.title_header	{
	margin:0;
	padding:3px 0 0 30px;
	height:21px;
	vertical-align:middle;
	font-size:13pt;
	color:#001932;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/menu_bul.jpg) left no-repeat;
}
#frame-content p.titlesub_header	{
	margin:0 0 0 30px;
	padding:3px 0 0 30px;
	height:21px;
	vertical-align:middle;
	font-size:13px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/submenu_bul.jpg) left no-repeat;
}
#frame-content p.titlesub_header_ques	{
	margin:0 0 0 30px;
	padding:3px 0 0 30px;
	height:21px;
	vertical-align:middle;
	font-size:13px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/submenu_bul_ques.jpg) left no-repeat;
}
#frame-content p.red	{
	margin:0;
	padding:10px 0 0 2px;
	font-size:12px;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	font-style:italic;
}
#frame-content p.subheader	{
	margin:0;
	padding:0;
	font-size:14px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
#frame-content p.supersub	{
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-align:left;
	font-weight:normal;
}
.supersub2	{
	margin:0;
	padding:0;
	font-size:13px;
	color:#533914;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style:normal;
	text-align:left;
	font-weight:bold;
}
#frame-content p	{
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
}
#location	{
	overflow:hidden;
	margin:0;
	padding:1em;
}
#location ul
	{
	margin: 0px;
	padding: 0px;
	padding-left:31px;
	padding-top:20px;
	list-style-type: circle;
	}

#location li
	{
	margin: 0px;
	padding: 1px 0 0 0;
	width: auto;
	margin-right: 0;
	text-align: left;
	margin-bottom: 4px;
	color:#7f7f7f;
	}

#location a:active, a:visited, a:link
	{
	color:#5f3d1a;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	}

#location a:hover
	{
	color:#ed2024;
	}
#country	{
	padding:1em;
	margin:1em;
	float:left;
	width:128px;
}
#operator	{
	padding:1em;
	margin:1em;
	float:left;
	width:auto;
}
#price	{
	padding:0 1em 1em 1em;
	margin:0 1em 1em 1em;
	float:left;
	width:auto;
}
#tbl_op_price	{
	padding:5px;
	background:#fff;
	color:#000000;
}
#tbl_op_price td	{
	background:#fff;
	color:#000000;
}

#tbl_op_price_rel	{
	padding:5px;
}
#tbl_op_price_rel td	{
	background:#ffffff;
}

.sern	{
	height:42px;
	margin:0;
	padding:0;
	width:auto;
}
#form_contact	{
	width:auto;
	padding:2em;
	margin:0;
	overflow:hidden;
	height:auto;
}
#form_contact p	{
	margin:0;
	padding:0;
	vertical-align:middle;
}
#form_contact p.text	{
	margin:0;
	padding:0;
	vertical-align:middle;
	height:25px;
}
#form_contact input	{
	font-size:12px;
	width:161px;
	background:#fcfcfc;
	border:1px #888 solid;
	color:#646464;
}
#form_contact textarea {
	font-size:12px;
	background:#fcfcfc;
	border:1px #888 solid;
	color:#646464;
}
#form	{
	width:auto;
	padding:2em 0;
	margin:0;
	overflow:hidden;
	height:auto;
}
#form p	{
	margin:0;
	padding:0;
	height:25px;
	vertical-align:middle;
}
#form input	{
	font-size:12px;
	width:161px;
	background:#fcfcfc;
	border:1px #888 solid;
	font-weight:bold;
	color:#111111;
}
#form select	{
	font-size:12px;
	width:161px;
	background:#fcfcfc;
	border:1px #888 solid;
	font-weight:bold;
	color:#111111;
}
#form input.checkbox	{
	font-size:12px;
	width:16px;
	background:#fcfcfc;
	border:1px #e1e9f2 solid;
	color:#646464;
	margin-left:18px;
}
#form_left	{
	/*float:left;*/
	width:auto;
	height:auto;
	background:#fafafa;
	padding:1em;
	border:#ececec 1px solid;
	/*background:url(../images/left_form.jpg) top right no-repeat;*/
}
#form_left p.text	{
	margin:0;
	padding:5px 0 1px 18px;
	height:19px;
	/*background:url(../images/text_field2.jpg) right no-repeat;*/
}
#form_left p	{
	height:19px;
}
#form_left span	{
	padding:0 0 0 18px;
}
#form_right	{
	/*float:left;*/
	width:auto;
	height:auto;
	background:#fafafa;
	padding:1em;
	/*margin-left:5px;*/
	border:#ececec 1px solid;
}
#form_right p.text	{
	margin:0;
	padding:5px 0 1px 18px;
	height:19px;
	/*background:url(../images/text_field2.jpg) right no-repeat;*/
}
#form_right span	{
	padding:0 0 0 14px;
	}
#form_right p	{
	height:19px;
}
#broken-line	{
	width:555px;
	margin:auto;
	background:url(../images/broken-line.jpg)
}
#button_cont	{
	text-align:left;
	padding-left:160px;
}
.tbl_txt	{
	margin:0;
	padding:0;
	font-size:13px;
	color:#7f7f7f;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
.tbl_border	{
	border:2px #efefef solid ;
}


/*////////////////HOMEPAGE STEPS///////////////////*/

#step1	{
	width:180px;
	margin:auto;
	background:url(../images/step1.jpg) right top no-repeat;
	margin:2px 5px 2px 2px;
	float:left;
	overflow:hidden;
	border: 1px solid #d0d0d0;
}
#step1 p.title	{
	color:#FF9900;
	font-size:20pt;
	text-decoration:none;
	text-align:left;
	height:100px;
	background:url(../images/step_arr.jpg) bottom left no-repeat;
}
#step1 p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:8pt;
	text-decoration:none;
	text-align:left;
	padding:0 5px;
	/*margin-left:120px;*/
}

#step2	{
	width:180px;
	margin:auto;
	background:url(../images/step2.jpg) right top no-repeat;
	margin:2px 5px 2px 2px;
	float:left;
	overflow:hidden;
	border: 1px solid #d0d0d0;
}
#step2 p.title	{
	color:#FF9900;
	font-size:20pt;
	text-decoration:none;
	text-align:left;
	height:100px;
	background:url(../images/step_arr.jpg) bottom left no-repeat;
}
#step2 p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:8pt;
	text-decoration:none;
	text-align:left;
	padding:0 5px;
	/*margin-left:120px;*/
}

#step3	{
	width:180px;
	margin:auto;
	background:url(../images/step3.jpg) right top no-repeat;
	margin:2px 5px 2px 2px;
	float:left;
	overflow:hidden;
	border: 1px solid #d0d0d0;
}
#step3 p.title	{
	color:#FF9900;
	font-size:20pt;
	text-decoration:none;
	text-align:left;
	height:100px;
	background:url(../images/step_arr.jpg) bottom left no-repeat;
}
#step3 p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:8pt;
	text-decoration:none;
	text-align:left;
	padding:0 5px;
	/*margin-left:120px;*/
}

/*////////////////IMAGE ROLL OVERS///////////////////*/
#testi	{
	width:590px;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
#tes_top	{
	width:590px;
	height:35px;
	background:url(../images/tes_top.jpg) no-repeat;
	padding:0;
	margin:0;
}
#tes_top p	{
	font-weight:bold;
	font-size:10pt;
	padding:0 0 0 15px;
	margin:0;
}
#tes_mid	{
	width:542px;
	height:auto;
	overflow:hidden;
	background:url(../images/tes_mid.jpg) repeat-y;
	padding:0 2em;
	margin:0;
}
#tes_mid p	{
	width:542px;
	height:auto;
}
#tes_bot	{
	width:590px;
	height:18px;
	background:url(../images/tes_bot.jpg) no-repeat;
	padding:0;
	margin:0 0 15px 0;
}


/*////////////////IMAGE ROLL OVERS///////////////////*/

.no_risk-img	{
	background: url(../images/no_risk.jpg) no-repeat center top;
	height: 124px;
	display: block;
	text-indent: -9999px;
	margin: 10px 0 1em 1em;
	width: 131px;
	float:right;
	}
	
.no_risk-img:hover	{
	background: url(../images/no_risk.jpg) no-repeat center -124px;
	height: 124px;
	margin: 10px 0 1em 1em;
	width: 131px;
	}
	
.unlock-img	{
	background: url(../images/phone_unlock.jpg) no-repeat center top;
	height: 124px;
	display: block;
	text-indent: -9999px;
	margin: 1em 0 1em 1em;
	width: 131px;
	float:right;
	}
	
.unlock-img:hover	{
	background: url(../images/phone_unlock.jpg) no-repeat center -124px;
	height: 124px;
	margin: 1em 0 1em 1em;
	width: 131px;
	}
	
.legal-img	{
	background: url(../images/not_illegal.jpg) no-repeat center top;
	height: 166px;
	display: block;
	margin: 1em 0 1em 1em;
	width: 286px;
	float:right;
	}	
.undeline_bold	{
	font-weight:bold;
	text-decoration:underline;
}
#texts_wrapper	{
	margin-top:0;
	overflow:hidden;
}
#texts_wrapper p.style1	{
	font-family:"Times New Roman", Times, serif;
	font-size:24pt;
	color:#000;
	font-weight:bold;
	text-align:center;
}
#texts_wrapper p.style2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:20px;
}
#texts_wrapper p.style3	{
	font-family:verdana,Arial, Helvetica, sans-serif;
	font-size:20pt;
	color:#002b5e;
	font-weight:normal;
	text-align:center;
	padding:0 30px;
}
.other:link, .other:active .other:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
}
.other:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:orange;
}
/* some footer stuffs  */
#f1	{
	float:left;
	height:51px;
	margin-left:21px;
}