@charset "utf-8";
/* CSS Document */

*{
  margin:0px;
  padding:0px;
}
a
{
	text-decoration:none;
}

a:link, a:visited
{
  color:#000;
  text-decoration: none;
}
a:hover
{
	/*quickfixed
	text-decoration:underline;
	*/
  text-decoration:none;
  color:#000;
}
body{
  background:#c0c0c0;
  width:100%;
  height:100%;
  margin:0 auto;
  padding:0px;
  font-family:Trebuchet MS, verdana;
  font-size:13px;
  color:#000;
  text-align:center;
  overflow-y: scroll;
}
.wrapper
{
  width:1024px;
  text-align:center;
  margin:0 auto;
  background:#fff;
}
.wrapper-sub
{
  float:left!important;
  min-height:50px!important;
  width:1024px;
  background:#fff;
}
html[xmlns] .clearfix {
  display:block;
}
.header
{
  width:1024px;
  height:175px;
  background:url(images/bg_header.gif) no-repeat scroll 0% 0%;
  text-align:left;
  margin:0px;
  padding:0px;
}
.header-nav-top h1
{
  float:left;
  width:305px;
  margin:12px 0px 0px 40px;
  padding:0px;
}
.header-nav-top a
{
  border:none;
}
.header-nav-top a img
{
  border:none;
}
.quick-access
{
  float:right;
  width:634px;
  text-align:right;
  margin:5px 20px 20px 0px;
  padding:0px;
  height:90px;
  font-size: 13px;
  color: #999;
  
}
.quick-access .input-text
{
	width: 145px;
	border: 1px solid #888888;
	padding: 3px 9px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #444;
	background-color: #FFFFFF;
	background-image: none;
	margin-bottom: 3px;
}

.input-password
{
	width: 145px;
	border: 1px solid #888888;
	padding: 3px 9px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
	background-image: url(images/pinbg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.quick-access .language-selection
{
	clear:both;
	display:block;
	margin-bottom: 10px;
	font-size: 11px;
}

.quick-access .language-selection a.language
{
	font-size: 11px;
	text-decoration:none!important;
}

.quick-access .language-selection .languageSelect
{
	font-size: 10px;
	text-decoration:none!important;
	color:#777777;
	width:200px;
}

.quick-access .login-box
{
  float:right;
  text-align:right;
}
.quick-access .login-box .tbl_Login
{
	text-align:left;
}
.quick-access .login-box .tbl_Login .tbl_login_cell
{
	width:165px;
}
.quick-access .login-box .tbl_Login .tbl_login_error
{
	text-align:right;
}
.quick-access .login-box a.forgot
{
	font-size: 11px;
	margin-left:25px;
	text-decoration:none!important;
	padding-bottom: 0px;
}
.quick-access .login-box signin
{
	text-align:right;
}

.quick-access .login-box a.nokia-india
{
	font-size: 11px;
	margin-left: 3px;
	text-decoration:none!important;
	padding-bottom: 0px;
}

.quick-access .login-box .AnonymousScanAlert
{
    display: block;
    height: 0;
    position: relative;
    top: -25px;
}

.quick-access a
{
	font-size: 13px;
	color: #777;
	text-decoration:underline!important;
}

.quick-access a:hover
{
	color: #990000;
}

.quick-access .login-box .error
{
	font-size: 11px;
	font-size: 10px!ie;
	position:relative!ie;
	top:1px!ie;
	color: #ff0000;
	display:block;
	line-height:13px;
}

.header-nav-bottom
{
  /*background:url(images/bg_menu.gif) no-repeat scroll 0 0;*/
  float:left;
  width:1024px;
  height:46px;
  *position:relative;
  *z-index:2;
}
/*menu begin*/
#nav
{
  list-style:none;
  margin:0px;
  margin-top: 5px;
  padding:0px;
}
#nav li
{
  list-style:none;
  /*display:block!important;*/
  display:inline;
  padding:0px 13px 0px 13px;
  float: left;
  position:relative;
}
#nav li.blank
{
	width:135px;
}
#nav li.first{
  margin-left: 30px;
}
#nav li a
{
  font-family:Trebuchet MS;
  font-size:16px;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:bold;
  float:left;
  /*padding:0px 20px;*/
  height:46px;
  text-align:center;
  line-height:46px;
  /*margin-left:48px;*/
  width:135px;
}
#nav li a.active
{
  background:url(images/a_hover.gif) no-repeat scroll 50% 50%;
  width:135px;
  height:46px;
  float:left;
  text-align:center;
  padding:0px;
}
#nav li a:hover
{
  background:url(images/a_hover.gif) no-repeat scroll 50% 50%;
  width:135px;
  height:46px;
  float:left;
  text-align:center;
  padding:0px;
}
#nav li:hover
{
  background:url(images/a_hover.gif) no-repeat scroll 50% 50%;
  width:135px;
  height:46px;
}
#nav li.blank:hover
{
	background-image:none!important;
}
#nav li ul.subnav 
{
  display:none;
  z-index:2;
}
#nav li:hover ul.subnav 
{
  position:absolute;
  left:13px;
  top:35px;
  list-style:none;
  background:#2e2e2e;
  height:auto;
  padding:15px;
  padding:15px 15px 10px 15px;
  display:block;
  width:105px;
}

#nav li ul.subnav  li
{
  padding:0px;
  float:none;
  line-height:25px;
  display:block;
}
#nav li ul.subnav  li:hover
{
  background:none;
  width:auto;
  height:auto;
}
#nav li ul.subnav  li a
{
  font-size:13px;
  text-decoration:none;
  text-transform:none;
  color:#fff;
  font-weight:normal;
  line-height:25px;
  height:auto;
  text-align:left;
  float:none;
  width:auto;
}
#nav li:hover ul.subnav  li a:hover
{
  background:none;
  text-decoration:underline;
}
/*end menu*/
/*Main content begin*/
.main-content
{
  width:100%;
  text-align:left;
  margin:0px;
  margin-top: -9px;
  padding:0px;
}
.defaultstyle p {
  margin: 1em 0;
}
.middle
{
  width:690px;
  float:left;
}

.middleFull
{
  width:1000px;
  float:left;
  padding-left:22px;
}

.col-right
{
  width:276px;
  float:right;
  margin-top:25px;
  padding-right:18px;
}
/* Home page begin */
.banner
{
  margin-top:25px;
  background:url(images/bg_banner.gif) no-repeat scroll 0% 0%;
  width: 690px;
  height:268px;

}
.banner h1
{
  float:left;
  padding:14px 0px 0px 29px !important;
  width:197px;
  border:none!important;
}
.banner-text
{
  float:left;
  width:425px;
  padding-right:35px;
}
.banner-text .text
{
  margin-top:65px;
  font-family:Trebuchet MS;
  font-size:16px;
  color:#000000;
}
.banner-text h2
{
  font-family:Trebuchet MS;
  font-size:30px;
  font-weight:normal;
  color:#000000;
}
.banner-text h2 span
{
  color:#d90000;
}
.btn
{
  background:url(images/bg_btn.gif) no-repeat scroll 0% 0%;
  width:146px;
  height:29px;
  margin-top:7px;
}
.btn-footer
{
  margin-left:570px;
  position: relative;
  top: -30px;
  left: -40px;
}
.btn-footer span
{
  margin-left:5px;
}
.content-text
{
  font-family:Trebuchet MS;
}
.download
{
  float:left;
  width:180px;
  padding-left:22px;
  vertical-align:middle;
  font-family:Trebuchet MS;
  font-size:18px;
  color:#000;
  margin-top:85px;
}
.download span.img
{
  float:left;
}
.download h3
{
  font-size:18px;
  font-weight:normal;
}
.content-description
{
  float:left;
  width:465px;
  margin-top:25px;
  padding-right:22px;
}
.content-description h3
{
  font-size:22px;
  color:#000;
  font-weight:normal;
}
h3 span
{
  color:#d90000;
}
.content-description ul
{
  list-style:none;
  margin:0px;
  padding:0px;
}
.content-description ul li
{
  background:url(images/li_deliver.gif) no-repeat scroll 10px 60%;
  text-indent:25px;
  margin:7px 0px;
  font-family:Trebuchet MS;
  font-size:16px;
  color:#000;
  font-weight:normal;
}
.note
{
  padding:30px 51px 10px 58px;
  float:left;
  width:581px;
}
.note-top
{
  background:url(images/note-top.gif) no-repeat scroll 0% 0%;
  height:14px;
}
.note-bottom
{
  background:url(images/note-bottom.gif) no-repeat scroll 100% 0%;
  height:14px;
}
.note-center
{
	text-align:center;
	padding: 5px 30px 5px 30px;
	font-size: 30px;
	color: #444;
	font-family: Trebuchet MS;
	letter-spacing: 1px;
}
.note-by
{
  text-align:right;
  margin-top:10px;
  font-size:18px;
  color:#5f5f5f;
  font-weight:normal;
	font-family:Impact;
}
.link-logo
{
  padding:0px 0px 18px 0px;
}
.link-item
{
  float:left;
  padding:50px 20px 18px 20px;
}

/* End home page*/
/*Contact begin*/
.mail-detail
{
  padding:10px 0px 0px 20px;

}

.block-first
{
  float:left;
  width:668px;
  border-bottom:1px solid #a0a0a0;
  border-bottom-style:dotted;
  padding:20px 0px;
}
.block-last
{
  border:none;
  float:left;
  width:668px;
  padding:20px 0px;
  z-index:1px;
  position:relative;
}

.block-middle
{
  float:left;
  width:668px;
  border-bottom:1px solid #a0a0a0;
  border-bottom-style:dotted;
  padding:20px 0px;
}
.block-first ul, .block-last ul, .block-middle ul
{
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
  width:200px;
}
.block-first .flash-1
{
  float:right;
  background:url(images/flash-1.gif) no-repeat scroll 0px 0%;
  width:27px;
  height:17px;
}

.block-last .flash-2
{
  float:right;
  background:url(images/flash-2.gif) no-repeat scroll 0 0%;
  width:25px;
  height:17px;
}

.block-middle .flash-1-5
{
  float:right;
  background:url(images/flash-1-5.gif) no-repeat scroll 0 0%;
  width:27px;
  height:17px;
}
.block-first ul li.tel, .block-last ul li.tel, .block-middle ul li.tel
{
  padding:15px 0px 0px;
}
.block-first .map, .block-last .map, .block-middle .map
{
	float: right;
}
.block-1, .block-2, .block-1-5
{
	display:block;
	float:left;
	height: 150px;
	overflow:hidden;
}
.block-middle ul li a,
.block-last ul li a,
.block-first ul li a
{
	display:block;
	padding-top: 10px;
	color: #990000;
}

/*Contact end*/
/* Product begin*/
.banner-product .banner-product-img-2
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_product.png) no-repeat scroll 0% 0%;
  height:132px;
}
.product-intro
{
  padding:10px 22px 25px 22px;
  font-size:16px;
  font-weight:normal;
  color:#000;
}
.product-button
{
  display :block;
  text-align:right;
  padding-left: 550px;
}
.product-intro p span
{
  color:#ff0000;
}

.classy-button
{
	margin-top: 10px;
	margin-bottom: 15px;
	background: url(images/btn_add.gif) no-repeat scroll 0 0;
	margin-left: 0;
	overflow: visible;
	text-transform: none;
	vertical-align: middle;
	width: auto;
	border: none;
	line-height: 20px;
	color: #fff!important;
	font-size: 14px !important;
	padding-top:2px;
	padding-bottom: 4px;
	width: 101px;
	text-align:center;
	display:block;
	text-decoration:none!important;
}

.learn-more
{
  background:url(images/btn_add.gif) no-repeat scroll 0 0%;
  margin-left:0;
  overflow:visible;
  text-transform:none;
  vertical-align:middle;
  width:auto;
  border:none;
  width:101px;
  line-height:20px;
  height:24px;
}

.product-intro .learn-more span
{
  color:#fff;
}
.product-data
{
  padding:10px 0px 15px 22px;
  font-size:13px;
  color:#000;
  float:left;
  margin:0px;
}
.product-data span
{
  color:#ff0000;
}
.product-data-item{
  padding:13px 0px;
  
}
.product-data-item h4
{
  font-size:18px;
  color:#000;

}
.backup h4
{
  background: url(images/backup.png) no-repeat scroll 0% 50%;
  text-indent:55px;
  line-height:55px;
}
.retore h4
{
  background:url(images/restore.png) no-repeat scroll 0% 50%;
  text-indent:55px;
  line-height:48px;
}
.clock h4
{
  background:url(images/lock.png) no-repeat scroll 0% 50%;
  text-indent:55px;
  line-height:48px;
}
.track h4
{
  background:url(images/track.png) no-repeat scroll 0% 50%;
  text-indent:55px;
  line-height:48px;
}
.wipe h4
{
  background:url(images/wipe.png) no-repeat scroll 0% 50%;
  text-indent:55px;
  line-height:48px;
}

/*.learn-more span
{
  background:url(images/btn_add.gif) no-repeat scroll 100% 0%;
  float:left;
  height:23px;
  margin:0px;
  padding:0px 10px 0px 0px;
  text-align:center;
  white-space:nowrap;
  line-height:23px;
  color:#fff;
}*/
/* Product Android begin */
.android
{
  padding:10px 0px 25px 20px;
  display:block;
  height: 210px;
}
.android-left
{
  float:left;
  width:364px;
  padding-right:23px;
}
.android-left p
{
  font-size:16px;
  padding:5px 0px;
  font-family:Trebuchet MS;
}
.android-left p span
{
  color:#ff0000;
}
.android-right
{
  width:272px;
  height:176px;
  float:left;
  padding-bottom:20px;
}
.android-right-top
{
  width:214px;
  height:197px;
  background:url(images/bg_text.gif) no-repeat scroll 0% 0%; 
  padding:25px 29px 20px 29px;
}
.android-right p span
{
  color:#ff0000;
}

.android-right-bottom
{
    margin-top:7px;
}
.android-right-bottom a
{
  text-decoration:none;
  font-size:17px;
  /*color:#000;*/
}
.android-right-bottom a img
{
  border:none;
  vertical-align:middle;
  padding:0px 5px 0px 0px;
}
.android-right .text-label
{
  font-size:10px;
  margin:0px 10px;
  text-align:right;
}
.android-right .text-label a
{
  text-decoration:none;
  color:#000;
}
/*tab-product
{
  padding-top:22px;
  float:left;
  width:690px;
}*/
.product-android
{
  padding:0px 30px 0px 15px;
}

.android-item-left
{
	padding-top: 20px;
}

.android-item-right
{
	padding-top: 20px;
	height: 195px;
}

.android-item-left .android-img
{
  float:left;
  padding-top:0px;
  padding-right:20px;
}
.android-item-right .android-img
{
  float:right;
  padding-left:0px;
  
}
.android-des
{
  padding-top:0px;
  padding-bottom:20px;
  padding-left:17px;
  padding-right:14px;
}
.android-des p{
  padding-bottom:20px;
}
.android-des span
{
  color:#ff0000;
}
.android-des h5
{
  font-size:18px;
}
.Requirements-top-item
{
  padding:10px 0px;
}
.Requirements-top h2
{
  font-size:18px;
}
.Requirements-top
{
  padding:0px 22px 120px;
}

/* FAQ begin */
.faq-detail
{
  padding:5px 20px 0px 20px;
}
.faq-detail-item 
{
  padding:15px 0px;
}

.faq-detail-item a
{
  color: #990000;
}

.faq-detail-item h4
{
  font-size:17px;
  color:#000;
  margin-bottom: 5px;
}
.search-category
{
  text-align:right;
  padding-bottom:10px;
  padding-left:430px;
}
/*FAQ end*/
/*Media begin*/
.media-item
{
  width:100%;
  padding:14px 0px 0px;
  float:left;
}
.media-img
{
  float:left;
  width:147px;
  padding-right:15px;
}
.media-des
{
  float:left;
  width:522px;
  height:96px;
}
.media-des h5
{
  font-size:18px;
  color:#000;
}
.media-detail
{
  padding:5px 20px 0px 20px;
}
.media-detail-item 
{
  padding:15px 0px;
}
.media-detail-item h4
{
  font-size:17px;
  color:#000;
}
.media-detail p{
  padding-bottom:20px;
}
.page
{
  text-align:center;
  padding:25px 0px 0px;
  float:left;
  width:100%;
}
.page ul
{
  margin:0px;
  padding:0px;
  list-style:none;
}
.page ul li
{
  list-style:none;
  display:inline;
}
.page ul li.last
{
  padding-left:3px;
}
.page ul li.last a
{
  text-decoration:none;
}
.page ul li a
{
  text-decoration:underline;
}
/*Media end*/
/*Support begin*/
.banner-product
{
  background:url(images/banner_sub.gif) no-repeat scroll 0% 0%;
  width:703px;
  height:129px;
  margin-left:-7px;
}
.banner-product .banner-product-text
{
  width:234px;
  float:left;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  padding-left:37px;
  padding-top:17px;
  font-family:Trebuchet MS;
}
.banner-product .banner-product-text h3
{
  font-size:29px;
  /*font-size:21px;*/
}
.banner-product .banner-product-text span
{
  color:#d90000;
}
.banner-product .banner-product-img
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_support.png) no-repeat scroll 0% 0%;
  height:132px;
}
.banner-product .banner-product-img-1
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_contact.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-3
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_android.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-4
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_media.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-5
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_symbian.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-6
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_wmobile.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-7
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_bb.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-8
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_blog.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-9
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_aboutus.png) no-repeat scroll 0% 0%;
  height:132px;
}

.banner-product .banner-product-img-10
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_javamobile.png) no-repeat scroll 0% 0%;
  height:132px;
}
.banner-product .banner-product-img-11
{
  width:425px;
  float:right;
  margin-right:6px!important;
  margin-right:3px;
  background:url(images/banner_iOS.png) no-repeat scroll 0% 0%;
  height:132px;
}

.breadcrumbs
{
  padding:10px 0px;
}
.breadcrumbs ul
{
  list-style:none;
  margin:0px;
  padding:0px 0px 0px 22px;
}
.breadcrumbs ul li
{
  list-style:none;
  display:inline;
}
.breadcrumbs ul li a
{
  text-decoration:underline;
}
.breadcrumbs ul li a:hover
{
  color:#ff0000;
}
.support-item
{
  padding-bottom:15px;
}
.support-item .head
{
  /*background:url(images/bg_heading.gif) no-repeat scroll 0% 0%;*/
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #D8D8D8;
  width:690px;
  margin-top:20px;
  display:block;
}
.half-item
{
	width:345px;
	float:left;
}
.support-item .head-half
{
  /*background:url(images/bg_heading_half.gif) no-repeat scroll 0% 0%;*/
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #D8D8D8;
  width:345px;
  margin-top:20px;
  display:block;
}
.support-item .head h3, .support-item .head-half h3
{
  color:#000;
  font-size:18px;
  line-height:34px;
  padding-left: 20px;
}
.support-content-text
{
  padding:0px 21px 20px;
}
.support-content
{
  padding:12px 0px;
}
.support-content-text p{
  color:#000;
  font-size:13px;
}
.support-help
{
  padding:0px 125px;
  font-size:12px;
  margin:5px 0px 3px;
}
.support-help input
{
  width:366px;
  border:1px solid #ccc;
  font-size:13px;
  color:#000;
  padding:5px 16px 6px;
}
.support-check
{
	display:block;
	width:100%;
  font-size:13px;
  color:Maroon;
  padding:5px 16px 5px;
  text-align:center;
}
.support-result
{
  width:666px;
  height:110px;
  border:1px solid #a0a0a0;
  border-style:dotted;
  padding:10px;
  font-size:16px;
  color:#dedede;
}
.support-content-text span
{
  color:#ff0000;
}
.support-content-text a
{
  color:#000;
  text-decoration:underline;
}
.support-content-text .model
{
  padding-top:25px;
}
.model-img
{
  float:left;
  max-width:90px;
  max-height:110px;
}
.support-result-model
{
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  border-bottom:1px solid #dedede;
  width:366px;
  padding:10px;
}
.model-des
{
  font-size:13px;
  color:#000;
  padding: 36px 0px 0px 10px;
  float:left;
  overflow:hidden;
}
.model-des a
{
  font-size:13px;
  color:#000;
  text-decoration:underline;
  line-height:23px;
}
.support-content ol
{
  margin:0px;
  padding:10px 0px;
  list-style:none;
}
.support-content ol li
{
  display:block;
  width:50%;
  float:left;
  /*height:216px;*/
}
.product-item 
{
}
.product-item .product-img
{
  float:left;
  width:110px;
  text-align:center;
}
.product-item .product-des
{
  float:left;
  width:205px;
  padding:0px 15px;
}
.product-item .product-des h2
{
  margin-top:5px;
}
.product-item .product-des p.product-description a
{
  text-decoration:underline;
  color:#ff0000;
  font-size:13px;
}
.product-item .product-des .download-product
{
  padding-top:5px;
}
.product-item .product-des .download-product a
{
  text-decoration:none;
  font-size:17px;
  color:#000;
}
.product-item .product-des .download-product a img
{
  vertical-align:middle;
  border:none;
  padding:0px 5px 0px 0px;
}
/*Support end*/

/*Right content begin*/
.box-right
{
  padding-bottom:12px;
}
.box-right .head
{
  background:url(images/bg_title.gif) no-repeat scroll 0 0;
  padding:0px 15px;
  height:46px;
  width:266px;
  display:table-cell;
  vertical-align:middle;
}
.box-right .head h4
{
  font-family:Trebuchet MS;
  font-size:15px;
  font-weight:bold;
  color:#898989;
  *position:relative;
  *top:25%;
}
.box-right .content
{
  border-left:1px solid #c1c1c1;
  border-bottom:1px solid #c1c1c1;
  border-right:1px solid #c1c1c1;
  padding-top:2px;
}
.box-right a:link, a:visited
{
  text-decoration:none;
}
.box-right a:hover
{
  text-decoration:underline;
}
.box-content .new-item-1
{
  padding:5px 7px 15px 15px;
  font-size:14px;
  line-height:22px;
}
.box-content .new-item-1 img
{
  vertical-align:middle;
  padding-right:13px;
}

.box-right .new-item-2 a:hover
{
  text-decoration:underline!important;
  font-weight:bold!important;
  color:#B90000!important;
}
.box-right .new-item-2 a, .box-right .new-item-2 a:visited
{
  font-weight:bold!important;
  color:#B90000!important;
  display:table;
}
.box-right .new-item-3
{
	font-size:10px;
	font-style:italic;
	margin-left:44px;
	padding-bottom:25px;
}
.box-right .new-item-3 a, .box-right .new-item-3 a:hover, .box-right .new-item-3 a:visited
{
  text-decoration:underline!important;
  color:#B90000!important;
}
.box-right a img
{
  border:none;
}
.box-right .clear-box
{
  border-bottom:1px solid #b5b5b5;
  border-bottom-style:dotted;
}
.box-content
{
  padding:15px;
}
.box-content span
{
  color:#d90000;
}
.box-content .new-item
{
  padding:10px 0px;
}
.box-content .new-item .new-item-img
{
  float:left;
  width:50px;
  height:50px;
}
.box-content .new-item .new-item-img img
{
  vertical-align:middle;
}
.box-content .new-item  .new-item-des
{
  width:170px;
  margin-left:50px!important;
  margin-left:0px;
  padding-left:20px;
  font-family:Trebuchet MS;
  font-size:12px;
}

.box-content .new-item a:hover
{
  color:#FF0000;
  text-decoration:none;  
}
/*End right content*/
/* Footer begin */
.footer
{
  float:left;
  width:1024px;
  margin:0px;
  padding:0px;
  padding-top: 15px;
  display:block;
}
.footer-nav
{
  text-align:center;
  margin:0px 22px;
  border-top:1px solid #a0a0a0;
  border-top-style:dotted;
}
.link-info
{
  margin-top:30px;
  margin-bottom:7px;
}
.link-info ul
{
  list-style:none;
  margin:0;
  padding:0px;
  width:100%;
}
.link-info ul li
{
  display:inline;
  list-style:none;
  padding:0px 9px 0px 9px;
  background:url(images/delive_bottom.gif) no-repeat scroll 100% 60%;
}
.link-info ul li.last
{
  background:none;
}
.link-info ul li.Newlast
{
  background:url(images/delive_bottom.gif) no-repeat scroll 0% 60%;
}
.link-info ul li a:visited, .link-info ul li a:link
{
  font-family:Trebuchet MS;
  font-size:12px;
  color:#000;
  text-decoration:none;
  text-transform:uppercase;
}
.link-info ul li a:hover
{
  text-decoration:underline;
}

#link-info2
{	
  margin-top:5px;
  margin-bottom:7px;
}

.copy-right
{
  margin-bottom:18px;
  font-family:Trebuchet MS;
  font-size:12px;
  color:#000;
}
/* Footer end */
.drop-box
{
  background:url(images/icon13.jpg)  no-repeat scroll 0% 60%;
  height:55px;
  padding-left:50px;
}
.product-select
{
  padding:10px 15px 15px 10px;
}
.product-select p.from-customers 
{
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
    margin-right: 5px;
    text-align: left;
}
.BuyQoute 
{
    width: 250px;
}

a:hover.product-select-img img
{
	background-image: url(images/selection.png);
}

.product-select-img img
{
	width:200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	margin-left:10px;
}

.product-select label
{
  font-size:14px;
}
.drop-box span
{
  color:#ff0000;
}
.product-select p
{
  padding-top:10px;
  font-size:12px;
  text-align:center;
}

.product-select p b
{
  font-size: 14px;
}

.select-label
{
  padding-bottom:7px;
  font-size:14px;
}
.search-category label
{
  padding-top:5px;
}

.label-year, .input-year
{
  float:left;
}

.memberContent
{
  width:700px;
  float:right;
  padding-right: 50px;
  padding-left: 50px;
}

.memberMenu
{
  width:190px;
  float:left;
  margin-top:15px;
  padding-left:10px;
}

.memberMenu .Device
{
    background-image: url("images/my-device.gif");
}

.memberMenu .Data
{
    background-image: url("images/my-data.gif");
}

.memberMenu .Settings
{
    background-image: url("images/my-settings.gif");
}

.memberContent h1, .middle h1
{
	font-size: 20px;
	color: #990000;
	border-bottom: solid 2px #dddddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display:block;
	padding-top:5px;
}

.memberContent h2.title, .middle h2.title
{
	font-size: 15px;
	color: #990000;
	border-bottom: solid 2px #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display:block;
	padding-top:25px;
}

.main-page-description-container
{
	clear:both;
	display:block;
}

.main-page-description-container .description-section
{
	text-align:left;
	margin:0px;
	display:block;
	float:left;
	width: 228px;
}

.main-page-description-container .description-section h4
{
  padding-left:55px;
  color:#333;
  font-size: 15px;
  margin-bottom: 10px;
  height:48px;
  display:table-cell;
  vertical-align:middle;
}

.main-lock h4
{
  background:url(images/lock.png) no-repeat scroll 5px 0%;
}

.main-backup h4
{
  background:url(images/backup.png) no-repeat scroll 5px 50%;
}
.main-track h4
{
  background:url(images/track.png) no-repeat scroll 5px 50%;
}

.main-page-description-container .description-section span.description
{
	display:block;
	padding-top: 15px;
	padding-right: 22px;
	padding-left: 22px;
	font-size: 12px;
}

.main-page-description-container .description-section span.description span.bullet
{
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px; 
	display:block;
}

.main-page-description-container .description-section span.tagline
{
	display:block;
	clear:both;
	padding-left: 35px;
	padding-top: 5px;
	font-size: 14px;
	color:#777;
}

.main-page-description-container .description-section img.description-img
{
	margin-left: 10px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding:2px;
}

ul.faq
{
    margin-left: 15px;
}

.faq .secureSMS-table
{
    text-align: left;
    vertical-align: middle;
    width: 400px;
}

.faq .secureSMS-header
{
    background-color: #cccccc;
}

.faq .secureSMS-eg
{
    color: #666666;
}

#BannerUL
{
    list-style-type:none;
}

a:link.img-link, a:visited.img-link
{
    color: #FFFFFF;
}

.img-link img
{
    border: none;
}

#error-text
{
    margin: 10px 20px 0px 20px;
}

#member-disconnect
{
    margin-top: 15px;
    margin-left: 15px;
}

#member-disconnect li
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.blog-details
{
    padding: 20px 35px 0px 25px;
}

.blog-details .post a:link, .blog-link a:visited
{
	color: #FF0000;
}

.blog-link a:link, .blog-link a:visited
{
	color: #990000;
}

.blog-link a:hover
{
	text-decoration: underline;
}

.blog-post-footer
{
	color:#AAAAAA;
	font-size:80%;
	font-style:italic;
}

#blog-previous
{
	padding-left:16px;
	font-size:12px;
}

#blog-previous a:hover
{
	color: #FF0000;
	text-decoration:none;
}

.blog-previous-item
{
	padding:3px;
}

#blog-archive
{
	padding-left:16px;
	font-size:13px;
}

#blog-archive a:hover
{
	color: #FF0000;
	text-decoration:none;
}

.blog-archive-item
{
	padding:2px;
}


#landing-top-div
{
    height: 400px;
}

.landing-center
{
    margin-top: 25px;
    font-weight: bold;
    font-size: medium;
    text-align:center;
}

.landing-product-img
{
    float:left;
    margin-top:25px;
    margin-left:35px;
    margin-right:35px;
    height:230px;
}

.landing-productname-img
{
    float:left;
    margin-top:0px;
    margin-left:11px;
    margin-right:11px;
}
.landing-productname-img img
{
	width:150px;
}

#landing-middle-div
{
    height:350px;
}

.landing-left
{
    margin-left:20px;
    margin-top: 25px;
    font-weight: bold;
    font-size: medium;
    text-align:left;
    margin-bottom: 25px;
}

.landing-footer
{
    color: grey;
    margin-top:50px;
    margin-left:20px;
}

.pagecrumbs
{
    text-align: center;
}

.pagecrumbs a:link, .pagecrumbs a:visited
{
    text-decoration: underline;
}

.press-img
{
	width: 50px;
}

.ValidateItalic
{
	font-style:italic;
}

a.PromoCodeBtn
{
	color:#555555;
	font-size:85%;
	padding-left:450px;
}

a.supported-phones
{
	color: #990000;
}

ul.supported-phones-manufacturers-list
{
	display:block;
    padding: 0 0 0 0;
    margin: 0;
}

ul.supported-phones-manufacturers-list li
{
    float: left;
    display: inline;
    padding: 5px;
    width: 120px;
    font-size: 0.8em;
}

ul.supported-phones-manufacturers-list li a
{
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}

.make-primary-number, .not-my-number
{
	display:block;
	margin:auto;
	padding-top: 10px;	
}

.not-my-number a, .make-primary-number a
{
	border-bottom: 1px dotted gray;
	color: Gray;
}

.not-my-number a:hover, .make-primary-number a:hover
{
    color:#B90000;
}


.lb_goback_buy
{
	margin-left: 40px;
}

.tr_paypal_text
{
	padding: 30px 0px 0px 40px;
}

.tr_paypal_img
{
	padding: 10px 0px 30px 40px;
}

.fd-img
{
	border:"0";
}

.forgot-password-cb
{
	margin-left: 110px;
}

.ajax-loading-panel
{
	vertical-align:middle!important;
	text-align: center!important;
	background-color: #eee;
}

.ajax-loading-panel img
{
	position:absolute;
	top: 50%;
	left: 45%;
}

a:link.phonefinderLinks, a:visited.phonefinderLinks, a:hover.phonefinderLinks
{
	text-decoration:underline;
}

a:link.OSSearchLink, a:visited.OSSearchLink, a:hover.OSSearchLink
{
	color:#FF0000;
}

.freemode span.secure
{
	color:#FF0000;
}

.tbl_chart
{
	margin-left:10px;
	margin-right: 25px;
}

.tbl_chart .row_alt
{
	background-color:#FFF0F0;
}

.tbl_chart .column_description
{
	width: 500px;
	padding:5px;
}

.tbl_chart .column_free
{
	width: 100px;
	text-align: center;
}

.tbl_chart .column_full
{
	width: 100px;
	text-align: center;
}

.tbl_chart .bold
{
	font-weight:bold;
}

.tbl_chart .small
{
	font-size:85%;
	color:#555555;
}
.tbl_chart .icon
{
	margin-left: 4px;
	margin-top:7px;
	margin-right:7px;
	width:20px;
}
.tbl_chart .buynowBtn img
{
	width:95px;
	margin-bottom:3px;
	margin-top:5px;
}

#tbl_header .column_description
{
	width: 475px;
	padding:5px;
	padding-bottom:0px;
}

#tbl_header .column_free
{
	width: 90px;
	text-align: center;
	font-weight:bold;
}

.buynowbutton img
{
	width:95px;
	margin-bottom:3px;
	margin-top:5px;
	margin-left:580px;
}

.noActive .secure
{
	color:#FF0000;
}

.noActive .bold
{
	font-weight:bold;
}

.android-des a:link, .android-des a:visited
{
	color: #FF0000;
}

.FreeMode-Text
{
	margin-left:10px;
}

.deleteAccount
{
	padding-right:20px;
}

p.about-wavesecure
{
	text-align:left;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:7px;
	font-size:14px;
}

a.download-wavesecure
{
	float:left;
}

a.download-wavesecure img
{
	width:50px;
}

.download-detail
{
	margin-left:20px;
	margin-right:120px;
	display:inline-block;
	margin-bottom:20px;
}
.download-detail .screenshot
{
	margin-right: 15px;
	width:100px;
}
.download-detail p span
{
	color:#D90000;
}
.download-detail p a:link, .download-detail p a:visited
{
	text-decoration:underline;
}

#dhtmlgoodies_tooltip
{
	background-color:#FFFFFF;
	border:1px solid #990000;
	position:absolute;
	display:none;
	z-index:20000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}

.DisplayNone
{
	display:none;
}

.joinus-ul
{
	margin-left:25px;margin-top:10px;
}

.joinus-ul li
{
	padding-left:5px;
}

a.buy_phone_number_alert
{
	border: solid 2px #990000;
	padding-left: 5px;
	padding-right: 5px;
	color: #990000;
	font-weight:bold;
	cursor:default;
}

a:hover.buy_phone_number_alert
{
	color: #ffffff;
	background-color:#990000;
}

div.tooltip_info
{
	padding: 10px;
	color:#990000;
	width: 250px;
}

/* jQuery Tabs extras */

div.tabs-container div.content
{
    padding:10px;
}

.mandatory_star
{
    color:Red;
}

.admin_menu
{
	background-color: transparent;
}

.admin_menu a
{
	color: #fff!important;
	font-weight: bold;
}

#logo
{
        float: left;
    width: 10.5em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0;
    text-align: center;
}
        
.primaryStaticMenuItem
{
    width: 10em;
    background-color: transparent;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    padding: 0.5em 0 0.5em 0.5em;
}
.primaryStaticHover
{
    background: #AB3200;
    border-color:Black;
    border-width:2px;
}
        
.primaryDynamicMenuItem
{
    width: 10em;
    background-color: #990000;
    padding: 0.5em 0 0.5em 1em;
    border-width: 2px;
    border-color: #990000;
    border-style: solid;
}
.primaryDynamicHover
{
    background: #AB3200;
    border-color:Black;
    border-width:2px;
}
        
#div_MenuTop
{
    background-color:#990000;
}

.logout_div
{
	text-align: right;
	font-size: 16px;
	font-style: oblique;
}

div.tooltip_info
{
	padding: 10px;
	color:#990000;
	width: 250px;
}

.div_BlackoutPopup
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.4);
	z-index:100;
}

.div_BlackoutPopup .div_BlackoutWhiteArea
{
	background-color:white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:auto;
	width:800px;
	height:550px;
	text-align:left;
	margin-top:10px;
}

.div_BlackoutPopup .div_BlackoutWhiteArea h1
{
	margin-left:25px;
	padding-top:18px;
}

.div_BlackoutPopup .div_BlackoutWhiteArea p
{
	margin-left:25px;
	padding-top:10px;
}

.div_BlackoutPopup .div_BlackoutWhiteArea a
{
	color:Gray;
	border-bottom:1px dotted;
	display:inline-block;
}

.support-item .item 
{
    padding:5px 20px 0;
}
.buy
{
	list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}

.buy li
{
	font-size:13px;
	float:left;
	margin: 0 2px 0 0px;
    width: 130px; /* be nice to Opera */
    color:#000;
    background:url(images/tab_visited.gif) no-repeat scroll 0 0;
    padding:7px 20px 7px 30px
}

.buy .buy-selected
{
	background: url(images/tab_active.gif) no-repeat scroll 0 0;
    outline: 0; /* prevent dotted border in Firefox */
    color:#fff;
}

.buy-container
{
	border: none;
    padding: 22px 0px 0px 0px;
	background:url(images/tab_body_bg_buy.gif) no-repeat scroll 0% 0%;
	float:left;
	width:690px;
}
.buy-hide
{
	display:none;
}

.Optional
{
    font-style:italic;
    color:Gray;
    font-size:0.9em;
}
.CountryPrefix
{
	display:inline-block;
	width:35px;
	text-align:right;
	color:Black!important;
	font-style:normal;
}

a.ContentHyperLink:link, a.ContentHyperLink:visited
{
    color:#B90000;
    text-decoration:none;
}
a.ContentHyperLink:hover
{
    color:#B90000;
    text-decoration:underline;
}

.ProceedToCart
{
    font-size:1.15em;
}
.RedirectIn5
{
    font-size:smaller;
    color:gray !important;
}
.howtouse_Icon_BG
{
    background-image:url(images/HowtoUse_Icon_Bg.png);
    width:114px;
    height:34px;
    display:block;
}
.howtouse_Icon
{
    padding: 6px 5px 18px 42px;
    display:block;
    width:100%;
    height:100%;
    color:#995555;
    font-size:1.2em;
}
.LockIcon
{
    background: url(images/lock.gif) no-repeat 10px 5px;
}
.TrackIcon
{
    background: url(images/track.gif) no-repeat 10px 5px;
}
.LocationIcon
{
    background: url(images/location.gif) no-repeat 10px 5px;
}
.BackupIcon
{
    background: url(images/backup.gif) no-repeat 10px 5px;
}
.WipeIcon
{
    background: url(images/wipe.gif) no-repeat 10px 5px;
}
.RestoreIcon
{
    background: url(images/restore.gif) no-repeat 10px 5px;
}
.VSMIcon
{
    background: url(images/vsm.gif) no-repeat 10px 5px;
}
.LocationTrack
{
    float: left;
    margin-left: 20px;
}

.android-item-seperator 
{
    clear: both;
    margin-bottom: 25px;
}

.DownloadNowButton
{
    height:40px;
    display:table-cell; 
    vertical-align:middle; 
    background:url("images/download_2.gif") no-repeat;
    padding-left:45px;
}
.bxContainer .prev
{	
	position:relative;
	top: -40px;
	left: 535px;
}
.bxContainer .next
{
	position:relative;
	top: -40px;
	left: 540px;
}
.bxContainer .prev img
{
	border:none;
}
.bxContainer .next img
{
	border:none;
}

.div_eula .title
{
    font-size:large;
	font-weight:bold;
	padding:10px;
	margin-left:15px;
}
.div_eula .content
{
	background-color:#EEEEEE;
	width:725px;
	height:415px;
	overflow:auto;
	padding:15px;
	margin:auto;
	margin-bottom:5px
}
.div_eula .agree
{
	font-size:1.7em;
	margin-left:25px;
	border-bottom:1px dotted;
}
.div_eula .disagree
{
	margin-left:25px;
	border-bottom:1px dotted;
}
.Import_UrlList
{
    margin-left:118px;
    margin-top:15px;
}
a.btn-Buy
{
    background:url("images/buynowbut.gif") no-repeat;
    width:228px;
    height:26px;
    display:inline-block;
    color:#FFF;
    padding:1px 0px 0px 0px;
    font-style:italic;
    font-size:16px;
    text-align:center;
}
a.btn-Trial
{
    background:url("images/freetrialbut.gif") no-repeat;
    width:228px;
    height:26px;
    display:inline-block;
    color:#FFF;
    padding:1px 0px 0px 0px;
    font-style:italic;
    font-size:16px;
    text-align:center;
}
