
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background-color: #e2e7ea;
}

a {
	color: #0a4c83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.black {
	color: #000;
}

.dark-grey {
	color: #333 !important;
}

.grey {
	color: #999 !important;
}

.light-grey {
	color: #ccc !important;
}

.green {
	color: #377A07 !important;
}
.red {
	color: #AB0000 !important;
}
.thick-border {
	border: 10px solid #fff;
}

p.copy {
	font-size: 1.1em;
	line-height: 140%;
	/*letter-spacing: 0.02em;*/
}

.larger {
	font-size: 1.2em;
}

.extra-large {
	font-size: 1.4em;
}

.smaller {
	font-size: 0.95em;
}

.half-width {
	width: 49%;
}

.third-width {
	width: 33%;
}

.img-header, .img-button {
	display: block;
	text-indent: -5000px;
	background-repeat: no-repeat;
	padding: 0 !important;
}

.img-header {
	margin-bottom: 12px;
}


h1, h2, h3 {
	font-weight: bold;
	margin:5px 0 0 2px;
}

h1 {
	padding: 0 0 10px 0;
	font-style: italic;
	font-size: 2.7em;
	letter-spacing: -0.04em;
}

h2 {
	padding: 0 0 10px 0;
	font-size: 2.0em;
	letter-spacing: -0.02em;
}

h3 {
	padding: 0 0 8px 0;
	font-size: 1.5em;
	letter-spacing: -0.02em;
}

input.error, select.error, textarea.error {
    border:1px #AB0000 solid;
}

p.errors {
	padding: 5px 0 1px 5px !important;
    color: #AB0000;
	float:left;
	font-size:.9em;
}
.errors {
    padding: 5px 0 1px 5px !important;
	color: #AB0000;
    font-size:.9em;
    display:inline;
}


#container {
	width: 100%;
	text-align: center;
}


.container-inner {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	display: block;
	height: 58px;
	padding: 8px 0 10px 0;
	background-image: url('/images/bg-header.png');
}

#logo {
	display: block;
	float: left;
	width: 192px;
	height: 46px;
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 3.1em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.06em;
	color: #fff;
	text-decoration: none;
	background-image: url('/images/logo.png');
	background-position: 3px 0;
	background-repeat: no-repeat;
	text-indent: -5000px;
}



#header form {
	display: block;
	float: right;
	width: 420px;
}

#header form .left {
	width: 168px;
}

#header .submit {
	float: left;
	width: 78px !important;
	padding-top: 12px;
}

#header form input.text {
	border: 1px solid #000;
	width: 150px;
	padding: 2px;
	color: #333;
}


#header form label {
	display: block;
	font-size: 0.95em;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 1px;
}


#header form a {
	display: block;
	color: #bafffc;
	text-decoration: none;
	margin-top: 4px;
}

#header .logged-in {
	display: block;
	float: right;
	width: 330px;
	color: #fff;
}

#header .logged-in p {
	display: block;
	float: left;
	padding: 18px 6px 0 0;
	width: 246px;
}


#navigation {
	background-color: #19212b;
}

#navigation ul {
	float: left;
	height: 40px;
}

#navigation ul li {
	height: 40px;
}

#navigation ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 15px 23px 0 23px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	/*border: 1px solid #f00;*/
}

#navigation ul li a:hover {
	color: #b5ddea;
}

#navigation ul li a.active {
	color: #19212b !important;
	padding-left: 0;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: bottom center;
}



/* Top menu active defs */

#navigation ul li a#nav-home.active {
	width: 88px;
	background-image: url('/images/bg-menu-home.png');
}

#navigation ul li a#nav-howitworks.active {
	width: 138px;
	background-image: url('/images/bg-menu-howitworks.png');
}

#navigation ul li a#nav-bloggers.active {
	width: 108px;
	background-image: url('/images/bg-menu-bloggers.png');
}

#navigation ul li a#nav-advertisers.active {
	width: 126px;
	background-image: url('/images/bg-menu-advertisers.png');
}

#navigation ul li a#nav-contact.active {
	width: 122px;
	background-image: url('/images/bg-menu-contact.png');
}


/*---:[ account manager ]:---*/
.account_tabs ul { list-style: none; padding-left:5em; }
.account_tabs ul li { font-weight: bold; font-size: 1em; text-transform: uppercase; float: left; }
.account_tabs ul li.current { border: 1px solid #70a9c7; border-top-color: #fff; }
.account_tabs ul li a, .account_tabs ul li a:visited { display: block; padding: 0 0.75em 0.25em 0.75em; color: #14445d; text-decoration: none; }
.account_tabs ul li a:hover { color: #14445d; text-decoration: underline; }
.account_tabs ul li.current a, .account_tabs ul li.current a:visited, .account_tabs ul li.current a:hover { background: #fff; color: #111; text-decoration: none; cursor: default; }

        
.account_tabs ul li#account_home_tab.current a { background-color: #EFF8FF !important; border-bottom-color: #EFF8FF !important; }


#content {
	display: block;
	padding: 25px 0 0 0;
}

#body-left {
	float: left;
	width: 480px;
}

#body-right {
	float: right;
	width: 300px;
}

#form-left {
    float: left;
    width: 250px;
	padding:0 15px 0 50px;
}

#form-right {
    float: left;
    width: 200px;
}
#content h1, #content h3 {
	color: #19212b;
}

#content h2 {
	color: #377A07;
}


/* image headers */

.img-header-howitworks {
	width: 242px;
	height: 32px;
	background-image: url('/images/header-howitworks.png');
}
.img-header-signup {
    width: 128px;
    height: 43px;
    background-image: url('/images/header-signup.png');
}

.img-header-bloggers {
	width: 138px;
	height: 40px;
	background-image: url('/images/header-bloggers.png');
}

.img-header-advertisers {
	width: 178px;
	height: 40px;
	background-image: url('/images/header-advertisers.png');
}


/* link buttons */

.img-button-findoutmore {
	width: 177px;
	height: 26px;
	background-image: url('/images/btn-findoutmore.png');
}

.img-button-havewebsite {
	width: 312px;
	height: 33px;
	background-image: url('/images/btn-havewebsite.png');
}
.img-button-checkout {
    width: 93px;
    height: 33px;
	padding-bottom:50px;
    background-image: url('/images/btn-checkout.png');
}
.img-button-continue {
    width: 92px;
    height: 33px;
    padding-bottom:50px;
    background-image: url('/images/btn-continue.png');
}
.img-button-signup-sm {
    width: 243px;
    height: 29px;
    background-image: url('/images/btn-signup-sm.png');
    background-position:center;
}

.img-button-complete-blue {
    width: 150px;
    height: 30px;
    background-image: url('/images/btn-complete-blue.png');
    background-position:center;
}
.img-button-accept-blue {
    width: 150px;
    height: 30px;
    background-image: url('/images/btn-accept-blue.png');
    background-position:center;
}
.img-button-decline-blue {
    width: 150px;
    height: 30px;
    background-image: url('/images/btn-decline-blue.png');
    background-position:center;
}
.img-button-cancel-blue {
    width: 150px;
    height: 30px;
    background-image: url('/images/btn-cancel-blue.png');
    background-position:center;
}

.img-button-addfunds {
    width: 157px;
    height: 40px;
    padding-bottom:50px;
    background-image: url('/images/btn-addfunds.png');
}
.img-button-addsite {
    width: 157px;
    height: 40px;
    padding-bottom:50px;
    background-image: url('/images/btn-addsite.png');
}
.img-button-editsite {
    width: 157px;
    height: 33px;
    padding-bottom:50px;
    background-image: url('/images/btn-editsite.png');
}
.img-button-update {
    width: 75px;
    height: 33px;
    padding-bottom:50px;
    background-image: url('/images/btn-update.png');
}
.img-button-print {
    width: 74px;
    height: 33px;
    padding-bottom:50px;
    background-image: url('/images/btn-print-green.png');
}

.img-button-pdf {
    width: 74px;
    height: 33px;
    padding-bottom:50px;
    background-image: url('/images/btn-pdf-green.png');
}
.img-button-pay {
    width: 157px;
    height: 33px;
    padding-bottom:50px;
    background-image: url('/images/btn-pay-green.png');
}
.img-button-havewebsite-sm {
    width: 236px;
    height: 33px;
    background-image: url('/images/btn-havewebsite-sm.png') ;
}
.img-button-placeadvertise {
	width: 312px;
	height: 33px;
	background-image: url('/images/btn-placeadvertise.png');
}

.img-button-placeadvertise-sm {
	width: 236px;
	height: 33px;
	background-image: url('/images/btn-placeadvertise-sm.png');
}







.light-blend-block {
	height: 180px;
	padding: 0px 24px;
	margin: 0 0 20px 0;
	color: #19212b;
	background-color: #a1f2f2;
	background-image: url('/images/bg-light-blend.png');
	background-repeat: repeat-x;
}


.hp-main-block .left {
	width: 325px;
	padding: 14px 0 0 0;
}

.hp-main-block p.copy {
	padding-bottom: 18px;
}


.dark-blend-block {
	height: 182px;
	padding: 14px 24px;
	margin: 0 0 20px 0;
	color: #eee;
	background-color: #19212b;
	background-image: url('/images/bg-dark-blend.png');
	background-repeat: repeat-x;
}

.dark-blend-block h1 {
	color: #fff !important;
}



.hp-padded-block {
	width: 315px;
	padding: 0 34px;
	margin: 0;
}

dt.dl-step  {
	display: block;
	padding: 0 0 7px 0;
	width:100%;
	margin: 0;
	text-align:left;
}

dd.dl-step  {
	display: block;
	padding: 0 0 0 28px;
	margin: 0;
	font-size: 1.1em;
	line-height: 140%;
	text-align:left;

}


#account-menu {
	padding: 14px !important;
	height: auto !important;
	color: #222;
}

#account-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#account-menu ul li {
	display: block;
	margin: 0 0 4px 0;
	padding: 6px 0 6px 32px;
	list-style-type: none;
	background: url('/images/bullet-menu.png') no-repeat 8px 6px;
}

#account-menu ul li.active {
	background: #36adc7 url('/images/bullet-menu-active.png') no-repeat 7px 3px;
}

#account-menu a {
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#account-menu a:hover {
	text-decoration: underline;
}

#account-menu ul li.active a {
	color: #000;
	text-decoration: none !important;
}


table.cats tbody td {
	padding:1px 5px 0px 5px;
	vertical-align:bottom;
	white-space: nowrap;
	
	
}
table.cats  {
	margin-bottom:5px;
}


#footer {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 8px 16px;
	color: #444;
	background-color: #b7b8b9;
	font-size: 0.95em;
}


#footer a {
	color: #495767;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* Some form styles */

form.default {

}

form.default h3 {
 padding:5px 0 5px 0;
 text-decoration:underline;
}

form.default div.field {
	display: block;
	padding: 0 10px 15px 0;
}

form.default label.field {
	display: block;
	font-weight: bold;
	padding: 4px 0 8px 0;
}

form.default label {
    display: block;
    font-weight: bold;
    padding: 4px 0 8px 0;
}

form.default .clean, input.submit {
	border: 1px solid #666;
	padding: 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin:10px 0 5px 0;
}

form.default select.clean {
	padding: 1px;
}
/** SIGNUP FORM **/

form.signup {
    margin-left:100px;
}

form.signup h3 {
 padding:5px 0 5px 0;
 text-decoration:underline;
}

form.signup p {
	clear:both;
}

form.signup label {
	float:left;
	text-align:right;
    font-weight: bold;
	font-size:1.2em;
	line-height:1.5em;
	width:200px;
	margin:10px 10px 0px 10px;
}

form.signup input, form.signup select {
    float:left;
	margin:10px 10px 0px 0px;
	padding:3px;
}

form.signup select.clean {
    padding: 1px;
}

a.add-another-website {
	padding: 0 0 0 20px;
	background: url('/images/icon-add.png') no-repeat center left;
	font-size: 1.2em;
	font-weight: bold;
}



/* list styling */

ul.styled {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:15px;
	padding-top: 0;
	padding-bottom: 20px;
}

ul.styled li {
	padding: 2px 0 4px 5px;
	font-size: 1.1em;
	list-style-type: none;
	list-style-image: url('/images/bullet-body.png');
}


ul.errors li {
	padding: 1px 0 1px 5px !important;
	color: #AB0000;
}




#alert {
	border:1px solid #DDDDDD;
	margin:0pt 0pt 15px;
	overflow:hidden;
	padding:3px 7px;
	
}

#alert p.success,#cart_response p.success {
    color:#006600;
    border:1px solid #119911;
	padding:5px 5px 15px 45px;
	background:#E6F8DD url('/images/nav/alert_success.gif') no-repeat 10px 5px;
}
#alert a {
    
}
#alert strong.success  {
    color:#006600;
}
#alert p.error  {
    color:#AB0000;  
    padding:5px 5px 15px 45px;
    border:1px solid #DD0000;
    background:#FFEEEE url('/images/nav/alert_error.gif') no-repeat 10px 5px;
}
#alert strong.error {
}

.sticky {
    padding:5px 5px 15px 45px;
	margin:3px;
    border:3px solid #FFF;
    background:#ffff66 url('/images/nav/sticky.png') no-repeat 10px 5px;
	
	
}

.sticky dt,form.default dt { float: left; clear: left; width: 100px; text-align: right; font-weight: bold;  } 

/* table style */

table.data {
	width: 99%;
	margin-bottom: 20px;
}

table.data thead tr {
	background-color: #19212b;
}

table.data thead th {
	padding: 2px 2px 2px 10px;
	height: 28px;
	color: #6EBB35;
	font-size: 1.1em;
	font-weight: bold;
}


table.data tbody td {
	padding: 5px 10px;
}

table.data tbody tr.shaded {
	background-color: #f3f7f9;
}
table.data tbody tr.cancelled {
    background-color: #B70908;
}

table.data tfoot th {
    padding: 5px 10px;
    font-size: 1.1em;
    font-weight: bold;
	border-top:1px solid #999;
    background-color: #fff;

}
#credit_info, #member_info {
    font-size:1em;
	float:right;
	color:#fff;
	font-weight:bolder;
    text-align:right;
}
#member_info a,#credit_info a {
	color:#fff;
}
#member_info li ,#credit_info li {
	text-decoration: none;
	border-right:1px solid #fff;
	padding:0 5px 0 5px;
	display:inline;
}
#member_info li.logout {
    border:0px;
    text-decoration: none;
    padding:0 5px 0 5px;
    display:inline;
}

#credit_info {
    clear:right;
}
#credit_info li{
    border-right:0px;
    color:darkSeaGreen;
    font-size:1.5em;
    line-height:1.6em;
}

/* This file skins tableSorter */

table.tablesorter {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 99%;
    text-align: left;
}
table.tablesorter thead tr th{
    background-color: #19212b;
    background-image: url(/images/nav/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
	border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    padding: 0 20px 0 5px;
    height: 28px;
    color: #6EBB35;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}
table.tablesorter tbody td, table.tablesorter tfoot tr th  {
    color: #3D3D3D;
    padding: 5px 10px;
    border: 1px solid #6EBB35;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color: #000;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(/images/nav/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(/images/nav/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #333;
    font-weight:bolder;

}
table.tablesorter tbody tr.alt td {
    background: #ecf6fc;
}

table.tablesorter tbody tr.over td {
    background: #bcd4ec;
}

#cc_num {
	float:left;
}
#img_mastercard {
    background: url(/images/mastercard.gif)  no-repeat center bottom;
    width:37px;
    text-indent:-1000em;
    height:23px;
    float:left;
}
#img_visa {
    background: url(/images/visa.gif) no-repeat center bottom;
    width:37px;
    text-indent:-1000em;
    height:23px;
    float:left;

}
#img_paypal {
    background: url(/images/paypal.gif) no-repeat center bottom;
    width:67px;
    text-indent:-1000em;
    height:23px;
    float:left;

}
#img_amex {
    background: url(/images/amex.gif)  no-repeat center bottom;
    width:37px;
    height:23px;
    text-indent:-1000em;
    float:left;
}
#img_discover {
    background: url(/images/discover.gif)  no-repeat center bottom;
	width:37px;
	height:23px;
    text-indent:-1000em;
    float:left;
}

#img_visa.cctype_selected,#img_discover.cctype_selected,#img_amex.cctype_selected,#img_mastercard.cctype_selected {
	background-position:center top;
}
#estimated_price {
    font-size:2em;
	font-weight:bolder;
	padding-left:15px;
}

dl,form.default dl {  padding-top:5px; } 
dt,form.default dt { float: left; clear: left; width: 100px; text-align: right; font-weight: bold; color: green; } 
dd,form.default dd {  margin: 2px 0 0 110px;  }
dt,form.default dt :after { content: ":"; } 


li.faq_question, a.faq_question {
  font-size:1.4em;
  list-style:none;
  font-weight:bolder;
  text-decoration:none;
  border-bottom:1px solid #ccc;
  padding:5px 0 10px 0px;
	
}

/** a link status icon */
a.linkstatus.ok{
	color: #009999;
	text-decoration: underline;
	
	background: url(/images/nav/linkstatus.png) no-repeat 0px -2px;
    padding: 0px 0px 5px 20px;
}

a.linkstatus.warning{
	color: #F87217;
	text-decoration: underline;
    
	background: url(/images/nav/linkstatus.png) no-repeat 0px -105px ;
	padding: 0px 0px 5px 20px;
}

a.linkstatus.broken{
	
	color: #808080;
	text-decoration: underline;
    
	background: url(/images/nav/linkstatus.png) no-repeat 0px -205px ;
    padding: 0px 0px 5px 20px;
}

.faq_answer {
	font-size:1em;
	display:none;
	padding:10px 0 15px 15px;
}

#blogrollwidgetview li {
    padding: 6px 0 0 26px;
    list-style: none;
    background: url('/images/bullet-menu.png') no-repeat 8px 6px;
	
}
#blogrollwidgetview a {
	font-size: 1.0em;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}


/* ---------->>> brtip <<<---------------------------------------------------------------*/

#BR_arrow_left{
    background-image: url(../images/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:23px;
    width:10px;
    top:-3px;
}

#BR_arrow_right{
    background-image: url(../images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#BR {
    position: absolute;
    z-index:100;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#BR_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
}

.BR_loader{
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#BR_close_left{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#BR_close_right{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#BR_copy p{
margin:3px 0;
}

#BR_copy img{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.brtooltip{
    cursor:help;
    color: #AB0000;

}


/* PAGING STYLES */



#pagination {
    padding: 3px 3px 3px 1px;
    margin: 3px 3px 3px 1px;
}

#pagination a {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #DEDEDE;
    text-decoration: none; /* no underline */
    color: #0e509e;
}
#pagination a:hover, #pagination a:active {
    border: 1px solid #0e509e;
    color: #0e509e;
}
#pagination span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #2e6ab1;
    font-weight: bold;
    background-color: #2e6ab1;
    color: #FFF;
    }
	
#pagination span.disabled {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #888888;
}
    
	
/* END PAGING STYLE */

/* INPUT TWEAKING */
input.submit, button {
    border: 1px solid #666;
    padding: 4px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin:10px 0 5px 0;
}

button:hover,input.submit:hover { 
    background: #377A07; 
    color:#FFF;
}
button:focus,input.submit:focus { 
    background: #999; 
    color:#333;
}  
/* END INPUT TWEAKING */
