Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

OFERTA

<div id="main-wrapper"><div class="s-top"><div class="logo" style="width: 286.667px; height: 123.333px;"><img src="https://i68.tinypic.com/105el8p.png" style="width: 250px; height: 152px;"></div>
<div class="top-info"><div class="top-icon"><img src="https://pearbrand.eu/ebay-shops/EN/2/7/template/img/top-bar-1.png">
	<p>Envío<br>
	rápido</p>
</div>
<div class="top-icon"><img src="https://pearbrand.eu/ebay-shops/EN/2/7/template/img/top-bar-2.png">
	<p>Precios<br>
	atractivos</p>
</div>
<div class="top-icon"><img src="https://pearbrand.eu/ebay-shops/EN/2/7/template/img/top-bar-3.png">
	<p>Gran<br>
	selección</p>
</div>
<div class="top-icon"><img src="https://pearbrand.eu/ebay-shops/EN/2/7/template/img/top-bar-4.png">
	<p>El mejor<br>
	servicio</p>
</div>
</div></div>
<div class="top-bar">
	<ul>
		<a href="#">
			<li>INICIO</li>
		</a><a href="#">
			<li>OFERTAS</li>
		</a><a href="#">
			<li>INFORMACIÓN GENERAL</li>
		</a><a href="#">
			<li>ENVÍOS</li>
		</a><a href="#">
			<li>FORMAS DE PAGOS</li>
		</a><a href="#">
			<li>CONTÁCTANOS</li>
		</a>
	</ul>
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<style type="text/css">
	@import url('https://fonts.googleapis.com/css?family=Open+Sans'); #main-wrapper {
		max-width: 1262px;
		background-color: white;
		font-family: 'Open sans', 'Arial', sans-serif;
		overflow: hidden;
		margin: 0 auto;
		color: black;
	}
	#main-wrapper * {
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	#main-wrapper *:before, #main-wrapper *:after {
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	body {
		margin: 0 auto!important;
	}
	img {
		max-width: 100%;
	}
	a {
		text-decoration: none; font-family: inherit; color: black;
	}
	p {
		margin: 0;
		padding: 0!important;
		line-height: 1.2;
		font-family: inherit;
	}
	ul, li {
		list-style: none;
		font-family: inherit;
		margin: 0;
		padding: 0;
	}
	table {
		border-collapse: collapse;
	}
	.s-top {
		display: flex; justify-content: space-between;
	}
	.logo {
		transition: .5s ease;
		align-self: center;
		adding-left: 2px;
	}
	.logo img {
		max-width: 400px;
	}
	.logo:hover {
		transform: scale(0.9);
	}
	.top-info {
		margin-bottom:20px;
		margin-top:1px;
		display: flex;
		justify-content: space-between;
		background: #3a3a39;
	}
	.top-icon {
		padding: 0px 50px 0px 50px;
		text-align: center;
		display: flex;
		flex-direction: column;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		border-right: 1px solid #fff;
		margin: 5px;
	}
	.top-icon:last-child {
		border: none;
	}
	.top-icon p {
		padding: 11px 10px 10px 10px;
	}
	.top-icon img {
		transition: 1s ease;
		align-self: center;
		margin-bottom: 5px;
	}
	.top-icon:hover img {
		transform: rotateY(360deg);
	}
	.top-bar {
		background: #3ca5de;
		padding: 0px 60px;
		position: relative;
	}
	.top-bar ul {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.top-bar ul a {
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		line-height: 69px;
		transition: .5s ease;
		position: relative;
	}
	.top-bar ul a:before {
		content: '';
		border-left: 1px solid #fff;
		position: absolute;
		left: -25px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 20px;
		background: #fff;
	}
	.top-bar ul a:nth-child(1):before {
		display: none;
	}
	.top-bar ul a:hover {
		color: #000;
	}
	.box-one {
		text-align: center;
		border: 1px solid #171714;
		width: 48%;
		padding: 20px;
	}
	.box-one p:nth-child(1) {
		color: #68a4db;
		font-size: 23px;
		font-weight: 700;
	}
	.s-info {
		width: 100%;
		display: flex;
		flex-direction: column;
		background: #fff;
		margin: 0px
	}
	@media screen and (max-width: 1120px) {
		.s-item { flex-direction: column
		}
		.s-info {
			width: 100%;
			padding: 10px 20px;
		}
		.s-description {
			width: 100%;
			padding: 10px 20px;
		}
		} @media screen and (max-width: 1050px) {
			.s-top { flex-direction: column;
			}
			.logo {
				width: 100%;
				text-align: center;
				margin: 30px 0px;
				padding: 0;
			}
			.top-info {
				width: 100%;
				text-align: center;
			}
			.top-icon {
				border: none;
			}
			.top-bar ul {
				flex-direction: column;
				margin: 0;
			}
			.top-bar ul a {
				text-align: center;
				padding: 0px;
				line-height: 40px;
			}
			.top-bar ul a:before {
				display: none;
			}
			.boxes {
				flex-direction: column;
			}
			.box-one {
				margin: 20px 0px;
				width: 100%;
			}
			} @media screen and (max-width: 620px) {
				.top-info { flex-direction: column;
				}
				.logo {
					marigin-top:0;
					transform: scale(0.9);
				}
			}</style>
		</div>
	</div>
	<table style="border-spacing: 0px; margin-top: -40px; width: 100%;" align="center">
		<tr>
			<td>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
				<div id="ds_div">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <font rwr="1" style="font-family:Arial" size="4">
					<!-- mobile short desc -->
					<style>
					div[typeof="Product"] {
						display:none;
					}
				</style>
				<div vocab="https://schema.org/" typeof="Product"><span property="description">eBay Verkaufsvorlage "Sirius" - Das Template kommt inkl. Editor (kein HTML/CSS nötig). Das Template ist auf die eBay-Richtlinien für 2017 abgestimmt. Diese eBay- Vorlage gib Ihrem eBay-Shop Profil und Einheitlichkeit Wir bieten Ihnen hier eine modern gestaltete, responsive Auktionsvorlage für den professionellen Verkauf Ihrer Produkte bei eBay. Es bietet die wichtigsten Funktionen einer Auktionsvorlage. Diese eBay Vorlage ist responsive. In dieser Ebayvorlage werden nur target=_blank Links verwendet. Seien Sie Ihrer Konkurrenz einen Schritt voraus; mit einer professionell erstellten eBay-Vorlage. Die Auktionsvorlage ist mobilefähig und wird auf auf mobilen Endgeräten korrekt dargestellt. Unsere Templates werden fachgerecht umgesetzt.</span></div>
				<!-- mobile short desc end -->
				<meta name="viewport" content="width=device-width, initial-scale=1"><font style="font-family:Raleway" size="4"><meta http-equiv="content-type" content="text/html; charset=utf-8">
					<link rel="stylesheet" href="https://www.auktionsvorlage-pro.de/editor/resources/frameworks-extern/bootstrap-3.3.6-dist/css/bootstrap.min.css">
					<link rel="stylesheet" href="https://www.auktionsvorlage-pro.de/editor/resources/frameworks-extern/font-awesome-4.6.3/css/font-awesome.min.css">
					<link rel="stylesheet" href="https://www.auktionsvorlage-pro.de/editor/resources/auktionsvorlagen/sirius/sirius.css">
					<link href="https://fonts.googleapis.com/css?family=Raleway:200,300,400,600,700" rel="stylesheet">
					<style>
					body, html {
						--navigation-bg: #19B5FE !important;
						font: 14px Raleway, sans-serif !important;
						line-height: 1.5em;
					}
					figure > img {
						width:100% !important;
					}
				</style>
				<!-- eBay Header -->
				<link href="https://fonts.googleapis.com/css?family=Raleway:200,300,400,600,700" rel="stylesheet">
				<link rel="stylesheet" href="https://www.auktionsvorlage-pro.de/editor/verwaltung/eBay/Header/ebay-header.css">
				<br>
				<!-- eBay Header -->
				<div class="container" style="width:100%"> <div class="row"> <div class="col-md-12 col-xl-10 col-xl-offset-1 p-0" style="position:relative"> <div class="col-xs-12 col-sm-12 col-md-4 pull-left text-center-xs"></div>
			</div> </div>
			<div class="row"> </div>
			<style>
			figure:nth-child(1) {
				animation: xfade 18s 12s infinite;
			}
			figure:nth-child(2) {
				animation: xfade 18s 6s infinite;
			}
			figure:nth-child(3) {
				animation: xfade 18s 0s infinite;
			}
		</style>
		<div class="row hidden-xs hidden-sm"> <div class="col-md-12 col-xl-10 col-xl-offset-1 p-0"> <div class="css-slideshow"> <figure> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/slide_banner_3.png"> </figure> <figure> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/slide_banner_2.png"> </figure> <figure> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/slide_banner_1.png"> </figure> </div>
	</div> </div> <br style="clear:both">
	<div class="row" style="margin-top:10px;"> <div class="col-md-12 col-xl-10 col-xl-offset-1 bgheadline bg-stripe"> <i class="fa fa-tags"></i> Artikelname </div>
</div>
<div class="row"> <div class="col-md-12 col-xl-10 col-xl-offset-1 p-0"> <div class="col-xs-12 col-sm-12 col-md-6 text-center p-0"> <div id="img_thumb_1" class="thumbnail"><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_1.jpg"></div>
<div id="img_thumb_2" class="thumbnail"><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_2.jpg"></div>
<div id="img_thumb_3" class="thumbnail"><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_3.jpg"></div>
<div id="img_thumb_4" class="thumbnail"><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_4.jpg"></div>
<div id="img_thumb_5" class="thumbnail"><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_5.jpg"></div>
<div id="img_thumb_6" class="thumbnail"><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_6.jpg"></div>
<div class="zoom_pic" id="picture_1_start"><div><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_1.jpg"></div>
</div>
<div class="zoom_pic" id="picture_1"><div><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_1.jpg"></div>
</div>
<div class="zoom_pic" id="picture_2"><div><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_2.jpg"></div>
</div>
<div class="zoom_pic" id="picture_3"><div><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_3.jpg"></div>
</div>
<div class="zoom_pic" id="picture_4"><div><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_4.jpg"></div>
</div>
<div class="zoom_pic" id="picture_5"><div><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_5.jpg"></div>
</div>
<div class="zoom_pic" id="picture_6"><div><img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_6.jpg"></div>
</div> </div>
<div class="col-xs-12 col-md-6 articledescription p-0"> <div class="col-xs-12 articledescription_headline bgheadline"> <i class="fa fa-file-text-o"></i> Artikelbeschreibung </div>
<div class="col-xs-12 p-0" style="padding-left:15px !important;padding-right:15px !important;line-height:1.5em !important;">
	<p>Heben Sie sich von Ihren Konkurrenten ab und steigern Sie Ihren Erfolg durch ein professionell erstelltes eBay Template.<br>
		<br>
		Die grafische Anordnung der Vorlage wurde nach einem erprobten System angelegt, welches die Kaufbereitschaft Ihrer Kunden steigern kann.<br>
		Das Template enthält des Weiteren eine Galerie (siehe oben), die volle Browserkompatibilität hat und kinderleicht mit Ihren eigenen Bildern beliebig ergänzt werden kann.<br>
		<br>
		<strong>Ihre Vorteile im Überblick:</strong></p>
		&nbsp;
		<p><strong>- Responsive, für die eBay Richtlinie 2017 vollständig geeignet </strong><i class="fa fa-check text-success"></i><br>
			- <strong>Keine HTML- oder Programmierkenntnisse erforderlich (s. Editor)</strong> <i class="fa fa-check text-success"></i><br>
			- Einmal kaufen und unbegrenzt benutzen <i class="fa fa-check text-success"></i><br>
			- <strong>Lebenslange kostenlose Updates</strong> <i class="fa fa-check text-success"></i><br>
			- Seriöse, professionelle Produktdarstellung <i class="fa fa-check text-success"></i><br>
			- Bildergalerie <i class="fa fa-check text-success"></i><br>
			<br>
			<br>
			&nbsp;<strong>Lieferumfang:</strong><br>
			- Verkaufsvorlage ist <strong>Auktionsvorlagen-Editor</strong> kompatibel <i class="fa fa-check text-success"></i><br>
			- Komplette Auktionsvorlage "Sirius" <i class="fa fa-check text-success"></i><br>
			- Alle dazugehörigen Grafiken (alle, die Sie hier sehen) <i class="fa fa-check text-success"></i><br>
			- Schritt für Schritt Anleitung <i class="fa fa-check text-success"></i><br>
			- <strong>Kostenloser Support</strong> <i class="fa fa-check text-success"></i></p>
		</div>
	</div> </div> </div>
	<table align="center" style="border-spacing:&nbsp;0px;&nbsp;width:&nbsp;100%;">
		<tr>
			<td>
				<!-- centro -->
				<style type="text/css">
				@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
				/* LAYOUT */
				.container, .container-fluid {
					background:none;
				}
				.container, .row {
					margin:0;
					padding:0;
					font-size:14px
				}
				.bg {
					width:100%;
					margin:0;
					padding:30px 0px;
					background:#e6e6e6!important
				}
				.row a, .container a {
					text-decoration: none
				}
				.row a:hover, .container a:hover {
					color:#555
				}
				.allcontent {
					max-width: 1262px;
					padding:0;
					margin:0;
					margin-top:50px
				}
				.maincontent {
					margin:0;
					padding:0;
					padding-left:20px
				}
				.fix, .sidebar {
					margin:0;
					padding:0
				}
				.hl {
					color:#8055a9
				}
				/* SIDEBAR */
				.sidebar h1 {
					width:100%;
					margin:0;
					padding:10px 0;
					font-family: 'Racing Sans One', cursive;
					font-size:18px;
					color:#444;
					text-align:center;
					border: 1px solid #bababa;
					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-topright: 5px;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					background: rgb(255,255,255);
					background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
					background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
					background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
				}
				.sidebar h2, .maincontent h2 {
					width:100%;
					margin:0;
					margin-top:20;
					padding:10px 0;
					font-family: 'Racing Sans One', cursive;
					font-size:18px;
					color:#444;
					text-align:center;
					border: 1px solid #bababa;
					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-topright: 5px;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					background: rgb(255,255,255);
					background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
					background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
					background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
				}
				.sidebar p {
					margin:0;
					padding:10px;
					font-family:'montserrat',sans-serif;
					font-size:14px;
					color:#555;
					border: 1px solid #bababa;
					border-top:none;
					-webkit-border-bottom-right-radius: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-moz-border-radius-bottomleft: 5px;
					border-bottom-right-radius: 5px;
					border-bottom-left-radius: 5px;
					background: rgb(255,255,255);
					background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
					background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
					background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
					text-align: left;
				}
				/* SERVICE */
				.service {
					margin:0;
					padding:0 0 30px 0;
					color:#555;
					font-size:12px;
					font-family:'montserrat',sans-serif; text-align: left;
				}
				.service i {
					float:left;
					width:50px;
					margin:0 0 10px 0;
					padding:0;
					color:#444;
					font-size:32px;
					text-align:center
				}
				.service span {
					margin:0;
					padding:0;
					color:#8055a9;
					font-family: 'Racing Sans One', cursive;
					line-height:18px;
					font-size:18px
				}
				/* TABS */
				.tabs {
					margin:20px 0 0 0;
					padding:0;
					background:none; text-align: left;
				}
				.tabs input[type=radio] {
					display:none
				}
				.tabs label {
					display:block;
					float:left;
					font-family: 'Open sans';
					color:#3ca5de;
					font-size:18px;
					font-weight: 700;
					transition: .3s ease;
					text-decoration: none;
					text-align:center;
					cursor:pointer;
					background:none;
					padding:15px;
					margin:0;
					width:18%
				}
				.tabs label span {
					display:inline-block
				}
				.tab-content {
					display:none;
					width:100%;
					float:left;
					padding:20px 15px;
					box-sizing:border-box;
					background:#fff;
					border:1px solid #bababa;
					border-top:4px solid #3ca5de;
					margin-top:-5px;
					font-family:'montserrat',sans-serif;
					font-size:14px;
					color:#555;
					-webkit-border-bottom-right-radius: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-moz-border-radius-bottomleft: 5px;
					border-bottom-right-radius: 5px;
					border-bottom-left-radius: 5px;
				}
				.tab-content table {
					font-family:'montserrat',sans-serif;
					font-size:14px;
					color:#555;
				}
				.tab-content h1 {
					font-family: 'Racing Sans One', cursive;
					font-size:18px;
					color:#555;
					text-align: left;
					margin:0;
					padding:0 0 10px 0;
					border:none; background:none
				}
				.tabs [id^="tab"]:checked + label {
					background:#3ca5de;
					color:#fff;
					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-topright: 5px;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
				}
				#tab1:checked ~ #tab-content1,#tab2:checked ~ #tab-content2,#tab3:checked ~ #tab-content3,#tab4:checked ~ #tab-content4 {
					display:block
				}
				.tabs:after {
					content:'';
					display:table; clear:both
				}
				.tab-content .liste b {
					background:#efefef;
					color:#999;
					display:inline-block;
					padding:1px 5px;
					margin-right:5px;
					font-size:11px
				}
				.tab-content a:link, .tab-content a:visited {
					color:#8055a9!important;
				}
				.tab-content a:hover {
					color:#555!important;
					text-decoration: none
				}
				}.boxes {
					display: flex;
					justify-content: space-between;
					padding: 0px 20px;
				}
				.box-one p:nth-child(1) {
					color: #68a4db;
					font-size: 23px;
					font-weight: 700;
				}
				/* MEDIA QUERY */
				@media (min-width:992px) and (max-width: 1200px) {
					.artdesc {padding-left:30px
					}
					.service i {
						font-size:20px;
						width:30px
					}
					.service {
						font-size:10px
					}
					}@media (min-width:768px) and (max-width: 992px) {
						.maincontent {margin:0;
							padding:0
						}
						.sidebar {
							margin-top:20px
						}
						}@media (max-width: 768px) {
							.bg {padding:10px
							}
							.maincontent {
								margin-top:-70;
								padding:0;
							}
							.image-gallery .thumbs {
								top:10px;
								max-width:270px
							}
							.image-gallery .thumbs li {
								width:20%;
							}
							.image-gallery .thumbs li img {
								max-height:50px;
								width:auto;
							}
							.tabs label {
								width:100%;
								-webkit-border-radius: 0px!important;
								-moz-border-radius: 0px!important;
								border-radius: 0px!important;
							}
							.boxes {
								flex-direction: column;
							}
							.box-one {
								margin: 20px 0px;
								width: 100%;
							}
							.tabs label span {
								display:inline-block
							}
							.sidebar {
								margin-top:20px
							}
						}</style>
						<div class="row allcontent">&nbsp;<div class="col-md-10 col-md-push-2 maincontent">&nbsp;<div class="tabs">&nbsp;<input name="tabs" id="tab1" checked="" type="radio">&nbsp;<label for="tab1">INFORMACIÓN</label>&nbsp;<input name="tabs" id="tab2" type="radio">&nbsp;<label for="tab2"><span>PAGOS</span></label>&nbsp;<input name="tabs" id="tab3" type="radio">&nbsp;<label for="tab3"><span>ENVÍOS</span></label>&nbsp;<input name="tabs" id="tab4" type="radio">&nbsp;<label for="tab4"><span>DEVOLUCIONES</span></label>&nbsp;<div id="tab-content1" class="tab-content">&nbsp;<div class="row">&nbsp;<div class="col-sm-6"></div>
						<div class="col-md-12"><br>
							<h1>Info</h1>&nbsp;<br>
							<p style="font-size:18px;&nbsp;font-weight:bold;">If you have any questions or doubts about this template meets or complies with the new eBay guidelines 2017, please do not hesitate to contact us.</p>
							<br>
							<p>*** No script, no hassle ***</p>
							<p>From spring 2017, eBay is going to ban Active Content, plug-ins and dynamic content in the item description. This template is prepared for the change. This template does not contain any Active Content, plug-ins and dynamic content.</p>
							<br>
							<h1>Features of this listing template:</h1>
							<ul>
								<li><strong>Responsive Design</strong>&nbsp;(Mobile, Tablet &&nbsp;<b>eBay App</b>&nbsp;optimized)</li>
								<li>Template can be used to<b>&nbsp;list any type of products</b></li>
								<li>Template&nbsp;<b>can be used with or without subscription to eBay Shop/Store</b></li>
								<li>Maximum 4 images in the Image Gallery</li>
								<li>Completely&nbsp;<strong>Flexible</strong>&nbsp;&&nbsp;<strong>Editable</strong></li>
								<li>Shop categories (<strong>NOT dynamic/automatic</strong>)</li>
								<li>100% eBay Policy Violation Free</li>
								<li>Template is compatible with All Desktop Browsers and Mobile Browsers</li>
							</ul>
							<br>
							<h1>The following services we carry out free of charge:</h1>
							<p class="text-left"><i class="fa fa-check-square-o"></i>&nbsp;Add your logo into the template</p>
						</div>
					</div>&nbsp;</div>
					<div id="tab-content2" class="tab-content"><div class="box-one">
						<p>SECURE PAYMENTS</p>
						<p>We accept payments by Paypal Bank Transfer, UK Cheque.</p>
						<img src="https://pearbrand.eu/ebay-shops/EN/2/7/template/img/payment-icons.png">&nbsp;</div>
						<br>
						<h1>Payment Information</h1>
						<p><span style="font-weight: 700;">*** If you are facing problems, we assure you that we will provide full assistance to resolve any problems you are facing. Simply send us a message through the eBay Messaging system.</span></p>
						<p></p>
					</div>
					<div id="tab-content3" class="tab-content"><div class="box-one">
						<p>DELIVERY</p>
						<p>Fast & cheap</p>
						<p>All of our items are packaged securely and shipped by one of the following methods:</p>
						<img src="https://pearbrand.eu/ebay-shops/EN/2/7/template/img/delivery-icons.png">&nbsp;</div>
						<br>
						<h1>Shipping Information</h1>
						<p>After payment you will receive the template files within 24 hours via email to your PayPal email address.</p>
						<p>Complete Auction Template</p>
						<p>Instructions file</p>
					</div>
					<div id="tab-content4" class="tab-content"><div class="box-one">
						<p>DELIVERY</p>
						<p>Fast & cheap</p>
						<p>All of our items are packaged securely and shipped by one of the following methods:</p>
						<img src="https://pearbrand.eu/ebay-shops/EN/2/7/template/img/delivery-icons.png">&nbsp;</div>
						<br>
						<h1>Returns Information</h1>
						<p>Refund is only acceptable before we send out the files to you.</p>
						<p><strong>*** If you are facing problems, we assure you that we will provide full assistance to resolve any problems you are facing. Simply send us a message through the eBay Messaging system.</strong></p>
					</div></div>&nbsp;</div>
					<div class="col-md-2 col-md-pull-10 sidebar"><h2>Exceptional Service</h2>
						<p><img src="https://s20.postimg.org/iqfm1shfx/money_back.png" style="width:100%;"></p>
						<br>
						<h2>Shipping</h2>
						<p><img src="https://s20.postimg.org/3x5jurz2l/shipping1.png" style="width:100%;"></p>
						<br>
						<h2>Payment Methods</h2>
						<p><img src="https://s20.postimg.org/iue0vscb1/paypal_logo.png" style="width:100%;"></p>
						<br>
						<br>
					</div>
				</div>
				<!-- centro end -->
			</td>
		</tr>
	</table>
	<br style="clear:both">
	<div class="row" style="margin-top:0px;text-align:center;"> <div class="col-md-12 col-xl-10 col-xl-offset-1 bgheadline bg-stripe"> <i class="fa fa-tags"></i> Ofertas Destacadas&nbsp;</div>
</div>
<div class="row" style="margin-top:25px;"> <div class="col-md-12 col-xl-10 col-xl-offset-1 p-0 row-eq-height"> <div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_1.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_2.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_3.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box" style="margin-right:0px"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_4.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div> </div>
<div class="col-md-12 col-xl-10 col-xl-offset-1 p-0 row-eq-height"> <div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_5.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_6.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_1.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 p-0 feature_box" style="margin-right:0px"> <h3 class="box_headline"> <i class="fa fa-angle-right"></i> Bestseller <i class="fa fa-angle-left"></i> </h3> <div style="text-align: center;"> <img src="https://www.auktionsvorlage-pro.de/editor/verwaltung/Auktionsvorlagen_Raw/Sirius%202017/bilder/beispiel_bild_2.jpg"> <br>
	<br>
	<span style="font-size:22px">69,90 €</span><br>
	<span style="font-size:12px">(inkl. 19% MwSt.)</span> </div>
</div> </div> </div>
<div class="row"> <br style="clear:both">
	<div class="col-md-12 col-xl-10 col-xl-offset-1 footer_copyright text-center bg-stripe-dark"> © powered by auktionsvorlage-pro.de </div>
</div> </div></font></font></div></td>
</tr>
</table>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.