/*Ultimate Auction Back End CSS*/

textarea.wdm_settings_input{
    width: 370px;
    height: 120px;
}

label.error{
    color: red;
    margin-left: 5px;
}

.auction_settings_section_style #submit{
    font-size: 14px;
    height: 35px;
    min-width: 130px;
}

.wdm-auction-bought
{
    color: green;
}

.auction_settings_section_style h3{
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background: #F5F5F5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    margin-bottom: 0 !important;
    padding: 10px;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-radius: 3px 3px 0 0;
    font-size: 13px;
}

.auction_settings_section_style table, #wdm-auction-help-support{
    border: 1px solid #DFDFDF;
    margin-top: 0 !important;
    background-color: #F9F9F9;
}

.auction_settings_section_style table th{
    padding-top: 10px !important;
    border-bottom: 1px solid #DFDFDF;
}

.auction_settings_section_style table td{
padding-top: 15px !important;
border-bottom: 1px solid #DFDFDF;
}

#wdm-auction-help-support{
    padding: 15px;
}

.ult-auc-settings-tip{
    font-style: italic;
    color: #444;
}

.auction_fields_tooltip
{
position: relative;
background: #89C3EB;
cursor: help;
display: inline-block;
text-decoration: none;
color: #ffffff;
outline: none;
-moz-border-radius: 20px;
border-radius: 20px;
padding: 0px 7px;
}

.auction_fields_tooltip span
{
color: #000000;
font-size: 11px;
visibility: hidden;
position: absolute;
bottom: 30px;
left: 80%;
z-index: 999;
width: 550px;
margin-left: -127px;
padding: 10px;
opacity: .9;
background: #b2e1ff; /* Old browsers */
background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e1ff), color-stop(100%,#66b6fc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* IE10+ */
background: linear-gradient(to bottom, #b2e1ff 0%,#66b6fc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.auction_fields_tooltip:hover
{
border: 0; /* IE6 fix */
}

.auction_fields_tooltip:hover span
{
visibility: visible;
}

.auction_fields_tooltip span:before,
.auction_fields_tooltip span:after
{
content: "";
position: absolute;
z-index: 1000;
bottom: -7px;
left: 21%;
margin-left: -8px;
border-top: 8px solid #66b6fc;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 0;
}

.auction_fields_tooltip span:before
{
border-top-color: #66b6fc;
bottom: -8px;
}

.pp-please-note{
    color: red;
    font-weight: bold;
}

.pp-url-notification{
    color: #800000;
}

#how-set-pp-auto-return{
outline: none !important;
}

#ultimate-auction-banner{
    padding: 10px;
    position: relative;
}

img#wdm_review {
    position: absolute;
    bottom: 14px;
    right: 5%;
    border: 1px dashed #bbb;
}

#auction_description_tbl td{padding-top: 4px !important;}

#wdm_auction_setID table th{padding: 10px !important;}


td.ID.column-ID,th.manage-column.column-ID {width:50px;}

.wdm-mark-green{color: green;}

.ua_auction_price_fields{
    width : 100px !important;
}