/* -------------- New design ----------------- */


h1 {color: #787878;}
h2 {color: #787878; font-size: 16px; font-weight: bold;}
div.left{float:left;}
div.right{float:left;}
div.half{width:50%;}
td.valign-middle,tr.valign-middle { vertical-align:middle;}
img {border:0px;}

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

/* text colors */
.bold-text {font-weight: bold;}
.blue-text {color: #4044fd;}
.green-text { color: #5ab300;}
.black-text {color: #000;}
.bright-green-bg {background: #e6ffc3;}
/* BEGIN: input elements */

input[type="text"] , input[type="password"], textarea, select { border:1px solid #c2c2c2; background:#FFF;}
/*input[type="radio"] { border-style:none; }
 input { border-width: expression(this.type=="text"? '1px' : '0'); } */ 

.page-wrapper {}

/* BEGIN: search box */
.filter-search-block {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 35px;
    background: #f6f6f6;
    border-top: solid 2px #959595;
}
.filter-search-block img {
    border: 0;
}
.filter-search-block .filter-by {
    float:left;
    color: #616161;
    padding: 7px 0 0 4px;
    margin: 0 10px 0 0;
    width: 81px;
    height: 28px;
    background: url(/images/design/filter_by_bg.gif) no-repeat;
}
.filter-search-block .filter-form {
	font-size: 12px;
    float:left;
    color: #000;
    padding: 7px 0 0 0;
    height: 28px;
}
.filter-search-block .filter-form select {
    font-size: 12px;	
}
.filter-search-block .submit-button {
    background: #909090;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}
/* END: search box */

/* BEGIN: user header */
.user-header {
    text-align: right;
    height: 20px;
    font-size: 13px;
    color: #000;
}
.user-header .vertical-line{
    backgrond: #bcbcbc;
    padding: 0;
    margin:0;
    font-size: 18px;
    font-weight:bold;
    color: #bcbcbc;
}
.user-header .sign-out a{
    color: #4044fd;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.user-header .powered-by {
    color: #696969;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.user-header .powered-by img {
    
}
/* END: user header */

/* BEGIN: stats table */
table.stats {
    width: 100%;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
}

table.stats tr.table-header {
    font-weight: bold;
    text-align: center;
    background: #e5e5e5;
}
table.stats tr.table-totals {
    font-weight: bold;
    text-align: right;
    background: #ededed;
}
table.stats td {
    border-bottom:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
}
table.stats tr.odd {
    background: #fff;
}
table.stats tr.even {
    background: #f4f4f4;
}
/* END: stats table */

/* BEGIN: buttons */
button {
	    background:transparent; 
	    border:0;
	    cursor:pointer;
	    font-weight:bold;
	    border:none;
	    padding:0;
	    margin:0;
	    width:auto;
	    overflow:visible;
	    text-align:center;  
	    white-space:nowrap; 
	    
}
button span,button em {  position:relative;line-height:50px;height: 50px;display:block;width:auto; white-space:nowrap;color: #FFF;}
button span {padding-right:21px; }
button em {padding:0 5px 0 15px; margin:0;font-style:normal;}
    /*orange buttons*/
button.submit-button{ font-size:18px; font-weight: bold; }
button.submit-button span { background:url(/images/design/button/button_bg_right.gif) right no-repeat;  }
button.submit-button em { padding:0 0 0 21px; background: url(/images/design/button/button_bg_left.gif) left no-repeat; }
/*button.submit-button:hover { background:url(/images/design/button_bg_right.gif) right no-repeat; }
button.submit-button:hover span {background:url(/images/design/button_bg_left.gif) left no-repeat; }*/

    /*orange buttons with arrow*/
button.submit-button-arrow{ font-size:18px; font-weight: bold; }
button.submit-button-arrow span {background:url(/images/design/button/button_bg_right_arrow.gif) right no-repeat;  }
button.submit-button-arrow em{ background: url(/images/design/button/button_bg_left.gif) left no-repeat;}
/*button.submit-button-arrow:hover { background:url(/images/design/button_bg_right_arrow.gif) right no-repeat; }
button.submit-button-arrow:hover span {background:url(/images/design/button_bg_left.gif) left no-repeat; }
*/

/* END: buttons */

.ads-filter-by {}
.ads-dashboard td { 
    background: #E3E3E3;
}
.ads-dashboard { 
	background: #959595
}
/* BEGIN: Zend Forms */
.zend_form {
    text-align: left;
    width: 500px;
}
.zend_form dd {
    margin-left: 180px;
}
.zend_form dt,.zend_form dd {
    padding: 5px 0 5px 0px;
}
.zend_form dd p {
    margin: 0px;
}
.zend_form dt {
    font-weight: bold;
    float: left;
}
.zend_form .errors,form .errors {
    color: #F00;
}

ul.customErrors {
    color: red;
    padding: 0 0 0 12px;
    margin: 0;
    font-size: 12px;
}
.zend_form label {
    padding-left: 5px;
}
.zend_form label.required {
    background: url(/images/design/red_star.gif) no-repeat left top;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.zend_form label.optional {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.zend_form .description,
.zend_form .hint {
    font-size: 12px;
    font-style: italic;
}

.zend_form .policy {
    font: bold 12px Arial;
    color: #000000;
}
.zend_form .agreement {
    font: bold 12px Arial;
    color: #000000;
}
.zend_form div.terms {
    border: 1px solid #DDD;
    overflow: scroll; 
    height: 150px;
    color:#000000;
    font:normal 12px  Arial,Helvetica,sans-serif;
    margin: 0 5px 5px 5px;
    background-color: #FFFFFF;
}

/*credit card*/
.credit-card-form {
    margin: auto;
    width: 850px;
}
.credit-card-form .zend_form {width:400px;}
.credit-card-form .billTo {
    float: left;
    width: 400px;
    margin-right: 50px;
}
.credit-card-form .creditCard {
    float: left;
    width: 400px;
}
.credit-card-form #x_country {
	width: 200px;
}
.credit-card-form hr {
    border:0;
    border-bottom: 2px solid #D9D9D9;
}
/*reg-form*/
.reg-form dd {margin-left:150px;}

/* END: Zend Forms */

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

/* BEGIN: My Account Balances */
.account-balances {
    /*width: 40%;*/

}
.account-balances .balance {
    border-bottom: 1px solid #dadada;
    padding: 6px 0;
}
/* END: My Account Balances */

/* PopUp element.begin  */
.popup {
	display:inline;
    list-style:none;
    margin:0px;
    padding:0px;
    color:#990000;
}
.popup a:hover,
.popup a {
    color:#FA6C0E;
}
.popup li ul{
    display:none;   
}
.popup li:hover ul {
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    display:block;
    z-index: 1000;
    position:absolute;
    margin:0;
    padding:10px;
    list-style:none;
    background:#FFF;
    border:1px solid #000;
}
/* PopUp element.end */

/* BEGIN: Users Menu Navigation */
.user-navigation {
    margin: 10px 0px;
    height: 43px;
}
.user-navigation li {
	display: block;
    float: left;
    padding-bottom: 4px;
}
.user-navigation li a {
    float: left;
    padding: 10px 25px 10px 24px;
    height: 23px;
    color: #626262;
    background: url(/images/design/menu/button_bg.gif) top right no-repeat;
    font-weight:bold;
    font-size: 15px;
    text-decoration:none;
}
.user-navigation li.active {}
.user-navigation li.active a {
    font-weight: bold;
    color: #FFF;
    background: url(/images/design/menu/button_bg_active.gif) top right no-repeat;
}
.user-navigation li a:hover {
    background: url(/images/design/menu/button_bg_hover.gif) top right no-repeat;
    color: #FFF;
}
.user-navigation li {
    background: url(/images/design/menu/menu_bg_first.gif) left top no-repeat;
}
.user-navigation .first {
    margin-left: 3px;
}

.user-navigation .last:hover{
    background: url(/images/design/menu/button_bg_hover_last.gif) top right no-repeat;
}
.user-navigation .last{
    background: url(/images/design/menu/button_bg_last.gif) top right no-repeat;
}
.user-navigation li.active .last {
    background: url(/images/design/menu/button_bg_active_last.gif) top right no-repeat;
}

.faq-image {
	background: url(/images/design/faq.gif) no-repeat;
	width: 25px;
	height: 24px;
	float:right;
	position: absolute;
	margin-left: 120px;
}

.navFaq {
    background: url(/images/design/reg_wizard/faq_button.png) no-repeat;
    width: 86px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

.navFaq a,
.navFaq a:visited,
.navFaq a:hover {
    color:#000000;
    font-weight: bold;
    text-decoration:none;
    padding-left: 25px;
}
.navFaq:hover {background-position: 0 -38px;}
.navFaq:hover a {color:#FFF}

.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: Rounded Box */
.rounded-box{ background:#FFF; }
.rounded-box .top-left{
   background: url(/images/design/rouded_box/left_top.gif) no-repeat;
   width: 9px;
}
.rounded-box .top-bg{
   padding: 10px 10px 10px 10px;
   background: #e7e9e6 url(/images/design/rouded_box/bg_top.gif) repeat-x;
}
.rounded-box .top-right{
   background: url(/images/design/rouded_box/top_right.gif) no-repeat;
   width: 10px;
}

.rounded-box .bottom-left{
   background: url(/images/design/rouded_box/left_bottom.gif) no-repeat;
}
.rounded-box .bottom-bg{
   height: 12px;
   background: url(/images/design/rouded_box/bg_bottom.gif) repeat-x;
}
.rounded-box .bottom-right{
   background: url(/images/design/rouded_box/right_bottom.gif) no-repeat;
}
.rounded-box hr {
	padding: 0px;
	margin: 0px;
	border: 0;
    border-bottom: 2px solid #b9c1c1;
}
/* END: Rounded Box */

/* BEGIN: Rounded Header */
.rounded-header { color: #7b7e81; background:url(/images/design/rounded_header/right.gif) right no-repeat;border:0; font-size:18px; font-weight: bold; padding:0 5px 0 0; text-align:left; }
.rounded-header span { position:relative; background:url(/images/design/rounded_header/left.gif) left no-repeat; height:42px; line-height:42px; display:block; white-space:nowrap; padding:0 15px 0 20px;}
.rounded-header span label { font-weight: normal; font-size: 14px; }
/* END: Rounded Header */

/* BEGIN: AD FORM */

/* crop tool */
.crop-result {
	border:2px solid #333333;
	float:left;
	height:300px;
	margin:0 0 0 10px;
	width:400px;
}
.crop-result .text-message{
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
    height: 290px;
    line-height: 290px;
}

.crop-boxes .rotate-image, .crop-boxes .resize-image{
	float:left;
	font-weight: bold;
	color: #F96F14;
}
.crop-boxes .resize-image {
    margin-left: 325px;
}
/* ad preview*/
.ad-preview a,
.ad-preview a:hover,
.ad-preview a:visited,
.ad-preview a:link{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.ad-preview .ad-more-info a {
    font-size: 14px;
}
.ad-preview .ad-image{
    width: 100px;
    height: 75px;
    padding-right: 5px;
}

.ad-field-length {
    padding-top:5px;
    font-size: 10px;
    line-height: 5px;
    color: #000000;
}

.vinous-text {
    color: #8F3939;
    font-weight: bold;
}
.ad-form select,
.ad-form input[type="text"],
.ad-form textarea {
    width: 280px;
}

.ad-form-geotarget select {
    height:200px; width:200px;
}
.ad-form {width: 480px;}
.adTypeId {width:285px;}
.ad-form #ad_type_id-label {width:200px;}
.ad-form td {vertical-align:top;}
/*.ad-form*/ form .option-wrapper {
    border:1px solid #cbcbcb;
    margin:1px;
    padding: 5px;
    width: 100%;
    background: #f8f8f8;
}
.ad-best-practices,
.ad-best-practices:hover,
.ad-best-practices:visited {
    color:#FA6C0E;
    line-height: 30px;
    font-size:14px;
    font-weight:bold;
}

.not-selected-items,.selected-items {
    line-height: 27px;
    height: 27px;
    width: 100%;
    border: 1px solid #cbcbcb;
    font-weight: bold;
    color: #b3b3b3;
}
.not-selected-items {
    background: url('/images/design/not_selected_items_bg.jpg') repeat-x;
}
.selected-items {
    background: url('/images/design/selected_items_bg.jpg') repeat-x;
    color: #000;
}




/* BEGIN: AD SELECT BOXES */
.ad-select-boxes {
  padding: 5px;
  background: #F6F6F6;
}
.ad-select-boxes .ad-select-box {
  width: 250px;
  height: 200px;
}

.ad-select-boxes input[type=button] {
   width: 100px;
   height: 34px;
   align: left;
   text-align: left;
   line-height: 34px;
   color: #7B7E81;
   font-weight: bold;
   font-size: 12px;
}
.ad-select-boxes .add-button{
	background: #DADADA url(/images/design/icons/select_add.gif) right no-repeat;
	padding-right: 35px; 
}
.ad-select-boxes .remove-button{
    background: #DADADA url(/images/design/icons/select_delete.gif) right no-repeat;
    padding-right: 35px; 
}
/* END: AD SELECT BOXES */


/* END: AD FORM */

/* BEGIN: bid ajax input */
.bid_edit {color:red !important; text-decoration:underline !important; font-size: 10px;}
.bid_save {color:green !important;  text-decoration:underline !important; font-size: 10px;}
.bid_input {border:1px solid #cccccc; width: 45px;}
.bid_input_active {border: 1px solid #cccccc; width: 45px;}
/* END: bid ajax input */

/* BEGIN: dailyLimit block */
.dailyLimit {
    float:right;
    width: 350px; 
    height: 50px; 
    padding: 0px;
}

.dailyLimit .button {background-color: transparent; width:45px; border: 1px solid grey; color: blue; font-size: 10px; height: 18px; vertical-align:middle}
.dailyLimit .acronym { font-size: 12px; font-weight:bold; margin-left: 5px;}
.dailyLimit .help_ico { color: #A1A1FF; border: 1px solid #A1A1FF; padding: 0px 2px; margin:0; font-size: 10px;}
.dailyLimit span {padding-left: 10px;}

.dailyLimit .inputOriginal {border: none; display:inline; font-size: 10px; background: transparent;}
.dailyLimit .inputEdit {border: 1px solid #C1C1C1; display:inline; font-size: 10px; text-align:left}
.dailyLimit .result {padding: 0 5px 0 20px;}
/* END: dailyLimit block */

/* BEGIN: custom ads block */
.customAds {
    background-color: white; 
    width: 250px; 
    height: 50px; 
    border: 2px solid #ccc; 
    padding: 0px;
    padding-left: 3px;
    margin-right: 15px;
}

.customAds a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#fd6a0a;
    text-decoration:underline;
    font-weight: bold;
}
.customAds a:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#fd6a0a;
    text-decoration:none;
    font-weight: bold;
}        
/* END: custom ads block */
