body {
	background: #fff url('../images/bg.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
	color: #555;
	line-height: 1.3em;
	margin-bottom: 15px;
}

/* Structure */
#h {
	padding: 5px;
}
#logo {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.main {
	width: 1000px;
	border: 1px solid #666;
}

#search {
	margin-top: 20px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 540px;
}
.search_page {
    width: 590px; 
    margin-left:auto; 
    margin-right:auto;
}

/* Search */
.search-keywords {
	font-size: 14pt;
	font-weight: normal;
	color: #555;
	width: 400px;
	height: 30px;
	border: 1px solid #666;
	padding-left: 3px;
}
.search-button {
	height: 35px;
	width: 120px;
	font-size: 13pt;
}

#results {
	display: none;
	width: 590px;
	height: auto;
	text-align: left;
}

.result {
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #B4B4B4;
	color: #333;
}

.results-h-wrapper {
	height: 30px;
	padding-top: 15px;
}

.results-h {
	font-size: 12pt;
	font-weight: bold;
	float: left;
}

.result-date {
	color: #666;
	font-size: 9pt;
}

.results-count {
	float: right;
}

.results-url {
	color: #C3C3C3;
}

.ppc_ads {
	position: absolute;
	top: 380px;
	right: 20px;
	height: auto;
	width: 250px;
	background-color: #F7F7F7;
	text-align: left;
	display: none;
	padding-bottom: 20px;
}

.ppc_ads .ad {
	padding:10px;
	
	font-size: 10pt;
	border-bottom: 10px solid #fff;
}

.ppc_ads .ad.text {
	text-align: left;
	width: 230px;
}

.ppc_ads .ad.text a {
	font-size: 10pt;
}

.ppc_ads .ad.text a.title {
	font-weight: bold;
}

.ppc_ads .ad.text a.display_url {
	font-weight: normal;
	color: #058405;
	text-decoration: none;
}

.ppc_ads .ad.image {
}

.ppc_ads .ad.video {
}

.ppc_ads .ad.video a.display_url {
	font-weight: normal;
	color: #058405;
	text-decoration: none;
}

.register {
	font-size: 12pt;
	color: #1E1E1E;
	width: 800px;	
	text-align: left;
}

.page_title {
	font-weight: bold;
	font-size: larger;
	color: #2D2D2D;
	font-size: 12pt;
}

.field_label {
	margin-bottom: 2px;
	color: #3C3C3C;
	font-size: 12pt;
}

.field_text {
	color: #787878;
	font-size: 13pt;
}

.field_std {
	border: 1px solid #A5A5A5;
	height: 30px;
	width: 230px;
	color: #222277;
	font-size: 12pt;
}

.field_std.med {
	width: 200px;
}

.field_std.zip_code {
	width: 100px;
}

.check_std {
	height: 17px;
	width: 17px;
	background-color: #fff;
}

.select_std {
	border: 1px solid #A5A5A5;
	height: 30px;
	color: #222277;
	font-size: 13pt;
}

.select_std.state {
	width: 250px;
}

.button_std {
	height: 35px;
	width: 120px;
	font-size: 13pt;
}

.errField {
	border-color: red;
}

.top_nav {
	width:100%; 
	height:30px; 
	padding-top:4px; 
	background-color:#F3F3F3; 
	text-align:center;
}

.top_nav_links {
	float: right;
	margin-right: 30px;
	width:930px; 
	font-size:10pt;
}

.top_nav_links div {
	float: left;
	width: auto;
}


.confirmation {
	height: 40px;
	padding: 10px;
	padding-left: 40px;
	border: 1px solid green;
	background-image: url(../images/ok.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	color: green;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}

/* Affiliates Page */
.affiliate_instruct {
	border:1px solid #B4B4B4; 
	background-color:#E1E1E1; 
	padding:10px; 
	font-weight:normal;
}
.affiliate_banner_group {
	border: 1px dotted #D2D2D2;
	padding: 20px;
}
.affiliate_banner_group_title {
	padding-bottom: 15px;
	height: auto;
	font-size: larger;
	float: none;
}
.affiliate_banner_row {
	float: left;
	margin-top: 10px;
}
.aff_banner {
	float: left;
	border: 1px solid black;
	height: auto;
}
.aff_text_ad {
	float: left;
	border: 1px solid #5A5A5A;
	height: auto;
	padding: 5px;
	font-weight: normal;
}
.aff_text_ad_wrapper {
	width: 250px;
	height: auto;
	float: left;
}
.aff_code {
	float: left;
	height: auto;
}
.aff_code_textarea_1 {
	width: 400px;
	height: 100px;
}
.aff_code_textarea_2 {
	width: 350px;
	height: 70px;
	overflow: scroll;
}
.aff_code_textarea_3 {
	width: 450px;
	height: 80px;
	overflow: scroll;
}
.aff_space {
	float: left;
	width: 25px;
	height: 1px;
}
.affiliate_banner_row._234x60 {
	height: 110px;
}
.affiliate_banner_row._250x250 {
	height: 250px;
}
.affiliate_banner_row._160x600 {
	height: 600px;
}
.affiliate_banner_row._300x250 {
	height: 250px;
}
.affiliate_banner_row._468x60 {
	height: 80px;
}
.affiliate_banner_row._textad {
	height: 120px;
}
.aff_instruc_list {
	margin: 10px 5px 10px 20px;
}
.aff_instruc_list li {
	margin-bottom: 10px;
}

.no-res {
	width: 100%;
	height: 100px;
	text-align: center;
	font-style: italic;
}

/* Widgets Page */
.widget-box {
	width: 1000px;
	height: auto;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 10px;
	text-align: left;
	
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

.widget-box .overview {
	float: left;
	width: 550px;
}

.widget-box .sample {
	float: left;
	width: 400px;
	margin-left: 50px;
}

.widget-box .sample .title {
	color: #2B85BA;
	font-weight: bold;
	margin-bottom: 15px;
}

.widget-box form {
	padding: 0;
	margin: 0;
}

.widget-box .size-opts-link {
	width: 450px;
	text-align: right;
	display: none;
}

.widget-box .size-opts-link a {
	text-decoration: none;
}

.widget-box .size-opts a:hover {
	text-decoration: underline;
}

.size-opts-header, .type-opts-header {
	font-weight: bold;
	margin-left:-20px; 
	margin-top:7px; 
	margin-bottom: 5px;
}

.widget-box .size-opts, .widget-box .type-opts {
	margin-left: 50px;
	margin-bottom: 5px;
}

.widget-box .code-area {
	margin-top: 3px;
	margin-bottom: 10px;
}

.widget-box .wp-area {
	margin-top:10px;
	margin-bottom: 10px;
}

.widget-box textarea {
	width: 450px;
	height: 50px;
	font-family: inherit;
	font-size: 9pt;
}

.widget-promo {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

.widget-promo .title {
	font-weight: bold;
	color: #0f2b8e;
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.widget-promo .rules-link {
	font-weight: bold;
}

.widget-promo .detail {
	width: 700px;
}

.widget-promo .register {
	border: 0;
	cursor: pointer;
	width: 146px;
}

.widget-promo .signup {
	background-color: #f3f3f3;
	padding: 10px;
	margin-top: 10px;
}

.widget-promo .signup .confirm {
	height: 40px;
	padding: 10px;
	padding-left: 40px;
	border: 1px solid green;
	background-image: url(../images/ok.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	color: green;
	font-weight: bold;
}

.widget-promo .signup .failed {
	height: 40px;
	padding: 10px;
	border: 1px solid red;
	color: red;
	font-weight: bold;
}

.widget-promo .rules {
	display: none;
	padding: 10px;
	border: 1px dotted #ccc;
	color: #3C3C3C;
}

.widget-promo .close {
	cursor: pointer;
	color: #FF7F00;
	font-size: 10pt;
	margin-top: 7px;
}

/* Widget Stats Page */
.widget-stats {
	width: 100%;
	height: auto;
	text-align: left;
}

.widget-stats-owner {
	height: auto;
	background-color: #FCFCFC;
	border: 1px solid #E1E1E1;
	padding: 10px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/	
}

.widget-stats-owner .source, .widget-stats-owner .name {
	float: left;
	width: 240px;
}

.widget-stats-result {
	height: auto;
	background-color: #FFFFAA;
	border: 1px solid #FFFF2A;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/	
}

.widget-stats-result .total-search, .widget-stats-result .total-ip {
	float: left;
	width: 240px;
}

.total-search .large, .total-ip .large {
	font-size: 13pt;
	font-weight: bold;
}

.widget-stats-details {
	width: 700px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 3px solid #D2D2D2;
	padding-bottom: 5px;
}

.widget-stats-details .h {
	font-weight: bold;
	background-color: #F1F1F1;
	height: 25px;
}

.widget-stats-details td {
	padding-bottom: 3px;
	border-bottom: 1px dotted #D2D2D2;
}

.widget-stats-intro {
}

.widget-stats-form {
	height: auto;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 10px;
	text-align: left;
	margin-top: 20px;
}

.widget-stats-form-row {
	width: 700px;
	
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

.widget-stats-form-label {
	margin-top: 4px;
	height: auto;
	width: 200px;
	float: left;
	font-size: 12pt;
}

.widget-stats-form-field {
	height: auto;
	width: auto;
	float: left;
}

.widget-stats-form-field .text-input {
	height: auto;
	width: 200px;
	height: 25px;
	border: 1px solid #D2D2D2;
	font-size: 13pt;
	font-weight: bold;
	font-family: arial;
}

.widget-stats-form-field .text-input.err {
	border: 1px red solid;
}

.widget-stats-form-field .submit {
	height: 27px;
	width: 120px;
	border: 1px solid #D2D2D2;
	font-size: 12pt;
	font-family: arial;
	cursor: pointer;
}

.widget-stats-form-help {
	margin-top: 13px;
	height: auto;
	width: 210px;
	float: left;
	margin-left: 10px;
	font-size: 9pt;
}

.widget-stats-form-help a {
	font-size: 9pt;
}

/* Add my Website Page */
ul.rules {
	list-style: disc;
}

.add-website {
	width: 100%;
	height: auto;
	text-align: left;
}

.add-website-intro {
}

.add-website-form {
	height: auto;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 10px;
	text-align: left;
	margin-top: 20px;
}

.add-website-form-row {
	width: 700px;
	
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

.add-website-form-label {
	margin-top: 4px;
	height: auto;
	width: 130px;
	float: left;
	font-size: 12pt;
}

.add-website-form-field {
	height: auto;
	width: auto;
	float: left;
}

.add-website-form-field .text-input {
	height: auto;
	width: 500px;
	height: 25px;
	border: 1px solid #D2D2D2;
	font-size: 13pt;
	font-weight: bold;
	font-family: arial;
}

.add-website-form-field .text-input.email {
	width: 300px;
}

.add-website-form-field .text-input.zip_code {
	width: 150px;
}

.add-website-form-field .text-input.make_human {
	width: 30px;
}

.add-website-form-field .text-input.err {
	border: 1px red solid;
}

.add-website-form-field .submit {
	height: 27px;
	width: 120px;
	border: 1px solid #D2D2D2;
	font-size: 12pt;
	font-family: arial;
	cursor: pointer;
}
/* Home Page */
#slider {
	width: 490px;
    margin-left: auto;
    margin-right: auto;
	display: none;
}
#slider_header {
	display: inline-block; /*sets hasLayout - required for IE*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/
    
	width: 490px;
	display: none;	
	margin-bottom: 5px;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	font-size: 9pt;
	color: #666;
}
#slider_header .left {
	float: left;
	width: 245px;
	text-align: left;
}
#slider_header .right {
	float: left;
	width: 245px;
	text-align: right;
}
#ruler {
	width: 490px;
	display: none;
    margin-left: auto;
    margin-right: auto;
}
#instruct {
	margin-top: 20px;
	width: 550px;
	text-align: center;
	font-size: 9pt;
	color: #fe5301;
	display: none;
    margin-left: auto;
    margin-right: auto;
}
.unit {
	margin-top: 2px;
	width: 34px;
	height: 20px;
	padding-top: 5px;
	float: left;
	border-right: 1px solid #C3C3C3;
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
	background-color: #fff;
}

.unit.unit1 {
	color: #0F0F0F;
}
.unit.unit2 {
	color: #2D2D2D;
}
.unit.unit3 {
	color: #4B4B4B;
}
.unit.unit4 {
	color: #5A5A5A;
}
.unit.unit5 {
	color: #696969;
}
.unit.unit6 {
	color: #787878;
}
.unit.unit7 {
	color: #878787;
}
.unit.unit8 {
	color: #969696;
}
.unit.unit9 {
	color: #A5A5A5;
}
.unit.unit10 {
	color: #B4B4B4;
}
.unit.unit11 {
	color: #C3C3C3;
}
.unit.unit12 {
	color: #D2D2D2;
}
.unit.unit13 {
	color: #E1E1E1;
}
.unit.unit14 {
	color: #E1E1E1;
}
.trends {
    width: 536px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 9pt;
    font-family: inherit;
    background-color: #fff;
}
.trends .box {
    float: left;
    text-align: left;
    width: 256px;
    height: 191px;
    border: 1px solid #e7e7e7;
    overflow: auto;
}
.trends .box.one {
    margin-right: 10px;
}
.trends .box .title {
    padding-left: 6px;
    position: relative;
    background-color: #f7f7f7;
    padding-top: 3px;
    height: 38px;
    border-bottom: 1px solid #F0F0F0;
}
.trends .box .title .close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.trends .box .title .close img {
    border: 0;
    cursor: pointer;
}
.trends .box .list {
    width: 230px;
}
.trends .box .list .row {
    height: 17px;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #F0F0F0;
}
.trends .box .list .row:hover {
    background-color: #F7F7F7;
}
.nomin {
    position: relative;
    width: 436px;
    min-height: 120px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 9pt;
    font-family: inherit;
    background-color: #fff;
}
.nomin img {
    border: 0;
}
.nomin .inner {
    position: relative;
	background-color: #f9f9f9;
	border: 3px solid #e1e1e1;
	padding: 10px;
}
.nomin .label {
    margin-bottom: 2px;
    max-width: 300px;
    font-weight: bolder;
}
.nomin .field {
    margin-bottom: 10px;
    max-width: 300px;
}
.nomin .field input {
    border: 1px solid #D6D6D6;
    width: 270px;
    height: 20px;
    padding-left: 3px;
}
.nomin .field textarea {
    border: 1px solid #D6D6D6;
    width: 395px;
    height: 60px;
    padding-left: 3px;
    font-family: inherit;
}
.nomin .submit {
	padding-top: 3px;
    padding-bottom: 3px;
    width: 70px;
    text-align: center;
	border: 1px solid #D2D2D2;
    background: #D3DED6;
	font-size: inherit;
	cursor: pointer;
    font-weight: bold;
    margin-left: 170px;
}
.nomin .photo {
    position: absolute;
    top: 187px;
    right: 20px;
    width: 90px;
    height: 90px;
    background-color: #ccc;
}
.nomin .photo .text {
    padding: 5px;
    font-size: 8pt;
    color: #fff;
    font-style: italic;
    text-align: center;
}
.nomin .photo img {
    width: 90px;
    max-height: 90px;
}
.nomin .row {
	display: inline-block; 
	display: block;
	overflow: hidden;   
}
.nomin .header {
    width: 330px;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px dotted #C6C6C6;
}
.nomin .header .hd {
    color: #0d2a8c;
    font-size: 14pt;
    font-weight: bold;
}
.nomin .header .intr {
    color: #5c9508;
    font-size: 12pt;
    margin-bottom: 5px;
}
.nomin .close {
    float: right;
}
.nomin .close a {
    text-decoration: none;
    font-size: 8pt;
}
.nomin .confirm {
	font-size: 11pt;
	color: #109010;
	font-weight: bold;
	padding: 6px;
	border: 2px solid #ccc;
}
