|
Place a bid
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
#mainpage {
margin: 0;
padding: 0;
background: #000000 url(http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/img01.jpg) repeat-x top center;
font-size: 13px;
color: #8C8C8C;
}
.leftbody{
text-align: left;
}
th, td, input, select, option {
font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}
h1, h2, h3 {
font-weight: normal;
color: #F8FBEC;
}
h1 {
letter-spacing: -2px;
font-size: 3em;
}
h2 {
letter-spacing: -1px;
font-size: 2em;
}
h3 {
font-size: 1em;
}
p, ul, ol {
line-height: 200%;
}
blockquote {
padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
line-height: normal;
font-style: italic;
}
#wrapper {
}
/* Header */
#header {
text-align: left;
width: 760px;
height: 288px;
margin: 0 auto;
background: url(http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/img02.jpg) no-repeat right top;
}
#header h1, #header p {
margin: 0;
color: #9CBC1E;
}
#header h1 {
padding: 100px 0 0 70px;
}
#header p {
padding-left: 73px;
margin-top: -10px;
}
#header a {
color: #E6B715;
}
/* Page */
#page {
width: 760px;
margin: 0 auto;
}
/* Content */
#content {
float: right;
width: 470px;
margin: 0;
}
.post {
padding: 0 0 20px 0;
text-align: left;
}
.title {
margin: 0;
padding-bottom: 5px;
border-bottom: 2px solid #B7D24D;
}
.byline {
margin: 0;
color: #646464;
}
.meta {
text-align: center;
color: #003300;
padding: 0px 10px;
height: 48px;
font-size: 2em;
background: url(http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/img06.gif) no-repeat left top;
}
.meta .more {
padding-left: 20px;
}
.meta .comments {
padding-left: 20px;
}
.meta a {
color: #003300;
}
/* Sidebar */
#sidebar {
float: left;
width: 230px;
text-align:left;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
}
#sidebar li ul {
padding: 15px 15px;
}
#sidebar li li {
border-bottom: 1px dotted #000000;
padding-left: 15px;
}
#sidebar h2 {
margin: 0;
padding: 10px 0 0 40px;
height: 40px;
background: url(http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/img04.gif) no-repeat left 60%;
}
#sidebar a {
text-decoration: none;
}
#sidebar a:hover {
}
/* Footer */
#footer {
clear: both;
width: 760px;
height: 60px;
margin: 0 auto;
padding: 20px 0 0 0;
background: url(http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/img05.gif) no-repeat left top;
text-align: center;
font-size: smaller;
color: #52640A;
}
#footer a {
color: #003300;
}
The Warbler's Nest
Treasures for your Home
Sung By Alfred Sung
3.4 oz. Eau De Toilette Spray
NEW!!
.imageborder {
/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;
margin: 8px;
background-color: white;
/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #dddddd #dddddd #dddddd;
border-width: 1px 1px 1px 1px;
}
#showimage{
cursor: hand;
cursor: pointer;
position:absolute;
visibility:hidden;
border: 1px solid black;
z-index:100;
padding: 4px;
background-color: white;
background-image: url("http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/Loading.gif");
background-position: center;
background-repeat: no-repeat;
}
#dragbar{
cursor: move;
cursor: move;
background-color: white;
min-width: 100px; /*NS6 style to overcome bug*/
}
#dragbar #closetext{
cursor: hand;
cursor: pointer;
font-weight: bold;
margin: 3px;
}
/*JS Container CSS Properties For MultiPage Gallery*/
.slideshow{ /*CSS for DIV containing each image*/
/*margin: 0 auto; */
}
.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
}
#PicCage{
float: left;
margin: 10;
}
#navlinks{ /*CSS for DIV containing the navigational links*/
text-decoration: none;
}
#navlinks a{ /*CSS for each navigational link*/
a:link, a:visited:text-decoration:underline; a:hover:text-decoration:none;;margin-right: 2px;
margin-bottom: 3px;
padding: 5px;
background-color: white;
color: black;
border: 1px Solid white;
font-size: 110%;
text-decoration: none;
}
#navlinks a.current{ /*CSS for currently selected navigational link*/
padding: 5px;
background-color: black;
color: white;
text-decoration: none;
}
#ThumbCage{
}
/***********************************************
* Image Thumbnail viewer- © Dynamic Drive (www.dynamicdrive.com)
* Last updated Sept 26th, 03'. This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
* Full Permission has been granted by Dinamic Drive for use of upto 10 scripts by Listing Factory 2008
***********************************************/
var ie=document.all
var ns6=document.getElementById&&!document.all
function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat" && !window.opera)? document.documentElement : document.body
}
function enlarge(which, e, position, imgwidth, imgheight, thumbwidth, thumbheight){
if (ie||ns6){
crossobj=document.getElementById? document.getElementById("showimage") : document.all.showimage
if (position=="center"){
pgyoffset=ns6? parseInt(pageYOffset) : parseInt(ietruebody().scrollTop)
horzpos=ns6? pageXOffset+window.innerWidth/2-imgwidth/2 : ietruebody().scrollLeft+ietruebody().clientWidth/2-imgwidth/2
vertpos=ns6? pgyoffset+window.innerHeight/2-imgheight/2 : pgyoffset+ietruebody().clientHeight/2-imgheight/2
if (window.opera && window.innerHeight) //compensate for Opera toolbar
vertpos=pgyoffset+window.innerHeight/2-imgheight/2
vertpos=Math.max(pgyoffset, vertpos)
}
else{
var horzpos=ns6? pageXOffset+e.clientX : ietruebody().scrollLeft+event.clientX
var vertpos=ns6? pageYOffset+e.clientY : ietruebody().scrollTop+event.clientY
}
crossobj.style.left=horzpos+"px"
crossobj.style.top=vertpos+"px"
crossobj.innerHTML=' '
crossobj.style.visibility="visible"
return false
}
else //if NOT IE 4+ or NS 6+, simply display image in full browser window
return true
}
function closepreview(){
crossobj.style.visibility="hidden"
}
function drag_drop(e){
if (ie&&dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx+"px"
crossobj.style.top=tempy+event.clientY-offsety+"px"
}
else if (ns6&&dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx+"px"
crossobj.style.top=tempy+e.clientY-offsety+"px"
}
return false
}
function initializedrag(e){
if (ie&&event.srcElement.id=="dragbar"||ns6&&e.target.id=="dragbar"){
offsetx=ie? event.clientX : e.clientX
offsety=ie? event.clientY : e.clientY
tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)
dragapproved=true
document.onmousemove=drag_drop
}
}
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")
/***********************************************
* Photo Album script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
* Full Permission has been granted by Dinamic Drive for use of upto 10 scripts by Listing Factory 2008
***********************************************/
var dimension="1x1" //Specify dimension of gallery (number of images shown), such as 4x2, 3x1 etc
//Specify images:
//galleryarray[x]=["path_to_image", "optional_title_attribute", "optional_text_description", "optional_link"]
var galleryarray=new Array()
galleryarray[0]=["http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/Sung by Alfred Sung Women_870791_thumb.jpg", "", "", "http://www.auctionlistingcreator.com/users/wendirut/eBayAuctions/f-sungbyalfredsung/images/Sung by Alfred Sung Women_870791_large.jpg", "500", "598" , "293", "350"]
var href_target=""
var totalslots=dimension.split("x")[0]*dimension.split("x")[1]
function buildimage(i){
var tempcontainer=""
tempcontainer+=galleryarray[i][3]!=""?
tempcontainer+='' : ""
tempcontainer+='';
tempcontainer=galleryarray[i][3]!=""? tempcontainer+'' : tempcontainer
tempcontainer+='';
if (galleryarray[i][1] != ""){
tempcontainer+=' ';
tempcontainer=galleryarray[i][1]!=""? tempcontainer+galleryarray[i][1] : tempcontainer
tempcontainer+=' ';
}
tempcontainer+=' ';
//tempcontainer+='';
//tempcontainer=galleryarray[i][2]!=""? tempcontainer+galleryarray[i][2] : tempcontainer
//tempcontainer+=' ';
tempcontainer+='';
return tempcontainer
}
function jumptopage(p){
var startpoint=(p-1)*totalslots
var y=1;
for (i=0; i |