.shadetabs{
/*padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
text-color: #666666*/
 /*set to left, center, or right to align the menu as desired*/
	padding: 0px;
	float: left;
	clear: none;
	width: 700px;
}

.shadetabs li
{
	width:116px;
	height:28px;
	float:left;
	list-style-type:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#343434;
	font-weight:bold;
    padding-right:45px;
	margin-left:-30px;

}

.shadetabs li a
{
	background-image:url(http://www.ephonetracker.com/images/tab_button.png);
	width:116px;
	height:28px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#343434;
	font-weight:bold;
	padding-left:10px;
	padding-top:13px;
	float:left;
	list-style-type:none;
	text-decoration:none;
	background-repeat:no-repeat;

}

.shadetabs li a:visited{
color: #696969;

}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-image:url(http://www.ephonetracker.com/images/tab_buttonhover.png);
height:50px;
background-repeat:no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(http://www.ephonetracker.com/images/tab_buttonhover.png);
height:50px;
background-repeat:no-repeat;
/*background-image: url(http://www.ephonetracker.com/images/white-new.jpg);
border-bottom-color: white;*/
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-image:url(http://www.ephonetracker.com/images/tab_buttonhover.png);
}

.compline
{
	width:622px;
	height:1px;
	background-image:url(images/horzi_line.jpg);
	background-repeat:repeat-x;

}
.phone_bgBox
{
	width:116px;
	height:124px;
	background-color:#FFF;
/*	background-color:#ececec;*/
	border:solid 1px #d6d6d6;
	margin-top:15px;
	float:left;
	margin-right:6px;
}
.comp_subheading
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}
.feature_subheading
{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1a9696;
	text-decoration:underline;
}
#phoneimage
{
	height:88px;
	width:116px;
	text-align:center;
	padding-top:8px;
	float:left;

}
#phonetitle
{
	width:116px;
	height:18px;
	float:left;

	border-top:solid 1px #d6d6d6;
	background-color:#dbdada;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4a4a4a;
	text-align:center;
	padding-top:6px;
	padding-bottom:3px;
}
.comtext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-align:center;
	margin-top:20px;
	float:left;
}
.tabcontent{
display:none;
    width:628px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	margin-top:22px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	margin-left:10px;
	padding-top:10px;
	text-align:justify;
	float:left;
	border:solid 1px #d6d6d6;
	padding-bottom:20px;
	}

@media print {
.tabcontent {
display:block !important;
}
}