Prv8 Shell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/classy_gc_styles.css
/* Links */
  /* Regular Page Links */
  /* Note: Links and Extras tables use different styles */
  a {
    color: #[-- VAR.gc_link_color --];
  }
  
  a:active, a:hover {
    color: #[-- VAR.gc_active_link_color --];
  }
  
  a:visited {
    color: #[-- VAR.gc_visited_link_color --];
  }
  
  /* Link Menu Links */
  div.left_pagelinks, div.right_pagelinks {
    padding-bottom: 20px;
  }
  div.left_pagelinks a, div.left_pagelinks span, div.right_pagelinks a, div.right_pagelinks span {
    display: block;
    text-align: left;
  }
  a.link_name, div.left_pagelinks a, div.left_pagelinks span, div.right_pagelinks a, div.right_pagelinks span {
    color: #[-- VAR.gc_banner_text_color --];
    font-weight: bold;
    font-size: 120%;
  }
  
  a.link_name:active, a.link_name:hover, div.left_pagelinks a:hover, div.right_pagelinks a:hover {
    color: #[-- VAR.gc_active_link_color --];
  }
  
  a.link_name:visited, div.left_pagelinks a:visited, div.right_pagelinks a:visited {
    color: #[-- VAR.gc_banner_text_color --];
  }
  
  /* View Cart Link (text only) */
  a.pa_view_cart {
    font-weight: bold;
    text-decoration: none;
    color: #[-- VAR.gc_banner_text_color --];
  }

  a.pa_view_cart:active, a.pa_view_cart:hover {
    color: #[-- VAR.gc_active_link_color --];
  }
  
  a.pa_view_cart:visited {
    color: #[-- VAR.gc_banner_text_color --];
  }
  
  /* Extras Links */
  a.reglink, a.MiniCart {
    white-space: nowrap;
    color: #[-- VAR.gc_banner_text_color --];
  }

  a.reglink:active, a.MiniCart:active {
    color: #[-- VAR.gc_active_link_color --];
  }
  
  a.reglink:hover, a.MiniCart:hover {
    color: #[-- VAR.gc_active_link_color --];
  }
  
  a.reglink:visited, a.MiniCart:visited {
    color: #[-- VAR.gc_banner_text_color --];
  }

/* Forms */
  /* Generic Form Elements */
  input {
    border: 1px solid #[-- VAR.gc_link_color --];
    background-color: #[-- VAR.gc_background_color --];
    color: #[-- VAR.gc_link_color --];
    padding: 0px;
    margin: 0px;
    text-align: left;
  }
  
  /* Note: Current IE versions don't support the type= modifier */
  input[type=text], input[type=password] {
    background-color: #[-- VAR.gc_background_color --];
    color: #[-- VAR.gc_text_color --];
    border: 1px solid #[-- VAR.gc_link_color --];
  }
  
  input[type=image], input[type=button], input[type=submit], input[type=reset] {
    background-color: transparent;
    border: 0px none;
    cursor: pointer;
  }
  
  input[type=radio], input[type=checkbox] {
    background-color: transparent;
    border: 0px none;
  }
  
  textarea {
    background-color: #[-- VAR.gc_background_color --];
    color: #[-- VAR.gc_text_color --];
    border: 1px solid #[-- VAR.gc_link_color --];
  }
  
  select {
    background-color: #[-- VAR.gc_background_color --];
    color: #[-- VAR.gc_text_color --];
    border: 1px solid #[-- VAR.gc_link_color --];
  }
  
  option {
  }

  /* Content Form Elements */  
  input.cert_num_amount {
  }
  
  input.button331 {
    border: none;
    background-color: transparent;
    color: #[-- VAR.gc_link_color --];
    padding: 0px;
    margin: 0px;
    text-align: left;
  }

/* Images */
  /* Generic Images */
  img {
    border: 0px none;
  }

  /* MiniCart */
  img.MiniCart {
  }
  
  /* View Cart Button */  
  img.pa_view_cart {
    border: 0px none;
  }

/* Global Generic Styles */
  body {
    margin: 0px;
    background-color: #[-- VAR.gc_background_color --];
[-- IF VAR.gc_background_image --]
    background-image: url([-- VAR.gc_background_image --]);
[-- END_IF --]
    color: #[-- VAR.gc_text_color --];
    
  }

  body, input, textarea, select, tr, td, th, div, p, span {
    font-family: [-- IF STORE.Font --][-- STORE.Font --][-- ELSE --]arial, helvetica, sans-serif[-- END_IF --];
    font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --]10pt[-- END_IF --];
  }

  table {
    vertical-align: top;
    text-align: left;
  }
  
  th {
    text-align: center;
  }
  
  td {
    text-align: left;
  }  

/* General Layout Styles */
  table.page {
    color: #[-- VAR.gc_text_color --];
    background-color: #[-- VAR.gc_background_color --];
[-- IF VAR.gc_background_image --]
    background-image: url([-- VAR.gc_background_image --]);
[-- END_IF --]
    width: [-- IF STORE.PageWidth --][-- STORE.PageWidth --][-- ELSE --]100%[-- END_IF --];
    margin-left: auto;
    margin-right: auto;
  }

/* Page Layout Styles */
  td.pa_header {
    border: [-- VAR.gc_col_border --] #[-- VAR.gc_col_border_color --];
    background-color: #[-- VAR.gc_banner_bg_color --];
    color: #[-- VAR.gc_banner_text_color --];
  }
  
  a#co_logo img, a#header_img img {
    float: left;
    border: 0px;
  }

  td.pa_footer {
  }

  #footer_pagelinks {
    width: [-- STORE.PageWidth --];
    clear: both;
    margin: 0px auto;
    padding: 0px;
    min-height: 120px;
  }
  div.footer_pagelinks {
    width: 200px;
    height: 100px;
    float: left;
    clear: none;
    margin: 10px 0px;
    padding: 0px;
  }
  div.footer_pagelinks a, div.footer_pagelinks span {
    display: block;
    padding: 2px 10px;
    text-align: left;
    text-decoration: none;
  }
  div.footer_pagelinks .footer_pagetitle {
    font-weight: bold;
  }

  td.pa_content {
  }

  /* Content Section */
  table.pa_content {
    width: 100%;
  }

  td.pa_links {
    vertical-align: top;
    width: 150px;
    min-width: 150px;
  }

  td.pa_info {
    vertical-align: top;
  }

  td.pa_extras {
    vertical-align: top;
    width: 150px;
    min-width: 150px;
  }

  /* Link Menu */
  table.pa_links {
    color: #[-- VAR.gc_banner_text_color --];
    border: [-- VAR.gc_col_border --] #[-- VAR.gc_col_border_color --];
    background-color: #[-- VAR.gc_banner_bg_color --];
    width: 100%;
  }

  td.pa_link {
  }

  table#gl_left, table#gl_right {
    margin-top: 4px;
    color: #[-- VAR.gc_banner_text_color --];
    border: [-- VAR.gc_col_border --] #[-- VAR.gc_banner_bg_color --];
    background-color: #[-- VAR.gc_visited_link_color --];
    width: 100%;
  }

  table#gl_left td, table#gl_right td {
    text-align: center;
  }
  
  
  /* Gift Cert Order Form */
  table.pa_info {
    width: 100%;
  }

  td.pa_name {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
  }

  td.pa_products {
  }

  table.pa_products {
    width: 100%;
    border: [-- VAR.gc_col_border --] #[-- VAR.gc_col_border_color --];
  }

  td.gc_messages {
    text-align: center;
  }
  
  td.gc_instructions {
  }
  
  td.gc_recipient_form {
    padding-bottom: 10px;
  }
  
  td.gc_policy {
  }
  
  td.gc_content_form {
  }
  
  td.gc_buycert_button {
    text-align: center;
  }
  
  /* Extras Menu */
  table.pa_extras {
    color: #[-- VAR.gc_banner_text_color --];
    border: [-- VAR.gc_col_border --] #[-- VAR.gc_col_border_color --];
    background-color: #[-- VAR.gc_banner_bg_color --];
    width: 100%;
  }

  td.pa_reglink {
  }

  td.pa_minicart {
  }
  
  td.pa_view_cart {
  }

/* Gift Certificates Layout */
  td.gc_header {
    color: #[-- VAR.gc_banner_text_color --];
    border: [-- VAR.gc_col_border --] #[-- VAR.gc_col_border_color --];
    background-color: #[-- VAR.gc_banner_bg_color --];
    text-align: center;
    font-weight: bold;
    font-size: 160%;
  }
  
  td.gc_title {
    font-weight: bold;
  }

  td.gc_to_from {
    padding-left: 20px;
  }
  
  table.gc_to_from {
    margin-left: 0px;
    margin-right: auto;
  }
  
  td.gc_to_text {
    font-weight: bold;
  }
  
  td.gc_to_data {
  }
  
  td.gc_from_text {
    font-weight: bold;
  }
  
  td.gc_from_data {
  }
  
  td.gc_amount_text {
    font-weight: bold;
  }
  
  td.gc_amount_data {
  }
  
  td.gc_message_text {
    padding-top: 10px;
    font-weight: bold;
  }
  
  td.gc_message_data {
    padding-left: 20px;
  }
  
  td.gc_redeem_text {
    padding-top: 20px;
    font-weight: bold;
  }
  
  td.gc_redeem_url {
    padding-left: 20px;
  }
  
  td.gc_checkout_text {
    padding-top: 20px;
    font-weight: bold;
  }
  
  td.gc_redeem_info {
    padding-left: 20px;
  }
  
  table.gc_redeem_info {
    margin-left: 0px;
    margin-right: auto;
  }
  
  td.gc_number_text {
    font-weight: bold;
  }
  
  td.gc_number_data {
  }
  
  td.gc_pin_text {
    font-weight: bold;
  }
  
  td.gc_pin_data {
  }
  
  td.gc_expire_text {
    font-weight: bold;
  }
  
  td.gc_expire_data {
  }
  
/* Content Styles */
  /* ShopSite Messages */
  table.cert_err {
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
  }
  
  td.cert_err {
    font-weight: bold;
    color: #[-- VAR.gc_banner_text_color --];
    border: [-- VAR.gc_col_border --] #[-- VAR.gc_col_border_color --];
    background-color: #[-- VAR.gc_banner_bg_color --];
  }
  
  /* Type Form */
  table.giftcert_type {
    margin-left: 0px;
    margin-right: auto;
  }
  
  td.giftcert_type {
  }
  
  td.gc_value_form {
    padding-bottom: 10px;
  }
  
  /* Quantity Form */
  table.cert_num_amount {
    margin-left: 0px;
    margin-right: auto;
  }
  
  td.cert_num_amount {
  }
  
  /* Message Form */
  table.cert_to_from_msg {
    margin-left: 0px;
    margin-right: auto;
  }
  
  td.cert_to_from_msg {
  }
  
  td.cert_to_from_msg_val {
  }
  
/* Extras Styles */
  /* Customer Registration */
  span.regtext {
    white-space: nowrap;
  }
  
  /* MiniCart */
  div.MiniCart {
  }
  
  table.MiniCart {
    color: #[-- VAR.gc_banner_text_color --];
  }
  
  th.MiniCart {
  }
  
  td.MiniCartHead {
  }
  
  td.MiniCartQty {
  }
  
  td.MiniCartProduct {
  }
  
  td.MiniCartPrice {
  }
  
  td.MiniCartSubtotalText {
    font-weight: bold;
  }
  
  td.MiniCartSubtotal {
    font-weight: bold;
  }
  

  td.pagemenu {
    border: 3px groove #[-- VAR.gc_col_border_color --];
    background-color: #[-- STORE.GiftCert_TextColor --];
    color: #[-- VAR.gc_link_color --];
  }

 img.social_follow {float: right; padding: 0px 2px; border: 0px;}

/*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;
  }

  .suckertreemenu ul li a{
    display: block;
    min-width: 90px;
    padding: 3px 8px;
    border-right: 1px solid #[-- VAR.gc_link_color --];
    text-decoration: none;
    color: #[-- VAR.gc_banner_text_color --];
    white-space: nowrap;
  }

  .suckertreemenu ul li a:visited {
    color: #[-- VAR.gc_banner_text_color --];
  }

  .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;
    color: #[-- VAR.gc_banner_text_color --];
    background-color: #[-- STORE.GiftCert_TextColor --];
    text-decoration: none;
    padding: 1px 5px;
    border-bottom: 1px solid #[-- VAR.gc_link_color --];
  }

  .suckertreemenu ul li a:hover{
    background-color: #[-- VAR.gc_banner_bg_color --];
  }

* html p#iepara{
    padding-top: 1em;
  }

* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

haha - 2025