/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00386F;
	background: #FFFFFF url("../img/header/bg1.jpg") repeat-x;
	margin: 0 0;
	text-align: center;
  }

#container { /* CENTER THE PAGE */
	width: 800px;
	height: auto; 
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
 	}

/* MOBILedit! banner */	
#banner_me {
	height: 94px;
	background: #071135 url(../img/header/me.jpg) no-repeat;
	margin: 0;
	padding: 0;
  font-size: 12px;
  border-bottom: 1px solid #007BF3;
  }

#banner_me_cz {
	height: 94px;
	background: #071135 url(../img/header/me.jpg) no-repeat;
	margin: 0;
	padding: 0;
  font-size: 12px;
  border-bottom: 1px solid #007BF3;
  }

.banner_bg {
  margin-bottom: -3px;
  margin-left: -4px;

  }
/* MOBILedit! banner end */  


/* GENERAL STYLES */
#inner_obj {   /* GENERAL OBJECT WHICH CONTAINS #lmenu and #text_* OBJECTS */
  height: auto;
  border-top: 1px solid #007BF3;
  margin:0;
  padding:0;
  }

#lmenu {      /* LEFT MENU OBJECT FORMAT */
  width: 150px;
  margin: 15px 0px 0px 0px;
  padding: 0;
  float: left;
  }

.header {     /* TEXT HEADER FORMAT */
  width: 99%;
  font-size: 14px;
  font-weight: bold;
  color: #006EDB;
  border-bottom: 1px dashed #529BE5;
  margin: 0;
  padding: 0;
  text-align: left;
  }

.header_dl {
  font-size: 12px;
  font-weight: bold;
  color: #006EDB;
  }

.news_header {     /* TEXT HEADER FORMAT */
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #003F7F;
  color: #003F7F;
  margin: 0;
  padding: 0;
  text-align: left;
  }
  
.header_pr {     /* TEXT HEADER FORMAT */
  font-size: 14px;
  font-weight: bold;
  color: #006EDB;
  border-bottom: 1px doted #529BE5;
  margin: 0;
  padding-top:20px;
  text-align: left;
  }
  
a.header_pr {
  color: #006EDB;
  text-decoration: none;
}

a.header_pr:hover {
  color: #006EDB;
  text-decoration: none;
}

a.header_pr:visited {
  color: #006EDB;
  text-decoration: none;
}

.header_phones {     /* PHONESINFO HEADER FORMAT */
  font-size: 14px;
  font-weight: bold;
	background-color: #2380D5;
  color: #FFFFFF;
  margin: 0;
  padding: 5;
  text-align: left;
  }

#text_menu {  /* PAGE TEXT OBJECT USED WHEN MENU IS IN THE PAGE */
  height: auto;
  margin-left: 150px;
  padding: 15px 15px 15px 15px;
  }

#text_nomenu { /* PAGE TEXT OBJECT USED FOR PAGE WITHOUT MENU */
  padding: 15px 15px 15px 15px;
  height: auto; 
  }

.clear {      /* TAG USED FOR CLEARING FLOATING OBJECTS */
  clear: both;
  }

.justify {text-align: justify;}

.newsline {
border-bottom: 1px solid #000000;
width: 100%;
margin-bottom: 60px;
}

.feature_text {
font-size: 10px;
color: black;
text-decoration: italic;
text-align: center;
}

/* DOWNLOAD TABLE */
.dl_head {
width: 100%;
height: 26px;
background: #C1D8FF url("../img/bckg_dlheader.gif") repeat-x;
font-size: 11px;
/*border-bottom: 1px solid #001F60;*/
font-weight: bold;
}
.dl_head p {
background: url("../img/downico.gif") no-repeat left ;
padding-left: 20px;
line-height: 20px;
margin: 0;
}

.dl p {
background: url("../img/downico.gif") no-repeat left ;
padding-left: 20px;
line-height: 20px;
margin-left: 10px;
margin-top: 4px;
font-weight: bold;
}

.dl_inner {
width: 100%;
padding: 5px 5px 5px 8px;
font-size: 11px;
background: #F4F8FF;
}

.dl_head_right {
text-align: right;
padding-right:10px;
vertical-align: middle;
/*border-bottom: 1px solid #001F60;*/
}

.dl_head_middle {
/*border-bottom: 1px solid #001F60;*/
empty-cells: show;
}

.dl_head_left a {
text-decoration: underline;
}

.dl_head_left {
min-width: 400px;
padding-left:10px;
vertical-align: middle;
/*border-bottom: 1px solid #001F60;*/
}

.dl_img {
float: right;
max-width: 30%;
}

.dl img {
margin: 10px;
}

.dl_properties {
vertical-align: top;
line-height: 18px;
padding: 5px 5px 5px 5px;
text-align: left;
}

.dl_names {
width: 10%;
vertical-align: top;
line-height: 18px;
padding: 5px 5px 5px 8px;
text-align: left;
}

.dl_comment {
padding: 5px 5px 5px 8px;
vertical-align: top;
}

.lclear {
clear: left;
}

.rclear {
clear: right;
}

/* SUPPORTED PHONES TABLE STYLES */
.Brd  {
	border: 1px solid black;
	margin: 20px;
  }

.bck0{
	background-color: #AAD6FF;
	text-align: left;
	vertical-align: middle;
}

.bck1{
	background-color: #D1E9FF;
	text-align: left;
	vertical-align: middle;
  }

.Bckg {
  background-color: #FFFFFF;
  }

.ActBckg {
  background-color: #D3E6FF;
  }
  
.Bt {
	font-family: verdana;
	color:#000000;
	border-color: #558FDF;
	border-style: solid;
	height:20px;
	border-width:1px;
	background-color:#ABCEFF;
	text-align: center;
	vertical-align: bottom;
}
/* END OF SUPPORTED PHONES TABLE STYLES */


#footer {     /* FOOTER FORMATING */
  border-top: 1px solid #007BF3;
  color: #004890;
  text-align: center;
  padding: 10px 0px 10px 0px;
  background: #FFFFFF;
  width: 800px;
  }

#footer a, #footer a:hover, #footer a:visited {color: #004890;}



/* GENERAL A tag SETTINGS */
a {color: #004890;}
a:hover {color: #003060;}

/*GENERAL LISTING STYLE */
ul {
  list-style: url(../img/arrow.gif);
  }
.li2 {
  list-style: url(../img/arrow2.gif);
}

li {
  margin-top: 5px;
  }

img {
  border: 0;
  }

.text {
  font-size: 12px;
  }
.bold {
  font-weight: bold;
  }
  
.soon {
	font-size: 11px;
  font-weight: bold;
  color: #8595BD;
  text-transform: uppercase;
  padding-top:30px;
  }

.right {
padding-left: 10px;
padding-top: 25px;
}

.products p {
margin-top: 7px;
margin-bottom: 4px;
padding: 0px;
}

.space {
margin-top: 90px;
}

.flash {
margin: 0px;
padding: 0px;
}

.about {
color: #007BF3;
font-weight: bold;
}
  
.featpic {

}

/* FAQ Formating */

.faq {
font-family: Arial;
width: 99%;
}

.faq_q {
color: black;
font-weight: bold;
font-size: 11px;
margin-top: 20px;
background-color: #d7d7d7;
padding: 2px;
}

.faq_a {
color: black;
font-weight: normal;
font-size: 10px;
background-color: #ededed;
padding: 2px;
}

.faq_sel {
font-weight: bold;
font-style: italic;
}
.red {
	font-size: 11px;
  font-weight: bold;
  color: Red;
  text-transform: uppercase;
  padding-top:30px;
  } 
  .blue {
	font-size: 11px;
  font-weight: bold;
  color: #8595BD;
  text-transform: uppercase;
  padding-top:30px;
  } 

.Ch0 {
  font-size: 14px;
  font-weight: bold;
  color: #006EDB;
  border-bottom: 1px dashed #529BE5;
  margin: 0;
  padding: 0;
  text-align: left;
  }
.Ch1 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #529BE5;
  font-style: italic;
  color: #006EDB;
  margin: 0;
  padding: 0;
  text-align: left;
  }
.Ch2 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dashed #529BE5;
  font-style: italic;
  color: #006EDB;
  margin: 0;
  padding: 0;
  text-align: left;
  }
#searchresult {
	font-size:10px;
	margin-top: 30px;
}
#searchresult P {
	font-size:10px;
}
#searchresult A {
	font-size:11px;
}
.smallLink {
	font-size:11px;
	text-decoration:none;
}
  #searchresult DIV {
	font-size:10px;
}

.TCh0 {
  font-size: 14px;
  font-weight: bold;
  color: #006EDB;
  text-decoration:none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-style: italic;
  }
.TCh1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	font-style: normal;
	color: #003F7F;
	margin: 0;
	padding: 0;
	text-align: left;
}
.TCh2 {
  font-size: 12px;
  font-weight: normalld;
  text-decoration:none;
  font-style: normal;
  color: #006EDB;
  margin: 0;
  padding: 0;
  text-align: left;
  }
  .TCh3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	font-style: italic;
	color: Gray;
	margin: 0;
	text-decoration:none;
	padding: 0;
	text-align: left;
}
