#CrossSell-Sky tell-a-friend template
#copyright 2006 ShopSite inc. Design by Andy
[-- DEFINE TELL_A_FRIEND --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META NAME="robots" CONTENT="noindex,nofollow">
<title>[-- Store.TF_SendFriend --]</title>

<style type="text/css"> <!--

body {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
 background-color: #[-- STORE.TF_BackgroundColor --];
  margin: 0px;
  color: #[-- STORE.TF_TextColor --];
}

table.body {
  width: 100%;
  background-color: transparent;
  border: none;
 text-align: center;
 vertical-align: middle;
}

td {
  text-align: center;
}

a {
 color: #[-- STORE.TF_LinkColor --];
}

a:hover {
 color: #[-- STORE.TF_ActiveLinkColor --];
}

a:active {
  color: #[-- STORE.TF_LinkColor --];
}

a:visited {
 color: #[-- STORE.TF_LinkColor --];
}

span.title {
 font-size: 1.7em;
 font-weight: normal;
}

td.text {
 text-align: right;
}

td.input {
 text-align: left;
}

table.tf_sel {
  background-color: transparent;
  text-align: center;
 vertical-align: middle;
 border-collapse: collapse;
  border-spacing: 0px;
  margin: 1em auto;
}

th.tf_sel_hdr {
 text-align: center;
 border: 1px solid #[-- Store.TF_VisitedLinkColor --];
}

td.tf_sel_radio {
 text-align: center;
 border: 1px solid #[-- Store.TF_VisitedLinkColor --];
}

td.tf_sel_str {
 text-align: left;
 border: 1px solid #[-- Store.TF_VisitedLinkColor --];
}

.button403, .button404 {
  font-size: 1em;
 color:  #[-- STORE.TF_LinkColor --];
  background-color:  #[-- STORE.TF_BackgroundColor --];
 border-color:  #[-- STORE.TF_LinkColor --];
 border-width: 1px;
  border-style: solid;
  text-decoration: none;
  margin: 0 .5em 0 0;
 padding-left: 0px;
  padding-right: 0px;
 cursor: pointer;
  }
  
  .button403:hover, .button404:hover {
 color:  #[-- STORE.TF_BackgroundColor --];
  background-color:  #[-- STORE.TF_LinkColor --];
 border-color:  #[-- STORE.TF_BackgroundColor --];
  }
 -->
</style>

<script type="text/javascript" language="JavaScript">
<!--
  [-- TELL_FRIEND_JAVASCRIPT --]
// -->
</script>

</head>
<body [-- if store.tf_backgroundimage --]background="[--STORE.TF_BackgroundImage--]" [-- END_IF --] bgcolor="#[--STORE.TF_BackgroundColor--]" text="#[--STORE.TF_TextColor--]" link="#[--STORE.TF_LinkColor--]" vlink="#[--STORE.TF_VisitedLinkColor--]" alink="#[--STORE.TF_ActiveLinkColor--]">
[-- TELL_FRIEND_FORM --]

<table class="body">
  <tr>
    <td colspan="2"><span class="title">[-- Store.TF_SendFriend --]</span></td>
 </tr>
 <tr>
    <td colspan="2">[-- TELL_FRIEND_INSTRUCTIONS --]</td>
 </tr>
 <tr>
    <td class="text">[-- Store.TF_YourName --]</td>
   <td class="input">[-- TELL_FRIEND_NAME --]</td>
 </tr>
 <tr>
    <td class="text">[-- Store.TF_YourEmail --]</td>
    <td class="input">[-- TELL_FRIEND_EMAIL --]</td>
  </tr>
 <tr>
    <td colspan="2">[-- TELL_FRIEND_EMAIL_STATEMENT --]</td>
  </tr>
 <tr>
    <td class="text">[-- Store.TF_FriendsEmail --]</td>
   <td class="input">[-- TELL_FRIEND_FRIENDS_EMAIL --]</td>
  </tr>
 <tr>
    <td colspan="2">[-- Store.TF_SendingPageLinkFor --] [-- TELL_FRIEND_PAGE_LINK --]</td>
  </tr>
 <tr>
    <td colspan="2">[-- TELL_FRIEND_MESSAGE_SELECTION --]</td>
  </tr>
 <tr>
    <td colspan="2">[-- BUTTON Close --]&nbsp; &nbsp;[-- BUTTON SendToFriend --]</td>
 </tr>
</table>
</form>
</body>
</html>
[-- END_DEFINE TELL_A_FRIEND --]

[-- DEFINE TELL_A_FRIEND_EMAIL --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

<style type="text/css"> <!--

body {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
 background-color: #[-- STORE.TF_BackgroundColor --];
  margin: 0px;
  color: #[-- STORE.TF_TextColor --];
}

table.body {
  width: 100%;
  background-color: transparent;
  border: none;
 text-align: center;
 vertical-align: middle;
}

td {
  text-align: center;
}

a {
 color: #[-- STORE.TF_LinkColor --];
}

a:hover {
 color: #[-- STORE.TF_ActiveLinkColor --];
}

a:active {
  color: #[-- STORE.TF_LinkColor --];
}

a:visited {
 color: #[-- STORE.TF_LinkColor --];
}

.button403, .button404 {
  font-size: 1em;
 color:  #[-- STORE.TF_LinkColor --];
  background-color:  #[-- STORE.TF_BackgroundColor --];
 border-color:  #[-- STORE.TF_LinkColor --];
 border-width: 1px;
  border-style: solid;
  text-decoration: none;
  margin: 0 .5em 0 0;
 padding-left: 0px;
  padding-right: 0px;
 cursor: pointer;
  }
  
  .button403:hover, .button404:hover {
 color:  #[-- STORE.TF_BackgroundColor --];
  background-color:  #[-- STORE.TF_LinkColor --];
 border-color:  #[-- STORE.TF_BackgroundColor --];
  }
  
  .title {
   font-size: 1.7em;
   font-weight: normal;
   }
 -->
</style>

</head>
<body [-- if store.tf_backgroundimage --]background="[--STORE.TF_BackgroundImage--]" [-- END_IF --] bgcolor="#[--STORE.TF_BackgroundColor--]" text="#[--STORE.TF_TextColor--]" link="#[--STORE.TF_LinkColor--]" vlink="#[--STORE.TF_VisitedLinkColor--]" alink="#[--STORE.TF_ActiveLinkColor--]">

<table class="body">
 <tr>
    <td>[-- TELL_FRIEND_MESSAGE --]</td>
  </tr>
 <tr>
    <td>[-- STORE.TF_ClickBelow --]</td>
  </tr>
 <tr>
    <td>[-- TELL_FRIEND_PAGE_LINK --]</td>
  </tr>
 <tr>
    <td>[-- STORE.TF_YourFriend --] [-- TELL_FRIEND_NAME_VALUE --]</td>
 </tr>
</table>

</body>
</html>
[-- END_DEFINE TELL_A_FRIEND_EMAIL --]

[-- DEFINE TELL_A_FRIEND_EMAIL_SENT --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META NAME="robots" CONTENT="noindex,nofollow">
<title>[-- Store.TF_SendFriend --]</title>

<style type="text/css"> <!--

body {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
 background-color: #[-- STORE.TF_BackgroundColor --];
  margin: 0px;
  color: #[-- STORE.TF_TextColor --];
 text-align: center;
}

div.body {
  background-color: transparent;
  border: none;
 text-align: center;
 vertical-align: middle;
 margin-right: auto;
 margin-left: auto;
}

td {
 text-align: center;
}

a {
 color: #[-- STORE.TF_LinkColor --];
}

a:hover {
 color: #[-- STORE.TF_ActiveLinkColor --];
}

a:active {
  color: #[-- STORE.TF_LinkColor --];
}

a:visited {
 color: #[-- STORE.TF_LinkColor --];
}

.title {
   font-size: 1.7em;
   font-weight: normal;
   margin: 1em 0;
}

.tflink a:link, .tflink a:visited, .tflink a:hover {
 font-style: italic;
}

.message {
  font-style: italic;
 line-height: 1.5em;
}

table.message-wrap {
  border: 1px solid #eee;
 margin: 1.5em auto;
 text-align: center;
 padding: .5em;
}

.button403, .button404, .button413 {
 font-size: 1em;
 color:  #[-- STORE.TF_LinkColor --];
  background-color:  #[-- STORE.TF_BackgroundColor --];
 border-color:  #[-- STORE.TF_LinkColor --];
 border-width: 1px;
  border-style: solid;
  text-decoration: none;
  margin: 0 .5em 0 0;
 padding-left: 0px;
  padding-right: 0px;
 cursor: pointer;
}

.button403:hover, .button404:hover, button413:hover {
  color:  #[-- STORE.TF_BackgroundColor --];
  background-color:  #[-- STORE.TF_LinkColor --];
 border-color:  #[-- STORE.TF_BackgroundColor --];
}
-->
</style>

</head>
<body [-- if store.tf_backgroundimage --]background="[--STORE.TF_BackgroundImage--]" [-- END_IF --] bgcolor="#[--STORE.TF_BackgroundColor--]" text="#[--STORE.TF_TextColor--]" link="#[--STORE.TF_LinkColor--]" vlink="#[--STORE.TF_VisitedLinkColor--]" alink="#[--STORE.TF_ActiveLinkColor--]">

<div class="body">
[-- IF TELL_FRIEND_ERROR --]
 <div class="title">[-- STORE.TF_YourEmailNOTSent --]</div>
  <div class="text">[-- TELL_FRIEND_ERROR --]</div>
 <div class="tfbtn">[-- BUTTON Back --] [-- BUTTON Close --]</div>

[-- ELSE --]
 <div class="title">[-- STORE.TF_YourEmaiLsent --]</div>
 <div class="text">[-- Store.TF_EmailSentFrom --]&nbsp;[-- TELL_FRIEND_NAME_VALUE --] ([-- TELL_FRIEND_EMAIL_VALUE --])</div>
  <div class="text">[-- Store.TF_EmailSentTo --]&nbsp;[-- TELL_FRIEND_FRIENDS_EMAIL_VALUE --]</div>
 <table class="message-wrap">
    <tr>
      <td class="message">[-- TELL_FRIEND_MESSAGE --]</td>
  </tr>
 <tr>
    <td class="message">[-- STORE.TF_ClickBelow --]</td>
  </tr>
 <tr>
    <td class="tflink">[-- TELL_FRIEND_PAGE_LINK --]</td>
 </tr>
 </table>
  <div class="tfbtn">[-- BUTTON Close --]</div>
[-- END_IF --]
</div>
</body>
</html>
[-- END_DEFINE TELL_A_FRIEND_EMAIL_SENT --]
