/*
    Containers
*/
body {
    background: url('/site_media/img/bg.gif') repeat-x #5f5f5f;
    margin: 0;
    padding: 0;
    }

#wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #ffffff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    }

.header {
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 3px 0;
    }

.subheader {
    border-top: 1px solid #91c90d;
    }    

.loggedInUser {
    margin-top: 5px;
    padding-left: 20px;
    }
    
.primary {
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 3px 0;
    }
    
.secondary{
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 3px 0;
    }
    
#footer {
    padding: 4px 0;
    }

.wideCol {
    float: left;
    width: 615px;
    }

.narrowCol {
    float: left;
    width: 335px;
    }

.c {
    padding: 15px 20px;
    }

#footer .c {
    padding: 0 20px;
    }

/*
    Header
*/
#header {
        background: url('/site_media/img/bg_header.png') bottom right no-repeat;
    }

#social {
    position: absolute;
    top: 7px;
    left: 555px;
    width: 35px;
    }

#logo img {
    margin: 9px 0 0 30px;
    height: 98px;
    }
    
#nav {
    padding: 16px 6px;
    position: absolute;
    top: 0;
    left: 600px;
    width: 315px;
    background: url('/site_media/img/bg_nav.png') #f1f1f1 repeat-x;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    }
    
    #nav a {
        padding: 8px;
        }
        
/*
    Subnav
*/
#subnav,
.btnNav {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    
.btnNav {
    width: 350px;
    }
    
#subnav li,
.btnNav li {
    margin: 0 0 5px 0;
    padding: 3px 0 5px;
    background: url('/site_media/img/bg_subnav.png') #efefef repeat-x;
    border: 2px solid #c5c5c5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    }
    
    #subnav li img,
    .btnNav li img {
        margin: 0 2px -4px 0;
        }
        
        
        
label {
    display:block;
    }
    
input {
    
}

.fset {
    padding: 0 0 7px 0;
}
    
    
.f {
    border: 2px solid #c5c5c5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    background: url('/site_media/img/bg_form.png') #e2e2e2 repeat-x;
    }
    
.f h2 {
    color: #ffffff;
    background: url('/site_media/img/bg_form_header.gif') #393939 repeat-x;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0 ;
    -webkit-border-top-right-radius:2px;
    -webkit-border-top-left-radius:2px;
    }
    

.fRound {
    color: #676767;
    }

.fRound input {
    color: #9d9d9d;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    padding: 2px;
    }

.loginForm {
    padding: 10px 8px 35px;
    position: relative;
}

.loginForm .btn {
/*    position: absolute;
    right: 0;*/
    margin-left: 0px;
    width: 130px;
}

html>body .loginForm .btn {
    position: absolute;
    right: 0;
    }

.signUp .f {
    margin-bottom: 20px;
    }
    
.signUp img {
    margin: 8px auto;
    }

.signUp .btn {
    margin: 10px 25px;
}
    
.btn {
    background: url('/site_media/img/bg_subnav.png') #efefef repeat-x;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    padding: 2px;
    margin: 10px;
    }

.narrowBtn {
    width: 200px;
    margin: 10px auto 0 0;
    }

    
.submitBtn {
    width: 180px;
    margin: 10px 0 0 auto;
    }


.btn a {
    padding: 4px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    background: url('/site_media/img/bg_btn.png') #56a728 repeat-x;
}

.btn img {
    margin: 0 0 0 6px;
    padding: 0;
    }    
#register {
    padding: 10px;
}



.ac_results {
	padding: 0px;
	border: 1px solid #777777;
	background-color: white;
	overflow: hidden;
	z-index: #999999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}


.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #777777;
	color: white;
}



#echeckForm {
    background: url('/site_media/img/bg_echeck.jpg') no-repeat;
    position: relative;
    height: 300px;
    }
    
    #echeckForm .elem {
        left: 300px;
        position: absolute;
        }
        
    #echeckForm .unit {
        top: 25px;
        left: 25px;
        }
    
    #echeckForm .routing,
    #echeckForm .account {
        top: 205px;
        left: 25px;
        }
    #echeckForm .account {
        left: 190px;
        }

    #echeckForm .amount,
    #echeckForm .fee,
    #echeckForm .total {
        left: 250px;
        }
        
        #echeckForm .amount label,
        #echeckForm .fee label,
        #echeckForm .total label{
            position: absolute;
            top: 5px;
            width: 175px;
            text-align: right;
            }
        
        #echeckForm .amount input,
        #echeckForm .fee input,
        #echeckForm .total input{
            position: absolute;
            display: block;
            width: 65px;
            left: 180px;
            }
    
            #echeckForm .amount {
                top: 70px;
                }
            #echeckForm .fee {
                top: 95px;
                }
            #echeckForm .total {
                top: 135px;
                }
    
    #echeckSubmit {
        position: absolute;
        top: 220px;
        left: 420px;
    }

#ccForm {
    position: relative;
    height: 400px;
    }
    
    #ccForm .elem {
        position: relative;
        height: 25px;
        }
    
        #ccForm .elem label {    
            position: absolute;
            display: block;
            width: 100px;
            text-align: right;
            font-weight: bold;
            }
            
            #ccForm .elem span {
                position: absolute;
                display: block;
                left: 230px;
                top: 3px;
                }
            
            #ccForm .elem input {
                width: 200px;
                }
                
            #ccForm .elem input,
            #ccForm .elem select {    
                position: absolute;
                display: block;
                left: 120px;
                }
                
            #ccForm .amount input,
            #ccForm .fees input,
            #ccForm .total input {
                left: 240px;
                width: 80px;
                }
        
            #ccForm .ccv input {
                width: 50px;
                left: 270px;
                }

            #ccForm #cc__exp_year {
                left: 170px;
                }
        
    

