Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1.  
  2. <STYLE type=text/css>
  3. BODY, TABLE, TD {
  4. margin: 0;
  5. padding: 0;
  6. border: none;
  7. border-collapse: collapse;
  8. vertical-align: top;
  9. font-family: Arial, Helvetica, sans-serif;
  10. }
  11.  
  12. DIV.main {
  13. background-color: #1D1E20;
  14. padding-top: 50px;
  15. padding-bottom: 50px;
  16. text-align: center;
  17. }
  18.  
  19. DIV.cnt {
  20. width: 800px;
  21. background-color: #ffffff;
  22. margin-left: auto;
  23. margin-right: auto;
  24. text-align: left;
  25. }
  26.  
  27. DIV.hdr {
  28. background-color: #EEEEE8;
  29. height: 30px;
  30. margin-top: 15px;
  31. }
  32.  
  33. IMG.hdr {
  34. float: left;
  35. margin-top: 8px;
  36. margin-left: 32px;
  37. }
  38.  
  39. IMG.backtotop {
  40. float: right;
  41. margin-top: 4px;
  42. margin-right: 5px;
  43. }
  44.  
  45. IMG.hdr_prw {
  46. margin-top: 20px;
  47. margin-left: 32px;
  48. margin-bottom: 20px;
  49. }
  50.  
  51. DIV.row {
  52. width: 748px;
  53. margin-left: 32px;
  54. margin-right: 20px;
  55. margin-top: 20px;
  56. display: block;
  57. color: #515151;
  58. font-size: 12px;
  59. }
  60.  
  61. /* menu */
  62.  
  63. TABLE.mnu_cnt {
  64. background-color: #020A0C;
  65. width: 800px;
  66. }
  67.  
  68. TABLE.mnu {
  69. width: 434px;
  70. height: 148px;
  71. }
  72.  
  73. TD.logo {
  74. height: 75px;
  75. padding-left: 32px;
  76. vertical-align: middle;
  77. color: #ffffff;
  78. font-size: 16px;
  79. font-weight: bold;
  80. font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  81. text-transform: uppercase;
  82. }
  83.  
  84. TD.srchform {
  85. height: 75px;
  86. padding-top: 30px;
  87. text-align: right;
  88. }
  89.  
  90. TD.txtimg{
  91. height: 31px;
  92. padding-left: 30px;
  93. background-image: url(http://templates.kyozou.com/ebay/171/vision/bgr_1.jpg);
  94. background-position: top right;
  95. background-repeat: no-repeat;
  96. }
  97.  
  98. TD.mnubtn {
  99. background-color: #E9E9E2;
  100. vertical-align: middle;
  101. padding-left: 28px;
  102. height: 42px;
  103. }
  104.  
  105. /* title and subtitle */
  106. H1.title {
  107. color: #000000;
  108. text-align: center;
  109. margin-bottom: 0;
  110. line-height: 100%;
  111. font-size: 20px;
  112. font-weight: normal;
  113.  
  114. }
  115.  
  116. P.subtitle {
  117. color: #656363;
  118. text-align: center;
  119. margin-top: 5px;
  120.  
  121. }
  122.  
  123. DIV.copyright {
  124. display: block;
  125. margin-top: 20px;
  126. }
  127.  
  128. DIV.copyright IMG {
  129. margin-bottom: 25px;
  130. }
  131.  
  132. /* srch */
  133. INPUT.txt_search {
  134. width: 110px;
  135. border: 1px solid #B3B3AF;
  136. background-color: #000000;
  137. font-family: Arial, Helvetica, sans-serif;
  138. font-size: 12px;
  139. color: #ffffff;
  140. vertical-align: top;
  141. margin-left: 8px;
  142. margin-right: 8px;
  143. }
  144.  
  145. INPUT.btn_go {
  146. vertical-align: top;
  147. }
  148.  
  149. /* serv */
  150. DIV.topmargin {
  151. margin-top: 15px;
  152. }
  153.  
  154. /* eb */
  155. TABLE.inclmiss {
  156. font-size: 12px;
  157. color: #515151;
  158. margin-top: 5px;
  159. margin-bottom: 5px;
  160. width: 700px;
  161. }
  162.  
  163. TABLE.inclmiss TD.img {
  164. padding-top: 3px;
  165. padding-bottom: 10px;
  166. width: 140px;
  167. }
  168.  
  169. TABLE.inclmiss TD.txt {
  170. padding-left: 10px;
  171. padding-top: 3px;
  172. padding-bottom: 10px;
  173. width: 700px;
  174. }
  175.  
  176. TABLE.ebay_ir_t {
  177. border-collapse: collapse;
  178. border: 1px solid #A0A0A0;
  179. margin-top: 10px;
  180. margin-bottom: 10px;
  181. width: 600px;
  182. }
  183.  
  184. TD.ebay_ir_td_1, TD.ebay_ir_td_2, TD.ebay_ir_td_3, TD.ebay_ir_td_4 {
  185. background-color: #EEEEE8;
  186. border-collapse: collapse;
  187. border: 1px solid #A0A0A0;
  188. color: #5A5A5A;
  189. font-size: 12px;
  190. padding-left: 15px;
  191. padding-top: 7px;
  192. padding-bottom: 7px;
  193. padding-right: 7px;
  194. width: 50%;
  195. font-weight: normal;
  196. }
  197. TD.ebay_ir_td_1, TD.ebay_ir_td_2 {
  198. font-weight: bold;
  199. color: #7B7A7A;
  200. }
  201.  
  202.  
  203. TABLE.img TD {
  204. padding-left: 10px;
  205. padding-right:10px;
  206. text-align: center;
  207. }
  208.  
  209.  
  210. </STYLE>
  211. <LINK rel=stylesheet type=text/css href="http://templates.kyozou.com/calc/1/css/calc.css">
  212. <DIV class=main><A name=top></A>
  213. <DIV class=cnt align=center>
  214. <TABLE class=mnu_cnt>
  215. <TBODY>
  216. <TR>
  217. <TD>
  218. <TABLE class=mnu>
  219. <TBODY>
  220. <TR>
  221. <TD class=logo></TD>
  222. <TD class=srchform></TD></TR>
  223. <TR>
  224. <TD class=txtimg colSpan=2></TD></TR>
  225. <TR>
  226. <TD class=mnubtn colSpan=2><A href="#report"></A><A href="#descr"><IMG border=0 alt="Item Descritpton" src="http://templates.kyozou.com/ebay/171/vision/btn_descr.gif" width=99 height=19></A><IMG border=0 alt="" src="http://templates.kyozou.com/ebay/171/vision/mnu_sep.gif" width=18 height=19><A href="#shipping"><IMG border=0 alt="Shipping Info" src="http://templates.kyozou.com/ebay/171/vision/btn_shipping.gif" width=80 height=19></A><IMG border=0 alt="" src="http://templates.kyozou.com/ebay/171/vision/mnu_sep.gif" width=18 height=19><A href="#payment"><IMG border=0 alt="Payment Info" src="http://templates.kyozou.com/ebay/171/vision/btn_payment.gif" width=78 height=19></A></TD></TR></TBODY></TABLE></TD>
  227. <TD><IMG border=0 alt="" src="http://templates.kyozou.com/ebay/171/vision/visual.jpg" width=366 height=148></TD></TR></TBODY></TABLE>#IMAGESSTART# <IMG class=hdr_prw border=0 alt=Preview src="http://templates.kyozou.com/ebay/171/vision/hdr_preview.gif" width=59 height=15>
  228. <DIV align=center>
  229. <TABLE class=img>
  230. <TBODY>
  231. <TR>#IMAGE1START#
  232. <TD><A href="#IMAGE1URL#" target=_blank><IMG border=0 hspace=0 src="#IMAGE1URL#" width=200></A></TD>#IMAGE1END# #IMAGE2START#
  233. <TD><A href="#IMAGE2URL#" target=_blank><IMG border=0 hspace=0 src="#IMAGE2URL#" width=200></A></TD>#IMAGE2END# #IMAGE3START#
  234. <TD><A href="#IMAGE3URL#" target=_blank><IMG border=0 hspace=0 src="#IMAGE3URL#" width=200></A></TD>#IMAGE3END# </TR></TBODY></TABLE></DIV>
  235. <DIV class=topmargin align=center><A onclick=#EBAYENLARGEPOPUP# href="http://pictures1.kyozou.com/pictures.aspx?id=#PRODUCTID#" target=_blank></A>&nbsp;</DIV>#IMAGESEND#
  236. <DIV class=row>
  237. <H1 class=title>#TITLE#</H1>
  238. <P class=subtitle>#SUBTITLE#</P></DIV><A name=report></A><A name=descr></A>
  239. <DIV class=hdr><IMG class=hdr border=0 alt="Item Description" src="http://templates.kyozou.com/ebay/171/vision/hdr_descr.gif" width=117 height=15><A href="#top"><IMG class=backtotop border=0 alt="Back to top" src="http://templates.kyozou.com/ebay/171/vision/btn_top.gif" width=22 height=22></A></DIV>
  240. <DIV class=row><FONT size=4>#DESCRIPTIONMAIN# #DESCRIPTIONADDITIONAL#</FONT> </DIV><A name=shipping></A>
  241. <DIV class=hdr><IMG class=hdr border=0 alt="Shipping Info" src="http://templates.kyozou.com/ebay/171/vision/hdr_shipping.gif" width=93 height=15><A href="#top"><IMG class=backtotop border=0 alt="Back to top" src="http://templates.kyozou.com/ebay/171/vision/btn_top.gif" width=22 height=22></A></DIV>
  242. <DIV class=row><FONT size=4>Shipping dimensions: #WIDTH#"W x #HEIGHT#"H X #DEPTH#"D. Shipping weight: #WEIGHT# #WEIGHTUNIT#<BR>We offer free as well as expedited shipping through USPS and Fedex, to wherever you are in the world. What you see is what you get, if it's not included in the photos or description, it won't be included in the box. Please, don't hesitate to contact us if you have any questions. Local pick-up is also available.</FONT></DIV><A name=payment></A>
  243. <DIV class=hdr><IMG class=hdr border=0 alt="Payment Info" src="http://templates.kyozou.com/ebay/171/vision/hdr_payment.gif" width=93 height=15><A href="#top"><IMG class=backtotop border=0 alt="Back to top" src="http://templates.kyozou.com/ebay/171/vision/btn_top.gif" width=22 height=22></A></DIV>
  244. <DIV class=row><!--WE WILL NOT COLLECT ANY PASSWORDS OR CREDIT CARD INFORMATION FROM YOU! OUR CHECKOUT PROCESS IS DESIGNED THAT IT COMMUNICATES WITH THE MERCHANT TO CONFIRM THAT PAYMENT HAS MADE AND CLEARED. AT NO TIME IS THE MERCHANT PROVIDING US WITH ANY PASSWORDS OR CREDIT CARD INFORMATION. OTHER METHODS OF PAYMENT ARE OUTLINED THROUGH OUR ONLINE CHECKOUT PROCESS. WINNING BIDDER MUST MAKE PAYMENT ARRANGEMENTS WITHIN 3 DAYS. IF PAYMENT HAS NOT BEEN RECEIVED WITHIN 10 DAYS OF AUCTION CLOSE, THE ITEM WILL BE RELISTED.-->
  245. <DIV class=topmargin align=left><FONT size=4>We are RV Parts Direct, a large warehouse&nbsp;operating&nbsp;in the Mid-Atlantic region since 1947&nbsp;with all types of surplus RV parts and accessories. Whatever your RV needs are,&nbsp;one of our representatives will be glad to assist you.&nbsp;Most of our listings require immediate payment, if you have some sort of payment issue, please contact us.</FONT> </DIV></DIV>
  246. <DIV class=copyright align=center>&nbsp;</DIV></DIV></DIV>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement