/* VIP Auto Branded Styles for CashStar Website */

/******************************************
/* HTML elements
*/
body {
    background: #FFFFFF url('../images/buy/bg-tile.gif') repeat;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}

h2{
    color: #000000;
    font-size: 17px;
}

a:link, a:active, a:visited {
    color: #0367D2;
    text-decoration: underline;
}


/******************************************
/* Common page layout elements
*/
#container{
    margin: 0 auto;
    width: 970px;
}

.header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#content-wrapper{
    background: #f0f1f6 url('../images/buy/bg-content.gif') repeat-y scroll 0 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

#footer-wrapper{
    margin: 0;
    padding: 0;
}
#footer{
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

#cs-logo {
	background:transparent url('../images/buy/POWERED_VIP.png') no-repeat scroll left 50%;
}

.col-A{
    margin-left: 35px;
    width: 390px;
}
.col-B{
    padding-left: 40px;
}


/*******************************************
/* Brand specific header and footer elements
/*  Header */
#vip-top-hdr {
    height:110px;
    margin: 0;
    padding: 0;
    width:100%;
}

h1#vip-logo {
    background: transparent url('../images/buy/logo.gif') no-repeat scroll 0 0;
    height: 100px;
    float: left;
    margin: 0 0 0 15px;
    width: 225px;
}
    h1#vip-logo a{
        display: block;
        height: 100px;
        text-indent: -9999px;
        width: 225px;
    }

ul#vip-top-nav {        
    color: #ffffff;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 15px 0;
    text-align: right;
    width: 625px;
}
    ul#vip-top-nav li {
        display: inline;
        list-style-type: none;
    }
    ul#vip-top-nav a, ul#vip-top-nav a:link, ul#vip-top-nav a:visited  {
        padding:0 8px 0 5px;
        font-size: 11px;        
        color: #ffffff;
        text-decoration: none;
    }    
        ul#vip-top-nav a:hover {
            text-decoration: underline;
        }
        
#vip-find{
    float: right;
    margin: 15px 40px 0 0;
    position: relative;
    text-align: left;
}
    #vip-find form{
        display: block;
        margin: 5px 0 0 0;
        padding: 0;
    }
    #vip-find #zipcode{
        float: left;
        margin: 0;
        padding: 0;
        width: 120px;
        height: 15px;
    }
    #vip-find #button{
        float: left;
        height: 18px;
        margin: 0;
        padding: 0;
    }

#vip-bot-nav {
    background:transparent url('../images/buy/bg-nav.gif') repeat scroll 0 0;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 100%;
}
    #vip-bot-nav ul {
        display: inline;
        float: left;
        height: 25px;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #vip-bot-nav li {
        display: inline;
        float: left;
        height: 25px;
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 15px;
    }
        #vip-bot-nav li a {
            display: block;
            height: 25px;
            text-indent: -9999px;
        }
        
        #vip-bot-nav ul li#home a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll 0 0;
            width: 70px;
        }
            #vip-bot-nav ul li#home a:hover {
                background-position: 0 -25px;
            }
        
        #vip-bot-nav ul li#parts a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll -70px 0;
            width: 70px;
        }
            #vip-bot-nav ul li#parts a:hover {
                background-position: -70px -25px;
            }
        
        #vip-bot-nav ul li#tires a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll -140px 0;
            width: 70px;
        }
            #vip-bot-nav ul li#tires a:hover {
                background-position: -140px -25px;
            }
            
        #vip-bot-nav ul li#service a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll -210px 0;
            width: 85px;
        }
            #vip-bot-nav ul li#service a:hover {
                background-position: -210px -25px;
            }
            
        #vip-bot-nav ul li#how a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll -295px 0;
            width: 85px;
        }
            #vip-bot-nav ul li#how a:hover {
                background-position: -295px -25px;
            }
        #vip-bot-nav ul li#gc a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll -380px -25px;
            width: 105px;
        }

        #vip-bot-nav ul li#special a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll -485px 0;
            width: 135px;
        }
            #vip-bot-nav ul li#special a:hover {
                background-position: -485px -25px;
            }
        #vip-bot-nav ul li#cs a {
            background:transparent url('../images/buy/menus.gif') no-repeat scroll -620px 0;
            width: 160px;
        }
            #vip-bot-nav ul li#cs a:hover {
                background-position: -620px -25px;
            }

#vip-hdr-trans{
    background: #f0f1f6 url('../images/buy/bg-content-top-right.gif') no-repeat scroll 0 0;
    height: 50px;
    width: 100%;
}

/* Footer elements */
#ftr-trans{
    background:transparent url('../images/buy/footer-name.gif') no-repeat scroll 0 0;
    height: 75px;
    margin: 0;
    padding: 0;
    /*text-indent: -9999px;*/
    width: 100%;
}
#footer ul#navigation-footer {
    display: inline;
    margin: 0 30px 0 0;
    padding-top: 55px;
}
    #footer ul#navigation-footer li a {
        text-decoration: underline;
    }
p#ftr-contact{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}

ul#ftr-links {
    color: #ffffff;
    height: 25px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0 auto;
    padding: 0;
    width: 770px;
}
ul#ftr-links li {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1px;
}
    ul#ftr-links li a {
        color: #fff;
        font-size: 10px;
        text-decoration: underline;
    }
/* End Brand specific header and footer elements */
/*************************************************/



/************************/
/* Page specific styles */

/****************************/
/* "Home" or "Interim" page */
.interim-container{
	background: transparent url('../images/buy/interim_bgd.gif') no-repeat 40px 70px;
}

.interim-content{
    margin: 0 40px 0 510px;
}
    .interim-content h1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .second-heading {
        color: #0367D2;
    }
    .interim-content li{
        padding: 0 0 3px;
    }
    .interim-content p{
        font-size: 12px;
    }    

#interim-about {
    padding: 30px 55px 0 25px;
}

#interim-how{
    margin: -95px 0 0 85px;
    width: 400px;
}

#interim-how li{
    padding: 0 0 3px;
}


/****************/
/* Payment Page */
.fieldset-look h3 span{
    font-size: 16px;
}

.button-payment{
    margin: 0;
    padding: 0;
}

/*******************/
/* Security Window */
.security-window {
    background: #f0f1f6 url('../images/buy/padlock.gif') no-repeat scroll left bottom;
}


/********************/
/* Landing/VGC page */
body#landing #container {
    background: none;
    border: none;
    padding: 0px;
    width: 100%;
}
body#landing #content-wrapper {
    background: none;
    width: 100%;
}
#landing #ftr-trans{
	background-image: none;
	height: 100%;
	width: 100%;
}
.print-amount, .print-focus, .landing-row h3.instruct-title {
    color: #800010;
}
.landing-row-inner {
    width:98%;
}
    .landing-row-inner h3 {
        width: 100%;
    }

h3.oc-tag {
    text-align: center;
    font-weight: 200;
    margin-top: 10px;
    }

.landing-row h3.instruct-title-3 {
    text-align: left;
    color: #000;
    margin: 3px 0px 5px;
    font-weight: 200;
    font-size: 12px;
}

h3.instruct-title-2{
    color: #800010;
    margin-top: 0;
}

#landing #footer ul#navigation-footer li a {
    color: #0367D2;
    padding: 2px 12px 0;
    text-decoration: underline;
}
#landing #footer ul#navigation-footer li a:hover {
    background: #ffffff;
    color: #0367D2;
}

#cert-landing-preview {
    height: 370px;
}
.col-B fieldset.cert-sample input.jquery_placeholder,
.col-B fieldset.cert-sample textarea.jquery_placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #000;
	font-style: italic;
} 

/* Social Media Links */
#social-links{
	background-color: transparent;
	margin: 36px 0 0 60px;
	padding: 0;
	/*text-align:left;*/
} 