|
Place a bid
.aw_floating_style {
font-size: 12px;
display: none;
background: #ffff99;
border: #e0e000 solid 2px;
padding: 10px 10px 10px 10px;
color: #000000;
font-family: arial, helvetica, sans-serif;
}
var aw_isNav, aw_isIE, aw_isNav67;
if (document.layers)
aw_isNav = true;
else if (document.all)
aw_isIE = true;
else if (document.getElementById)
aw_isNav67 = true;
var aw_timer_doc_loaded = null;
var aw_timeout_doc_loaded = null;
var aw_as = 0;
var dpty = 0;
var ltfpd = 0;
// Implementation specific for dynamic buttons.
dpty = 1;
var aw_doc_layer = null;
function aw_server_check(aw_im)
{
if (typeof(aw_doc_layer) == "undefined")
return;
if (aw_isNav)
{
aw_doc_layer.style.display = "block";
}
else if (aw_isIE)
{
aw_doc_layer.style.display = "block";
}
else if (aw_isNav67)
{
aw_doc_layer.style.display = "block";
}
}
// 0 - uninitialized, 1 - open, 2 - closed, 3 - error
function aw_awas(aw_asn, aw_aso)
{
if (aw_aso == 3 || aw_asn == 3 || aw_asn != aw_aso && aw_aso != 0)
return 3;
return aw_asn;
}
function aw_check_doc_loaded()
{
if ((typeof(aw_timer_doc_loaded) != "undefined") && (typeof(itemState) != "undefined"))
{
var aw_ebay_state = itemState.match(/^State(\d+)$/i) ;
if (aw_ebay_state != null)
{
var aw_ebay_state_id = aw_ebay_state[1];
switch (aw_ebay_state_id)
{
case "1" : // still open
aw_as = aw_awas(1, aw_as);
break;
case "2" : // closed and sold
aw_as = aw_awas(2, aw_as);
break;
case "3" : // closed and not sold
aw_as = aw_awas(4, aw_as);
break;
default : // error
aw_as = aw_awas(3, aw_as);
break;
}
}
else
aw_as = aw_awas(3, aw_as);
window.clearInterval(aw_timer_doc_loaded);
window.clearTimeout(aw_timeout_doc_loaded);
// Code to initialize the dynamic layers. Must NOT contain any returns!
if (aw_isNav)
{
aw_doc_layer = document.layers["aw_mylayer"];
}
else if (aw_isIE)
{
aw_doc_layer = document.all["aw_mylayer"];
}
else if (aw_isNav67)
{
aw_doc_layer = document.getElementById("aw_mylayer");
}
else
{
aw_doc_layer = null;
}
if (aw_as == 2 || aw_as == 3)
{
aw_coll = new Image;
aw_coll.onload = aw_server_check;
aw_time_now = new Date();
aw_coll.src = "http://wsacp.vendio.com/bin/awc.x?cid=023b726dbc-df561&time=" +
aw_time_now.getTime() + "<fpd=" + ltfpd + "&awas=" + aw_as + "&dpty=" + dpty;
}
}
}
aw_timer_doc_loaded = window.setInterval("aw_check_doc_loaded()", 2000);
aw_timeout_doc_loaded = window.setTimeout("window.clearInterval(aw_timer_doc_loaded)", 30000);
Preferred Checkout
If you are the winning bidder, click the Checkout button to go directly to my Checkout page!
For fastest processing of your order, please use Vendio Checkout!
.copyright {
color : #000000;
font-size : 8pt;
font-family : arial, helvetica, sans-serif;
}
.link {
font-family: verdana, sans-serif;
font-size:12px; underline;
color:#A42370;
}
HR {
color: #000000;
}
.item_image{
}
.description {
font-family: Verdana, sans-serif;
color: #7B2257;
font-weight: normal;
font-size: 10pt;
}
.patternframe {
background: #F5F5F5;
border: 0px solid #cccccc;
padding: 0px 0px 0px 0px;
}
.stencilframe {
background: #F5F5F5;
}
.stencil_bottom {
background:url(http://imagehost.vendio.com/my/templates/Stencils/Corners/.samples/Plaque%20Corners/bottom.gif)
}
.stencil_top {
background:url(http://imagehost.vendio.com/my/templates/Stencils/Corners/.samples/Plaque%20Corners/top.gif)
}
.stencil_left {
background:url(http://imagehost.vendio.com/my/templates/Stencils/Corners/.samples/Plaque%20Corners/left.gif)
}
.stencil_right {
background:url(http://imagehost.vendio.com/my/templates/Stencils/Corners/.samples/Plaque%20Corners/right.gif)
}
.main{
background: url(http://imagehost.vendio.com/my/templates/Patterns/Textures/pink_olines_texture.gif);
border: 1px solid #F8CFED;
padding: 0px 0px 0px 0px;
width: 100%;
}
.navlinks {
border: 0px solid #cccccc;
text-align : center;
padding: 5px 5px 5px 5px;
width: 100%;
}
.navlink {
font-family: Arial, sans-serif;
color: #8A8A8A;
font-weight: normal;
font-size: 10pt;
}
a:link.navlink, a:visited.navlink, a:active.navlink, a:hover.navlink {
color:#8A8A8A;
}
.titledata {
font-family: Helvetica, sans-serif;
color: #9F4079;
font-weight: bold;
font-size: 20pt;
}
.titlebox {
border: #000000 solid 0px;
padding: 10px 10px 10px 10px;
text-align : center;
}
.descriptionbody {
border: 0px solid #000000;
padding: 15px 15px 15px 15px;
background: #FFF3FC;
width: 100%;
}
.standardheader {
background: #EAC7E1;
border-bottom: 0px solid #EAC7E1;
padding: 5px 5px 5px 5px;
width: 100%;
}
.standardheadertd {
font-family: Verdana, sans-serif;
color: #8B1B5F;
font-weight: bold;
font-size: 10pt;
}
.standardheaderlink{
color: #8B1B5F;
font-size: 10;
font-family: Arial, Helvetica, sans-serif;
}
a:link.standardheaderlink, a:visited.standardheaderlink, a:active.standardheaderlink, a:hover.standardheaderlink {
color: #8B1B5F;
}
.standardtext{
font-family: Verdana, sans-serif;
color: #480034;
font-weight: normal;
font-size: 10pt;
padding: 5px 5px 5px 5px;
width: 100%;
}
.custombox {
border: 0px solid #000000;
padding: 10px 10px 10px 10px;
width: 100%;
}
.customboxheader {
font-family: Verdana, sans-serif;
color: #9F4079;
font-weight: bold;
font-size: 14pt;
padding: 10px 10px 10px 10px;
}
.customheader{
background: #EAC7E1;
border-top: 0px solid #FFFFFF;
border-left: 0px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
padding: 5px 5px 5px 5px;
width: 100%;
}
.customheadertd{
font-family: Verdana, sans-serif;
color: #8B1B5F;
font-weight: bold;
font-size: 10pt;
}
.customheaderlink{
color: #8B1B5F;
font-size: 10;
font-family: Arial, Helvetica, sans-serif;
}
a:link.customheaderlink, a:visited.customheaderlink, a:active.customheaderlink, a:hover.customheaderlink {
color: #8B1B5F;
}
.customtext {
font-family: Verdana, sans-serif;
color: #000000;
font-weight: normal;
font-size: 10pt;
padding: 5px 5px 5px 5px;
width: 100%;
}
.customlink {
color: #A42370;
text-decoration: underline;
}
a:link.customlink, a:visited.customlink, a:active.customlink, a:hover.customlink {
color: #A42370;
}
.customimagelink {
border-color: #A42370;
}
Payment | Checkout | Shipping | Policies
METLOX POPPYTRAIL RED ROOSTER HEN ON NEST EXCELLENT
Click to View Image Album
Click to View Image Album
Today we are pleased to offer an excellent item from Metlox/Poppytrail in the Red Rooster pattern. This is the hen on nest and these are not often found. This one is in excellent condition with no chips, cracks or repairs. The base is 5 1/8" by 6 3/8" and this one is 5 1/2" in height. Don't miss out on this nice item and thanks for looking!
Inventory #9655/p7
WE ACCEPT PAYPAL!
Thanks for stopping by.............Please check out our other auctions and many other items in our eBay store...................just click on the door icon near the top of the page. Thank you!
I am a Trading Assistant - I can sell items for you!
Payment
Back to Top
I accept the following forms of payment: PayPalMoney OrderPersonal Check
Preferred Checkout
Back to Top
If you are the winning bidder, click the Checkout button to go directly to my Checkout page!
For fastest processing of this order, please use Vendio Checkout!
Shipping & Handling
Back to Top
Domestic (items shipped to a U.S. address) insurance is optional on items under $99 but required if the item is over $99. International shipments require insurance if the selling price exceeds $24. Insurance is not available with Global Priority or Airmail Letter Post. US ShippingEnter ZIP Code and click button to see prices: USPS Priority Mail®
US Insurance optional, prices calculated at checkout
International ShippingClick button to see prices: USPS Priority Mail International (Worldwide)
USPS Express Mail International (Worldwide)
International Insurance required, prices calculated at checkout
Policies
PAYMENT INFORMATION
Back to Top
We accept payment in the form of check, money order and Paypal. Paypal and money order payments are shipped the next business day after the payment is received. Checks are held up to ten business days to allow them sufficient time to clear your bank. Payment must be received within ten days of the close of the auction or the item will be relisted.
SHIPPING INFORMATION
Back to Top
Buyer is to pay shipping/handling by the United States Postal Service. The shipping method used for this item is listed in the shipping calculator on this page. Simply insert your U.S. Zip code or Country if non U.S. for an instant quote. If there is no shipping listed please send your address and we will determine the shipping amount for you. The amount quoted includes a small handling charge to help offset time and material required for preparation. Ohio residents must add sales tax to the purchase price or provide a valid Ohio Vendors license number. We gladly combine items to save on shipping when practicle and only if they close within 7 days of each other.
INSURANCE
Back to Top
Insurance is available on all U.S. shipments and is required on all items over $99.00. Insurance rates are the published rates at the United States Post Office. We are not responsible for items that are lost or damaged in shipment if you do not purchase insurance.
INTERNATIONAL BUYERS - NON US
Back to Top
IMPORTANT: ANY ITEMS SHIPPED TO ITALY WILL REQUIRE INSURED EXPRESS MAIL. THIS IS DUE TO NUMEROUS ITEMS THAT HAVE NOT ARRIVED AND WE WILL NOT BE RESPONISBLE FOR LOSS IN SHIPPING! All items shipping outside the U.S. will require insurance if the selling price exceeds $24.00. We are not responsible for items that are lost or damaged in shipment if you do not purchase insurance. Please note: We are required by law to state the true value and that the item has been purchased. Due to a high number of requests to falsify this information, we are notifying you that we will fill out the customs forms as required by law and there will be no exceptions.
COMBINED SHIPPING POLICY
Back to Top
IF YOU PURCHASE MORE THAN ONE ITEM, WE WILL BE HAPPY TO COMBINE YOUR SHIPMENTS WHEN POSSIBLE TO SAVE YOU ON THE SHIPPING COSTS. PLEASE NOTE THAT IF YOU PAY FOR ITEMS SEPARATELY, THEY WILL SHIP SEPARATELY. WE DO THIS BECAUSE OF THE PAYPAL PROTECTION POLICIES AND SEPARATE CHARGES ASSOCIATED WHEN YOU PAY INDIVIUALLY. WE WILL GLADLY COMBINE ITEMS THAT CLOSE WITHIN 7 DAYS OF EACH OTHER. WHEN YOU ARE READY TO PAY, PLEASE EMAIL US AND WE WILL COMBINE YOUR WINS TO REFLECT ANY SAVINGS AVAILABLE. PAYMENT IS DUE NO LATER THAN 10 DAYS AFTER THE CLOSE OF THE FIRST ITEM IN THE GROUP. IT IS YOUR RESPONSIBILITY TO LET US KNOW WHEN YOU ARE READY FOR A COMBINED INVOICE BECAUSE WE HAVE NO WAY OF KNOWING WHEN YOUR SHOPPING IS COMPLETE UNLESS YOU TELL US.
FREE scheduling, supersized images and templates. Get Vendio Sales Manager.Make your listings stand out withFREE Vendio custom templates!
FREE scheduling, supersized images and templates. Get Vendio Sales Manager.
Over 100,000,000 served. Get FREE counters from Vendio today!
Your browser does not support JavaScript.
To view this page, enable JavaScript if it is disabled or upgrade your browser.
Click Here. Double your traffic. Get Vendio Gallery - Now FREE!
Your browser does not support JavaScript.
To view this page, enable JavaScript if it is disabled or upgrade your browser.
Win more auctions at the last minute FREE. Learn how. |