﻿/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
body {
    color:#115385;
	font: 12px/1.4 "Helvetica Neue",helvetica,arial,sans-serif;
	font-size:10pt;  /*-- Enables font size scaling in MSIE  --*/
	margin:0;
	padding:0;
    background: url('/images/bg_main.gif') repeat-x 0 -18px #4396CA;
    width:98%;
}

#MainDiv{
	width:100%;
	margin:0px auto;
	vertical-align:top;
}
#headerDiv
{
    width:100%;
    height:40px;
    background-color:white;
    margin:0px auto;
    text-align:left;
    vertical-align:middle;
}
.WebsiteImage {
border:none;
width:150px;
}
.Slogan {
    font-family:Verdana;font-size:12px;
}

h1,h2,h3,h4,h5 {
	font-family:Verdana;
    color: #115385; font-weight: normal; font-size: 12px;
	margin:0;
	padding:0;
    display: inline;
	}

.MenuItem {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');*/
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	padding:3px 6px;
    margin-right:2px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.MenuItem:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	/*filter:progid:DXImageTransform.Microsoft.gracontainerdient(startColorstr='#378de5', endColorstr='#79bbff');*/
	background-color:#378de5;
    color:#ffffff;
}.MenuItem:active {
	position:relative;
	top:1px;
}

.PanelBox {
    background-color:white;
    border:1pt solid #ececec;
	padding: 5px;
    /*padding-left:11px;*/
	margin:2px;
    float: left;
    width:100%;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.searchDiv{
	width:100%; 
	float:left;
}
.searchDiv h2
{
    font-size:16px;font-weight:normal;font-family:Verdana;color: #115385;width:75%;
}
.searchText{
	background:#fff url(/images/http.png) no-repeat left center;
	width:95%;
	padding:7px 5px 9px 63px;
	border:1px solid #8395aa;
	float:left;
	border-radius:6px;
	color:#115385;
	font-size:20px;
    font: 20px "Helvetica Neue",helvetica,arial,sans-serif;
}
.SearchButton {
    text-align:center;
    width:81%;
}
#Whatis {display:block;width:100%;font-family:Verdana;font-size:12px;line-height:1.5;}

.aboutus {font-size: 8px; font-family: Verdana; line-height: 1;}
}

#SiteDetailWorth {
    width:100%;
    background-color:lightyellow;
    border-style:solid;
    border-width:1pt;
    text-align:center;
}
.SiteDetailTitle {
    color:#115385;
    font-size:18px;
    font-family:Verdana; 
}
.SitePriceUrl {
    color:#115385;
    font-size:14px;
    font-family:Verdana;
    font-weight:normal;
}
.SiteDetailWorthTD {
    width:100%;
}
.SiteDetailWorthTD2 {
    width: 100%;
    text-align: center;
}
.WorthImage
{    
    position:absolute;
    left:0;
    top:0;
    width:120px;
    height:120px;
}
.WorthImageText
{
    z-index:100;
    position:absolute;    
    left:38px;
    top:52px;
    font-size:14px;
    /*font-family:Garamond;*/
    font-weight:bolder;
    color:#a16707;
}
.SiteDatalist {
    border-style:solid;border-width:1px;border-color:#DEDFDE;padding:3px;background-color:white;width:100%;margin:3px; 
}
/*Competitor css*/
.comTitles {
    text-decoration:underline;font-size:11px;font-weight:bold;
}
.comDiv{
	float:left;
	width:100%;
    padding:1px;
    font-size:12px;
    line-height:12px;
    border-bottom:1pt solid lightgray;
}
.comL{
	float:left;
	width:50%;
	position:relative;
}
.comC{
	float:left;
	width:25%;
}
.comR{
	float:right;
	width:25%;
	position:relative;
}
/**/
.container
{
    height:120px;
    width:120px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.seocheckermaindiv {
border: 1pt dotted #999999;background-color:white;width:95%;padding:5px;border:1px dotted #DEDFDE;color:black;font-size:20px;
}
.seocheckerdiv {
border: 1pt dotted #999999;background-color:lightyellow;width:95%;padding:8px;font-size:20px;
}

.seocheckerresults{font-size:20px;padding:5px;}
.left{text-align:left;}
.SiteDetailTable{font-size:15px;padding:3px;margin:3px;border:thin dashed silver;width:100%}
.SiteDetailTable2{font-size:15px;border:thin dashed silver;width:100%}