﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{ text-decoration: none;
}

a:visited 
{ text-decoration:none;
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{ border:none;
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

td#tdSubTotal span
{
    margin-right : 15px;   
}

span#updateTotal
{
    font-size       : 0.8em;
    text-decoration : underline;
    cursor          : pointer;
}

span#updateTotal:hover
{
    text-decoration : none;
    color           : White;    
}


/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

table#tblGiftCardForm
{
    background-color    : #B6C9D3;
    color               : #4C391F;
    font-family         : Arial, Sans-Serif;
    font-size           : 12px;
    height              : 166px;
    width               : 437px;
}


/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

tr#trGiftCardFormHeader td
{
    color           : #4C391F;
    font-family     : Verdana, Sans-Serif;
    font-weight     : bold;
    text-transform  : uppercase;
    font-size       : 9px;
    letter-spacing  : -0.1em;
    padding-bottom  : 12px;
    padding-top     : 10px;
}

*tr#trGiftCardFormHeader td
{
    padding-top     : 0;
    padding-bottom  : 0;   
}

tr#trGiftCardFormPreTotal td
{
    padding-bottom  :8px;   
}

td.tdValue
{
    padding-left : 100px;
}

td.tdQuantity
{
    margin-left : 40px;
    width       : 70px;
    max-width   : 70px;   
}

td.tdSubtotal
{
    text-align      : right;   
    width           : 109px;
    max-width       : 109px;
}

td#tdOrderTotal
{
    text-align      : right;
    font-family     : Arial Black,Verdana, Sans-Serif;
    font-weight     : normal;
    color           : #BD1B21;
    font-size       : 17px;
    text-transform  : uppercase;
}

*td#tdGiftCardFormTable form
{
    height          : 166px;
    margin-bottom   : -1px;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

table#tblGiftCardForm input,
table#tblGiftCardForm select
{
    font-family : Arial, Sans-Serif;
}

table#tblGiftCardForm input
{
    border : none;   
    color  : #4C391F;
}

table#tblGiftCardForm select
{
    background-color    : #E6992C;   
    color               : #4C391F;
    margin : 0;
}
td.tdQuantity input
{
    text-align : center;   
    margin : 0;
}

input.inputOtherValue
{
    background-color : #E6992C;  
    text-align : center; 
}


/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
