﻿@charset "utf-8";
@charset "utf-8";
/* CSS Document */

/* CSS for Header Footer aka any page. */

body{
	width: auto;
	text-align: center;
	font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	font-size:14px;
	color: #595959;
}

img{
    border: 0
}
a{
font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	color: #0f87da;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.page-container{
	/* from sudhanshu earlier it was width: 1000px;*/
	
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: justify;
	border: 0px solid #d6e2ea;
	font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	}

#content-area{
	margin-top: 30px;
	margin-bottom: 30px;
}

.header{
	height: 50px;
	width: 100%;
	position:relative;
    margin-bottom: 30px;
	
}

.header-logo{
	position:absolute;
	top: 0;
	left: 20px;
}

.header-nav{
	position:absolute;
	left: 200px;
}

a.nav{
	background: transparent url(../images/header/header-out-right.png) no-repeat top right;
	display: block;
	float: left;
	height: 52px;
	/*width:auto; */
	text-decoration: none;
font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	padding-right: 6px;
	position: relative;
	text-align: center;
}

a.nav span.link {
	background: transparent url(../images/header/header-out-left.png) no-repeat 0 0;
	display: block;
	line-height: 22px;
	padding: 16px 6px 0 15px;
	color: #336d94;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	height: 52px;
}

a.nav:hover span.link {
	background: transparent url(../images/header/header-hover-left.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
}

a.nav span.notch{
	display:none;
	background:url(../images/header/notch.png);
	background-repeat: no-repeat;
	width: 29px;
	height: 10px;
	z-index: 10000;
	padding-bottom: -10px;
	position:absolute;
}

a.nav:hover span.notch{
	display:block;
	background:url(../images/header/notch.png) no-repeat;
	left: 35%;
}

a.nav:hover {
	background: transparent url(../images/header/header-hover-right.png) no-repeat top right;
text-decoration: none;
}


.header-login{
	padding-top: 8px;
	padding-right: 0;
	text-align:right;
	position:absolute;
	right: 20px;
}

.header-login a{
	font-size: 11px;
	font-weight: bold;
	right:-10px!important;
	color: #336d94;
	text-align: center;
	margin-left: -15px!important;
	padding-top:0px!important;
}

.header-login a:hover{
	color: #f28325;
	text-decoration: underline;
}

.login-form{
	position: absolute;
	float: right;
	background: #edf2f6 !important; /* for non-css3 browsers */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

	width: 245px!important;
	height: 155px!important;
	z-index: 100000;
	right: 2px!important;
	top: 50px!important;
	padding-left:5px;
	border: 2px solid  #d6e2ea;
}

.login-form a{
	margin-right: 10px;
}

.login-form input{
	height: 24px;	
	font-size: 14px!important;
	line-height: 18px;
	border: 2px solid #edf2f6;
	font-weight: bold;
	text-align: center;
	width: 150px;
	color: #595959;
	padding: 0;
	-webkit-border-left-radius: 15px;
	-webkit-border-right-radius: 15px;
	-moz-border-radius: 15px;
	}

.footer-container{
	border-top: 1px solid #d6e2ea;
	position:relative;
	overflow: hidden;
	padding: 0px 0 0px 0;
	/*background:url(../images/home/logo-gray.png); */
	background-position:bottom right;
	background-repeat: no-repeat;
}

.footer li{
	list-style:none;
	margin-left: -40px;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	text-decoration:none;
}

.footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	text-decoration:none;
}

.footer a:hover{
	color: #f28325;
	text-decoration:underline;
}

.footer-content-wrapper{
	clear:none;
	float:left;
	text-align:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
}

.footer-content-box{
	clear:none;
	float:left;
	padding-left: 30px;
	margin-left: 32px;
	text-align:left;
}

.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.payment-image{
  display:block;
  clear:none;
  float:none;
}

.footer-end-heading{
width:960px;
	float:left;
	margin: 0px 10px 10px 10px;
	overflow:hidden;
	background-color: #e5e5e5;
}

.footer-end-heading h5{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #595959; 
	font-size:12px;
	font-weight:normal;
	display: block;
	float:left;
	padding: 5px 30px 5px 30px;
	margin: 0 0 0 0;
	overflow: hidden;
}


/* CSS for Index Apps aka New homepage. */

.top-box-container{
	border-bottom: 0px solid #d6e2ea;
	position:relative;
	overflow: hidden;
	padding: 0px 0 30px 0;
	
}

h2, .top-box-container h2{
	font-family: Arial, sans-serif;
	color: #000000; 
	font-size:20px;
	font-weight:normal;
	display: block;
	float:left;
	padding: 5px 20px 5px 20px;
	margin: 0 0 5px 0;
}

.top-box{
	float: left;
	/*-webkit-gradient(linear, 0% 100%, 0% 100%, from(#328FCD), to(##dcecf6), color-stop(.6,#333333));
	background: #fcfeff;  #336699
    border-bottom: 0px solid #bad4e9; 
	border-top: 0px solid #328fcd;
	border: 0px solid #328fcd; */
	margin-left: 22.5px;
	width: 290px;
	height: 160px;
	top: 0;
	left:0;
}

/* CSS for text box Shadow. */
input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus
{
	outline:none;
	border-color:rgba(82,168,236,.75)!important;
	box-shadow:0 0 8px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 8px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 8px rgba(82,168,236,.5);	
}

input[type=file], input[type=button], input[type=submit]{
	outline:none;
	border-color:rgba(0,0,0,0)!important;
	box-shadow:none;
	size: 50;
}

input.with-box:focus,input[class*=search]:focus,input[id*=search]:focus{
	border-color:inherit!important;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}


.top-box-banner{
	background: #e5e5e5 !important; /* for non-css3 browsers */
	margin-left: 0px;
	width: auto;
	height: 35px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}

.top-up-box{

}

#recharge-form{
	display: block;
	padding:55px 0 0 0;
	height:70px;
	margin: 0;
}

td{
	text-align:right;
	padding-left: 2px;
	margin-top:5px;
	
	font-size: 14px;
	font-weight: bold;
	color: #336d94;
}

input{
	height: 24px!important;	
	font-size: 16px;
	line-height: 18px;
	border: 2px solid #edf2f6;
	font-weight: normal;
	width: 150px;
	color: #595959;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	} 

fieldset.top-box table.recharge-form th{vertical-align:top;}
p.pseudo-input
{background:#f3f3f3;margin:0!important;border:1px solid #ddd;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.04);}


input:focus{
background: #FFFFFF;
}

.login-form input{
	height: 18px;	
	border: 1px solid #edf2f6;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	color: #336d94;
}

.login-form{
	color: #336d94;
}

.login-form a{
	margin-right: 10px;
}

.search-box{
	background-image:url(../images/home/search-icon.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.search-box ul{
	text-align: left;
	margin-top: 20px;
	margin-left: 100px;
	list-style:none;
	font-size: 14px;
	font-weight: bold;
	}

.search-box ul li{
	padding-top: 10px;
}

.recharge-services-box{
}

.recharge-content{
	text-align: center;
}

.recharge-content a{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	
}

.recharge-content table{
/*	margin-top: 40px;*/
	margin-left: 20px;
	width:100%;
}

.recharge-content table td{
	padding-left: 1px;
	/*vertical-align:middle;*/
	text-align:left;	
	padding-top: 4px;
}

.recharge-content table td.icon{
	text-align:center;	
	padding-right: 8px;
}

.featured-app-container{
	/*height: 567px!important;*/ 
	position:relative;
	border-top: 1px solid #d6e2ea;
	overflow: hidden;
	padding: 0px 0 0 0;
	margin-bottom: 30px;
}

.featured-app-image{
	position:relative;
	height:445px;
	width: 230px;
	float: left;
	margin: 0 20px 0 40px;
}

.featured-app-image span{
	position:absolute;
	background-image:url(../images/home/iphone.jpg);
	height: 445px;
	width: 230px;
	display: block;
	z-index:-1;
	}

.featured-app-image img{
	position:absolute;
	top: 75px;
	z-index:1;
	margin-left: 12px;
	height: 300px;
	width: 207px;
	display: block;
	border: 0;
}	
	
.featured-app-details{
	float: right;
	height: 425px;
	width: 60%;
	margin: 0 40px 0 20px;
	padding: 10px;
	text-align: left;
	
}

.featured-app-heading{
	margin: 0px;
	overflow:hidden;
	/*border-top:1px solid #D6E2EA; */
}

.featured-app-heading h1{
	font-family: Arial, sans-serif;
	color: #000000; /*#336d94 #000000;*/
	background-color: #e5e5e5;
	font-size:28px;
	font-weight:normal;
	display: block;
	float:left;
	padding: 5px 20px 5px 20px;
	margin: 0 0 10px 20px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}

.featured-app-details-heading h2{
font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	color: #336d94;
	font-size:24px;
	font-weight:bold;
	display: block;
	float:left;
	padding: 0;
	margin: 10px 0 10px 0;
}

.featured-app-details-heading-tag{
	background-image:url(../images/home/tag.png);
	background-repeat: no-repeat;
	width: 96px;
	height: 34px;
	float: right;
	margin: 7px 0 5px 0;
	text-align: right;
	padding-top: 3px;
}


.featured-app-details-heading-tag span.currency{
	color: #FFF;
	font-size:13px;
	margin-right: 2px;
}

.featured-app-details-heading-tag span.price{
	color: #FFF;
	font-size:23px;
	margin-right: 8px;
	
}

.featured-app-details-logo{
	margin: 50px 0 0 0;
	text-align: left;
}

.featured-app-details-logo a img{
	float: left;
	padding: 0;
}

.stars{
	float:right;
	margin-right: 0px;
	
}

.featured-app-details-content{
	margin: 80px 0 0 0;
	padding: 20px 0 20px 0;
	text-align: justify;
	overflow: hidden;
	height: 225px;
	font-size: 14px;
/*	line-height: 1.6em; */
	font-family: Georgia, Times New Roman, serif;
	color: #595959;
}

.featured-app-details-extras{
	margin: 0;
	height: 90px;
	text-align: left;
}

.downloads{
	
	height: 90px;
	width: 315px;
	display: block;
	float: left;
	margin-top:15px;
}

.downloads1{
	display: block;
	float:left;
	width: 315px;
	height:36px;
}

a.orange-button-big {
	background: transparent url(../images/home/big-button-out-right.png) no-repeat top right;
	display: block;
	float: left;
	height: 36px;
	margin-right: 178px;
	margin-top: 0px;
	padding-right: 9px;
	clear:both;
	
	text-decoration: none;
	font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
	font-size:24px;
}

a.orange-button-big span {
	background: transparent url(../images/home/big-button-out-left.png) no-repeat 0 0;
	display: block;
	float: left;
	line-height: 22px;
	padding: 7px 6px 0 15px;
	color: #fff;
	height: 30px;
}

a.orange-button-big:hover span {
	background: transparent url(../images/home/big-button-hover-left.png) no-repeat 0 0;
}

a.orange-button-big:hover {
	background: transparent url(../images/home/big-button-hover-right.png) no-repeat top right;
}

.downloads2{
	display: block;
	float:left;
	width: 125px;
	height: 44px;
	padding: 5px 5px 0px 5px;
	margin-left: 30px;
}

.download-icon{
	display: block;
	float:left;
	margin-left: 3px;
}

#number-of-downloads{
	display: block;
	float:right;
	margin: 5px 2px 5px 5px;
	font-size:12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
}

.featured-app-review {
	background: transparent url(../images/home/speech-bubble-top.png) no-repeat 0 0;
	display: block;
	float: right;
	width: 261px;
	height: 90px;
	font-family: Georgia, Times New Roman, serif;
	font-size:11px;
	}

.featured-app-review span {
	background: transparent url(../images/home/speech-bubble-bot.png) no-repeat bottom;
	display: block;
	float: right;
	height: 60px;
	padding: 10px 10px 5px 10px;
	color: #595959;
	text-align: justify;
}

.featured-app-reviewer {
	text-align: right;
	float: right;
	color: #000000;
	font-family: Georgia, Times New Roman, serif;
	font-size:11px;
	margin: 15px 50px 0 0;
}


a.recharge-button-small {
	background: transparent url(../images/home/small-button-out-right.png) no-repeat top right;
	display: block;
	float: right;
	height: 32px;
	margin: 0 30px 0 30px;
	padding-right:8px;
font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	font-size:18px;
	text-decoration: none;
}

a.recharge-button-small span {
	background: transparent url(../images/home/small-button-out-left.png) no-repeat 0 0;
	display: block;
	line-height: 26px;
	padding: 0 4px 0 12px;
	color: #fff;
	text-decoration: none;
}

a.recharge-button-small:hover span {
	background: transparent url(../images/home/small-button-over-left-green.png) no-repeat 0 0;
	text-decoration: none;
}

a.recharge-button-small:hover {
	background: transparent url(../images/home/small-button-over-right-green.png) no-repeat top right;
	text-decoration: none;
}

a.active-tab{
	background: transparent url(../images/home/small-button-out-right.png) no-repeat top right;
	display: block;
	float: left;
	height: 26px;
	margin: 10px 6px 0 0;
	padding-right:8px;
	font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

span.active{
	background: transparent url(../images/home/small-button-out-left.png) no-repeat top left;
	display: block;
	line-height: 22px;
	padding: 2px 0 5px 8px;
	color: #fff;
}

	
a.blue-button-small {
	background: transparent url(../images/home/small-button-over-right.png) no-repeat top right;
	display: block;
	float: left;
	height: 26px;
	margin: 10px 6px 0 0;
	padding-right:8px;
	font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

a.blue-button-small span {
	background: transparent url(../images/home/small-button-over-left.png) no-repeat 0 0;
	display: block;
	line-height: 22px;
	padding: 2px 0 5px 8px;
	color: #fff;
}

a.blue-button-small:hover span {
	background: transparent url(../images/home/small-button-out-left.png) no-repeat 0 0;
}

a.blue-button-small:hover {
	background: transparent url(../images/home/small-button-out-right.png) no-repeat top right;
}


.mobile-apps-wrapper{
	width: 945px;
	padding: 0 0 0 10px;
	float: center;
	border-top: 1px solid #d6e2ea;
	text-align: left;
	font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
/*	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; from angad */
	/*font-family: “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif; from sudhanshu */
}

.mobile-apps-topbox{
	height: 43px;
	margin-bottom: 20px;
	background: #fcfeff;
	position: relative;
}

.mobile-apps-heading{
	height: 43px;
	width: 300px;
	margin: 0 0 0 10px;
	overflow:hidden;
	float:left;
}
.mobile-apps-heading h1{
font-family: Arial, sans-serif;
	color: #000000; /*#336d94 #000000;*/
	background-color: #e5e5e5;
	font-size:28px;
	font-weight:normal;
	display: block;
	float:left;
	margin: 0 0 0 0;
	padding: 5px 20px 5px 20px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}

/* CSS for Mobile Apps gallery on homepage. */

.mobile-apps-nav{
	width: 550px;
	height: 43px;
	margin: 0 20px 0 40px;
	background: #fcfeff;
	float: right;
	position: relative;
}

#nav2 {
	width: 500px;  /* ideal width shud be 592.5px */
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 6px 15px 0 15px;
	float: right;
	position: relative;
	/*line-height: 100%; */
	
	background: #2a557f;
	font-size: 12px;
	color: #333333;
	
	/* border-radius: 1em; */
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
 	}
	
#nav2 li {
	margin: 0 10px 0 10px;
	padding: 0 0 7px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav2 a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav2 .current a, #nav2 li:hover > a {
	
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	background: #dcdcdc;
}
/* sub levels link hover */
#nav2 ul li:hover a, #nav2 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav2 ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
 
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.sel {
	
	 	background: #f78b22;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
                color: #ffffff;
}
/* level 2 list */
#nav2 ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
 
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav2 li:hover > ul {
	display: block;
}
#nav2 ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav2 ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav2 ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav2 ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav2 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav2 {
	display: inline-block;
}
html[xmlns] #nav2 {
	display: block;
}
* html #nav2 {
	height: 1%;
}



.apps {
	width: 140px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 13.3px;
	padding: 10px;
	float: left;
	font-size: 10px;
	border: 1px solid #dcdcdc;
	
}
.appss {
	width: 140px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 13.3px;
	padding: 10px;
	float: left;
	font-size: 10px;
	border: 1px solid #dcdcdc;
	
}
/*
.c1 { background: #99bf7e url(../images/home/app160white.png) no-repeat top center; }
.c2 { background: #c8f288 url(../images/home/app160white.png) no-repeat top center; }
.c3 { background: #f2ca52 url(../images/home/app160black.jpg) no-repeat top center; }
*/
.apps:hover { background-color: #a6cae8; border: 1px solid #000000; }
.appss:hover { background-color: #a6cae8;  }

.appname {
	margin-top: 160px;
	font-weight: bold;
	font-size: 11px;
}

.appdesc {display: none;}

.apps:hover {
	position:relative;
	z-index: 24;
}
.apps:hover .appdesc {
	z-index: 25;
	display: block;
	position:relative;
}
.appss:hover {
	position:relative;
	z-index: 24;
}
.appss:hover .appdesc {
	z-index: 25;
	display: block;
	position:relative;
}

/* CSS for bottom boxes */
.bottom-box-container{
	position:relative;
	overflow: hidden;
	padding: 0 0 0 10px;
	width: 945px;
	height: 300px;
}

h2, .bottom-box-container h2{
	font-family: Arial, sans-serif;
	color: #000000; 
	font-size:20px;
	font-weight:normal;
	display: block;
	float:left;
	padding: 5px 20px 10px 20px;
	margin: 0 0 0 0;
}

.bottom-box{
	float: left;
	background: #a6cae8;
	margin: 20px 20px 0px 20px;
	padding:0px 15px 10px 15px;
	width: 243px;
	height: 268px;
	top: 0;
	bottom:0;
	background-position:right;
	background-repeat:no-repeat;
	border: 1px solid #edf2f6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.blog-box
{
	background-image: url(../images/home/pen.png);
	font-size: 12px;
	font-family: Georgia, Times New Roman, serif;
	color: #595959;
}

.feedBurnerFeedBlock
{
	font-size: 12px;
	font-family: Georgia, Times New Roman, serif;
	color: #595959;
	margin: 0px;
	padding:0 15px 10px -25px;
}

.feedBurnerFeedBlock ul{
	text-align: justify;
	margin-left: -40px;
	list-style:none;
	}

.feedBurnerFeedBlock ul li{
	padding-top: 5px;
	text-align: justify;
}
.fbsubscribelink {
	margin: 0px;
	text-align: justify;
	font-size: 13px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
}
#creditfooter{
	display: none;
}

.facebook-box{
	background: #ffffff;
	border: 1px solid #a6cae8;
	/*background-image: url(../images/home/fb.png) no repeat; */
	text-align: center;
	float:left;
	padding: 0;
	width: 273;
	height: 278;
	/* #ffffff*/
}



.testimonials-box{
	background-image: url(../images/home/thumb.png);
	float:left;}

/* CSS for Developer Upload page. */

.upload-content h2{
font-family: Helvetica,
		"Trebuchet MS",
		"DejaVu Sans",
		Arial,
		sans-serif;
		color: #595959;
		font-size:26px;
		display: block;
		float:left;	
}

#upload-form{
	display: block;
	margin-left:0px;
	}

.upload-content{
	margin: 0px 10px 0px 30px;
	padding-bottom: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
}

.upload-content table{
	/* margin-top: 10px; */
	margin-left: 150px;
	width: auto;
	float: none;
}

.upload-content table td{
	padding-left: 1px;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	padding-top: 8px;
}

.upload-content table input{
	height: 20px;
	border: 2px  solid #edf2f6;
	font-size: 16px;
	font-weight: normal;
	width: 250px;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.upload-content table select{
	height: 30px;
	border: 2px solid #edf2f6;
	font-size: 16px;
	width: 254px;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	/* -webkit-border-top-right-radius: 10px; */
	-webkit-border-bottom-left-radius: 10px;
	/* -webkit-border-bottom-right-radius: 10px; */
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.upload-content textarea{
	height: 40px;
	border: 2px  solid #edf2f6;
	font-size: 16px;
	width: 244px;
	font-weight:bold;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.upload-file{
	margin: 0px 10px 0px 30px;
	padding-bottom: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;


}

.upload-file table{
	/* margin-top: 10px; */
	margin-left: 150px;
	width: auto;
	float: none;
}

.upload-file table td{
	padding-left: 1px;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	float: left;
	padding-top: 8px;
}

.upload-file table input[type=file]{
	background: #FFFFFF;
	border: 2px  solid #edf2f6;
	height: 25px;
	font-size: 15px;
	font-weight: normal;
	width: auto;
	color: #595959;
}

.upload-file table input{
	height: 20px;
	border: 2px  solid #edf2f6;
	font-size: 15px;
	font-weight: normal;
	width: 250px;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.upload-file table select{
	height: 30px;
	border: 2px solid #edf2f6;
	font-size: 16px;
	width: 254px;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	/* -webkit-border-top-right-radius: 10px; */
	-webkit-border-bottom-left-radius: 10px;
	/* -webkit-border-bottom-right-radius: 10px; */
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.upload-file textarea{
	height: 40px;
	border: 2px  solid #edf2f6;
	font-size: 16px;
	width: 244px;
	font-weight:bold;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.upload-file a{
	font-size: 12px;
}

a.submit-button-small {
		background: transparent url(../images/home/small-button-out-right.png) no-repeat top right;
		display: block;
		float: left;
		height: 32px;
		margin: 0 30px 0 350px;
		padding-right:8px;
		font-family: Helvetica,
		"Trebuchet MS",
		"DejaVu Sans",
		Arial,
		sans-serif;
		font-size:19px;
		text-decoration: none;
}

a.submit-button-small span {
	background: transparent url(../images/home/small-button-out-left.png) no-repeat 0 0;
	display: block;
	line-height: 26px;
	padding: 0 4px 0 12px;
	color: #fff;
	text-decoration: none;
}

a.submit-button-small:hover span {
	background: transparent url(../images/home/small-button-over-left-green.png) no-repeat 0 0;
	text-decoration: none;
}

a.submit-button-small:hover {
	background: transparent url(../images/home/small-button-over-right-green.png) no-repeat top right;
	text-decoration: none;
}

	
/* CSS common to SignUp and Upload page. */

.block-container{
	border-top: 1px solid #d6e2ea;
	position:relative;
	overflow: hidden;
	padding: 0 0 0 0;
	margin-bottom: 25px;
}

.block-heading h1{
	font-family: Helvetica, "Trebuchet MS", "DejaVu Sans", Arial, sans-serif;
	color: #595959;
	/* background-color: #e5e5e5;*/
	font-size:28px;
	font-weight: normal;
	display: block;
	float:left;
	/* padding: 5px 0px 5px 20px; */
	margin: 0 0 20 0;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}

.block-heading h2{
	font-family: Helvetica, "Trebuchet MS", "DejaVu Sans", Arial, sans-serif;
	color: #000000;
	background-color: #e5e5e5;
	font-size:20px;
	font-weight: normal;
	display: block;
	float:left;
	padding: 5px 20px 5px 20px;
	margin: 0 0 10px 20px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}


/* CSS for Developer SignUp page. */

/*
.signup-container{
	border: 1px solid #d6e2ea;
	position:relative;
	overflow: hidden;
	padding: 0px 0 0 0;
}
*/

.signup-content h2{
font-family: Helvetica,
		"Trebuchet MS",
		"DejaVu Sans",
		Arial,
		sans-serif;
		color: #595959;
		font-size:26px;
		display: block;
		float:left;	
}

#signup-form{
	display: block;
	margin-left:0px;
	}

.signup-content{
	margin: 0px 10px 0px 30px;
	padding-bottom: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
}

.signup-content table{
	/* margin-top: 10px; */
	margin-left: 150px;
	width: auto;
	float: none;
}

.signup-content table td{
	padding-left: 1px;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	padding-top: 8px;
}

.signup-content table input{
	height: 20px;
	border: 2px  solid #edf2f6;
	font-size: 16px;
	font-weight: normal;
	width: auto;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.signup-content table input[type=file]{
	height: 25px;
	font-size: 14px;
	font-weight: normal;
}
.signup-content table select{
	height: 30px;
	border: 2px solid #edf2f6;
	font-size: 16px;
	width: 186px;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	/* -webkit-border-top-right-radius: 10px; */
	-webkit-border-bottom-left-radius: 10px;
	/* -webkit-border-bottom-right-radius: 10px; */
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.signup-content textarea{
	height: 40px;
	border: 2px  solid #edf2f6;
	font-size: 16px;
	width: 180px;
	font-weight:bold;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

a.register-button-small {
		background: transparent url(../images/home/small-button-out-right.png) no-repeat top right;
		display: block;
		float: left;
		height: 32px;
		margin: 0 30px 0 360px;
		padding-right:8px;
		font-family: Helvetica,
		"Trebuchet MS",
		"DejaVu Sans",
		Arial,
		sans-serif;
		font-size:19px;
		text-decoration: none;
}

a.register-button-small span {
	background: transparent url(../images/home/small-button-out-left.png) no-repeat 0 0;
	display: block;
	line-height: 26px;
	padding: 0 4px 0 12px;
	color: #fff;
	text-decoration: none;
}

a.register-button-small:hover span {
	background: transparent url(../images/home/small-button-over-left-green.png) no-repeat 0 0;
	text-decoration: none;
}

a.register-button-small:hover {
	background: transparent url(../images/home/small-button-over-right-green.png) no-repeat top right;
	text-decoration: none;
}

a.browse-button-small {
	background: transparent url(../images/home/small-button-over-right.png) no-repeat top right;
	display: block;
	float: left;
	height: 26px;
	padding-right:8px;
		font-family: Helvetica,
		"Trebuchet MS",
		"DejaVu Sans",
		Arial,
		sans-serif;
		font-size:12px;
		text-decoration: none;
}

a.browse-button-small span {
	background: transparent url(../images/home/small-button-over-left.png) no-repeat 0 0;
	display: block;
	line-height: 26px;
	padding: 0 4px 0 12px;
	color: #fff;
	text-decoration: none;
}

a.browse-button-small:hover span {
	background: transparent url(../images/home/small-button-over-left-green.png) no-repeat 0 0;
	text-decoration: none;
}

a.browse-button-small:hover {
	background: transparent url(../images/home/small-button-over-right-green.png) no-repeat top right;
	text-decoration: none;
}

/* CSS for My Apps page. */

.myapps-content h2{
font-family: Helvetica,
		"Trebuchet MS",
		"DejaVu Sans",
		Arial,
		sans-serif;
		color: #595959;
		font-size:26px;
		display: block;
		float:left;	
}

#myapps-form{
	display: block;
	margin-left:0px;
	}

.myapps-desc{
	margin: 10px 10px 30px 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 20px;
}

.myapps-nav1{
	padding-top: 0px;
	padding-right: 0;
	text-align:left;
	position:absolute;
	left: 80px;
}
.myapps-nav2{
	padding-top: 0px;
	padding-right: 0;
	text-align:right;
	position:absolute;
	right: 100px;
}
	
.myapps-content{
	margin: 20px 10px 0px 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.myapps-content p{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.myapps-content table{
	margin-bottom: 40px;
	margin-left: 50px;
	width: auto;
	float: none;
}

.myapps-content table td{
	padding: 10px;
	spacing: 6px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.myapps-content table th{
	padding: 12px;
	spacing: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #595959;
	text-align:center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.myapps-content table input{
	height: 20px;
	border: 2px  solid #edf2f6;
	font-size: 16px;
	font-weight: normal;
	width: auto;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.myapps-content table select{
	height: 30px;
	border: 2px solid #edf2f6;
	font-size: 16px;
	width: 254px;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	/* -webkit-border-top-right-radius: 10px; */
	-webkit-border-bottom-left-radius: 10px;
	/* -webkit-border-bottom-right-radius: 10px; */
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

.myapps-content textarea{
	height: 40px;
	border: 2px  solid #edf2f6;
	font-size: 16px;
	width: 244px;
	font-weight:bold;
	color: #595959; /* #336d94; */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}


/* CSS for App Details page. */

.app-details-container{
	border-bottom: 0px solid #d6e2ea;
	position:relative;
	overflow: hidden;
	padding: 0px 0 30px 0;
}

.app-details-left{
	position:relative;
	height:265px;
	width: 385px;
	margin: 60px 10px 30px 20px;
	float: left;
}

.left-controls{
	height: 208px;
	position:relative;
	background: #666666;
	width: 27px;
	left: -30px;
	top: 20px;
	background:url(../images/controls-back.png);
}

.phone-tabnav{
	position: absolute;
	left:-30px;
	float: left;
}

#videos{
	padding-top: 3px;
	text-align:center;
	width: auto;
	height:auto;
	position:relative;
	left: -30px;
	top: 0px;
}

.frame{
	padding: 0px;
	float: center;
	margin: 0px;
	border: 0px solid #C0C0C0;
	background-image:url(../images/apps/call.jpg);
	width: auto;
	height:260px;
	position:relative;
}

.frame ul{
	float: center;
	padding: 20px 10px 0 20px;
	width: 365px;
	height: 240px;
	margin: 0px;
}

.frame ul li{
	width: 365px;
	height: 240px;
	margin: 0px;
	padding: 0px;
/*	border: 1px solid #edf2f6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; */
}

#prevBtn{
	position: absolute;
	left:0;
	top: 100px;
	background:url(../images/arrow-right.png);
	background-repeat:no-repeat;
	height: 32px;
	width: 30px;
}

#nextBtn{
	position: absolute;
	right:0;
	top: 10px;
	background:url(../images/arrow-left.png);
	background-repeat:no-repeat;
	height: 32px;
	width: 30px;
}

ul.phone-tabnav{
	margin: 0px 0 0px 0;
	padding: 40px 0 50px 0;
	list-style: none;
}

ul.phone-tabnav li{
	margin-bottom:50px;
}

.#button-images{
	position: absolute;
	left:20px;
	top: 0px;
}

#button-movies{
	position: absolute;
	top: 0px;
	left:50px;
}

.app-details-right{
	float: right;
	height: auto;
	width: 52%;
	margin: 0 20px 30px 10px;
	text-align: left;
}

.app-details-content{
	margin: 80px 0 0 0;
	padding: 20px 5px 20px 5px;
	text-align: justify;
	overflow: hidden;
	height: auto;
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	color: #595959;
}

.app-details-buttons{
	margin: 0;
	height: 60px;
	text-align: left;
}

.downloads{
	
	height: 60px;
	width: 315px;
	display: block;
	float: left;
	margin-top:15px;
}

.social-buttons{
	display: block;
	float:left;
}

.app-details-specs{
	border-top: 1px solid #d6e2ea;
	position:relative;
	overflow: hidden;
	float: left;
	width: 960px;
	
}

.databox-container{
	position:relative;
	overflow: hidden;
	float: left;
	background: #ffffff;
	height: 202px;
	width: 290px;
	padding: 0 0 0 22px;
	}

.databox-banner {
-webkit-border-bottom-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
background:none repeat scroll 0 0 #E5E5E5 !important;
height:35px;
width:auto;
}
	
.databox-container h2{
color:#000000;
display:block;
float:center;
font-family:Arial,sans-serif;
font-size:20px;
font-weight:normal;
padding:5px 20px;
}

	
.databox{
	float: left;
	margin-top: 10px;
	width: 289px;
	height: 162px;
	border-top: 1px solid #d6e2ea;
	border-right: 1px solid #d6e2ea;
}

.zebratable{
	border: 0px;
	
	cellpadding: 0;
	cellspacing: 0;
}

.zebratable tr{
	border: 1px solid #d2dfe8;
}

.zebratable tr.odd{
	background-color: #f8fdff;
}

.zebratable tr.even{
	background-color: #fdfeff;
}

.zebratable tr:hover{
	border: none;
	background-color: #e2f7ff;
}


.zebratable td{
	font-family:  "Myriad Pro", “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	margin-left: 4px;
	color: #595959
}

.zebratable span.price{
	font-weight: bold;
	color: #000000;
	text-align:left;
	margin-left: 4px;
}

.zebratable td.row-header{
	color: #336d94;
	font-size: 14px;
	font-weight: bold;
	width: 70px;
	text-align:right;
	margin-right: 4px;
}

#comments-tabs{
	position: relative;
}

.comments-tabnav{
	position: absolute;
	top:0;
	float: left;
}

ul.comments-tabnav{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
		font: 12px;
}

ul.comments-tabnav li{
	display: block;
	width:29px;
	height: 25px;
	float: none;
	background-color: #e4e4e6;
	margin: 3px 0 3px 0;
	padding-top: 4px;
	font-family: “MyriadPro”, “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color #666666;
}

ul.comments-tabnav span{
	display: block;
	margin: 0 10px 0 10px;
	font-family: “MyriadPro”, “Lucida Sans Unicode”, “Lucida Grande”, “Lucida Sans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color #666666;
}
ul.comments-tabnav li:hover{
	background-color: #ccebff;
}

ul.comments-tabnav li a:hover{
	text-decoration: none;
}

ul.comments-tabnav li.comments-active-tab{
	background: #ccebff;
}

.comments-tabdiv{
	position: absolute;
	display: block;
	text-align: left;
	width: auto;
	height: 136 px;
	left: 30px;
	margin: 0;
	top:0px;
}  

.databox h6{
	text-align: justify;
	font-family: Helvetica,
             "Trebuchet MS",
             "DejaVu Sans",
             Arial,
             sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:5px 0px;
	color: #595959;
	margin: 0 15px 0 15px;

}
}


