body { 
     background-image : url('images/back.jpg'); 
     background-repeat : repeat; 
     font-family : verdana, helvetica, arial, sans-serif; 
     text-align : center; 
} 

* { 
     padding : 0; 
     margin : 0; 
} 

a { 
     color : #0000ff; 
     text-decoration : none; 
} 

a:visited { 
     color : #808000; 
     text-decoration : none; 
} 

a:hover { 
     color : #df0000; 
     text-decoration : underline; 
} 

a img { 
     border : none; 
} 

h1 { 
     font-size : 22px; 
     font-family : georgia, bookman-old-style, times, serif; 
     text-align : center; 
     color : #009966; 
     margin-top : 30px; 
     margin-bottom : 24px; 
} 

h2 { 
     font-size : 20px; 
     font-family : tahoma, verdana, helvetica, arial, sans-serif; 
     text-align : center; 
     color : #400000; 
     margin-top : 0; 
     margin-bottom : 16px; 
} 

h3 { 
     font-size : 14px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     text-align : left; 
     color : #660000; 
     margin-top : 16px; 
     margin-bottom : 12px; 
} 

h4.navi { 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-size : 14px; 
     font-weight : bold; 
     color : #000060; 
     text-align : left; 
     margin-left : 6px; 
} 

/*-----:[ core layout elements ]:-----*/

#wrapper { 
     width : 936px; 
     margin : 0 auto 0 auto; 
     display : block; 
} 

#content { 
     width : 936px; 
     background-image : url("images/content.jpg"); 
     background-repeat : repeat-y; 
     margin : 0 0 0 0;
     padding : 0 0 0 0;
     text-align : left; 
     float : left; 
     clear : both; 
} 

#main { 
     width : 564px; 
     margin : 0 0 0 0;
     padding : 0 0 0 0;
     float : left; 
}

#sider { 
     width : 186px; 
     padding : 0 0 0 0; 
     float : right; 
} 

#sidebar { 
     width : 186px; 
     padding : 0 0 0 0; 
     float : left; 
} 

#navibackpg { 
     background-image : url("images/navisl.jpg"); 
     width : 186px; 
     height : 20px; 
     margin : 0; 
     padding : 0; 
} 

#navibackst { 
     background-image : url("images/navisl.jpg"); 
     width : 186px; 
     height : 20px; 
     margin : 0; 
     padding : 0; 
} 

#navibacksp { 
     background-image : url("images/navisl.jpg"); 
     width : 186px; 
     height : 20px; 
     margin : 0; 
     padding : 0; 
} 

#navibackr { 
     background-image : url("images/navisl.jpg"); 
     width : 186px; 
     height : 20px; 
     margin : 0; 
     padding : 0; 
} 

#navibacksrc { 
     background-image : url("images/navisl.jpg"); 
     width : 186px; 
     height : 20px; 
     margin : 0; 
     padding : 0; 
} 

#navibackrsp { 
     background-image : url("images/navisl.jpg"); 
     width : 186px; 
     height : 20px; 
     margin : 0; 
     padding : 0; 
} 

#navibackrot { 
     background-image : url("images/navisl.jpg"); 
     width : 186px; 
     height : 20px; 
     margin : 0; 
     padding : 0; 
} 

#sort { 
     background-image : url("images/categ.jpg"); 
     background-repeat : repeat-x; 
     border : 0; 
     width : 564px; 
     height : 30px;
     margin: 0; 
     padding-top: 4px;  
} 

#pmain { 
     width : 552px; 
     border : 0; 
     margin : 0 6px 0 6px;
     padding: 0 0 0 0;  
     text-align : left; 
} 

#footer { 
     width : 936px; 
     height : 36px; 
     background-image : url("images/footer.jpg"); 
     background-repeat : repeat-x; 
     padding : 0 0 0 0; 
     border-top : 0; 
     float : left; 
     clear : both; 
} 


/*--------:[ header styles ]:--------*/

#head { 
     background-image : url("images/logo.jpg"); 
     width : 936px; 
     height : 140px; 
     text-align : left; 
     margin : 0 0 0 0; 
     padding : 0 0 0 0; 
     border : 0; 
} 

#navibar { 
     background-image : url("images/navi.jpg"); 
     background-repeat : repeat-x; 
     width : 936px; 
     height : 36px; 
     margin : 0;
     padding : 0 0 0 0; 
} 

.ul-nav { 
     width : 700px; 
     height: 36px;
     margin-left : 40px; 
     float : left; 
     clear : both; 
}

ul#nav { 
     list-style : none; 
     width : 700px; 
     padding : 0; 
     float : left; 
     clear : both; 
} 

ul#nav li { 
     padding : 0 0 0 0; 
     margin-left : 20px;
     margin-top : 12px;
     font : bold 1em Helvetica, Arial, sans-serif; 
     color : #ffffff;
     text-transform : uppercase; 
     float : left; 
} 

ul#nav li a, ul#nav li a:visited { 
     color : #ffff80; 
     text-decoration : none; 
} 

ul#nav li a:hover { 
     color : #df0000; 
     text-decoration : underline; 
} 

ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { 
     color : #090; 
     text-decoration : underline; 
} 

ul#nav li.rss { 
     padding: 0 0 0 0; 
     margin-left : 60px; 
     margin-top : 12px;
     float : left; 
} 

ul#nav li.rss a { 
     margin : 0 18px 0 0; 
     background : url('images/icon_rss.gif') no-repeat 100% 75%; 
} 


/*------------------------------------------------------
         Style from BANS --- Site Map
------------------------------------------------------*/

#sitemap { 
     width : 450px; 
     padding-left : 5px; 
     list-style-type : none; 
} 

#sitemap .title { 
     font-size : 18px; 
     color : #333333; 
     text-decoration : none; 
     padding-top : 10px; 
     padding-bottom : 5px; 
     font-weight : bold; 
     font-family : Arial, Helvetica, sans-serif; 
} 

#sitemap a { 
     width : 450px; 
     padding-left : 5px; 
     list-style-type : none; 
} 

#sitemap ul li.li1 a { 
     font-size : 14px; 
     color : #ff0000; 
     text-decoration : underline; 
     padding-top : 15px; 
     padding-left : 10px; 
     font-weight : bold; 
     font-family : Arial, Helvetica, sans-serif; 
     line-height : 40px; 
} 

#sitemap ul li.li2 a { 
     font-family : Arial, Helvetica, sans-serif; 
     font-size : 13px; 
     text-decoration : none; 
     padding-top : 10px; 
     padding-left : 10px; 
     font-weight : bold; 
     border-left-style : none; 
     color : #333333; 
     text-decoration : underline; 
} 

#sitemap ul li.li3 a { 
     font-family : Arial, Helvetica, sans-serif; 
     font-size : 12px; 
     text-decoration : none; 
     padding-top : 10px; 
     padding-left : 10px; 
     font-weight : bold; 
     color : #333333; 
     text-decoration : underline; 
}
 
#sitemap ul li.li4 a { 
     font-family : Arial, Helvetica, sans-serif; 
     font-size : 12px; 
     text-decoration : none; 
     padding-top : 10px; 
     padding-left : 10px; 
     font-weight : bold; 
     color : #333333; 
     text-decoration : underline; 
} 

#sitemap ul li.li5 a { 
     font-size : 12px; 
     color : #333333; 
     text-decoration : none; 
     padding-top : 10px; 
     padding-left : 10px; 
     font-weight : normal; 
     text-decoration : underline; 
} 

#sitemap ul li.li6 a { 
     font-size : 12px; 
     color : #333333; 
     text-decoration : none; 
     padding-top : 10px; 
     padding-left : 10px; 
     font-weight : normal; 
     text-decoration : underline; 
} 

#sitemap .info { 
     font-family : Arial, Helvetica, sans-serif; 
     font-size : 12px; 
     color : #000000; 
     text-decoration : none; 
     padding-left : 10px; 
} 

#sitemap .info2 { 
     font-family : Arial, Helvetica, sans-serif; 
     font-size : 12px; 
     color : #000000; 
     text-decoration : none; 
     padding-left : 20px; 
} 

#sitemap .info3 { 
     font-family : Arial, Helvetica, sans-serif; 
     font-size : 12px; 
     color : #000000; 
     text-decoration : none; 
     padding-left : 33px; 
} 

#sitemap .info4 { 
     font-family : Arial, Helvetica, sans-serif; 
     font-size : 12px; 
     color : #000000; 
     text-decoration : none; 
     padding-left : 30px; 
}
 

/*------------------------------------------------------
                     Layout 4 and 5
------------------------------------------------------*/

.item-layout4 { 
     text-align : center; 
     float : left; 
     background-color : #efefef; 
     height : 240px; 
     width : 28%; 
     margin-left : 6px; 
     margin-top : 6px; 
     display : block; 
     padding : 10px; 
     border-style : solid; 
     border-color : #cccccc; 
     border-width : 1px; 
} 

.item-layout5 { 
     text-align : left; 
     float : left; 
     background-color : #efefef; 
     height : 110px; 
     width : 44%; 
     margin-left : 6px; 
     margin-top : 6px; 
     display : block; 
     padding : 10px; 
     border-style : solid; 
     border-color : #cccccc; 
     border-width : 1px; 
} 


/*-------------------------------------------------------
                   Product Information
-------------------------------------------------------*/

#products { 
     width : 100%; 
     margin : 0; 
     padding : 0; 
     border : 0; 
     border-style : solid; 
     border-color : #dddddd; 
} 

#products td { 
     padding : 5px; 
} 

tr.row0 { 
     background-color : #eeeeee; 
} 

tr.row0:hover { 
     background-color : #dddddd; 
} 

tr.row1 { 
     background-color : #ffffff; 
} 

tr.row1:hover { 
     background-color : #dddddd; 
} 

.itemname A { 
     font-size : 10pt; 
     font-family : Arial; 
     color : #0000ff; 
     text-decoration : underline; 
} 

.itemname a:hover { 
     font-size : 10pt; 
     font-family : Arial; 
     color : #0000ff; 
     text-decoration : none; 
} 

.itemname a:visited { 
     font-size : 10pt; 
     font-family : Arial; 
     color : #ae0000; 
     text-decoration : none; 
} 

.bids { 
     font-size : 10pt; 
     font-family : Arial; 
     font-weight: bold;
     color : #000000; 
} 

.price { 
     font-size : 10pt; 
     font-family : Arial; 
     font-weight : bold; 
     color : #333333; 
} 

.buyprice { 
     font-size : 10pt; 
     font-family : Arial; 
     font-weight : bold; 
     color : #000000; 
} 

.time { 
     font-size : 10pt; 
     font-family : Arial;     
     color : #ff0000; 
} 

.producttext { 
     font-size : 9pt; 
     font-weight : bold; 
     font-family : Arial; 
     color : #333333; 
} 

a img { 
     border : 1px; 
     border-color : #333333; 
} 

#navigation ul { 
     text-align : left; 
     font-size : 12px; 
     margin-right : 20px; 
     margin-bottom : 20px;
     padding-left : 5px; 
     list-style-type : none; 
     list-style-image : none; 
     background-color : #ffffff; 
}

#navigation li { 
     display : inline; 
     padding-left : 3px; 
     padding-right : 3px; 
} 

#navigation a { 
     color : #0000cc; 
     text-decoration : underline; 
} 

#viewmore { 
     text-align : right; 
     margin-right : 20px; 
     margin-left : 20px; 
     margin-bottom : 10px; 
     background-color : #ffffff; 
     width : auto; 
} 

#viewmore a { 
     font-size : 10pt; 
     font-family : Arial; 
     color : #0000ff; 
} 


/*----------------------------------------------------
                   Sort by Box 
----------------------------------------------------*/

#sortbox { 
     width : 100%; 
     height: 50px;
     background-color: #c0ffc0; 
} 

#ebaylogo { 
     width : 110px; 
     height : 45px;
     float : left; 
     margin-top : 4px; 
     margin-left : 10px; 
     margin-bottom : 4px; 
} 

#sortby { 
     text-align : right; 
     margin-top : 10px; 
} 

#sortby select { 
     width : 200px; 
     margin-right: 10px;
} 


/*-------------------------------
             Text 
-------------------------------*/

p.ins { 
     font-size : 12pt; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     text-align : left; 
     color : #000000; 
     padding-left : 6px; 
     padding-right : 6px; 
} 

p.text { 
     font-size : 10pt; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     text-align : left; 
     color : #000000; 
     margin-left : 12px; 
     margin-right : 10px; 
     padding : 0; 
} 

p.btext { 
     font-size : 11pt; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     text-align : left; 
     color : #000000; 
     margin-left : 6px; 
     padding : 0; 
} 

p.ad { 
     font-size : 10px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     text-align : center; 
     color : #000000; 
     margin : 6px 6px 6px 6px; 
     padding : 0; 
} 

p.atext { 
     font-size : 12pt; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : bold; 
     text-align : left; 
     color : #000000; 
     margin-left : 8px; 
     padding : 0; 
} 

p.adcateg { 
      font-size: 18px;
      font-weight: bold;
      font-family: Georgia, "Times New Roman", Times, serif;
      text-align: center;
      text-decoration: underline;
      color: #0000ff;
      margin-top: 0;
}

p.send { 
     font-size : 12px; 
     font-family : verdana, arial, helvetica, sans-serif; 
     color : #ffffff; 
     font-weight : normal; 
     text-decoration: none;
     text-align : center; 
     margin-top : 12px; 
     margin-bottom : 10px; 
} 

p.send a { 
     color : #ffffff; 
     text-decoration: none;
} 

p.send a:hover { 
     color : #df0000; 
     text-decoration: underline;
} 
/* - - - - - - - - - - - - - - - - - -
              Header Styles 
   - - - - - - - - - - - - - - - - - - */

h1.title { 
     font-family : verdana, tahoma, helvetica, arial, sans-serif; 
     font-size : 28px; 
     text-align : left; 
     font-weight : bold; 
     color : #0000ff; 
     margin-top : 0;
     margin-left : 15px; 
     padding-top : 6px;
} 

h2.siteslogan { 
     font-family : "Bookman Old Style", Georgia, Times, serif; 
     font-size : 18px; 
     text-align : left; 
     font-weight : bold; 
     font-style : italic; 
     color : #004040; 
     margin-top : -24px; 
     margin-left : 15px; 
} 


/*------------------------------------
                Search
------------------------------------*/

#search { 
     font-family : Arial; 
     font-size : 10px; 
     text-align : left; 
     width : 174px; 
     margin-top : 2px; 
     margin-left : 2px; 
} 

#search a { 
     color : #0000ff; 
     font-family : Arial; 
     font-size : 10px; 
} 

#search a:hover { 
     color : #333333; 
     font-family : Arial; 
     font-size : 10px; 
} 

.searchform {
	padding: 0;
        margin-top: 0;
	width: 170px;
        background-color: #ffffcc;
        border: solid 1px #dddddd;
	}

#searchsubmit { 
     padding : 0; 
     margin-top : 2px; 
} 

#search select { 
     width : 172px; 
     margin-top : 2px; 
     border : 1px solid #336699; 
}


/* - - - - - - - - - - - - - - - - - -
                Side Bar
   - - - - - - - - - - - - - - - - - - */

#sidebar ul { 
     padding : 0; 
     margin : 0 4px 2px 3px; 
     text-align : left; 
     font-size : 1em; 
     list-style-type : none; 
} 

#sidebar li { 
     margin : 0 4px 2px 4px; 
     text-align : left; 
     font-size : 12px; 
     display : block; 
     list-style-type : none; 
} 


/*---------------------------------
             List Style
---------------------------------*/
ul.rside {
     text-align : left; 
     list-style : none; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-size : 12px; 
     font-weight : bold;
}

li.rside {
     text-align : left; 
     list-style : none; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-size : 12px; 
     font-weight : bold;
     margin: 4px 6px 0 6px; 
}

li.ads { 
     text-align : center; 
     list-style : none; 
     font-size : 10px; 
     margin-left : 6px; 
     margin-right : 6px; 
} 

ul.main { 
     font-size : 12px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     color : #000000; 
     text-align : left; 
     list-style-type : none; 
     margin : 10px 0 0 6px; 
} 

li.mainl { 
     font-size : 11px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     color : #000000; 
     text-align : left; 
     list-style-type : none; 
     margin : 6px 0 0 20px; 
} 

li.maind { 
     font-size : 11px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     color : #000000; 
     text-align : left; 
     list-style-type : disc; 
     margin : 6px 0 0 20px; 
} 

li.mainlb { 
     font-size : 12px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : bold; 
     color : #000000; 
     text-align : left; 
     list-style-type : none; 
     margin : 6px 0 0 10px; 
} 

ol.omain { 
     font-size : 12px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : bold; 
     color : #000000; 
     text-align : left; 
     list-style-type : decimal; 
     margin : 10px 0 0 6px; 
} 

li.omainl { 
     font-size : 11px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : bold; 
     color : #000000; 
     text-align : left; 
     list-style-type : decimal; 
     margin : 6px 0 0 20px; 
} 

/*-----------------------------------------
            Area Listing
------------------------------------------*/

ul.dnavi {
     font-size : 12px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     color : #000000; 
     text-align : left; 
     list-style-type : none; 
     margin : 6px 0 0 20px;
}

li.dtyp {
     font-size : 14px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : bold; 
     color : #000000; 
     text-align : left; 
     list-style-type : none; 
     margin : 6px 0 10px 20px; 
}

li.dstat {
     font-size : 12px; 
     font-family : verdana, helvetica, arial, sans-serif; 
     font-weight : normal; 
     color : #000000; 
     text-align : left; 
     text-decoration : none; 
     width : 150px;
     height : 20px;
     list-style-type : none; 
     margin : 2px 0 0 20px; 
     float : left;
}

div.sps {
     width : 550px;
     height : 30px;
     clear : both;
}

/*---------------------------------------
           adsense image style
 ---------------------------------------*/

div.adl { 
     width : 250px; 
     height: 250px;
     border : 0; 
     margin-left : 10px; 
     float : left; 
     font-size : 10px; 
     font-family : verdana, helvetica, arial, sans-serif; 
} 

div.adr { 
     width : 250px; 
     height: 250px;
     border : 0; 
     margin-right : 10px; 
     float : right; 
     font-size : 10px; 
     font-family : verdana, helvetica, arial, sans-serif; 
} 

img.ad { 
     width : 250px; 
     height: 220px;
     border : 0; 
     text-align : center; 
} 
