html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
	padding: 0;
	margin: 0;
	background: #f9f9f9 url(/images/design/cobrand_body_bg.png) center repeat-y;
    font-family: Arial, Times, Helvetica, serif;
	color: #000;
}
.page-wrapper, .page-wrapper-wide {
    margin:0 auto;
    width: 988px;
    background: #FFFFFF;
}

.startBellowTop {
    margin: 0;
    padding: 0;
    text-align:center;
    background: url(/images/design/pop_top.png) no-repeat;
}

.navLeftLine {
    border-top: 5px solid #959595; 
    width: 20px;
    background-color: #f4f4f4;
}

.navRightLine {
    border-top: 5px solid #959595;
    background-color: #f4f4f4; 
}

.stepNav {
    padding-left: 35px;
}

.startBellowBottom {
    margin: 0;
    padding: 0;
    background: url(/images/design/pop_bottom.png) no-repeat;
    background-color: #f4f4f4;
    height:55px;
}

.content {
    color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0;
}

.twoMinutes,
.time-to-create-an-ad,
.time-to-checkout {
    color:#1d1d1d;
    clear: both;
    font: bold 18px Arial,Helvetica,sans-serif;    
}
.time-to-checkout {
    background: transparent url(/images/design/reg_wizard/time_to_checkout.jpg) no-repeat;
    height:50px;
    line-height: 50px;
    margin: 10px 0 0 15px;
    padding: 0 0 0 45px;
}
.time-to-create-an-ad {
    background: transparent url(/images/design/reg_wizard/time_to_create_an_ad.jpg) no-repeat;
    height:50px;
    line-height: 50px;
    margin: 10px 0 0 25px;
    padding: 0 0 0 5px;
	
}

.startBellow {
    color:#ee7400;
    clear: both;
    font: bold 20px Arial,Helvetica,sans-serif;    
}

.content-wrapper {
    padding: 0 17px 10px 17px;;
    background: #FFFFFF url(/images/design/wrapper_bg.gif) repeat-x;
}

.popup-content {
	background: transparent;
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    width: 90%;
    margin: 0 auto;
    clear: both;
}
.popup-content a,
.popup-content a:hover,
.popup-content a:visited,
.popup-content a:active {
    color:#000;
}

.content table.data td{
    border-bottom:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
}

.brand-header {
    background-color:lightgrey;
    min-height:100px;
}
.brand-footer {
	background-color:lightgrey;
	min-height:100px;
    clear: both;
    margin-top: 20px;
}

.zend_form tr{
    text-align: right;
    vertical-align: top;
    margin-right: 20px;
}
.zend_form .description {
    font-size: 10px;
    color: #000000;
}
.zend_form ul.errors {
    color: #F00;
    padding: 0 0 0 12px;
    margin: 0;
    font-size: 10px;
}
.zend_form label {
    color: #000;
    font: bold 12px Arial,Helvetica,sans-serif;
}
.zend_form label.required {
    padding-left: 10px;
}
.zend_form #captcha-label {
    vertical-align: middle;
}
.zend_form .captcha {
    font-size: 6px;
    color: #000000;
}

.ad-form input {
    width: 280px;
}
.ad-form #ownership {
    width: initial;
}
.terms h1 {
    font-size:12pt;
}

.reg-placeholder {
    width: 440px;
    text-align: center;
    vertical-align: top;
}

.login-form-header td {
    height:1px;
    margin:0;
    padding:0;
    width: 301px;
    background-image:url(/images/design/login-header.gif);
    background-repeat:no-repeat;
    background-color: transparent;
}

.login-form-header td a {
	color:#FFFFFF;
	text-decoration:underline;
}

.login-form-footer td {
    background:#FFF url(/images/design/login-footer.png);
    height: 8px;
    padding: 0;
}
.login-form-fields td {
    background: #FFF url(/images/design/login-body.png);
    height:154px;
    color: #000;
    font-size: 11px;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
}

.login-form-fields input {
    border: 1px solid;
    border-color:#898989;
    margin-right: 15px;
}

.loginField input{
    height: 25px;
    width: 170px;
}

.login-form-fields span.label {
	font-weight:bold;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	padding-right:5px;
	width:50px;
	font-family:Arial;
	font-size:10pt;
}
.login-form-fields .login-button {
    display: inline;
    float: left;
	text-align: right;
	margin-right:5px;
}

.loginSignIn {
    display: inline;
    float: left;
}

.loginHz {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.login-form-fields {
    color:#FF0000;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	margin-right: 95px;
}

.forgot{
    display: inline;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
}

.forgot a {
    color:#b0645a;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
    margin-right: 5px;
}

.login-form-fields .login-button input {
    border: 0;
    padding: 5px;
    width: 130px;
}

.login {
    overflow: hidden;
    width: 100%;
}
.login-left {
    width: 634px;
}
.login-right {
    float: right;
}
.powered-by {
	color:#606060;
	text-align:right;
	font-family:Arial;
    font-size:8pt;
}
.login-right .powered-by {
    align: right;
}
.logout-right {
    text-align: right;
}

.logout-right .powered-by {
    padding: 5px;
}

.logout-right .sign-out{ 
    font-size: 12px;
    padding: 5px;
}
.logout-right .sign-out a:visited,
.logout-right .sign-out a:hover,
.logout-right .sign-out a{ 
    color: #00F;
}
.bold {
    font-weight: bold;
}

/* BEGIN: Registration Users Menu Navigation */
.registration .user-faqs {
    display:none;
}

.registration .user-navigation {
    height: 20px;
}
.registration .user-navigation li a {
	padding: 0px 10px 0 10px;
    height: 20px;
    font-size: 12px;
}
/* END: Users Menu Navigation */

/* BEGIN: Messages */
.successfulMessage,.successfulMessagePermanent {
	text-align: center;
    font-weight: bold;
    color: #0F0;
}
.errorMessage,.errorMessagePermanent {
    text-align: center;
    font-weight: bold;
    color: #F00;
}
.flashMessage,.flashMessagePermanent {
    text-align: center;
    font-weight: bold;
    color: #FC8103;
}
/* END: Messages */

.bid-input {
	border:1px solid #CCCCCC;
	width:45px;
}

hr.blue-line {
    color: #87D0FF;
    height: 3px;
    background: #87D0FF;
}

hr.dotted-line {
	border:none;
	border-top:1px dashed #606060;
	height:1px;
}

span.small-text {
    font-size: 10px;
}
.orange-text {
    
}


h2.title {
    background: #EEEEEE;
    border-top: 2px solid #D6D6D6;
    padding-left: 10px;
    font-size: 14px;
    color: #346499;
}
a.learn-more,
a:active.learn-more,
a:visited.learn-more {
    color: #00F;
    font-size: 12px;
    text-decoration: none;
}

.no-border {
    border: 0;
}
.input-button {
    background: #FFF url(/images/design/button_bg.gif) repeat-x;
    height: 33px;
    font-weight: bold;
    border: 1px solid #000;
}

.regFormField input, .regFormField select {
    height: 25px;
    width: 270px;
}

#email-label td {
    align: right;
}

.ad-form-geotarget select {
    height:200px;width:200px;
}

/* BEGIN: User navigation */
.user-navigation {
	padding: 0px;
}
/* END: User navigation */

.reg-form .zend_form ul.errors li {
    color: red;
    font-size: 10px;
}
