|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/ |
Upload File : |
#/* --------------------------------------------------- */#
#/* Style Sheet */#
#/* copyright ShopSite inc. Design by Mark */#
#/* --------------------------------------------------- */#
#/* ----------- */#
#/* Certificate */#
#/* ----------- */#
[-- IF VAR.define "cert" --]
body {
margin: 0px;
color: #[-- VAR.gc_text_color --];
[-- IF VAR.gc_background_image --]
background-image: url([-- VAR.gc_background_image --]);
[-- END_IF --]
background-position: center;
background-repeat: repeat;
background-color: #[-- VAR.gc_background_color --];
}
body, tr, th, td, div {
font-family: [-- IF STORE.Font --][-- STORE.Font --][-- ELSE --][-- VAR.gc_font --][-- END_IF --];
font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --][-- VAR.gc_font_size --][-- END_IF --];
}
/* Tables to make IE happy */
table {
margin: 0px;
color: #[-- VAR.gc_text_color --];
background-color: #[-- VAR.gc_background_color --];
border-collapse: collapse;
border-spacing: 0px;
vertical-align: middle;
text-align: center;
margin-left: auto;
margin-right: auto;
}
td, th {
background-color: transparent;
}
/* Anchor Tags */
a {
text-decoration: underline;
}
a:link {
color: #[-- VAR.gc_link_color --];
}
a:active {
color: #[-- VAR.gc_active_link_color --];
}
a:hover {
# font-weight: bold;
color: #[-- VAR.gc_hover_link_color --];
}
a:visited {
color: #[-- VAR.gc_visited_link_color --];
}
/* Forms Stuff */
input {
color: #[-- VAR.gc_text_color --];
font-size: 80%;
vertical-align: middle;
}
input[type=text], input[type=password], input[type=button], input[type=select], input[type=reset], textbox, select {
background-color: #[-- VAR.gc_form_background_color --];
}
input[type=image], input[type=radio], input[type=checkbox] {
background-color: transparent;
}
select {
color: #[-- VAR.gc_text_color --];
background-color: #[-- VAR.gc_form_background_color --];
font-size: 80%;
}
textarea {
color: #[-- VAR.gc_text_color --];
background-color: #[-- VAR.gc_form_background_color --];
font-size: 80%;
}
table.content {
width: 100%;
background: transparent;
}
img.social_follow {float: right; padding: 0px 2px; border: 0px;}
#/* ------- */#
#/* Content */#
#/* ------- */#
td.gc_header {
padding-bottom: 20px;
}
td.gc_messages {
}
td.gc_instruct {
}
table.gc_instruct {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.gc_instruct_text {
}
td.gc_recipient_form {
}
td.gc_value_form {
}
td.gc_content_form {
}
td.gc_policy {
}
table.gc_policy {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.gc_policy_text {
}
td.gc_buttons {
}
table.gc_buttons {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.gc_backtostore_button {
}
td.gc_buycert_button {
}
td.gc_footer {
text-align: center;
font-size: 8pt;
padding-top: 20px;
}
#/* Generated Stuff */#
table.giftcert_type {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.giftcert_type {
text-align: left;
}
table.cert_num_amount {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cert_num_amount {
text-align: left;
}
table.cert_to_from_msg {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cert_to_from_msg {
text-align: right;
}
td.cert_to_from_msg_val {
text-align: left;
}
#/* ---------- */#
#/* Snail Mail */#
#/* ---------- */#
[-- ELSE_IF VAR.define "mail" --]
body {
margin: 0px;
color: #[-- VAR.gc_text_color --];
[-- IF VAR.gc_background_image --]
background-image: url([-- VAR.gc_background_image --]);
[-- END_IF --]
background-position: center;
background-repeat: repeat;
background-color: #[-- VAR.gc_background_color --];
}
body, tr, th, td, div {
font-family: [-- IF STORE.Font --][-- STORE.Font --][-- ELSE --][-- VAR.gc_font --][-- END_IF --];
font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --][-- VAR.gc_font_size --][-- END_IF --];
}
/* Tables to make IE happy */
table {
margin: 0px;
color: #[-- VAR.gc_text_color --];
background-color: #[-- VAR.gc_background_color --];
border-collapse: collapse;
border-spacing: 0px;
vertical-align: middle;
text-align: center;
margin-left: auto;
margin-right: auto;
}
/* Anchor Tags */
a {
text-decoration: underline;
}
a:link {
color: #[-- VAR.gc_link_color --];
}
a:active {
color: #[-- VAR.gc_active_link_color --];
}
a:hover {
# font-weight: bold;
color: #[-- VAR.gc_hover_link_color --];
}
a:visited {
color: #[-- VAR.gc_visited_link_color --];
}
table.content {
width: 100%;
background: transparent;
}
hr.noprint {
page-break-after:always;
}
#/* ------- */#
#/* Content */#
#/* ------- */#
td.cr_tofrom {
padding-top: 20px;
}
table.cr_tofrom {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_to_text {
text-align: right;
width: 50%;
font-weight: bold;
}
td.cr_to {
text-align: left;
width: 50%;
}
td.cr_from_text {
text-align: right;
width: 50%;
font-weight: bold;
}
td.cr_from {
text-align: left;
width: 50%;
}
[-- IF GiftCert_Message --]
td.cr_message {
}
table.cr_message {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_message_text {
font-weight: bold;
}
td.cr_message_content {
}
[-- END_IF --]
td.cr_amount {
}
table.cr_amount {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_amount_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_amount_content {
text-align: left;
width: 50%;
}
td.cr_redeem {
}
table.cr_redeem {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_redeem_text {
}
td.cr_redeem_url {
font-weight: bold;
}
td.cr_checkout_text {
}
td.cr_number_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_number {
text-align: left;
width: 50%;
}
td.cr_pin_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_pin {
text-align: left;
width: 50%;
}
td.cr_expire_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_expire {
text-align: left;
width: 50%;
}
#/* ----- */#
#/* Email */#
#/* ----- */#
[-- ELSE_IF VAR.define "email" --]
body {
margin: 0px;
color: #[-- VAR.gc_text_color --];
background-color: #[-- VAR.gc_background_color --];
}
body, tr, th, td, div {
font-family: [-- IF STORE.Font --][-- STORE.Font --][-- ELSE --][-- VAR.gc_font --][-- END_IF --];
font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --][-- VAR.gc_font_size --][-- END_IF --];
}
/* Tables to make IE happy */
table {
margin: 0px;
color: #[-- VAR.gc_text_color --];
background-color: #[-- VAR.gc_background_color --];
border-collapse: collapse;
border-spacing: 0px;
vertical-align: middle;
text-align: center;
margin-left: auto;
margin-right: auto;
}
/* Anchor Tags */
a {
text-decoration: underline;
}
a:link {
color: #[-- VAR.gc_link_color --];
}
a:active {
color: #[-- VAR.gc_active_link_color --];
}
a:hover {
# font-weight: bold;
color: #[-- VAR.gc_hover_link_color --];
}
a:visited {
color: #[-- VAR.gc_visited_link_color --];
}
table.content {
width: 100%;
}
#/* ------- */#
#/* Content */#
#/* ------- */#
td.cr_tofrom {
padding-top: 20px;
}
table.cr_tofrom {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_to_text {
text-align: right;
width: 50%;
font-weight: bold;
}
td.cr_to {
text-align: left;
width: 50%;
}
td.cr_from_text {
text-align: right;
width: 50%;
font-weight: bold;
}
td.cr_from {
text-align: left;
width: 50%;
}
[-- IF GiftCert_Message --]
td.cr_message {
}
table.cr_message {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_message_text {
font-weight: bold;
}
td.cr_message_content {
}
[-- END_IF --]
td.cr_amount {
}
table.cr_amount {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_amount_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_amount_content {
text-align: left;
width: 50%;
}
td.cr_redeem {
padding-bottom: 20px;
}
table.cr_redeem {
border: [-- VAR.gc_table_border --] #[-- VAR.gc_table_border_color --];
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.gc_table_width --]px[-- END_IF --];
}
td.cr_redeem_text {
}
td.cr_redeem_url {
font-weight: bold;
}
td.cr_checkout_text {
}
td.cr_number_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_number {
text-align: left;
width: 50%;
}
td.cr_pin_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_pin {
text-align: left;
width: 50%;
}
td.cr_expire_text {
text-align: right;
font-weight: bold;
width: 50%;
}
td.cr_expire {
text-align: left;
width: 50%;
}
[-- ELSE --]
/* You shouldn't be seeing this message */
[-- END_IF --]
.suckertreemenu {
width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.sc_table_width --]px[-- END_IF --];
max-width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --][-- VAR.sc_table_width --]px[-- END_IF --];
font-weight: bold;
margin-right: auto;
margin-left: auto;
text-align: center;
border: 2px groove #[-- VAR.gc_table_border_color --];
background-color: #[-- STORE.SC_ShadeColor --];
text-align: center;
height: 22px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #[-- STORE.SC_ShadeColor --];
}
.suckertreemenu ul li a{
display: block;
min-width: 100px;
line-height: 20px;
text-decoration: none;
color: #[-- STORE.GiftCert_TextColor --];
white-space: nowrap;
}
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em;
display: block;
visibility: hidden;
}
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}
.suckertreemenu ul li ul li ul{
left: 159px;
top: 0;
}
.suckertreemenu ul li ul li a{
display: block;
width: 160px;
text-decoration: none;
border-bottom: 1px solid #[-- STORE.GiftCert_ActiveLinkColor --];
}
.suckertreemenu ul li a:hover{
background-color: #[-- STORE.GiftCert_BackgroundColor --];
color: #[-- STORE.GiftCert_ActiveLinkColor --];
}
* html p#iepara{
padding-top: 1em;
}
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }