/* Main */
body {
/*  background: url("mobile/taxiflasher/stripe.png") repeat-x; */
	color: #672E8D; 
	background-color: #000000; 
	font-size: 14px; 
	font-family: 'times', serif; 
	text-align: center; 
	width: 680px;
	margin: auto;
	line-height: 100%;
}

#homePage body {
	color: #672E8D; 
	background-color: #000000;
	font-size: 14px; 
	font-family: 'times', serif; 
	text-align: center; 
	width: 680px;
	margin: auto;
	line-height: 100%;	
}

h1 {
	display: inline;
	font-weight: bold;
}

#homePage h1, #homePage h2, #homePage h3{
	text-align: center;

}

#kwwPage h1{
	color: #672E8D;
	vertical-align: center;
}

#kwwPage h2, #kwwPage h3{
	font-weight: bold;
	color: #672E8D;
}

/* TAXIFLASHER */
#taxiPage h1{
	color: #FFFF00;
	margin: 0px;
	line-height: 100%;
}

#taxiPage h2{
	color: #000000;
	margin: 0px;
	line-height: 100%;
}

#taxiPage h3{
	margin: 0px;
}

/* WASTENOT */
#wasteNotPage h1, #wasteNotPage h2, #wasteNotPage h3{
	color: #199b29;
	margin: 0px;
	line-height: 100%;
}

#wasteNotPage h2{
	color: #000000;
	margin: 0px;
	line-height: 100%;
}

#wasteNotPage h3{
	color: #000000;
	margin: 0px;
}

#wasteNotPage h4{
	color: #199b29;
	margin: 0px;
}

form label {
	font-weight: bold;
	color: #000000;
	float: left;
}

.formfield {
	margin-left: 140px;
	margin-bottom: 20px;
}

.example {
	font-style: italic;
}	

td {
	color: #672E8D; 
	font-size: 24px; 
	font-family: 'times', serif; 
	font-weight: bold;
	line-height: 26px;
}

a { 
	color: #672E8D;
	text-decoration: underline;
}

#productNav a {
	text-decoration: none;
	font-weight: bold;
}

#homePage a {
	text-decoration: underline;
}

#pageFooter a {
	font-weight: bold;
}

a:hover {
  color: #AD75D2; 
	}
	
/* unlive is a style for app download links connected to apps that aren't live in the App Store yet */
a.unlive{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;}

a.unlive:hover{z-index:25;}

a.unlive span{display: none;}

a.unlive:hover span{ /*Place a <span>message text</span> after the link you want the hover text to apply to.  The span will display just on :hover state*/
    display:block;
    position:absolute;
    left:9em; width:15em;
    border:1px solid #000;
    background-color:#c0c0c0;
    color:#000; 
    text-align: center;}

dl {
	margin: 25px;
}

dt {
/*	text-decoration: underline;*/
	font-weight: bold;
	margin-top: 8px;
}

dd {
/*	text-indent: -40px; */
	margin-left: 30px;
}

img {
	border: 0px;
	padding: 3px;
}

.picture { 
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC; 
	padding: 3px; 
	font: 11px/1.4em; 
}

.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align: middle; 
	margin-bottom: 3px; 
} 

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 

.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

ul.nav {
	padding: 0px;
	display: inline;
	text-align: left;
	position: absolute;
	left: 0px;
}

li.nav {
	margin-bottom: 0px;
	display: inline;
	list-style-type: none;
	font-weight: bold;
	background: #FFFFFF;
	padding: 3px 10px;
	border: 2px solid #672E8D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

li.curNav {
	display: inline;
	list-style-type: none;
  font-weight: bold;
	padding: 0px 10px;
	background: #FFFFFF;
	color: #000000;
	padding: 3px 10px;
  border: 2px solid #672E8D;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.appleTM {
	font-size: 10px;
	font-style: italic;
	margin: 0px 30px;
}

/* Layout */
#pageHeader {
	padding: 4px 0px 0px 0px;
	line-height: 100%;
	text-align: right;
}

#homePage #pageHeader {
	text-align: right;
}

#container {
	padding: 0px;
	line-height: 150%;
}

#companyLogo {
	padding: 0px;
}

/*#mainNav {
	display: inline;
  z-index: 1;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #3574a0;
}*/

#productHeader {
	display: inline;
	padding: 0px;
	text-align: left;
	float: left;
}

#companyHeader {
	display: inline;
	padding: 0px;
}
#productLogo {
	display: inline; 
	padding-right: 3px;
}

#productLabel {
	display: block;
	float: right;
}

#productNav {
	display: block;
	clear: both;
	padding: 0px;
	text-align: left;
}

/* For KWW Corp Pages */
#contentHeader {
	text-align: left;
}

#contentContent {
	text-align: left;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #672E8D;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*#homePage #contentContent {
	color: #672E8D;
	background-color: #000000;
	border: none;
}*/

#contentDescription {
	padding: 10px 30px 30px 30px;
}


/* For Product Pages */
#productContent {
	clear: both;
	text-align: left;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #672E8D;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#productContent li {
	padding: 10px 0px;
}

#productDescription {
	padding: 55px;
	padding-top: 25px;
	margin: 0px;
}

.downloadLinks {
	margin: 10px;
}

#screenshot {
	float: right;
	margin-left: 20px;
	text-align: center;
	color: #949494;
}

#screenshotL {
	float: left;
	margin-right: 20px;
	text-align: center;
	color: #949494;
}


/* For types of content */
p.primary {
	font-weight: bold;
}

p.featured {
	text-align: center;
	font-weight: bold;
}

p.note {
	font-style: italic;
	text-align: left;
}

sup {
	font-size: 10px;
}
