#giftcards,
.popup_content {
    font-family: "Trebuchet MS", sans-serif;
    color: #363636;
    font-size: 12px;
}

#giftcards a,
#terms_conds a {
    color: #448ccb;
}

#giftcards a:hover,
#terms_conds a:hover {
    color: #cccccc;
}

#giftcards .gc_title {
    margin: 47px 0 0 110px;
    color: #363636;
    font-size: 3.75em;
    font-weight: bold;
}
    #giftcards .subtitle {
        font-size: 3em;
        font-weight: bold;
        color: #448ccb;
        padding-bottom: 10px;
    }

    #giftcards #gc_content{
        margin: 0 110px;
    }
    
        #giftcards #gc_content .content_column {
            width:311px; 
            float:left;
        }
        
        #giftcards #gc_content .list_holder {
            height: 200px;
        }
        
            #giftcards #gc_content .list_holder ul {
                list-style-type: none;
                padding-left: 0px;
                margin-left: 0px;
            }
            
                #giftcards .list_holder ul li {
                    font-size: 14px;
                    background-image: url('/images/giftcards/list-star.jpg');
                    background-repeat: no-repeat;
                    padding: 0 0 10px 20px;
                }
        
        #giftcards #gc_content .button {
            text-align: center;
            margin-bottom: 25px;
        }
        
        #giftcards #gc_content #divider {
            width:90px;
            float:left;
        }
        
            #giftcards #gc_content #divider img {
                margin-left: 15px;
            }
            
    #giftcards #check_balance {
        float: left;
        width: 923px;
        height: 90px;
        margin: 0 15px;
        border-top: 1px solid #cccccc;
    }
    
        #giftcards #check_balance div {
            float: left;
        }
        
        #giftcards #check_balance .subtitle {
            padding-left: 100px;
            padding-top: 25px;
        }
        
        #giftcards #check_balance .button {
            padding-left: 50px;
            padding-top: 30px;
        }

        #giftcards #gc_content #images {
            text-align: center;
        }

        #giftcards #gc_content .giftcards_explain_wrapper {
            font-size: 1em;
            line-height: 19px;
        }

        #giftcards #gc_content .selection .header {
            font-size: 1.5em;
            margin-bottom: 10px;
            border-bottom: 1px solid #cccccc;
        }

        #giftcards #gc_content {
            float: left;
        }

        #giftcards #gc_content table {
            width:100%;
        }

        #giftcards #gc_content .giftcard_selection {
            float: left;
        }

        #giftcards #gc_content .giftcard_selection table {
            width:390px;
        }

        #giftcards #gc_content table td.labels {
            text-align: right;
            padding-right: 5px;
        }

        #giftcards #gc_content #giftcard_item,
        #giftcards #gc_content #brand {
            width: 185px;
        }

        #giftcards #gc_content .inputfields {
            height:20px;
            width:185px;
        }

        #giftcards #gc_content .txtarea {
            width:185px;
            height:107px;
        }

    #giftcards .left_align {
        float: left;
    }

    #giftcards .status {
        margin: 10px;
        font-size: 1em;
        font-weight: bold;
        color: red;
        line-height: 15px
    }

    /* Interpreted only IE7 (acts like a! Important)*/
    *:first-child+html .spaced {
      height: 23px;
    }
    .spaced {
      height /*\**/: 52px   /* Sin punto y coma!! */
    }


    #giftcards .form_error {
        border: 2px solid red !important;
    }

    #giftcards .item .item-rightarea {
        float: left;
        height:100%;
        text-align:left;
        width: 160px;
        padding-bottom: 24px;
    }

/******************************************************************************
* pop ups
******************************************************************************/
#popup_navigation {
    text-align: right;
    padding: 10px 20px  0 0;
}

.popup_content {
    margin: 10px 35px;
    fon
}

    .popup_content .title{
        font-size: 2em;
        background: none;
    }
    .popup_content p,
    .popup_content ul {
        margin: 10px 0;
        font-size: 12px;
    }

    .popup_content ul {
        padding-left:30px;
    }

    .popup_content li {
        list-style: disc outside;
    }

    .popup_content #card_image {
        text-align: center;
    }

/*** CHECK BALANCE ***/
.giftcards_balance {
    margin-top:150px;
    text-align:center;
    font-size: 12px;
    vertical-align:middle;
}

#recaptcha_image{
    background:#f9f9f9;
    width: 150px;
}

#recaptcha_image img{
    width: 150px;
}
#captcha_force_width {
    overflow:hidden;
    width:150px;
    border:1px solid #999999;
    float:left;
}

#captcha_container a{
    font-size:10px;
    color:#EC009B;
    text-decoration:underline;
}

#reload_btn {
    float: left;
    margin-top:15px;
    margin-left:10px;
    font-size: .8em;
    color: #448CCB;
}

    #reload_btn img {
        vertical-align: middle;
    }

#recaptcha_input {
    margin-top:15px;
}
