|
Place a bid
#wrapper{width:100%;margin:20px auto;padding:0px;text-align:center;}#listingContainer{text-align:left;width:980px;margin:0px auto;padding:0px;background:url(http://assets.suvorna.net/ebay/layout/repeater.gif) top left repeat-y}#listingHeader{width:980px;height:90px;background:url(http://assets.suvorna.net/ebay/layout/listings-head-bg.jpg) top left no-repeat;padding:0;clear:both}#navigation{float:right;width:505px;margin-top:32px;margin-right:30px;padding:0}#main-nav{list-style:none;padding:0;margin:0}#main-nav li{margin:0;padding:0;display:inline;float:left;margin-right:22px}#main-nav li a{color:#fff;display:block;text-decoration:none;text-transform:uppercase;font-size:11px;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-weight:bold}#main-nav li a:hover{border-bottom:3px solid #99ca30}#listingSubheader{width:980px;height:25px;background:url(http://assets.suvorna.net/ebay/layout/subheader.gif) bottom left no-repeat}#listingContent{width:980px;margin:0px;padding:0px;clear:both;background:url(http://assets.suvorna.net/ebay/layout/repeater.gif) top left repeat-y}#listingLeftpane{width:150px;float:left;height:250px;margin-left:10px}#listingCenterpane{width:620px;float:left;margin-left:21px}h3{margin:0px;padding:20px 0px 3px 0px;font-family: "arial",tahoma,verdana,sans-serif;font-size:16px;color:#236194;margin:0px 10px 17px 15px}#listingPics{position:relative;margin:0px;padding:5px;height:370px;clear:both}#listingRightpane{width:150px;float:left;height:250px;margin-left:19px}div.listingboxtitle{display:block;font-weight:bold;padding:3px 5px 4px 12px;width:133px;font-size:11px;font-family:Arial,Helvetica,sans-serif;color:#fff;background:url(http://assets.suvorna.net/ebay/layout/boxtitle.gif) top left no-repeat;border-bottom:1px solid #FFF}div.listingboxcontent{margin:0px;background:url(http://assets.suvorna.net/ebay/layout/boxcontent.gif) top left repeat-y}div.listingsearchbox{margin:0px;background:url(http://assets.suvorna.net/ebay/layout/boxcontent.gif) top left repeat-y;width:130px;padding:10px;font-size:11px;font-family:Arial,Helvetica,sans-serif;color:#fff}div.boxbase{display:block;font-size:0px;height:10px;line-height:0px;width:150px;background:url(http://assets.suvorna.net/ebay/layout/boxbase.gif) bottom left no-repeat;margin-bottom:15px}#listingFooter{width:980px;height:90px;background:url(http://assets.suvorna.net/ebay/layout/footer.jpg) top left no-repeat;clear:both}#lsbox{border:1px solid #666;width:120px;padding:2px}div.largeboxtop{width:605px;height:22px;background:url(http://assets.suvorna.net/ebay/layout/boxtitle3.gif) top left no-repeat;clear:both;margin-top:20px;padding:8px 5px 0px 10px;font-size:12px;font-weight:bold;color:#fff;font-family:Arial,Helvetica,sans-serif}div.largeboxcontent{padding:10px;font-size:12px;line-height:16px;font-family:Arial,Helvetica,sans-serif;background:url(http://assets.suvorna.net/ebay/layout/boxcontent3.gif) top left repeat-y;color:#333}div.largeboxcontent p{margin:0px;padding:10px}div.largeboxbase{background:url(http://assets.suvorna.net/ebay/layout/boxbase3.gif) bottom left no-repeat;height:20px;margin:0;padding:0}ul.boxlist{list-style:none;padding:0;margin:0}ul.boxlist a{text-decoration:none;display:block;width:100%;font-family:"arial",tahoma,verdana,sans-serif;font-size:11px;color:#4F5559;background:url(http://assets.suvorna.net/ebay/layout/linkout.gif) top left no-repeat;padding:3px 4px}ul.boxlist a:hover{background:url(http://assets.suvorna.net/ebay/layout/linkover.gif) top left no-repeat;color:#fff}li.sub a{padding-left:7px}div.largeboxcontent h4{padding:5px;padding-left:10px;font-size:14px;margin:0px}
#jgal { list-style: none; width: 70px; margin:0 0px 0 5px; padding:0 0; }#jgal li { opacity: .5; float: left; display: block; width: 100px; height: 75px; background-position: 50% 50%; cursor: pointer; border: 1px solid #fff; margin-right: 14px; margin-bottom: 14px; }#jgal li img { position: absolute; top: 3px; left: 125px; display: none; }#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }
/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }
document.write(" #gallery { display: none; } ");
var gal = {
init : function() {
if (!document.getElementById || !document.createElement || !document.appendChild) return false;
if (document.getElementById('gallery')) document.getElementById('gallery').id = 'jgal';
var li = document.getElementById('jgal').getElementsByTagName('li');
li[0].className = 'active';
for (i=0; i |